.main-footer {
    background: #111;
    color: #fff;
    padding: 50px 0 20px;
    font-size: 14px;
}
.main-footer p{color:#B8B4B4; font-size: 14px;}
.main-footer p a{ color: #B8B4B4;}
.main-footer p a:hover{ color: #fff;}
.footer-logo {
	margin: 0px;
}

.main-footer p.small {
    color: #2e2a2a;
    font-size: 13px;
    line-height: normal;
}

.main-footer h6 {
    color: white;
    font-size: 15px;
    margin-bottom: 12px;
	font-family: "Figtree", sans-serif;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
	border-top: 1px solid #464040;
	padding-top: 12px;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    color: #B8B4B4;
    text-decoration: none;
    font-size: 13px;
}

.footer-links a:hover {
    color: white;
}

.payment-icons img {
    max-width: 100%;
    margin: 10px 0;
}

.social-icons a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #222;
    color: white;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    margin-right: 6px;
}

.social-icons a:hover {
    background: #f4b000;
    color: black;
}

.footer-divider {
    border-color: #222;
    margin: 25px 0;
}

.cert-img {
    max-width: 320px;
}

.footer-bottom {
    font-size: 12px;
    color: #888;
}

.footer-bottom span {
    color: #f4b000;
}




.Subscribe-bx{background-color: #F9AA1A; padding:40px 0px;}

.newsletter-sec {
    padding:0px 0;
}

.newsletter-sec .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.newsletter-sec .subtitle {
    font-size: 16px;
    margin-bottom: 25px;
}



.subscribe-box {
    background: white;
    border-radius: 50px;
    overflow: hidden;
    height: 54px;
    display: flex;
    align-items: center;
}

.subscribe-box input {
    border: none;
    box-shadow: none;
    padding-left: 22px;
    font-size: 14px;

    flex: 1;                 /* takes remaining space */
    min-width: 0;            /* critical flex fix */
}

.subscribe-box input:focus {
    box-shadow: none;
}

/* FIXED BUTTON */
.subscribe-btn {
    background: #000;
    color: #fff;
    border: none;

    padding: 0 26px;
    height: 100%;

    white-space: nowrap;     /* prevents text wrap */
    flex-shrink: 0;          /* prevents button collapse */
    border-radius:0!important;
	line-height: normal;
}

.subscribe-btn:hover {
    background: #333;
    color: #fff;
}


.callback-banner {
    position: relative;
    background-image:url("../images/worries-bg.webp"); /* YOUR IMAGE */
    background-size: cover;
    background-position: center;
    height:460px;
    overflow: hidden;
}

/* Dark overlay */
.callback-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.callback-banner .container {
    position: relative;
    z-index: 2;
}

.callback-banner .small-text {
    font-size:24px;
    margin-bottom: 5px;
	color: #fff;
	font-weight: lighter;
}

.callback-banner .main-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.callback-banner .subtitle {
    font-size: 28px;
    margin-bottom: 25px;
	color: #fff;
	font-weight: lighter;
	line-height: 40px;
}

/* Contact Boxes */
.callback-banner .contact-boxes {
    gap: 10px;
}

.callback-banner .contact-item {
    background: white;
    border-radius: 6px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    min-width: 190px;
}

.callback-banner .contact-item.wide {
    min-width: 320px;
}

.callback-banner .contact-item .icon {
    font-size: 22px;
    margin-right: 10px;
}

.callback-banner .contact-item .label {
    font-size: 12px;
    color: gray;
}

.callback-banner .contact-item .value {
    font-size: 14px;
    font-weight: 600;
    color: black;
}




.about-sec {
  position: relative;
  display: flex;
  align-items: center;   /* Vertical center */
  justify-content: flex-start; /* Horizontal center */
}

.about-sec img {
  border-radius: 16px;
  width: 100%;
}

.about-sec .about-content {
  position: absolute;
  z-index: 2;
  max-width: 50%;
  text-align: left;   /* optional: centers text */
  color: #fff;
	padding-left:60px;
}

.about-sec .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
border-radius: 16px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.8) 30%,     /* LEFT side dark */
    rgba(0,0,0,0) 65%,      /* fade to transparent */
    rgba(0,0,0,0) 100%,      /* transparent middle */
    rgba(0,0,0,0.8) 100%    /* RIGHT side dark */
  );
}





.holiday-box {
    position: relative;
    overflow: hidden;
    height:550px;
}

.holiday-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

/* ZOOM EFFECT */
.holiday-box:hover img {
    transform: scale(1.15);
}

/* DARK GRADIENT OVERLAY */
.holiday-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 1;
}

