body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #52526c;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #1a3347;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a3347;
}
h4 {
  font-size: 18px;
  color: #1a3347;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #ffbd59;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #ffbd59;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #193750;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #f6f7f9;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a3347;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:not(.btn-custom) {
  color: #52526c;
}
#menu.navbar-default .navbar-nav > li > a:not(.btn-custom)::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
#menu .btn-custom {
  margin: 10px 0;
  border: 2px solid #fff;
  padding-left: 25px !important;
  padding-right: 25px !important;
  color: #fff;
  float: right;
  border-radius: 25px !important;
}
#menu .btn-custom:hover {
  color: #000;
  background: #fff;
}
.navbar-default .navbar-nav > .active > a:not(.btn-custom),
.navbar-default .navbar-nav > .active > a:not(.btn-custom)::hover,
.navbar-default .navbar-nav > .active > a:not(.btn-custom)::focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:not(.btn-custom)::after,
.navbar-default .navbar-nav > .active > a:not(.btn-custom):hover::after,
.navbar-default .navbar-nav > .active > a:not(.btn-custom):focus::after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #ffbd59;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #ffbd59;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #1a3347;
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
  box-shadow: 0 0 5px #000;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-color: #193750;
  background-image: none;
  box-shadow: 0 0 10px #000;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Header Section */
/* Header Section - Mobile Background Fix */

/* Keep your existing header styles */
.buttons {
  table-layout: fixed;
  border-collapse: collapse;
}
.buttons td {
  padding-right: 10px;
}
.buttons .login {
  color: #1a3347;
  background-color: #f6f7f9;
}
.buttons .demo {
  color: #1a3347;
  background-color: #f6f7f9;
}
.buttons a {
  width: 100%;
}
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg-1.png);
  background-color: #f6f7f9;
  background-position: right;
      background-repeat: no-repeat;
      background-size: contain;
      display: flex;
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #1a3347;
  font-size: 82px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10%;
}
.intro p {
  color: #1a3347;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 6px;
}

#header .intro-text {
  padding-top: 10%;
  padding-bottom: 200px;
  text-align: left;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .intro
  {
    min-height: 70vh;
      background-attachment: scroll;
      background-position: right bottom;
      background-repeat: no-repeat;
      background-size: contain;
      display: flex;
      align-items: center;
  }
  .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
  #header .intro-text {
    margin-left: 0;
    padding: 2rem 1rem;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
    width: 100%;
  }
  .intro h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .intro p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  /* Stack buttons vertically on mobile */
  .buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .buttons td {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .buttons a {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 4rem;
  }
  .intro p {
    font-size: 2rem;
  }
  header .intro-text {
    padding: 1rem 0.5rem;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .buttons a {
    max-width: 200px;
  }
}

/* Overview Section */
#overview {
  padding: 50px 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#overview i.fa {
  font-size: 48px;
  margin-bottom: 25px;
  transition: all 0.5s;
  color: #fff;
  width: 110px;
  height: 110px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#overview .item{
    padding: 0 45px;
}
#overview p{
    font-size:16px;
}
.o-overlay{
    padding: 40px 0;
    text-align: center;
}

/* About Section */
#about {
  background: #f6f7f9;
  max-width:100%;
}
#about .about-text .image-container {
  width: 30%;
  padding-top: 30%;
  background: url(../img/logo.png) no-repeat center top;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  display: block;
}
#about h3 {
  font-size: 32px;
  color: #1a3347;
  text-transform: uppercase;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  margin-top:15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#about .about-text {
  text-align: center;
  justify-content: center;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text h1 {
  font-size: 30px;
  position: relative;
}
#about .about-text h1:before {
  content: "\f00c  ";
  font-family: "FontAwesome";
  color: #ffbd59;
  font-size: 30px;
  font-weight: 300;
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  #about .about-text {
    padding: 0 5%;
  }
  #about .about-text .image-container {
    width: 50%;
    padding-top: 50%;
  }
  #about h3 {
    font-size: 24px;
  }
}

