/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.mb-5{
  margin-bottom: 1rem !important ;
}
.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}
.fa{
  color:#ee5d24;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-primary{
     background: linear-gradient(90deg, #ff5b0f, #ffaa3b);
    border:none;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar-toggler{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ee5d24;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    transition: box-shadow .15s ease-in-out;

}
.navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ee5d24;
}
.dropdown-item{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.dropdown-item:hover{
    background-color: #f2f2f2;
    color:#ee5d24;
}
.dropdown-item.active, .dropdown-item:active{
    color: #ee5d24;
    background-color: #f2f2f2;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* Highlight dropdown parent when submenu item is active
.nav-item.dropdown .dropdown-menu .dropdown-item.active,
.nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background: linear-gradient(90deg, #ff5b0f, #ffaa3b);
  color: #fff !important;
}

.nav-item.dropdown.show > .nav-link,
.nav-item.dropdown .dropdown-menu .dropdown-item.active ~ .nav-link {
  color: #ff5b0f !important;
} */


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

.page-header {
    background: linear-gradient(rgba(255, 137, 40, 0.534),rgba(252, 234, 219, 0.651), rgb(255, 255, 255)), url(../img/pageheader-bg.jpg) center center no-repeat;
    background-size: cover;
    background-position: center 35%;

}

/*** General ***/
.text-primary{
    color:#ee5d24 !important;
}





/*** Banner ***/
 .lead{
        padding-bottom:25px;
    }
    /* Desktop banner height */
@media (min-width: 992px) {
    .banner-carousel.d-lg-block .carousel-item img {
        height: 600px;       /* Desktop banner height */
        object-fit: cover;   /* Ensures image covers the container */
    }

    /* Caption background only wraps content, not full height */
    .banner-carousel.d-lg-block .carousel-caption {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0%;
        /* transform: translateY(-50%); */
        width: 100%;           /* Background width matches content */
        height: 100%;          /* Height adjusts to content only */
        display: inline-block;
        padding: 1.5rem 2rem;
        background: rgba(0, 0, 0, 0.5); /* semi-transparent */
        max-width: 100%;      /* optional */
    }
    .lead{
        padding-bottom:25px;
    }
}

/* Desktop carousel captions */
.banner-carousel .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
}

/* Thumbnails styling */
.carousel-thumbnails .thumb {
  width: 60px;
  height: 40px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}
.carousel-thumbnails .thumb.active,
.carousel-thumbnails .thumb:hover {
  border: 2px solid #fff;
}

/* Mobile captions */
@media (max-width: 991px) {
  .banner-carousel .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 1rem;
    max-width: 90%;
  }
  .banner-carousel .carousel-caption h1 {
    font-size: 2.25rem;
  }
  .banner-carousel .carousel-caption p {
    font-size: 0.9rem;
    padding-bottom:20px;
  }
  .banner-carousel .carousel-caption .btn {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
  .lead{
        padding-bottom:25px;
    }
}
/* Overlay for entire banner section */
#hero {
    position: relative;
}

#hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* dark semi-transparent overlay */
    z-index: 1;
}

/* Desktop carousel captions */
.banner-carousel .carousel-caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    max-width: 100%;
}

/* Mobile carousel captions */
@media (max-width: 991px) {
    .banner-carousel .carousel-caption {
        top: 50%;
        left: 0%;
        /* transform: translate(-50%, -50%); */
        max-width: 100%;
        padding: 0 1rem;
        text-align: center;
    }
}

/* Captions text */
.banner-carousel .carousel-caption h1 {
    color: #fff;
    font-weight: 700;
}

.banner-carousel .carousel-caption p {
    color: #fff;
}

/* Buttons styling */
.banner-carousel .carousel-caption .btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
}

/* Thumbnails at bottom-right */
.carousel-thumbnails {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    gap: 0.5rem;
    z-index: 3;
}