/* TITLE */
.holiday-box .title {
    position: absolute;
    bottom: 30px;
    left:0px;
    font-size: 26px;
    font-weight:lighter;
    color: #fff;
    z-index: 2;
    transition: all .5s ease;
	    right: 0px;
    text-align: center;
}

/* TITLE MOVE UP */
.holiday-box:hover .title {
    transform: translateY(-12px);
}




.owl-theme .owl-dots{display: none;}

.owl-carousel-wrapper::before,
.owl-carousel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* LEFT */
.owl-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, #fff 10%, rgba(255,255,255,0) 100%);
}

/* RIGHT */
.owl-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(270deg, #fff 10%, rgba(255,255,255,0) 100%);
}

/* Visibility Classes */
.owl-carousel-wrapper.show-left::before { opacity: 1; }
.owl-carousel-wrapper.show-right::after { opacity: 1; }

/* PREV hidden initially */
.owl-prev {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}


.owl-next{background: url("../images/next-icon.svg") no-repeat 0px 0px!important;
    width: 45px;
    height: 45px;
    font-size: 0px !important;
    position: absolute;
    right:-20px;
    top:45%;
	z-index: 20;

}
.owl-prev{background: url("../images/prev-icon.svg") no-repeat 0px 0px!important;
    width: 45px;
    height: 45px;
    font-size: 0px !important;
    position: absolute;
    left:-20px;
    top:45%;
	z-index: 20;
}




.owl-prev {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}






.owl-theme .owl-nav .disabled {
    opacity: 0!important;
    cursor: default;
}

/* Trending Cards */

#trending-holidays .travel-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

#trending-holidays .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

#trending-holidays .img-box img {
  width: 100%;
  transition: transform 0.5s ease;
	min-height: 420px;
}

#trending-holidays .img-box:hover img {
  transform: scale(1.2);
}

/* Dark Gradient Overlay */
#trending-holidays .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:100%;
  
	background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.8) 0%,      /* TOP black */
    rgba(0,0,0,0) 35%,      /* fade to transparent */
    rgba(0,0,0,0) 35%,      /* transparent middle */
    rgba(0,0,0,0.8) 100%    /* BOTTOM black */
);
}

/* Price Tag */
#trending-holidays .price-tag {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 16px;
}

/* Badge */
.save-badge {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #F9AA1A;
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}


/* Content */
#trending-holidays .card-content {
  padding: 15px;
	position: absolute;
    bottom: 0px;
}

#trending-holidays .nights {
  font-size: 15px;
}

.stars span {
  color:#F9AA1A;
  font-size: 14px;
}

#trending-holidays .card-title {
  margin-top: 8px;
  font-size:20px;
  font-weight:500;
}

/* Button */
#trending-holidays .view-btn {
  margin-top: 12px;
  border-radius: 25px;
  padding: 6px 20px;
  font-size: 14px;
  border: 1px solid #fff;
}
#trending-holidays .img-box:hover .view-btn{
    color: #212529;
    background-color: #f8f9fa;
}

/* Destination Cards */



#Destination .owl-stage {
    display: flex !important;
}

#Destination .owl-item {
    display: flex !important;
    height: auto !important;
}

#Destination .owl-item .item {
    display: flex !important;
    height: 100% !important;
}
#Destination .owl-theme .owl-nav{margin-top: 0px;}
#Destination .travel-card {
    display: flex;
    flex-direction: column;
    height: 100%;       /* VERY IMPORTANT */
    border-radius: 12px;
    overflow: hidden;
	position: relative;
}

#Destination .img-box{border-top-right-radius: 12px; border-top-left-radius: 12px; position: relative;
    overflow: hidden;}


#Destination .card-content{
	border-radius: 0px 0px 12px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #fff;
}

#Destination .card-content .btn {
    margin-top: auto!important;   /* Pushes button to bottom */
}


#Destination .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:100%;
  
	background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.8) 0%,      /* TOP black */
    rgba(0,0,0,0) 35%,      /* fade to transparent */
    rgba(0,0,0,0) 35%,      /* transparent middle */
    rgba(0,0,0,0.8) 100%    /* BOTTOM black */
);
}
#Destination .card-title {
  margin-top:4px;
	margin-bottom: 2px;
  font-size:20px;
  font-weight:500;
}

#Destination .nights {
  font-size: 14px;
	color: #777777;
}
/* Price Tag */
#Destination .price-tag{
  font-size:15px;
	font-weight: lighter;
	color: #777;
	margin-top: 6px;
	margin-bottom: 12px;
}
#Destination .price-tag strong{
  font-size:22px;
