:root {
  --bs-primary: rgba(90, 117, 173, 1);
  --bs-primary-rgb: 255, 107, 53;
  --brand: rgba(90, 117, 173, 1);
  --accent: #203e68;
  --muted: #6c757d;
  --light: rgba(245, 245, 245, 1);
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-gradient {
  background: linear-gradient(33.11deg, #7893CB -0.62%, #728BC0 2.69%, #3E557C 41.8%, #1D3A5B 70.63%, #0F3051 85.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.text-xxl {
  font-size: 3rem !important;
}

.mt-negative {
  margin-top: -3rem !important;
}

.bg-light {
  background-color: var(--light) !important;
}


.bg-primary {
  background-color: var(--brand) !important;
}

.btn-primary {
  background-color: transparent !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-primary) !important;
  border-radius: 50px;
  padding: 6px 30px;
  font-size: 16px;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}


.btn-primary-white {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important;
  border-radius: 50px;
  padding: 6px 30px;
  font-size: 16px;
}

.btn-primary-white:hover,
.btn-primary-white:focus {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
}


.text-shadow {
  text-shadow: 2px 2px 8px rgba(90, 117, 173, 0.6);


}

.w-70 {
  width: 70%;
}






body {
  font-family: 'Montserrat';
  overflow-x: hidden;
  color: black;
  padding-top: 55px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; /* ensures header stays above all elements */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Mont', sans-serif !important; */

}

h1 {
  font-size: 30px !important;
  font-weight: 700;
  text-transform: uppercase;

}

h2 {
  font-size: 24px !important;

}

p {
  font-size: 16px;
}


#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}



/* Active Navigation Link Styles */
.navbar-nav .nav-link {

  color: var(--brand) !important;


}
.navbar-nav .nav-link.active {
  font-weight: 600; /* Bold */
  
}




/* =============================
   Hero Section
   ============================= */
.hero-section {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent),
    url('../images/banner-min.png') center/cover no-repeat;
          background-size: cover; 
             background-position: center;


  position: relative;
  overflow: hidden;
  height: 90dvh;
}

.hero-logo {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  padding: 8px;
  display: inline-block;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));

}






.hero-text {
  color: #fff;
}

.hero-form {
  border-radius: 1rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  background: transparent;
  padding: 4px 4px;
  font-size: 16px;
}

.form-control:focus {
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
  outline: none;
}

/* =============================
   Floating Contact Icon
   ============================= */
.floating-scroll-icon {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 60px;
  height: 100px;
  font-size: 14px;

 
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;

    transition: opacity 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: rgba(90, 117, 173, 1);
}



/* why semantiq link  */

.why-semantiq-cards img {
  max-width: 100px;
}


/* =============================
case section 
============================= */

.case-slider p {
  font-size: 14px;
  line-height: 24px;
}

.case-slider span {
  font-size: 20px;

}
.fixed-image-wrapper {
  height: 250px;      /* set your desired fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;    /* hides extra parts of very tall/wide images */
}

.fixed-image-wrapper img {
  max-height: 100%;
  width: auto;
  object-fit: contain;  /* keep full image visible */
}



/* =============================
   Services Section (Accordion)
   ============================= */
.services-section {}

.our-service-para {
  max-width: 800px;
}



/* Ensure accordion column doesn't affect image height */
.services-section .row {
  align-items: stretch !important;
  /* both columns same height */
}

/* Keep image column centered with fixed alignment */
.services-section .col-lg-6.text-center {

  align-items: center;
  justify-content: center;
}

/* Make sure the image never resizes on accordion toggle */
.services-section .col-lg-6.text-center img {
  max-width: 100%;
  height: auto;
  transition: none;
  /* remove any smooth scaling effect */
}

/* Accordion styling */
.service-accordion .accordion-item {
  border: none;


  transition: all 0.3s ease;
}

.service-accordion .accordion-button {

  box-shadow: none;
  display: flex;
  justify-content: space-between;




}

.service-accordion .accordion-button:not(.collapsed) {
  background-color: white;

}

.service-accordion .accordion-header img {
  width: 30px;

}


.service-accordion .accordion-body {
  background-color: white;

  max-width: 500px;
  padding-top: 0;
  /* padding-left: 50px; */
}

.service-accordion ul li i {
  color: #fff;
}

/* Hover effect */
.service-accordion .accordion-item:hover {
  transform: translateY(-4px);
}

.service-accordion .accordion-button::after {
  display: none !important;
}

.service-accordion .icon {

  font-size: 20px;
  color: rgba(23, 45, 80, 1);
  padding-left: 10px;



}
.service-accordion p {
  font-size: 14px;
}

.service-accordion ul li {
  margin-bottom: 6px;
  line-height: 20px;
  font-size: 14px;

}



/* Hide active icons by default */
.accordion-button .icon-active {
  display: none;
}

/* When accordion is open (not collapsed), show active icon */
.accordion-button:not(.collapsed) .icon-active {
  display: inline;
}

/* When accordion is open, hide default icon */
.accordion-button:not(.collapsed) .icon-default {
  display: none;
}


.service-right img {
  max-height: 700px;
  width: 100%;
}


.service-accordion .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: white !important;

}







/* =============================
   Trusted Brands Section
   ============================= */
.brands-section {}

.brands-section img {
  max-height: 60px;
  opacity: 0.9;
  mix-blend-mode: multiply;
  /* removes white backgrounds */
  transition: all 0.3s ease;
  margin-top: 30px;
}

.brands-section img:hover {
  opacity: 1;
  transform: scale(1.05);
  mix-blend-mode: multiply;
  /* removes white backgrounds */
  /* restores natural colors on hover */
}



/* =============================
 FAQ  section
 =============================  */
.faq-accordion .accordion-item {
  border: none;
  background-color: rgba(245, 245, 245, 1);

  transition: all 0.3s ease;
}

.faq-accordion .accordion-button {
  background-color: rgba(245, 245, 245, 1);

  box-shadow: none;
  border-radius: 20%;
  display: flex;
  align-items: flex-start;
  /* number stays at top */

  font-weight: 500;

}


.faq-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(245, 245, 245, 1);

}


.accordion-button span {
  white-space: nowrap;
  /* prevents “01.” from wrapping */
}



.faq-accordion .accordion-body {
  background-color: rgba(245, 245, 245, 1);

  padding-top: 0;
  /* max-width: 500px; */
  padding-left: 40px;
  padding-right: 40px;
}

.faq-accordion ul li i {}

/* Hover effect */
.faq-accordion .accordion-item:hover {
  transform: translateY(-4px);
}

.faq-accordion .accordion-button::after {
  content: "";
  background-image: url('../images/down-arrow.png');
  /* your white arrow */
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  transition: all 0.3s ease;
}




.wave-img-bottom {
  width: 100%;
}

.footer-section {

  background: #445b84;
}
.footer-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.footer-menu .divider {
  color: white;
  font-weight: 300;
}




.social-icons a {
  font-size: 20px;
  color: #000;
  transition: 0.3s;
  line-height: 0;
}

.social-icons a:hover {
  opacity: 0.6;
}

.pages-banner-header{}




