body {
  background: #f1f5f9;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.navbar {
  max-width: 588px;
  border-radius: 10px;
  padding: 15px 26px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #cad5e2;

  background: rgba(255, 255, 255, 0.88); /* semi-transparent */
  backdrop-filter: blur(10px); /* blur background */
  -webkit-backdrop-filter: blur(10px); /* Safari */

  position: relative; /* ensure proper stacking */
  overflow: hidden; /* for rounded corners */
}

.c-icon {
  /*! font-weight: 600; */
  font-size: 24px;
}

.hero-section {
  background: url(../img/bg.png) bottom center no-repeat;
}
.hero-title {
  font-size: 72px !important;
  font-weight: 700;
  color: #002f59;
}
.hero-subtext {
  color: #62748e;
  font-size: 1.1rem;
}

.btn-primary {
  background-color: #0066ff;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
}

.marquee-container {
  justify-content: center;
  align-items: stretch;
  gap: 120px;
  padding: 40px 100px !important;
  background-color: #f8f9fa; /* Light background similar to the image */
  position: relative;
  border-top: 2px solid #fff; /* left inner border */
  border-bottom: 2px solid #fff; /* right inner border */
  padding: 10px; /* optional, to prevent overlap with pseudo-element */
}
.marquee-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px; /* outline offset   */
  right: -3px; /* outline offset */
  border-top: 1px solid #cad5e2; /* left outline */
  border-bottom: 1px solid #cad5e2; /* right outline */
  pointer-events: none; /* ensures pseudo-element doesn't block interactions */
}

.main-div {
  display: inline-block;
  white-space: nowrap; /* keep content in one line */
  padding-left: 100%; /* start outside right */
  animation: marquee 25s linear infinite; /* animation */
}

/* Keyframes for marquee */
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.feature-section-marqee {
  display: flex;
  justify-content: space-between; /* items ke beech ka space equally */
  gap: 100px; /* items ke beech me thoda gap */
  padding: 0 20px; /* container ke left-right se thoda space */
}

.feature-section-marqee > div {
  flex: 1; /* items equally width lein */
}
.feature-section-marqee span {
  width: 197px;
  height: 24px;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.2px;
  text-align: center;
  color: #45556c;
}

/* how it works */
.how-it-works-section .section-header {
  margin-top: 100px;
}
.how-it-works-section .section-header h1 {
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #002f59;
}

.how-it-works-section .section-header p {
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #62748e;
}
.how-it-works-section h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #002f59;
  margin-top: 25px;
}

.how-it-works-section p {
  height: 84px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #62748e;
}
/* map */

/* CSS for the Launch Announcement Section */

.launch-announcement-section {
  background-color: #004685; /* Deep blue background */
  padding: 40px 20px;
  /*! max-width: 1086px; */
  margin: 40px 110px; /* Centering and adding vertical margin for visibility */
  border-radius: 8px; /* Slightly rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  display: flex;
  align-items: center;
  max-width: 1000px; /* Limit internal width */
  width: 100%;
  padding: 0 20px;
}

.map-container {
  flex-basis: 50%;
  text-align: right;
  padding-right: 40px;
}

.map-svg {
  /* Placeholder for the US Map SVG */
  width: 100%;
  max-width: 350px;
  height: auto;
  min-height: 200px;

  /* Since I can't embed the actual complex SVG here, I'll use a simple colored block as a visual placeholder that mimics the map's dimensions and color. In a real-world scenario, you would embed the SVG code directly or link the file. */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.launch-announcement-section .main-text {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.launch-announcement-section .sub-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}

.arkovo-difference-section {
  padding: 100px 110px;
}

/*arkovo different section   */
.arkovo-difference-section .header-content h1 {
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #002f59;
}

.arkovo-difference-section .header-content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #62748e;
}
.icon-dif {
  color: #45556c;
}
.arkovo-difference-section h5 {
  color: #45556c;
  font-size: 16px;
}
.arkovo-difference-section p {
  color: #45556c;
  font-size: 14px;
}
/* ==============================
          content-wrap 
   ================================*/

/* .content-wrap {
  border: 2px solid #fff; 
  outline: 1px solid #cad5e2; 
  outline-offset: -3px; 
}
.content-wrap {
  border-left: 2px solid #fff; 
  border-right: 2px solid #fff; 
  outline: 1px solid #cad5e2; 
  outline-offset: -3px; 
} */