font-weight: 700;
	color: #000;
}

/*Trending Destination Cards */

.trending-destinations-sec .holiday-box {
    position: relative;
    overflow: hidden;
    height: auto;
	border-radius: 12px;
}

.trending-destinations-sec .holiday-box img{border-radius: 12px;}
.trending-destinations-sec .holiday-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
    border-radius: 12px;
}


/* Holidays Cards */

#holidays-type .travel-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

#holidays-type .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

#holidays-type .img-box img {
  width: 100%;
  transition: transform 0.5s ease;
}

#holidays-type .img-box:hover img {
  transform: scale(1.2);
}

/* Dark Gradient Overlay */
#holidays-type .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:100%;
  
	background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.8) 0%,      /* TOP black */
    rgba(0,0,0,0) 35%,      /* fade to transparent */
    rgba(0,0,0,0) 35%,      /* transparent middle */
    rgba(0,0,0,0.8) 100%    /* BOTTOM black */
);
}





/* Content */
#holidays-type .card-content {
padding: 10px;
    position: absolute;
    bottom:10px;
    text-align: center;
    margin: 0px auto;
    left: 0;
    right: 0;
}



#holidays-type .card-title {
  margin-top: 8px;
  font-size:28px;
  font-weight:lighter;
}

/* Button */
#holidays-type .save-badge {
    margin-top: 12px;
    border-radius: 25px;
    padding: 6px 20px;
    font-size: 14px;
    position: unset;
    width: max-content;
    left: unset;
    right: unset;
    margin: 0px auto;
}
#holidays-type .img-box:hover .save-badge{
    color: #212529;
    background-color: #f8f9fa;
}








.section{margin-top: 60px;}


.reasons-section {
  background-color: #242670;
  padding:0px 0;
  position: relative;
  overflow: hidden;
}

