/* style */

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

:root {
    --primary-heading-font: "Montserrat", sans-serif;
    --primary-para-font: "Lato", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

/* hero section design style start */
#herolifestysec {
    margin-top: -7rem;
}

.banner {
    position: relative;
}

.banner-tagline {
    position: absolute;
    top: 40%;
    left: 3%;
    z-index: 10;
    text-align: left;
    padding-right: 16rem;
}

.banner-para {
    position: absolute;
    bottom: 4%;
    left: 3%;
    z-index: 10;
    text-align: left;
    padding-right: 45rem;
}

.banner-tagline h1 {
    color: #FFFFFF;
    font-size: 86.05px;
    line-height: 96.81px;
    font-family: var(--primary-heading-font);
}

.herolifestyMobsec .banner-tagline h3 {
    color: #FFFFFF;
    font-size: 86.05px;
    line-height: 96.81px;
    font-family: var(--primary-heading-font);
}

.banner-para p {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 96.81px;
    font-weight: 700;
    font-style: bold;
}

.bannerimg img {
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
}

.herobannerdwn {
    background-color: #E6D1DC;
    padding: 6rem 3rem 3rem 3rem;
    border-radius: 0 0 4rem 4rem;
    text-align: left;
    margin-bottom: 5rem;
    margin-top: -3rem;
    /* z-index: 100 !important; */
}

.herobannerdwn p {
    font-size: 20px;
    line-height: 25px;
    /* width: 36%; */
    margin-bottom: 1rem;
    text-align: center;
}

/* hero section design style end */

/* howitbeginsec style start */

#howitbeginsec {
    margin: 4rem 0;
}

.howitbegincont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    padding: 2rem 1rem;
}

.howitbegin {
    font-family: var(--primary-heading-font);
    font-size: 5rem;
    line-height: 90px;
    color: #801B53;
}

.howitbegin-para {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 25px;
    padding-right: 12rem;
    margin-top: 2rem;
}

.howitbegintext {
    margin-left: 3%;
}

.howitbeginimg img {
    width: 100%;
}

/* howitbeginsec style end */

/*ledbypoineer style end */
#ledbypioneersec .profile-content h2 {
    color: #000000;
}

#ledbypioneersec .profile-content p {
    color: #000000;
}

/*ledbypoineer style end */

/*primussupportdivisionsec style start */
#primussupportdivisionsec .description {
    color: #000000;
}

/*primussupportdivisionsec style end */

/*Profiles section start*/
#profilessec {
    padding-bottom: 5rem;
}

#profilessec .profiles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#profilessec .profiles-card {
    display: flex;
    flex-direction: column;
    background-color: #821A52;
    border-radius: 20px;
    max-width: 340px;
    width: 100%;
    min-height: 485px;
}

#profilessec .profiles-card-image {
    text-align: center;
}

#profilessec .profiles-card-image img {
    width: 80%;
    padding: 20px;
}

#profilessec .profiles-main-text {
    font-family: var(--primary-para-font);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 30px;
    color: white;
    text-align: center;
}

#profilessec .profiles-head {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: white;
    margin-bottom: .5rem;
    text-align: center;
}

#profilessec .profiles-about {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: white;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

ul.profiles-about li {
    font-size: 14px;
}

/*Profiles section end*/

/*Trusted & recognised section start */

.trusted.recognised {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

#trustedsec {
    margin: 5rem 0rem;
}

#trustedsec .trusted-heading {
    line-height: 90px;
    text-align: center;
    padding-bottom: 1rem;
}

#trustedsec .construcction {
    font-family: var(--primary-heading-font);
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 3rem;
}

/*Trusted & recognised section end */

/* Slider section 2 start */

/* #slidersec2 {
    margin: 5rem 0rem;
} */

/* Trusted Awards Slider & News Slider - Same styles as slidersec2 */
#trustedAwardsSlider .carousel-container,
#slidersec2 .carousel-container,
#slidersec3 .carousel-container {
    max-width: 1505px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#trustedAwardsSlider .carousel-wrapper,
#slidersec2 .carousel-wrapper,
#slidersec3 .carousel-wrapper {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* News Slider (#slidersec3) - Inherit all styles from #slidersec2 */
#slidersec3 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

#slidersec3 .left-arrow {
    left: -8rem;
}

#slidersec3 .right-arrow {
    right: -8rem;
}

#slidersec3 .slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

#slidersec3 .slide-group {
    display: flex;
    gap: 50px;
    min-width: 100%;
    flex-shrink: 0;
    width: 116px;
}

