@font-face {
    font-family: GilroyRegular;
    src: url(gilroy-regular.ttf);
}
@font-face {
    font-family: GilroyBold;
    src: url(gilroy-bold.ttf);
}


.main-captionDiv {
    width: 100%; 
    margin: 0; 
    margin-top: 4rem;
    background: linear-gradient(to bottom, rgb(235, 225, 252), rgba(72, 72, 80, 0));
}
.main-captionDiv .custom-pt {
    padding-top: 1rem; 
}
.left-side-template {
    color: black; 
    font-weight: 700; 
    font-family: 'GilroyBold'; 
    margin: 0;
}
.right-side-template .right-top-text {
    font-family: 'GilroyRegular'; 
    text-align: justify; 
    color: #340969; 
    font-weight: 600; 
}
.right-side-template .btn {
    font-family: 'GilroyRegular'; 
    font-weight: 700; 
    border-radius: 7px;
}
.right-side-template .watchvidBtn {
    background-color: rgb(236, 168, 42); 
}
.right-side-template .exploreaiBtn {
    border: 2px solid rgb(236, 168, 42); 
    color: #340969;
}



@media screen and (max-width: 374px) {
    .left-side-template {
        padding: 3rem 0.75rem 0.75rem 0.75rem; 
        font-size: 1.75rem;
        width: 100%;
    }
    .left-side-template .first {
        font-size: 2rem;
    }
    .left-side-template .second {
        font-size: 1.5rem;
    }
    .right-side-template {
        padding: 0.75rem 0.75rem;
        margin: 0;
        width: 100%;
    }
    .right-side-template .right-top-text {
        font-size: 0.9rem; 
        margin-bottom: 3rem;
    }
    .right-side-template .btn {
        font-size: 0.85rem; 
        padding: 0.75rem; 
        margin-bottom: 1rem;
        width: 100%;
    }
    .right-side-template .watchvidBtn {
        margin-right: 0.25rem;
    }
}
@media screen and (min-width: 375px) {
    .left-side-template {
        padding: 3rem 1.5rem 0.75rem 1.5rem; 
        font-size: 2rem;
        width: 100%;
    }
    .left-side-template .first {
        font-size: 2.25rem;
    }
    .left-side-template .second {
        font-size: 1.75rem;
    }
    .right-side-template {
        padding: 0.75rem 1.5rem;
        margin: 0;
        width: 100%;
    }
    .right-side-template .right-top-text {
        font-size: 0.95rem; 
        margin-bottom: 3rem;
    }
    .right-side-template .btn {
        font-size: 0.95rem; 
        padding: 0.75rem; 
        margin-bottom: 1rem;
        width: 100%;
    }
    .right-side-template .watchvidBtn {
        margin-right: 0.5rem;
    }
}
@media screen and (min-width: 425px) {
    .left-side-template {
        padding: 3rem 2rem 0.75rem 2rem; 
        font-size: 2rem;
        width: 100%;
    }
    .left-side-template .first {
        font-size: 2.5rem;
    }
    .left-side-template .second {
        font-size: 2rem;
    }
    .right-side-template {
        padding: 0.75rem 2rem;
        margin: 0;
        width: 100%;
    }
    .right-side-template .right-top-text {
        font-size: 1rem; 
        margin-bottom: 3rem;
    }
    .right-side-template .btn {
        font-size: 0.95rem; 
        padding: 0.75rem; 
        margin-bottom: 1rem;
        width: fit-content;
    }
    .right-side-template .watchvidBtn {
        margin-right: 0.5rem;
    }
}
@media screen and (min-width: 768px) {
    .left-side-template {
        padding: 3rem 3rem 1rem 3rem; 
        font-size: 2.25rem;
        width: 100%;
    }
    .left-side-template .first {
        font-size: 2.75rem;
    }
    .left-side-template .second {
        font-size: 2.25rem;
    }
    .right-side-template {
        padding: 1rem 3rem;
        margin: 0;
        width: 100%;
    }
    .right-side-template .right-top-text {
        font-size: 1.2rem; 
        margin-bottom: 3rem;
    }
    .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 2rem; 
        width: fit-content;
    }
    .right-side-template .watchvidBtn {
        margin-right: 1rem;
    }
}
@media screen and (min-width: 992px) {
    .main-captionDiv .custom-pt {
        padding-top: 1rem; 
    }
    .main-captionDiv .custom-pt img {
        width: 95%;
    }
    .left-side-template {
        padding: 4rem 3rem 1rem 3rem; 
    }
    .left-side-template .first {
        font-size: 2.25rem;
    }
    .left-side-template .second {
        font-size: 1.75rem;
    }
    .right-side-template {
        padding: 0rem 2rem 2rem 3rem;
        margin: 0;
    }
    .right-side-template .right-top-text {
        font-size: 1rem; 
        margin-bottom: 2rem;
    }
    .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 1.5rem; 
        width: fit-content;
    }
    .right-side-template .watchvidBtn {
        margin-right: 0.75rem;
    }
}
@media screen and (min-width: 1200px) {
    .main-captionDiv .custom-pt {
        padding-top: 1.5rem; 
    }
    .main-captionDiv .custom-pt img {
        width:90%;
    }
    .left-side-template {
        padding: 5rem 3rem 1rem 3rem; 
    }
    .left-side-template .first {
        font-size: 3rem;
    }
    .left-side-template .second {
        font-size: 2.25rem;
    }
    .right-side-template {
        padding: 1rem 3rem 3rem 3rem;
        margin: 0;
    }
    .right-side-template .right-top-text {
        font-size: 1.1rem; 
        margin-bottom: 3rem;
    }
    .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 2rem; 
        width: fit-content;
    }
    .right-side-template .watchvidBtn {
        margin-right: 1rem;
    }
}
@media screen and (min-width: 1300px) {
    .main-captionDiv .custom-pt {
        padding-top: 2.5rem; 
    }
    .main-captionDiv .custom-pt img {
        width:85%;
    }
    .left-side-template {
        padding: 5rem 3rem 1rem 3rem; 
    }
    .left-side-template .first {
        font-size: 3rem;
    }
    .left-side-template .second {
        font-size: 2.25rem;
    }
    .right-side-template {
        padding: 1rem 3rem 3rem 3rem;
        margin: 0;
    }
    .right-side-template .right-top-text {
        font-size: 1.2rem; 
        margin-bottom: 3rem;
    }
    .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 2rem; 
        width: fit-content;
    }
    .right-side-template .watchvidBtn {
        margin-right: 1rem;
    }
}


