.crm-header-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-top: 6rem;
    background-image: url(../../assets/crm.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    flex-wrap: wrap;
    /* background-color: #9233ea; */
}

.header-content h1 {
    font-size: 3rem;
    color: white;
    margin-top: 20rem;
    text-transform: uppercase;
    font-weight: 900;
}

.header-content p {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    margin-top: 2rem;
    padding: 10px;
}

.tracking-in-expand-fwd {
    -webkit-animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-expand-fwd 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.enquire-btn {
    font-size: 1rem;
    color: white;
    background-color: #4ebdff;
    width: 10rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    margin-left: 2rem;
    margin-top: 1rem;
    cursor: default;
}

.enquire-btn:hover {
    background-color: #B7DAE0;
    color: black; /* Darker green */
}

@-webkit-keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.title h1 {
    font-size: 3rem;
    text-align: center;
    color: var(--color-light);
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.crm-system-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.crm-system-col-1 img {
    display: flex;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2rem;
}

.crm-description p {
    color: #fff;
    font-size: 16px;
    margin: 2rem;
    align-items: center;
    padding: 30px;
    border-left: 3px solid rgb(171, 170, 170);
}

@media screen and (max-width: 950px) {
    .crm-system-section {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;
    }
}

/* -------------------------------------------------------------------- */

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
    background-color: #2d3650;
    color: #fff;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section_title_all {
    font-size: 16px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.col-lg-4:hover {
    transform: scale(1.1);

    .about_content_box_all {
        background-color: #5099e7;
    }
}

.about_icon i {
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #00000069;
    border-radius: 35px;
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_content_box_all {
    padding: 28px;
    background-color: gainsboro;
    height: 300px;
}

img {
    max-width: 100%;
    height: auto;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    color: #00aeef;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 45px;
    margin-top: 3rem;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    margin-top: 3rem;
}

.about-section .content-column .inner-column {
    position: relative;
    padding: 1.5rem;
    background-color: var(--color-light);
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 200;
}

.about-section .text bold {
    font-weight: bold;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column:before {
    content: "";
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #00aeef;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, 0.15);
    border-radius: 46px;
}

.sec-title h2 {
    color: #00aeef;
}

.title1 {
    color: #fff;
}

.card-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quotes {
    width: 80vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
}

.quotes .box {
    position: relative;
    width: 25vw;
    height: 50vh;
    min-height: 320px;
    background: #f2f2f2;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
}

.quotes .box::before {
    position: absolute;
    top: -20px;
    left: 5px;
    width: 100%;
    height: 100%;
    font-size: 120px;
    opacity: 0.2;
    background: transparent;
    pointer-events: none;
}

.quotes .box::after {
    position: absolute;
    bottom: -10%;
    right: 5%;
    font-size: 120px;
    opacity: 0.2;
    background: transparent;
    filter: invert(1);
    pointer-events: none;
}

.quotes .box p {
    margin-top: 4rem;
    padding: 10px;
    font-size: 1.1rem;
}

.quotes .box h2 {
    position: absolute;
    margin-left: 0.8rem;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.quotes .box:hover {
    color: #f2f2f2;
    box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
}

.quotes .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in;
    pointer-events: none;
    width: 100%;
    height: 200%;
    overflow: hidden;
}

.quotes .box.box1:hover,
.quotes .box.box1:hover ~ .bg {
    background: #e2a9e5;
    background: -moz-linear-gradient(-45deg, #e2a9e5 15%, #2b94e5 100%);
    background: -webkit-linear-gradient(-45deg, #e2a9e5 15%, #2b94e5 100%);
    background: linear-gradient(135deg, #e2a9e5 15%, #2b94e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2a9e5', endColorstr='#2b94e5', GradientType=1);
}

.quotes .box.box2:hover,
.quotes .box.box2:hover ~ .bg {
    background: #632c65;
    background: -moz-linear-gradient(-45deg, #632c65 15%, #56a5e2 100%);
    background: -webkit-linear-gradient(-45deg, #632c65 15%, #56a5e2 100%);
    background: linear-gradient(135deg, #632c65 15%, #56a5e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#632c65', endColorstr='#56a5e2', GradientType=1);
}

.quotes .box.box3:hover,
.quotes .box.box3:hover ~ .bg {
    background: #4b384c;
    background: -moz-linear-gradient(-45deg, #4b384c 15%, #da5de2 100%);
    background: -webkit-linear-gradient(-45deg, #4b384c 15%, #da5de2 100%);
    background: linear-gradient(135deg, #4b384c 15%, #da5de2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b384c', endColorstr='#da5de2', GradientType=1);
}

@media (max-width: 768px) {
    .quotes {
        width: 100%;
        justify-content: center;
        gap: 20px;
    }

    .quotes .box {
        width: 80vw;
        height: auto;
        min-height: 100px;
        padding: 20px;
    }

    .quotes .box p {
        font-size: 1rem;
    }

    .quotes .box h2 {
        font-size: 1.3rem;
        margin-left: 0.5rem;
    }
}

@media (max-width: 425px) {
    .quotes {
        flex-direction: column;
        align-items: center;
    }

    .quotes .box {
        width: 90vw;
        padding: 15px;
    }

    .quotes .box p {
        font-size: 0.9rem;
    }

    .quotes .box h2 {
        font-size: 1.2rem;
        margin-left: 0;
    }
}

/* ---------------------------------- */
.apply-now-section {
    background-color: #f9f9f9;
    padding: 50px;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.content {
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.content h2 {
    text-transform: uppercase;
    color: #dc3545;
}

.content p {
    font-size: 16px;
}

.apply-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

.apply-button:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}