.carousel-thumbnails .thumb {
    width: 60px;
    height: 40px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.carousel-thumbnails .thumb.active,
.carousel-thumbnails .thumb:hover {
    border: 2px solid #fff;
}

.banner-carousel .carousel-caption{
    height:100%;
    max-width:100%
}



/*** Countdown ***/
.countdown-section {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
   /* Background image */
  /* background-image: url('../img/bg-1.jpg');  */
  background-size: cover;       /* Make sure the image covers the section */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-attachment: fixed; /* Optional: makes the image fixed while scrolling */
  position: relative;
  z-index: 2;
  margin-top: -100px;
}

.countdown-container {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap; /* No stacking on mobile */
  overflow-x: auto;  /* scroll if needed */
}

/* Tablet adjustments */
@media (max-width: 1024px) {
  .countdown-section::before {
    background-size: contain;    /* Shrinks image to fit section */
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .countdown-section::before {
    background-size: contain;    /* Shrinks image proportionally */
    background-position: top;    /* Adjust focus if needed */
  }
}
.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: url('../img/temp.png'); /* Your temple shape */
  background-size: cover;
  background-position: center;
  color: #ffffff;
  font-weight: 900;
  padding: 5px;
  gap:10px;
  padding-top: 35px; 
  width: 150px;
  height: 185px; /* adjust height as needed */
  border-radius: 8px;
  position: relative;
  z-index: 1;
  flex-shrink: 0; /* prevents shrinking on small screens */
}

.count-number {
  font-size: 28px;
  color:#0c0c0c;
}

.count-label {
  font-size: 18px;
  margin-top: 35px;
  text-align: center;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .count-box {
    width: 90px;
    height: 110px;
    padding-top: 25px;
    gap:1px;
  }

  .count-number {
    font-size: 20px;
  }

  .count-label {
    font-size: 10px;
    margin-top: 10px;
  }
}

.count-number, .count-label {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: contents;
}


/*** Partnership Logos **/
.partners-section {
  background: #fff9f6;
  margin-top: 150px;
}

.partners-section-subtitle {
  font-size: 14px;
  color: #636363;
}

.partner-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partner-track {
  display: flex;
  align-items: center;
  gap: 60px; /* space between logos */
  animation: scroll-logos 10s linear infinite;
}

.partner-logo {
  height: 80px;
  width: auto;
  flex-shrink: 0;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.partner-logo:hover {
  filter: grayscale(100%);
  cursor: pointer;
}

/* Infinite seamless scroll */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .partner-track {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .partners-section {
    text-align: center;
    margin-top: 100px ;
  }
  .partner-logo {
    height: 120px;
  }
}




/*** Welcome  ***/


.orange-line {
  width: 90px;           /* short line width */
  height: 4px;           /* thickness */
  background-color: #ee5d24; /* your color */
  margin: 0px auto 50px auto; /* center below title, add spacing */
  border-radius: 2px;    /* optional rounded ends */
}

.orange-line-left {
    width: 60px;
    height: 4px;
    background-color: #ee5d24;
    margin-left: 0; /* left-aligned by default */
}

/* Responsive: center on smaller screens */
@media (max-width: 991px) {
    .orange-line-left {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .orange-line-left {
        width: 50px; /* optional smaller width */
    }
}



/*** Highlights ***/

.list-unstyled{
    color:#636363;
}

/* Custom button styling for this section */
.register-btn {
    display: inline-block; /* keep width same as desktop */
    min-width: 200px;      /* optional: set a fixed width */
}

/* Center button on mobile screens without changing width */
@media (max-width: 767px) {
    .register-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: center; /* optional, keeps text centered inside button */
        width:20%;
    }
}

/*** Divider ***/
/* Full-width horizontal bar below the section */
.fullwidth-bg-section {
    width: 100%;                  /* full width */
    height: 100px;                /* fixed height */
    background-image: url('../img/divider.png'); /* replace with your image path */
    background-repeat: repeat-x;  /* repeat horizontally */
    background-position: top;     
     background-size: auto 100px;   /* width auto, height 30px (adjust as needed) */
    display: block;       
    margin-top: -15px;  
    z-index: 5;
    position: relative;
}
.fullwidth-bg-sections {
    width: 100%;                  /* full width */
    height: 100px;                /* fixed height */
    background-image: url('../img/div3.png'); /* replace with your image path */
    background-repeat: repeat-x;  /* repeat horizontally */
    background-position: top;     
     background-size: auto 100px;   /* width auto, height 30px (adjust as needed) */
    display: block;       
    margin-top: -10px;  
    z-index: 5;
    position: relative;
}

/*** Committee Member ***/
.committee-section {
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.committee-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.committee-track {
  display: flex;
  width: calc(220px * 22); /* 11 members × 2 (for loop) */
  animation: scrollMembers 25s linear infinite;
}

.committee-member {
  width: 220px;
  text-align: center;
  flex-shrink: 0;
  margin: 0 15px;
}

.committee-member img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 35px 0px;
  border: 3px solid #ff6f00;
  transition: transform 0.3s;
}

.committee-member img:hover {
  transform: scale(1.0);
}

.committee-member h5 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #ee5d24;
}

.committee-member p {
  font-size: 14px;
  color: #636363;
  margin-bottom: 0;
}

/* Infinite scroll keyframes */
@keyframes scrollMembers {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .committee-track {
    animation-duration: 40s;
  }
}

@media (max-width: 768px) {
  .committee-member {
    width: 180px;
  }
}

@media (max-width: 576px) {
  .committee-member {
    width: 150px;
  }
}

/*** Venue ***/
.about-chennai {
  position: relative;
  overflow: hidden;
  height: 350px;
}

/* Left Column - Image */
.about-chennai-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/* Right Column - Gradient Background */
.about-chennai-right {
  background: linear-gradient(135deg, rgba(238, 93, 36, 0.9), rgba(255, 161, 39, 0.95));
  height: 350px;
  color: #fff;
}
.venue-title{
    color:#EEEEEE;
}
.left-line {
  width: 60px;          /* Adjust the length of the line */
  height: 4px;           /* Thickness of the line */
  background-color: #0c0400 !important; /* Your orange color */
  margin: 0;             /* Align left */
}
.left-line-orange{
   width: 60px;          /* Adjust the length of the line */
  height: 4px;           /* Thickness of the line */
  background-color: #ee5d24 !important; /* Your orange color */
  margin: 0;             
}
@media (max-width: 768px) {
  .left-line {
    margin: 0 auto;   /* Centers the line */
    display: block;   /* Ensures margin auto works */
  }
  .left-line-orange{
    margin: 0 auto;   /* Centers the line */
    display: block; 
    align-items: center;
  }
}
@media (max-width: 991px) {
  .left-line {
    margin: 0 auto;
  }
}


.btn-readmore {
  background: transparent;       /* No background */
  color: #1b0901;                /* Red text */
  border: none;                  /* No border */
  padding: 0;                    /* Minimal padding */
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.btn-readmore i {
  font-size: 14px;              /* Icon size */
  transition: transform 0.3s ease;
}

.btn-readmore:hover {
  color: #ffffff;               /* Slightly brighter on hover */
}

.btn-readmore:hover i {
  transform: translateX(5px);   /* Arrow slides slightly on hover */
}


/* Responsive Adjustments */
@media (max-width: 991px) {
  .about-chennai {
    height: auto;
  }

  .about-chennai-img img {
    height: 200px;
  }

  .about-chennai-right {
    height: auto;
    text-align: center;
    padding: 30px 20px;
  }
  .left-line-orange{
    margin: 0 auto;   /* Centers the line */
    display: block; 
    align-items: center !important;
    align-self: center;
  }
}







/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-2.jpg) left center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-bg{
    border-right:1px solid #ffc3ab3f;
}
@media (max-width: 768px) {
  .testimonial-bg {
    border-right: none;
  }
}
.testimonial-img {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: auto;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 10%;
    left: 40%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 10%;
    left: 70%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 50%;
    left: 25%;
    animation-delay: 1s;
}

.testimonial-img div:nth-child(5) {
    bottom: 50%;
    left: 55%;
    animation-delay: 1.3s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px rgba(255, 172, 136, 0.247) inset;
    z-index: 1;
}




/* .testimonial-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
}

.testimonial-img .img-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.testimonial-img .img-row div {
  position: relative;
  display: inline-block;
}

.testimonial-img img {
  border-radius: 0%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

/* Add some responsive behavior 
@media (max-width: 768px) {
  .testimonial-img .img-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .testimonial-img img {
    width: 80px;
    height: 80px;
  }
}

.animated.flip {
  animation-duration: 10s !important; 
  animation-timing-function: ease-in-out;
} */


.testimonial-carousel .owl-item img {
    width: 150px;
    height: auto;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: #ee5d24;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}

.Welcome-Title{
    color:#ee5d24;
}
.welcome-sub{
    color:#ee5d24;
}
.welcome-highlight-text{
  font-size: 14px;
  color: #636363;
}
.fs-5{
    font-size: 14px !important;
    color: #636363;
}


.welcome-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-orange {
  color: #ee5d24;
}

.welcome-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  color: #2a2a2a;
  overflow: hidden;
  background: linear-gradient(to bottom right, #fff6ef, #ffe3cf);
  margin-top: 50px;
}

/* Image layer with reduced opacity */
.welcome-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg-1.jpg') center/cover no-repeat;
  opacity: 0.99; /* 👈 adjust this value (0.1 - 0.3 works best) */
  z-index: 0;
}

/* Gradient overlay (brand orange tint) */
.welcome-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 246, 242, 0.774), rgba(255, 251, 248, 0.87));
  z-index: 1;
}

