@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');


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

body {
    overflow-x: hidden;
    /* Disable horizontal scroll */
}

.header-top-bg {
    /* background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%); */
    padding: 15px 0px;
    background-image: url(../images/header-bg.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-color: white;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    top: 0;
    transition: box-shadow 0.3s ease;
}

header.scrolled {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.header-top-right-btn {
    display: none;
}

.header-top-right ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.header-top-right ul li {
    list-style: none;
    margin-left: 28px;
}

.header-top-right ul li a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 16px;
}

.header-top-right ul li a:hover {
    color: grey;
}

section.hero-section-pd {
    position: relative;
    top: 118px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-section-main {
    padding: 337px 0px;
}


.hero-section-top-title h6 {
    font-size: 57px;
    font-family: "Syne", sans-serif;
    line-height: 70px;
}

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

.header-top-left-logo {
    max-width: 135px;
    width: 100%;
}

.header-top-left-logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-top-right-cards {
    display: flex;
    align-items: center;
    width: 33.33%;
}

.header-top-right-cards-r p {
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 13px;
}

.header-top-right-cards-l img {
    height: 22px;
    width: 100%;
    max-width: 22px;
}

.header-top-right-text {
    display: flex;
    align-items: center;
}

.header-top-right-text {
    display: flex;
    align-items: center;
    width: 50%;
}

.header-bottom-bg {
    background-image: linear-gradient(111.4deg, rgba(7, 7, 9, 1) 6.5%, rgba(27, 24, 113, 1) 93.2%);
    padding: 9px 0px;
}

.header-bot-main {
    display: flex;
    justify-content: space-between;
}

.header-top-right-cards-l {
    width: 2px;
    background-color: #b9b9b9;
    margin-right: 15px;
    height: 22px;
}


.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


.menu svg {
    max-width: 54px;
    height: 54px;
}




.hero-section-slider h6 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 400;
}

.hero-section-slider {
    position: relative;
    z-index: 100;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hero-section-slider p {
    color: white;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    margin-top: 8px;
}

.header-top-l-to-r-main-bg {
    width: 100%;
    height: 100vh;
    max-width: 430px;
    background-image: linear-gradient(111.4deg, rgba(7, 7, 9, 1) 6.5%, rgba(27, 24, 113, 1) 93.2%);
    position: fixed;
    top: 0;
    left: -500px;
    transition: 1s all;
    background: antiquewhite;
}

.show {
    left: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.header-top-middel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding: 0px 35px;
}

.header-top-m-cards a {
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background-image: radial-gradient(circle 975px at 2.6% 48.3%, rgba(0, 8, 120, 1) 0%, rgba(95, 184, 224, 1) 99.7%);
    padding: 13px 0px;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.header-top-m-cards {
    width: 100%;
}

.services-pd {
    margin-top: 50px;
}

.services-main {
    padding: 60px 0px;
}

.services-top-main h6 {
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.services-top-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.services-middel-cards {
    max-width: 350px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 50px;
    justify-content: start;
    margin-left: 35px;
}

.services-middel-cards:hover {
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
}

.services-middel-main {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    justify-content: center;
}

.services-middel-top-inner {
    max-width: 54px;
    height: auto;
    width: 100%;
}

.services-middel-top-inner img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.services-middel-bottom-text {
    padding-top: 20px;
    text-align: center;
}

.services-middel-bottom-text h6 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.services-middel-bottom-text p {
    font-size: 15px;
    line-height: 23px;
}

.about-pd {
    padding-bottom: 50px;
}

.about-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-left {
    width: 50%;
    padding-right: 100px;
}

.about-right {
    width: 50%;
}

.about-right-video video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 15px;

}

.about-right-video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 15px;
}

.about-left-text h6 {
    font-size: 32px;
    color: #ffb734;
}

.about-left-text p {
    color: grey;
    margin-bottom: 0px;
}

.mas-benefits-pd {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.title-separator {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #007bff, #00bcd4);
    margin: 0 auto 20px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Changed to 2 columns */
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Ensure cards don't get too wide on larger screens */
.benefit-card {
    max-width: 100%;
    width: 100%;
    background: white;
    border-radius: 15px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

.benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cb8300;
    border-radius: 50%;
    padding: 15px;
}

.benefit-icon img {
    width: 79%;
    height: 100%;
    object-fit: contain;
}

.benefit-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.benefit-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        /* Single column on mobile */
    }

    .section-title h2 {
        font-size: 2rem;
    }
}

.mas-benefits-top-title {
    text-align: center;
}

.item {
    display: flex;
    justify-content: center;
}

.mas-benefits-top-title h6 {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.mas-benefits-middel {
    display: flex;
    padding-top: 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.mas-benefits-middel-cards {
    max-width: max-content;
    width: 100%;
    background-image: radial-gradient(circle 975px at 2.6% 48.3%, rgba(0, 8, 120, 1) 0%, rgba(95, 184, 224, 1) 99.7%);
    display: flex;
    padding: 37px 37px;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    margin-left: 30px;
    margin-bottom: 40px;
}

.mas-benefits-middel-cards-inner-right h6 {
    color: white;
    font-family: "Poppins", sans-serif;

}

.mas-benefits-middel-cards-inner-right p {
    max-width: 456px;
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
}

.mas-benefits-middel-cards-inner-left {
    max-width: 55px;
    height: 55px;
    width: 100%;
}

.mas-benefits-middel-cards-inner-left img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}


.mas-benefits-middel-cards-inner-right {
    padding-left: 30px;
}

.call-today-bg {
    background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgb(1 22 83) 0.2%, #031c41 100.2%);
    padding: 40px 0px;
}

.call-today-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.call-today-l-text h6 {
    max-width: 510px;
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 27px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0px;
}

.call-today-l-text h6 a {
    text-decoration: none;
    color: yellow;
}

.call-today-right h6 {
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: white;
    max-width: 320px;
    font-size: 23px;
    line-height: 32px;
}

.customer-reviews-pd {
    padding: 45px 0px;
}

.customer-reviews-top-title {
    text-align: center;
    padding-top: 50px;
}

.customer-reviews-top-title h6 {
    font-size: 43px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


.customer-reviews-middel-cards {
    max-width: 630px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 42px 42px;
    text-align: left;
    border: 1px solid #ededed;
    background-image: radial-gradient(circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
    border-radius: 21px;
}

.customer-reviews-middel-top-title h6 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgb(56, 228, 240);
    border-bottom: 2px dashed white;
    padding-bottom: 15px;
}

.customer-reviews-middel-top-title h5 {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: rgb(210 227 146);
    margin-top: 23px;
}

.customer-reviews-middel-top-title p {
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: white;
}

.customer-reviews-middel-bottom {
    max-width: 45px;
    height: 45px;
    width: 100%;
    margin-top: 18px;
}

.customer-reviews-middel-bottom img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.get-in-touch-top-title h6 {
    font-size: 43px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

section.get-in-touch {
    padding: 35px 0px;
}

.get-in-touch-top-title {
    text-align: center;
}

.get-in-touch-map {
    max-width: 600px;
    height: 500px;
    width: 100%;
}

.get-in-touch-map iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get-in-touch-middel-map {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 50%;
}

.get-in-touch-main {
    padding-bottom: 35px;
}

.hero-section-top-title p {
    font-size: 27px;
    font-family: "Sen", sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}

.services-top-main p {
    font-family: "Sen", sans-serif;
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 3px;
}

.get-in-touch-middel-main {
    display: flex;
    align-items: center;
    padding-top: 45px;
    justify-content: center;
}

.get-in-touch-middel-cards p {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}


.get-in-touch-m-top-icon {
    max-width: 30px;
    width: 100%;
    height: 30px;
    margin-bottom: 8px;
}

.get-in-touch-m-top-icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.get-in-touch-middel-cards {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.075);
    padding: 15px 20px;
    border-radius: 8px;
    max-width: 480px;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.get-in-touch-middel-left {
    padding-left: 50px;
}

.get-in-touch-middel-cards a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 28px;
}

.border-gradient {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.border-gradient-purple {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.crm-hero-section-bg {
    background-image: url(../images/mas-bg.png);
    background-size: 100% 100%;
    background-position: center;
    padding-top: 118px;
    /* position: relative; */
    top: 118px;
    /* height: 90vh; */
}

.crm-hero-top-title h6 {
    color: #58468C;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow: hidden;
    border-right: 2px solid black;
    white-space: nowrap;
    max-content: max-content;
    animation: typing 6s steps(20, end) forwards;
    animation-timing-function: linear;
}



@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}






.crm-hero-top-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 189px;
}

.crm-hero-top-title p {
    margin-bottom: 0px;
    color: #716C80;
    font-family: "Nunito", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
    max-width: 680px;


}



.crm-hero-m-top-rolling {
    max-width: 230px;
    width: 100%;
    height: auto;
    margin-left: 160px;
}

.crm-hero-m-top-rolling img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.crm-hero-middel-main {
    display: flex;
    justify-content: stretch;
    align-items: end;
}

.crm-hero-middel {
    max-width: 610px;
    height: auto;
    width: 100%;
}

.crm-hero-middel img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.crm-hero-middel-left {
    max-width: 307px;
    width: 100%;
    z-index: 10;
    bottom: 0;

}

.crm-hero-middel-left img {
    max-width: 100%;
    width: 100%;
}

.crm-hero-middel-right {
    max-width: 234px;
    width: 100%;
}

.crm-hero-middel-right img {
    max-width: 100%;
    width: 100%;
}

.crm-hero-half-circle {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.crm-hero-half-circle img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


.crm-hero-main {
    padding-top: 65px;
}

.design-for-device-pd {
    padding-top: 120px;
}

.design-for-device-left-top-title h6 {
    color: #58468C;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 54.9px;
}

.design-for-device-left-bot-text h6 {
    max-width: 499.74px;
    font-family: "Nunito", sans-serif;
    color: #716C80;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 30px;
}

.design-for-device-left-bot-text p {
    margin-bottom: 0px;
    color: #716C80;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}

.design-for-device-right-image {
    max-width: 581.63px;
    width: 100%;
}

.design-for-device-right-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.design-for-device-left,
.design-for-device-right {
    width: 50%;
}

.in-cloud-main {
    display: flex;
    align-items: center;
}

.in-cloud-left-image {
    max-width: 402px;
    width: 100%;
    height: auto;
}

.in-cloud-left-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.in-cloud-left,
.in-cloud-right {
    width: 50%;
}

.in-cloud-right-top-title h5 {
    font-family: "Poppins", sans-serif;
    color: #58468C;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 54.9px;
}

.in-cloud-right-top-title p {
    color: #716C80;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
    max-width: 579.53px;
}

.in-cloud-section {
    padding-top: 89px;
    padding-bottom: 80px;
}

.in-cloud-right-bot-btn a {
    text-decoration: none;
    border-radius: 36px;
    background: #5681FF;
    display: flex;
    max-width: 286.83px;
    padding: 13.5px 98.984px 14.5px 99.31px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.main-feature-pd {
    padding-top: 55px;
}

.main-feature-top-title h5 {
    color: #58468C;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 54.9px;
    font-family: "Poppins", sans-serif;
}

.main-feature-top-title p {
    color: #716C80;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;
    max-width: 900px;
}

.main-feature-top-title p span {
    font-weight: 700;
    color: #58468C;
}


.main-feature-top-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-bottom: 55px;
}


.main-feature-pd {
    padding-top: 55px;
    padding-bottom: 55px;
}

.main-feature-middel-main {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.cus-main-feature-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main-feature-middel-cards {
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    padding: 20px 20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #ededed;
    margin-right: 35px;
    width: calc(100% / 3);
    margin-bottom: 55px;
}

.main-feature-middel-cards-top-image {
    max-width: 480px;
    height: auto;
    width: 100%;
}

.main-feature-middel-cards-top-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.main-feature-middel-cards-bot-text h6 {
    color: #58468C;
    text-align: center;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 31.9px;
}

.main-feature-middel-cards-bot-text {
    padding-top: 30px;
}

.main-feature-middel-cards-bot-text p {
    color: #716C80;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: "Nunito", sans-serif;
}

.cus-main-feature-image .owl-stage-outer {
    position: relative;
    left: 0;
    right: 0;
}

.cus-main-feature-image .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
}

.cus-main-feature-image .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.cus-main-feature-image .owl-nav .owl-prev span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
}

.cus-main-feature-image .owl-nav .owl-prev img {
    max-width: 15px;
}


.cus-main-feature-image .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.cus-main-feature-image .owl-nav .owl-next span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
}

.cus-main-feature-image .owl-nav .owl-next img {
    max-width: 15px;
}

.frequently-ask-que-pd {
    padding-top: 40px;
    padding-bottom: 75px;
}

.frequently-ask-que-top-main {
    display: flex;
    align-items: center;
    position: relative;
    top: 50px;
}

.frequently-ask-que-top-left,
.frequently-ask-que-top-right {
    width: 50%;
}

.frequently-ask-que-top-right {
    display: flex;
    justify-content: end;
}

.frequently-ask-que-top-right-image {
    max-width: max-content;
    width: 100%;
    height: auto;
}

.frequently-ask-que-top-right-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.frequently-ask-left-top-title h5 {
    margin-bottom: 0px;
    color: #58468C;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 64.9px;
    font-family: "Poppins", sans-serif;
}

.frequently-ask-left-top-title h5 span {
    color: orange;
}



.frequently-ask-que-middel-collapes {
    background: #F5F9FF;
}

.frequently-ask-que-middel-collapes:not(.collapsed) {
    background: #F5F9FF;
    color: black;
    border: none;

}

.frequently-ask-que-middel-collapes:first-of-type {
    border-radius: 0px;
}

.frequently-ask-que-middel-collapes:first-of-type .accordion-button {
    border-radius: 0px;
}

.frequently-ask-que-middel-collapes:focus {
    box-shadow: none;
    border: none !important;
}

.frequently-ask-que-middel-collapes {
    padding: 16px 16px;
    margin-bottom: 25px;
}

.cus-frequently-font {
    color: #58468C !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.9px;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}

.frequently-ask-que-middel-collapes:not(.collapsed) {
    box-shadow: none;
}

.frequently-ask-que-body {

    padding-top: 11px;
    padding-right: 16px;
    padding-bottom: 0px;
}

.frequently-ask-que-body h6 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-bottom: 1px solid orange;
    padding-bottom: 15px;
}

.frequently-ask-que-body p {
    color: #716C80;
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    margin-bottom: 0px;
}

.pictures-of-dashboard {
    max-width: 100%;
    height: 100%;
    width: 100%;
    padding: 25px 25px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    background-color: white;
    border-radius: 10px;
    margin-top: 25px;
}

.pictures-of-dashboard img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

p.frequently-ask-que-body-font {
    margin-top: 15px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    padding: 10px 25px;
    background-color: black;
}

.frequently-ask-que-bg {
    background-color: white;
    padding: 25px 35px;
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.1);
}



.cus-ab-inner-image-slider {
    width: 100%;
    height: 400px;
    background-color: wheat;
    border-radius: 15px;
}

.cus-ab-inner-image-slider img {
    max-width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.cus-ab-right-slider .owl-stage-outer {
    position: relative;
    left: 0;
    right: 0;
}

.cus-ab-right-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1000;
    align-items: center;
}

.mas-hero-inner-text p {
    font-size: 24px;
}

.cus-ab-right-slider .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255) !important;
    position: relative;
    left: -20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus-ab-right-slider .owl-nav .owl-prev span {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8px;
}

.cus-ab-right-slider .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255) !important;
    position: relative;
    right: -20px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus-ab-right-slider .owl-nav .owl-next span {
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8px;
}

.cus-ab-right-slider .owl-nav .owl-next img {
    max-width: 22px;
}

.cus-ab-right-slider .owl-nav .owl-prev img {
    max-width: 22px;
}

.cus-font {
    font-family: "Poppins", sans-serif;
    color: #ffb734;
}

.mas-hero-bg {
    max-width: 100%;
    height: 100vh;
}

.mas-hero-bg video {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.mas-hero-bg {
    position: relative;
}

.mas-hero-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Adjust opacity here */
}

.text-overlay {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mas-hero-inner-text h1 {
    font-size: 75px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    animation: fadeIn 2s ease forwards;
    position: relative;
    top: -50px;
    /* Initial position */
    animation: slideIn 1s ease forwards;
}


.mas-hero-inner-text span {
    color: #ffb734;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        top: -50px;
        /* Start position */
        opacity: 0;
        /* Start opacity */
    }

    to {
        top: 0;
        /* End position */
        opacity: 1;
        /* End opacity */
    }
}


.hero-services-section {
    padding-top: 180px;
    padding-bottom: 140px;
}



.hero-services-top-title h6 {
    font-size: 40px;
    font-family: "Poppins", sans-serif;
}

.hero-services-top-title h6 span {
    color: orange;
}

.hero-services-top-title p {
    max-width: 650px;
    margin-bottom: 0px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}

.hero-services-middel-main {
    padding-top: 50px;
}


.hero-services-middel-main {
    padding: 50px 47px;
    margin-top: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}


.hero-services-middel-c-top-title {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 4px dotted orange;
    max-width: 430px;
    border-radius: 0px 0px 50px 0px;
    padding-right: 45px;
}

.hero-services-middel-c-top-left {
    max-width: 59px;
    width: 100%;
    height: 52px;
}

.hero-services-middel-c-top-left img {
    width: 100%;
    height: auto;
    max-width: 100%;

}

.hero-services-middel-c-top-right h5 {
    font-size: 31px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-family: "Poppins", sans-serif;
}

.hero-servies-middel-cards-middle {
    padding-top: 20px;
}

.hero-servies-middel-cards-middle h6 {
    font-size: 20px;
}

.hero-servies-middel-cards-middle p {
    font-size: 17px;
    color: grey;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    margin-bottom: 0px;
}

.hero-servies-middel-cards-middle p span {
    color: black;
    font-weight: 600;
}

.hero-servies-middel-cards-bottom {
    margin-top: 20px;
}

.hero-servies-middel-cards-bottom a {
    text-decoration: none;
    background: linear-gradient(108deg, #EAABF0 7.37%, #4623E9 95.19%);
    color: white;
    padding: 10px 33px;
    border-radius: 50px;
    display: flex;
    max-width: 170px;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.hero-services-main {
    padding-bottom: 120px;
}


.hero-reviews-left {
    width: 50%;
}

.hero-reviews-left-inner {
    max-width: 470px;
    width: 100%;
    height: auto;
}

.hero-reviews-left-inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}



section.hero-reviews-pd {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/customer-bg.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    /* padding: 185px 0px; */
    height: 100vh;
    position: relative;
    top: 118px;
    background-attachment: fixed;
}

.hero-reviews-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-right-cards-top-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.header-top-right-cards-top-text h6 {
    max-width: 340px;
    font-family: "Poppins", sans-serif;
    line-height: 23px;
    color: grey;
}

.hero-reviews-right-cards-bottom-text {
    margin-top: 20px;
    text-align: center;
}

.hero-reviews-right-cards-bottom-text h6 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
}

.hero-reviews-right-cards-bottom-text p {
    margin-bottom: 0px;
    font-size: 15px;
}


.cus-reviews-slider {
    max-width: 450px;
    width: 100%;
    position: static !important;
}



.hero-reviews-right-main-cards-bg {
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 38px 0px;
    max-width: 455px;
    width: 100%;
    position: relative;
}

.cus-reviews-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    align-items: center;
}



