/* SK Electrical Footer Copyright & Developer Credit Alignment */
.site-footer-two__copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 22px 0;
    border-top: 1px solid rgba(var(--Freshflow-white-rgb, 255, 255, 255), 0.1);
    margin-top: 35px;
    width: 100%;
}

.site-footer-two__copyright-left {
    display: flex;
    align-items: center;
}

.site-footer-two__copyright-right {
    display: flex;
    align-items: center;
}

.site-footer-two__copyright-text {
    color: #E3E3E3;
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.6;
}

.site-footer-two__copyright-text a {
    color: #E3E3E3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer-two__copyright-text a:hover {
    color: var(--Freshflow-extra, #ffd25d);
}

.footer-developer {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #E3E3E3;
    white-space: nowrap;
    border-left: none;
    padding-left: 0;
    margin: 0;
}

.footer-developer a {
    color: #ffd25d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-developer a:hover {
    color: var(--Freshflow-extra, #fff);
}

@media (max-width: 991px) {
    .site-footer-two__copyright-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 20px 0;
        margin-top: 25px;
    }

    .site-footer-two__copyright-left,
    .site-footer-two__copyright-right {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .site-footer-two__copyright-text {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }

    .footer-developer {
        display: inline-block;
        text-align: center;
        white-space: normal;
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575px) {
    .site-footer-two__copyright-row {
        padding: 16px 0 18px;
        gap: 6px;
        margin-top: 20px;
    }

    .site-footer-two__copyright-text,
    .footer-developer {
        font-size: 13px;
        line-height: 1.5;
    }
}





.sk-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.sk-brand img {
  max-height: 108px;
  width: auto;
}
.sk-brand strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0b2d6b;
  white-space: nowrap;
}
.sk-brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #555;
  margin-top: 4px;
}
.services-two__icon i,
.process-one__icon i,
.counter-one__icon i,
.counter-two__icon i,
.services-details__services-icon i {
  font-size: 42px;
  line-height: 1;
}
.sk-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.sk-call-mobile {
  display: none;
}
@media (max-width: 767px) {
  .sk-brand strong {
    font-size: 17px;
  }
  /* .sk-brand img {
    max-height: 44px;
  } */
  .sk-call-mobile {
    display: flex;
    position: fixed;
    left: 18px;
    bottom: 22px;
    height: 54px;
    padding: 0 18px;
    border-radius: 28px;
    background: #0b2d6b;
    color: white;
    align-items: center;
    gap: 8px;
    z-index: 9998;
    font-weight: 700;
  }
  .sk-whatsapp {
    width: 54px;
    height: 54px;
  }
  .main-menu__top {
    display: none;
  }
}
.site-footer .sk-brand strong,
.site-footer-two .sk-brand strong {
  color: #fff;
}
.site-footer .sk-brand small,
.site-footer-two .sk-brand small {
  color: rgba(255, 255, 255, 0.72);
}
/* SK footer cleanup */
.site-footer--sk-clean .site-footer__top-left {
  height: 100%;
}
.site-footer--sk-clean .site-footer__top-right {
  height: 100%;
  margin-left: 0;
}
.site-footer--sk-clean .site-footer__widget-box {
  height: 100%;
  border: 1px solid rgba(var(--Freshflow-white-rgb), 0.1);
  padding: 80px 30px 42px;
}
.site-footer--sk-clean .site-footer__contact-info-content h5 {
  line-height: 24px;
  overflow-wrap: anywhere;
}
.site-footer--sk-clean .footer-widget__title {
  line-height: 26px;
}
.site-footer--sk-clean .footer-widget__quick-links-list li a {
  align-items: flex-start;
  gap: 10px;
  line-height: 24px;
  overflow-wrap: anywhere;
}
.site-footer--sk-clean .footer-widget__quick-links-list li a span {
  flex: 0 0 auto;
  margin-top: 6px;
}
.site-footer--sk-clean .site-footer__bottom {
  padding: 28px 30px;
}
.site-footer--sk-clean .site-footer__bottom-text-box {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.site-footer--sk-clean .site-footer__bottom-text-box:before {
  display: none;
}
.site-footer--sk-clean .site-footer__bottom-text {
  font-size: 16px;
  line-height: 26px;
  overflow-wrap: anywhere;
}
.site-footer--sk-clean .site-footer__bottom-text a {
  color: var(--Freshflow-extra);
}
.site-footer--sk-clean .site-footer__bottom-text a:hover {
  color: var(--Freshflow-white);
}
@media (max-width: 1199px) {
  .site-footer--sk-clean .site-footer__top-right {
    margin-top: 30px;
  }
  .site-footer--sk-clean .site-footer__widget-box {
    padding: 44px 30px;
  }
}
@media (max-width: 767px) {
  .site-footer--sk-clean .site-footer__logo-box {
    padding: 50px 22px 26px;
    text-align: center;
  }
  .site-footer--sk-clean .site-footer__contact-info-box {
    padding: 30px 22px;
  }
  .site-footer--sk-clean .site-footer__contact-info,
  .site-footer--sk-clean .site-footer__contact-info li {
    justify-content: center;
  }
  .site-footer--sk-clean .site-footer__contact-info li {
    width: 100%;
    text-align: center;
  }
  .site-footer--sk-clean .site-footer__contact-info-icon {
    margin: 0 auto;
  }
  .site-footer--sk-clean .site-footer__social-box {
    padding: 34px 22px 30px;
  }
  .site-footer--sk-clean .site-footer__widget-box {
    padding: 38px 22px;
    text-align: center;
  }
  .site-footer--sk-clean .footer-widget__title:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer--sk-clean .footer-widget__quick-links-list li a {
    justify-content: center;
    text-align: center;
  }
  .site-footer--sk-clean .site-footer__bottom {
    padding: 24px 18px 92px;
  }
}
@media (max-width: 430px) {
  .site-footer--sk-clean .site-footer__social {
    gap: 12px;
  }
  .site-footer--sk-clean .site-footer__social a {
    height: 46px;
    width: 46px;
  }
  .site-footer--sk-clean .site-footer__bottom-text {
    font-size: 15px;
    line-height: 24px;
  }
}
/* SK footer spacing refinements */
.site-footer--sk-clean .footer-widget__essential-links,
.site-footer--sk-clean .footer-widget__services-links {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer--sk-clean .site-footer__contact-info-content {
  min-width: 0;
}

/* Banner call-to-action buttons */
.banner-one__btn-box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.banner-one__chat-btn {
  background-color: #008000;
  cursor: pointer;
}
.banner-one__chat-btn:focus-visible {
  outline: 3px solid #0b2d6b !important;
  outline-offset: 3px;
}
@media (max-width: 575px) {
  .banner-one__btn-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .banner-one__btn-box .thm-btn {
    min-width: 0;
    padding-left: 12px;
    gap: 8px;
    font-size: clamp(14px, 4vw, 18px);
    white-space: nowrap;
  }
  .banner-one__btn-box .thm-btn span {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
}
@media (max-width: 359px) {
  .banner-one__btn-box {
    gap: 8px;
  }
  .banner-one__btn-box .thm-btn {
    padding-left: 9px;
    gap: 6px;
    font-size: 14px;
  }
  .banner-one__btn-box .thm-btn span {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}

/* Why Choose Us section call-to-action */
.why-choose-one__cta {
  max-width: 520px;
  margin-top: 36px;
  padding: 22px 24px;
  border: 1px solid #f1f1f2;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.72);
}
.why-choose-one__cta p {
  margin: 0;
  color: #566b8f;
  font-weight: 500;
  line-height: 26px;
}
.why-choose-one__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.why-choose-one__chat-btn {
  background-color: #008000;
}
.why-choose-one__cta .thm-btn:focus-visible {
  outline: 3px solid #0b2d6b !important;
  outline-offset: 3px;
}
@media (max-width: 575px) {
  .why-choose-one__cta {
    margin-top: 30px;
    padding: 20px;
  }
  .why-choose-one__cta-buttons {
    flex-direction: column;
  }
  .why-choose-one__cta-buttons .thm-btn {
    width: 100%;
  }
}

/* Project image captions: scoped to Project One only */
.project-one .project-one__img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 48%;
  background: linear-gradient(to top, rgba(5, 20, 50, 0.88), transparent);
  pointer-events: none;
  z-index: 1;
}
.project-one .project-one__image-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 3;
  color: #fff;
  pointer-events: none;
}
.project-one .project-one__image-caption span {
  display: inline-block;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  background: #0b2d6b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.project-one .project-one__image-caption p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  line-height: 19px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
@media (max-width: 575px) {
  .project-one .project-one__image-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .project-one .project-one__image-caption span {
    font-size: 10px;
  }
  .project-one .project-one__image-caption p {
    font-size: 12px;
    line-height: 17px;
  }
}

/* Office location CTA buttons: scoped to this section only */
.office-location .office-location__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.office-location .office-location__btn-box .thm-btn {
  padding-left: 16px;
  gap: 8px;
  font-size: 16px;
}
.office-location .office-location__btn-box .thm-btn span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.office-location .office-location__chat-btn {
  background-color: #008000 !important;
}

.office-location__btn-box .office-location__chat-btn {
  background-color: #008000 !important;
}
@media (max-width: 575px) {
  .office-location .office-location__btn-box {
    flex-direction: column;
    align-items: stretch;
  }
  .office-location .office-location__btn-box .thm-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer--sk-clean .site-footer__contact-info-content {
    flex: 0 0 100%;
    margin-top: 12px;
  }
}



.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
}
 
.btn-whatsapp:hover {
    background: #1ebe5d;
    color: #fff;
}
 
/* Button Animation */
.call-btn-1,
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    animation: zoomPulse 1.5s infinite;
}
 
/* Zoom In Zoom Out Effect */
@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.08);
    }
 
    100% {
        transform: scale(1);
    }
}
 
