.sec-title .sub-title {
  display: block;
  font-size: 16px;
  color: #0561aa;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.sec-title {
  position: relative;
  margin-bottom: 20px;
}
.sec-title.text-center .divider {
  margin: 20px auto 0;
  width: 90px;
  height: 5px;
  background-image: url(../images/icons/divider-centered.png);
}
.sec-title .divider {
  position: relative;
  display: block;
  width: 68px;
  height: 5px;
  background-image: url(../images/icons/divider.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
}
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  background: #001376;
  overflow: hidden;
  min-width: 180px;
}
.btn-style-one:hover:before {
  top: 150%;
}
.btn-style-one:before {
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 200%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
/***

==================================================================
    About Section
==================================================================

***/

.about-section {
  position: relative;
  padding: 40px 0 40px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-top: 30px;
  padding-left: 5px;
}

.about-section .content-column p {
  margin-bottom: 24px;
}

.about-section .content-column .btn-box {
  position: relative;
  margin-top: 40px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

/* Modern Rectangular About Section */
.about-image-stack {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}

.about-img-main {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 10px solid #fff;
  width: 90%;
}

.about-img-sub {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 2;
  width: 60%;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border: 8px solid #fff;
  /* Optional accent border below */
}

.about-image-stack::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  height: 100px;
  background: #f58331;
  z-index: 0;
  border-radius: 8px;
}

/* Read More Toggle */
.more-text {
  display: none;
  transition: all 0.5s ease;
}

.more-text.show {
  display: block;
}

.btn-read-more {
  display: inline-block;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  background-color: #e67625;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  color: #ffffff;
  border-color: #001376;
  background-color: #001376;
}

/* Retaining old classes but marking as legacy or only keeping if needed by other pages */
/* .home-big-circle { ... } */
.about-section .about-image-wrapper {
  position: relative;
  padding-top: 150px;
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
}
.home-big-circle {
  width: 500px;
  height: 500px;
}
.home-img-circle {
  position: absolute;
  max-width: 750px;
  top: -20px;
  left: 60px;
}
.about-section .image-1 {
  position: relative;
  margin-left: -180px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: -1;
}

.about-section .image-1 img {
  -webkit-animation: bounce-x 10s infinite;
  animation: bounce-x 10s infinite;
}

.about-section .image-2 {
  position: absolute;
  right: 30px;
  top: -70px;
  /*bottom: 0;*/
  border-radius: 50%;
  border: 17px solid #fd00c5;
  overflow: hidden;
}

.about-section .image-3 {
  position: absolute;
  border: 30px solid #f58331;
  top: 0;
  left: -50px;
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
}

.about-section .about-image-wrapper .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  margin-left: -20px;
  border-radius: 50%;
}

.about-section .about-image-wrapper .play-btn:before {
  position: absolute;
  height: 110px;
  width: 110px;
  border: 2px dashed #001376;
  border-radius: 50%;
  left: 16px;
  top: 16px;
  content: "";
  -webkit-animation: zoomInOut 2s infinite;
  animation: zoomInOut 2s infinite;
}

.about-section .about-image-wrapper .play-btn .icon {
  position: relative;
  height: 75px;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #001376;
  padding-left: 5px;
  color: #ffffff;
  font-size: 22px;
  border-radius: 50%;
  content: "";
}
/*---------------innorail-us-----------------*/

