@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.segra-hero{
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: right center;
  color: #fff;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

.segra-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 140, 0.96) 0%,
    rgba(0, 40, 200, 0.92) 35%,
    rgba(40, 90, 220, 0.55) 55%,
    rgba(0, 0, 0, 0) 78%
  );
}

.segra-hero__inner{
  position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
    width: 100%;
}

.segra-hero__logo{
	max-width:283px;
	height:auto;
	margin:0 0 75px;
	display:block;
}
.segra-hero__title{
	margin:0 0 30px;
	font-weight:600;
	line-height:120%;
	font-size:65px;
	font-family: "franklin-gothic-atf" !important;
/* 	padding-left: 16px; */
}
.segra-hero__sub{
	margin:0 0 16px;
	max-width:560px;
	opacity:.95;
/* 	padding-left: 16px; */
}
.segra-hero__desc{
  font-size: max(16px, min(1.7vw, 18px));
  line-height: 176%;
  color: #fff;
  margin: 0 0 50px 0;
	letter-spacing:0.1px;
	font-weight:400;
	font-family: "franklin-gothic-atf" !important;
	max-width: 50%;
/* 	padding-left: 16px; */
}

.segra-hero__btn {
    position: relative;
    display: inline-block;
    padding: 13px 1rem;
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "franklin-gothic-atf" !important;
    overflow: hidden;
    border: 1px solid #00AFF4;
    z-index: 1;
/* 	margin-left:16px; */
}

/* Sliding background */
.segra-hero__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00AFF4;
    z-index: -1;

    transform: scaleX(1);
    transform-origin: left;   /* NOW starts from left */
    transition: transform 0.4s ease;
}

/* Hover: remove bg left → right */
.segra-hero__btn:hover::before {
    transform: scaleX(0);
}

/* Optional text color change */
.segra-hero__btn:hover {
    color: #fff;
	border-color:#fff;
}


.segra-hero__circuit img {
    width: 100%;
    height: 100%;
}

.segra-hero__circuit_container {
    position: absolute;

    top: 0;
    right: 0;

}
.segra-hero__circuit{
position: relative;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
}
.segra-hero__circuit svg {
	width:100%;
    height:100%;
}
@media (max-width:768px){
/*   .segra-hero__inner{padding:48px 18px;} */
  .segra-hero::before{
    background: linear-gradient(
      180deg,
      rgba(0, 0, 140, 0.92) 0%,
      rgba(0, 40, 200, 0.88) 55%,
      rgba(0, 0, 0, 0.20) 100%
    );
  }
  .segra-hero__circuit{max-width:320px;}
}


/* ========================================
   SEGRA TRUST SECTION BLOCK
   ======================================== */

.segra-trust-section {
  position: relative;
  padding: 117px 0 142px 0;
  background-color: #FFFFFF;
  overflow: hidden;
}

.segra-trust-section__wrapper {
       padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
}

.segra-trust-section__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items: center;

    box-shadow: 0px 0px 24px 0px #0000003B;
    border-right: 20px solid #00AFF4;
}

/* ========================================
   LEFT COLUMN - IMAGE
   ======================================== */

.segra-trust-section__image-col {
  position: relative;
}

.segra-trust-section__image-wrapper {
  position: relative;
  overflow: hidden;
}

.segra-trust-section__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ========================================
   RIGHT COLUMN - CONTENT
   ======================================== */

.segra-trust-section__content-col {
      padding: 20px 20px 20px 0;
}

.segra-trust-section__pretitle {
  font-size: 16px;
  font-weight: 400;
  color: #6c757d;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.segra-trust-section__title {
    font-size: max(30px, min(3vw, 40px));
    font-weight: 400;
    color: #54585B;
    margin: 0 0 30px 0;
    line-height: 120%;
	font-family: "franklin-gothic-atf" !important;
}
.segra-trust-section__title span{
    font-weight: 600;
}