/* Optional Shadow Effect */
.call-btn-1 {
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
}
 
.whatsapp-btn {
    box-shadow: 0 0 15px rgba(0, 128, 0, 0.6);
}
 
.footer-wrapper .copyright-wrap {
    padding: 80px 0;
}
 
.footer-wrapper .copyright-wrap p {
    font-size: 16px;
    line-height: 1.9;
}
 
.footer-wrapper .copyright-wrap img {
    display: inline-block;
}
 
.custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 190px;
    height: 55px;
    padding: 0 25px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid transparent;
}
 
.custom-btn i {
    font-size: 18px;
}
 
@media (max-width: 772px) {
    .floating_btn2 {
        display: none !important;
    }
}

@media (min-width: 772px) {
    .mobile-contact-bar {
        display: none !important;
    }
}
 
.floating_btn2 {
    position: fixed;
    bottom: 162px;
    right: 4px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
 
.contact_icon2 {
    background-color: #ce1126;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    /* box-shadow: 0 0 0 0 #0197e8; */
    /* -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out; */
}
 
 
.floating_btn {
    position: fixed;
    bottom: 64px;
    right: 4px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
 
.contact_icon {
    background-color: #008000;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    /* box-shadow: 0 0 0 0 #42db87; */
    /* -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  text-decoration: none !important;
  transition: all 300ms ease-in-out; */
}
 
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgb(255, 255, 255);
    }
}
 
