/* Home page carousel*/

#carousel .carousel-item.os {
	background-image:
		url("/ShipAndamanWebSite/asset/img/banner/online_reservation.webp");
}

#carousel .carousel-item.ps {
	background-image:
		url("/ShipAndamanWebSite/asset/img/banner/passenger_service.webp");
}

#carousel .carousel-item.ds {
	background-image:
		url("/ShipAndamanWebSite/asset/img/banner/marine_dockyard.webp");
}

#carousel .carousel-item.fs {
	background-image:
		url("/ShipAndamanWebSite/asset/img/banner/freight_service.webp");
}

#carousel .carousel-item.hfs {
	background-image:
		url("/ShipAndamanWebSite/asset/img/banner/harbour_ferry.webp");
}

#carousel .carousel-item.vfs {
	background-image:
		url("/ShipAndamanWebSite/asset/img/banner/vehicle_ferry.webp");
}

#carousel .carousel-item {
	height: 55vh;
	width: 100%;
	background: no-repeat center center scroll;
	background-size: cover;
}

.carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
}

.carousel .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #0097fc;
}

.banner-text {
	font-size: 18px;
}

@media only screen and (max-width: 950px) {
	#carousel .carousel-item {
		height: 40vh;
		width: 100%;
		background-position: 80%
	}
	.banner-text {
		font-size: 18px;
	}
	#carousel .carousel-item .caption {
		background-color: rgba(0, 0, 0, 0.4);
		padding: 10px;
		color: white;
	}
}

/* #carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
} */
#carousel .carousel-item .caption {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 30px;
	color: white;
	/* align-items: center; */

	/* animation-duration: 1s;
  animation-delay: 2s; */
}

/* #carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
} */


/*Bottom imp weblink slider */

.slick-slide {
	margin: 0px 10px;
}

.slick-slide img {
	width: 100%;
	height: 12vh;
}

@media only screen and (max-width: 950px) {
	.slick-slide img {
		width: 100%;
		height: 15vh;
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	/* position: relative; */
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

hr.divider {
	margin: 0em;
	border-width: 2px;
}


/*ECI Campaign modal*/
.eci-campaign {
	max-width: 750px;
	height: 250;
}

@media only screen and (max-width: 950px) {
	.eci-campaign {
		width: 350px;
		height: 150;
	}
}

.popup-label {
	border-bottom: #62CDFF 2px solid;
}

.popup-text {
	color: #00235B;
	font-weight: 400;
}

.popup-div {
	line-height: 1.2;
}

.btn-primary {
	background-color: #0365f8;
	font-weight: 600;
}

/* home page tab list */

@media only screen and (max-width: 950px) {
	.hm-header{
	font-size: 0.8rem;
	}
	
	.imp-dwn {
	font-size: 0.9rem;
	}
}
.dwn-lnk{
	color: #0365f8;
}

/* Administrators card */
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
	flex-grow: 1;
}

/* only for demo not required */
.box {
	border: 1px #fff solid;
	height: 100%;
	background-color: #fff;
}

/* .row.display-flex [class*='col-'] {
    background-color: #fff;
} */
.admnofficers-card-title {
	margin: 0;
	padding: 5px 10px;
	background: #063182;
	color: #fff;
	font-size: 15px;
	border-bottom: #06a0bb 1px solid;
}

.admin-name {
	color: #063182;
}

/* Travel advisory card  */
.travadv-arrow {
	color: #06a0bb;
}

.trv-advisory-btn:hover {
	background: #0984e3;
	color: #fff;
}

.trv-advisory-link {
	color: #0984e3;
}

.news-item:hover {
	background-color: #e4f1fe;
}

.press-data:hover {
	background-color: #F9F5EB;
}

/* statistics card */
.stats-voy-card {
	background-color:#B4D4FF;
	border-bottom: #387ADF 5px solid;
}

.stats-pax-card {
	border-bottom: #294B29 5px solid;
	background-color:#BFD8AF;
}

.stat-icon {
	color: #a80356;
}

.stats-num {
	color: #063182;
}

.stat-title {
	color: #063182;
}

@media only screen and (max-width: 950px) {
	.stat-title {
	color: #063182;
	font-size:0.9rem;
}
}


.stat-caret {
	width: 2rem;
}





/** Whats New Info **/

.wniBadge
{
display: inflex-flex;
align-items: center;
justify-content: center;
line-height: 1;
height:22px;
color:#fff;
background-color: #C70039;
}

@media only screen and (max-width: 950px) {
.wniBadge
{
display: inflex-flex;
align-items: center;
justify-content: center;
line-height: 1;
height:22px;
color:#fff;
background-color: #C70039;
}
	
}

.wniCard {
	background: #F6F5F2;
	box-shadow: 0 4px 15px -8px rgb(0, 51, 98);
	border-right: 5px #06a0bb solid ;
}

.wniContainer {
	/* position: fixed; */
	font-size: 16px;
	color: #0F2167;
	padding: 10px 10px;
	display: flex;
	overflow: hidden;
}

@media only screen and (max-width: 950px) {
	.wniContainer {
		/* position: fixed; */
		font-size: 16px;
		color: #0F2167;
		display: flex;
		overflow: hidden;
		margin-top: 0px;
		margin-bottom: 60px;
		
	}
}

.wniContainer::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, #003262);
}

.wniContainer .wni {
	padding: 0px 0px 0 10px;
	width: 100%;
	height: auto;
	font-size: 1rem;
}

@media only screen and (max-width: 950px) {
	.wniContainer .wni {
		width: 100%;
		font-size: 0.9rem;
		padding: 2px 0px 0 10px;
		margin-left:-105px;
		margin-top:25px;
	}
}

