@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

.button-group {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: end;
    padding: 10px 0;
}

.whatsappBtn {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 20px;
}

.whatsappBtn p {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #2869e5;
    position: relative;
    margin-left: -80px;
}

.whatsappBtn p span {
    color: #000000;
    font-weight: 500;
}

.whatsappBtn p img {
    position: absolute;
    right: -25px;
    top: -34px;
    transform: rotate(30deg);
    width: 54px;
}

.btnQuote {
    background: #21c55e;
    border: 1px solid #21c55e;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 12px;
    display: inline-block;
    transition: all ease-in .3s;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.btnQuote svg {
    width: 24px;
    height: 24px;
}

.btnQuote:hover {
    background: #075E54;
    border-color: #075E54;
    color: #ffffff;
}

.btnCall {
    background: #2869E5;
    border: 1px solid #2869E5;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all ease-in .3s;
}

.btnCall svg {
    width: 24px;
    height: 24px;
}

.btnCall:hover {
    background: #1C54BE;
    color: #ffffff;
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .whatsappBtn p {
        font-size: 16px;
        margin-left: -130px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .whatsappBtn p {
        margin: 0;
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        right: 250px;
        width: 100px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .btnCall {
        padding: 12px;
        font-size: 12px;
        text-indent: -999px;
        border: 0px;
        gap: 0;
    }

    .whatsappBtn p {
        font-size: 12px;
        white-space: nowrap;
        position: absolute;
        top: -10px;
        right: 0;
        margin-left: 0px;
    }

    .button-group {
        gap: 5px;
    }

    .whatsappBtn p img {
        display: none;
    }
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(230, 228, 255, 0.86);
    padding-bottom: 25px;
}

.avatars {
    display: flex;
}

.trust-text {
    display: flex;
    flex-direction: column;
}

.trust-number {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.trust-description {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.heroTitle {
    font-size: 55px;
    line-height: 83px;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 300;
    margin-top: 10px;
}

.heroTitle .highlight {
    color: #1965f7;
    font-weight: 600;
}

.price-section {
    margin-bottom: 20px;
}

.price-section .price-label {
    font-size: 20px;
    color: #555555;
    line-height: 36px;
    font-weight: 300;
}

.listType {
    margin-bottom: 0px;
}

.listType li {
    font-size: 18px;
    line-height: 34px;
    color: #666666;
}

.trusted-section {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.61);
    border: 1px solid #E6E4FF;
    border-radius: 8px;
}

.trusted-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 18px;
    padding: 0 20px 18px;
    border-bottom: 1px solid #E6E4FF
}

.trusted-section .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
}

.trusted-section .logos .logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.heroTestiSlider {}

.heroTestiSlider .testimonial-card {
    position: relative;
    height: 100%;
}

.heroTestiSlider .user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.heroTestiSlider .user-img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #e0e7ff;
}

.heroTestiSlider .user-details {
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.heroTestiSlider .user-details .stars {
    font-size: 14px;
    color: #fbb034;
}

.heroTestiSlider .user-details h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.heroTestiSlider .user-details span {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin: 0;
    display: inline-block;
}

.heroTestiSlider .owl-dots {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .heroTitle {
        font-size: 46px;
        line-height: 68px;
    }

    .price-section .price-label {
        font-size: 16px;
        line-height: 26px;
    }

    .listType li {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .heroTitle {
        font-size: 46px;
        line-height: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .trusted-section .logos {
        justify-content: center;
    }

    .price-section .price-label {
        font-size: 16px;
        line-height: 26px;
    }

    .listType li {
        font-size: 15px;
        line-height: 30px;
    }

    .tabletImg,
    .phoneSecurity {
        display: none;
    }

    .mobileNone {
        display: none;
    }

    .price-section {
        margin-bottom: 10px;
    }

    .listType {
        margin: 0 auto;
        width: fit-content;
    }

    .trusted-section {
        margin-top: 20px;
    }
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 350px;
    text-align: center;
    animation: scaleUp 0.3s ease;
}

.popup-box h3 {
    margin-bottom: 10px;
    color: #28a745;
}

.ok-btn {
    margin-top: 15px;
    padding: 8px 20px;
    border: none;
    background: #28a745;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

@keyframes scaleUp {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/**/

.formContainer {
    max-width: 515px;
    width: 100%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 21px 0px rgba(230, 228, 255, 0.53);
    margin-left: auto;
}

.formHeader {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.formHeader .icon-box {
    width: 60px;
    height: 60px;
    background: #F9FAFD;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 13.7px 0px rgba(230, 228, 255, 0.34);
}

.formHeader .icon-box svg {
    width: 28px;
    height: 28px;
}

.formHeaderText h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    margin-bottom: 5px;
}

.formHeaderText p {
    font-size: 14px;
    line-height: 21px;
    color: #8F8F8F;
    margin: 0;
}

.form-group {
    margin-bottom: 15px;
}

.formContainer .wpcf7-form .form-group:nth-child(5) {
    margin-bottom: 30px;
}

.form-group p {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 1.5px solid #8F8F8F;
    border-radius: 22px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: all 0.3s ease;
    outline: none;
    background: #FAFAFA;
}

.input-wrapper input::placeholder {
    color: #8F8F8F;
}

.input-wrapper input:focus {
    border-color: #2869E5;
    box-shadow: none;
}

.input-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.formContainer form.wpcf7-form .submit-btn {
    width: 100%;
    padding: 12px;
    background: #2869E5;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all ease-in .3s;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    text-align: center;
    font-family: "Poppins", Sans-serif;
    margin: 0;
}

.formContainer form.wpcf7-form .submit-btn:hover {
    background: #1C54BE;
    color: #FFFFFF;
    ;
}

.benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.benefit-item:not(:last-child) {
    padding-right: 15px;
    border-right: 1px solid rgba(41, 51, 123, 0.19);
}

.benefit-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.desktopNone {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 3px;
    text-align: center;
    border: 0;
    font-size: 12px;
    border-radius: 30px;
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    font-weight: 400;
    display: block;
    position: absolute;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.formContainer .wpcf7-form .submitButtonDiv {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .formContainer {
        max-width: 100%;
        padding: 20px;
    }

    .mobileShow {
        display: block;
    }

    .heroLeft.mobileShow {
        margin-top: 30px;
    }

    .formHeaderText h1 {
        font-size: 26px;
    }

    .benefits {
        gap: 10px;
    }

    .benefit-item:not(:last-child) {
        padding-right: 0px;
        border: 0px;
    }
}

/*2nd Section*/

.focusWrapper {
    box-shadow: 0px -3px 43.8px 0px #F2F3FF;
    border-radius: 50px 50px 0 0;
}

.cctv-section {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}

.cctv-section .container {
    max-width: 1280px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.left-column {
    width: 100%;
    max-width: 595px;
    display: flex;
    flex-direction: column;
}

.header-block {
    max-width: 597px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 45px;
}

.label-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;

}

.dot {
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
}

.dot::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(41, 51, 123, 0.8);
    border-radius: 50%;
}

.dot::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(41, 51, 123, 0.16);
}

.label-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
}

.main-heading {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
    color: #000;
    margin: 0;
}

.highlight {
    color: #2869E5;
    font-weight: 600;
}

.video-container {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    aspect-ratio: 4/3;
}

.video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
    transition: transform 0.4s ease;
}

.video-container:hover .video-thumb {
    transform: scale(1.03);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 133px;
    height: 133px;
    background: var(--play-btn-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.play-button:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    width: 60px;
    height: 48px;
    fill: #fff;
}

.chososeSlider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.chososeSlider .owl-carousel .itemSliders img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #ffffff;
}

.chososeSlider .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    margin: 5px 5px;
    transition: all 0.3s ease;
}

.chososeSlider .owl-theme .owl-dots .owl-dot.active span {
    background: #3b82f6;
    width: 30px;
}

.right-column {
    max-width: 618px;
    width: 100%;
    min-height: 643px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-column .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 30px;
}

.right-column .feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.right-column .icon-box {
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #111;
    box-shadow: 0px 10px 30px 0px #E6E4FF73;
}

.right-column .feature-item h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
    color: #000000;
}

.right-column .feature-item p {
    font-size: 14px;
    line-height: 22px;
    color: #8F8F8F;
    text-align: justify;
    margin: 0;
}


/**/

/* Modal background */

.video-modal {

    display: none;

    position: fixed;

    inset: 0;

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

    z-index: 999;

    align-items: center;

    justify-content: center;

}

/* Modal content */

.video-modal-content {

    position: relative;

    width: 90%;

    max-width: 800px;

}

.video-modal video {

    width: 100%;

    border-radius: 10px;

}

/* Close button */

.close-btn {

    position: absolute;

    top: -40px;

    right: 0;

    font-size: 35px;

    color: #fff;

    cursor: pointer;

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .left-column {
        width: 100%;
        max-width: 480px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .cctv-section .container {
        gap: 40px;
        align-items: flex-start;
    }

    .right-column {
        min-height: auto;
        max-width: 100%;
    }

    .main-heading {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cctv-section .container {
        display: block;
    }

    .header-block,
    .video-container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .cctv-section .container {
        display: block;
    }

    .right-column {
        max-width: 100%;
        min-height: auto;
    }

    .right-column .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .main-heading {
        font-size: 2.2rem;
    }

    .cctv-section {
        padding: 20px 0px;
    }

    .header-block,
    .right-column .icon-box {
        margin-bottom: 20px;
    }

    .focusWrapper {
        box-shadow: none;
        border-radius: 0;
    }
}

/*3rd Section*/
#cal-15min-visible {
    width: 100%;
    min-height: 650px;
    /* IMPORTANT */
}

@media (max-width: 768px) {
    #cal-15min-visible {
        min-height: 750px;
    }
}

.consultation-section {
    padding: 0px 0px;
    text-align: center;
    position: relative;
}

.consultation-container {
    margin: 0 auto;
}

.consultation-heading {
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.consultation-heading .highlight {
    color: #ffffff;
    font-weight: 600;
}

.consultation-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 23px;
    margin: 0 auto 20px;
}

.calendelyDiv {
    margin-bottom: -340px;
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tabletImg {
    position: absolute;
    bottom: 200px;
    right: 0px;
}

.consultation-container .button-group {
    margin-bottom: 20px;
}

.cta-btn1 {
    display: inline-block;
    background: #ffffff;
    color: #1C54BE;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}

.cta-btn1:hover {
    background: #000000;
    color: #ffffff;
}

.cta-btn2 {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 25px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}

.cta-btn2:hover {
    background: #ffffff;
    color: #1C54BE;
}

@media only screen and (min-width: 1026px) and (max-width: 1199px) {
    .tabletImg {
        position: absolute;
        bottom: 250px;
        right: -20px;
        width: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .consultation-container .button-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .consultation-heading {
        font-size: 36px;
    }

    .consultation-description {
        font-size: 16px;
    }

    .consultation-container .button-group {
        flex-flow: wrap;
        margin-bottom: 30px;
        gap: 15px;
    }

    .cta-btn1 {
        font-size: 14px;
        padding: 10px 25px;
    }

    .cta-btn2 {
        font-size: 14px;
        padding: 10px 25px;
    }

    .consultation-section {
        padding: 0px 0px 50px;
    }

    .consultation-heading {
        font-size: 28px;
    }

    .consultation-description {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .calendelyDiv {
        margin-bottom: 0px;
    }
}

/*4th Section*/
.justify-center {
    justify-content: center;
}

.services-section {
    padding: 100px 0px 80px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-header {
    text-align: center;
    max-width: 800px;
    margin-bottom: 50px;
}

.services-tagline {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.services-tagline::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #888;
    border-radius: 50%;
}

.services-title {
    font-weight: 300;
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.2;
}

.services-title span {
    color: #2563eb;
    font-weight: 600;
}

.services-description {
    font-weight: 300;
    font-size: 24px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

.services-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-width: 100%;
}

.service-card {
    width: 100%;
    max-width: 390px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    background-color: #f0f0f0;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-icon-box {
    width: 80px;
    height: 80px;
    background: white;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 15px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 2;
}

.card-content-box {
    background: white;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.card-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 8px;
    color: #111;
}

.card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.phoneSecurity {
    position: absolute;
    left: -6%;
    top: -32%;
    object-fit: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1480px) {
    .phoneSecurity {
        position: absolute;
        left: 0%;
        top: -260px;
        height: 390px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .phoneSecurity {
        position: absolute;
        left: -6%;
        top: -19%;
        height: 390px !important;
    }
}

@media (max-width: 1024px) {
    .services-title {
        font-size: 40px;
    }

    .services-description {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .phoneSecurity,
    .tabletImg {
        display: none;
    }
}

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

    .services-header {
        margin-bottom: 20px;
    }

    .services-title {
        font-size: 32px;
    }

    .services-description {
        font-size: 18px;
    }

    .service-card {
        max-width: 100%;
    }

    .card-icon-box {
        width: 60px;
        height: 60px;
    }
}

/*5th Section*/

.stats-section {
    padding: 40px 0px;
}

.stats-container {
    max-width: 1280px;
    margin: 0 auto 0 -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.stat-card {
    width: 100%;
    max-width: 340px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    transition: all 0.4s ease;
    position: relative;
    margin-right: -30px;
}

.stat-card:hover {
    transform: translateY(-10px);
    border-color: #3498db;
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.15);
}

.stat-number {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.stat-label {
    font-size: 16px;
    line-height: 24px;
    color: #8F8F8F;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 400;
    min-height: 50px;
}

.stat-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon svg {
    width: 50px;
    height: 50px;
    stroke: #495057;
    stroke-width: 1.5;
    fill: none;
}

/* Animation on scroll */
.stat-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.stat-card:nth-child(1) {
    animation-delay: 0.1s;
}

.stat-card:nth-child(2) {
    animation-delay: 0.2s;
}

.stat-card:nth-child(3) {
    animation-delay: 0.3s;
}

.stat-card:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .stat-card {
        max-width: 280px;
        margin-right: 0;
    }

    .stats-section {
        padding: 50px 0px;
    }

    .stats-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .stats-section {
        padding: 25px 0px 0;
    }

    .stats-container {
        gap: 10px;
        margin: 0;
    }

    .stat-card {
        max-width: 165px;
        height: 165px;
        padding: 25px 20px 15px;
        margin: 0;
    }

    .stat-number {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .stat-label {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .stat-icon {
        width: 40px;
        height: 35px;
    }

    .stat-icon svg {
        width: 40px;
        height: 40px;
    }
}

/*6th Section*/
.container-offer {
    max-width: 1280px;
    width: 100%;
    text-align: center;
    padding-bottom: 120px;
}

.container-offer h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 75px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #000;
}

.highlight-blue {
    color: #2869E5;
    font-weight: 600;
}

.container-offer .subtitle {
    font-size: 24px;
    line-height: 36px;
    color: #8F8F8F;
    max-width: 876px;
    margin: 0 auto 30px auto;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(253, 245, 245, 1) 100%);
    ;
    border: 1px solid #000;
    border-radius: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-image {
    width: 240px;
    height: 240px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 0px 30px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
}

.price-label {
    font-size: 22px;
    line-height: 36px;
    color: #8F8F8F;
    font-weight: 500;
    margin-bottom: 20px;
}

.card-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 50px;
    color: #000;
}

.card-subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #000;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #2869E5;
    background: #2869E5;
    color: #ffffff;
    width: fit-content;
    font-weight: 500;
}

@media (max-width: 900px) {

    .card {
        flex-direction: column;
        border-radius: 40px;
        padding: 20px;
        text-align: center;
    }

    .card-image {
        margin-bottom: 20px;
    }

    .card-content {
        padding: 0;
        align-items: center;
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .container-offer h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .container-offer .subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .card-title {
        margin-bottom: 20px;
        text-align: center;
        line-height: 30px;
    }
}

/*7th Section*/
.complianceWrapper>.elementor-element,
.complianceWrapper>.elementor-element>.e-con-inner,
.complianceWrapper>.elementor-element>.e-con-inner>.elementor-element,
.complianceWrapper>.elementor-element>.e-con-inner>.elementor-element>.elementor-widget-container {
    position: static;
}

.compliance-section {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}

.compliance-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.car-image-box {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: -130px;
    left: 0;
}

.car-image-box img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin-left: -20px;
}

.bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.compliance-content {
    flex: 1;
    min-width: 300px;
}

.compliance-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--text-dark);
}

.blue-highlight {
    color: #2869E5;
    font-weight: 700;
    display: block;
}

.compliance-logos {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-5px);
}

.logo-item img {
    width: 90px;
    height: auto;
    max-width: 100%;
}

.logo-item.resizeImg img {
    height: 60px;
    width: auto;
}


@media (min-width: 768px) and (max-width: 992px) {
    .compliance-logos {
        justify-content: flex-start;
        width: 100%;
        gap: 10px;
    }

    .logo-item img {
        width: 80px;
    }

    .compliance-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .compliance-section {
        padding: 0px 0px 20px;
    }

    .car-image-box {
        justify-content: flex-start;
        margin-bottom: 20px;
        top: -90px;
    }

    .car-image-box img {
        margin-left: 0;
        max-width: 350px;
    }

    .bottom-row {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 0px;
    }

    .compliance-content {
        width: 100%;
        min-width: auto;
    }

    .compliance-title {
        font-size: 32px;
    }

    .compliance-logos {
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .compliance-title {
        font-size: 28px;
    }

    .compliance-logos {
        gap: 15px;
    }

    .logo-item img {
        width: 60px;
    }

    .logo-item.resizeImg img {
        height: 50px;
        width: auto;
    }
}

/*8th Section*/
.caroselSliderGrid {
    display: flex;
    flex-flow: wrap;
    align-items: start;
}

.caroselSliderLeft {
    width: 40%;
}

.caroselSliderRight {
    width: 60%;
}

.caroselSliderLeft .section-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 65px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}

.caroselSliderLeft .section-title span {
    color: #2869E5;
    font-weight: 600;
}

.caroselSliderLeft .section-desc {
    color: #8F8F8F;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    max-width: 440px;
}

.caroselSliderLeft .nav-buttons {
    display: flex;
    gap: 20px;
}

.custom-nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.custom-nav-btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
    color: #3b82f6;
}

.caroselSliderRight .testimonial-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    padding: 40px 40px 90px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.16);
    height: 100%;
}