.reasons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
		background-image: url("../images/dotted-img.svg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* LEFT SIDE */
.reasons-left {
  /*flex: 1.5;  60% width */
  color: white;
	width: 70%;
	padding:100px 0px;
}
/* Title highlight */
.section-title  {
  color: #242670; /* blue */
	font-size: 36px;
	margin-bottom: 20px;
}
.section-title .highlight {
  color: #F9AA1A; /* Yellow */
}

.reason-icon {
  width: 45px;
  height: 45px;
	margin-bottom: 30px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.reason-box {
 border-bottom: 1px solid #2F308D; padding-bottom: 20px;
  padding-bottom: 20px;
}
.reason-box p{
	color: #B7B9F8;
}

.reasons-list{font-weight:500; margin-bottom: 8px;}

/* RIGHT SIDE FULL HEIGHT */
.reasons-right {
  /*flex: 1;  40% width */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
	width: 30%
}

/* Yellow Cross Background */
.reasons-right::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 100%;
  right: 20%;
  z-index: 0;
}

.reasons-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

/* Girl Image Full Height */
.reasons-img {
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
	max-height: 710px;
}

header{background-color: #fff;}
.navbar-light .navbar-nav .nav-link{color:#000; font-size: 18px; text-transform: uppercase;}

.banner-slide {
  position: relative;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;        /* keep image below overlay */
}

.banner-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); /* overlay */
  z-index: 2;        /* overlay above image */
}



.carousel-item {
  height: 90vh;                     /* fullscreen look */
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}
.carousel-caption .btn {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
}
.banner-slide .carousel-caption {
  top: 40%;
  transform: translateY(-50%);
	z-index: 3;
}



.carousel-caption h1 {
  font-size: 65px;
  font-weight:bold;
}

.carousel-caption p {
  font-size: 24px;
  margin-top: 10px;
	color: #fff;
}

/* Custom Yellow Arrows */
.custom-arrow {
  background: #F9AA1A;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
	z-index: 4;
}

.custom-arrow i {
  color: white;
  font-size:40px;
}
.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-icon {
  width: 32px;   /* adjust size similar to screenshot */
}

.call-text .time {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom:0px;
}

.call-text .number {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.35s ease;
}

/* When page is scrolled */
.main-header.scrolled {
    background: rgba(255, 255, 255, 0.75);   /* translucent */
    backdrop-filter: blur(10px);              /* glass blur */
    -webkit-backdrop-filter: blur(10px);      /* safari */

    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: "Figtree", sans-serif;
    color: #000;
	font-size: 18px;
	 padding-top:66px;   /* adjust to header height */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
	font-family: "Playfair Display", serif;
}

.clear {
    clear: both;
}

p {
    font-size: 1rem;
    color: #000;
    line-height: 24px;
}
.fontLine{
    font-size:10px !important;
    line-height:15px !important;
}
a {
    color: #000;
}

    a:hover {
        color: #F9AA1A;
        text-decoration: none;
        transition: all 0.3s ease;
    }

p.large {
    font-size: 1.125rem;
}



.shadow {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}



.text-primary {
    color: #0A1C36 !important;
}

.text-secondary {
    color: #0A1C36 !important;
}

.text-dark {
    color: #2A2B2F !important;
}

.text-gray {
    color: #4e4b4c !important;
}


.bg-primary {
    background: #F9AA1A !important;
}

.bg-secondary {
    background: #242670 !important;
}


.btn {
    padding:9px 24px !important;
	text-transform: uppercase;
	font-size: 18px;
    font-weight:500;
	letter-spacing: 1px;
	border-radius: 25px;
}


.btn-primary {
    background: #F9AA1A !important;
    color: #fff !important;
    border-color: #F9AA1A !important;
    
}

    .btn-primary:hover {
        background: #333 !important;
        color: #fff !important;
        border-color: #333 !important;
    }

.btn-outline-primary {
    background: transparent !important;
    color: #0A1C36 !important;
    border: 1px solid #0A1C36 !important;
}

    .btn-outline-primary:hover {
        background: #0A1C36 !important;
        color: #fff !important;
        border: 1px solid #0A1C36 !important;
    }
.btn-outline-light {
    color: #f8f9fa;
    border-color: #fff !important;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}


.btn-secondary {
    background: #242670 !important;
    color: #fff !important;
    border-color: #242670 !important;
}

    .btn-secondary:hover {
        background: #333 !important;
        color: #fff !important;
        border-color: #333 !important;
    }




a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background: transparent !important;
}

.outline-none {
    outline: none !important;
}




.line-through {
    text-decoration: line-through;
}

.line-normal {
    line-height: normal;
}


@media (max-width:767px) and (min-width:320px) {
	
	.owl-next {
    right: 0px;
}
	.owl-prev {
    left: 0px;
}
		
	
	
	
	.logo{width: 200px;}

	.carousel-caption h1 {
    font-size: 28px;
}
	
	.carousel-caption p {
    font-size: 18px;
}
	
	.reasons-right{display: none;}
	
	  .reasons-grid {
    grid-template-columns: 1fr;   /* FULL WIDTH */
    gap: 25px;                    /* Optional smaller gap */
  }
	
	.reasons-left {
    width: 100%;
		padding: 20px 0px;
}
	
	.section-title {
    font-size:24px;
}
	
	.section {
    margin-top: 30px;
}
	
	
	
   .about-sec {
        height: 320px;          /* prevents tall awkward crop */
    }

	.about-sec img {
    height: 320px;
}
	
    .about-sec .about-content {
        max-width: 100%;
        padding: 20px;
    }	
	
	
	.callback-banner {
    padding: 40px 0px;
		height: auto;
}
	
	.callback-banner .small-text {
    font-size: 18px;
}
	.callback-banner .main-title {
    font-size:30px;
}
	
	
	.callback-banner .subtitle {
    font-size: 20px;
		    line-height: normal;
}
	
	.subscribe-btn {
    font-size: 14px !important;
		        padding: 9px 8px !important;
}
	.reasons-list {
    margin-bottom: 0px;
}
.reason-icon {
    margin-bottom:10px;
}	

	.reason-box {
    padding-bottom: 0px;
}
	
	#holidays-type .card-title {
    font-size: 24px;
    font-weight: 500;
}
	
	
.holiday-box .title {
    font-size: 24px;
}	
	
	.about-content .h1{font-size: 24px;}	
	
	.about-content  p.large {
    font-size: 1rem;
}
	
	.Subscribe-bx {
    padding:20px 0px;
}
	.newsletter-sec .title {
    font-size: 20px;
}
	.newsletter-sec .subtitle {
    font-size: 14px;
    margin-bottom:10px;
}
	
	.btn {
    font-size: 16px;
}
	
	
}





@media (min-width:768px) and (max-width: 1023px) {
	.reasons-right{display: none;}
	.reasons-left {
    width:100%;
		padding:40px 0px;
}
	.holiday-box .title {
    font-size: 20px;
    font-weight: 600;
}
	.reasons-grid {
    gap: 30px;
}
		
	
	
}

@media (min-width:1024px) and (max-width: 1200px) {


}
@media (min-width: 1440px) {
    .container {
        max-width: clamp(1320px, 90vw, 1440px);
    }
}