#slidersec3 .card {
    flex: 1;
    background: #E6D1DC;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#slidersec3 .card-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slidersec3 .card-image {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

#slidersec3 .card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

#slidersec3 .card-title {
    font-family: var(--primary-heading-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 2rem;
}

#slidersec3 .read-more {
    color: #8b3a8b;
    font-family: var(--primary-heading-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-decoration: underline;
}

#slidersec3 .dots-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

#slidersec3 .dotes {
    width: 12px;
    min-height: 12px;
    border-radius: 50%;
    border: 2px solid #999;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}

#slidersec3 .dotes.active {
    background: #8b3a8b;
    border-color: #8b3a8b;
}

#slidersec3 .logo img {
    width: 100%;
}

#slidersec3 .hindustan-times2 {
    padding: 0px;
}

#slidersec3 .business {
    padding: 24px;
}

#slidersec3 .business-review2 {
    padding: 32px;
}

#slidersec3 .economic-times {
    padding: 2rem 0;
}

#slidersec3 .ist-logo {
    padding: 20px 0px;
}

#slidersec3 .theprint-logo {
    padding: 35px 0px;
}

#slidersec3 .therealty-logo {
    padding: 10px 0px;
}

#trustedAwardsSlider .arrow,
#slidersec2 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

#trustedAwardsSlider .left-arrow,
#slidersec2 .left-arrow {
    left: -8rem;
}

#trustedAwardsSlider .right-arrow,
#slidersec2 .right-arrow {
    right: -8rem;
}

#trustedAwardsSlider .slides-container,
#slidersec2 .slides-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

#trustedAwardsSlider .slide-group,
#slidersec2 .slide-group {
    display: flex;
    gap: 50px;
    min-width: 100%;
    flex-shrink: 0;
    width: 116px;
}

#trustedAwardsSlider .card,
#slidersec2 .card {
    flex: 1;
    background: #E6D1DC;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#trustedAwardsSlider .card-header,
#slidersec2 .card-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

#trustedAwardsSlider .hindustan-times2,
#slidersec2 .hindustan-times2 {
    padding: 0px;
}

#trustedAwardsSlider .business,
#slidersec2 .business {
    padding: 24px;
}

#trustedAwardsSlider .business-review2,
#slidersec2 .business-review2 {
    padding: 32px;
}

#trustedAwardsSlider .economic-times,
#slidersec2 .economic-times {
    padding: 2rem 0;
}

#trustedAwardsSlider .ist-logo,
#slidersec2 .ist-logo {
    padding: 20px 0px;
}

#trustedAwardsSlider .theprint-logo,
#slidersec2 .theprint-logo {
    padding: 35px 0px;
}

#trustedAwardsSlider .therealty-logo,
#slidersec2 .therealty-logo {
    padding: 10px 0px;
}

#trustedAwardsSlider .card-image,
#slidersec2 .card-image {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

#trustedAwardsSlider .card-content,
#slidersec2 .card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

#trustedAwardsSlider .card-title,
#slidersec2 .card-title {
    font-family: var(--primary-heading-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 2rem;
}

#trustedAwardsSlider .read-more,
#slidersec2 .read-more {
    color: #8b3a8b;
    font-family: var(--primary-heading-font);
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-decoration: underline;
}

#trustedAwardsSlider .dots-container,
#slidersec2 .dots-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

#trustedAwardsSlider .dotes,
#slidersec2 .dotes {
    width: 12px;
    min-height: 12px;
    border-radius: 50%;
    border: 2px solid #999;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
}

#trustedAwardsSlider .dotes.active,
#slidersec2 .dotes.active {
    background: #8b3a8b;
    border-color: #8b3a8b;
}

#trustedAwardsSlider .logo img,
#slidersec2 .logo img {
    width: 100%;
}

@media (min-width: 1400px) {
    .banner-tagline {
        width: 100%;
        bottom: 150px;
        top: auto;
        padding-right: 40rem;
    }

    .banner-para {
        bottom: 100px;
        width: 100%;
        padding-right: 30rem;
    }

    .banner-para p {
        line-height: normal;
    }

    .banner-tagline h1 {
        font-size: 70px;
        line-height: normal;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 70px;
        line-height: normal;
    }

}


