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


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

p {
    font-size: 16px;
    color: #bbbbbb;
}

.archivo {
    font-family: "Archivo", serif;
}

.outfit {
    font-family: "Outfit", serif;
}

.inter {
    font-family: "Inter", sans-serif;
}

body {
    background: #000 !important;
    overflow-x: hidden;
}

.slick-track {
    display: flex;
    align-items: center;
}

/* Nav Bar Start */

header {
    position: relative;
}

.custom-navbar .nav_main {
    height: 75px;
    padding: 0 13px;
    border-radius: 50px;
    border: 1px solid #FFFFFF0D;
    background: #FFFFFF0F;
    backdrop-filter: blur(18px);
    margin-top: 20px;
    font-family: "Archivo", serif;
}

.custom-navbar .navbar-brand {
    margin-left: 10px;
}

.custom-navbar .nav-link {
    color: white;
    margin: 0 10px;
    font-weight: 300 !important;
    transition: color 0.3s ease;
    font-size: 18px;
    font-family: "Archivo", serif;
}

.custom-navbar .nav-link:hover {
    color: #fe454e;
}

/* Call Button */
.call-button {
    background-color: transparent;
    padding: 10px 19px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    transition: all 0.3s ease;
    font-size: 15px;
    border: 1.5px solid #FFFFFF4D;
    line-height: 18px;
    font-weight: 500 !important;
    font-family: "Archivo", serif;
    object-fit: contain;
}

.call-button img {
    width: 25px;
    height: 25px;
}

.call-button:hover {
    background-color: #ff4651 !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.call-button:hover img {
    filter: brightness(100);
    transition: all 0.3s ease;
}

.custom-navbar .navbar-brand img {
    height: 40px;
    margin-right: 8px;
}

nav {
    top: 0 !important;
}

.menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 10px 15px;
}

/* Mega Menu Styles */
.mega-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 93%;
    right: 0px;
    background: #FFFFFF0D;
    backdrop-filter: blur(45px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 50px 150px;
    border-radius: 0px;
    width: 100%;
}

.mega-menu::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(10deg, #1b0904 75%, transparent 94%);*/
    background-image: url(https://zmadigital.com/images/brand-layer.png);
    /*background-color: #1a212f;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    border-radius: 0;
    /*opacity: 90%;*/
}

.mega-menu.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.3s ease-in-out;
}

/* .menu-item:hover .mega-menu {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
} */


.menu-item:hover .text-white img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(1856%) hue-rotate(-8deg) brightness(85%) contrast(86%);
}

.mega-card {
    text-decoration: none;

}

.mega-card {
    transition: ease 0.4s;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mega-card .ser-head {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    padding: 20px 30px;
    transition: 0.4s;
    width: 85%;
    border-radius: 10px;
    position: relative;
    max-height: 110px;
    min-height: 110px;
    border: 1px solid transparent;
}

.mega-card .img-divv {
    display: flex;
    width: 70px;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #ff45514f;
    border-radius: 5px;
    position: absolute;
    left: -23px;
}

.mega-card:hover .img-divv {
    background: #ff4551fc;
    transition: all 0.4s ease-in-out;
}

.mega-card:hover .ser-head {
    /*background: linear-gradient(#3b2628 25%, #745c54 95%);*/
    background: #3b0c0b;
    /*border: 1px solid white;*/
    transition: all 0.4s ease-in-out;
}

.mega-card:hover img {
    filter: brightness(100);
    transition: all 0.4s ease-in-out;
}

.mega-card img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.mega-card h4 {
    font-size: 16px;
    margin: 0;
    color: white;
}

.mega-card .last_heading {
    margin-left: 35px;
}

/* Nav Bar End */


/* ==================================== */


/* Banner Start */
.hero .welcome-text {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: #ffffff17;
    /* opacity: 0.1; */
    width: max-content;
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #ffffff2b;
    margin: 0 auto;
}


.hero-title {
    font-size: 70px;
    line-height: 76px;
    font-weight: 800;
    margin-top: 10px;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    margin-bottom: 22px;
}

.hero {
    /* background-image: url('https://resourcepad.io/zma/wp-content/uploads/2025/02/hero.png'); */
    background-image: url('../images/banner-bg.png?v=2') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
    padding: 180px 0 250px;
    background-color: #000;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 25%;
}

.video video {
    height: 100%;
    object-fit: cover;
}

.hero-subtext {
    font-size: 20px;
    margin: 15px 0;
    line-height: 30px;
    color: #FFFFFFCC;
    margin-bottom: 35px;
}

/* Button */
.btn-primary {
    background: #ff4651 !important;
    border: none;
    height: 57px;
    width: 200px;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    margin: 0 auto;
    letter-spacing: 1px;
}

.hero-btn {
    height: 63px !important;
    font-size: 20px !important;
    letter-spacing: 0.2px !important;
    padding: 0px 30px !important;
    border: 1px solid #ff4651 !important;
}

.hero-btn:hover {
    transform: scale(1.06) !important;
    background: transparent !important;
    border: 1px solid white !important;
    transition: all 0.1s ease-in-out !important;
}

/* Banner End */

/* Banner CTA Start */

.brands-section {
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF14;
    backdrop-filter: blur(18.100000381469727px);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    width: 80%;
    margin-top: -98px;
    position: relative;
    top: -60px;
}

.brands-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/brand-layer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.brand-heading {
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    text-align: left;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
}

.brand-heading .highlight {
    color: #ff4b5c;
    font-weight: bold;
}

.brand-subtext {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFCC;
    font-weight: 300;
    text-align: left;
}


/* Banner CTA End */

/* About Start */

.about-section {
    padding: 150px 0 110px;
    /*background-image: url('../images/about-dots.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 0;
}

.about-section .number {
    transition: all 0.4s ease-in-out !important;
}

.about-section .number:hover {
    transform: scale(1.06) !important;
    transition: all 0.4s ease-in-out !important;
}

/*.about-section::before {*/
/*            content: '';*/
/*            position: absolute;*/
/*            left: 0;*/
/*            top: 0;*/
/*            width: 100%;*/
/*            height: 100%;*/
/*            background-image: url(../images/about-shade.png);*/
/*            background-position: left;*/
/*            background-repeat: no-repeat;*/
/*            background-size: cover;*/
/*            z-index: -1;*/
/*        }*/

.about-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/about-shade.png') !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    margin-bottom: 20px;
}


.badge {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background-color: #ffffff17;
    width: max-content;
    border-radius: 50px;
    font-weight: 400;
    padding: 13px 25px;
    border: 1px solid #ffffff2b;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.description {
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 35px;
}


.section-title {
    font-size: 50px !important;
    line-height: 60px !important;
}

p.section-description.aos-init.aos-animate {

    margin: 0px !important;

}

.features li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #FFFFFFCC;
}

