@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Helvetica";
    src: url("/assets/fonts/helvetica-rounded-bold-oblique.ttf") format("truetype");
}

* {
    font-family: "Raleway", sans-serif;
}

.text-titlecase {
    text-transform: capitalize;
}

/* Navbar */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    padding: 12px 20px;
    background: #fff;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.navbar>.aside-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-left {
    display: flex;

    align-items: center;

    gap: 15px;
}

.logo img {
    height: 32px;
}

.menu-btn {
    display: none;

    background: none;

    border: none;

    font-size: 22px;

    cursor: pointer;

    color: #444;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
}

.nav-links li {
    cursor: pointer;

    position: relative;

    transition: color 0.3s;

    font-size: clamp(15px, 2vw, 17px);
}

.nav-links li:hover {
    color: #2c99a4;
}

/* Dropdown */

.dropdown-toggle {
    display: flex;

    align-items: center;

    gap: 5px;

    cursor: pointer;
}

.dropdown-menu {
    display: none;

    position: absolute;

    top: 100%;

    left: 0;

    margin-top: 8px;

    background: #fff;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    border-radius: 6px;

    width: 180px;

    list-style: none;

    padding: 8px 0;
}

.dropdown-menu li {
    padding: 8px 15px;

    cursor: pointer;
}

.dropdown-menu li:hover {
    background: #f0f0f0;
}

/* Right icons */

.nav-right {
    display: flex;

    align-items: center;

    gap: 20px;

    color: #555;

    font-size: 16px;
}

.nav-right .iconify {
    font-size: clamp(20px, 2vw, 25px);
}

.phone-link {
    /* display: none; */

    align-items: center;

    gap: 6px;

    color: #555;

    text-decoration: none;
}

.phone-link:hover {
    color: #0992e9;
}

/* Sidebar */

.mobile-sidebar {
    position: fixed;

    top: 0;

    left: 0;

    width: 260px;

    height: 100%;

    background: #fff;

    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);

    transform: translateX(-100%);

    transition: transform 0.3s ease;

    z-index: 100;
}

.sidebar-header {
    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 12px 16px;

    border-bottom: 1px solid #eee;
}

.sidebar-header img {
    height: 32px;
}

.close-btn {
    background: none;

    border: none;

    font-size: 22px;

    cursor: pointer;

    color: #444;
}

.sidebar-links {
    list-style: none;

    padding: 15px;
}

.sidebar-links li {
    padding: 8px 0;

    cursor: pointer;
}

.sidebar-links .dropdown-menu {
    display: none;

    position: static;

    box-shadow: none;

    margin-top: 6px;

    padding-left: 15px;
}

.overlay {
    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, 0.5);

    display: none;

    z-index: 90;
}

/* Responsive */