@media (min-width: 991px) {
  .motion-list{
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  #about .about-text h1 {
    min-width: 220px;
  }
}

/* Services Section */
#services .services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#services .service {
    flex: 0 1 31%;
}
#services .service-icon {
    width: 100%;
    height: 100%;
    min-height:80px;
    margin: 0 auto 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#agents{
    background-image: url('../img/about/agents.png');
}
#suppliers {
    background-image: url('../img/about/suppliers.png');
}
#stores {
    background-image: url('../img/about/stores.png');
}
#services {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #fff;
  color: #1a3347;
}
#services h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#services h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #1a3347;
}
@media (max-width: 768px) {
    #services {
      padding-bottom: 10px;
    }
    #services h3 {
      font-size: 12px;
      font-weight: 700;
      padding: 0;
      color: #1a3347;
    }
}

/* Features */
/* Carousel Styles */
.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background: #f5f6f9;
}
@media (min-width: 768px) {
  .carousel-container {
    min-height: 500px;
  }
}

/* Slides Container */
.slides-container {
  display: flex;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Individual Slide */
.slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

@media (min-width: 991px) {
  .slide {
    padding-bottom: 8rem;
  }
}

/* Slide Content Styling */
.slide-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.slide-content.active {
  opacity: 1;
  transform: none;
}
.slide-content.inactive {
  opacity: 0;
  transform: translateX(-10px);
}

/* Slide Titles */
.slide-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
  color: #222;
}
.slide-title::after {
  background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
  position: absolute;
  content: "";
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 1rem;
}
@media (min-width: 768px) {
  .slide-title {
    font-size: 2.5rem;
  }
}

/* Subtitle */
.slide-subtitle {
  font-size: 1.125rem;
  color: #444;
  margin-bottom: 1.5rem;
}

/* Feature Cards Grid */
.feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .feature-cards {
    grid-template-columns: 1fr;
  }
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}
.feature-icon {
  font-size: 1.5rem;
  color: #444;
}
.feature-text h3 {
  margin: 0 0 0.25rem;
  color: #1a3347;
  font-size: 2rem;
  font-weight: 600;
}
.feature-text p {
  margin: 0;
  color: #52526c;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}
.feature-text p {
  margin: 0;
  color: #52526c;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}

/* Image Section */
.image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.image-section.active {
  opacity: 1;
  transform: none;
}
.image-section.inactive {
  opacity: 0;
  transform: scale(0.95);
}

/* Single Image Wrapper */
.image-wrapper.single-image {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-wrapper.single-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

/* Multi-Image Wrapper */
.multi-image-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  min-height: 350px;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .multi-image-wrapper {
    min-height: 350px;
    padding: 3rem 2rem;
  }
}

@media (min-width: 480px) {
  .multi-image-wrapper {
    min-height: 300px;
    padding: 3rem 2rem;
  }
}

/* Multi-Image Individual Wrapper */
.image-wrapper.multi-image {
  position: absolute;
  width: auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  background: white;
}

/* 3D Stacking Positions */
.image-wrapper.multi-image:nth-child(1) {
  z-index: 3;
  transform: translateX(-35px) translateY(-20px);
  animation: slideInStack1 0.8s ease forwards;
}
.image-wrapper.multi-image:nth-child(2) {
  z-index: 2;
  transform: translateX(0px) translateY(0px);
  animation: slideInStack2 0.8s ease 0.2s forwards;
}
.image-wrapper.multi-image:nth-child(3) {
  z-index: 1;
  transform: translateX(35px) translateY(20px);
  animation: slideInStack3 0.8s ease 0.4s forwards;
}

/* Mobile stacking - less dramatic angles */
@media (max-width: 767px) {
  .image-wrapper.multi-image:nth-child(1) {
    transform: translateX(-25px) translateY(-12px);
  }

  .image-wrapper.multi-image:nth-child(3) {
    transform: translateX(25px) translateY(12px);
  }
}

/* Hover Effects for Stacked Images */
.image-wrapper.multi-image:hover {
  transform: translateX(-15px) scale(1.05) rotateY(0deg) rotateX(0deg) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  z-index: 10 !important;
}
.image-wrapper.multi-image:nth-child(1):hover {
  transform: translateX(-20px) translateY(-25px) scale(1.05) rotateY(0deg) rotateX(0deg) !important;
}
.image-wrapper.multi-image:nth-child(3):hover {
  transform: translateX(20px) translateY(-25px) scale(1.05) rotateY(0deg) rotateX(0deg) !important;
}

/* Slide Images */
.slide-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.image-wrapper.multi-image .slide-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
  background: #f8f9fa;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .image-wrapper.multi-image .slide-image {
    max-height: 280px;
  }
}