@media (max-width: 768px) {

    .carousel-container {
        padding: 0 60px;
    }

    .left-arrow {
        left: -60px;
    }

    .right-arrow {
        right: -60px;
    }

    .arrow {
        width: 50px;
        min-height: 50px;
        font-size: 40px;
    }

    .slide-group {
        flex-direction: column;
    }
}

/* Slider section 2 end */

#profilesmobSec {
    padding: 50px 0px;
    min-height: 0vh;
}

#profilesmobSec .slider-wrapper {
    overflow: hidden;
    border-radius: 25px;
}

#profilesmobSec .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

#profilesmobSec .slide {
    min-width: 100%;
    background: #821A52;
    padding: 60px 40px;
    text-align: center;
    color: white;
}

#profilesmobSec .profile-img {
    width: 180px;
    min-height: 180px;
    border-radius: 50%;
    margin: 0 auto 30px;
    object-fit: cover;
}

#profilesmobSec .name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

#profilesmobSec .title {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 300;
}

#profilesmobSec .details {
    text-align: left;
    display: inline-block;
}

#profilesmobSec .details li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
}

#profilesmobSec .profilesmobSecdots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

#profilesmobSec .profilesmobSecdot {
    width: 14px;
    min-height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #801B53;
}

#profilesmobSec .profilesmobSecdot:hover {
    background: #821A52;
    transform: scale(1.1);
}

#profilesmobSec .profilesmobSecdot.active {
    background: #821A52;
    border-color: #821A52;
    transform: scale(1.2);
}

/* responsive */
/* 1366px */
@media (max-width: 1366px) {

    .banner-tagline {
        padding-right: 30rem;
        top: 60%;
    }

    .banner-tagline h1 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .banner-para {
        bottom: 3%;
        padding-right: 40rem;
    }

    .banner-para p {
        font-size: 1.5rem;
    }

    .herobannerdwn p {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 1rem;
    }

    .herobannerdwn {
        padding: 6rem 3rem 2rem 3rem;
    }

    .howitbegin {
        font-size: 4rem;
        line-height: 70px;
    }

    #ledbypioneersec .profile-content {
        max-width: 405px;
    }

    #ledbypioneersec .profile-content h3 {
        font-size: 2.74rem;
    }

    #ledbypioneersec .profile-content p {
        line-height: 1.25rem;
        margin-bottom: 15px;
    }

    #profilessec .profiles-card-image {
        max-width: 180px;
    }

    #profilessec .profiles-head {
        font-size: 15px;
    }

    #profilessec .profiles-about {
        font-size: 15px;
    }

    #profilessec .profiles-main-text {
        font-size: 22px;
    }

    #profilessec .profiles-card {
        min-height: 435px;
    }

    #trustedsec {
        margin: 0rem 0rem;
    }

    #trustedsec .trusted-heading {
        font-size: 58px;
        line-height: 50px;
    }

    #trustedsec .construcction {
        font-size: 20px;
    }

    #trustedAwardsSlider .business-logo,
    #slidersec2 .business-logo {
        padding: 4px;
    }

    #trustedAwardsSlider .business-logo2,
    #slidersec2 .business-logo2 {
        padding: 13px;
    }

    #trustedAwardsSlider .card-title,
    #slidersec2 .card-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0rem;
    }

    #slidersec .info-section {
        max-width: 400px;
        width: 100%;
    }

    #slidersec .image-section4 {
        max-width: 160px;
        width: 100%;
    }

    #trustedAwardsSlider .card-image,
    #slidersec2 .card-image {
        min-height: 225px;
    }

    #trustedAwardsSlider .carousel-container,
    #slidersec2 .carousel-container {
        max-width: 1095px;
        width: 100%;
    }

    #trustedAwardsSlider .slide-group,
    #slidersec2 .slide-group {
        width: 85px;
        gap: 25px;
    }

    #trustedAwardsSlider .right-arrow,
    #slidersec2 .right-arrow {
        right: -7rem;
    }

    #trustedAwardsSlider .left-arrow,
    #slidersec2 .left-arrow {
        left: -7rem;
    }

    #trustedAwardsSlider .card-header,
    #slidersec2 .card-header {
        padding: 0px;
    }

    #trustedAwardsSlider .hindustan-times2,
    #slidersec2 .hindustan-times2 {
        padding: 6px;
    }
}