@media (max-width: 1000px) {
    .nav-links {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .phone-link {
        display: none;
    }
}

/* */

/* Sidebar active */

.mobile-sidebar.active {
    transform: translateX(0);
}

/* Dropdown show */

.dropdown-menu.show {
    display: block;
}

/* Rotate chevron */

.rotate {
    transform: rotate(180deg);

    transition: transform 0.3s;
}

/* Navbar */

/* .faq-wrapper .accordion .item {
  padding: 10px;
} */

/* .faq-wrapper .accordion .item.active .text-wrapper {
  margin-right: 10px;
} */

.contact-us-section .paragraph {
    font-size: 13px;
}

.faq-section-card {
    padding: 30px;
}

.plans-section-head .wrapper-first .text {
    font-size: 42px;
}

.all-tech-needs .text-area {
    padding-right: 300px;
}

.get-most .text-area {
    padding-left: 200px;
}

@media only screen and (max-width: 1540px) {
    .all-tech-needs .text-area {
        padding-right: 0px;
    }

    .get-most .text-area {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 560px) {
    .plans-section-head .wrapper-first .text {
        font-size: 36px !important;
    }
}

.service_banner {
    background-color: #1f108e;
    color: #fff;
}

.service_banner .container {
    margin: 0px auto;
}

.service_banner .container .box-styles {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 70px 0px;
}

.service_banner .container .box-styles .first-section,
.service_banner .container .box-styles.second-section {
    width: 50%;
}

.service_banner .container .box-styles .first-section {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.installation-setup {
    margin: 100px 0px;
}

.installation-setup h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.installation-setup h2 {
    font-size: 36px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.installation-setup .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}

.installation-setup .card {
    width: 100%;
    max-width: 400px;
}

.installation-setup .card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.installation-setup .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.installation-setup .card img {
    width: 50px;
    margin-bottom: 15px;
}

.installation-setup .card p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.service_banner_completed {
    background-color: #c6c2e2;
}

.service_banner_completed .container {
    padding: 30px 0px;
}

.service_banner_completed .container h5 {
    font-size: 50px;
    font-weight: 200;
    text-align: center;
}

.service_banner_completed .container p {
    font-size: 16px;
    font-weight: 200;
    text-align: center;
}

.service_soon {
    padding: 50px 0px;
}

.service_soon .container .box-styles .first-section,
.service_soon .container .box-styles.second-section {
    width: 50%;
}

.service_soon .container .box-styles {
    display: flex;
    align-items: center;
    gap: 50px;
}

.service_soon .container .box-styles .first-section h5 {
    font-size: 36px;
    font-weight: 400;
}

.service_soon .container .box-styles .first-section p {
    margin: 30px 0px;
}

.about-us-banner {
    background-image: url("../gifs/squares.gif");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: clamp(12px, 3vw, 20px);
    padding-right: clamp(12px, 3vw, 20px);
    display: flex;
    flex-direction: column;
    gap: 10vh;
    padding-top: 65px;
    padding-bottom: 65px;
}

.about-us-banner .container .all-text {
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 80px 0px; */
}

.about-us-banner .container .all-text h1 {
    /* font-size: 85px; */
    /* line-height: 83.64px; */
    /* font-weight: 700; */
    /* color: #582362; */
    /* text-align: center; */
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /* margin-bottom: 8px; */
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: translateY(20px);
        /* neeche se aayega */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-us-banner .container .all-text p {
    /* font-size: 38px; */
    /* line-height: 50.54px; */
    /* font-weight: 300; */
    /* color: #4A4A4A; */
    text-align: center;
    opacity: 0;
    /* pehle hidden */
    animation: fadeInAnimation 1s ease forwards;
    /* margin-bottom: 0; */
}

/* Har p tag ko different delay */
.about-us-banner .container .all-text p:nth-of-type(1) {
    animation-delay: 0.5s;
}

.about-us-banner .container .all-text p:nth-of-type(2) {
    animation-delay: 1.5s;
}

.about-us-banner .container .all-text p:nth-of-type(3) {
    animation-delay: 2.5s;
}

.empower-section {
    text-align: center;
}

.empower-section .containers {
    max-width: 700px;
    margin: 0 auto;
}

.empower-section h2 {
    /* font-size: 28px; */
    /* font-weight: 500; */
    color: #333;
    /* line-height: 1.4; */
}

.empower-section h2 .highlight {
    /* font-weight: 700; */
    color: #5b2c82;
}

.empower-section .sub-text {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #0aa6a6;
}

.empower-section .container .features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}

.empower-section .container .features .feature {
    padding-top: 30px;
}

.empower-section .container .features .feature img {
    margin: auto;
    max-width: clamp(25px, 4vw, 35px);
}

.empower-section .container .features .feature p {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #4a4a4a;
}

.brand-agencies .container {
    padding: 0 200px;
}

.brand-agencies .container p {
    font-size: 23px;
    font-weight: 300;
    line-height: 32.2px;
    text-align: center;
    color: #3f3f40;
    margin-top: 120px;
    margin-bottom: 50px;
}

.brand-slider img {
    max-width: 150px;
    margin: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #11a8ef;
    font-size: 30px;
    padding: 0 30px;
}

.hero_section {
    background: linear-gradient(91.44deg, #582362 0%, #2c99a4 100%);
    padding: 40px 0 55px;
    margin: 50px 0px;
}

.hero_section .container p {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.line-break {
    display: inline;
}

.about-testi {
    padding-top: 50px;
}

.about-testi .para {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: center;
    color: #582362;
}

.about-testi .container {
    background-image: url("https://www.prodege.com/wp-content/uploads/2024/06/Map.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-testi .container .slider-testi .crd-sec .card {
    background-color: #fff;
}

.get-in-touch {
    position: relative;
    padding: 60px 0 72px;
    overflow: hidden;
    background: #582362d9;
    margin-top: 90px;
}

.get-in-touch .hero-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.get-in-touch .hero-background img {
    width: 130%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 70%;
}

.get-in-touch .container .txt-area h5 {
    font-size: 38px;
    font-weight: 300;
    line-height: 50.54px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 8px;
}

.get-in-touch .container .txt-area p {
    font-size: 23px;
    font-weight: 700;
    line-height: 30.59px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.get-in-touch .container .both-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get-in-touch .container .both-area .btn-sec .btn-wrapper1 .btn-primary {
    padding: 30px 50px;
}

@media only screen and (max-width: 1150px) {
    .installation-setup .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
    }

    .service_soon .container .box-styles .first-section {
        width: 70%;
    }

    .service_soon .container .box-styles.second-section {
        width: 30%;
    }

    .empower-section .container .features {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .brand-agencies .container {
        padding: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .service_banner .container .box-styles {
        display: block;
        align-items: center;
        gap: 20px;
    }

    .service_banner .container .box-styles .first-section,
    .service_banner .container .box-styles.second-section {
        width: 100%;
    }

    .service_soon .container .box-styles {
        display: block;
        align-items: center;
        gap: 50px;
    }

    .service_soon .container .box-styles .first-section,
    .service_soon .container .box-styles.second-section {
        width: 100%;
    }

    .line-break {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .installation-setup .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        justify-items: center;
    }

    .empower-section .container .features {
        display: block;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .get-in-touch .container .both-area {
        display: block;
        align-items: center;
        justify-content: space-between;
    }

    .about-us-banner .container .all-text p {
        /* font-size: 28px; */
        /* line-height: 40.54px; */
    }
}

@media only screen and (max-width: 450px) {
    .about-us-banner .container .all-text p {
        /* font-size: 22px; */
        /* line-height: 34.54px; */
    }

    .hero_section .container p {
        font-size: 28px;
        line-height: 33.54px;
    }
}

@media only screen and (max-width: 350px) {
    .about-us-banner .container .all-text p {
        /* font-size: 19px; */
        /* line-height: 28.54px; */
    }

    /* .about-us-banner .container .all-text h1 {
    font-size: 74px;
    line-height: 78.64px;
  } */
}

/*  */

.about-section {
    width: 100%;
    color: #333;
    padding-top: 100px;
}

/* Background image block */
.about-section .about-bg {
    width: 100%;
    height: 300px;
    /* adjust height */
    background: url("https://dummyimage.com/1920x600/000/fff") center/cover no-repeat;
}

/* Features start just below the image */
.about-section .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
    background: #582362;
    padding: 60px 20px;
}

.about-section .feature {
    color: #fff;
    padding: 20px;
}

.about-section .feature .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section .feature .icon i {
    font-size: 30px;
    color: #4e73df;
}

/* Vision & Mission */
.about-section .vision-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 80px 20px;
    max-width: 1100px;
    margin: auto;
}

.about-section .vision-mission .box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.about-section .vision-mission .box h2 span {
    color: #555;
}

.about-section .vision-mission .box .underline {
    width: 40px;
    height: 4px;
    background: #4e73df;
    margin: 15px 0;
}

.about-section .vision-mission .box p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.footer-bg {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(88 35 98 / var(--tw-bg-opacity, 1));
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* Responsive */
@media (max-width: 768px) {
    .about-section .vision-mission {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-section .vision-mission .box .underline {
        margin: 15px auto;
    }
}

/*  */

.our-plans-section .plan-card .plan-card__features .plan-card__features-list {
    margin-top: 17px;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.our-plans-section .plan-card .plan-card__features .plan-card__features-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.9;
    margin: 12px 0px;
}


.our-plans-section .plan-card .plan-card__features .plan-card__features-list li::after {
    position: absolute;
    left: -0.75rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
    /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 14.5s1.5 0 3.5 3.5c0 0 5.559-9.167 10.5-11'/></svg>"); */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><circle cx='12' cy='12' r='11' fill='none' stroke='%23000' stroke-width='1.5'/><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 12l3 3 5-6'/></svg>");
}

.our-plans-section .plan-card .plan-card__features .plan-card__features-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.95rem;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.5;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth transition for non-hover state */
}

.our-plans-section .plan-card:hover .plan-card__features .plan-card__features-list li {
    animation: feature-hover-animation 0.5s ease forwards;
    /* Apply animation on hover */
}

.our-plans-section .plan-card:hover .plan-card__features .plan-card__features-list li::after {
    /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><circle cx='12' cy='12' r='11' fill='none' stroke='%23000' stroke-width='1.5'/><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 12l3 3 5-6'/></svg>"); */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'><circle cx='12' cy='12' r='11' fill='%237a3e87' stroke='%237a3e87' stroke-width='1.5'/><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12l3 3 5-6'/></svg>");
}


.our-plans-section .plan-card .plan-card__features p {
    text-align: center;
    font-family: EB Garamond, serif;
    font-size: clamp(16px, 5vw, 18px);
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    margin: 10px 0px;
}


.free-plan-list {
    width: 100%;
}

.free-plan-list ul {
    left: 22px;
    position: relative;
}

.single-free-plan {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    max-width: 550px !important;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}



.trustpilot-review-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: linear-gradient(135deg, #2c4ea7 0%, #04da8d 100%);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 182, 122, 0.2);
    position: relative;
    overflow: hidden;
}

.trustpilot-review-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.trustpilot-review-btn:hover::before {
    left: 100%;
}

.trustpilot-review-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 182, 122, 0.35);
    background: linear-gradient(135deg, #2c4ea7 0%, #04da8d 100%);
}

.trustpilot-review-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 182, 122, 0.3);
}

.trustpilot-content {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.trustpilot-logo {
    height: 18px;
    width: auto;
    display: block;
    filter: brightness(1);
    transition: filter 0.3s ease;
}

.trustpilot-review-btn:hover .trustpilot-logo {
    filter: brightness(1.1);
}

.trustpilot-review-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .trustpilot-review-btn {
        padding: 8px 14px;
    }

    .trustpilot-logo {
        height: 16px;
    }

    .trustpilot-review-text {
        font-size: 13px;
    }
}

.top-nav-section {
    padding-bottom: 10px;
}

.navbar.nv {
    padding-top: 10px;
}

.top-nav-section {
    position: relative;
}

.top-nav-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #55295842;
    transform: translateX(-50%);
}

.btn-help-desktop {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.custom-dropdown .dropdown-btn span,
.custom-dropdown li {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.trustpilot-review-btn .iconify {
    font-size: 0.975rem;
    color: #ffff;
}

.join-com-btn {
    font-size: 16px !important;
}

.custom-dropdown .dropdown-btn,
.custom-dropdown.open .dropdown-list {
    border: none !important;
}

.custom-dropdown .dropdown-btn {
    min-width: 5rem !important;
}

.custom-dropdown.open .dropdown-list {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.nav-links li:hover a.appointment-schedule {
    color: #ffff;
    background-color: #2c99a4;
    border-color: #2c99a4;

}

.nav-links li a.appointment-schedule {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border: 1px solid #562a58;
    border-radius: 6px;
    background-color: #562a58;
    transition: background-color 0.2s ease;
}

.nav-links li a.appointment-schedule {
    color: #ffff;
}

.nav-links li,
.appointment-schedule {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.nav-links li:not(.no-underline)::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #2c99a4;
    border-radius: 999px;
    transition: width 0.3s ease;
}

.nav-links li:not(.no-underline):hover::after {
    width: 100%;
}


.appointment-schedule {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    transition: background-color 0.2s ease;
}

.btn-help-desktop span,
.appointment-schedule span {
    text-wrap: nowrap;
}

.footer__legal {
    flex-wrap: wrap;
}

.top-nav-section.nav-sec-right {
    display: none;
}

@media (min-width: 750px) {
    .top-nav-section.nav-sec-right {
        display: flex;
        width: 100%;
        padding-top: 0;
    }
}

@media (min-width: 1000px) {
    .top-nav-section.nav-sec-right {
        display: none;
    }
}


.pkg-detail ul {
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
}

.pkg-detail p {
    font-size: 0.95rem !important;
    color: black !important;
    transform: none !important;
    margin-bottom: 1rem !important;
}

.pkg-detail p:after {
    content: none !important;
}

.pkg-detail ul li,
.pkg-detail ol li {
    position: relative;
    display: flex;
    --tw-translate-x: 0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: flex-start;
    text-align: start;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.6;
}


.pkg-detail ul li:after,
.pkg-detail ol li:after {
    position: absolute;
    left: -0.75rem;
    display: inline-block;
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 0.6;
    --tw-content: '';
    content: var(--tw-content);
}


.hero--home .hero__slide .hero__content .hero__subtitle {
    font-family: Raleway, sans-serif !important;
    font-weight: 400;
}

.hero__title {
    font-family: Raleway, sans-serif !important;
    font-weight: bold;
}

.hero__description {
    font-family: Raleway, sans-serif !important;
    font-weight: 500;
}

.hero--home .hero__slide .hero__content .hero__title .hero__highlight {
    font-family: Raleway, sans-serif !important;
    font-weight: 500;
}


.hero-gradient-custom {
    /*background-image:*/
    /*    linear-gradient(135deg, rgba(86, 42, 88, 0.75) 0%, rgba(125, 58, 128, 0.75) 50%, rgba(24, 149, 154, 0.75) 100%),*/
    /*    url('https://calllouder.com/assets/images/computer-support.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.sidebar-item-custom {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sidebar-item-custom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, #18959a 0%, #20b5bb 100%);
    transition: width 0.3s ease;
}

.sidebar-item-custom:hover {
    background: linear-gradient(90deg, rgba(24, 149, 154, 0.05) 0%, rgba(32, 181, 187, 0.05) 100%);
    transform: translateX(4px);
}

.sidebar-item-custom.active {
    background: linear-gradient(135deg, #562a58 0%, #7d3a80 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(86, 42, 88, 0.3);
}

.sidebar-item-custom.active::before {
    width: 5px;
}

.service-card-custom {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 5px solid #562a58;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* border-radius: 10px; */
    cursor: pointer;
    padding: 30px 50px;
}

.service-card-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(86, 42, 88, 0.05) 0%, rgba(24, 149, 154, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card-custom:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(86, 42, 88, 0.2);
    border-color: #18959a;
}

.service-card-custom:hover::before {
    opacity: 1;
}

.service-card-custom .icon-box {
    background: linear-gradient(135deg, #18959a 0%, #20b5bb 100%);
    transition: all 0.4s ease;
}

.service-card-custom:hover .icon-box {
    /* transform: rotate(360deg) scale(1.1); */
    background: linear-gradient(135deg, #562a58 0%, #7d3a80 100%);
}




.badge-custom {
    background: linear-gradient(135deg, #18959a 0%, #20b5bb 100%);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

.section-title-custom {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title-custom::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #18959a 0%, transparent 100%);
    border-radius: 2px;
}

.benefit-item-custom {
    transition: all 0.3s ease;
    gap: 20px;
}

.benefit-item-custom:hover {
    transform: translateX(8px);
    background: linear-gradient(90deg, rgba(24, 149, 154, 0.05) 0%, transparent 100%);
}

@media (max-width: 1024px) {
    .sidebar-sticky-custom {
        position: relative !important;
        top: 0 !important;
    }
}


.floating-shape-customs-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.shape-custom {
    position: absolute;
    opacity: 0.03;
}

.shape-custom-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #562a58 0%, #18959a 100%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.shape-custom-2 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #18959a 0%, #562a58 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: 100px;
    left: -50px;
}

.btn.btn-primary.back-button-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 200px !important;
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .cta_section-custom {
        display: none !important;
    }

    .service-card-custom {
        padding: 20px;
    }

    .benefit-item-custom {
        gap: 0px;
    }
}

.side_bar_nav {
    background-color: #5635600d;
}

.sidebar-item-custom.active span {
    color: #fff !important;
}

.sidebar-item-custom.active svg {
    color: #fff !important;
}



* {
  will-change: auto !important;
  backdrop-filter: none !important;
  transition: none !important;
  
  animation-duration: 0s !important;
  transition-duration: 0s !important;
}


.marquee-track {
    animation-duration: 25s !important;
}

.main-ribbon-wrapper .marquee-track {
    animation-duration: 55s !important;
}

.announcement .pdf-content .acknowledgement-wrapper .custom-checkbox {
    transition-property: all !important;
    transition-timing-function !important: 
    cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 500ms !important;
    transition-timing-function: linear !important;
    max-height: 0px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

.announcement.scrolled .pdf-content .acknowledgement-wrapper .custom-checkbox  {
    overflow: visible !important;
    opacity: 1 !important;
}

.custom-feature-category:hover {
    background: #ffffff !important;
    background: linear-gradient(335deg, rgba(255, 255, 255, 1) 0%, rgba(14, 4, 36, 1) 0%, rgba(29, 6, 61, 1) 37%, rgba(90, 13, 93, 1) 100%) !important;
}


.custom-feature-category:hover .custom-category-icon,
.custom-feature-category:hover .custom-category-title,
.custom-feature-category:hover .custom-plan-card__features-list li {
    color: #ffff !important;
}

.left-mg {
    background-color: #582362;
    color: #fff;
    display: flex;
    text-wrap: nowrap;
    justify-content: center;
}

.left-mg.right-mg {
    background-color: #2c99a4 !important;
}

.left-mg .left-mg__item {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.left-mg .iconify {
    font-size: clamp(20px, 4vw, 25px);
}


.left-mg .left-mg__item-1,
.left-mg .left-mg__item-2,
.left-mg .left-mg__item-3,
.left-mg .left-mg__item-4,
.left-mg .left-mg__item-5,
.left-mg .left-mg__item-6,
.left-mg .left-mg__item-7,
.left-mg .left-mg__item-8,
.left-mg .left-mg__item-9 {
    display: none;
}

.left-mg .left-mg__item-10 {
    display: flex;
}

@media only screen and (min-width: 344px) {
    .left-mg .left-mg__item-10 {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    .left-mg .left-mg__item-1 {
        display: flex;
    }
    
    .left-mg .left-mg__item-10 {
        display: none;
    }
}

@media only screen and (min-width: 820px) {
    .left-mg .left-mg__item-1,
    .left-mg .left-mg__item-3 {
        display: flex;
    }
}

@media only screen and (min-width: 853px) {
    .left-mg .left-mg__item-1,
    .left-mg .left-mg__item-2 {
        display: flex;
    }
    
    .left-mg .left-mg__item-3 {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .left-mg .left-mg__item-2,
    .left-mg .left-mg__item-3 {
        display: none;
    }
    
    .left-mg .left-mg__item-10 {
        display: flex;
    }
}

@media only screen and (min-width: 1280px) {
    .left-mg .left-mg__item-1,
    .left-mg .left-mg__item-2,
    .left-mg .left-mg__item-3 {
        display: flex;
    }
    
    .left-mg .left-mg__item-10 {
        display: none;
    }
}

@media only screen and (min-width: 1300px) {
    .left-mg .left-mg__item-1 {
        display: none;
    }
    
    .left-mg .left-mg__item-2,
    .left-mg .left-mg__item-3 {
        display: flex;
    }
}

@media only screen and (min-width: 1455px) {
    .left-mg .left-mg__item-2,
    .left-mg .left-mg__item-3,
    .left-mg .left-mg__item-4 {
        display: flex;
    }
}

@media only screen and (min-width: 1700px) {
    .left-mg .left-mg__item-1,
    .left-mg .left-mg__item-2,
    .left-mg .left-mg__item-3 {
        display: flex;
    }
    
    .left-mg .left-mg__item-4 {
        display: none;
    }
}

@media only screen and (min-width: 1800px) {
    .left-mg .left-mg__item-1,
    .left-mg .left-mg__item-2,
    .left-mg .left-mg__item-3,
    .left-mg .left-mg__item-4 {
        display: flex;
    }
}