.features {
    margin-bottom: 45px;
}

.about-section .btn {
    margin-left: inherit;
}

/* About End */

/* Sales Start */

.sales-section {
    background-image: url(../images/sales-bg.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0;
}

.sales-section .title {
    margin-bottom: 30px;
}

.sales-section .description {
    margin-bottom: 50px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 200;
}

.sales-section .btn {
    margin-left: inherit;
    height: 50px;
    width: 180px;
}

/* Sales End */

/* Counter Start */

/* Counter Section Styling */
.counter-section {
    background-color: #000;
    /*padding: 50px 0;*/
    width: 100%;
    background: #FFFFFF12;
    backdrop-filter: blur(8px);
    position: relative;
}

.counter-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/counter-shade.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.counter-section h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: white;
}

.counter-section .divider {
    position: relative;
}

.counter-section .divider::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
}

/* Counter End */

/* Service Start */

.services-section {
    background: radial-gradient(circle, rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
    /*padding: 110px 0 140px;*/
    position: relative;
    width: 100%;
}

.services-section .particle {
    position: absolute;
    left: 0;
    top: 40px;
    min-height: 640px;
    /* min-height: 740px; */
}

.section-tag {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: #ffffff17;
    /* opacity: 0.1; */
    width: max-content;
    border-radius: 50px;
    font-weight: 300;
    padding: 0px 20px;
    height: 45px;
    border: 1px solid #ffffff2b;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.services-section .section-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    margin-bottom: 30px;
}

.services-section .section-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 70px;
}