/* Make sure your content stays above the overlays */
.welcome-card > * {
  position: relative;
  z-index: 2;
}


.author-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.author-img {
  max-width: 250px;
  border-radius: 0 !important;
  border: 4px solid #ee5d24;
}

.fs-5 {
  font-size: 15px !important;
  color: #5a5a5a;
  line-height: 1.7;
}

.orange-lines {
  width: 75px;
  height: 4px;
  border-radius: 10px;
  background: #ee5d24;
  margin: 10px auto;
}

/* --- Owl Carousel Dots --- */
.owl-dots {
  text-align: center !important;
  margin-top: 25px;
}

.owl-dot {
  display: inline-block !important;
}

.owl-dot span {
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  transition: background 0.3s ease;
}

.owl-dot.active span {
  background: #ee5d24;
}

/* --- Mobile Layout Fix --- */
@media (max-width: 991px) {
  .welcome-card .row {
    text-align: center;
  }
  .welcome-card .col-lg-4 {
    order: -1; /* Image comes first on mobile */
  }
  .author-info {
    align-items: center;
    text-align: center;
  }
  .author-img {
    margin: 0 auto;
    max-width: 200px;
  }
  .fs-5 {
    font-size: 14px !important;
  }
}




/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
    
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee5d24;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #ee5d24;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

.bg-primary {
    background-color: black !important;
}

.back{
    background-color: black !important;
}

.footer-bg{
    background-color: #0c0c0c !important;
}


/*** Page Header ***/
.item-active{
    color:#ee5d24 !important;
    text-decoration: none;
}

/*** About Leela Palace ***/
.leela-palace-section {
  background-color: #ffffff;
}

.leela-content-box {
  background: #fff8f4;
  border-radius: 0px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 5px 25px rgba(255, 217, 210, 0.08);
  transition: transform 0.3s ease;
}

/* .leela-content-box:hover {
  transform: translateY(-5px);
} */

.leela-image-wrapper {
  width: 100%;
}

.leela-image {
  width: 100%;
  height: auto;
  display: block;
}
.leela-image-wrapper {
    position: relative;
    display: inline-block;
}

.leela-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Overlay directly on the image */
.leela-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(134, 45, 1, 0.342); /* dark translucent overlay */
    opacity: 0;
    pointer-events: none; /* ensures overlay doesn't block interactions */
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.leela-image-wrapper:hover::after {
    opacity: 1; /* overlay appears only when hovering image */
}

.leela-image-wrapper:hover .leela-image {
    transform: scale(1.0); /* optional zoom effect */
    cursor: pointer;
}

.orange-line {
  width: 60px;
  height: 4px;
  background-color: #ee5d24;
}

.leela-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #636363;
  max-width: 700px;
  margin: 0 auto;
}

.leela-highlights {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.leela-highlights li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.leela-highlights li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
  padding-left: 30px; /* Creates space for the icon */
  text-indent: 0; /* Ensures no unwanted indentation */
}

.leela-highlights li i {
  position: absolute;
  left: 0;
  top: 4px; /* vertically align the icon */
  color: #ee5d24;
}

.leela-highlights i {
  color: #ee5d24;
  margin-right: 10px;
}

.btn-leela-readmore {
  background: transparent;
  border: none;
  color: #ee5d24;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-leela-readmore i {
  transition: transform 0.3s ease;
}

.btn-leela-readmore:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .leela-content-box {
    margin: 0 15px;
  }

  .leela-desc, .leela-highlights {
    text-align: left;
  }
}
/* Description left-aligned on desktop */
.leela-desc {
  text-align: left;
  max-width: 700px;
  margin: 0 auto 20px auto;
  font-size: 14px;
  line-height: 1.8;
  color: #636363;
}

/* Mobile - center align description */
@media (max-width: 768px) {
  .leela-desc {
    text-align: center;
  }
}

