/********** Main Styles **********/
:root {
    /*--primary: #1363C6;
    --secondary: #15ACE1;
    --secondary: #e31e25;
    */
    
    /* Main Branding */
    --primary: #0bacf2;
    --secondary: #e35d6a;
    
    /* Supporting Brand Colors */
    --primary-light: #a0d2f2;
    --secondary-light: #f9c9cc;

    --light: #F4F7FE;
    --dark: #14183E;
    --bs-secondary-rgb: 179, 215, 255;
    --inverse-color-rgb: 73, 75, 91;

    --default-color: #555555;

    --info-item-bg: #212529;

}

body {
    color: #1A1C21;
     font-size: 1.02rem;
     font-family: "Inter", sans-serif;
     font-optical-sizing: auto;
}

.tooltip{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.popover{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.sticky-top.bg-white .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #e35d6a !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-top: -75px;
    background: url(../img/home-slider-image01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.common-header {
    margin-top: -75px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 100%), url(../img/common-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 9.5rem 0 5.5rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .common-header {
        padding: 7rem 0 4rem;
    }
}

.hero-header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.hero-header .container {
    position: relative;
    z-index: 2;
}

.common-header .container {
    position: relative;
    z-index: 2;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.common-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.common-header .breadcrumb {
    letter-spacing: 0.05em;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

/*.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}*/


/*** Service ***/
.service-details ul {
  list-style: none;
  padding: 0;
}

.service-details .help-box {
  background-color: var(--primary);
  color: var(--bs-white);
  /*margin-top: 30px;*/
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 60px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--bs-white);
}
/*.service-item {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--primary);
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-icon {
    background: #FFFFFF;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: var(--primary);
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}*/

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  position: relative;
  padding-top: 40px;
}

.services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--secondary);
  border-right: 5px solid var(--background-color);
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
}

.services .service-item .icon i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: color-mix(in srgb, var(--secondary), transparent 70%);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

/*.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}*/

.services .service-item .title a {
  color: var(--heading-color);
}

.services .service-item .title a:hover {
  color: var(--secondary);
}

/*.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}*/


/*** Feature ***/
.feature {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}


/*** Newsletter ***/
.newsletter {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Case Study ***/
.case-item img {
    transition: .5s;
}
  
.case-item:hover img {
    transform: scale(1.2);
}
  
.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: var(--light);
    border-radius: 2px;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Testimonial ***/
/*.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px);
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 40px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}*/

/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

/*.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}*/

/*.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}*/

/* Force equal height cards in owl-carousel */
.testimonial-carousel .owl-stage {
    display: flex;
}
.testimonial-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

/* Targeting the stars specifically */
.testimonial-item .fa-star, 
.testimonial-item .fa-star-half-alt {
    color: #FFB400 !important; /* Premium Golden Yellow */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Gives stars a tiny bit of depth */
}

.testimonial-item img {
    /*width: 100px !important;
    height: 100px !important;*/
    width: 3rem !important;
    height: 3rem !important;;
    /*border-radius: 100px;*/
    border-radius: 9999px;
    object-fit: cover;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    transition: .5s;
    border: 1px solid transparent;
    transition: .5s;
}

.team-item:hover {

    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,.5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

/*.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}*/

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: rgba(255,255,255,.5);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}*/

/*.box-shadow-rb {
    -webkit-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;
    -webkit-box-shadow:10px 10px #71A894;box-shadow:10px 10px #71A894
}
.box-shadow-rb:hover,.box-shadow-rb:focus{
    -webkit-transform:translate3d(-5px, -5px, 0);
    transform:translate3d(-5px, -5px, 0);
    -webkit-box-shadow:20px 20px #71A894;
    box-shadow:20px 20px #71A894
}*/

.shadow-grounded {
    /* X: 8px (Right), Y: 8px (Bottom), Blur: 16px 
    box-shadow: 10px 10px 25px rgba(18, 159, 235, 0.15) !important;
    box-shadow: 12px 12px 20px rgba(18, 23, 30, 0.18) !important;*/
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 92%);
    transition: all 0.4s ease;
    background: transparent;
}

.shadow-grounded:hover {
    /* X: 8px (Right), Y: 8px (Bottom), Blur: 16px 
    box-shadow: 10px 10px 25px rgba(18, 159, 235, 0.15) !important;
    box-shadow: 20px 20px 40px rgba(18, 23, 30, 0.22) !important;
    transform: translateY(-5px);*/
    transform: translateY(-10px);
    box-shadow: 0 15px 30px color-mix(in srgb, var(--primary), transparent 85%);
}

.shadow-grounded img {
    display: block; /* Removes the bottom whitespace gap */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the container */
    transform: scale(1.02); /* Forces the image to slightly overlap the 'leaky' edges */
}

.bg-brand-light {
    background-color: #f0f7ff; /* Very faint version of your blue */
    /* Or use your logo light color at low opacity */
    background-color: rgba(160, 210, 242, 0.2); 
}

.about-text-info {
    backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.9); /* Increased opacity for legibility */
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.5);
    padding: 1.25rem;
    
    /* The Magic Touch: Smoky Shadow */
    box-shadow: 15px 15px 35px rgba(18, 23, 30, 0.12) !important;
}