.content-wrap {
  position: relative;
  border-left: 2px solid #fff; /* left inner border */
  border-right: 2px solid #fff; /* right inner border */
  padding: 10px; /* optional, to prevent overlap with pseudo-element */
}

/* Simulated outline using ::before */
.content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px; /* outline offset   */
  right: -3px; /* outline offset */
  border-left: 1px solid #cad5e2; /* left outline */
  border-right: 1px solid #cad5e2; /* right outline */
  pointer-events: none; /* ensures pseudo-element doesn't block interactions */
}

/* industries section */
.industries-section {
  padding: 100px 110px;
}
.industries-section .industries-header h2 {
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #002f59;
}
.owl-carousel .owl-item img,
.industry-card,
.industry-overlay {
  border-radius: 5px !important;
}
.owl-carousel .owl-item .industry-img {
  display: block;
  width: 100%;
  opacity: 0.6;
}
.industry-card {
  background-color: #000;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  width: 52px;
  height: 44px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 6px;
  border: solid 2px #0075de !important;
  background-color: #e5f1fc !important;
  color: #0075de !important;
  font-size: 20px !important;
}
.cta-card-2 {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 6px;
  padding: 19px;
  border-radius: 3px;
  background-color: #66aceb;
  text-align: center;
}
.cta-card-2 h3 {
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #00172c;
}
.owl-theme .owl-nav {
  margin-top: 40px !important;
}

/* .cta-card-2 .cta-button {
  width: 76px;
  height: 14px;
  flex-grow: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
} */
.cta-card-2 .cta-button {
  /*! width: 130px; */
  /*! height: 44px; */
  /*! flex-grow: 0; */
  display: flex;
  /*! flex-direction: row; */
  /*! justify-content: flex-start; */
  /*! align-items: center; */
  /*! gap: 8px; */
  padding: 6px 14px;
  border-radius: 6px;
  border: solid 2px rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  margin: 15px auto;
  text-align: center;
}

.cta-card-2 p {
  height: 18px;
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #00172c;
}
/* =======================

Get satrted in minutes 

========================*/

.hero-banner-section {
  background: url(../img/cta-bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0px;
  text-align: center;
}

.hero-banner-section .hero-subtitle {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner-section .hero-subtitle {
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Required for absolute positioning if used */
  text-align: center;
}

.hero-subtitle::before {
  content: "";
  display: inline-block;
  width: 24px; /* Set width as per your SVG */
  height: 24px; /* Set height as per your SVG */
  margin-right: 12px; /* Add some space after the image */
  background: url("../img/corner-left.svg") no-repeat center center/contain;
}
.hero-subtitle::after {
  content: "";
  display: inline-block;
  width: 24px; /* Set width as per your SVG */
  height: 24px; /* Set height as per your SVG */
  margin-right: 12px; /* Add some space after the image */
  background: url("../img/corner-right.svg") no-repeat center center/contain;
}
.hero-banner-section .hero-title {
  font-size: 52px;
  font-weight: 500;

  color: #cce3f8;
}

/* ================= 
          faq
======================== */
.faq-section {
  background: #0075de;
  padding: 40px;
  color: #fff;
}

.faq-accordion .accordion-item {
  background-color: #0f7be7;
  border-radius: 8px !important;
  margin-bottom: 1rem;
  border: none;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

/* Remove Bootstrap default border */
.faq-accordion .accordion-button {
  background-color: #ffffff15;
  color: #fff;
  font-weight: 500;
  border-radius: 8px !important;
  border: none;
  box-shadow: none;
  transition: background 0.2s;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff15;
  color: #fff;
}

.faq-accordion .accordion-body {
  background: #ffffff15;
  color: #e8f0fa;
  border-radius: 0 0 8px 8px;
  font-size: 14px !important;
  font-weight: 500;
  color: #ffffff85;
}

.faq-accordion .accordion-button::after {
  filter: invert(1) brightness(1.7);
}

/*==========================================
                  form
        ========================== */

.contact-box {
  background: linear-gradient(180deg, #152032 0%, #0a1322 100%);
  color: #fff;
  padding: 40px;
}
.contact-title {
  color: #fff;
}
.contact-desc {
  opacity: 0.8;
}

.form-control {
  background: transparent;
  color: #fff;
  border: 1px solid #465066;
  font-size: 14px !important;
  padding: 0.675rem 0.75rem !important;
}

.form-label {
  color: #b8c2d3;
  font-weight: 400;
  font-size: 14px !important;
}
.form-control::placeholder {
  color: #8791a6;
  opacity: 1;
}
.form-control:focus {
  border-color: #6cb2ff;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  box-shadow: none;
}
.form-check-label {
  opacity: 0.9;
}
.send-btn {
  background: #edf4ff;
  color: #0a1322;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s;
}
.send-btn:hover,
.send-btn:focus {
  background: #dbeaff;
  color: #174163;
}
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #ff5c5c;
}
.was-validated .form-control:invalid:focus,
.was-validated .form-select:invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 92, 92, 0.2);
}
.invalid-feedback {
  color: #ff6f6f;
}

.accordion-button::after {
  content: "";
  background-image: url("../img/add-circle-line.png"); /* collapsed icon */
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
  filter: none !important; /* remove Bootstrap dark filter */
  opacity: 1 !important; /* ensure icon is fully visible */
  font-size: 14px !important;
}

/* When accordion is open (expanded) */
.accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus-circle-line.png"); /* expanded icon */
  transform: rotate(180deg);
  filter: none !important; /* keep white color */
  opacity: 1 !important;
}