.cus-reviews-slider .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff !important;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    left: -25px;
}

.cus-reviews-slider .owl-nav .owl-prev img {
    max-width: 40px;
    width: 100%;
}

.cus-reviews-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff !important;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    right: -25px;
}

.cus-reviews-slider .owl-nav .owl-next img {
    max-width: 40px;
    width: 100%;
}

.hero-reviews-right-main-cards-bg h4 {
    text-align: center;
    margin-bottom: 12px;
    color: #3e4073;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 26px;
}

.header-top-right-cards-top-text h6 span {
    font-weight: bold;
    font-size: 25px;
}

.header-reviews-right-main-top-icon {
    max-width: 80px;
    width: 100%;
}

.header-reviews-right-main-top-icon img {
    max-width: 100%;
}

.hero-reviews-right-main-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* CONTACT US PAGE */

.hero-contact-us-page-bg {
    /* background-color: black; */
    /* height: 87vh; */
    display: flex;
    align-items: center;
    margin-top: 118px;
    background-image: url(../images/mas-contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-contact-us-page-main {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.hero-contact-us-page-left {
    width: 50%;
}

.hero-contact-us-page-left-top-title h6 {
    color: white;
    font-size: 35px;
    font-family: "EB Garamond", serif;
}



.hero-contact-us-page-left-top-title p {
    font-size: 18px;
    max-width: 490px;
    color: grey;
}

.hero-contact-us-page-left-main {
    display: flex;
    justify-content: center;
}

.hero-contact-us-page-left-bottom-bg {
    margin-top: 40px;
    max-width: 440px;
}


.hero-contact-us-page-left-bottom-top-text h6 {
    color: white;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    border-bottom: 1px solid orange;
    padding-bottom: 13px;
    padding-top: 13px;
}



.hero-contact-us-page-left-bottom-top-text p {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
}

.hero-contact-us-page-left-bottom-top-text {
    margin-bottom: 25px;
}

.hero-contact-us-page-left-bottom-top-text a {
    text-decoration: none;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
    max-width: 370px;
    width: 100%;
    display: flex;
}

.hero-contact-us-page-right {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hero-contact-us-page-left-top-title {
    padding-bottom: 25px;
}

.hero-contact-us-page-right-form-main form {
    display: flex;
    flex-direction: column;
}

.hero-contact-us-page-right-form-main form input[type="email"],
.hero-contact-us-page-right-form-main form input[type="text"] {
    border: none;
    border-bottom: 1px solid orange;
    background-color: transparent;
    color: white;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    width: 420px;
    margin-bottom: 30px;
}

.hero-contact-us-page-right-form-main form input[type="email"]::placeholder,
.hero-contact-us-page-right-form-main form input[type="text"]::placeholder {
    color: white;
}

.hero-contact-us-page-right-form-main form input[type="email"]:focus,
.hero-contact-us-page-right-form-main form input[type="text"]:focus,
.hero-contact-us-page-right-form-main form textarea:focus {
    outline: 0px;
}

.hero-contact-us-page-right-form-main form textarea {
    border: none;
    border-bottom: 1px solid orange;
    background-color: transparent;
    color: white;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    width: 420px;
    margin-bottom: 30px;
    height: 110px;
    resize: none;
}

.hero-contact-us-page-right-form-main form textarea::placeholder {
    color: white;
}


.hero-contact-us-page-right-form-main form button {
    background-color: orange;
    color: white;
    padding: 10px 25px;
    border: none;
}

.hero-contact-us-page-right-form-main form button:hover {
    border: 1px solid orange;
    background-color: transparent;
    transition: 1s all;
}

.hero-contact-us-page-right-form-main {
    padding: 25px 25px;
    background: #272727;
    width: 500px;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
}

.tech-expertise-pd {
    padding: 80px 0;
    background: #f8f9fa;
    margin-bottom: 90px;
}

.tech-expertise-top-main {
    text-align: center;
    margin-bottom: 50px;
}

.tech-expertise-top-main h6 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.tech-expertise-top-main p {
    font-size: 18px;
    color: #666;
}

.tech-expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
}

.tech-expertise-card {
    text-align: center;
    padding: 25px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.tech-expertise-card p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
}

.tech-icon {
    width: 80px;
    /* height: 80px; */
    /* margin: 0 auto 15px; */
    padding-bottom: 15px;
}

.tech-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech-expertise-card h6 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

@media (max-width: 768px) {
    .tech-expertise-card p {
        font-size: 13px;
    }

    .tech-expertise-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

.section-header {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title span {
    color: #007bff;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
    max-width: 660px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    /* height: 100%; */
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.service-icon img {
    width: 100%;
    height: auto;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2d3436;
    margin: 0;
}

.service-description {
    color: #636e72;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-primary {
    background: #007bff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.service-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.service-list li {
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}

.service-list li:before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #007bff;
}

/* Hero Section Styles */
.crm-hero-section-bg {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.crm-hero-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

/* Left Content Styles */
.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.text-primary {
    color: #0066ff;
    position: relative;
    display: inline-block;
}

.text-primary::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0066ff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.text-primary:hover::after {
    transform: scaleX(1);
}

.hero-description {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    max-width: 90%;
}

/* Button Styles */
.hero-cta-buttons {
    display: flex;
    gap: 1rem;
}

.btn {
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #0066ff;
    border: 2px solid #0066ff;
    color: white;
}

.btn-primary:hover {
    background-color: #0052cc;
    border-color: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15);
}

.btn-outline-primary {
    background-color: transparent;
    border: 2px solid #0066ff;
    color: #0066ff;
}

.btn-outline-primary:hover {
    background-color: #0066ff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.15);
}

/* Right Image Styles */
.hero-device-wrapper {
    position: relative;
    width: 100%;
    /* padding: 20px; */
}

.main-device {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.main-device:hover {
    transform: translateY(-10px);
}

.floating-elements {
    position: absolute;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

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

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

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 992px) {
    .crm-hero-main {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero-description {
        margin: 0 auto 2.5rem auto;
    }

    .hero-cta-buttons {
        justify-content: center;
    }

    .hero-device-wrapper {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .crm-hero-section-bg {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-device-wrapper {
        max-width: 100%;
    }

    .img-fluid {
        max-width: 100% !important;
        height: auto;
    }
}



.crm-modules-section {
    background: #f8f9fa;
}

.module-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.module-card {
    background: white;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
}

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.module-card h4 {
    font-size: 1.2rem;
    margin: 0;
}

.module-card p {
    margin: 0;
    color: #6c757d;
}

.integration-preview-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
}

.device-mockup-wrapper {
    padding: 2rem;
}

.device-frame {
    position: relative;
    z-index: 2;
}

.floating-element-1,
.floating-element-2 {
    display: none;
}

.feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 12px;
}

.feature-icon i {
    font-size: 19px;
    color: #0d6efd;
}


.feature-text h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.feature-text p {
    font-size: 0.9rem;
}

.badge {
    padding: 0.5rem 0px 0rem;
    font-size: 0.9rem;
    font-weight: 500;
    font-size: 17px;
}

.display-6 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.decorative-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.circle-1 {
    width: 500px;
    height: 500px;
    background: rgba(13, 110, 253, 0.05);
    /* Bootstrap primary color with opacity */
    top: -250px;
    right: -100px;
}

.circle-2 {
    width: 300px;
    height: 300px;
    background: rgba(13, 110, 253, 0.03);
    bottom: -150px;
    left: -150px;
}

/* Modal Styles */
#demoModal .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#demoModal .form-control {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#demoModal .form-control:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

#demoModal .btn-close {
    padding: 0.5rem;
    margin: -0.5rem;
}

#demoModal .feature-item i {
    color: rgba(255, 255, 255, 0.9);
}

#demoModal .btn-primary {
    padding: 12px;
    border-radius: 8px;
}

#demoModal .modal-dialog {
    max-width: 680px;
}

/* Modal Transition Animations */
.modal.fade .modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Success Icon Animation */
@keyframes successAnimation {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkmarkAnimation {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.check-circle {
    width: 80px;
    height: 80px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: successAnimation 0.5s ease-in-out;
}

.check-circle i {
    color: white;
    font-size: 40px;
    animation: checkmarkAnimation 0.5s ease-in-out 0.2s both;
}

/* Modal Content Animation */
.modal-content {
    animation: modalContentFade 0.3s ease-in-out;
}

@keyframes modalContentFade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

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

/* Thank You Modal Animations */
#thankYouModal h3,
#thankYouModal p {
    opacity: 0;
    transform: translateY(20px);
    animation: textFadeIn 0.5s ease-in-out forwards;
}

#thankYouModal h3 {
    animation-delay: 0.3s;
}

#thankYouModal p {
    animation-delay: 0.5s;
}

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

/* Close Button Animation */
#thankYouModal .btn-primary {
    opacity: 0;
    transform: translateY(20px);
    animation: buttonFadeIn 0.3s ease-in-out 0.7s forwards;
}

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

/* Modal Backdrop Animation */
.modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.modal-backdrop.show {
    opacity: 0.5;
}

/* Custom Image */
.custom-image {
    max-width: 50%;
}

/* Form Validation Styles */
#demoRequestForm input.error {
    border: 1px solid red !important;
}