.venue-sub {
  display: block;       /* Makes it behave as a block element */
  text-align: left;     /* Aligns text to the left */
  margin: 25px 0px;  /* Space below the heading */
  font-weight: 700;     /* Bold text */
  font-size: 18px;      /* Adjust font size */
  color: #0c0400;          /* Text color */
}

/*** Chennai Page Toggle ***/
.tab-btn {
  background-color: #f2f2f2;
  border: none;
  padding: 8px 50px;
  border-radius: 0px;
  font-weight: 500;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position:relative;
}

.tab-btn.active {
  background: linear-gradient(90deg, #ff5b0f, #ffaa3b);
  color: #fff;
}
.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -8px; /* distance from the bottom of the button */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ff7b00; /* arrow color (matches gradient) */
}
.content-box {
  display: none;
}

.content-box.active {
  display: block;
}

/* Orange overlay effect */
.about-img {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.about-img:hover {
  filter: brightness(70%) sepia(100%) hue-rotate(-20deg) saturate(200%);
}



/*** About Chennai ***/
.about-chennai-section {
  background: #ffffff;
}

.about-chennai-box {
  background: #fff8f4;
  border-radius: 0px;
  box-shadow: 0 5px 25px rgba(255, 217, 210, 0.08);
  max-width: 1100px;
}

.about-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.about-card {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.about-card:last-child {
  border-bottom: none;
}

.about-chennai-section h3 {
  color: #ee5d24;
  font-weight: 600;
}

.about-chennai-section p {
  color: #444;
  line-height: 1.8;
  text-align: justify;
  font-size: 14px;
}

.about-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
  padding-left: auto;
}

.about-img:hover {
  transform: scale(1.05);
  cursor: pointer;
}


.mobile{
  text-align: center !important;
}
/* 🔹 RESPONSIVE BEHAVIOUR FOR TABLETS & MOBILES */
@media (max-width: 992px) {
  .about-card .row {
    flex-direction: column !important;
    text-align: center;
  }

  .about-card .col-lg-6 {
    width: 100%;
  }

  .about-card h3 {
    margin-top: 15px;
  }

  .about-img {
    margin-top: 15px;
    height: 230px;
  }

  .about-chennai-section p {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .about-chennai-box {
    padding: 20px;
  }

  .about-subtitle {
    font-size: 1rem;
  }

  .about-img {
    height: 200px;
  }
}

/* Center images on tablet and mobile screens */
@media (max-width: 991px) {
  .about-img {
    display: block;
    margin: 0 auto;
    padding-left: initial;
  }
}


/*** Registration Details ***/
/* Table styles (same as before) */
.registration-section {
  background: #fff;
}

.table-responsive,
.registration-table,
.registration-table th,
.registration-table td {
  border-radius: 0 !important;
}

.registration-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0px !important;
  overflow: hidden;
  font-size: 1rem;
}

.registration-table thead th{
   background: linear-gradient(90deg, #ff7b00, #ffae42);
  color: #fff;
}
.registration-table tbody td {
  color: #636363; /* Black text for table data */
  font-size: 14px;
  padding: 12px;
  border: 1px solid #ffffff;
}
.registration-table th,
.registration-table td {
  padding: 12px 30px;
  border: 1px solid #ffffff;
  white-space: nowrap;
}

.registration-table tbody tr:nth-child(even) {
  background-color: #fff6ef;
}

/* .registration-table tbody tr:hover {
  background-color: #ffe3cc;
} */

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
}

/* Custom scrollbar */
.table-responsive::-webkit-scrollbar {
  height: 6px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #ff9f4d;
  border-radius: 0px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #fff2e0;
}

/* Service List */
.services-list {
  background: #fff;
  border-radius: 10px;

}

.services-list h4 {
  color: #0c0400;
  font-weight: 600;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
  color:#636363;
  font-size: 14px;
}

/* Replace orange circle with image bullet */
.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url("../img/bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .registration-table th,
  .registration-table td {
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .registration-table th,
  .registration-table td {
    font-size: 0.85rem;
  }

  .custom-list li {
    padding-left: 20px;
  }
}
.services-title {
  text-align: left; /* Default: left for desktops */
  font-weight: 600;
  font-size: 16px;
}

/* Center align on tablets and mobiles */
@media (max-width: 992px) {
  .services-title {
    text-align: left;
  }
}
/* Duration / Stay Section */
.stay-details {
  font-size: 14px;
  color: #333;
}

.stay-box {
  background-color: #fff7f2;
  border: 1px solid #ee5d24;
  /* border-radius: 10px; */
  padding: 12px 18px;
  min-width: 180px;
  box-shadow: 0 2px 5px rgba(238, 93, 36, 0.15);
}

.stay-box h6 {
  font-weight: 600;
  color: #ee5d24;
  font-size: 14px;
}

.divider {
  width: 40px;
  height: 2px;
  background-color: #ee5d24;
  margin: 0 10px;
}

/* Mobile view */
@media (max-width: 767px) {
  .stay-details {
    flex-direction: column;
    gap: 10px;
  }
  .divider {
    display: none;
  }
  .stay-box {
    width: 100%;
    text-align: center;
  }
}
/* Fade-Up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(160px);
  transition: all 0.5s ease-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}






/*** Login - Form ***/
.login-section {
  background: url('img/conference-bg.jpg') no-repeat center center/cover;
}

.login-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
  .login-section {
    padding: 40px 0;
  }
}
::placeholder {
  color: #999;          /* text color */
  font-size: 14px;      /* font size */
  opacity: 1;           /* makes sure color is not faded */
}

.form-label-reg{
    color: #180b00ff;
}

.login-section input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

/* When focused (clicked into) */
.login-section input:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

/* Optional hover effect */
.login-section input:hover {
  border-color: #ee5d24;
}

/* Style the placeholder */
.login-section input::placeholder {
  color: #7056465b;
  font-weight:400;
}

.text-center-login{
  font-size: 14px;
}





/*** Signup - Form ***/
.signup-section {
  min-height: 100vh;
  padding: 60px 15px;
}

.signup-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  max-width: 420px;
  width: 100%;
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
  border:none;
}