@media (max-width: 1320px) {

    .banner-tagline {
        padding-right: 25rem;
    }

    .banner-tagline h1 {
        font-size: 4.5rem;
        line-height: 5rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 4.5rem;
        line-height: 5rem;
    }

    .banner-para {
        bottom: 6%;
        padding-right: 25rem;
    }

    .banner-para p {
        line-height: 30px;
        font-size: 1.25rem;
    }

    .herobannerdwn p {
        width: 100%;
    }

    #trustedAwardsSlider .left-arrow,
    #slidersec2 .left-arrow {
        left: -5rem;
    }

    #trustedAwardsSlider .right-arrow,
    #slidersec2 .right-arrow {
        right: -5rem;
    }

    #profilessec .profiles-card-image img {
        margin-left: 2rem;
    }
}

/* 1280px */
@media (max-width: 1280px) {

    #profilessec .profiles-card {
        min-height: 400px;
    }

    #profilessec .profiles-card-image img {
        margin-left: 1.5rem;
    }

    #profilessec .profiles-main-text {
        font-size: 18px;
        line-height: 20px;
    }

    #profilessec .profiles-about {
        font-size: 14px;
        line-height: 22px;
    }

    #profilessec .profiles-head {
        font-size: 14px;
        line-height: 22px;
    }

    #trustedAwardsSlider .left-arrow,
    #slidersec2 .left-arrow {
        left: -4.5rem;
    }

    #trustedAwardsSlider .slide-group,
    #slidersec2 .slide-group {
        gap: 20px;
    }

    #trustedAwardsSlider .right-arrow,
    #slidersec2 .right-arrow {
        right: -4.5rem;
    }
}

/* 1024px */
@media (max-width: 1024px) {

    .banner-tagline {
        top: 57%;
        padding-right: 25rem;
    }

    .banner-tagline h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .banner-para {
        bottom: 11%;
        padding-right: 10rem;
    }


    .banner-para p {
        font-size: 1rem;
        line-height: 1rem;
    }

    .herobannerdwn p {
        width: 100%;
    }

    .herobannerdwn p {
        font-size: 12px;
        line-height: 15px;
    }

    .herobannerdwn {
        margin-bottom: 0rem;
    }

    .howitbegincont {
        padding: 0rem 1rem;
    }

    .howitbegin {
        font-size: 3rem;
        line-height: 50px;
    }

    .howitbegin-para {
        font-size: 1rem;
        padding-right: 5rem;
        margin-top: 1rem;
    }

    #profilessec .profiles-card-image {
        max-width: 150px;
    }

    #profilessec .profiles-main-text {
        font-size: 15px;
        line-height: 20px;
        padding: 0px 10px;
    }

    #profilessec .profiles-head {
        font-size: 12px;
        line-height: 18px;
        padding: 0px 10px;
    }

    #profilessec .profiles-about {
        font-size: 12px;
        line-height: 18px;
        padding-left: 25px;
    }

    #profilessec .profiles-card {
        min-height: 325px;
    }

    #profilessec {
        padding-bottom: 3rem;
    }

    #trustedAwardsSlider .hindustan-times2,
    #slidersec2 .hindustan-times2 {
        padding: 17px;
    }

    #trustedAwardsSlider .hindustan-times,
    #slidersec2 .hindustan-times {
        padding: 5px;
    }

    #trustedAwardsSlider .realty-logo,
    #slidersec2 .realty-logo {
        padding: 3px;
    }

    #trustedAwardsSlider .carousel-container,
    #slidersec2 .carousel-container {
        max-width: 830px;
    }

    #trustedAwardsSlider .card-title,
    #slidersec2 .card-title {
        font-size: 12px;
        line-height: 18px;
    }

    #trustedAwardsSlider .read-more,
    #slidersec2 .read-more {
        font-size: 15px;
        line-height: 10px;
    }

    #trustedAwardsSlider .left-arrow,
    #slidersec2 .left-arrow {
        left: -4.5rem;
    }

    #trustedAwardsSlider .slide-group,
    #slidersec2 .slide-group {
        width: 65px;
        gap: 15px;
    }

    #trustedAwardsSlider .right-arrow,
    #slidersec2 .right-arrow {
        right: -4.5rem;
    }

    #trustedAwardsSlider .logo img,
    #slidersec2 .logo img {
        width: 80%;
    }

    #trustedAwardsSlider .economic-times,
    #slidersec2 .economic-times {
        padding: 1.8rem 0;
    }

    #trustedAwardsSlider .business-standard,
    #slidersec2 .business-standard {
        padding: .2rem 0;
    }

    #trustedAwardsSlider .theprint-logo,
    #slidersec2 .theprint-logo {
        padding: 28px 0px;
    }

    #primusprideranksec {
        min-height: 45vh;
    }

    #trustedsec .trusted-heading {
        font-size: 50px;
        line-height: 50px;
    }

    #trustedsec .construcction {
        font-size: 15px;
    }
}