.imgSlider-heading {
    font-family: 'GilroyBold'; 
    color: #340969; 
    text-align: center; 
}
.imgSlider {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}

.imgSlider .slider-track {
    display: flex;
    align-items: center;
    width: fit-content;
    animation: scroll-left 30s linear infinite;
}

.imgSlider .img-holder {
    width: 15rem;
    padding: 0 4rem;
    flex-shrink: 0;
}

.imgSlider .img-holder img {
    width: 100%;
    height: auto;
}

/* Keyframe Animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


@media screen and (max-width: 374px) {
    .imgSlider-heading {
        font-size: 1.25rem; 
        margin-top: 3rem;
        margin-bottom: 1.5rem;
    }
}
@media screen and (min-width: 375px) {
    .imgSlider-heading {
        font-size: 1.5rem; 
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 425px) {
    .imgSlider-heading {
        font-size: 1.75rem; 
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 768px) {
    .imgSlider-heading {
        font-size: 2rem; 
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .imgSlider-heading {
        font-size: 2rem; 
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 1200px) {
    .imgSlider-heading {
        font-size: 2rem; 
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 1300px) {
    .imgSlider-heading {
        font-size: 2rem; 
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}



.tab-sticky-boundary {
    position: relative; 
    margin-top: 5rem;
}
.horizontalTab-div {
    position: sticky;
    top: 4rem;
    z-index: 40;
    background: white;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    /* margin-top: 5rem; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "GilroyRegular";
}
.horizontal-tabs {
    background: #fbf4ff;
    width: fit-content;
    display: flex;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgb(229, 219, 239);
}
.horizontal-tabs .tab {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    color: #340969;
    padding: 0.5rem 2rem;
    margin: 0.25rem;
    border-radius: 10px;
    font-size: 1.1rem;
}
.horizontal-tabs .tab.active {
    color: #340969;
    color: rgb(236, 168, 42);
    background: #fcf3ff;
    background: rgb(254, 245, 229);
    box-shadow: 0 2px 6px rgb(224, 212, 191);
    font-weight: 600;
}


@media screen and (max-width: 374px) {
    .horizontalTab-div {
        display: none;
    }
}
@media screen and (min-width: 375px) {
    .horizontalTab-div {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .horizontalTab-div {
        display: flex;
    }
}



.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
}
.features-section .each-feature {
    background: rgb(242, 236, 253);
    background: linear-gradient(to bottom, rgb(215, 207, 230), rgb(246, 242, 253));
    background: linear-gradient(to bottom, rgb(231, 218, 194), rgb(249, 245, 238));
    background: linear-gradient(to bottom, rgb(88, 149, 144), rgb(238, 249, 249));
    background: linear-gradient(to bottom, rgb(194, 231, 201), rgb(238, 249, 249));
    background: linear-gradient(to bottom, rgb(229, 209, 239), rgb(221, 252, 252));
    border-radius: 15px;
    position: relative;
    box-shadow: 1px 1px 5px 0px #cfedca;
    overflow: hidden;
} 
.each-feature .heading {
    font-family: "GilroyBold";
    color: #340969;
    background: #bfb0d1;
    background: transparent;
}
.each-feature .content {
    font-family: "GilroyRegular";
    color: #340969;
    text-align: justify;
}
.each-feature .learnBtn {
    color: rgb(236, 168, 42);
    position: absolute;
    z-index: 5;
    cursor: pointer;
}



@media screen and (max-width: 374px) {
    .features-section {
        padding: 3rem 0.5rem;
    }
    .features-section .each-feature {
        width: 98%;
        height: 18rem;
        margin: 1rem;
        padding: 1.5rem;
    } 
    .each-feature .heading {
        font-size: 1.25rem;
    }
    .each-feature .content {
        font-size: 0.9rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1.1rem;
        bottom: 2rem;
    }
}
@media screen and (min-width: 375px) {
    .features-section {
        padding: 3rem 1rem;
    }
    .features-section .each-feature {
        width: 98%;
        height: 20rem;
        margin: 1rem;
        padding: 1.5rem;
    } 
    .each-feature .heading {
        font-size: 1.5rem;
    }
    .each-feature .content {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1.1rem;
        bottom: 2rem;
    }
}
@media screen and (min-width: 425px) {
    .features-section {
        padding: 3rem 1rem;
    }
    .features-section .each-feature {
        width: 98%;
        height: 17rem;
        margin: 1rem;
        padding: 1.5rem;
    } 
    .each-feature .heading {
        font-size: 1.5rem;
    }
    .each-feature .content {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1.1rem;
        bottom: 2rem;
    }
}
@media screen and (min-width: 768px) {
    .features-section {
        padding: 3rem 1rem;
    }
    .features-section .each-feature {
        width: 30%;
        height: 22rem;
        margin: 0.5rem;
        padding: 1.5rem;
    } 
    .each-feature .heading {
        font-size: 1.25rem;
    }
    .each-feature .content {
        font-size: 0.9rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1rem;
        bottom: 2rem;
    }
}
@media screen and (min-width: 1024px) {
    .features-section {
        padding: 3rem 1rem;
    }
    .features-section .each-feature {
        width: 30%;
        height: 22rem;
        margin: 1rem;
        padding: 2rem;
    } 
    .each-feature .heading {
        font-size: 1.5rem;
    }
    .each-feature .content {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1.1rem;
        bottom: 2rem;
    }
}
@media screen and (min-width: 1200px) {
    .features-section {
        padding: 3rem 1rem;
    }
    .features-section .each-feature {
        width: 30%;
        height: 20rem;
        margin: 1rem;
        padding: 2rem;
    } 
    .each-feature .heading {
        font-size: 1.5rem;
    }
    .each-feature .content {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1.1rem;
        bottom: 2rem;
    }
}
@media screen and (min-width: 1300px) {
    .features-section {
        padding: 3rem 1rem;
    }
    .features-section .each-feature {
        width: 30%;
        height: 18rem;
        margin: 1rem;
        padding: 2rem;
    } 
    .each-feature .heading {
        font-size: 1.5rem;
    }
    .each-feature .content {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .each-feature .learnBtn {
        font-size: 1.1rem;
        bottom: 2rem;
    }
}



.industries-section {
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.industries-section .heading {
    font-family: 'GilroyBold'; 
    text-align: center;
    color: #340969;
}
.industries-section .industries {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.industries-section .industries .each-industry {
    border: 1px solid rgb(233, 233, 233);
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(233, 233, 233);
}
.each-industry  .iconDiv{
    display: inline-block;
    border-radius: 5px;
    background-color: rgb(240, 238, 243);
    box-shadow: 0px 0px 5px 0px rgb(210, 203, 213);
    background-color: rgb(251, 243, 227);
    box-shadow: 0px 0px 5px 0px rgb(223, 206, 173);
}
.each-industry  .iconDiv i{
    color: rgb(236, 168, 42);
}
.each-industry  .which-industry{
    font-family: 'GilroyRegular'; 
    display: inline-block;
    color: rgb(236, 168, 42);
    color: #805aae;
    padding-left: 0.25rem;
}




@media screen and (max-width: 374px) {
    .industries-section {
        padding: 1rem;
    }
    .industries-section .heading {
        font-size: 1.25rem; 
        margin-bottom: 1.5rem;
    }
    .industries-section .industries {
        width: 100%;
    }
    .industries-section .industries .each-industry {
        margin: 0.25rem;
        padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    }
    .each-industry  .iconDiv{
        padding: 0.25rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1rem;
    }
    .each-industry  .which-industry{
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 375px) {
    .industries-section {
        padding: 1rem;
    }
    .industries-section .heading {
        font-size: 1.5rem; 
        margin-bottom: 2rem;
    }
    .industries-section .industries {
        width: 100%;
    }
    .industries-section .industries .each-industry {
        margin: 0.5rem;
        padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    }
    .each-industry  .iconDiv{
        padding: 0.25rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1rem;
    }
    .each-industry  .which-industry{
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 425px) {
    .industries-section {
        padding: 1rem;
    }
    .industries-section .heading {
        font-size: 1.75rem; 
        margin-bottom: 2rem;
    }
    .industries-section .industries {
        width: 100%;
    }
    .industries-section .industries .each-industry {
        margin: 0.5rem;
        padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    }
    .each-industry  .iconDiv{
        padding: 0.25rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1rem;
    }
    .each-industry  .which-industry{
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .industries-section {
        padding: 2rem 1rem;
    }
    .industries-section .heading {
        font-size: 2rem; 
        margin-bottom: 2rem;
    }
    .industries-section .industries {
        width: 90%;
    }
    .industries-section .industries .each-industry {
        margin: 0.5rem;
        padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    }
    .each-industry  .iconDiv{
        padding: 0.5rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1.25rem;
    }
    .each-industry  .which-industry{
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 1024px) {
    .industries-section {
        padding: 2rem 1rem;
    }
    .industries-section .heading {
        font-size: 2rem; 
        margin-bottom: 2rem;
    }
    .industries-section .industries {
        width: 90%;
    }
    .industries-section .industries .each-industry {
        margin: 0.75rem;
        padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    }
    .each-industry  .iconDiv{
        padding: 0.75rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1.25rem;
    }
    .each-industry  .which-industry{
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 1200px) {
    .industries-section {
        padding: 2rem 1rem;
    }
    .industries-section .heading {
        font-size: 2rem; 
        margin-bottom: 2rem;
    }
    .industries-section .industries {
        width: 90%;
    }
    .industries-section .industries .each-industry {
        margin: 0.75rem;
        padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    }
    .each-industry  .iconDiv{
        padding: 0.75rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1.25rem;
    }
    .each-industry  .which-industry{
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1300px) {
    .industries-section {
        padding: 3rem 1rem;
    }
    .industries-section .heading {
        font-size: 2rem; 
        margin-bottom: 2rem;
    }
    .industries-section .industries {
        width: 90%;
    }
    .industries-section .industries .each-industry {
        margin: 0.75rem;
        padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    }
    .each-industry  .iconDiv{
        padding: 0.75rem;
    }
    .each-industry  .iconDiv i{
        font-size: 1.4rem;
    }
    .each-industry  .which-industry{
        font-size: 1.2rem;
    }
}





.cust-story-section1 .caption {
    color: white;
    font-family: "GilroyBold";
    width: 100%;
}
.cust-story-section1 .btnSection {
    width: 100%;
}
.cust-story-section1 .btn {
    font-family: "GilroyBold";
    background-color: rgb(236, 168, 42) !important;
    border-radius: 7px !important;
    color: black;
} 



@media screen and (max-width: 374px) {
    .cust-story-section1 {
        margin-top: 3rem;
    }
    .cust-story-section1 .row {
        padding: 0 0.25rem;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 1rem;
    }
    .cust-story-section1 .caption {
        text-align: center;
        font-size: 1.25rem;
    }
    .cust-story-section1 .caption div {
        display: inline-block;
    }
    .cust-story-section1 .btnSection {
        text-align: center;
    }
    .cust-story-section1 .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    } 
}
@media screen and (min-width: 375px) {
    .cust-story-section1 {
        margin-top: 2rem;
    }
    .cust-story-section1 .row {
        padding: 0 0.5rem;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 1rem;
    }
    .cust-story-section1 .caption {
        text-align: center;
        font-size: 1.5rem;
    }
    .cust-story-section1 .caption div {
        display: inline-block;
    }
    .cust-story-section1 .btnSection {
        text-align: center;
    }
    .cust-story-section1 .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    } 
}
@media screen and (min-width: 425px) {
    .cust-story-section1 {
        margin-top: 3rem;
    }
    .cust-story-section1 .row {
        padding: 0 1rem;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 1rem;
    }
    .cust-story-section1 .caption {
        text-align: center;
        font-size: 1.75rem;
    }
    .cust-story-section1 .caption div {
        display: inline-block;
    }
    .cust-story-section1 .btnSection {
        text-align: center;
    }
    .cust-story-section1 .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    } 
}
@media screen and (min-width: 768px) {
    .cust-story-section1 {
        margin-top: 3rem;
    }
    .cust-story-section1 .row {
        padding: 0;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 2rem;
    }
    .cust-story-section1 .caption {
        text-align: left;
        font-size: 1.75rem;
    }
    .cust-story-section1 .caption div {
        display: block;
    }
    .cust-story-section1 .btnSection {
        text-align: right;
    }
    .cust-story-section1 .btn {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    } 
}
@media screen and (min-width: 1024px) {
    .cust-story-section1 {
        margin-top: 3rem;
    }
    .cust-story-section1 .row {
        padding: 0 1rem;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 2rem;
    }
    .cust-story-section1 .caption {
        text-align: left;
        font-size: 2.25rem;
    }
    .cust-story-section1 .caption div {
        display: block;
    }
    .cust-story-section1 .btnSection {
        text-align: right;
    }
    .cust-story-section1 .btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    } 
}
@media screen and (min-width: 1200px) {
    .cust-story-section1 {
        margin-top: 4rem;
    }
    .cust-story-section1 .row {
        padding: 0 1rem;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 2rem;
    }
    .cust-story-section1 .caption {
        text-align: left;
        font-size: 2.5rem;
    }
    .cust-story-section1 .caption div {
        display: block;
    }
    .cust-story-section1 .btnSection {
        text-align: right;
    }
    .cust-story-section1 .btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    } 
}
@media screen and (min-width: 1300px) {
    .cust-story-section1 {
        margin-top: 4rem;
    }
    .cust-story-section1 .row {
        padding: 0 1rem;
    }
    .cust-story-section1 .captionDiv, .cust-story-section1 .btnSectionDiv {
        margin-bottom: 2rem;
    }
    .cust-story-section1 .caption {
        text-align: left;
        font-size: 2.75rem;
    }
    .cust-story-section1 .caption div {
        display: block;
    }
    .cust-story-section1 .btnSection {
        text-align: right;
    }
    .cust-story-section1 .btn {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    } 
}



.cust-story-section2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.imgContainer {
    display: flex;
    transition: transform 0.5s ease;
}
.imgContainer .each-custstory-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgContainer .each-custstory-img .each-custstory {
    width: 95%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(194, 231, 201), rgb(238, 249, 249));
    border-radius: 25px;
    overflow: hidden;
}
.imgContainer .each-custstory-img .each-custstory .row {
    padding: 0;
    margin: 0;
    height: 100%;
}
.imgContainer .each-custstory-img .each-custstory .contentDiv {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 2rem;
    text-align: left;
}
.imgContainer .each-custstory-img .each-custstory .imgDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
    font-family: "GilroyBold";
    color: #340969;
    font-size: 3rem;
}
.imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
    font-family: "GilroyRegular";
    color: #340969;
    font-size: 1.2rem;
    text-align: justify;
}
.cust-logo-sliderDiv {
    display: flex;
    justify-content: center;
}
.cust-logo-sliderDiv img {
    height: auto;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}
.cust-logo-sliderDiv img.active {
    opacity: 1;
    border: 1px solid gainsboro;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 0px gainsboro;
}
.arrow {
    position: absolute;
    transform: translateY(-50%);
    background: white;
    color: rgba(0,0,0,0.4);
    border: 2px solid rgb(236, 168, 42);
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
}
.arrow:hover {
    color: rgba(0,0,0,1);
}



@media screen and (max-width: 374px) {
    .cust-story-section2 {
        height: 18rem;
        padding: 0.5rem;
    }
    .imgContainer {
        width: 500%; 
        height: 75%;
    }
    .cust-logo-sliderDiv {
        margin-top: 1rem;
        gap: 0.5rem;
    }
    .cust-logo-sliderDiv img {
        width: 40px;
        padding: 0.25rem;
    }
    .arrow {
        opacity: 0;
        visibility: hidden;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv {
        padding: 0.5rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
        font-size: 1.25rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 375px) {
    .cust-story-section2 {
        height: 18rem;
        padding: 1rem;
    }
    .imgContainer {
        width: 500%; 
        height: 75%;
    }
    .cust-logo-sliderDiv {
        margin-top: 1rem;
        gap: 0.5rem;
    }
    .cust-logo-sliderDiv img {
        width: 40px;
        padding: 0.25rem;
    }
    .arrow {
        opacity: 1;
        visibility: visible;
        bottom: 5.5%;
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
    .arrow.prev { 
        left: 8%; 
    }
    .arrow.next { 
        right: 8%; 
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv {
        padding: 0.5rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
        font-size: 1rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
        font-size: 0.65rem;
    }
}
@media screen and (min-width: 425px) {
    .cust-story-section2 {
        height: 18rem;
        padding: 1rem;
    }
    .imgContainer {
        width: 500%; 
        height: 75%;
    }
    .cust-logo-sliderDiv {
        margin-top: 1rem;
        gap: 0.5rem;
    }
    .cust-logo-sliderDiv img {
        width: 42px;
        padding: 0.25rem;
    }
    .arrow {
        opacity: 1;
        visibility: visible;
        bottom: 4.5%;
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
    .arrow.prev { 
        left: 10%; 
    }
    .arrow.next { 
        right: 10%; 
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv {
        padding: 1rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
        font-size: 1.25rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 768px) {
    .cust-story-section2 {
        height: 25rem;
        padding: 1rem;
    }
    .imgContainer {
        width: 500%; 
        height: 70%;
    }
    .cust-logo-sliderDiv {
        margin-top: 2rem;
        gap: 1.5rem;
    }
    .cust-logo-sliderDiv img {
        width: 80px;
        padding: 0.5rem;
    }
    .arrow {
        opacity: 1;
        visibility: visible;
        bottom: 10%;
        font-size: 1.25rem;
        padding: 0.25rem 0.65rem;
    }
    .arrow.prev { 
        left: 7%; 
    }
    .arrow.next { 
        right: 7%; 
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv {
        padding: 1rem 2rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
        font-size: 2rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .cust-story-section2 {
        height: 40rem;
        padding: 1rem;
    }
    .imgContainer {
        width: 500%; 
        height: 75%;
    }
    .cust-logo-sliderDiv {
        margin-top: 4rem;
        gap: 2rem;
    }
    .cust-logo-sliderDiv img {
        width: 100px;
        padding: 0.5rem;
    }
    .arrow {
        opacity: 1;
        visibility: visible;
        bottom: 9%;
        font-size: 2rem;
        padding: 0.25rem 0.75rem;
    }
    .arrow.prev { 
        left: 11%; 
    }
    .arrow.next { 
        right: 11%; 
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
        font-size: 2.5rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 1200px) {
    .cust-story-section2 {
        height: 40rem;
        padding: 1rem;
    }
    .imgContainer {
        width: 500%; 
        height: 65%;
    }
    .cust-logo-sliderDiv {
        margin-top: 4rem;
        gap: 2rem;
    }
    .cust-logo-sliderDiv img {
        width: 110px;
        padding: 0.5rem;
    }
    .arrow {
        opacity: 1;
        visibility: visible;
        bottom: 9%;
        font-size: 2rem;
        padding: 0.25rem 0.75rem;
    }
    .arrow.prev { 
        left: 11%; 
    }
    .arrow.next { 
        right: 11%; 
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .heading {
        font-size: 3rem;
    }
    .imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 1300px) {
    .cust-story-section2 {
        height: 40rem;
        padding: 1rem;
    }
    .imgContainer {
        width: 500%; 
        height: 65%;
    }
    .cust-logo-sliderDiv {
        margin-top: 4rem;
        gap: 2rem;
    }
    .cust-logo-sliderDiv img {
        width: 110px;
        padding: 0.5rem;
    }
    .arrow {
        opacity: 1;
        visibility: visible;
        bottom: 9%;
        font-size: 2rem;
        padding: 0.25rem 0.75rem;
    }
    .arrow.prev { 
        left: 11%; 
    }
    .arrow.next { 
        right: 11%; 
    }
}



.insights-section .row .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.insights-section .section-heading {
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.insights-section .caption {
    color: white;
    font-family: "GilroyBold";
}
.insights-section .btnSection {
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.insights-section .btn {
    font-family: "GilroyBold";
    background-color: rgb(236, 168, 42) !important;
    border-radius: 7px !important;
    color: black;
} 



@media screen and (max-width: 374px) {
    .insights-section {
        padding: 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 1rem;
        width: 100%;
    }
    .insights-section .caption {
        font-size: 1.75rem;
        text-align: center;
        width: 100%;
    }
    .insights-section .btnSection {
        margin-bottom: 2rem;
        width: 100%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: center;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 100%;
    } 
}
@media screen and (min-width: 375px) {
    .insights-section {
        padding: 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 1rem;
        width: 100%;
    }
    .insights-section .caption {
        font-size: 1.75rem;
        text-align: center;
        width: 100%;
    }
    .insights-section .btnSection {
        margin-bottom: 2rem;
        width: 100%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: center;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 100%;
    } 
}
@media screen and (min-width: 425px) {
    .insights-section {
        padding: 2rem 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 1rem;
        width: 100%;
    }
    .insights-section .caption {
        font-size: 2rem;
        text-align: center;
        width: 100%;
    }
    .insights-section .btnSection {
        margin-bottom: 3rem;
        width: 100%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: center;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 100%;
    } 
}
@media screen and (min-width: 768px) {
    .insights-section {
        padding: 2rem 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 1rem;
        width: 100%;
    }
    .insights-section .caption {
        font-size: 2.25rem;
        text-align: center;
        width: 100%;
    }
    .insights-section .btnSection {
        margin-bottom: 3rem;
        width: 100%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: center;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 100%;
    } 
}
@media screen and (min-width: 1024px) {
    .insights-section {
        padding: 3rem 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 2rem;
        width: 80%;
    }
    .insights-section .caption {
        font-size: 2.5rem;
        text-align: left;
        width: 90%;
    }
    .insights-section .btnSection {
        margin-bottom: 2rem;
        width: 20%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: right;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .insights-section {
        padding: 3rem 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 2rem;
        width: 80%;
    }
    .insights-section .caption {
        font-size: 2.5rem;
        text-align: left;
        width: 90%;
    }
    .insights-section .btnSection {
        margin-bottom: 2rem;
        width: 20%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: right;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 50%;
    }
}
@media screen and (min-width: 1300px) {
    .insights-section {
        padding: 3rem 1rem;
    }
    .insights-section .section-heading {
        margin-bottom: 2rem;
        width: 80%;
    }
    .insights-section .caption {
        font-size: 2.5rem;
        text-align: left;
        width: 90%;
    }
    .insights-section .btnSection {
        margin-bottom: 2rem;
        width: 20%;
    }
    .insights-section .btnDiv {
        width: 90%; 
        text-align: right;
    }
    .insights-section .btn {
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
    } 
    .insights-section .row .col-6 {
        width: 50%;
    }
}



.insights-section .insight-card {
    background-color: whitesmoke;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px whitesmoke;
}
.insight-card .insightImgSection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
}
.insight-card .insightImgSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insight-card .insightBlogSection {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
}
.insight-card .insightBlogSection .heading {
    font-family: "GilroyBold";
    color: #340969;
}
.insight-card .insightBlogSection .content {
    font-family: "GilroyRegular";
    color: #340969;
    text-align: justify;
}
.insight-card .insightBlogSection .readBtn {
    position: absolute;
    color: rgb(236, 168, 42);
    font-weight: 600;
}



@media screen and (max-width: 374px) {
    .insights-section .insight-card {
        width: 100%;
        height: 47rem;
    }
    .insight-card .insightBlogSection {
        padding: 0.75rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.15rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 0.95rem;
        margin: 0.75rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.25rem;
        left: 1rem;
        font-size: 0.95rem;
    }
}
@media screen and (min-width: 375px) {
    .insights-section .insight-card {
        width: 98%;
        height: 47rem;
    }
    .insight-card .insightBlogSection {
        padding: 0.75rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.15rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 0.95rem;
        margin: 0.75rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.25rem;
        left: 1rem;
        font-size: 0.95rem;
    }
}
@media screen and (min-width: 425px) {
    .insights-section .insight-card {
        width: 98%;
        height: 45rem;
    }
    .insight-card .insightBlogSection {
        padding: 0.75rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.25rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 1rem;
        margin: 0.75rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.25rem;
        left: 1rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .insights-section .insight-card {
        width: 95%;
        height: 40rem;
    }
    .insight-card .insightBlogSection {
        padding: 1rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.75rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 1.1rem;
        margin: 0.75rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.5rem;
        left: 1rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .insights-section .insight-card {
        width: 95%;
        height: 45rem;
    }
    .insight-card .insightBlogSection {
        padding: 0.75rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.25rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 1rem;
        margin: 0.5rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.5rem;
        left: 1rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 1200px) {
    .insights-section .insight-card {
        width: 90%;
        height: 45rem;
    }
    .insight-card .insightBlogSection {
        padding: 0.75rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.5rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.5rem;
        left: 1rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 1300px) {
    .insights-section .insight-card {
        width: 85%;
        height: 45rem;
    }
    .insight-card .insightBlogSection {
        padding: 1rem;
    }
    .insight-card .insightBlogSection .heading {
        font-size: 1.5rem;
    }
    .insight-card .insightBlogSection .content {
        font-size: 1.1rem;
        margin: 0.5rem 0;
    }
    .insight-card .insightBlogSection .readBtn {
        bottom: 1.5rem;
        left: 1rem;
        font-size: 1rem;
    }
}



.blog-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blog-section .blog-card {
    background-color: whitesmoke;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 5px 0px whitesmoke;
}
.blog-card .img-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.blog-card .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-card .content-holder {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.blog-card .content-holder .heading {
    font-family: "GilroyBold";
    color: #340969;
}
.blog-card .content-holder .content {
    font-family: "GilroyRegular";
    color: gray;
    text-align: justify;
    margin: 0.5rem 0;
}
.blog-card .content-holder .readBtn {
    color: rgb(236, 168, 42);
    position: absolute;
}



@media screen and (max-width: 374px) {
    .blog-section {
        height: 45rem;
        margin-top: 1rem;
    }
    .blog-section .blog-card {
        width: 100%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 0.5rem;
    }
    .blog-card .content-holder .heading {
        font-size: 0.75rem;
    }
    .blog-card .content-holder .content {
        font-size: 0.75rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 0.75rem;
        bottom: 0.5rem;
    }
}
@media screen and (min-width: 375px) {
    .blog-section {
        height: 45rem;
        margin-top: 1rem;
    }
    .blog-section .blog-card {
        width: 98%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 0.75rem;
    }
    .blog-card .content-holder .heading {
        font-size: 0.8rem;
    }
    .blog-card .content-holder .content {
        font-size: 0.8rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 0.8rem;
        bottom: 0.5rem;
    }
}
@media screen and (min-width: 425px) {
    .blog-section {
        height: 45rem;
        margin-top: 1rem;
    }
    .blog-section .blog-card {
        width: 98%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 0.75rem;
    }
    .blog-card .content-holder .heading {
        font-size: 0.9rem;
    }
    .blog-card .content-holder .content {
        font-size: 0.85rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 0.85rem;
        bottom: 0.5rem;
    }
}
@media screen and (min-width: 768px) {
    .blog-section {
        height: 40rem;
        margin-top: 1rem;
    }
    .blog-section .blog-card {
        width: 95%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 1rem;
    }
    .blog-card .content-holder .heading {
        font-size: 1.2rem;
    }
    .blog-card .content-holder .content {
        font-size: 1rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 1rem;
        bottom: 1.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .blog-section {
        height: 45rem;
        margin-top: 0;
    }
    .blog-section .blog-card {
        width: 100%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 0.75rem;
    }
    .blog-card .content-holder .heading {
        font-size: 1.1rem;
    }
    .blog-card .content-holder .content {
        font-size: 1rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 1rem;
        bottom: 1.2rem;
    }
}
@media screen and (min-width: 1200px) {
    .blog-section {
        height: 45rem;
        margin-top: 0;
    }
    .blog-section .blog-card {
        width: 90%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 1rem;
    }
    .blog-card .content-holder .heading {
        font-size: 1.15rem;
    }
    .blog-card .content-holder .content {
        font-size: 1rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 1rem;
        bottom: 1.2rem;
    }
}
@media screen and (min-width: 1300px) {
    .blog-section {
        height: 45rem;
        margin-top: 0;
    }
    .blog-section .blog-card {
        width: 90%;
        height: 31%;
    }
    .blog-card .img-holder {
        width: 40%;
    }
    .blog-card .content-holder {
        width: 60%;
        padding: 1rem;
    }
    .blog-card .content-holder .heading {
        font-size: 1.15rem;
    }
    .blog-card .content-holder .content {
        font-size: 1rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 1rem;
        bottom: 1.2rem;
    }
}