.segra-trust-section__description p{
  font-size: max(16px, min(1.7vw, 18px));
  line-height: 160%;
  color: #54585B;
  margin: 0 0 28px 0;
	letter-spacing:0.1px;
	font-weight:400;
	font-family: "franklin-gothic-atf" !important;
	
}

.segra-trust-section__description p {
  margin: 0 0 16px 0;
}

.segra-trust-section__description p:last-child {
  margin-bottom: 0;
}

/* ========================================
   FEATURES LIST
   ======================================== */

.segra-trust-section__features {
  list-style: none;
  padding: 0;
	margin-top: 30px !important;
}

.segra-trust-section__feature-item {
  position: relative;
  margin-bottom: 3px !important;
font-size: max(16px, min(1.7vw, 18px));
  line-height: 140%;
  color: #54585B;
	letter-spacing:0.1px;
	font-weight:400;
	font-family: "franklin-gothic-atf" !important;
}


.segra-trust-section__feature-item:last-child {
  margin-bottom: 0;
}

/* ========================================
   CTA BUTTON
   ======================================== */

.segra-trust-section__btn {
    position: relative;
    display: inline-block;
    padding: 13px 1rem;
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "franklin-gothic-atf" !important;
    overflow: hidden;
    border: 1px solid #00AFF4;
    z-index: 1;
	margin-top:30px;
}

/* Sliding background */
.segra-trust-section__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00AFF4;
    z-index: -1;

    transform: scaleX(1);
    transform-origin: left;   /* removes left → right */
    transition: transform 0.4s ease;
}

/* Hover effect */
.segra-trust-section__btn:hover::before {
    transform: scaleX(0);
}

.segra-trust-section__btn:hover {
    color: #00AFF4;
}



/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1440px) {
.segra-trust-section__container {
/*   max-width: 1440px;
  margin: 0 auto; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}}
@media (max-width: 992px) {
  .segra-trust-section__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

/*   .segra-trust-section__title {
    font-size: 36px;
  } */

  .segra-trust-section__image-col {
    order: -1;
  }
}

@media (max-width: 768px) {
  .segra-trust-section {
    padding: 60px 20px;
  }

/*   .segra-trust-section__title {
    font-size: 32px;
  } */

  .segra-trust-section__container {
    gap: 30px;
	      border-bottom: 7.5px solid #00AFF4;
	      border-right: unset;
  }
	.connectivity-solutions .solution-card::after {
    height: 7.5px !important;
}
	.segra-hero__logo {

    margin: 0 0 40px;

}
}

@media (max-width: 576px) {
  .segra-trust-section {
    padding: 40px 16px;
  }

/*   .segra-trust-section__title {
    font-size: 28px;
  } */

/*   .segra-trust-section__btn {
    display: block;
    text-align: center;
    width: 100%;
  } */
}



.connectivity-solutions.sagra-built .solutions-grid {
    margin-bottom: 92px;
}

.connectivity-solutions.sagra-built .solution-icon{
	width: 74px;
    height: 74px;
    margin-bottom: 25px;
	
}

.connectivity-solutions.sagra-built .solution-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 7.5px;
    background: #00AEF4;
    border-radius: 0;
}
.connectivity-solutions.sagra-built .solution-card {
    padding: 70px 34px 78px 40px;
}
.connectivity-solutions.sagra-built .solution-description {
	margin-bottom: 20px;
}

/* Connectivity Solutions Section */
.connectivity-solutions {
  background-color: #F7FAFF;
  padding: 100px 0px;
}
.connectivity-solutions.sagra-built {
	background-color: #fff;
	padding: 80px 0 120px 0;
}
.connectivity-solutions.sagra-built  .section-title {
	font-weight:600;
	margin: 0 0 97px 0;
}
.connectivity-solutions.sagra-built .section-heading {
	font-weight:400;
}


.connectivity-solutions .container {
margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
    width: 100%;
}

/* Section Header */
.connectivity-solutions .section-header {
  text-align: center;
}