/* 768px */
@media (max-width: 768px) {
    #header {
        margin-top: 7rem;
    }

    .banner-tagline {
        top: 70%;
        padding-right: 10rem;
    }

    .banner-tagline h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .banner-para {
        bottom: 12%;
        padding-right: 10rem;
    }

    .banner-para p {
        font-size: 1rem;
        line-height: 1rem;
    }

    .herobannerdwn p {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }

    .howitbegin {
        margin-bottom: 1rem;
    }

    .howitbegincont {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 3rem;
        padding: 2rem 1rem;
    }

    .howitbegintext {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .howitbegin-para {
        font-size: 16px;
        padding-right: 0rem;
    }

    /* primussupportdivisionsec mob start */
    #backedbyvisionariesmobsec {
        position: relative;
        background: url(../images/home/bgmain.png) no-repeat center;
        background-size: cover;
        min-height: 70vh;
        padding: 35px;
        overflow: hidden;
    }

    #backedbyvisionariesmobsec::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }

    .backedbyvisionaries-image {
        z-index: 1;
    }

    .backedbyvisionaries-txt {
        z-index: 1;
    }
}

#backedbyvisionariesmobsec .backedbyvisionaries {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#backedbyvisionariesmobsec .backedByVisionaries {
    font-family: var(--primary-heading-font);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 32px;
    text-align: center;
    color: #821A52;
    padding: 2rem 0rem 1rem 0rem;
}

#backedbyvisionariesmobsec .nikhilkamath-para {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 1rem 0;
}

#backedbyvisionariesmobsec .nikhilkamath-para span {
    font-family: var(--primary-para-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

#backedbyvisionariesmobsec .nikhilkamath-para2 {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 3rem;
}

/* primussupportdivisionsec mob end */

/* profiles mob Section start */

#profilesmobSec .slide {
    padding: 50px 30px;
}

#profilesmobSec .profile-img {
    width: 150px;
    min-height: 150px;
    /* margin-left: -30rem; */
}

#profilesmobSec .name {
    font-family: var(--primary-para-font);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 25px;
    /* margin-left: -24rem; */
}

#profilesmobSec .nameDev {
    font-family: var(--primary-para-font);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 25px;
    /* margin-left: -30rem; */
    padding-bottom: 0.5rem;
}

#profilesmobSec .nameVibha {
    font-family: var(--primary-para-font);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 25px;
    /* margin-left: -28rem; */
    padding-bottom: 0.5rem;
}

#profilesmobSec .slideMobName2 {
    font-family: var(--primary-para-font);
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 25px;
    /* margin-left: -26rem; */
    padding-bottom: 0.5rem;
}

#profilesmobSec .title {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 25px;
}

#profilesmobSec .titleDev {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 25px;
    /* margin-left: -26rem; */
    padding-bottom: 1rem;
}

#profilesmobSec .titleVibha {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 25px;
    /* margin-left: -26rem; */
    padding-bottom: 1rem;
}

#profilesmobSec .slideMobTitle2 {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 25px;
    /* margin-left: -25rem; */
    padding-bottom: 1rem;
}

#profilesmobSec .slideMobTitle3 {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 25px;
    /* margin-left: -26rem; */
    padding-bottom: 1rem;
}

#profilesmobSec .details li {
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 25px;
    /* margin-left: -7rem; */
    text-align: left;
}

#profilesmobSec .detailsDev {
    font-family: var(--primary-para-font);
    font-size: 1.25rem;
    line-height: 25px;
    /* margin-left: 1rem;
    width: 393px; */

}

#profilesmobSec .detailsVibha {
    font-family: var(--primary-para-font);
    font-size: 1.25rem;
    line-height: 25px;
    /* margin-left: 0rem;
    padding-right: 7rem;
    width: 455px; */
}

#profilesmobSec .profilesmobSecdot {
    width: 12px;
    min-height: 12px;
}

/* profiles mob Section end */

/* primusinthenewsMob sec start */
#primusinthenewsMob .inthenews-txt h1 {
    font-family: var(--primary-heading-font);
    font-size: 2rem;
    color: #801B53;
    text-align: center;
    padding: 5rem 0rem 3rem 0rem;
}

#primusinthenewsMobSec {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    background-color: #fff;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

