body {
    font-family: 'Montserrat', 'Figtree', sans-serif;
}

.main-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.rounded-custom {
    width: 520px;
    height: 420px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
}

.section-title-small {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.section-title-xs {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}




.content-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #3B3B3B;
    opacity: 0.85;
}

.content-text-small {
    font-size: 14px;

}

.content-text-small-color {
    font-size: 14px;
    color: #757575;
}

.content-text-md-color {
    font-size: 16px;
    color: #757575;
}


.content-text-large {
    font-size: 20px;
}


.highlight {
    color: #5E175D;
    font-weight: 700;
    text-decoration: underline;
}

.custom-image {
    width: 440px;
    max-width: 100%;
    height: 390px;
    border-radius: 26px;
    object-fit: cover;
}


.content-box {
    opacity: 0.8;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #626262;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-center-custom {
    text-align: center;
}



.content-box span {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 27px;
}

.max-w-730 {
    max-width: 730px;
}

.text-gray {
    color: #626262;
}

.text-dark-custom {
    color: #000;
}

.smallbusiness-card-box {
    width: 100%;
    max-width: 100%;
    height: 283px;
    background: rgba(220, 220, 220, 0.53);
    box-shadow: 12px 12px 248.3px rgba(0, 0, 0, 0.06);
    padding-top: 40px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smallbusiness-card-box:hover {
    box-shadow: 12px 12px 40px rgba(0, 0, 0, 0.15);
    background: #5E165D;
    cursor: pointer;


}



.icon-contain {
    margin-bottom: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    text-align: center;

}

.smallbusiness-card-box:hover .icon-contain {
    background: white;
    transform: scale(1.1);
    cursor: pointer;
}


.business-heading {
    text-align: center;
    color: #1E1E1E;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 20px;
}




.business-text {
    max-width: 210px;
    align-self: center;
    text-align: center;
    color: #1E1E1E;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 22px;
}

.smallbusiness-card-box:hover .business-heading,
.smallbusiness-card-box:hover .business-text {
    color: white;
}

.download-btn {
    height: 48px;
    background: #5E165D;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 8px;
    cursor: pointer;
    padding: 20px;

}

.subHeading {
    color: #000;
    font-size: 22px;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
}

.dot-list {
    list-style: none;
    padding-left: 15px;
}

.dot-list li::before {
    content: "";

    border-radius: 50%;
    position: absolute;
    margin-left: -15px;
    margin-top: 9px;
}

.orange-dot li::before {
    background: #E97132;
    width: 8px;
    height: 8px;
}

.black-dot li::before {
    background: #3B3B3B;
    width: 6px;
    height: 6px;
}


.sub-head-four {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.8px;
}


.roi-heading {
    text-align: center;
    color: #000;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 20px;
}

.roi-text {
    max-width: 300px;
    align-self: center;
    text-align: center;
    color: #757575;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 22px;
}


.roi-card-box {
    width: 100%;
    max-width: 100%;
    height: 283px;
    padding-top: 40px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-border {
    border-radius: 15px;
    border: 1px solid #E2E2E2;
    padding: 20px;
    width: 100%;
    max-width: 490px;
    margin: auto;
}

.banner {
    width: 100%;
    max-height: auto;
    min-height: 70px;
    background: #E97132;
    border-radius: 12px;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 0px 20px;
    color: white;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.feature-box {
    max-width: 520px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    background-color: #5E165D;
}



.icon-box {
    background-color: #F3F3F3;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 7px;
}



.feature-title-xs {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.84px;
}

.feature-box:hover .feature-title-xs,
.feature-box:hover p {
    color: #fff;
    cursor: pointer;
}

.feature-box:hover .icon-box {
    background-color: white;
}


.career-banner {
    position: relative;
}

.career-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 630px;
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .career-img {
        height: 150px;
        object-fit: cover;
        border-radius: 10px;
    }
}


.overlay-title {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.4px;
}

.overlay-text {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    opacity: 0.8;

}

.career-btn {
    background-color: #5E165D;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    border-radius: 8px;
    background: #E97132;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    padding: 6px 12px;
}

@media (max-width: 850px) {
    .overlay-title {
        font-size: 12px;
    }

    .overlay-text {
        font-size: 8px;
    }

    .career-btn {
        background-color: #5E165D;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        background: #E97132;
        color: #FFF;
        text-align: center;
        font-size: 8px;
        font-style: normal;
        text-transform: uppercase;
        padding: 6px 12px;
    }
}


.main-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    color: black;

}

.main-section .overlay-title {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}


.main-section .btn {
    border: none;
    padding: 15px 40px;
    background-color: white;
    border-radius: 8px;

}

@media (max-width: 992px) {
    .position-relative img {
        border-radius: 20px;
        object-fit: cover;
        margin: 8px;
    }

    .overlay {
        border-radius: 20px;
    }
}


.small-header {
    background: #ffffff;
    height: 64px;
    padding: 0 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 1440px;
}


.navbar-nav .nav-link {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 20px 14px;
    font-family: 'Montserrat', sans-serif;

}

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

.navbar-nav>.nav-item {
    margin-left: 20px;
}

.navbar-nav>.nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
}

.btn-connect {
    background: #E97132;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;


}

.btn-connect:hover {
    background: #E97132;
    color: #fff;

}

.dropdown-menu {
    font-size: 14px;
    border: none;
    min-width: 200px;
}

.dropdown-item {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.dropdown-item:hover {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #E97132;
}

.section-footer {
    background: #ffffff;
    border-top: 1px solid #eee;
    padding: 60px 0 20px;
    font-size: 14px;
    color: #444;
}

.footer-logo {
    max-width: 250px;
}

.footer-title {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.footer-links,
.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;

}

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

.footer-links a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;


}

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

.footer-info li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;

}

@media (max-width: 768px) {
    .section-footer {
        text-align: center;
    }

    .footer-info li {
        justify-content: center;
    }
}


.strategic-container {
    border-radius: 24px;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.strategic-container:hover {
    border-radius: 24px;
    background: #5E175D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;

}


.strategic-container:hover {
    background: #5E175D;
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
}

.strategic-container:hover p,
.strategic-container:hover li,
.strategic-container:hover .roi-heading,
.strategic-container:hover .section-title-xs,
.strategic-container:hover .content-text {
    color: #fff !important;
}

.strategic-container:hover svg path {
    stroke: #fff;
}




.contact-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid #eee;
    display: flex;
}


.contact-form {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #eee;
}

.form-label {
    font-weight: 500;
    color: #0D0D0D;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.form-control {
    border-radius: 8px;
    font-size: 14px;
    padding: 10px 12px;
}

.form-control:focus {
    border-color: #6a1b7b;
    box-shadow: none;
}

.submit-btn {
    background: #5E175D;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
}

.submit-btn:hover {
    background: #5E175D;
    color: #fff;

}



.form-control {
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 12px;
    background-color: #F9F9F9;
}

.form-control:focus {
    border: none;
    border-bottom: 1px solid #6a1b7b;
    box-shadow: none;
    outline: none;
}

.form-control::placeholder {

    color: #636363;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.468px;
}
.feature-box:hover svg path {
    fill: #fff;
}


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