.caroselSliderRight .stars {
    color: #fbb034;
    font-size: 27px;
    margin-bottom: 20px;
}

.caroselSliderRight .card-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: left !important;
}

.caroselSliderRight .contentItem {
    margin-bottom: 30px;
}

.caroselSliderRight .card-text {
    color: #8F8F8F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.caroselSliderRight .contentItem .card-text.expandableText {
    display: block;
}

.caroselSliderRight .contentItem .card-text.expandableText.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.caroselSliderRight .contentItem .readMoreBtn {
    color: #2869E5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: block;
}

.caroselSliderRight .user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.caroselSliderRight .user-img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #e0e7ff;
}

.caroselSliderRight .user-details h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.caroselSliderRight .user-details span {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin: 0;
}

.caroselSliderRight .bg-quote {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 120px;
    color: #f9f9f9;
    line-height: 0;
    font-family: serif;
    z-index: 0;
    pointer-events: none;
}

.caroselSliderRight .owl-dots {
    margin-top: 0px !important;
    text-align: left !important;
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.caroselSliderRight .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    margin: 5px 5px;
    transition: all 0.3s ease;
}

.caroselSliderRight .owl-theme .owl-dots .owl-dot.active span {
    background: #3b82f6;
    width: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .caroselSliderRight .owl-dots {
        display: none;
    }
}