#demoRequestForm input:focus {
    outline: none;
    border-color: #0d6efd;
}

/* Thank You Popup */
.thank-you-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1060;
    width: 90%;
    max-width: 400px;
}

.popup-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0d6efd;
}

/* Success Icon */
.success-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Thank You Modal Styles */
#thankYouModal .modal-content {
    border-radius: 15px;
    background: #fff;
}

#thankYouModal .modal-body {
    padding: 2.5rem !important;
}

#thankYouModal h3 {
    color: #2c3e50;
    font-size: 28px;
}

#thankYouModal p {
    color: #7f8c8d;
    font-size: 16px;
}

#thankYouModal .btn-primary {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#thankYouModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Form Validation Styles */
.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.form-control.is-invalid~.invalid-feedback {
    display: block;
}

/* Disabled Button Styles */
.btn-primary.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Responsive Styles */
@media (max-width: 767.98px) {
    #demoModal .modal-dialog {
        margin: 0.5rem;
        width: 95%;
    }

    #demoModal .modal-content {
        border-radius: 15px;
    }

    /* Fix column layout on mobile */
    #demoModal .row.g-0 {
        flex-direction: column;
    }

    #demoModal .col-4,
    #demoModal .col-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Adjust form padding and spacing */
    #demoModal .p-4 {
        padding: 1rem !important;
    }

    /* Adjust input fields */
    #demoModal .form-control {
        padding: 10px;
        margin-bottom: 10px;
    }

    /* Thank You Modal Adjustments */
    #thankYouModal .modal-dialog {
        margin: 1rem;
        width: 95%;
    }

    #thankYouModal .modal-body {
        padding: 1.5rem !important;
    }

    /* Adjust success icon size */
    .check-circle {
        width: 60px;
        height: 60px;
    }

    .check-circle i {
        font-size: 30px;
    }

    /* Adjust text sizes */
    #thankYouModal h3 {
        font-size: 22px;
    }

    #thankYouModal p {
        font-size: 14px;
    }

    /* Custom image adjustment */
    .custom-image {
        max-width: 100%;
    }

    /* Image Modal Adjustments */
    #imageModal .modal-dialog {
        margin: 0.5rem;
    }

    #imageModal .row {
        flex-direction: column;
    }

    #imageModal .col-lg-8,
    #imageModal .col-lg-4 {
        width: 100%;
        padding: 10px;
    }

    /* Dashboard Modal Adjustments */
    #dashboardDetailsModal .modal-dialog {
        margin: 0.5rem;
    }

    #dashboardDetailsModal .card {
        margin-bottom: 1rem;
    }

    /* General text adjustments */
    .lead {
        font-size: 1rem;
    }

    .display-6 {
        font-size: 1.5rem;
    }

    /* Button adjustments */
    .btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    /* Form row spacing */
    .row.g-3 {
        --bs-gutter-y: 0.5rem;
    }

    /* Fix modal backdrop */
    .modal-backdrop {
        opacity: 0.7;
    }
}