/* Desktop padding (Large) */
@media (min-width: 768px) {
    .about-text-info {
        padding: 35px;
    }
}

.about-text-icon {
    background: var(--secondary); /* #0bacf2 */
    color: white;
    border-radius: 100%;
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    /* Add a subtle shadow to the icon itself */
    box-shadow: 0 4px 10px rgba(11, 172, 242, 0.3);
    display: inline-block;
}

.about-text-info h3 {
    color: #12171e; /* Deep smoky black for the heading */
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

.about-text-info p {
    color: #494B5B; /* Your chosen body color */
}

/*.about-text-info {
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.3);
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
    padding: 35px;
}

.about-text-icon {
    background: var(--primary);
    border-radius: 100%;
    font-size: var(--h3-font-size);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}*/

.services__v3 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.services__v3 .icon {
  display: inline-block;
  position: relative;
  color: var(--bs-primary) !important;
}

.services__v3 .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 0px;
  border-radius: 50%;
  background-color: rgba(var(--bs-secondary-rgb), 1);
}

.services__v3 .icon svg {
  width: 50px;
}
.services__v3 .service-card {
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  border: 1px solid rgba(var(--inverse-color-rgb), 0.2);
}

.special-link .icons i {
  font-size: 25px;
  position: relative;
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.special-link .icons i.icon-1 {
  color: var(--secondary);
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link .icons i.icon-2 {
  color: var(--secondary);
  opacity: 0;
  visibility: hidden;
  top: 80%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-1 {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.special-link:hover .icons .icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

footer .footer-logo img {
    max-height: 90px;
}

.border-color-transparent-white-light {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-solid-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #0092ff;
    border-radius: 30px;
    background-color: #0092ff;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-sm:hover {
    background-color: transparent;
    color: #0092ff; /* needs to stay here because of the color property of a tag */
    text-decoration: none;
}
@media (min-width: 992px) {
    .navbar .nav-item .btn-solid-sm {
        margin-top: 0;
        margin-left: 1rem;
    }
}

/* Customizing the Secondary Red (#e31e25) */
.btn-secondary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

/* Darker variation for hover */
.btn-secondary:hover {
    background-color: #e04958 !important; 
    border-color: #e7727d !important;
    box-shadow: 0 8px 15px rgba(227, 30, 37, 0.2); 
    transform: translateY(-2px); 
}

/* Active/Focus states */
.btn-secondary:active, .btn-secondary:focus {
    background-color: #8e1216 !important;
    box-shadow: 0 0 0 0.25rem rgba(227, 30, 37, 0.4) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.howitworks__v1 .subtitle {
  background-color: rgba(var(--bs-secondary-rgb), 0.2);
  color: var(--bs-primary);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.howitworks__v1 .step-card {
  position: relative;
}
.howitworks__v1 .step-card .step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  color: var(--bs-white);
  background-color: var(--bs-primary);
  font-size: 18px;
}
.howitworks__v1 .arch-line {
  position: absolute;
  top: 15px;
  width: 150px;
  right: 0;
  left: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .howitworks__v1 .arch-line {
    display: none;
  }
}
.howitworks__v1 .arch-line.reverse {
  top: 20px;
}

/*--------------------------------------------------------------*/
.contact .info-item {
  background: color-mix(in srgb, var(--info-item-bg), transparent 96%);
  padding: 30px;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: var(--primary);
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.border-secondary-light {
    border-color: var(--secondary-light) !important;
}

.shadow-md {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

    .h2-wrapper {
        margin-bottom: 1.5rem;
        line-height: 1.6; /* Balanced space for the underline */
    }

    .h2-custom {
        /* Standard Bootstrap weight */
        font-weight: 800;
        /* Must be inline to wrap the background per line */
        display: inline; 
        
        /* Deep Blue Color (Solid for better multi-line compatibility) */
        color: #14183E;

        /* The Multi-Line Underline */
        /* Subtle Red Gradient: Starts soft, fades out */
        background-image: linear-gradient(90deg, rgba(227, 30, 37, 0.6) 0%, transparent 100%);
        background-repeat: no-repeat;
        
        /* 100% width of each line, 2px thickness for subtlety */
        background-size: 100% 2px; 
        
        /* Adjust percentage (e.g., 90% or 100%) to sit perfectly under the text */
        background-position: 0 100%; 
        
        /* Ensures the underline doesn't "cut" the letters */
        padding-bottom: 4px;
        
        /* Modern fix for background wrapping */
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

        /* THE PLATE */
    .h2-plate {
        /* Fades from your light red to transparent */
        background: linear-gradient(90deg, rgba(227, 30, 37, 0.05) 0%, transparent 100%);
        display: inline-block;
        border-radius: 4px 0 0 4px;
        max-width: 100%;
        /* REMOVED hard-coded padding to allow Bootstrap utilities */
    }

    /* THE TITLE */
    .h2-title {
        margin: 0;
        line-height: 1.4;
        /* Tonal Deep Blue Gradient for High Readability */
        background: linear-gradient(90deg, #14183E 0%, #080a1d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    /* THE UNDERLINE */
    .h2-title span {
        display: inline;
        background-image: linear-gradient(90deg, rgba(227, 30, 37, 0.6) 0%, transparent 100%);
        background-repeat: no-repeat;
        background-size: 100% 2px;
        background-position: 0 100%;
        /* Internal 'air' for the underline, keeping it separate from p- utilities */
        padding-bottom: 4px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }



    .benefit-card {
        background: var(--light);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 1px solid rgba(11, 172, 242, 0.1) !important;
    }

    /* The "Opening Cover" Effect */
    .benefit-card::before {
        content: "";
        position: absolute;
        top: -100%; 
        left: 0;
        width: 100%;
        height: 100%;
        /* Using a very subtle tint of your primary blue */
        background: linear-gradient(180deg, rgba(11, 172, 242, 0.05) 0%, transparent 100%);
        transition: all 0.4s ease;
        z-index: -1;
    }

    .benefit-card:hover {
        transform: translateY(-5px);
        border-color: var(--primary) !important;
        box-shadow: 0 15px 30px rgba(11, 172, 242, 0.1) !important;
    }

    /* Slide the 'cover' down on hover */
    .benefit-card:hover::before {
        top: 0;
    }

    /* Icon pop effect */
    .benefit-card:hover i {
        transform: scale(1.1);
        transition: transform 0.3s ease;
    }

/*** Flip Cards — CTA Box Replacement ***/
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 100%;
    min-height: 280px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.flip-card-front {
    background-color: #f8f9fa;
    color: #14183E;
}

.flip-card-back {
    background-color: #14183E;
    color: #fff;
    transform: rotateY(180deg);
}

.flip-card-back .btn {
    margin-top: 12px;
}

.flip-card-front i {
    font-size: 2.5rem;
    color: #e31e25;
    margin-bottom: 12px;
}

.flip-card-front h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.flip-card-front small {
    color: #666;
}

.flip-card-back p {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

/*** Static CTA Cards — Benefit Box Replacement ***/
.cta-card {
    background: linear-gradient(145deg, #f4f6f9 0%, #e8ecf1 100%);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(20, 24, 62, 0.08);
    border: 1px solid #9ca3af;
    border-top: 4px solid #e31e25;
    height: 100%;
    min-height: 280px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(227, 30, 37, 0.04) 0%, rgba(20, 24, 62, 0.04) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(20, 24, 62, 0.14);
}

.cta-card:hover::before {
    opacity: 1;
}

.cta-card-body {
    padding: 30px 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-card-body i {
    font-size: 2.8rem;
    color: #e31e25;
    margin-bottom: 16px;
    display: inline-block;
}

.cta-card-body h5 {
    color: #14183E;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.15rem;
}

.cta-card-body p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-card-body .btn {
    border-radius: 50px;
    padding: 8px 28px;
    font-weight: 500;
    font-size: 0.9rem;
}

/* Workflow Section (about.php) */
.workflow-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    align-items: stretch;
}

.workflow-step {
    flex: 1 1 0;
    flex-basis: calc(20% - (1.5rem * 4 / 5));
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.workflow-card {
    background-color: var(--light);
    border: 1px solid rgba(11, 172, 242, 0.05);
    height: 100%;
    position: relative;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.step-stopper {
    width: 54px;
    height: 54px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    box-shadow: 0 0 15px rgba(11, 172, 242, 0.4);
    transition: all 0.4s ease;
}

.workflow-step:hover {
    transform: translateY(-12px);
}

.workflow-step:hover .workflow-card {
    background-color: #ffffff;
    border-color: var(--primary);
    box-shadow: 0 25px 50px -12px rgba(20, 24, 62, 0.15) !important;
}

.workflow-step:hover .step-stopper {
    background-color: var(--secondary);
    box-shadow: 0 0 25px rgba(227, 30, 37, 0.6);
    transform: scale(1.1);
}

@media (max-width: 1199px) {
    .workflow-container { flex-wrap: wrap; }
    .workflow-step { flex: 1 1 calc(33.33% - 1.5rem); }
}
@media (max-width: 767px) {
    .workflow-step { flex: 1 1 calc(50% - 1.5rem); }
}
@media (max-width: 480px) {
    .workflow-step { flex: 1 1 100%; }
}

/* WhatsApp Floating Tab */
.wa-vertical-tab {
    position: fixed;
    right: 0;
    bottom: 120px;
    height: 55px;
    width: 55px;
    background-color: #111111;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: -2px 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-decoration: none;
    overflow: hidden;
    border: none;
    border-radius: 28px;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.wa-tab-icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wa-tab-icon-box i {
    font-size: 28px;
    color: #fff;
}
.wa-tab-text {
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(15px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    padding-right: 20px;
}
.wa-vertical-tab:hover,
.wa-vertical-tab:active,
.wa-vertical-tab:focus {
    width: 210px;
}
.wa-vertical-tab:hover .wa-tab-text,
.wa-vertical-tab:active .wa-tab-text,
.wa-vertical-tab:focus .wa-tab-text {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.05s;
}