.wniContainer .wniTicker {
	color: #0F2167;
	text-decoration: none;
	font-weight: normal;
	opacity: 0;
	position: absolute;
	transform: translateY(-8px);
	transition: all 400ms ease;
	pointer-events: none;
	height: auto;
	padding-top: 2px;
	padding-right:10px;
	line-height: 1.2;
	
}

.wniContainer .wniTicker.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	height: auto;
	line-height: 1.2;
}

.wni-link:hover {
  color: #0d47a1;
}

/** DSS Advisory **/

.trvadvisory-card {
	background-color: #FFF8EA;
}

.card ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.news-item {
	/*  padding:2px 0px;  */
	/* margin:0px; */
	/* margin-top:2px;*/
	margin: auto;
	padding: 5px;
	border-bottom: 1px solid green;
	vertical-align: middle;
	text-align: justify;
}

@media only screen and (max-width: 950px) {
	.news-item {
	/*  padding:2px 0px;  */
	/* margin:0px; */
	/* margin-top:2px;*/
	margin: auto;
	padding: 5px;
	border-bottom: 1px solid green;
	vertical-align: middle;
	text-align: justify;
	font-size: 0.9rem;
}
}

p {
	text-align: justify;
	vertical-align: middle;
}

.dss-advisory-url {
	color: #215DCF;
}

/** Press Releases and Newsletter **/

@media only screen and (max-width: 950px) {
	.pressrelease-home{
     /* text-align:justify; */
     font-size: 0.9rem;
	}
	
	.newsletter-home{
     /* text-align:justify; */
     font-size: 0.9rem;
	}
}

.nl-headline {
	color: #177db4;
}

.nl-date{
	color: #0365f8;
}

.nblink {
  display: inline-flex; /* Use inline-flex to allow flexbox styling */
  align-items: center; /* Vertically center the text */
  justify-content: center; /* Horizontally center the text */
  border-radius: 0; /* Straight corners */
  padding: 0.25em 0.5em; /* Smaller padding */
  font-size: 0.70rem; /* Smaller font size */
  font-weight: bold;
  text-transform: uppercase;
  animation: blinkBadge 1s infinite alternate;
  color: white; /* Default text color */
}

@keyframes blinkBadge {
  0% {
    background-color: #ff4757; /* Vibrant red */
    color: #fff; /* White text */
  }
  100% {
    background-color:  #f3f862; /* Bright yellow */
    color: red; /* Darker text color for contrast */
  }
}
.pressData-footer {
	background-color: #fff;
}

/* web advisory homepage */

.advisory-card {
  position: relative;
  padding-bottom: 0.5rem; /* Adjust as needed */
  padding-left: 0.7rem; /* Adjust as needed */
  transition: all 400ms ease;
  margin-bottom: 0; 
}

@media only screen and (max-width: 950px) {
.advisory-card {
  position: relative;
  padding-left: 0.7rem;
  font-size: 0.9rem;
  transition: all 400ms ease;
}
}


.advisory-heading {
	font-size: 1.2rem;
}

@media only screen and (max-width: 950px) {
	.advisory-heading {
	font-size: 1.1rem;
}
}

.advisory-content-text {
	color: #0F2167;
}


/*************Carousel webadvisory*****************/

.carousel-webAdvisory {
  position: relative;
  transition: transform 0.3s ease;
}

.carousel-webAdvisory .carousel-item-prev.carousel-item-start,
.carousel-webAdvisory .carousel-item-next.carousel-item-end {
  transform: translateY(0);
}

.carousel-webAdvisory .carousel-item-next.carousel-item-start,
.carousel-webAdvisory .carousel-item-prev.carousel-item-end {
  transform: translateY(0);
}

.carousel-webAdvisory .carousel-item-start.active.carousel-item-end,
.carousel-webAdvisory .carousel-item-next:not(.carousel-item-prev) {
  transform: translateY(-100%);
}

.carousel-webAdvisory .carousel-item-prev:not(.carousel-item-next),
.carousel-webAdvisory .active.carousel-item-start {
  transform: translateY(100%);
}   



/* .newDomainheader {
    padding: 0.5rem 1rem;  
    height: 50px;         
    background-color:  #AD091C;
    color:#fff;
}

.ndLink{
	color: #AD091C;
}

.ndText{
	 font-size: 1.2rem; 
}
.btn-close {
    outline-offset: 1px;      
    font-size: 0.8rem; 
    width: 0.8rem;     
    height: 0.8rem;
    background-color:#fff;
    color:#023b91;
}


@media only screen and (max-width: 950px) {
.btn-close {    
	    font-size: 0.8rem; 
        width: 0.8rem;     
        height: 0.8rem;     
  }
}
 */
.close-modal {
margin: 0;
position: absolute;
opacity: 1;
z-index: 10;
cursor: pointer;
top: 10px; 
right: 10px; 
background-color: #dddbd7;
}

/*aug15 modal image*/
.aug15-modal {
	width: 450px;
}

@media only screen and (max-width: 950px) {
.aug15-modal {
 width: 350px;
}
	
.close-modal {
margin: 0;
position: absolute;
opacity: 1;
z-index: 10;
cursor: pointer;
top: 50px; 
right: 10px; 
background-color: #dddbd7;
}

}

.popup-label {
	border-bottom: #62CDFF 2px solid;
}

.popup-text {
	color: #00235B;
	font-weight: 400;
}

.popup-div {
	line-height: 1.2;
}

.btn-primary {
	background-color: #0365f8;
	font-weight: 600;
}