/* Additional breakpoint for very small devices */
@media (max-width: 375px) {

    #demoModal .modal-dialog,
    #thankYouModal .modal-dialog {
        margin: 0.25rem;
    }

    .check-circle {
        width: 50px;
        height: 50px;
    }

    .check-circle i {
        font-size: 25px;
    }

    #thankYouModal h3 {
        font-size: 20px;
    }

    #thankYouModal p {
        font-size: 13px;
    }
}

.mas-hero-section {
    position: relative;
    /* height: 100vh; */
    min-height: 600px;
    overflow: hidden;
    /* background-image: url(../images/office_back-2.jpg); */
    background-position: center;
    background-size: cover;
}

.mas-hero-bg {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-text {
    max-width: 800px;
    color: #ffffff;
    text-align: left;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-title .highlight {
    color: #ffffff;
    /* Adjust to match your brand color */
    position: relative;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary {
    background: #0d6efd;
    /* Adjust to match your brand color */
    color: #ffffff;
}

.btn-outline {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.mouse {
    width: 26px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    margin: 0 auto 10px;
    position: relative;
}

.mouse::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: #ffffff;
    border-radius: 2px;
    animation: scroll 2s infinite;
}

@keyframes scroll {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 15px);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}


.gradient-overlay {
    background: linear-gradient(to right, rgb(0 0 0 / 80%) 0%, rgb(47 47 47 / 60%) 50%, rgb(255 255 255 / 40%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hero Button Styles */
.hero-content .btn {
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
}

/* Our Services Button */
.hero-content .btn.Our-Services {
    background: #ff3e3e;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 62, 62, 0.2);
}

.hero-content .btn.Our-Services:hover {
    background: #ff2525;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 62, 62, 0.3);
}

/* Contact Us Button */
.hero-content .btn.Contact-Us {
    background: transparent;
    color: white;
    border: 2px solid white;
    margin-left: 15px;
}

.hero-content .btn.Contact-Us:hover {
    background: white;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-content .btn {
        padding: 12px 30px;
        font-size: 14px;
    }

    .hero-content .btn.Contact-Us {
        margin-left: 10px;
    }
}

@media (max-width: 480px) {
    .hero-content .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-content .btn.Contact-Us {
        margin-left: 0;
    }
}

/* Get In Touch Section Styles */
.get-in-touch {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    margin-bottom: 15px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.title-separator {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #ff3e3e 0%, #833ab4 100%);
    margin: 0 auto 20px;
}

.section-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.contact-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

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

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: #040d28;
    /* Solid pink/rose color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0px 8px 16px rgba(233, 30, 99, 0.2);
}

.icon-wrapper::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: rgba(233, 30, 99, 0.1);
    z-index: -1;
}

.icon-wrapper i {
    font-size: 32px;
    color: white;
}

.contact-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-link {
    color: #E91E63;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #cc2026;
}

.address {
    color: #716C80;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .get-in-touch {
        padding: 60px 0;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 16px;
    }


    .device-mockup-wrapper {
        max-width: 100% !important;
        height: 100%;
    }


    .contact-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 20px;
    }

    .contact-card {
        padding: 30px 20px;
    }
}

.device-mockup-wrapper {
    max-width: 355px;
    height: 100%;
}

.device-mockup-wrapper img {
    width: 100%;
    height: 100%;
}

.dashboard-components {
    height: 375px;
    overflow: auto;
}

.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}






.contact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.info-item p,
.info-item a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    max-width: 350px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.info-text {
    padding-left: 18px;
}

.info-text p {
    margin-bottom: 0;
}

/* Contact Info Styles */
.info-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.info-item {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3sease;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 02s all;
}

.icon {
    width: 50px;
    height: 50px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 15px; */
}

.icon i {
    color: white;
    font-size: 20px;
}

.info-item h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-item p,
.info-item a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
}

.info-item a:hover {
    color: #007bff;
}

/* Contact Form Styles */
.form-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-header {
    margin-bottom: 30px;
    text-align: center;
}

.form-header h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.form-header p {
    color: #666;
    font-size: 16px;
}

.input-group {
    margin-bottom: 20px;
}

input,
textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

input:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

textarea {
    height: 150px;
    resize: vertical;
}

button {
    width: 100%;
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
} */

/* Responsive Design */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .info-card,
    .form-card {
        padding: 30px;
    }
}



.customer-reviews-pd {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.title-separator {
    width: 80px;
    height: 3px;
    background: #3498db;
    margin: 0 auto 20px;
}

.review-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #e8f0fe;
    font-size: 40px;
}

.quote-icon i {
    color: #3498db;
    opacity: 0.2;
}

.review-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    padding-right: 40px;
}

.rating {
    margin-bottom: 20px;
    margin-top: 21px;
}

.rating i {
    color: #ffd700;
    font-size: 18px;
    margin-right: 2px;
}

.reviewer-info {
    text-align: right;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.reviewer-info h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.location {
    font-size: 14px;
    color: #95a5a6;
}

/* Owl Carousel Navigation */
.customer-reviews-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.customer-reviews-slider .owl-nav .owl-prev {
    max-width: max-content;
    background-color: transparent;
}

.customer-reviews-slider .owl-nav .owl-next {
    max-width: max-content;
    background-color: transparent;
}

.customer-reviews-slider .owl-nav .owl-next img {
    max-width: 70px;
    height: 70px;
}

.customer-reviews-slider{
    position: relative;
    left: 0;
    right: 0;
}

.customer-reviews-slider .owl-nav .owl-prev img {
    max-width: 70px;
    height: 70px;
}

.customer-reviews-slider .owl-dots {
    margin-top: 30px;
}

.customer-reviews-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #d5d5d5;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.customer-reviews-slider .owl-dot.active span {
    background: #3498db;
    transform: scale(1.2);
}


.about-section {
    background-color: #fff;
    margin-top: 138px;
}

.section-title {
    font-weight: 700;
    color: #333;
}

.feature-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.mission-statement {
    background: #f8f9fa;
    border-left: 5px solid #007bff;
}

.text-primary {
    color: #007bff !important;
}

/* About Section Styles */
.about-section {
    background-color: #ffffff;
}

.separator-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #007bff, #00a6ff);
    margin: 0 auto;
}

.mb-6 {
    margin-bottom: 5rem;
}

/* Image Styles */
.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.about-image-wrapper img {
    border-radius: 15px;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #007bff;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

/* Mission Card */
.mission-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mission-text {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* Service Cards */
.service-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.icon-wrapper i {
    font-size: 1.5rem;
    color: #007bff;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.benefit-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.benefit-icon {
    color: #28a745;
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* CTA Card */
.cta-card {
    background: linear-gradient(135deg, #007bff, #00a6ff);
    color: white;
    padding: 4rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);
}

.cta-card .btn-primary {
    background: white;
    color: #007bff;
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
}

.cta-card .btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .mb-6 {
        margin-bottom: 3rem;
    }

    .mission-card {
        padding: 2rem;
    }

    .experience-badge {
        position: relative;
        display: inline-block;
        margin-top: 1rem;
    }
}

/* Why Choose Us Section Styles */
.why-choose-section {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    position: relative;
}

.section-header {
    margin-bottom: 60px;
}

.header-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b 0%, #ff8e53 100%);
    margin: 20px auto;
    border-radius: 2px;
}

.why-choose-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.why-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(90deg, #ff6b6b 0%, #ff8e53 100%);
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.why-choose-card:hover::before {
    height: 4px;
    opacity: 1;
}

.card-icon {
    margin-bottom: 25px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(255, 142, 83, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ff6b6b;
    transition: all 0.3s ease;
}

.why-choose-card:hover .icon-box {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    color: white;
    transform: rotateY(180deg);
}

.card-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 15px;
}

.card-content p {
    color: #636e72;
    line-height: 1.6;
    margin: 0;
}

/* Decorative Elements */
.why-choose-section::before,
.why-choose-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.05) 0%, rgba(255, 142, 83, 0.05) 100%);
    z-index: 0;
}

.why-choose-section::before {
    top: -100px;
    left: -100px;
}

.why-choose-section::after {
    bottom: -100px;
    right: -100px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 60px 0;
    }

    .why-choose-card {
        padding: 30px 20px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .card-content h3 {
        font-size: 20px;
    }
}

/* What We Do Section */
.what-we-do-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(90deg, #007bff 0%, #00c6ff 100%);
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease;
    opacity: 0;
}

.service-card:hover::before {
    height: 4px;
    opacity: 1;
}

.card-icon {
    margin-bottom: 25px;
}

.icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 198, 255, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #007bff;
    transition: all 0.3s ease;
}