@media (min-width: 992px) {
  .image-wrapper.multi-image .slide-image {
    max-height: 300px;
  }
}

.image-wrapper.multi-image:hover .slide-image {
  transform: scale(1.02);
}

/* Navigation */
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-button:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.nav-button.prev {
  left: 1rem;
}
.nav-button.next {
  right: 1rem;
}

/* Autoplay Button */
.autoplay-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.autoplay-button:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}

/* Indicators */
.indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}
.indicator {
  height: 10px;
  background: rgba(255, 189, 89, 0.5);
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.indicator:hover {
  background: rgba(255, 189, 89, 0.8);
  transform: scale(1.2);
}
.indicator.active {
  background: rgba(255, 189, 89, 1);
  transform: scale(1.3);
}

/* Progress Bar */
.progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.progress-bar {
  height: 100%;
  background: linear-gradient(to right, #ffbd59, #a28150);
  transition: width 0.3s ease;
}

/* Mobile Specific Adjustments */
@media (max-width: 480px) {
  .carousel-container {
    min-height: auto;
  }
  .slide {
    padding: 0.5rem;
  }
  .nav-button {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
  .nav-button.prev {
    left: 0.5rem;
  }
  .nav-button.next {
    right: 0.5rem;
  }
  .autoplay-button {
    top: 0.5rem;
    right: 0.5rem;
    width: 35px;
    height: 35px;
  }
  .feature-text h3 {
    font-size: 1rem;
  }
  .feature-text p {
    font-size: 0.85rem;
  }
  .multi-image-wrapper {
    gap: 0.75rem;
    min-height: 160px;
    padding: 1.5rem 0.5rem;
  }
  .image-wrapper.multi-image .slide-image {
  }
}

/* Tablet Specific */
@media (min-width: 768px) and (max-width: 991px) {
  .feature-cards {
    gap: 0.75rem;
  }
  .feature-item {
    padding: 0.75rem;
  }
}

/* Large Desktop */
@media (min-width: 1400px) {
  .carousel-container {
    max-width: 1400px;
  }
}

.zoom-cursor {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.zoom-cursor:hover {
  transform: scale(1.02);
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.zoom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 24px;
  pointer-events: none;
}
.image-wrapper:hover .zoom-overlay {
  opacity: 1;
}
.zoom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.zoom-modal-content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
.zoom-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}
.zoom-close-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
.zoom-header {
  padding: 15px 20px;
  border-bottom: 1px solid #ffbd59;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  background: #f6f7f9;
}
.zoom-header h3 {
  margin: 0;
  color: #1a3347;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  flex: 1;
  min-width: 150px;
  text-transform: uppercase;
}
.zoom-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8f9fa;
  padding: 8px 15px;
  border-radius: 25px;
  border: 1px solid #ffbd59;
}
.zoom-btn {
  border: 1px solid #1a3347;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #495057;
  transition: all 0.2s ease;
}
.zoom-btn:hover {
  background: #ffbd59;
  color: #1a3347;
  border-color: #ffbd59;
}
.zoom-level {
  font-size: 13px;
  color: #6c757d;
  min-width: 45px;
  text-align: center;
  font-weight: 500;
}
.zoom-counter {
  color: #666;
  font-size: 14px;
}
.zoom-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  max-height: 70vh;
  overflow: hidden;
  background: #f8f9fa;
  user-select: none;
  flex: 1;
  touch-action: none;
}
.zoom-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.1s ease;
  transform-origin: center center;
}
.zoom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  z-index: 10;
}
.zoom-nav-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
.zoom-prev {
  left: 15px;
}
.zoom-next {
  right: 15px;
}
.zoom-thumbnails {
  padding: 15px 20px 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #ffbd59;
  background: white;
}
.zoom-thumbnail {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
}
.zoom-thumbnail:hover {
  border-color: #ffbd59;
}
.zoom-thumbnail.active {
  border-color: #1a3347;
}
@media (max-width: 768px) {
  .zoom-modal-content {
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }
  .zoom-header {
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .zoom-header h3 {
    font-size: 16px;
    min-width: auto;
    color: #1a3347;
  }
  .zoom-controls {
    align-self: center;
    padding: 6px 12px;
  }
  .zoom-btn {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .zoom-level {
    font-size: 12px;
    min-width: 40px;
  }
  .zoom-image-container {
    min-height: 400px;
    max-height: 60vh;
  }
  .zoom-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .zoom-prev {
    left: 10px;
  }
  .zoom-next {
    right: 10px;
  }
  .zoom-thumbnail {
    width: 50px;
    height: 35px;
  }
  .zoom-counter {
    align-self: center;
    font-size: 13px;
  }
}
.feature-item {
  display: flex;
  align-items: flex-start;
}
.feature-icon {
  font-size: 3rem;
  padding: 0.75rem;
  min-width: 5rem;
  text-align: center;
  color: #ffbd59 !important;
}
.feature-text, .feature-card  h3 {
  color: #1a3347;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.feature-text p {
  color: #52526c;
  fontSize: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}
.report-cards h3{
  color: #1a3347;
  font-size: 2rem;
  font-weight: 600;
}
/* Upcoming Section */
#upcoming {
  padding: 100px 0;
  background: linear-gradient(to bottom, #f5f6f9, #f6f7f9);
}
#upcoming i {
  color: #52526c;
}
#upcoming .feature-text > h4{
    margin:0;
}
#upcoming .feature-item {
    align-items:center;
}
.upcoming {
  position: relative;
  padding: 20px;
}
.upcoming-content {
    position: relative;
    overflow: hidden;
    padding: 60px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.section-header h2 {
    font-family: "Raleway", sans-serif;
    color: #1a3347;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px;
    position: relative;
}
.section-header h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #ffbd59 0%, #a28150 100%);
    height: 4px;
    width: 80px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.section-header .subtitle {
    color: #52526c;
    font-size: 1.2rem;
    margin-top: 25px;
    font-weight: 400;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
.features-list {
    background: #f8f9fa;
    border-radius: 15px;
}
.features-list h3 {
    font-family: "Raleway", sans-serif;
    color: #1a3347;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
}
.features-list h3 i {
    color: #ffbd59;
    font-size: 2rem;
}
.feature-grid {
    gap: 20px;
}
.beta-cta {
    background: linear-gradient(135deg, #a28150 0%, #ffbd59 50%, #a28150 100%);
    box-shadow: rgba(50, 50, 93, 0.2) 0px 50px 100px -20px, rgba(0, 0, 0, 0.25) 0px 30px 60px -30px, rgba(10, 37, 64, 0.3) 0px -2px 6px 0px inset;
    color: #1a3347;
    max-width: 400px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 20px auto 0 auto;
    position: relative;
    overflow: hidden;
}
.beta-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s infinite;
}
@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}
.beta-cta h4 {
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.beta-cta p {
    font-size: 1rem;
    margin: 0 0 20px;
    opacity: 0.9;
}
.cta-button {
    background: #1a3347;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.cta-button:hover {
    background: #0f1f2a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 51, 71, 0.3);
}

/* Coverage Section */
#coverage .map-pointer {
  position: absolute;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  font-family: "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: #dc3545;
}
#coverage .map-pointer:hover {
  font-size: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#coverage .map-pointer.active {
  color: #28a745;
}
.pointer-label {
  font-size: 13px;
  margin-bottom: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 4px 8px;
  border-radius: 12px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(3px);
  white-space: nowrap;
}
.pointer-label.active {
  background-color: rgba(40, 167, 69, 0.85); /* green */
}
.pointer-label.coming-soon {
  background-color: rgba(220, 53, 69, 0.85); /* red */
}
.map-pointer:hover .pointer-label {
  opacity: 1;
  transform: translateY(0);
}
.map-legend {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-family: Arial, sans-serif;
  z-index: 20;
}
.map-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
}