@media (max-width: 991px) {
    .caroselSliderLeft .section-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 0px;
    }

    .caroselSliderLeft .nav-buttons {
        display: none;
    }

    .caroselSliderRight .testimonial-card {
        padding: 20px;
    }

    .caroselSliderRight .owl-dots {
        text-align: center !important;
    }

    .caroselSliderRight .stars {
        font-size: 16px;
    }

    .caroselSliderRight .card-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {

    .caroselSliderLeft,
    .caroselSliderRight {
        width: 100%;
    }

    .caroselSliderRight .owl-dots {
        display: none;
    }

    .caroselSliderLeft .section-desc {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/*9th Section*/
.faq-section {
    padding: 0px 0px 40px;
    display: flex;
    justify-content: center;
}

.faq-container {
    width: 100%;
    max-width: 800px;
}

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 15px;
    font-weight: 500;
}

.radio-icon {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-icon::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #5b6c98;
    border-radius: 50%;
}

.faq-header h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #111;
}

.faq-header h1 span {
    color: #2869E5;
    font-weight: 600;
}

.faq-header .subtitle {
    color: #8F8F8F;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-item {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 25px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
    padding-right: 10px;
}

.icon {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    user-select: none;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    /* opacity: 0; */
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.accordion-content p {
    padding-top: 16px;
    line-height: 22px;
    color: #8F8F8F;
    font-size: 15px;
    font-weight: 400;
}

.accordion-item.active .accordion-content {
    /* max-height: 150px; */
    opacity: 1;
}

.accordion-item .icon::after {
    content: '+';
}

.accordion-item.active .icon::after {
    content: '−';
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .faq-section {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-section {
        padding: 0px;
    }

    .faq-header h1 {
        font-size: 32px;
    }

    .accordion-item {
        padding: 15px;
    }

    .faq-header .subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .accordion-title {
        font-size: 18px;
        line-height: 26px;
    }

    .accordion-content p {
        font-size: 14px;
        margin: 0px;
        padding-top: 10px;
    }

    .faq-header {
        margin-bottom: 20px;
    }
}

/*10th Section*/
.cta-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 0px;
}

.cta-container {
    position: relative;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.cta-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    text-transform: capitalize;
    color: #181818;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
}

.cta-heading span {
    color: #2869E5;
    font-weight: 600;
}

.cta-description {
    font-size: 18px;
    color: #181818;
    max-width: 550px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-btn {
    display: inline-block;
    background: #2869E5;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

.cta-btn:hover {
    background: #1C54BE;
    color: #ffffff;
}

.cta-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    color: #181818;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.cta-contact-row svg {
    width: 30px;
    height: 30px;
}

.cta-image-wrapper {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.cta-car-box {
    left: 0;
    bottom: 60px;
    width: 100%;
    max-width: 575px;
}

.cta-phone-box {
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 350px;
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.12));
}

.cta-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-section .features-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.cta-section .feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #181818;
    font-weight: 400;
}