.signup-section .form-control,
.signup-section .form-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

/* Focus State */
.signup-section input:focus,
.signup-section select:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

/* Hover State */
.signup-section input:hover,
.signup-section select:hover {
  border-color: #ee5d24;
}

/* Placeholder */
.signup-section input::placeholder {
  color: #7056465b;
  font-weight: 400;
}

/* Label */
.form-label-reg {
  color: #180b00ff;
  font-weight: 500;
}

/* Button */
.signup-section .btn-primary {
  background-color: #ee5d24;
  border: none;
  padding: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.signup-section .btn-primary:hover {
  background-color: #c94c1d;
}

.text-center-login {
  font-size: 14px;
}

@media (max-width: 768px) {
  .signup-section {
    padding: 40px 0;
  }
  .signup-section .card {
    margin: 0 10px;
  }
}

.btn-signup{
    font-weight:800 !important;
}

.alert-danger{
    font-size:14px;
}

/* Custom searchable dropdown style */
.custom-country-wrapper {
  position: relative;
}

.country-dropdown-container {
  position: relative;
  width: 100%;
}

.country-dropdown-search {
  display: none;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-top: none;
  outline: none;
}

.country-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 180px;
  overflow-y: auto;
  z-index: 1000;
}

.country-dropdown-options div {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
}

.country-dropdown-options div:hover {
  background-color: #f1f1f1;
}

.country-dropdown-open .country-dropdown-options,
.country-dropdown-open .country-dropdown-search {
  display: block;
}



/*** Forgot Password Form  ***/
.forgot-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}

.forgot-section input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

.forgot-section input:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

.forgot-section input:hover {
  border-color: #ee5d24;
}

.forgot-section input::placeholder {
  color: #7056465b;
  font-weight: 400;
}

.forgot-section .form-label-reg {
  color: #180b00ff;
  font-weight: 500;
}

.forgot-section .btn-primary:hover {
  background-color: #d64f1f !important;
}

@media (max-width: 768px) {
  .forgot-section {
    padding: 40px 0;
  }
}


/*** Reset Password Form ***/
.reset-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}

.reset-section input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

.reset-section input:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

.reset-section input:hover {
  border-color: #ee5d24;
}

.reset-section input::placeholder {
  color: #7056465b;
  font-weight: 400;
}

.reset-section .form-label-reg {
  color: #180b00ff;
  font-weight: 500;
}

.reset-section .btn-primary:hover {
  background-color: #d64f1f !important;
}

@media (max-width: 768px) {
  .reset-section {
    padding: 40px 0;
  }
}

/* Password strength text */
#password-strength {
  font-size: 13px;
  font-weight: 500;
}

/* Weak */
.password-weak {
  color: #e74c3c;
}

/* Medium */
.password-medium {
  color: #f39c12;
}

/* Strong */
.password-strong {
  color: #27ae60;
}

@media (max-width: 768px) {
  .reset-section {
    padding: 40px 0;
  }
}

/* Registration Page */
.registration-section {
  background: url('img/conference-bg.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 60px 0; /* balanced padding */
}

.registration-section .container {
  margin: 0;
  padding: 0;
}

.registration-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  width: 100%;
  max-width: 700px; /* ✅ increased width */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.registration-section input,
.registration-section select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

.registration-section input:focus,
.registration-section select:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

.registration-section input:hover,
.registration-section select:hover {
  border-color: #ee5d24;
}

.registration-section input::placeholder {
  color: #7056465b;
  font-weight: 400;
}

.registration-section .form-label {
  color: #180b00ff;
}

.registration-section .btn-primary {
  background-color: #ee5d24;
  border: none;
  transition: all 0.3s ease;
}

.registration-section .btn-primary:hover {
  background-color: #c94a1c;
}

.registration-section .alert {
  border-radius: 10px;
}

/* ✅ Responsive Fixes */
@media (max-width: 992px) {
  .registration-section {
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0;
  }

  .registration-section .card {
    max-width: 600px; /* Tablet width */
  }
}

@media (max-width: 768px) {
  .registration-section {
    padding: 40px 0;
  }

  .registration-section .container {
    padding: 0 20px;
  }

  .registration-section .card {
    max-width: 100%; /* Full width for mobile */
  }
}

/* --- Step Navigation Buttons --- */
.custom-prev-btn,
.custom-next-btn {
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0px;
  transition: all 0.3s ease;
  min-width: 120px;
}

/* Previous Button — transparent with orange outline */
.custom-prev-btn {
  background-color: #ffffff;
  color: #e46f00;
  border: none;
}
.custom-prev-btn:hover {
  color: #e46f00;
}

/* Next Button — solid orange */
.custom-next-btn {
  background-color: #e46f00 !important; 
  border: 2px solid #e46f00;
  color: #fff;
}
.custom-next-btn:hover {
  color:#fff;
  background-color: #e46f00;
  border-color: #e46f00;
}


/*** Abstract Submission Form Styling (Matches Login) ***/
.login-section {
  background: url('img/conference-bg.jpg') no-repeat center center/cover;
}

.login-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
}

@media (max-width: 768px) {
  .login-section {
    padding: 40px 0;
  }
}

::placeholder {
  color: #999;
  font-size: 14px;
  opacity: 1;
}

.form-label-reg {
  color: #180b00ff;
}

.login-section input,
.login-section select,
.login-section textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

.login-section input:focus,
.login-section select:focus,
.login-section textarea:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

.login-section input:hover,
.login-section select:hover,
.login-section textarea:hover {
  border-color: #ee5d24;
}