@media (max-width: 767px) {
    .floating_btn {
        display: none !important;
    }
 
    .footers {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
    }
 
    .footer-btn {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
 
    .footer-btn svg {
        display: block;
        margin-bottom: 4px;
    }
 
    .footer-btn a {
        text-decoration: none;
        color: #fff;
        display: block;
    }
 
    .footer-text {
        font-size: 12px;
        margin: 0;
        line-height: 1;
    }
 
    .footer-btn.call {
        background-color: #ff0000;
    }
 
    .footer-btn.chat {
        background-color: #008000;
    }
}
 
@media (min-width: 768px) {
    .footers {
        display: none !important;
    }
}
 
 
@media (max-width: 768px) {
    .header-layout12 .menu-area {
        padding: 0px;
    }
}
 
.mobile-contact-bar{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    gap: 10px;
    padding: 10px;
    background: #fffbff;
    /* border-radius: 8px; */
    z-index: 9999;
}
 
/* Common */
.contact-btn{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}
 
/* WhatsApp Large */
.whatsapp-btn5{
    flex: 3;
    background: #008000;;
    color: #fff;
}
 
/* Call Small */
.call-btn5{
    flex: 1;
    background: transparent;
    /* color: #fff; */
    border: 1px solid rgb(0 0 0);
}


/* WhatsApp button - prevent template link colors */
.mobile-contact-bar a.whatsapp-btn5,
.mobile-contact-bar a.whatsapp-btn5:hover,
.mobile-contact-bar a.whatsapp-btn5:focus,
.mobile-contact-bar a.whatsapp-btn5:active,
.mobile-contact-bar a.whatsapp-btn5:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.mobile-contact-bar a.whatsapp-btn5 i,
.mobile-contact-bar a.whatsapp-btn5 span,
.mobile-contact-bar a.whatsapp-btn5:hover i,
.mobile-contact-bar a.whatsapp-btn5:hover span,
.mobile-contact-bar a.whatsapp-btn5:focus i,
.mobile-contact-bar a.whatsapp-btn5:focus span,
.mobile-contact-bar a.whatsapp-btn5:active i,
.mobile-contact-bar a.whatsapp-btn5:active span,
.mobile-contact-bar a.whatsapp-btn5:visited i,
.mobile-contact-bar a.whatsapp-btn5:visited span {
    color: #fff !important;
}


/* Desktop Footer Bottom Spacing */
.site-footer-two__developer-credit {
    border-top: 1px solid rgba(var(--Freshflow-white-rgb), .10);
    padding: 20px 15px;
    text-align: center;
}

.site-footer-two__developer-credit p {
    margin: 0;
    color: rgba(var(--Freshflow-white-rgb), .75);
    font-size: 15px;
    line-height: 1.5;
}

.site-footer-two__developer-credit a {
    color: var(--Freshflow-extra);
    font-weight: 600;
    text-decoration: none;
}

.site-footer-two__developer-credit a:hover,
.site-footer-two__developer-credit a:focus-visible {
    color: var(--Freshflow-white);
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .site-footer-two__developer-credit {
        padding: 16px 12px;
    }

    .site-footer-two__developer-credit p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .site-footer-two__bottom {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .site-footer-two__contact-info {
        margin-bottom: 0;
    }
}




/* =========================================
   PRICING POINTS ALIGNMENT
========================================= */

.pricing-two__points {
    margin: 0;
    padding: 0;
}

.pricing-two__points li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px;
    margin-bottom: 22px;
    padding: 0;
}

/* Icon */
.pricing-two__points li > i {
    flex: 0 0 28px;
    width: 28px;
    min-width: 28px;
    text-align: center;
    margin-top: 3px;
    font-size: 20px;
    color: #ffc107 !important;
}

/* Text Area */
.pricing-point-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Main Title */
.pricing-point-content strong {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #111111;
}

/* Quantity */
.pricing-point-content span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #111111;
    margin-top: 2px;
}