.innorail-us .inner-box {
  background-image: url(../images/resource/innorail-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 122px;
  border: 2px #dadada dotted;
  border-radius: 20px;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
}

.innorail-us .inner-box h3 {
  color: #0561aa;
  margin-bottom: 20px;
}
.innorail-us .inner-box p {
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #333;
}
/*--------------Exhibitor------------------*/
.exhibitor .inner-box {
     position: relative;
    padding: 30px 30px 24px;
    background: linear-gradient(135deg, #afd7ff 0%, #ffffff 70%);
    /* border: 1px solid transparent; */
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}
.exhibitor .inner-box:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 112px;
  width: 112px;
  background-image: url(../images/resource/icon-bull-eye.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  content: "";
  -webkit-animation: pulse2 3s infinite;
  animation: pulse2 3s infinite;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0 10px 0 0;
  opacity: 0.2;
}
.exhibitor .inner-box ul {
  margin-left: 0;
  padding-left: 0;
}
.exhibitor .inner-box ul li {
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
/*--------------Visitor------------------*/
.visitor {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Visitor Profile boxes */
.visitor-profile-boxes {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.visitor-profile-boxes > [class*="col-"] {
  display: flex;
}

.visitor-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 30px 20px 25px;
  margin-bottom: 25px;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.visitor-box:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-5px);
}

.visitor-icon {
  width: 60px;
  height: 60px;
  background: #e67625;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.visitor-icon i {
  font-size: 26px;
  color: #ffffff;
}

.visitor-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/*** 



====================================================================
 Feature Section
====================================================================

***/

.feature-section {
  position: relative;
  padding: 40px 0 40px;
}
.feature-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00082e;
  background: -o-linear-gradient(45deg, #00082e 0%, #081245 100%);
  background: linear-gradient(45deg, #00082e 0%, #e67625 100%);
  opacity: 0.6;
  content: "";
  z-index: 0;
}
.feature-section .icon-circle-1 {
  right: -100px;
  top: -100px;
  -webkit-animation: fa-spin 10s infinite;
  animation: fa-spin 10s infinite;
}

.feature-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 20px 20px 20px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 4%;
  min-height: 260px;
}

/*.feature-block .inner-box:before {
    position: absolute;
    right: -13px;
    top: 50px;
    bottom: 50px;
    border: 1px solid #ebebeb;
    content: "";
}*/

.feature-block:last-child .inner-box:before {
  display: none;
}

.feature-block .inner-box:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.feature-block .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.feature-block .icon-box .icon {
  position: relative;
  font-size: 62px;
  left: 7px;
  top: 5px;
  line-height: 1em;
  color: #fe00c5;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* .feature-block .icon-box:before {
  position: absolute;
  left: 0;
  top: 15px;
  height: 60px;
  width: 60px;
  background-color: #ededed;
  content: "";
  border-radius: 10%;
  transform: rotate(45deg);
} */

.feature-block .icon-box .icon:before {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon:before {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.feature-block h4 {
  font-size: 22px;
  color: #081245;
  font-weight: 700;
  margin-bottom: 24px;
}

.feature-block p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.feature-block .read-more {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ff4200;
}

/* Mobile responsiveness for about stack */
@media (max-width: 991px) {
  .about-image-stack {
    padding: 0;
    margin-top: 40px;
  }
  .about-img-main {
    width: 100%;
  }
  .about-img-sub {
    width: 50%;
    bottom: -20px;
  }
}

.home-small-circle {
  width: 250px;
  height: 250px;
}
.home-img-small-circle {
  position: absolute;
  width: auto;
  height: 250px;
  left: -60px;
}
.footer-map {
  width: 100%;
  height: 600px;
}
.footer-logo {
  text-align: center;
  margin: -10px 0 0 0px;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 14px;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom-bar .p-verysmall {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.footer-dev-credit {
  display: flex;
  align-items: center;
  gap: 8px;
}

.enseur-logo {
  height: 14px;
  width: auto;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.footer-logo-img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .rds-logo {
    display: none;
  }
  .home-banner {
    margin: 30px 0 0 0px;
  }
  .home-big-circle {
    width: 90%;
    height: 220px;
  }
  .home-img-circle {
    width: 720px;
    height: auto;
    top: -100px;
  }
  .about-section .image-2 {
    top: 0%;
    border: 15px solid #fd00c5;
    display: none;
  }
  .about-section .image-3 {
    left: 0%;
    border: 10px solid #f58331;
    border-radius: 10px;
    width: 100%;
  }
  .home-small-circle {
    width: 150px;
    height: 150px;
  }
  .home-img-small-circle {
    position: absolute;
    width: auto;
    height: 250px;
    left: -90px;
  }
  .about-section .about-image-wrapper {
    padding-top: 200px;
  }
  .innorail-us .inner-box {
    padding: 10px 10px;
  }
  .feature-section {
    padding: 50px 0px 50px 0px;
  }
  .footer-map {
    height: 200px;
  }
  .about-section .content-column {
    margin-bottom: 0px;
  }
  .footer-logo {
    width: 50%;
    text-align: left;
    margin: 0 0 0 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .about-section .about-image-wrapper {
    padding-top: 500px;
  }
  .home-banner {
    margin: 60px 0 0 0px;
  }
  .innorail-us .inner-box {
    padding: 10px 20px;
  }
  .footer-map {
    height: 200px;
  }
  .about-section .content-column {
    margin-bottom: 0px;
  }
  .footer-logo {
    text-align: left;
    margin: 0 0 0 0;
  }
  .footer-logo {
    width: 50%;
    text-align: left;
    margin: 0 0 0 0;
  }
}

/* Custom Header Redesign Styles */
.cii-logo-l-w {
  max-width: 170px; /* Scaling down the left side logo */
  height: auto;
  transition: all 0.3s ease;
}

.navbar-custom .navbar-nav .nav-link {
  padding: 16px 25px;
  font-size: 18px; /* Requested font size */
  font-weight: 500; /* Requested font weight */
  color: #333 !important;
}

.navbar-custom .navbar-nav .nav-link:hover {
  color: #e67625 !important;
}

@media (max-width: 991px) {
  .cii-logo-l-w {
    max-width: 100px;
  }
  .navbar-collapse {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
  }
  .navbar-nav {
    text-align: left;
  }
  .nav-item-reg {
    margin-top: 15px;
  }
  .navbar-toggler {
    border-color: #e67625 !important;
  }
  .navbar-toggler-awesome {
    color: #e67625 !important;
  }
}

/* Registration Button Styling */
.navbar-custom .navbar-nav .nav-link.btn-registration {
  background-color: #e67625 !important; /* Orange color */
  color: #fff !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
  transition: all 0.3s ease !important;
  border: none !important;
}

.navbar-custom .navbar-nav .nav-link.btn-registration:hover {
  background-color: #201247 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.nav-item-reg .dropdown-menu {
  border: none;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-top: 5px;
}

/* Desktop Desktop Adjustments (All Screen) */

/* Base Desktop Fluid Layer (992px - 1199px) */
@media (min-width: 992px) {
  .cii-logo-l-w {
    max-width: 100px !important;
  }
  .navbar-custom .navbar-nav .nav-link {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }
  .navbar-custom .navbar-nav .nav-link.btn-registration {
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
  .navbar-custom .navbar-brand {
    margin-right: 0;
  }

  .collapse.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-nav.mx-auto {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
  }
  .navbar-nav.ml-auto {
    margin-left: auto !important;
    display: flex !important;
    flex-direction: row !important;
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Mid Desktop Fluid Layer (1200px - 1499px) */
@media (min-width: 1200px) {
  .cii-logo-l-w {
    max-width: 130px !important;
  }
  .navbar-custom .navbar-nav .nav-link {
    padding: 12px 15px !important;
    font-size: 15px !important;
  }
  .navbar-custom .navbar-nav .nav-link.btn-registration {
    padding: 10px 20px !important;
    font-size: 15px !important;
  }
}

/* Large Desktop Fluid Layer (1500px+) */
@media (min-width: 1500px) {
  .cii-logo-l-w {
    max-width: 170px !important;
  }
  .navbar-custom .navbar-nav .nav-link {
    padding: 16px 20px !important;
    font-size: 18px !important;
  }
  .navbar-custom .navbar-nav .nav-link.btn-registration {
    padding: 15px 25px !important;
    font-size: 18px !important;
  }
}

/* Ensure Dropdowns are visible on mobile when toggled */
@media (max-width: 991px) {
  .nav-item-reg .dropdown-menu.show {
    display: block !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
    background-color: #f8f9fa;
    border: none;
    box-shadow: none;
  }

  .navbar-custom .navbar-nav .nav-link.btn-registration {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}

/* Sticky Header Refinements */
.navbar-custom.top-nav-collapse {
  background-color: #ffffff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease-in-out;
}

.navbar-custom.top-nav-collapse .cii-logo-l-w {
  max-width: 120px !important; /* Scale down logo on scroll for sticky effect */
  transition: all 0.3s ease-in-out;
}

.navbar-custom.top-nav-collapse .nav-link {
  color: #333 !important;
}

.navbar-custom.top-nav-collapse .nav-link.btn-registration {
  padding: 10px 20px !important;
  color: #fff !important;
}

/* ==============================
   Sponsors Section
   ============================== */
.sponsors-section {
  position: relative;
  padding: 60px 0 50px;
  /* background: #f4f8fc; */
  overflow: hidden;
}

.sponsors-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  /* background: linear-gradient(90deg, #0061aa 0%, #e67625 50%, #0061aa 100%); */
}

/* Per-tier wrapper */
.sponsor-tier {
  margin-bottom: 48px;
  text-align: center;
}

/* Badge header row */
.sponsor-tier-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.sponsor-tier-header::before,
.sponsor-tier-header::after {
  content: "";
  flex: 1;
  max-width: 180px;
  height: 1px;
  background: #d0dce8;
}

/* Tier badge pill */
.sponsor-tier-badge {
      display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sponsor-tier-event {
      background: linear-gradient(135deg, #e67625 0%, #e67625 100%);
  color: #fff;
  /* box-shadow: 0 5px 20px rgba(0, 97, 170, 0.35); */
}

.sponsor-tier-platinum {
   background: linear-gradient(135deg, #e67625 0%, #e67625 100%);
  color: #fff;
  /* box-shadow: 0 5px 20px rgba(92, 107, 138, 0.35); */
}

.sponsor-tier-gold {
    background: linear-gradient(135deg, #e67625 0%, #e67625 100%);
  color: #fff;
 
}

.sponsor-tier-silver {
    background: linear-gradient(135deg, #e67625 0%, #e67625 100%);
  color: #fff;
  /* box-shadow: 0 5px 20px rgba(99, 99, 99, 0.30); */
}

/* Logos flex row */
.sponsor-logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

/* Individual logo card */
.sponsor-logo-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e0eaf3;
  /* box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 32px;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; */
}



.sponsor-logo-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(15%);
  transition: filter 0.3s ease;
}

.sponsor-logo-card:hover img {
  filter: grayscale(0%);
}

/* Size variants */
.sponsor-logo-lg {
  min-width: 200px;
  max-width: 250px;
  padding: 20px 30px;
}

.sponsor-logo-md {
  min-width: 200px;
  max-width: 200px;
}

.sponsor-logo-sm {
  min-width: 200px;
  max-width: 200px;
}

/* Responsive */
@media (max-width: 768px) {
  .sponsor-tier-header::before,
  .sponsor-tier-header::after {
    max-width: 60px;
  }
  .sponsor-logo-lg {
    min-width: 200px;
    padding: 20px 28px;
  }
  .sponsor-logo-md {
    min-width: 150px;
  }
  .sponsor-logo-sm {
    min-width: 120px;
  }
}

/* ==============================
   Gallery Carousel Section
   ============================== */
.gallery-section {
  position: relative;
  padding: 40px 0 0px;
  background: #fafafa;
  overflow: hidden;
}

/* .gallery-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e67625 0%, #0061aa 50%, #e67625 100%);
} */

.gallery-section .sec-title h2 {
  color: #464646;
}

.gallery-section .sec-title .sub-title {
  color: #e67625;
}

.gallery-section .sec-title.text-center .divider {
  margin: 16px auto 0;
}

/* Carousel wrapper */
.gallery-carousel {
  padding: 10px 0 20px;
}

/* Each slide */
.gallery-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 240px;
  background: #111;
  display: block;
  cursor: pointer;
}

/* Anchor fills the whole slide */
.gallery-slide a.gallery-popup {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-slide img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  transition: transform 0.45s ease;
}

/* Hover overlay on the anchor */
.gallery-slide a.gallery-popup::after {
  content: "\f00e";
  font-family: "FontAwesome";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  background: rgba(0, 97, 170, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.gallery-slide a.gallery-popup:hover img {
  transform: scale(1.08);
}

.gallery-slide a.gallery-popup:hover::after {
  opacity: 1;
}

/* Owl nav buttons */
.gallery-carousel .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.gallery-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e67625;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  transition: background 0.3s ease, border-color 0.3s ease;
  margin-right: 5px;
}

.gallery-carousel .owl-nav button:hover .gallery-nav-btn {
  background: #e67625;
  border-color: #e67625;
}

.gallery-carousel .owl-nav button.disabled {
  opacity: 0.4;
}

/* Owl dots */
.gallery-carousel .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.gallery-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.3s ease, transform 0.3s ease;
  display: block;
}

.gallery-carousel .owl-dot.active span {
  background: #e67625;
  transform: scale(1.4);
}

/* Responsive height */
@media (max-width: 768px) {
  .gallery-img-wrap {
    height: 180px;
  }
}




/* ===========================
   Cookie Consent Banner
   =========================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #ffffff;
  border-top: 3px solid #e67625;
  padding: 16px 24px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  display: none;
  transform: translateY(100%);
}

.cookie-banner.is-visible {
  display: block;
  animation: cookieSlideUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes cookieSlideUp {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}

@keyframes cookieSlideDown {
  from { transform: translateY(0); }
  to   { transform: translateY(100%); }
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto;
}

.cookie-banner-icon {
  font-size: 26px;
  flex-shrink: 0;
  margin-right: 4px;
}

.cookie-banner-text {
  flex: 1;
  min-width: 220px;
}

.cookie-banner-text p {
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: 1.65;
  
}

.cookie-banner-text a {
  color: #0061aa;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-banner-text a:hover {
  color: #e67625;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 5px 15px;
  font-size: 10px;
  font-weight: 700;
  
  border: none;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.cookie-btn-accept {
  background-color: #e67625;
  color: #fff;
}

.cookie-btn-accept:hover {
  background-color: #c95f10;
  transform: translateY(-1px);
}

.cookie-btn-reject {
  background-color: transparent;
  color: #0061aa;
  border: 1.5px solid #0061aa;
}

.cookie-btn-reject:hover {
  background-color: #0061aa;
  color: #fff;
}

.cookie-btn-close {
  background: transparent;
  border: none;
  color: #999;
  font-size: 24px;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  transition: color 0.2s ease;
  margin-left: 4px;
}

.cookie-btn-close:hover {
  color: #333;
}

@media (max-width: 768px) {
  .cookie-banner {
    padding: 14px 16px;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .cookie-banner-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .cookie-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .cookie-banner-icon {
    display: none;
  }
}

/* ===========================
   Policy Pages
   =========================== */
.policy-page-header {
  padding: 100px 0 40px;
  background: linear-gradient(to bottom right, rgba(0, 8, 60, 0.92), rgba(0, 12, 80, 0.92)),
    url('../images/resource/1.jpg') center center no-repeat;
  background-size: cover;
  text-align: center;
}

.policy-page-header h1 {
  color: #fff;
  
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.policy-page-header p {
  color: #e0e0f0;
  font-size: 12px;
  
}

.policy-page-header .policy-badge {
  display: inline-block;
  background-color: #e67625;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.policy-content {
  padding: 30px 0 70px;
  /* background-color: #fbf9f5; */
}

.policy-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  padding: 30px 30px;
  max-width: 920px;
  margin: 0 auto;
}

.policy-card h2 {
  
  font-size: 20px;
  font-weight: 700;
  color: #0061aa;
  border-bottom: 2px solid #e67625;
  padding-bottom: 10px;
  margin-bottom: 28px;
}

.policy-card h3 {
  
  font-size: 15px;
  font-weight: 700;
  color: #001376;
  margin-top: 20px;
  margin-bottom: 12px;
}

.policy-card p,
.policy-card li {
  
  font-size: 12px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 10px;
}

.policy-card ul {
  padding-left: 22px;
  margin-bottom: 14px;
}

.policy-card ul li {
  margin-bottom: 6px;
}

.policy-card .policy-section {
  margin-bottom: 20px;
}

.policy-card .policy-section h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .policy-card .policy-section h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #e67625;
  border-radius: 2px;
  flex-shrink: 0;
} */

.policy-card .policy-contact {
  background: linear-gradient(to right, #001376, #0061aa);
  border-radius: 6px;
  padding: 24px 28px;
  margin-top: 36px;
  color: #fff;
}

.policy-card .policy-contact p,
.policy-card .policy-contact a {
  color: #e0e8ff;
  margin-bottom: 5px;
  font-size: 12px;
}

.policy-card .policy-contact a:hover {
  color: #e67625;
}

.policy-card .policy-contact h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
}

.policy-card .policy-contact h3::before {
  background-color: #e67625;
}

.policy-card .policy-consent {
  background-color: #fff8f2;
  border-left: 4px solid #e67625;
  padding: 18px 22px;
  border-radius: 0 4px 4px 0;
  margin-top: 32px;
}

.policy-card .policy-consent p {
  margin: 0;
  font-weight: 600;
  color: #333;
  font-size: 12px;
}

@media (max-width: 768px) {
  .policy-card {
    padding: 28px 20px;
  }

  .policy-page-header h1 {
    font-size: 30px;
  }

  .policy-card h2 {
    font-size: 22px;
  }
}