.service-card {
    height: 440px;
    border-width: 1px;
    /*background: #FFFFFF26;*/
    border: 1px solid;
    border-image-source: radial-gradient(153.68% 94.57% at -94.12% 42.26%, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(74px);
    /*padding: 30px 20px;*/
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.services-section .slick-list {
    padding: 50px 0 0 !important;
}


.service-card:hover {
    border: 1px solid rgba(255, 75, 92, 0.5);
    /* transition: all ease-in-out; */
    /* box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.1); */
    box-shadow: 0px 0px 20px 0px rgba(255, 75, 92, 0.5);
}

.card-content {
    background-image: url('https://resourcepad.io/zma/wp-content/uploads/2025/03/image-69.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    padding: 30px;
    justify-item: center;
    border-radius: 10px;

}

.card-content1 {
    background-image: url('https://resourcepad.io/zma/wp-content/uploads/2025/03/image-70.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    padding: 30px;
    justify-item: center;
    border-radius: 10px;

}

.card-content2 {
    background-image: url('https://resourcepad.io/zma/wp-content/uploads/2025/03/image-71.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    padding: 30px;
    justify-item: center;
    border-radius: 10px;

}

.services-section .first_card {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.services-section .first_card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/first_card_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.services-section .second_card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/second_card_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.services-section .third_card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/third_card_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
}

.services-section .fourth_card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/fourth_card_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.services-section .fourth_card {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.service-card .service-icon {
    min-height: 75px;
    margin-left: inherit;
    max-width: 68px !important;
}

.service-card .service-icon img {
    margin-bottom: 15px;
    height: 68px;
    width: 68px;
    object-fit: contain;
}

.services-section .service-card h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    color: white;
    margin: 25px 0;
    height: 42px;
}

.services-section .service-card p {
    font-weight: 200;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #FFFFFFCC;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.services-section .service-card .btn-primary {
    background: transparent !important;
    margin-left: inherit;
    justify-content: start;
}

.custom-arrows button {
    width: 40px;
    height: 40px;
    border: 0;
    background: #ff4550;
    border-radius: 50px;
    color: white;
    font-size: 25px;
    /* line-height: 35px; */
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-arrows button img {
    filter: brightness(100);
}

.custom-arrows .custom-next img {
    transform: rotate(-180deg);
}

/*.services-section .service-card:hover .btn-primary {*/
/*    background: #e63e4e !important;*/
/*    justify-content: center !important;*/
/*}*/

/* Service End */

/* Support Start */

.support-section {
    background: #FFFFFF12;
    backdrop-filter: blur(8px);
    padding: 0px 0;
    width: 100%;
    overflow-x: hidden;
}

.support-section .speaker_box {
    position: relative;
    z-index: 0;
}

.megaphone-img {
    width: auto;
    animation: float 3s infinite ease-in-out;
    margin-right: auto;
    display: block;
}

.support-section .speaker_box::after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/speaker_shade.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 100%;
    z-index: -1;
}


/*.service-card1{*/
/*    background-image:url('https://resourcepad.io/zma/wp-content/uploads/2025/03/image-69.png');*/
/*    background-repeat:no-repeat;*/
/*    background-size:cover;*/
/*    background-position:center center;*/
/*}*/

/* Floating Animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.support-section .support-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #F5434D;
}

.support-section .support-title span {
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
}

.support-section .support-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 70px;
}

.btn-group {
    width: 70%;
}

.support-section .btn-group .btn-primary {
    width: 0px !important;
    max-width: 215px;
    margin-left: inherit;
}

.btn-outline-light {
    border: 1.5px solid #FFFFFF4D;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    max-width: 215px;
    border-radius: 50px !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Support End */

/* How it works start */

.how-it-works {
    padding: 130px 0 80px;
    width: 100%;
    /*background-image: url(../images/work_bg.png);*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.how-it-works .badge {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: #ffffff17;
    width: max-content;
    border-radius: 50px;
    font-weight: 300;
    padding: 0px 20px;
    height: 45px;
    border: 1px solid #ffffff2b;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.how-it-works .section-title,
.industries_sec .section-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.how-it-works .section-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 70px;
}

.how-it-works .timeline-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF0F;
    backdrop-filter: blur(17px);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
}

.how-it-works .timeline-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09)),
        radial-gradient(49.88% 49.88% at 73.02% 56.1%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 50px;
}

.how-it-works .timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.how-it-works .timeline-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 20px 0;
}

.how-it-works .timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
}

.how-it-works .timeline-item:nth-child(odd) .timeline-content {
    padding: 15px 15px 15px 0px;
    margin-right: 50px;
}

.how-it-works .timeline-item:nth-child(even) .timeline-content {
    padding: 15px 0px 15px 15px;
    text-align: right;
    margin-left: 50px;
}

.how-it-works .timeline-content {
    width: 42%;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 25px;
}

/* Timeline Center Line */
.how-it-works .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
}

.how-it-works .timeline-content h4 {
    font-weight: 500;
    font-size: 25px;
    line-height: 27.2px;
    letter-spacing: 1px;
    color: white;
}


/* How it Works New Css Start */

.how-it-works .card {
    background: transparent;
    text-align: left;
    position: relative;
    padding: 80px 0;
    border: 0px;
    transition: all ease-in-out 0.4s;
}

.how-it-works .cardOne::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
}

.how-it-works .card .img {
    margin-bottom: 24px;
    background: #FFFFFF0F;
    width: max-content;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works .card .img img {
    width: 30px !important;
    height: 30px !important;
}

.how-it-works .card:hover .img img {
    transform: scale(1.2);
    transition: all ease-in-out 0.4s;
}

.how-it-works .card h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: white;
    margin-bottom: 14px;
    height: 50px;
}

.how-it-works .card p {
    color: #FFFFFFCC;
    font-size: 16px;
    line-height: 23px;
}

/* How it Works New Css End */


/* How it works End */

/* Industries Start */

.industries_sec {
    padding: 80px 0 0;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(245 67 77 / 7%) 0%, rgb(245 67 77 / 18%) 100%);
    width: 100%;
    height: 100%;
}

.industries_sec .services_wrapper {
    display: flex;
    align-items: center;
}

.industries_sec .services_wrapper .service {
    display: inline-block;
    width: 10%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.industries_sec .services_wrapper .service::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #490b15f7, transparent); */
    background-image: url(../images/industriesCardShade.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
}

.industries_sec .services_wrapper .service.active::before,
.industries_sec .services_wrapper .service:hover::before {
    opacity: 1;
}

.industries_sec .services_wrapper .service:hover .serviceCard_wrapper {
    width: 100%;
}

.industries_sec .services_wrapper .service .serviceCard_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    height: 80vh;
}

.industries_sec .services_wrapper .service.active,
.industries_sec .services_wrapper .service:hover {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.industries_sec .services_wrapper .serviceOne {
    background-image: url(../images/industries-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries_sec .services_wrapper .serviceTwo {
    background-image: url(../images/industries-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries_sec .services_wrapper .serviceThree {
    background-image: url(../images/industries-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries_sec .services_wrapper .serviceFour {
    background-image: url(../images/industries-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries_sec .services_wrapper .serviceFive {
    background-image: url(../images/industries-5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industries_sec .services_wrapper .service.active .content,
.industries_sec .services_wrapper .service:hover .content {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.industries_sec .services_wrapper .service .hoverContent {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.industries_sec .services_wrapper .service.active .hoverContent,
.industries_sec .services_wrapper .service:hover .hoverContent {
    opacity: 1;
    display: block;
    padding: 0 40px;
    transition: all 0.3s ease-in-out;
}

.industries_sec .services_wrapper .service .hoverContent h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.industries_sec .services_wrapper .service .hoverContent p {
    font-weight: 100;
    font-size: 18px;
    line-height: 26px;
    width: 80%;
    color: #FFFFFF;
}

.industries_sec .services_wrapper .service .serviceCard_wrapper .content {
    position: absolute;
    bottom: 30px;
    padding: 0 14px;
}

.industries_sec .services_wrapper .service .content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}

/* Industries End */

/*  Service Offer Start */

.services_offer {
    padding: 90px 0;
    background-image: url(../images/services_offerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services_offer .card {
    background: #FFFFFF12;
    border: 1px solid #FFFFFF17;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 30px 22px;
    overflow: hidden;
}

.services_offer .card.cardOne {
    background-image: url(../images/card1_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services_offer .card.cardTwo {
    background-image: url(../images/card2_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services_offer .card.cardThree {
    background-image: url(../images/card3_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services_offer .card.cardFour {
    background-image: url(../images/card4_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

.services_offer .card .txt h3 {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: white;
    width: 70%;
}

.services_offer .card .txt p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    padding-right: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.services_offer .service_offerWrapepr {
    width: 90%;
    margin-left: auto;
}

.services_offer .txt h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.services_offer .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-right: 35px;
    margin-bottom: 40px;
}

.services_offer .service_offerWrapepr .img {
    transition: all 0.4s ease-in-out;
}

.services_offer .service_offerWrapepr .img:hover {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.services_offer .service_offerWrapepr .img img {
    max-height: 393px;
    margin-left: 40px;
    object-fit: contain;
}

/*  Service Offer End */

/* why choose us Start */

.why-choose-us {
    padding: 90px 0;
    width: 100%;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(245 67 77 / 3%) 0%, rgb(245 67 67 / 17%) 100%) !important;
}

.why-choose-us .section-title {
    font-size: 42px !important;
    line-height: 52px !important;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.why-choose-us .section-description {
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 70px;
}

.why-choose-us .heart {
    position: relative;
    z-index: 0;
}

.why-choose-us .heart::after {
    content: '';
    position: absolute;
    right: 159px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/choose_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 107% 239px;
}

.why-choose-us .card {
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF17;
    backdrop-filter: blur(8px);
    position: relative;
    border-radius: 15px;
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding: 25px 20px 11px;
    z-index: 0;
}

.why-choose-us .cardThree {
    /*background-image: url(../images/whychoosCard3shade.png);*/
    /*background-image: url(../images/first_card_particle.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
}

.why-choose-us .cardThree::after {
    /*content: '';*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/whychoosecardthreePrt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
}

/*.why-choose-us .cardThree h3 {*/
/*    font-weight: 700;*/
/*    font-size: 65px !important;*/
/*    line-height: 62px !important;*/
/*    margin-bottom: 0;*/
/*}*/

.why-choose-us .cardOne .cardImg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 51%;
    margin-right: auto;
    z-index: -1;
}

.why-choose-us .cardFour {
    justify-content: start;
}

.why-choose-us .cardFour .cardImg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 69%;
    margin-left: auto;
    z-index: -1;
}

.why-choose-us .cardOne .cardTxt,
.why-choose-us .cardFour .cardTxt {
    width: 60%;
}

.why-choose-us .cardFour .cardTxt {
    margin-top: 20px;
}

.why-choose-us .cardOne {
    padding: 0;
}

.why-choose-us .cardOne .cardTxt {
    padding: 40px 20px;
}

.why-choose-us .card .cardTxt h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 31px;
}

.why-choose-us .cardOne .cardTxt p {
    padding-right: 25px;
}

.why-choose-us .card .cardTxt p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFFCC;
    margin-bottom: 0;
}

/* why choose us End */

/* testimonials start */

.testimonials {
    padding: 80px 0;
    color: #ffffff;
    width: 100%;
    position: relative;
}

.testimonials .particle {
    position: absolute;
    right: 0;
    top: 40px;
}

.contact_testimonials_bg {
    background-image: url(../images/testimonials-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.contact_testimonials_bg .section-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    margin-bottom: 20px;
}

.contact_testimonials_bg .badge {}

/* Testimonial Card */
.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid transparent;
    /* transition: 0.3s ease-in-out; */
    opacity: 0;
    min-height: 300px;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    border: 1px solid rgba(255, 75, 92, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(255, 75, 92, 0.5);
    /* transition: all 0.3s ease-in-out; */
}

.testimonials .section-description {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 70px;
}

.testimonials .stars {
    background: #FFFFFF08;
    box-shadow: 0px 4px 43.4px 0px #FFFFFF03 inset;
    position: relative;
    height: 45px;
    width: max-content;
    padding: 0 20px;
    border-radius: 9px;
    margin-bottom: 35px;
}

.testimonials .stars::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: radial-gradient(87.23% 66.89% at 83.59% 30.38%, rgba(255, 255, 255, 0.0444) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(42.68% 46.63% at 8.18% 47.95%, rgba(255, 255, 255, 0.0444) 0%, rgba(218, 218, 218, 0) 100%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 50px;
    border-radius: 9px;
}

.testimonials .stars span {
    font-weight: 500;
    font-size: 16px;
    line-height: 25.74px;
    letter-spacing: 0%;

}

.testimonials .testimonial-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1%;
    text-align: left;
    margin-bottom: 35px;
}

.testimonial-user {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.testimonial-user h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24.18px;
    letter-spacing: 1px;
    color: #FF4551;
    margin: 0;
    text-align: left;
}

.testimonial-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-user p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25.74px;
    letter-spacing: 1px;
    color: #FFFFFFB2;
    text-align: left !important;
}

/* testimonials end */

/* Contact Start */

.contact-section {
    color: #ffffff;
    padding: 90px 0;
    position: relative;
}

.contact-section .particle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-section .section-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 45px;
}

.contact-section .contact-info p {
    font-weight: 500;
    font-size: 17px;
    line-height: 15.23px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.contact-section .contact-info a {
    font-weight: 300;
    font-size: 18px;
    line-height: 19.58px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}

.contact-info span {
    font-weight: 300;
    font-size: 18px;
    line-height: 19.58px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}



.contact-section .form-control {
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF17;
    backdrop-filter: blur(20px);
    color: #A0A0A0;
    padding: 10px 20px;
    border-radius: 40px;
    font-family: "Archivo", serif;
}

.contact-section textarea {
    resize: none;
    border-radius: 20px !important;
    margin-bottom: 20px;
}

.contact-section .form-control::placeholder {
    color: #aaaaaa;
}

.contact-section .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.contact-section .submit-btn {
    width: 100%;
    background: #FF4551;
    color: white;
    height: 50px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    transition: 0.3s;
    font-family: "Archivo", serif;
}

.contact-section .submit-btn:hover {
    background: #cd3a44;
}

.business-box {
    background: #FFFFFF0D;
    backdrop-filter: blur(128.6999969482422px);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 0;
    width: 95%;
    margin-left: auto;
}

.business-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(https://resourcepad.io/zma/wp-content/uploads/2025/02/contact_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.business-box h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    color: white;
    text-align: left;
    margin-bottom: 25px;
}


.business-box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
    text-align: left;
    padding-right: 20px;
    /* letter-spacing: 1px; */
}

.get-started-btn {
    border: 1.5px solid #FFFFFF4D;
    color: white;
    padding: 12px 20px;
    border-radius: 20px;
    max-width: 100%;
    width: max-content !important;
    border-radius: 50px !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-started-btn:hover {
    background: white;
    color: black;
}

.business-box img {
    position: absolute;
    bottom: -10px;
    right: -46px;
    height: 423px;
    width: 510px;
    object-fit: contain;
}

/* Contact End */
/* Footer Section */
.footer-section {
    /* background: radial-gradient(circle, rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0.9)); */
    /* background-color: #1a171b; */
    background: #FFFFFF0A;
    backdrop-filter: blur(8px);
    width: 100%;
    color: #ffffff;
    padding-top: 80px;
}

.footer-logo img {
    width: 180px;
}

.footer-text {
    font-size: 14px;
    color: #bbbbbb;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    width: 80%;
}

/* Social Media Icons */
.social-icons {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-icons a {
    margin-bottom: 8px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.96px;
    letter-spacing: 0%;
    margin-top: 20px;
    display: block;
    color: #bbbbbb;
    text-decoration: none;
    display: flex;
    align-items: start;
}

.social-icons a:hover img {
    transform: scale(1.1);
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 0px rgba(255, 75, 92, 0.5);
}

.social-icons a:hover {
    color: red;
}

/* Footer Titles */
.footer-title {
    font-size: 22px;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    margin-bottom: 25px;
    height: 65px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #bbbbbb;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fe454e;
}

/* Contact Info */

.contact_banner {
    padding: 180px 0 85px;
    background-image: url(../images/contact-us.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info {
    margin-bottom: 13px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.96px;
    margin-top: 20px;
    display: block;
    color: #bbbbbb;
    text-decoration: none;
    display: flex;
    align-items: start;
}

.contact-info i {
    margin-right: 8px;
    color: red;
}

/* Copyright */
.copyright-text {
    font-family: 'Archivo', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.388);
    /* opacity: 38%; */
}

ul.footer-links {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.58px;
    letter-spacing: 0%;
}

/* Footer End  */


/* Responsive Start */

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 98px;
    }
}

/* About Banner Start */


/* Banner Start */
.sales-section {
    /* background: radial-gradient(circle, rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0.9)); */
    background-image: url('images/noise33.png');
    padding: 220px 0 100px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.sales-section1 {
    /* background: radial-gradient(circle, rgba(255, 0, 0, 0.2), rgba(0, 0, 0, 0.9)); */
    background-image: url('images/noise33.png');
    padding: 220px 0 100px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.hero .welcome-text {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    background-color: #ffffff17;
    /* opacity: 0.1; */
    width: max-content;
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #ffffff2b;
    margin: 0 auto;
}

.hero-title {
    font-size: 70px;
    line-height: 76px;
    font-weight: 800;
    margin-top: 10px;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
    margin-bottom: 22px;
}

.hero-subtext {
    font-size: 20px;
    margin: 15px 0;
    line-height: 28px;
    color: #FFFFFFCC;
    margin-bottom: 35px;
    font-weight: 300;
    padding-right: 20px;
}

/* Section Styling */
.core-services {
    /* background: linear-gradient(to right, rgba(20, 20, 20, 0.9), rgba(40, 40, 40, 0.9)); */
    padding: 40px 0;
    text-align: left;
    color: white;
}

/* Title and Description */
.core-services h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.core-services p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

/* Logo Styling */
.brand-logos {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.brand-logos img {
    max-height: 40px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.brand-logos img:hover {
    transform: scale(1.1);
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .brand-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

/* Text Styling */
.title {
    /* font-size: 36px; */
    font-weight: bold;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0%;
}

.title span {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

/* Button */
.btn-primary {
    background: #FF4551 !important;
    border: none;
    height: 57px;
    width: 200px;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

/* Image Box */
.image-box {
    background: transparent;
    padding: 0px;
    border-radius: 15px;
    /* box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.1); */
    box-shadow: inherit;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.image-box:hover {
    transform: scale(1.05);
}

/* Banner End */

/* About Banner End */


/* Background and Section Styling */


.sales-section {
    background-image: url(../images/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 140px 0;
    background-repeat: no-repeat;
    background-position: cover;
}

.sales-section1 {
    background-image: url(../images/service-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 140px 0;
    background-repeat: no-repeat;
    background-position: cover;
}


/* .img-fluid {
    margin-left: 80px;
} */

/* Text Styling */
.title {
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 56px;
    line-height: 65px;
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: white;
}

.description {
    font-size: 16px;
    color: #FFFFFFCC;
    margin-bottom: 20px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;

}

/* Badge */
.badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    /* border: 1px solid; */
    /* border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09)),
        radial-gradient(49.88% 49.88% at 73.02% 56.1%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); */


    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    /* width: 20%; */


}

/* Button */
.btn-primary {
    background: #FF4551;
    border: none;
    padding: 10px 20px;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    border-radius: 50px;
    transition: 0.3s;
}

/* Case Study Section */
.case-study-section {
    background: linear-gradient(to top, #000, #000);
    background-image: url('images/banner3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    background-position: top center;
    padding: 60px 0;
    text-align: center;
    position: relative;
}

.case_shade {
    position: absolute;
    left: 0;
    top: -5%;
    z-index: -1;
}

.case_shade_two {
    position: absolute;
    right: 0;
    top: -5%;
    z-index: -1;
}

.case_shade_three {
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: -1;
}

.case_shade_four {
    position: absolute;
    right: 0;
    bottom: -30%;
    z-index: -1;
}

.particle_two {
    position: absolute;
    left: 0;
    top: 15%;
    z-index: -1;
}

.particle_two img {
    width: 70%;
    margin-right: auto;
    display: block;
}

/* Title */
.case-title {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);
    margin-bottom: 10px;
    font-family: 'Archivo', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.case-desc {
    max-width: 830px;
    font-size: 16px;
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 30px;
    letter-spacing: 0%;
    color: #FFFFFFCC;
}

/* Tab Buttons */
.case-tabs .nav-link {
    color: #7c7d7d;
    background: transparent;
    border-radius: 50px;
    padding: 8px 25px;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    width: max-content;
    height: 45px;
}

ul#caseTabs {
    padding: 8px;
    border-radius: 50px;
    gap: 20px;
    margin: 0 auto 10px;
    width: 65%;
    border: 1px solid #DBDBDB17;
    background: #FFFFFF0A;
}

.case-tabs .nav-link.active {
    background-color: #ff4a4a;
    color: white;
}

.case-tabs .nav-link:hover {
    background-color: rgba(255, 74, 74, 0.5);
}

h2.hero-title.archivo.text-left.aos-init.aos-animate {

    text-align: left !important;
}

p.hero-subtext.text-left.aos-init.aos-animate {
    text-align: left !important;
}



.case-study-section .btn {
    margin: 40px auto 0px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    padding: 0;

}

.case-study-section .btn a {
    height: 50px;
    width: 100%;
    border: 1px solid #FF4551;
    background: #FF4551;
    border-radius: 50px !important;
    font-size: 18px !important;
    line-height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}

/* Grid Images */
.case-img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.case-img:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .case-title {
        font-size: 28px;
    }




    .case-tabs {
        flex-wrap: wrap;
    }

    .case-tabs .nav-link {
        margin: 5px;
    }
}


/* Badge */
.badge {
    background-color: #ff4a4a;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.text-content h2 span {
    color: #ff4a4a;
}

/* Paragraph */
.text-content p {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 20px;
}

/* Email Input */
.input-group {
    max-width: 400px;
}

.input-group .form-control {
    border-radius: 30px;
    padding: 12px;
    font-size: 14px;
    border: none;
}

/* Button */
.btn-primary {
    background-color: #ff4a4a;
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: bold;
    border: none;
    transition: 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #e03e3e;
}

/* Solution Section */
.solution-section {
    background-image: url('../images/service-bg.png');
    padding: 240px 0 190px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.high_banner {
    padding: 240px 0 89px 0 !important;
}

.web_and_app_banner {
    padding: 150px 0 100px 0;
}

/*.solution_sec {*/
/*    position: relative;*/
/*}*/

/*.solution_sec::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #0000006e;*/
/*    z-index: -1;*/
/*}*/

.solution_content .HighImpactImg {
    position: relative;
}

.solution_content .img img {
    min-height: 460px;
    min-width: 600px;
}

.solution_content .ai_social_media {
    /* position: relative; */
    /* max-width: 929px; */
    position: absolute;
    top: -60px;
    /* transform: translateY(-50%); */
    left: -40%;
    transform: translateX(4%);
}

.solution_content .img .seo_img {
    max-width: 700px;
    object-fit: contain;
    min-width: 700px;
    margin-left: -117px;
}

.solution_content .HighImpactImg img {
    top: -19px;
    left: -85px;
    max-width: 660px;
    position: absolute;
}

.solution_content .img {
    display: inline-block;
    perspective: 1000px;
}

.solution_content .img img {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

/*.solution_content .img img:hover {*/
/*  transform: rotateY(10deg) rotateX(5deg);*/
/*}*/

.solution_content .web_app {
    min-height: 500px;
    max-width: 600px;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* zoom in */
    }

    100% {
        transform: scale(1);
        /* zoom out */
    }
}

.solution_sec .solution_content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFFCC;
    width: 58%;
}

.solution_sec .solution_content form {
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF17;
    backdrop-filter: blur(20px);
    padding: 10px;
    border-radius: 50px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solution_sec .solution_content form input {
    border: 0;
    background-color: transparent;
    padding-left: 15px;
    color: white;
}

.solution_sec .solution_content form input:focus {
    outline: 0;
    background: transparent;
}

.solution_sec .solution_content form button {
    width: max-content;
    border-radius: 59px;
    background: #FF3E3E;
    color: white;
    font-weight: 300;
    font-size: 16px;
    border: 0;
    padding: 12px 35px;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.solution_sec .solution_content form button:hover {
    background: transparent;
    border: 1px solid rgba(255, 75, 92, 0.5);
    box-shadow: inset 0px 0px 15px 0px rgba(255, 75, 92, 0.5);
    transition: all 0.4s ease-in-out;
}

/* Core Service Start */

.core-services {
    padding: 90px 0 0;
    /* background: #FFFFFF12; */
    /* backdrop-filter: blur(8px); */
    position: relative;
}

.core-services::after {
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    /* background-image: url(../images/core_servicebg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.core-services h3 {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: white;
}

.core-services p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    width: 75%;
    letter-spacing: 0%;
    color: #FFFFFFCC;
    margin: 18px auto 0;
}

/* Solution Services Start */

/* Solution Services Start */

.solution_services {
    position: relative;
    padding: 40px 0 0px;
    height: 100%;
    /* overflow: hidden; */
}

.solution_services .particle {
    position: absolute;
    top: -80px;
}

.solution_services .particle img {
    object-fit: contain;
    width: 70%;
}

.solution_services .shade_one {
    position: absolute;
    top: -115%;
    left: 0;
    z-index: -1;
    height: 100%;
}

.solution_services .shade_two {
    position: absolute;
    top: -68%;
    right: 0;
    z-index: -1;
    height: 100%;
}

.solution_services .card {
    background: transparent;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 13px;
    animation: fadeIn .5s ease-out;
    overflow: hidden;
    min-height: 100%;
}

.solution_services .first_solution_card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('images/third_card_particle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.solution_services .card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(22deg, #614f4547, #4328290a);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

.solution_services .third_solution_card .card_image {
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.solution_services .card .card_image {
    overflow: hidden;
    border-radius: 13px;
    display: none;
}

.solution_services .card_content {
    padding: 25px 20px;
}

.solution_services .card_content h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 10px;
}

.solution_services .card_content p {
    font-weight: 200;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #FFFFFFCC;
}

/* Core Service End *

/* Vision Section Start */

.vision-section {
    padding: 90px 0;
    position: relative;
}

.vision-section .vision_particle {
    position: absolute;
    left: -5%;
    top: -90%;
    height: 100%;
    z-index: -1;
}

.vision-section .vision-image {
    width: 100%;
    position: relative;
    left: 55px;
    top: -65px;
    z-index: 99;
}

.vision-section .vision_vector {
    position: absolute;
    left: 0;
    bottom: -15%;
}

.vision-section .title,
.vision-section1 .title {
    font-size: 50px;
    line-height: 60px;
}

.vision-section p,
.vision-section1 p,
.vision-section2 p {
    margin-bottom: 50px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 200;
    padding-right: 45px;
}

/* Vision Section End */

/* Vision2 Section start */

.vision-section2 {
    padding: 90px 0;
    position: relative;
}

.vision-section2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/vision2_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.05;
}

.vision-section2 .vision_partcile_two {
    position: absolute;
    left: 0;
    top: -98%;
    z-index: -1;
}

/* Vision2 Section End */

/* Counter Particle Start */

.counter-section .counter_particle {
    position: absolute;
    left: 0;
    top: 0;
}

/*.marquee-wrapper {*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  width: 100%;*/
/*}*/

/*.marquee-content {*/
/*  display: inline-block;*/
/*  animation: marquee 30s linear infinite;*/
/*}*/

/*.marquee-item {*/
/*  display: inline-block;*/
/*  width: 300px;*/
/*  margin: 0 30px;*/
/*  text-align: center;*/
/*}*/

/*@keyframes marquee {*/
/*  0% { transform: translateX(100%); }*/
/*  100% { transform: translateX(-100%); }*/
/*}*/

.scroll-wrapper {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #0f0f0f, #3f0d17);
    padding: 40px 0;
}

.scroll-track {
    display: flex;
    gap: 60px;
    will-change: transform;
    transition: transform 0.4s ease-out;
}

.scroll-item {
    min-width: 300px;
    text-align: center;
    color: white;
    transition: all 0.5s ease-in-out;
}

.scroll-item:hover {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

/* Counter Particle End */

/* Vision One Start */

.vision-section1 {
    padding: 90px 0;
    position: relative;
}

.vision-section1 .vision_content {
    padding: 0 80px 0 40px;
    margin-top: 20px;
}

.vision-section1 .vision_content .btn {
    margin-left: inherit !important;
}

.vision-section1 .vision_one_particle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120%;
    margin: 0 auto;
    z-index: -1;
}

/* Vision One End */

/* Faqs Start */

/* FAQ Section Styling */
.faq-section {
    background-image: url(../images/faqs-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 80px 0;
    position: relative;
}

.faq-section .faqs_particle {
    position: absolute;
    right: 0;
    top: 10%;
}

.faq-title {
    /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);*/
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: white;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    margin: 20px 0 45px;
}

/* Accordion Styling */
.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF40 !important;
    color: white;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    padding: 15px 15px 15px 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(100);
}


.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF40;
    color: #fff;
}

.accordion-body {
    background-color: transparent;
    color: white;
    padding: 15px;
    border-radius: 5px;
    font-weight: 100;
}

.services-section {
    background-image: url(https://resourcepad.io/zma/wp-content/uploads/2025/03/sales-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0;
}

/* Faqs End */

/* Image */
.image-container img {
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
}

.image-container img:hover {
    transform: scale(1.03);
    transition: all 0.5s ease-in-out;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .solution-section {
        text-align: center;
    }

    .input-group {
        justify-content: center;
    }
}




/* Solution Box (Main Container) */
.solution-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

/* Background Image */
.solution-bg {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Overlay Content */
.solution-content {
    position: absolute;
    top: 10%;
    left: 10%;
    max-width: 70%;
    background: transparent;
    padding: 20px;
    border-radius: 12px;
}

/* Badge */
.badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 10px;
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
}

/* Solution Title */
.solution-title {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Solution Text */
.solution-text {
    font-size: 16px;
    color: #ddd;
    margin-top: 10px;
}

/* Form & Button */
.solution-form {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.solution-form .form-control {
    flex: 1;
    display: flex;
    border-radius: 8px;
    border: none;
    padding: 10px;
    max-width: 70%;
}

.solution-form .btn {
    background-color: #ff4a4a;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.solution-form .btn:hover {
    background-color: #e03e3e;
}

/* Pricing Start */

/* Pricing Section */
.pricing-section {
    color: white;
    padding: 60px 0;
    background-image: url(https://resourcepad.io/zma/wp-content/uploads/2025/03/case-study.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    background-repeat: no-repeat;
    background-position: cover;
    position: relative;
}

.shade_particle {
    position: absolute;
    bottom: -32%;
    left: 0;
}

/* Tabs */
.pricing-tabs .nav-link {
    color: white;
    background: transparent;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.pricing-tabs .nav-link.active {
    background-color: #ff4a4a;
    color: white;
}

.pricing-tabs .nav-link:hover {
    background-color: rgba(255, 74, 74, 0.5);
}

/* Pricing Cards */
.pricing-card-start {
    background: #FFFFFF0D;
    backdrop-filter: blur(128.6999969482422px);
    padding: 45px 25px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    font-family: 'archivo', sans-serif;
}

.circle_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-card {
    background: #FFFFFF0D;
    backdrop-filter: blur(128.6999969482422px);
    padding: 50px 30px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    font-family: 'archivo', sans-serif;
    position: relative;
    overflow: hidden;
    background-image: url(images/card_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 95%;
}

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

.pricing-card h4 {
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: white;
}

.pricing-card p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.6px;
    margin-bottom: 28px;
}

.pricing-card p span {
    color: #FF4551;
}

.pricing-card h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 0;
}

.pricing-card .excl {
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 18px;
    margin-top: 8px;
    width: 80%;
    margin-bottom: 12px;
}

.trial-btn {
    background: #ff4a4a;
    color: white;
    border: none;
    border-radius: 20px;
    width: 100%;
    height: 40px;
}

.trial-btn:hover {
    background: transparent;
    border: 1px solid #ff4a4a;
}

.trial-btn1 {
    background: transparent;
    border: 1px solid #ff4a4a;
    color: #ff4a4a;
    border-radius: 20px;
    width: 100%;
    height: 40px;
}

.pricing-card.featured {
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 0px;
    margin-top: -50px;
    border-radius: 20px;
    padding-bottom: 80px;
    height: 107%;
}

.featured .shade_image {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Badge */
.gredient-text {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(153, 153, 153, 0.6) 100%);
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small-text {
    font-size: 16px;
    color: #fff;
    font-family: 'Archivo', sans-serif;
}

.gredient-text1 {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 100% !important;
    margin-top: 30px;
    letter-spacing: 0.5px;
}

.pricing-card ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.pricing-card ul li {
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 0 15px;

}

.pricing-card ul li span {
    font-family: Archivo;
    font-weight: 400;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 0%;
    background: #FF4551;
    width: 30px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.unorderlist {
    padding: 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;
}

.basic-plan {
    background-color: #ff4a4a;
    position: absolute;
    top: 0;
    right: 0px;
    width: 121px;
    height: 35px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.popular {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    width: 160px;
    height: 35px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF4551;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.pricing-card-Elite {
    /* background: #2d3743; */
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s ease-in-out;
    background-image: url(https://resourcepad.io/zma/wp-content/uploads/2025/03/elite.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    border-radius: 20px;
    font-family: 'archivo', sans-serif;
}

.row.justify-content-left.g-0 {
    margin-top: 80px;
}

/* Pricing End */

/* Contact Start */
.contact-section {
    color: #ffffff;
    padding: 90px 0;
    position: relative;
}

.contact-section .particle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.contact-section .section-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 45px;
}

.contact-section .contact-info div {
    width: 33.33%;
}

.contact-section .contact-info p {
    font-weight: 500;
    font-size: 17px;
    line-height: 15.23px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.contact-section .contact-info a {
    font-weight: 300;
    font-size: 18px;
    line-height: 19.58px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}

.contact-info span {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    color: white;
    text-decoration: none;
}

.contact-section .form-control {
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF17;
    backdrop-filter: blur(20px);
    color: #A0A0A0;
    padding: 10px 20px;
    border-radius: 40px;
    font-family: "Archivo", serif;
    transition: all 0.3s ease-in-out;
}

.contact-section .form-control:hover {
    border: 1px solid rgba(255, 75, 92, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(255, 75, 92, 0.5);
    transition: all 0.3s ease-in-out;
}

.contact-section textarea {
    resize: none;
    border-radius: 20px !important;
    margin-bottom: 20px;
}

.contact-section .form-control::placeholder {
    color: #aaaaaa;
}

.contact-section .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.contact-section .submit-btn {
    width: 100%;
    background: #FF4551;
    color: white;
    height: 50px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    transition: 0.3s;
    font-family: "Archivo", serif;
}

.contact-section .submit-btn:hover {
    background: #cd3a44;
}

.business-box {
    background: #FFFFFF0D;
    backdrop-filter: blur(128.6999969482422px);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    position: relative;
    z-index: 0;
    width: 95%;
    margin-left: auto;
}

.business-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(https://resourcepad.io/zma/wp-content/uploads/2025/02/contact_particle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.business-box h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    color: white;
    text-align: left;
    margin-bottom: 25px;
}


.business-box p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
    text-align: left;
    padding-right: 20px;
    /* letter-spacing: 1px; */
}

.get-started-btn {
    border: 1.5px solid #FFFFFF4D;
    color: white;
    padding: 12px 20px;
    border-radius: 20px;
    max-width: 100%;
    width: 40%;
    border-radius: 50px !important;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .section-title, */
.pricing-title {
    text-align: left;
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
    color: white;
    width: 90%;
    margin-bottom: 25px;
    padding-bottom: 12px;
}



p.section-description.aos-init.aos-animate {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    font-weight: 400;
    margin: 0 auto;
    color: #FFFFFFCC;
}

p.archivo.aos-init.aos-animate {
    font-size: 16px;
}

.contact-section .contact-info p {
    text-align: left;
}

.contact-section .contact-info a {
    font-size: 16px;
}

.get-started-btn:hover {
    background: white;
    color: black;
}

.business-box img {
    position: absolute;
    bottom: -10px;
    right: -63px;
    height: 423px;
    width: 510px;
    object-fit: contain;
    z-index: -1;
}

/* Contact End */

/* Privacy Start */

.privacy-content {
    padding: 90px 0;
}

.privacy-content h3 {
    color: white;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
}

.privacy-content h4 {
    color: white;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.privacy-content ul {
    padding: 0;
}

.privacy-content ul li {
    color: white;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

/* Privacy End */

/* Responsive Design */



@media (max-width: 992px) {
    .solution-content {
        max-width: 80%;
        top: 15%;
    }
}

@media (max-width: 768px) {
    .solution-content {
        max-width: 100%;
        position: relative;
        top: auto;
        left: auto;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px;
    }

    .solution-form {
        flex-direction: column;
    }
}


/*Responsive Design of Hompage*/
@media only screen and (max-width: 1299px) {
    .hero-title {
        font-size: 60px;
        line-height: 66px;
    }

    .hero p.archivo.aos-init.aos-animate {
        font-size: 14px;
    }

    .brand-heading {
        font-size: 30px;
        line-height: 34px;
    }

    .about-section {
        padding: 110px 0 90px !important;
    }

    .badge {
        font-size: 14px !important;
        padding: 11px 20px !important;
        margin-bottom: 15px;
    }

    .testimonials {
        padding: 0px 0 80px;
    }

    .contact-section p.section-description.aos-init.aos-animate {
        margin-bottom: 29px;
        font-size: 18px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 1199px) {
    .features {
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
        margin-bottom: 25px;
    }

    .features li {
        margin-bottom: 10px;
    }

    .service-card {
        padding: 30px 14px;
        border-radius: 20px;
    }

    .services-section .third_card::after,
    .services-section .first_card::after,
    .services-section .second_card::after {
        border-radius: 20px;
    }

    .testimonials .testimonial-text {
        font-size: 16px !important;
        margin-bottom: 30px;
    }

    .testimonials .stars {
        margin-bottom: 25px;
    }

    .testimonial-user {
        gap: 13px;
    }

    .testimonial-user h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .testimonial-user p {
        font-size: 14px;
        line-height: 24px;
    }

    .testimonials {
        padding: 90px 0 75px !important;
    }

    .contact-section {
        padding: 50px 0 90px;
    }

}

@media only screen and (max-width: 1099px) {
    .hero p.archivo.aos-init.aos-animate {
        font-size: 11px;
    }

    .hero-title {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .contact-section {
        padding: 40px 0 60px !important;
    }
}

@media only screen and (max-width: 991px) {
    .brands-section {
        padding: 40px 20px !important;
        width: 90% !important;
    }

    .brands_images {
        justify-content: center;
        gap: 25px;
    }

    .about-section {
        padding: 50px 0 90px !important;
    }

    .services-section {
        padding: 70px 0 35px !important;
    }

    .how-it-works {
        padding: 100px 0 50px !important;
    }
}

@media only screen and (max-width: 567px) {
    .hero {
        padding: 90px 0 210px !important;
    }

    .hero-title {
        font-size: 45px !important;
        line-height: 48px !important;
    }

    .brands_images {
        justify-content: center;
        gap: 4px 13px;
        margin-top: 12px;
    }

    .testimonials {
        padding: 90px 0 0px !important;
    }

    .footer-section {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .why-choose-us {
        padding: 50px 0 !important;
    }

}

@media only screen and (max-width: 480px) {
    .hero-title {
        font-size: 35px !important;
        line-height: 40px !important;
        margin-bottom: 9px !important;
    }

    .hero-subtext {
        font-size: 16px !important;
        margin: 15px 0;
        line-height: 23px !important;
        padding: 0 !important;
        margin-bottom: 35px;
    }

    .brands-section {
        padding: 30px 8px !important;
        width: 94% !important;
    }

    .brand-heading {
        font-size: 23px !important;
        line-height: 30px !important;
    }

    .brands_images {
        justify-content: space-around;
    }

    .title,
    .services-section .section-title,
    .support-section .support-title,
    .how-it-works .section-title,
    .industries_sec .section-title,
    .why-choose-us .section-title,
    .contact_testimonials_bg .section-title {
        font-size: 25px;
        line-height: 30px;
    }

    .badge {
        font-size: 12px !important;
        padding: 8px 14px !important;
        margin-bottom: 8px;
        height: 35px !important;
    }

    .description {
        font-size: 13px !important;
    }

    .features {
        margin-bottom: 23px;
        gap: 10px 0;
    }

    .btn-primary {
        height: 50px;
        width: 160px;
        font-size: 14px !important;
    }

    .about-section {
        padding: 50px 0 40px !important;
    }

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

    .title,
    .services-section .section-title,
    .support-section .support-title,
    .how-it-works .section-title,
    .industries_sec .section-title,
    .why-choose-us .section-title,
    .contact_testimonials_bg .section-title {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .services-section .section-tag {
        font-size: 12px !important;
        padding: 8px 14px !important;
    }

    .btn-group {
        width: 100% !important;
        flex-direction: column !important;
    }

    .support-section .btn-group .btn-primary {
        width: 100% !important;
        max-width: 100% !important;
    }

    .btn-outline-light {
        max-width: 100% !important;
        margin-top: 20px;
    }

    p.section-description.aos-init.aos-animate {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .timeline-item:nth-child(odd) .timeline-content {
        margin-right: 0px !important;
        padding: 15px 0px 15px 0px !important;
    }


    .timeline-content h4 {
        font-size: 18px !important;
        line-height: 24.2px !important;
    }

    .timeline-item {
        margin: 0px 0 !important;
    }

    .timeline-content {
        margin-top: 14px !important;
    }

    .feature-box h4 {
        font-size: 17px !important;
        margin-bottom: 6px !important;
    }

    p.section-description.aos-init.aos-animate {
        width: 100% !important;
    }

    .get-started-btn {
        width: 100% !important;
    }

    .footer-section {
        padding-top: 35px !important;
    }

    .footer-title {
        font-size: 18px !important;
        margin-bottom: 17px !important;
        margin-top: 13px !important;
    }

    .footer-text {
        width: 100% !important;
    }


}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {


    .contact-section .form-control {
        max-width: 100% !important;
    }

    .col-lg-6.text-left {
        justify-items: center !important;
    }

    h2.hero-title.archivo.text-left.aos-init.aos-animate {
        text-align: center !important;
    }

    p.hero-subtext.text-left.aos-init.aos-animate {
        text-align: center !important;
    }

    a.btn.btn-primary.hero-btn.archivo.aos-init.aos-animate {

        margin: 0 auto !important;
    }

    h2.title-span1.archivo.aos-init.aos-animate {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    section.problems-section {
        overflow: hidden !important;
    }

    /*.text-left{*/
    /*    justify-items:center !important;*/
    /*}*/

    p.title-span2.archivo.aos-init.aos-animate {
        width: 100% !important;
        text-align: left !important;
    }

    .problem-card.aos-init.aos-animate {
        margin-top: 20px !important;
    }

    section.problems-section {
        padding: 0px 10px 50px 10px !important;
    }

    h2.title1.archivo.aos-init.aos-animate {
        font-size: 35px !important;
        line-height: 40px !important;
        text-align: center;
    }

    .pricing-card-Elite.pricing-card.aos-init.aos-animate {
        margin-top: 30px !important;

    }

    section.case-study-section {
        overflow: hidden !important;
    }

    .section-title {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    ul#caseTabs {
        width: 100% !important;
    }

    /*section.sales-section {*/

    /*    padding:150px 10px 10px 10px !important;*/
    /*}*/
    section.hero.contact_banner1 {
        padding: 100px 10px 10px 10px !important;
    }

    /* .contact-section .contact-info {
        display: block !important;
    } */

    div#navbarNav {
        background-color: #000 !important;
        padding: 20px !important;
        border-radius: 10px !important;
        width: 100%;
        right: 9px;
        top: 90px !important;
    }

    .custom-navbar .nav-link {
        font-size: 13px !important;
    }

    .call-button {
        font-size: 12px !important;
        line-height: 13px !important;
        margin-left: 0px !important;
    }

    h1.hero-title.archivo.aos-init.aos-animate {
        text-align: center !important;
    }

    p.hero-subtext.aos-init.aos-animate {
        text-align: center !important;
    }

    .fixed-top {
        position: sticky !important;
        z-index: 1030 !important;

    }

    .col-7 {
        width: 100% !important;
    }

    input[type="text"] {
        width: 100% !important;
        padding: 10px;
    }



}


@media screen and (min-device-width: 320px) and (max-device-width: 576px) {
    div#navbarNav {
        background-color: #000 !important;
        padding: 20px !important;
        border-radius: 10px !important;
        width: 104%;
        right: 373px;
        top: 0px !important;
        height: 100vh;
        transition: all 0.4s ease-in-out;
    }

    div#navbarNav.show {
        right: 0px;
        transition: all 0.4s ease-in-out;
    }
}