.connectivity-solutions .section-title {
  font-size: max(30px, min(3vw, 40px));
  font-weight: 400;
  color: #54585B;
  margin: 0 0 92px 0;
  line-height: 120%;
  font-family: "franklin-gothic-atf" !important;
}
.connectivity-solutions .section-heading {

  font-weight: 600;

}


.connectivity-solutions .section-subtitle {
  font-weight: 600;
}

/* Solutions Grid - Using Flexbox */
.connectivity-solutions .solutions-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
	row-gap:60px;
  margin-bottom: 80px;
  position: relative;
  justify-content: center;
}

/* Solution Card */
.connectivity-solutions .solution-card {
  background: #fff;
  border-radius: 0px;
  padding: 40px 20px 69px 40px;
  box-shadow: 0px 0px 24px 0px #0000003B;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items:start;
  position: relative;
  max-width: 29.9%;
	
}


.connectivity-solutions .solution-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #00AEF4;
  border-radius: 0;
}

/* Solution Icon */
.connectivity-solutions .solution-icon {
  width: 84px;
  height: 84px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connectivity-solutions .solution-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Solution Title */
.connectivity-solutions .solution-title {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.connectivity-solutions .title-line-1,
.connectivity-solutions .title-line-2 {
/*   margin-bottom: 15px; */
  font-size: max(16px, min(1.7vw, 18px));
  line-height: 120%;
  color: #616668;
  letter-spacing: 0.1px;
  font-weight: 600;
  font-family: "franklin-gothic-atf" !important;
}

.connectivity-solutions .title-line-1 {
/*   margin-bottom: 15px; */
  font-size: max(16px, min(1.7vw, 18px));
  line-height: 120%;
  color: #616668;
  letter-spacing: 0.1px;
  font-weight: 600;
  font-family: "franklin-gothic-atf" !important;
}

/* Solution Description */
.connectivity-solutions .solution-description {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 176%;
  color: #54585B;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-family: "franklin-gothic-atf" !important;
  flex-grow: 1;
}













/* Learn More Link */
.connectivity-solutions .learn-more {
  font-size: max(16px, min(1.7vw, 18px));
  font-weight: 600;
  color: #00AEF4; /* text stays blue */
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 6px;
  font-family: "franklin-gothic-atf" !important;
}

/* Default underline (20% width, blue) */
.connectivity-solutions .learn-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 6px;
  background-color: #00AEF4;
  transition: width 0.3s ease, background-color 0.3s ease;
}

/* Hover effect */
.connectivity-solutions .learn-more:hover::after {
  width: 100%;
  background-color: rgb(244, 208, 31); /* only bottom line changes */
}

























/* Connector Line */
.connectivity-solutions .connector-line {
  position: relative;
  width: 100%;
  max-width: 684px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connectivity-solutions .connector-line svg:first-child {
  width: 100%;
  height: auto;
}

.connectivity-solutions .connector-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F7FAFF;
  padding: 5px;
  border-radius: 50%;
}

/* CTA Wrapper */
.connectivity-solutions .cta-wrapper {
  text-align: center;
}

.connectivity-solutions .cta-button {
    position: relative;
    display: inline-block;
    padding: 13px 1rem;
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "franklin-gothic-atf" !important;
    overflow: hidden;
    border: 1px solid #00AFF4;
    z-index: 1;
}

/* Sliding background */
.connectivity-solutions .cta-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00AFF4;
    z-index: -1;

    transform: scaleX(1);
    transform-origin: left;   /* remove left → right */
    transition: transform 0.4s ease;
}

/* Hover effect */
.connectivity-solutions .cta-button:hover::before {
    transform: scaleX(0);
}

.connectivity-solutions .cta-button:hover {
    color: #00AFF4;
}


/* Responsive Adjustments */
@media (max-width: 1200px) {
  .connectivity-solutions .solution-card {
    flex: 1 1 calc(50% - 54.5px); /* 2 columns */
    max-width: calc(50% - 54.5px);
  }
}