/* Contact Section */
#contact {
  padding: 50px 0 60px;
  background: #f6f7f9;
}
#contact .section-title {
  margin-bottom: 10px;
}
#contact form p {
  color: #fff;
  font-size: 15px;
  padding-bottom: 20px;
  padding-left:6px;
}
#contact h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 60px;
  bottom: 0;
}
#contact h3 {
  color: #1a3347;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .form-box {
  background: #1a3347;
  border-radius: 20px;
  padding: 30px 45px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom{
    margin-bottom: 20px;;
    border: 2px solid #fff;
}
#contact form > .btn-custom {
  margin: 10px 0;
  background: transparent;
  border: 2px solid #fff;
  float: right;
}
#contact .btn-custom:hover {
  color: #193750;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
.status-message {
  padding: 5px 10px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 40px;
}
.status-message .icon {
font-family: "FontAwesome";
  margin-right: 12px;
  font-size: 20px;
}
.status-sending {
  background-color: #e3f2fd;
  border: 1px solid #2196f3;
  color: #1976d2;
}
.status-sending .icon {
  animation: spin 1s linear infinite;
}
.status-success {
  background-color: #e8f5e8;
  border: 1px solid #4caf50;
  color: #2e7d32;
}
.status-error {
  background-color: #ffebee;
  border: 1px solid #f44336;
  color: #c62828;
}
.status-placeholder {
  visibility: hidden;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 20px;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #52526c;
}
.form-control:-moz-placeholder {
  color: #52526c;
}
.form-control::-moz-placeholder {
  color: #52526c;
}
.form-control:-ms-input-placeholder {
  color: #52526c;
}
#contact textarea {
    resize: vertical;
    min-height: 150px;
}
#contact .contact-item {
  margin: 0;
}
#contact .row{
  margin: 0 -15px;
}
#contact .contact-item span {
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #1a3347;
  color: #1a3347;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #f6f7f9;
  background: #1a3347;
}

/* Footer Section*/
#footer {
  background: #1a3347;
  padding: 30px 0;
}
#footer p {
  color: #f6f7f9;
  font-size: 14px;
}
#footer a {
  color: #ffbd59;
}
#footer a:hover {
  border-bottom: 2px solid #ffbd59;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
  #upcoming {
    padding: 50px 0;
  }
  .upcoming-content {
    margin-top: 30px;
    text-align: left;
  }
  .upcoming-content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .upcoming-content ul {
    text-align: left;
    font-size: 14px;
  }
  #upcoming .map {
    max-width: 380px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  #upcoming {
    padding: 30px 0;
  }
  .upcoming-content {
    padding: 0 10px;
  }
  .upcoming-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .upcoming-content ul {
    font-size: 13px;
    padding-left: 1.5em;
  }
  #coverage .map {
    max-width: 250px;
  }
}

/* Desktop specific styles */
@media (min-width: 992px) {
  .upcoming-content {
    padding-top: 20px;
  }
  #coverage .map {
    max-width: 700px;
    padding-top: 50%;
  }
}