/* Optional: if your button background is dark, make sure the icon stands out */
.accordion-button {
  color: #fff; /* optional text color */
  background-color: #0d6efd; /* example dark background */
}

.last-section {
  padding: 100px 110px;
}

.contact-title,
.faq-title {
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
}

.faq-desc,
.contact-desc {
  color: #e1eaf6;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

/* CSS for the Footer Section */

/* Social Media Icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  color: var(--icon-color);
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s;
}

footer {
  text-align: center;
  padding-bottom: 100px;
}
/* Legal and Copyright Info */
.footer-info {
  font-size: 0.9rem;
  color: #62748e;
  margin-bottom: 25px;
}

.footer-info a {
  color: #62748e;
  text-decoration: none;
  padding: 0px 30px;
}
.footer-info span {
  padding: 0px 30px;
}
.social-icons .social-icon-link {
  width: 36px;
  height: 36px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 10px;
  background-color: #e5f1fc;
}

/* for mobile css */

/* Mobile devices */
@media (max-width: 768px) {
  .navbar {
    padding: 10px 18px;

    margin: 12px !important;
  }

  .navbar-brand img {
    width: 100px;
  }
  .c-icon {
    /* font-weight: 600; */
    font-size: 18px;
  }
  .hero-section {
    padding: 20px;
    padding-bottom: 0px !important;
  }
  .hero-title {
    font-size: 60px !important;
    font-weight: 700;
    color: #002f59;
  }
  .how-it-works-section .section-header h1 {
    font-size: 40px;
  }
  .marquee-container {
    padding: 15px 100px !important;
    overflow-x: hidden !important;
  }
  .how-it-works-section .section-header {
    margin-top: 50px;
  }

  .launch-announcement-section {
    margin: 40px 0px;
  }
  .content-wrapper {
    padding: 0 0px;
  }
  .arkovo-difference-section {
    padding: 50px 0px;
  }
  .arkovo-difference-section .header-content h1 {
    font-size: 40px;
  }
  .industries-section {
    padding: 0px 00px;
  }
  .owl-theme .owl-nav {
    margin-top: 0px !important;
  }
  .last-section {
    padding: 50px 0px;
  }
  .faq-section {
    background: #0075de;
    padding: 20px;
    color: #fff;
  }
  .contact-box {
    background: linear-gradient(180deg, #152032 0%, #0a1322 100%);
    color: #fff;
    padding: 20px;
  }
  .footer-info span {
    padding: 0px 10px;
  }
  .footer-info a {
    color: #62748e;
    text-decoration: none;
    padding: 0px 6px;
  }
  footer {
    text-align: center;
    padding-bottom: 50px;
  }
  .industries-section .industries-header h2 {
    font-size: 40px;
  }
  .btn {
    width: 100%;
  }
}