.login-section input::placeholder,
.login-section textarea::placeholder {
  color: #7056465b;
  font-weight: 400;
}

/* Match login page aesthetic */
.login-section {
  background: url('img/conference-bg.jpg') no-repeat center center/cover;
}
.login-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
}
.form-label-reg { color: #180b00ff; font-weight: 600; }
.required-star { color: red; font-weight: bold; }

/* Dropdown style */
select.form-select,
select {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}
select:hover,
select:focus {
  background-color: #fff4e6;
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
  outline: none;
}

/* Co-author button style */
#addCoauthor {
  background-color: #28a745 !important;
  border: none;
}
#addCoauthor:hover {
  background-color: #218838 !important;
}

/* Co-author input group spacing */
#coauthor-fields .input-group { margin-top: 8px; }
#coauthor-fields input { border-radius: 0px; }

/* Abstract Notice Card */
.abstract-notice-card {
  background: linear-gradient(135deg, #fffcfb, #fffefd);
  box-shadow: 0 6px 20px rgb(226, 219, 214);
  border-radius: 0px;
  max-width: 600px;
  color:#141414;
  margin: 0 auto;
}
.abstract-notice-card i {
  display: block;
}
.abstract-notice-card p {
  color: #141414;
  font-size: 1rem;
}
.abstract-notice{
  color:#141414 !important;
}
.abstract-text{
  color:#636363;
  font-size: 16px;
}

@media (max-width: 768px) {
  .abstract-text{
  font-size: 14px;
}

}


/*** Profile ***/

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ee5d24;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
}
.nav-link:hover {
    display: block;
    padding: .5rem 1rem;
    color: #ee5d24;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out;
}

/*** Profile - Form ***/
.profile-section {
  background: url('img/conference-bg.jpg') no-repeat center center/cover;
  min-height: 100vh;
  padding: 60px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  max-width: 700px;
  width: 100%;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  border: none;
}

.profile-icon {
  font-size: 110px;
  color: #ee5d24;
}

/* Inputs */
.profile-section .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  outline: none;
}

.profile-section .form-control:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
}

/* Labels */
.form-label-reg {
  color: #180b00ff;
  font-weight: 500;
}

/* Buttons */
.profile-section .btn-primary {
  background-color: #ee5d24;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.profile-section .btn-primary:hover {
  background-color: #c94c1d;
}

.profile-section .btn-secondary {
  background-color: #039e0b;
  border: none;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-section {
    padding: 40px 0;
  }

  .profile-section .card {
    margin: 0 10px;
  }

  .profile-icon {
    font-size: 90px;
  }
}

@media (max-width: 576px) {
  .profile-icon {
    font-size: 70px;
  }
}


/*** Abstract Section - Tightened Layout ***/
.abstract-section {
  background: url('img/conference-bg.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0; /* minimal top/bottom space */
  min-height: auto; /* remove 100vh stretching */
}

.abstract-section .card {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-radius: 0px;
  width: 100%;
  max-width: 480px;
}

.abstract-section .text-orange {
  color: #ee5d24;
}

.abstract-section input[type="text"],
.abstract-section input[type="email"],
.abstract-section input[type="file"] {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 12px 15px;
  font-size: 15px;
  color: #333;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 100%;
}

.abstract-section input:focus {
  border-color: #ee5d24;
  box-shadow: 0 0 5px rgba(238, 93, 36, 0.3);
  outline: none;
}

.abstract-section input::placeholder {
  color: #7056465b;
  font-weight: 400;
}

@media (max-width: 768px) {
  .abstract-section {
    padding: 25px 0; /* even tighter on mobile */
  }
  .abstract-section .card {
    margin: 0 15px;
  }
}



/*** Dashboard Section  ***/
.dashboard-section {
  background-color: #f8f9fa;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Card Styling */
.dashboard-section .card {
  background: #ffffff;
  border-radius: 0px;
  padding: 2rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

/* Heading */
.text-orange {
  color: #ee5d24 !important;
}

/* Status Circle */
.status-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Pending = grey */
.status-circle.pending {
  background-color: #d6d6d6;
  color: #6c757d;
}

/* Done = green */
.status-circle.done {
  background-color: #28a745;
  color: #fff;
}

/* Button (Orange Action) */
.btn-action {
  background-color: #ee5d24 !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 22px !important;
  border-radius: 0px;
  font-size: 0.9rem;
  border: none;
  min-width: 120px;
  transition: all 0.3s ease;
}

.btn-action:hover {
  background-color: #ee5d24!important;
  color:#0c0400;
}

/* Responsive */
@media (max-width: 768px) {
  .dashboard-section .card {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .dashboard-section .card {
    padding: 1.2rem;
  }
}


/* --- Radio Buttons (Universal Clean Styling) --- */
.form-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 1.5rem;
}

.form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 0.5rem;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  vertical-align: middle;
}

.form-check-input:checked {
  border-color: #ff6600; /* orange border */
  background-color: #ff6600; /* orange fill */
}

.form-check-input:checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.form-check-label {
  font-size: 0.95rem;
  color: #333;
  cursor: pointer;
  margin-bottom: 0;
}


/*** Committee - Members ***/

.committee-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}
.committee-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.committee-card:hover img {
  transform: scale(1.05);
}
.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(201, 64, 0, 0.75);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.4s ease;
  padding: 10px;
}
.committee-card:hover .overlay {
  bottom: 0;
}
.overlay-text h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color:#f1f1f1;
}
.overlay-text p {
  font-size: 1rem;
  margin: 0;
  font-family: 'poppins';
}
h6 {
  font-size: 0.95rem;
  color: #1b0901;
}
.full-bg {
  width: 100%;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-white {
  background-color: #ffffff !important;
}

.name{
  font-family: 'poppins';
}
.committee-group{
  color:#ee5d24;
  margin-top: 50px;
  padding-bottom: 50px;
}

.bg-committee{
  background-color: rgba(255, 242, 228, 0.88);
}
.bg-committee-white{
  background-color: #fffcfb;
}

.committee-title{
  font-size: 30px !important;
}
/* Responsive */
@media (max-width: 992px) {
  .committee-card img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .committee-card img {
    height: 220px;
  }
}
@media (max-width: 576px) {
  .committee-card img {
    height: 220px;
  }
}


/*** Abstract Guidelines ***/
/* Title Section Styles */
.abstract-guidelines-header {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff; /* optional light background */
}

.abstract-guidelines-header .abstract-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ee5d24; /* Dark title color */
}