/* Small Note */
.pricing-point-content small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #111111;
    margin-top: 2px;
}

/* Heading above points */
.pricing-two__points-box > h4 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
}

.pricing-two__points-box > h4 > i {
    flex: 0 0 25px;
    width: 25px;
    min-width: 25px;
    margin-top: 3px;
    color: #ffc107 !important;
}

.pricing-two__points-box > h4 > span {
    flex: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .pricing-two__points li {
        gap: 12px;
        margin-bottom: 20px;
    }

    .pricing-two__points li > i {
        flex: 0 0 26px;
        width: 26px;
        min-width: 26px;
    }

    .pricing-point-content strong {
        font-size: 15px;
    }

    .pricing-point-content span {
        font-size: 14px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .pricing-two__points li {
        display: flex !important;
        align-items: flex-start !important;
        gap: 12px;
        margin-bottom: 18px;
    }

    .pricing-two__points li > i {
        flex: 0 0 25px;
        width: 25px;
        min-width: 25px;
        font-size: 18px;
        margin-top: 3px;
    }

    .pricing-point-content {
        flex: 1;
    }

    .pricing-point-content strong {
        font-size: 15px;
        line-height: 1.5;
    }

    .pricing-point-content span {
        font-size: 14px;
        line-height: 1.5;
    }

    .pricing-point-content small {
        font-size: 11px;
        line-height: 1.4;
    }

    .pricing-two__points-box > h4 {
        gap: 10px;
        margin-bottom: 20px;
    }

}



/* Pricing card text black */
.pricing-two__single .pricing-two__pack-name p,
.pricing-two__single .pricing-two__text strong,
.pricing-two__single .pricing-two__price-box,
.pricing-two__single .pricing-two__points-box h4,
.pricing-two__single .pricing-two__points-box span,
.pricing-two__single .pricing-two__points-box strong,
.pricing-two__single .pricing-two__points-box small {
    color: #000 !important;
}

.mobile-nav__contact a:visited,
.mobile-nav__contact a:active,
.mobile-nav__contact a:focus,
.mobile-nav__social a:visited,
.mobile-nav__social a:active,
.mobile-nav__social a:focus {
    color: #fff !important;
}

/* Google review summary used as the testimonial header; selectors are scoped. */
.google-review-summary {
  position: relative;
  padding: 74px 0 42px;
  background:#f0f3ff;
  overflow: hidden;
}
.google-review-summary__heading {
  text-align: center;
}
.google-review-summary__eyebrow {
  display: inline-block;
  color: #033aa9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.google-review-summary__heading h2 {
  margin: 13px 0 54px;
  color: #161616;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.16;
  font-weight: 700;
}
.google-review-summary__locations {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 45px;
}
.google-review-summary__locations li {
  padding: 17px 24px;
  border-radius: 16px;
  background: #f3f3f3;
  color: #161616;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.google-review-summary__locations li.is-active {
  background: #0038a8;
  color: #fff;
}
.google-review-summary__locations li button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.google-review-summary__locations li button:focus-visible {
  outline: 2px solid #0b2d6b;
  outline-offset: 4px;
}
.google-review-summary__card {
  display: grid;
  grid-template-columns: minmax(235px, 1.35fr) minmax(190px, 1fr) minmax(165px, .85fr) auto;
  align-items: center;
  gap: 24px;
  padding: 20px 0 0;
  border-top: 1px solid #ededed;
}
.google-review-summary__business,
.google-review-summary__trust,
.google-review-summary__customers {
  display: flex;
  align-items: center;
  gap: 14px;
}
.google-review-summary__google-icon {
  color: #4285f4;
  font-size: 29px;
  line-height: 1;
}
.google-review-summary__business h3 {
  margin: 0 0 8px;
  color: #161616;
  font-size: 18px;
  line-height: 1.2;
}
.google-review-summary__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #728096;
  font-size: 13px;
}
.google-review-summary__rating strong {
  color: #161616;
  font-size: 14px;
}
.google-review-summary__rating .stars {
  color: #f39a00;
  font-size: 16px;
  letter-spacing: 1px;
}
.google-review-summary__trust,
.google-review-summary__customers {
  min-height: 60px;
  padding-left: 22px;
  border-left: 1px solid #dedede;
}
.google-review-summary__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff0f0;
  color: #0038a8;
  font-size: 21px;
}
.google-review-summary__trust p,
.google-review-summary__customers p {
  margin: 0;
  color: #52627a;
  font-size: 13px;
  line-height: 20px;
}
.google-review-summary__trust strong,
.google-review-summary__customers strong {
  display: block;
  color: #161616;
  font-size: 16px;
  line-height: 22px;
}
.google-review-summary__customers p strong {
  font-size: 25px;
  line-height: 25px;
}
.google-review-summary__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.google-review-summary__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 116px;
  padding: 16px 18px;
  border-radius: 13px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .25s ease, filter .25s ease;
}
.google-review-summary__action:hover {
  color: #fff !important;
  filter: brightness(.92);
  transform: translateY(-2px);
}
.google-review-summary__action--call {
  background: #ce0000;
}
.google-review-summary__action--whatsapp {
  background: #078b08;
  min-width: 164px;
}
@media (max-width: 1199px) {
  .google-review-summary__card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .google-review-summary__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .google-review-summary {
    padding: 58px 0 32px;
  }
  .google-review-summary__heading h2 {
    margin-bottom: 32px;
  }
  .google-review-summary__locations {
    justify-content: flex-start;
    margin-bottom: 30px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }
  .google-review-summary__locations li {
    padding: 14px 18px;
  }
  .google-review-summary__card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .google-review-summary__trust,
  .google-review-summary__customers {
    border-left: 0;
    border-top: 1px solid #dedede;
    padding: 18px 0 0;
  }
  .google-review-summary__actions {
    grid-column: auto;
    justify-content: stretch;
  }
  .google-review-summary__action {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media (max-width: 359px) {
  .google-review-summary__actions {
    flex-direction: column;
  }
  .google-review-summary__action {
    width: 100%;
  }
}
.testimonial-one > .testimonial-one__wrap > .google-review-summary {
  padding-top: 0;
}

/* ==========================================================================
   About One Mission Box / Experience Stats Bar
   ========================================================================== */
.about-one__mission-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f0f5fb;
  border-radius: 20px;
  padding: 20px 24px;
  margin-top: 35px;
  border: 1px solid rgba(13, 99, 221, 0.08);
  box-shadow: 0 4px 20px rgba(11, 45, 107, 0.04);
}

.about-one__mission-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.about-one__mission-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #dbe9fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b4d9c;
  font-size: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.about-one__mission-item:hover .about-one__mission-icon {
  transform: scale(1.06);
  background: #cee1fa;
}

.about-one__mission-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.about-one__mission-count {
  font-family: var(--Freshflow-font-two, 'Bricolage Grotesque', sans-serif);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  color: #0d63dd;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}

.about-one__mission-label {
  font-family: var(--Freshflow-font, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  color: #43546b;
  margin: 2px 0 0 0;
  padding: 0;
  /* white-space: nowrap; */
}

.about-one__mission-divider {
  width: 1px;
  height: 48px;
  background: #d2e1f5;
  flex-shrink: 0;
  margin: 0 4px;
}

.about-one__mission-safety {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  padding-left: 2px;
}

.about-one__safety-tagline {
  font-family: 'Caveat', 'Kaushan Script', cursive;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
  color: #122846;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.about-one__safety-swoosh {
  width: 120px;
  height: auto;
  display: block;
  margin-top: 3px;
  margin-left: 2px;
}

/* Responsive Breakpoints */
@media (max-width: 1299px) {
  .about-one__mission-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
    padding: 22px 24px;
  }
  .about-one__mission-divider {
    display: none;
  }
  .about-one__mission-safety {
    padding-left: 0;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .about-one__mission-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 14px;
    padding: 18px 16px;
    margin-top: 25px;
    border-radius: 16px;
  }
  .about-one__mission-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 18px;
  }
  .about-one__mission-count {
    font-size: 20px;
  }
  .about-one__mission-label {
    font-size: 12px;
    white-space: normal;
  }
  .about-one__safety-tagline {
    font-size: 22px;
  }
  .about-one__safety-swoosh {
    width: 100px;
  }
}

@media (max-width: 479px) {
  .about-one__mission-box {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 16px;
  }
  .about-one__mission-label {
    white-space: nowrap;
  }
  .about-one__mission-safety {
    border-top: 1px solid #e1ecf8;
    padding-top: 10px;
    width: 100%;
  }
}

.about-test-img img {
    max-width: 100%;
    height: 551px;
    display: block;
}

@media (max-width: 768px) {
    .about-test-img img {
        max-width: 100%;
        height: auto;
    }
}

.uen {
  margin-top: 25px;
}
.uen p {
  color: white !important;
  font-weight: 500px;
}