#primusinthenewsMobSec .card-top-slide-image img {
    width: 100%;
}

#primusinthenewsMobSec .slider-container {
    width: 90%;
    max-width: 768px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    cursor: grab;
    user-select: none;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#primusinthenewsMobSec .slider-container:active {
    cursor: grabbing;
}

#primusinthenewsMobSec .slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease-out;
    will-change: transform;
}

#primusinthenewsMobSec .slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#primusinthenewsMobSec .card-top {
    flex: 1.2;
    background-color: #E6D1DC;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
}

#primusinthenewsMobSec .card-top img {
    min-height: 106px;
}

#primusinthenewsMobSec .hindustan img {
    padding: 1rem;
}

#primusinthenewsMobSec .economic img {
    min-height: 94px;
    padding: 2.40rem;
}

#primusinthenewsMobSec .card-bottom {
    flex: 0.8;
    background-color: #E6D1DC;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 1rem;
}

#primusinthenewsMobSec .hindustan-bottom {
    min-height: 110px;
}

#primusinthenewsMobSec .common-card-bottom {
    min-height: 122px;
}

#primusinthenewsMobSec #card-bottom {
    margin-bottom: 2rem;
}

#primusinthenewsMobSec .card-bottom p {
    color: #333;
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 1rem;
}

.readmore {
    font-family: var(--primary-heading-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: #801B53;
}

/* primusinthenewsMob sec end */

#primusprideMobSec {
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    margin: 0;
    background-color: #fff;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    padding-bottom: 3rem;
}

#primusprideMobSec .slider-container {
    width: 90%;
    max-width: 768px;
    min-height: 500px;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    cursor: grab;
    user-select: none;
    position: relative;
    margin: 0 auto;
}

#primusprideMobSec .slider-container:active {
    cursor: grabbing;
}

#primusprideMobSec .slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease-out;
    will-change: transform;
}

#primusprideMobSec .slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#primusprideMobSec .card-top {
    flex: 1.2;
    background-color: #f9f9fb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}

#primusprideMobSec .timesBusinessAward {
    background-color: #010101;
}

#primusprideMobSec .card-top img {
    width: 14rem;
    object-fit: contain;
    pointer-events: none;
}

#primusprideMobSec .card-bottom {
    flex: 0.8;
    background-color: #e6dae3;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#primusprideMobSec .card-bottom p {
    color: #333;
    font-family: var(--primary-para-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;

}

#awards_recognition_slider .owl-nav,
#owl-news-slider .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

#awards_recognition_slider {
    margin-top: 35px;
}

#awards_recognition_slider .owl-stage,
#owl-news-slider.owl-carousel .owl-stage {
    display: flex;
}

#awards_recognition_slider .owl-item,
#owl-news-slider.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

#awards_recognition_slider .item,
#owl-news-slider.owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.award-image-banner-top-updated {
    height: 200px;
    background: #80808026;
}

.award-image-banner-top-updated img {
    width: 100% !important;
    height: 100% !important;
    object-fit: none;
}

#primusprideranksec #awards_recognition_slider .award-info-content-box {
    min-height: auto !important;
    padding: 40px;
}

/* primusprideMobSec style end */

/* Ensure only-mobile and only-desktop work properly on About page */
@media screen and (min-width: 769px) {
    .only-mobile {
        display: none !important;
    }

    .only-desktop {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }

    .only-desktop {
        display: none !important;
    }

    #awards_recognition_slider .owl-prev img,
    #awards_recognition_slider .owl-next img,
    #owl-news-slider .owl-prev img,
    #owl-news-slider .owl-next img {
        width: 45px;
    }
}

@media (max-width: 625px) {
    .banner-tagline h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .banner-tagline {
        top: 65%;
        padding-right: 1rem;
    }

    #smarthome .smarthometxt h1 {
        padding-right: 5rem;
        padding-left: 5rem;
    }

}