@media (max-width: 767px) {
  .connectivity-solutions {
    padding: 40px 15px;
  }

  .connectivity-solutions .section-title {
/*     font-size: 24px;
    margin: 0 0 40px 0; */
  }

  .connectivity-solutions .solutions-grid {
    gap: 20px;
  }

  .connectivity-solutions .solution-card {
    flex: 1 1 100%; /* 1 column */
    max-width: 100%;
    min-width: auto;
    padding: 30px 20px 50px 30px;
  }

  .connectivity-solutions .connector-line {
    display: none;
  }


}

@media (max-width: 480px) {
  .connectivity-solutions .section-title {
    font-size: 32px;
  }

/*   .connectivity-solutions .title-line-1,
  .connectivity-solutions .title-line-2 {
    font-size: 20px;
  } */
/* 
  .connectivity-solutions .solution-description {
    font-size: 16px;
  } */

/*   .connectivity-solutions .learn-more {
    font-size: 18px;
  } */

/*   .connectivity-solutions .solution-icon {
    width: 60px;
    height: 60px;
  } */
}


/* Hear Customer Section */
.hear-customer {
  background: #0504D4;
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay for better text readability */
.hear-customer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(5, 4, 212, 0.95) 0%, rgba(5, 4, 212, 0.9) 100%);
  z-index: 1;
}

/* Container */
.hear-customer__container {
margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
    width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

/* Heading */
.hear-customer__heading {
 font-size: max(30px, min(3vw, 40px));
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 40px 0;
  line-height: 120%;
  font-family: "franklin-gothic-atf" !important;
}

.hear-customer__heading .heading-bold {
  font-weight: 600;
}

/* Quote */
.hear-customer__quote {
  margin: 0 auto 50px;
  max-width: 1200px;
  padding: 0;
  border: none;
}

.hear-customer__text {
  font-size: max(16px, min(1.7vw, 18px));
  line-height: 160%;
  color: #FFFFFF;
  font-family: "franklin-gothic-atf" !important;
  font-weight: 400;
}

.hear-customer__author {
  font-size: max(16px, min(1.7vw, 18px));
  line-height: 160%;
  color: #FFFFFF;
  font-family: "franklin-gothic-atf" !important;
  font-weight: 600;
  display: block;
}

/* CTA Button */
/* .hear-customer__cta {
  margin-top: 50px;
} */

.hear-customer__button {
    position: relative;
    display: inline-block;
    padding: 13px 1rem;
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "franklin-gothic-atf" !important;
    overflow: hidden;
    border: 1px solid #00AFF4;
    z-index: 1;
}

/* Sliding background */
.hear-customer__button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00AFF4;
    z-index: -1;

    transform: scaleX(1);
    transform-origin: left;  /* removes left → right */
    transition: transform 0.4s ease;
}

/* Hover effect */
.hear-customer__button:hover::before {
    transform: scaleX(0);
}

.hear-customer__button:hover {
     color: #fff;
    border-color: #fff;
}


/* Responsive */
@media (max-width: 768px) {
  .hear-customer {
    padding: 60px 20px;
  }

/*   .hear-customer__heading {
    font-size: 32px;
    margin-bottom: 30px;
  } */

/*   .hear-customer__text {
    font-size: 18px;
  } */

/*   .hear-customer__author {
    font-size: 14px;
  } */
/* 
  .hear-customer__button {
    font-size: 14px;
    padding: 14px 30px;
  } */
}

@media (max-width: 480px) {
  .hear-customer {
    padding: 40px 15px;
  }

/*   .hear-customer__heading {
    font-size: 24px;
  }

  .hear-customer__text {
    font-size: 16px;
  }

  .hear-customer__button {
    font-size: 13px;
    padding: 12px 24px;
  } */
}

/* Features Bar Section */
.features-bar {
  background-color: #0504D4;
  padding: 27px 0;
  position: relative;
}

.features-bar__container {
margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
    width: 100%;
}

/* Features Items */
.features-bar__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 72px;
}

/* Individual Feature Item */
.features-bar__item {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}