.abstract-guidelines-header h4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #555; /* subtitle color */
}

.abstract-guidelines-header .abstract-desc {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    line-height: 1.7;
}


.call-content .abstract-desc {
    font-size: 16px;
    font-weight: 500;
    color: #141414;
    line-height: 1.7;
}

/* Orange line */

/* Responsive */
@media (max-width: 991px) {
    .abstract-guidelines-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .abstract-guidelines-header .venue-title {
        font-size: 1.75rem;
    }

    .abstract-guidelines-header h4 {
        font-size: 1.1rem;
    }

    .abstract-guidelines-header .leela-desc {
        font-size: 0.95rem;
    }

    .left-line-orange {
        width: 50px;
        height: 3px;
    }
}

@media (max-width: 768px) {
    .abstract-guidelines-header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .abstract-guidelines-header .venue-title {
        font-size: 1.5rem;
    }

    .abstract-guidelines-header h4 {
        font-size: 1rem;
    }

    .abstract-guidelines-header .leela-desc {
        font-size: 0.9rem;
    }

    .left-line-orange {
        width: 40px;
        height: 3px;
    }
}

/* Call for Abstracts Section */
.abstract-call-section {
    position: relative;
}

/* Title */
.abstract-call-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1b0901; /* dark heading color */
    text-align: left; /* left-aligned on desktop */
}

/* Orange line */
.abstract-call-line {
    width: 60px;
    height: 4px;
    background-color: #ee5d24;
    margin: 15px 0px; /* left-aligned on desktop */
}

/* Content */
.abstract-call-desc {
    font-size: 1rem;
    color: #636363;
    line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .abstract-call-title {
        text-align: center; /* center for tablets */
        font-size: 1.3rem;
    }

    .abstract-call-line {
        margin-left: auto;
        margin-right: auto;
        display: block; /* centers line */
    }

    .abstract-call-desc {
        font-size: 0.95rem;
    }
    .abstract-call-line {
    width: 60px;
    height: 3px;

}
}

@media (max-width: 768px) {
    .abstract-call-title {
        font-size: 1.15rem;
    }

    .abstract-call-line {
        width: 50px; /* optional smaller width */
    }

    .abstract-call-desc {
        font-size: 0.9rem;
    }
}

/* Heading */
.scientific-categories-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1b0901;
    text-align: left;
}

.scientific-categories-line {
    width: 60px;
    height: 4px;
    background-color: #ee5d24;
    margin-left: 0;
}

/* Two-column layout for desktop */
.scientific-categories-columns {
    display: flex;
    gap: 50px; /* space between columns */
}

.scientific-categories-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.scientific-categories-list li {
    font-size: 1rem;
    color: #636363;
    line-height: 1.7;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.scientific-categories-list li i {
    color: #ee5d24;
    margin-right: 10px;
}

/* Responsive: single column for tablets and mobiles */
@media (max-width: 991px) {
    .scientific-categories-title {
        text-align: center;
        font-size: 1.3rem;
    }

    .scientific-categories-line {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .scientific-categories-columns {
        display: block; /* single column */
    }

    .scientific-categories-list li {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .scientific-categories-title {
        font-size: 1.15rem;
    }

    .scientific-categories-line {
        width: 50px;
    }

    .scientific-categories-list li {
        font-size: 0.9rem;
    }
}
/* Sub-title for Scientific Categories */
.scientific-categories-subtitle {
    font-size: 1rem;
    color: #141414;
    margin-bottom: 20px;
    text-align: left; /* left-aligned on desktop */
}

/* Responsive */
@media (max-width: 991px) {
    .scientific-categories-subtitle {
        text-align: center; /* center on tablets */
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .scientific-categories-subtitle {
        font-size: 0.9rem;
    }
}



/* Section Title */
.award-benefits-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1b0901;
    text-align: left;
}
.award-benefits-subtitle{
  font-size: 1.3rem;
    font-weight: 600;
    color: #1b0901;
    text-align: left;
    font-style: italic;
    padding-bottom: 10px;
}

.award-benefits-line {
    width: 60px;
    height: 4px;
    background-color: #ee5d24;
    margin-left: 0;
}

/* Benefits List */
.award-benefits-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 40px;
}

.award-benefits-list li {
    font-size: 1rem;
    color: #636363;
    line-height: 1.7;
    display: flex;
    align-items: center;
}

.award-benefits-list li i {
    margin-right: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .award-benefits-title {
        text-align: center;
        font-size: 1.3rem;
    }
    .award-benefits-subtitle{
  font-size: 1rem;
    text-align: center;
    padding-bottom: 10px;
}

    .award-benefits-line {
        margin: 0 auto;
        display: block;
    }

    .award-benefits-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .award-benefits-title {
        font-size: 1.15rem;
    }
    .award-benefits-subtitle{
  font-size: 1rem;
    padding-bottom: 10px;
}


    .award-benefits-line {
        width: 50px;
    }

    .award-benefits-list li {
        font-size: 0.9rem;
    }
}
/* Section Title */
.award-categories-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1b0901;
  text-align: left;
}

.award-categories-line {
  width: 60px;
  height: 4px;
  background-color: #ee5d24;
  margin-left: 0;
}

/* List Style */
.award-categories-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 40px;
}