/* 480px */
@media (max-width: 480px) {

    .banner {
        margin-top: 0rem;
        padding: 0px 15px 0px 15px;
    }

    .banner-tagline {
        top: 68%;
        left: 10%;
        padding-right: 2rem;
    }

    .banner-tagline h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .banner-para {
        left: 10%;
        bottom: 7%;
        padding-right: 6rem;
    }

    .banner-para p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .herobannerdwn p {
        font-size: 14px;
    }

    .herobannerdwn {
        padding: 4rem 2rem 2rem 2rem;
        margin: -40px 15px;
    }

    .howitbegin {
        line-height: 25px;
        font-size: 2rem;
    }

    #ledbypioneersec .profile-content h3 {
        font-size: 2rem;
        text-align: center;
    }

    #ledbypioneersec .profile-content {
        text-align: center;
    }

    #backedbyvisionariesmobsec .backedByVisionaries {
        font-size: 1.5rem;
    }

    #profilesmobSec {
        padding: 50px 20px;
    }

    #profilesmobSec .slide {
        padding: 40px 20px;
    }

    #profilesmobSec .profile-img {
        width: 130px;
        min-height: 130px;
        margin-bottom: 20px;
        /* margin-left: -12rem; */
    }

    #profilesmobSec .name {
        font-size: 22px;
        margin-bottom: 8px;
        text-align: center;
    }

    #profilesmobSec .slideMobName2 {
        font-size: 1.5rem;
        line-height: 25px;
        text-align: center;
    }

    #profilesmobSec .nameDev {
        font-size: 1.5rem;
        text-align: center;
    }

    #profilesmobSec .nameVibha {
        font-size: 1.5rem;
        line-height: 25px;
        text-align: center;
    }

    #profilesmobSec .title {
        font-size: 1.25rem;
        line-height: 25px;
        margin-bottom: 10px;
        /* margin-left: -12rem; */
    }

    #profilesmobSec .slideMobTitle2 {
        font-size: 1.25rem;
        line-height: 25px;
        /* margin-left: -6rem; */
    }

    #profilesmobSec .titleDev {
        font-size: 1.25rem;
        /* margin-left: -8rem; */
    }

    #profilesmobSec .titleVibha {
        font-size: 1.25rem;
        line-height: 25px;
        /* margin-left: -9rem; */
    }

    #profilesmobSec .slideMobTitle3 {
        font-size: 1.25rem;
        line-height: 25px;
        /* margin-left: -6rem; */
    }

    #profilesmobSec .details li {
        font-size: 13px;
        /* margin-bottom: 10px; */
        /* margin-left: -1rem; */
        line-height: 15px;
    }

    #profilesmobSec .detailsDev {
        font-size: .8rem;
        line-height: 20px;
        /* margin-left: 1rem;
        width: 245px; */
    }

    #profilesmobSec .detailsVibha {
        font-size: .8rem;
        /* margin-left: 1rem;
        width: 320px; */
        line-height: 20px;
    }

    #profilesmobSec .profilesmobSecdots {
        gap: 10px;
        margin-top: 20px;
    }

    #profilesmobSec .profilesmobSecdot {
        width: 10px;
        min-height: 10px;
    }

    #trustedsec .trusted-heading {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-bottom: 0rem;
    }

    #trustedsec .construcction {
        font-size: 10px;
        line-height: 22px;
        padding-bottom: 0rem;
    }

    #primusprideMobSec {
        min-height: 0vh;
        background-color: #FFFFFF;
        padding: 30px 0px;
    }

    #primusprideMobSec .slider-container {
        min-height: 350px;
        box-shadow: none;
    }

    #primusprideMobSec .TET {
        flex: 1.2;
        background-color: #f9f9fb;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 42px;
        box-sizing: border-box;
    }

    #primusprideMobSec .TET img {
        width: 17rem;
        object-fit: contain;
        pointer-events: none;
    }

    #primusprideMobSec .innovativeAsset {
        flex: 1.2;
        background-color: #f9f9fb;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 43px;
        box-sizing: border-box;
    }

    #primusprideMobSec .innovativeAsset img {
        width: 18rem;
        object-fit: contain;
        pointer-events: none;
    }

    #primusprideMobSec .timesBusinessAward {
        flex: 1.2;
        background-color: #f9f9fb;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px;
        box-sizing: border-box;
        background-color: #010101;
    }

    #primusprideMobSec .timesBusinessAward img {
        width: 15rem;
        object-fit: contain;
        pointer-events: none;
    }

    #primusprideMobSec .asiaOne {
        flex: 1.2;
        background-color: #f9f9fb;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 41px;
        box-sizing: border-box;
    }

    #primusprideMobSec .asiaOne img {
        width: 20rem;
        object-fit: contain;
        pointer-events: none;
    }

    #primusinthenewsMobSec .card-bottom {
        min-height: 136px;
    }

    #primusinthenewsMobSec .IST-top img {
        padding: 1.55rem;
        min-height: 0px;
    }

    #primusinthenewsMobSec .construction-top img {
        padding: 1.68rem;
        min-height: 0px;
    }

    #primusinthenewsMobSec .hindustan-bottom {
        min-height: 123px;
    }

    #primusinthenewsMobSec .economic-bottom {
        min-height: 122px;
    }

}