.features-bar__link {
  display: flex;
  align-items: center;
  gap: 30px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

/* Icon */
.features-bar__icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.features-bar__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Text */
.features-bar__text {
  font-size: max(16px, min(1.7vw, 18px));
  font-weight: 400;
  color: #F4D01F;
  font-family: "franklin-gothic-atf" !important;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

/* Responsive */
@media (max-width: 1024px) {
	    .segra-hero__title {
        font-size: 44px !important;
    }
  .features-bar__items {
    gap: 40px;
  }

/*   .features-bar__text {
    font-size: 16px;
  } */

  .features-bar__icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 768px) {
	.faq-section__header {
        margin-bottom: 20px;
    }
	.connectivity-solutions.sagra-built .section-title {
        margin: 0 0 20px 0;
    }
	    .hear-customer__heading {
        margin: 0 0 20px 0;
    }
	    .faq-section__grid {
        gap: 20px 20px;
        margin-bottom: 35px;
    }
	    .faq-section__item {
        flex: 1 1 calc(50% - 20px) !important;
    }
		    .segra-hero__title {
        font-size: 34px !important;
    }
  .features-bar {
    padding: 15px 0;
  }

  .features-bar__items {
    gap: 30px;
/*     flex-direction: column; */
  }

  .features-bar__item {
    gap: 12px;
  }

/*   .features-bar__text {
    font-size: 14px;
  } */

	    .features-bar__icon {
        width: 24px;
        height: 24px;
    }
	.segra-hero__desc {

        max-width: 85% !important;
    }
}

@media (max-width: 480px) {
	    .segra-hero__circuit {
        top: -30px;
        right: -30px;
        width: 160px !important;
    }
	    .faq-section__item {
        flex: 1 1 100%;
        min-width: 100% !important;
    }
  .features-bar__items {
    gap: 20px;
  }

/*   .features-bar__text {
    font-size: 13px;
  } */
}


/* FAQ Section */
.faq-section {
  background-color: #fff;
  padding: 110px 0px;
}

.faq-section__container {
margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
    width: 100%;
}

/* Section Header */
.faq-section__header {
  margin-bottom: 65px;
}

.faq-section__heading {
  font-size: max(30px, min(3vw, 40px));
  font-weight: 600;
  color: #54585B;
  line-height: 120%;
 font-family: "franklin-gothic-atf" !important;
}

.faq-section__subheading {
  font-size: max(30px, min(3vw, 40px));
  font-weight: 400;
  color: #54585B;
  margin: 0;
  line-height: 120%;
  font-family: "franklin-gothic-atf" !important;
}

/* FAQ Grid */
.faq-section__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  margin-bottom: 78px;
}

/* FAQ Item */
.faq-section__item {
flex: 1 1 calc(50% - 30px);
    width: 100%;
    max-width: 50%;
}

.faq-section__question {
  font-size: 1rem;
  font-weight: 600;
  color: #54585B;
/*   margin: 0 0 5px 0; */
  line-height: 175%;
  font-family: "franklin-gothic-atf" !important;
}

.faq-section__answer {
 font-size: 1rem;
  font-weight: 400;
  color: #54585B;
  margin: 0;
  line-height: 160%;
  font-family: "franklin-gothic-atf" !important;
	margin-top: max(.5rem, min(.65vw, .625rem));
}

/* CTA Button */
/* .faq-section__cta {
  text-align: center;
  margin-top: 60px;
} */

.faq-section__button {
    position: relative;
    display: inline-block;
    padding: 13px 1rem;
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "franklin-gothic-atf" !important;
    overflow: hidden;
    border: 1px solid #00AFF4;
    z-index: 1;
}

/* Sliding background */
.faq-section__button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00AFF4;
    z-index: -1;

    transform: scaleX(1);
    transform-origin: left; /* remove left → right */
    transition: transform 0.4s ease;
}

/* Hover */
.faq-section__button:hover::before {
    transform: scaleX(0);
}

.faq-section__button:hover {
    color: #00AFF4;
}