.award-categories-list li {
  font-size: 1rem;
  color: #636363;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

.award-categories-list li i {
  margin-right: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .award-categories-title {
    text-align: center;
    font-size: 1.3rem;
  }

  .award-categories-line {
    margin: 0 auto;
    display: block;
  }

  .award-categories-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .award-categories-title {
    font-size: 1.15rem;
  }

  .award-categories-line {
    width: 50px;
  }

  .award-categories-list li {
    font-size: 0.9rem;
  }
}

.section-divider {
  text-align: center;
}

.divider-img {
  width: 350px;
  height: auto;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect for nice visual feedback */
.divider-img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* Responsive scaling */
@media (max-width: 768px) {
  .divider-img {
    width: 300px;
    opacity: 0.8;
  }
}

.abstract-guidelines-bg{
  background-color: rgb(255, 255, 255);;
}

.abstract-format-title {
  color: #111;
  letter-spacing: 0.5px;
}



.abstract-format-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.abstract-format-list li {
  margin-bottom: 12px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start; /* ✅ icons align with top */
}

.abstract-format-list i {
  margin-top: 4px;
  font-size: 14px;
}

.abstract-guidelines-bg {
 /* optional subtle background */
  border-radius: 8px;
  padding: 40px 20px;
}

.abstract-infor{
  color:#141414;
}

.hover-up {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-up:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(255, 193, 151, 0.76);
}

.text-light-gray {
  color: #636363 !important;
  font-size: 16px;
}

.text-theme-orange {
  color: #FF6600 !important;
}

/* Alternate row colors */
.abstract-format-table tbody tr:nth-child(odd) {
  background-color: #fffbf9; /* Light gray background for odd rows */
}

.abstract-format-table tbody tr:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}

/* Table styling */
.abstract-format-table td {
  padding: 12px 16px;
  vertical-align: top;
  font-size: 16px;
  border: none;
}

/* Bullet styling */
.abstract-format-table i {
  font-size: 12px;
  color: #FF6600;
}

.abstract-benefits-section td {
  
  font-size: 16px;

}

/* Responsive scaling */
@media (max-width: 768px) {
  .abstract-benefits-section td {
  
  font-size: 14px;

}
.abstract-format-table td {
  font-size: 14px;
}
}

.submission-process-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.submission-process-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #636363;
  font-size: 16px;
  line-height: 1.6;
}

.submission-process-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #FF6600;
  border-radius: 50%;
}

.text-highlight {
  color: #FF6600;
  font-weight: 500;
}

@media (max-width: 768px) {
  .submission-process-list li {
  font-size: 14px;
}
}

.awards-text {
  color: #636363;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.text-highlight {
  color: #FF6600;
  font-weight: 500;
}

@media (max-width: 768px) {
  .awards-text {
  font-size: 14px;
  text-align: center;
}
}

.contact-queries-section {
  background-color: #fff9f6; /* Orange background */
}

.contact-card {
  background: linear-gradient(135deg, #FF6600, #ff9c2a); /* Gradient from dark orange to lighter orange */
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 8px; /* Optional: rounded corners for smoother look */
  padding: 30px; /* Optional: add some padding inside the card */
}


.contact-title {
  font-weight: 600;
  color: #ffffff;
}

.contact-line {
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  margin: 0 auto;
}

.contact-text {
  font-size: 16px;
  line-height: 1.6;
}


/*** Program **/
  @keyframes floatRobot {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
  }

  .dots-loader span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background-color: #FF6600; /* Orange accent */
    border-radius: 50%;
    animation: bounceDots 1.4s infinite both;
  }

  .dots-loader span:nth-child(1) { animation-delay: -0.32s; }
  .dots-loader span:nth-child(2) { animation-delay: -0.16s; }

  @keyframes bounceDots {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
  }


  /*** Scroll Flag ***/
.ten-nations-section {
  background: linear-gradient(to right, #fffefd, #fffffe);
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  border-top: solid 1px #ffebd5;
  /* border-bottom: solid 1px #ffebd5; */
}

.flag-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: 0.5px;
}

.flag-title span {
  color: #ee5d24; /* Brand orange */
}

.flag-subtitle {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 25px;
}

.flag-scroll-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flag-scroll {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
  animation: scroll-flags 30s linear infinite;
  width: max-content;
}

.flag-scroll img {
  width: 60px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
  cursor: pointer;
}

.flag-scroll img:hover {
  transform: scale(1.1);
}

/* Infinite horizontal scroll animation */
@keyframes scroll-flags {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause scroll on hover */
.flag-scroll-wrapper:hover .flag-scroll {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
  .flag-title {
    font-size: 1.5rem;
  }

  .flag-scroll img {
    width: 45px;
  }
}


/*** About Pasmiss ***/
.timeline {
  position: relative;
  margin-left: 20px;
  border-left: 2px solid #FF6600;
  padding-left: 25px;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-marker {
  width: 14px;
  height: 14px;
  background-color: #FF6600;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 6px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #FF6600;
}

.timeline-content {
  background: #ffffff;
  border-radius: 10px;
}

.flag-card {
  background: #ffffff;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}

.flag-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  cursor: pointer;
}

.flag-img {
  width: 60px;
  height: auto;
  object-fit: contain;
}




/*** Travel ***/
.travel-section {
  background-color: #ffffff;
}

.travel-box {
  background: #fff8f4;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(255, 217, 210, 0.08);
}

.travel-subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.travel-table th {
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: 600;
}

.travel-table td {
  font-size: 14px;
}

.travel-list {
  list-style: none;
  padding-left: 0;
}

.travel-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
}

.travel-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ee5d24;
}