/* 345px */
@media (max-width: 364px) {

    .banner-tagline {
        padding-right: 8rem;
    }

    .banner-tagline h1 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .banner-para {
        padding-right: 6rem;
    }

    .banner-para p {
        font-size: 12px;
        line-height: 15px;
    }

    .herobannerdwn p {
        font-size: 12px;
        line-height: 15px;
    }

    .howitbegin {
        line-height: 25px;
        font-size: 2rem;
    }

    .howitbegin-para {
        font-size: 14px;
    }

    #ledbypioneersec .profile-content h3 {
        font-size: 1.5rem;
        text-align: center;
    }

    #ledbypioneersec .profile-content h2 {
        font-size: 1rem;
    }

    #backedbyvisionariesmobsec .nikhilkamath-para {
        font-size: 14px;
    }

    #backedbyvisionariesmobsec .nikhilkamath-para2 {
        font-size: 14px;
    }

    #profilesmobSec .slideMobName2 {
        font-size: 1.5rem;
    }

    #profilesmobSec .slideMobTitle2 {
        font-size: 1rem;
        line-height: 15px;
        /* margin-left: -7rem; */
    }

    #profilesmobSec .slideMobTitle3 {
        font-size: 1rem;
        line-height: 15px;
        /* margin-left: -7rem; */
    }

    #profilesmobSec {
        padding: 50px 20px;
    }

    /* #profilesmobSec .profile-img {
        margin-left: -9rem;
    } */

    #profilesmobSec .name {
        font-size: 22px;
        margin-bottom: 8px;
    }

    #profilesmobSec .nameDev {
        font-size: 1.5rem;
    }

    #profilesmobSec .nameVibha {
        font-size: 1.25rem;
    }

    #profilesmobSec .title {
        font-size: 15px;
        margin-bottom: 15px;
        /* margin-left: -9rem; */
    }

    #profilesmobSec .titleDev {
        font-size: 1rem;
        line-height: 15px;
        /* margin-left: -8rem; */
    }

    #profilesmobSec .titleVibha {
        font-size: 1rem;
        line-height: 15px;
        /* margin-left: -8rem; */
    }

    #profilesmobSec .details li {
        font-size: 12px;
        margin-bottom: 0px;
        /* margin-left: 0rem; */
        line-height: 18px;
    }

    /* #profilesmobSec .detailsDev {
        padding-right: 2rem;
    } */

    /* #profilesmobSec .detailsVibha {
        padding-right: 8rem;
    } */

    #profilesmobSec .slide {
        padding: 15px 20px 15px 20px;
    }

    #trustedsec .trusted-heading {
        font-size: 1.5rem;
        line-height: 40px;
    }

    #trustedsec .construcction {
        font-size: 10px;
        line-height: 15px;
        padding: 0rem;
    }

    #primusprideMobSec .card-bottom p {
        font-size: 14px;
        line-height: 20px;
    }

    #smarthome .smarthome-cards {
        gap: 8px;
        margin: 0 10px;
    }

    #kitchenwork .kitchenwork-cards {
        gap: 10px;
        margin: 0 10px;
    }
}

@media (max-width:1024px) {
    #herolifestysec {
        margin-top: 90px;
    }

    #profilessec .profiles-card-image img {
        width: 50%;
        margin-left: 0;
    }

    #profilessec .profiles-card-image {
        max-width: 100%;
    }

}

@media (max-width:992px) {
    #herolifestysec {
        margin-top: 120px;
    }

    .banner-tagline h1 {
        font-size: 2rem;
        line-height: normal;
    }

    .herolifestyMobsec .banner-tagline h3 {
        font-size: 2rem;
        line-height: normal;
    }

    .banner-tagline {
        top: auto;
        padding-right: 5rem;
        bottom: 100px
    }

    .banner-para {
        bottom: 60px;
    }

    .herobannerdwn p {
        font-size: 14px;
        line-height: 25px;
        width: 100%;
    }

    #profilessec.only-desktop {
        display: none !important;
    }

    #profilesmobSec.only-mobile {
        display: block !important;
    }

    .trusted.only-mobile {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        text-align: center;
    }

    .trusted.only-mobile h3 {
        font-size: 24px;
    }
}