/* Responsive */
@media (max-width: 1024px) {
  .faq-section__grid {
    gap: 40px 60px;
  }

  .faq-section__item {
    flex: 1 1 calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 20px;
  }

/*   .faq-section__heading {
    font-size: 32px;
  }

  .faq-section__subheading {
    font-size: 18px;
  } */

  .faq-section__grid {
    gap: 30px;
  }

  .faq-section__item {
    flex: 1 1 100%;
    min-width: 100% !important;
  }

/*   .faq-section__question {
    font-size: 16px;
  }

  .faq-section__answer {
    font-size: 14px;
  }

  .faq-section__button {
    font-size: 14px;
    padding: 14px 24px;
  } */
}

@media (max-width: 480px) {
  .faq-section {
    padding: 40px 15px;
  }

/*   .faq-section__heading {
    font-size: 24px;
  }

  .faq-section__subheading {
    font-size: 16px;
  }

  .faq-section__header {
    margin-bottom: 40px;
  }

  .faq-section__cta {
    margin-top: 40px;
  } */
}

/* Get Connected Section */
.get-connected {
  background: #0504D4;
  padding:155px 0px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* Overlay */
.get-connected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Container */
.get-connected__container {
margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: max(2rem, min(5.2vw, 5rem));
    padding-right: max(2rem, min(5.2vw, 5rem));
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Content Left */
.get-connected__content {
  flex: 1;
  max-width: 590px;
}

.get-connected__heading {
  font-size: max(30px, min(3vw, 40px));
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 50px 0;
  line-height: 120%;
 font-family: "franklin-gothic-atf" !important;
}

.get-connected__heading .heading-bold {
  font-weight: 600;
}

.get-connected__description {
  font-size: max(16px, min(1.7vw, 18px));
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 65px 0;
  line-height: 160%;
  font-family: "franklin-gothic-atf" !important;
}

.get-connected__button {
    position: relative;
    display: inline-block;
    padding: 13px 1rem;
    background: transparent;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "franklin-gothic-atf" !important;
    overflow: hidden;
    border: 1px solid #00AFF4;
    z-index: 1;
}

/* Sliding background */
.get-connected__button::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #00AFF4;
    z-index: -1;

    transform: scaleX(1);
    transform-origin: left; /* removes left → right */
    transition: transform 0.4s ease;
}

/* Hover effect */
.get-connected__button:hover::before {
    transform: scaleX(0);
}

.get-connected__button:hover {
    color: #fff;
}


/* Person Image Right */
.get-connected__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 3;
}

.get-connected__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width:1500px){
.segra-hero__circuit {
        max-width: 490px;

}
}
@media (max-width:1500px){
.segra-hero__circuit {
       max-width: 420px;

}
}
@media (max-width: 1300px) { 

.connectivity-solutions .solution-card {
    padding: 35px 20px 60px 20px;
    max-width: 29.5%;
}
.connectivity-solutions.sagra-built .solution-card {
    padding: 35px 20px 60px 20px;
}
.segra-hero__circuit {
        max-width: 360px;

}
}
/* Responsive */
@media (max-width: 1200px) {

.segra-hero__title {
    font-size: 54px;
}
	.segra-hero__desc {
    margin: 0 0 30px 0;
    max-width: 66%;

}
	.features-bar__item {
    gap: 18px;
}
  .get-connected__image {
    max-width: 400px;
  }
	.features-bar__icon {
    width: 36px;
    height: 36px;
}
/* 	.features-bar__items {
    gap: 60px;
} */
	.segra-trust-section__title {
		    margin: 0 0 20px 0;
	}
	.connectivity-solutions .solutions-grid {
    column-gap: 45px;
    row-gap: 45px;
    margin-bottom: 45px !important;
}
	    .connectivity-solutions .solution-card {
        max-width: 30%;
    }
	.connectivity-solutions .section-title {
    margin: 0 0 60px 0;
}
	.connectivity-solutions.sagra-built .section-title {
    margin: 0 0 60px 0;
		
}
	.connectivity-solutions .solution-icon , .connectivity-solutions.sagra-built .solution-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
}
.faq-section__grid {
    gap: 25px 25px;
    margin-bottom: 45px;
}
	.faq-section__header {
    margin-bottom: 60px;
}
	.get-connected__description {
    margin: 0 0 35px 0;
}
	.get-connected__heading {
    margin: 0 0 30px 0;

}
	.hear-customer__heading {
    margin: 0 0 30px 0;
}
	.hear-customer__quote {
    margin: 0 auto 35px;
    max-width: 1000px;
    padding: 0;
    border: none;
}
}