.service-card:hover .icon-box {
    background: linear-gradient(135deg, #007bff 0%, #00c6ff 100%);
    color: white;
    transform: rotateY(180deg);
}

.card-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 15px;
}

.card-content p {
    color: #636e72;
    line-height: 1.6;
    margin: 0;
}

/* Decorative Elements */
.what-we-do-section::before,
.what-we-do-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 198, 255, 0.05) 100%);
    z-index: 0;
}

.what-we-do-section::before {
    top: -100px;
    right: -100px;
}

.what-we-do-section::after {
    bottom: -100px;
    left: -100px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .what-we-do-section {
        padding: 60px 0;
    }

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

    .icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .card-content h3 {
        font-size: 20px;
    }
}

/* About Intro Section */
.about-intro-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    margin-top: 115px;
}

/* Section Tag */
.section-tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section Title */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3436;
    line-height: 1.3;
    position: relative;
}

/* Highlight Text */
.highlight-text {
    font-size: 1.25rem;
    color: #007bff;
    font-weight: 500;
    line-height: 1.6;
}

/* Description */
.description {
    color: #636e72;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* About Features */
.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.feature-item i {
    color: #007bff;
    font-size: 1.2rem;
}

/* Image Wrapper */
.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

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

/* Experience Badge */
.experience-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #007bff;
    color: white;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
    text-align: center;
}