.cta-section .checkmark {
    width: 16px;
    height: 16px;
    background: #1C54BE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1530px) {}

@media only screen and (min-width: 1340px) {
    .tabletImg {
        position: absolute;
        bottom: 170px;
        right: -20px;
        width: 360px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .cta-car-box {
        bottom: 140px;
        width: 100%;
        max-width: 455px;
    }

    .cta-phone-box {
        width: 100%;
        max-width: 300px;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1199px) {

    .cta-car-box {
        left: 0;
        bottom: 150px;
        width: 100%;
        max-width: 365px;
    }

    .cta-phone-box {
        width: 100%;
        max-width: 300px;
    }

    .cta-container {
        order: 2;
        max-width: 100%;
    }

    .cta-heading {
        font-size: 48px;
        line-height: 58px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .cta-car-box,
    .cta-phone-box {
        display: none;
    }

    .cta-heading {
        font-size: 48px;
        line-height: 58px;
    }

    .left-column {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .cta-section .features-list {
        gap: 25px;
    }

    .cta-section .feature-item {
        font-size: 15px;
    }

    .cta-car-box {
        display: none;
    }

    .cta-section {
        padding-bottom: 0px;
    }

    .cta-car-box,
    .cta-phone-box {
        display: none;
    }

    .cta-heading {
        font-size: 34px;
        line-height: 42px;
    }

    .cta-contact-row svg {
        width: 26px;
        height: 26px;
    }

    .cta-contact-row {
        font-size: 15px;
    }

    .cta-btn {
        padding: 16px 30px;
        width: 100%;
        margin-bottom: 20px;
    }

    .cta-section .features-list {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        margin-top: 20px;
    }

    .cta-section .feature-item {
        font-size: 14px;
    }

    .cta-description {
        margin-bottom: 20px;
    }

    .heroLeft h3,
    .trusted-title,
    .main-heading,
    .caroselSliderLeft,
    .price-section .price-label,
    .copyright {
        text-align: center;
    }

    .label-wrapper,
    .footer-logo {
        justify-content: center;
    }

    .left-column {
        max-width: 100%;
    }

    .chososeSlider {
        margin-bottom: 20px;
    }

    .chososeSlider .owl-carousel .itemSliders img {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
}