@media (max-width: 1024px) {
.segra-hero__circuit {
        max-width: 400px;

}
	    .get-connected__description {
        margin: 0 0 25px 0;
    }
	    .get-connected__heading {
        margin: 0 0 20px 0;
    }
	.get-connected {
    padding: 90px 0px;
}
	.features-bar {
    background-color: #0504D4;
    padding: 20px 0;
    position: relative;
}
  .get-connected__container {
    gap: 40px;
  }

/*   .get-connected__heading {
    font-size: 40px;
  }

  .get-connected__description {
    font-size: 16px;
  } */

  .get-connected__image {
    max-width: 350px;
  }
	.segra-trust-section {
    padding: 60px 0 60px 0;

}
	.connectivity-solutions {
    padding: 60px 0px;
}
	.faq-section {
    background-color: #fff;
    padding: 60px 0px;
}
	.connectivity-solutions.sagra-built {
    background-color: #fff;
    padding: 60px 0 60px 0;
}
	    .faq-section__header {
        margin-bottom: 40px;
    }
	    .connectivity-solutions.sagra-built .section-title {
        margin: 0 0 40px 0;
    }
	    .connectivity-solutions .section-title {
        margin: 0 0 40px 0;
    }
	    .connectivity-solutions .solutions-grid {
        column-gap: 30px;
        row-gap: 30px;
        margin-bottom: 35px !important;
    }
	.connectivity-solutions .solution-card {
        max-width: 31%;
    }
	.faq-section__cta {
    margin-top: 35px;
}
}

@media (max-width: 992px) {
	    .faq-section__grid {
        gap: 20px 20px;
        margin-bottom: 40px;
    }
.segra-trust-section__content-col {
    padding: 20px 20px 20px 20px;
}
	    .connectivity-solutions .solution-card {
        max-width: 48.5%;
    }
}



@media (max-width: 768px) {
	.connectivity-solutions .solution-card {
        max-width: 47.5%;
    }
	    .connectivity-solutions.sagra-built .solution-card {
        padding: 35px 20px 40px 20px;
    }
/*   .get-connected {
    padding: 60px 20px;
  } */

/*   .get-connected__container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
 */
  .get-connected__content {
    max-width: 100%;
  }
		.segra-trust-section {
    padding: 40px 0 40px 0;

}
	.connectivity-solutions {
    padding: 40px 0px;
}
	.faq-section {
    background-color: #fff;
    padding: 40px 0px;
}

/*   .get-connected__heading {
    font-size: 32px;
  }

  .get-connected__description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .get-connected__button {
    font-size: 14px;
    padding: 14px 24px;
  } */

  .get-connected__image {
    max-width: 300px;
  }

  .get-connected::before {
    background: linear-gradient(180deg, rgba(5, 4, 212, 0.95) 0%, rgba(5, 4, 212, 0.8) 100%);
  }
	    .faq-section__header {
        margin-bottom: 30px;
    }
}
@media (max-width: 670px) { 
	.connectivity-solutions .solution-card {
        max-width: 47%;
    }
}
@media (max-width: 600px) { 
	.connectivity-solutions .solution-card {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
  .get-connected {
    padding: 40px 15px;
  }

/*   .get-connected__heading {
    font-size: 28px;
  }

  .get-connected__description {
    font-size: 14px;
  } */

  .get-connected__image {
    max-width: 250px;
  }
      .segra-hero__circuit {
        top: 0;
        right: 0;
        width: 100% !important;
        max-width:160px;
    }
}