.experience-badge .number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Decorative Shapes */
.shape-1,
.shape-2 {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.shape-1 {
    width: 100px;
    height: 100px;
    background: rgba(0, 123, 255, 0.1);
    top: -20px;
    right: -20px;
}

.shape-2 {
    width: 150px;
    height: 150px;
    background: rgba(0, 123, 255, 0.05);
    bottom: -40px;
    left: 10%;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .about-intro-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .experience-badge {
        right: 20px;
        bottom: 20px;
        padding: 15px 25px;
    }

    .experience-badge .number {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-features {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .about-features {
        grid-template-columns: 1fr;
    }
}

.cus-review-slider {
    max-width: 70%;
}

.customer-reviews-slider .owl-item {
    display: flex;
    justify-content: center;
}


.nexus-mobile-app-image {
    max-width: 420px;
    width: 100%;
    height: 100%;
}

.nexus-mobile-app-image img {
    width: 100%;
    height: 100%;
}


.app-notification {
    top: 419px;
}

/* Add these styles after the .review-text class */
.review-text {
    white-space: pre-line;
}

.review-text ul,
.review-text ol {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-text li {
    margin-bottom: 5px;
}

.customer-reviews-slider .owl-stage-outer .owl-stage{
    display: flex;
    align-items: center;
    justify-content: center;
}