
@font-face {
    font-family: GilroyRegular;
    src: url(gilroy-regular.ttf);
}
@font-face {
    font-family: GilroyBold;
    src: url(gilroy-bold.ttf);
}


.desktop-header {
    background-color: white;
    padding: auto;
    height: 4rem;
    box-shadow: 0px 0px 5px 0px rgb(208, 208, 208);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
}
.tabscreen-header {
    background-color: white;
    padding: auto;
    height: 4rem;
    box-shadow: 0px 0px 5px 0px rgb(208, 208, 208);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 50;
}
.menu-icon {
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    margin: auto 0.5rem auto 2rem;
}
.header-contactInfo {
    color: gray;
    font-weight: 500;
    font-size: 0.85rem;
}
.header-contactInfo i {
    margin-left: 2rem;
    margin-right: 0.5rem;
    color: rgb(4, 107, 131);
}
.header-menus {
    display: inline-block;
    width: fit-content;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    transition: 0.3s ease-in-out;
} 
.header-menus span {
    font-family: "GilroyRegular";
    cursor: pointer;
    color: #032d42;
    font-weight: 600;
    opacity: 0.9;
} 
.header-menus span i {
    margin-left: 0.25rem;
}
.header-menus:hover > span {
    color: #84d875;
    opacity: 1;
} 
.header-menus:hover > .submenu-card {
  opacity: 1;
  top: 4rem;
  visibility: visible;
}
.header-menus:hover {
    border-bottom: 5px solid #84d875;
}
.desktop-header .header-btnSection {
    margin: 0;
}
.desktop-header .header-btnSection .btn {
    font-family: "GilroyBold";
    background-color: #84d875 !important;
    border-radius: 25px !important;
    color: #032d42;
} 
.desktop-header .header-btnSection .signinBtn, .tabscreen-header .header-btnSection .signinBtn {
    font-family: "GilroyBold";
    color: #8fc2db;
    text-decoration: none;
}

.header-menus .submenu-card {
    position: fixed;
    top: 7rem;
    left: 0;
    width: 100vw; 
    height: 37rem;
    z-index: 3;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgb(206, 205, 205);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submenu-card .big-submenu-ul {
    padding: 1rem 2rem;
    margin: 0;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: white;
    list-style: none;
    border-right: 1px solid rgb(211, 211, 211);
    overflow-y: auto;
}
.submenu-card .big-submenu-ul .big-submenu-ul-heading {
    font-family: "GilroyBold";
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0;
}
.submenu-card .big-submenu-ul .big-submenu-ul-li {
    font-family: "GilroyRegular";
    list-style: none;
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: rgb(112, 112, 112);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: start;
}
.submenu-card .big-submenu-ul .big-submenu-ul-li i {
    margin-left: auto;
}
.submenu-card .big-submenu-ul .big-submenu-ul-li:hover, .submenu-card .big-submenu-ul .big-submenu-ul-li.showactive {
    background-color: rgba(4, 107, 131, 0.7);
    color: white;
}
.big-submenu-content {
    width: 80%;
    height: 100%;
    padding: 1rem 2rem;
}
.big-submenu-eachContent {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
}
.big-submenu-eachContent .eachContent-header {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}
.big-submenu-eachContent .eachContent-header .heading {
    color: black;
    font-weight: 650;
    font-size: 1.5rem;
    padding-left: 0.25rem;
}
.big-submenu-eachContent .eachContent-header .content {
    color: rgb(112, 112, 112);
    font-weight: 350;
    padding-left: 0.25rem;
}
.big-submenu-eachContent .eachContent-header .btn {
    color: #032d42;
    font-size: 0.85rem;
    font-weight: 550;
    border-radius: 25px;
    border: 2px solid #84d875;
    margin-top: 1rem;
}
.big-submenu-eachContent ul {
    cursor: pointer;
    display: inline-block;
    width: 31%;
    margin: 0;
    padding: 0.75rem;
}
.big-submenu-eachContent h6 {
    font-family: "GilroyBold";
    color: rgb(227, 154, 18); 
    width: 100%; 
    padding: 1rem 1rem 0 1rem;
}
.desktop-header .no-leftmenu {
    width: 100%;
    padding: 2rem;
}
.desktop-header .no-leftmenu ul {
    width: 24%;
}
.big-submenu-eachContent ul .submenu-eachcontent-heading {
    font-family: "GilroyBold";
    font-size: 0.95rem;
    color: black;
    padding: 0.25rem;
}
.big-submenu-eachContent ul .submenu-eachcontent-underline {
    width: 40px;
    height: 3px;
    background-color: #84d875;
    border-radius: 50px;
    margin: 0 0.25rem;
    margin-bottom: 0.25rem;
    visibility: hidden;
}
.big-submenu-eachContent ul .submenu-eachcontent-content {
    font-family: "GilroyRegular";
    font-size: 0.85rem;
    color: rgb(112, 112, 112);
    padding: 0.25rem;
    font-weight: 350;
    transition: 0.1s ease;
    width: 100%;
}
.big-submenu-eachContent ul:hover > .submenu-eachcontent-underline {
    visibility: visible;
}


.mobile-menu-holderDiv {
    background-color: white;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.mob-submenu-holderDiv {
    background-color: white;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.mobile-menu-holderDiv {
    z-index: 55;
}
.mob-submenu-holderDiv {
    z-index: 60;
}
.mobile-menu-holderDiv.active, .mob-submenu-holderDiv.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.close-menu-icon, .close-submenu-icon  {
    cursor: pointer;
    font-size: 2.5rem;
}
.mob-main-menus-container {
    padding: 1rem;
}
.mob-main-menus-container .mob-main-menu {
    cursor: pointer;
    padding: 0.75rem 0.5rem;
    font-family: 'GilroyRegular';
    font-weight: 600;
    font-size: 1.1rem;
}
.mob-main-menus-container .mob-main-menu i {
    float: right;
}
.each-mob-submenu-holder {
    display: none;
}


.mob-submenu-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mob-submenu-card .mob-big-submenu-ul {
    padding: 1rem;
    margin: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: white;
    list-style: none;
    border-right: 1px solid rgb(211, 211, 211);
    overflow-y: auto;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-heading {
    font-family: "GilroyBold";
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: black;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li {
    font-family: "GilroyRegular";
    list-style: none;
    width: 100%;
    height: fit-content;
    padding: 0.5rem 1rem;
    color: rgb(112, 112, 112);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: start;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li i {
    margin-left: auto;
}
.mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li:hover, .mob-submenu-card .mob-big-submenu-ul .mob-big-submenu-ul-li.showactive {
    background-color: rgba(4, 107, 131, 0.7);
    color: white;
}
.mob-big-submenu-content {
    width: 100%;
    height: fit-content;
    padding: 0;
}
.mob-big-submenu-eachContent {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    overflow-y: auto;
}
#mob-product .mob-big-submenu-eachContent, #mob-learning .mob-big-submenu-eachContent, #mob-support .mob-big-submenu-eachContent {
    background-color: whitesmoke;
    border-radius: 10px;
}
.mob-big-submenu-eachContent .mob-eachContent-header {
    padding: 1rem;
    width: 100%;
    margin-bottom: 1rem;
}
.mob-big-submenu-eachContent .mob-eachContent-header .heading {
    color: black;
    font-weight: 650;
    font-size: 1.5rem;
    padding-left: 0.25rem;
}
.mob-big-submenu-eachContent .mob-eachContent-header .content {
    color: rgb(112, 112, 112);
    font-weight: 350;
    padding-left: 0.25rem;
}
.mob-big-submenu-eachContent .mob-eachContent-header .btn {
    color: #032d42;
    font-size: 0.85rem;
    font-weight: 550;
    border-radius: 25px;
    border: 2px solid #84d875;
    margin-top: 1rem;
}
.mob-big-submenu-eachContent ul {
    cursor: pointer;
    display: inline-block;
    width: 47%;
    margin: 0;
    padding: 0.75rem;
}
.mob-big-submenu-eachContent h6 {
    font-family: "GilroyBold";
    color: rgb(227, 154, 18); 
    width: 100%; 
    padding: 1rem 1rem 0 1rem;
}
.mob-submenu-card .no-leftmenu {
    width: 100%;
    padding: 1rem;
}
.mob-submenu-card .no-leftmenu ul {
    width: 47%;
}
.mob-big-submenu-eachContent ul .submenu-eachcontent-heading {
    font-family: "GilroyBold";
    font-size: 0.95rem;
    color: black;
    padding: 0.25rem;
}
.mob-big-submenu-eachContent ul .submenu-eachcontent-underline {
    width: 40px;
    height: 3px;
    background-color: #84d875;
    border-radius: 50px;
    margin: 0 0.25rem;
    margin-bottom: 0.25rem;
    visibility: hidden;
}
.mob-big-submenu-eachContent ul .submenu-eachcontent-content {
    font-family: "GilroyRegular";
    font-size: 0.85rem;
    color: rgb(112, 112, 112);
    padding: 0.25rem;
    font-weight: 350;
    transition: 0.1s ease;
    width: 100%;
}
.mob-big-submenu-eachContent ul:hover > .submenu-eachcontent-underline {
    visibility: visible;
}



@media screen and (max-width: 374px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 2rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.1rem;
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 375px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 1.75rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.25rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 425px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 2rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.5rem;
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {
    .desktop-header {
        display: none;
    }
    .tabscreen-header {
        display: flex;
    }
    .menu-icon {
        font-size: 2.5rem;
    }
    .tabscreen-header .header-btnSection .signinBtn {
        margin-right: 0.75rem;
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 1024px) {
    .tabscreen-header {
        display: none;
    }
    .desktop-header {
        display: flex;
    }
    .header-menus {
        margin: auto 0.15rem; 
        padding: 0.25rem;
    } 
    .header-menus span {
        font-size: 0.8rem;
    } 
    .desktop-header .header-btnSection {
        margin-right: 1rem;
    }
    .desktop-header .header-btnSection .btn {
        font-size: 0.8rem;
    } 
    .desktop-header .header-btnSection .signinBtn {
        margin-right: 0.15rem;
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 1200px) {
    .tabscreen-header {
        display: none;
    }
    .desktop-header {
        display: flex;
    }
    .header-menus {
        margin: auto 0.25rem; 
        padding: 0.4rem;
    } 
    .header-menus span {
        font-size: 0.85rem;
    } 
    .desktop-header .header-btnSection {
        margin-right: 1.5rem;
    }
    .desktop-header .header-btnSection .btn {
        font-size: 0.9rem;
    } 
    .desktop-header .header-btnSection .signinBtn {
        margin-right: 0.5rem;
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 1300px) {
    .tabscreen-header {
        display: none;
    }
    .desktop-header {
        display: flex;
    }
    .header-menus {
        margin: auto 0.25rem; 
        padding: 0.5rem;
    } 
    .header-menus span {
        font-size: 0.9rem;
    } 
    .desktop-header .header-btnSection {
        margin-right: 2.5rem;
    }
    .desktop-header .header-btnSection .btn {
        font-size: 0.95rem;
    } 
    .desktop-header .header-btnSection .signinBtn {
        margin-right: 0.75rem;
        font-size: 0.95rem;
    }
}



.main_Banner {
    width: 100%; 
    margin: 0; 
    margin-top: 4rem;
    background: linear-gradient(to bottom, #d7efd2, rgb(255, 255, 255));
    background: white;
    position: relative;
}
.main_Banner .left-side-template {
    color: black; 
    margin: 0;
    padding: 5rem 2rem; 
    width: 40%;
}
.main_Banner .left-side-template  > div:nth-child(1) {
    font-family: 'GilroyBold'; 
    font-size: 3rem;
    font-weight: 700; 
    line-height: normal;
}
.main_Banner .left-side-template  > div:nth-child(2) {
    font-family: 'GilroyBold'; 
    font-size: 2rem;
    font-weight: 700; 
}
.main_Banner .left-side-template  > div:nth-child(3) {
    font-family: 'GilroyRegular'; 
    font-size: 1.1rem;
    font-weight: 600; 
    color: gray;
    margin-top: 1rem;
}
.main_Banner .left-side-template  > div:nth-child(4) {
    margin-top: 1.5rem;
}
.main_Banner .right-side-template {
    padding: 5rem 2rem;
    margin: 0;
    width: 60%;
}
.features_Section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.collage {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 150px;
    gap: 1rem;
    width: 100%;
}
.tile {
    cursor: pointer;
    font-family: 'GilroyRegular'; 
    background: white;
    background: linear-gradient(135deg, #e9f7e6, rgb(255, 255, 255));
    background: linear-gradient(135deg, hsl(110, 76%, 90%), rgba(0, 0, 0, 0.1));
    background: linear-gradient(135deg, #e9f7e6, rgb(255, 255, 255));
    box-shadow: 1px 1px 5px 0px gainsboro;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: 600;
}
.tile .image {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}
.tile .image img {
    width: auto;
    max-width: 100%;
    height: 40px;
}
.tile .heading {
    width: 100%;
    font-family: 'GilroyBold'; 
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    color: #032d42;
}
.tile .content {
    width: 100%;
    font-weight: 550;
    font-size: 0.8rem;
    color: gray;
    text-align: center;
    height: 2.5rem;
}
.main_Banner .btn {
    font-family: 'GilroyRegular'; 
    font-weight: 700; 
    border-radius: 15px;
    font-size: 1rem; 
    padding: 0.75rem 2rem; 
    width: fit-content;
}
.main_Banner .watchvidBtn {
    background-color: #84d875; 
    margin-right: 1rem;
}
.main_Banner .exploreaiBtn {
    border: 2px solid #84d875; 
    color: #043148;
}



@media screen and (max-width: 374px) {
    .main-captionDiv .left-side-template {
        padding: 3rem 0.75rem 0.75rem 0.75rem; 
        font-size: 1.75rem;
        width: 100%;
    }
    .main-captionDiv .right-side-template {
        padding: 0.75rem 0.75rem;
        margin: 0;
        width: 100%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1rem; 
        margin-bottom: 1.5rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 0.85rem; 
        padding: 0.75rem; 
        margin-bottom: 1rem;
        width: 100%;
    }
    .main-captionDiv .right-side-template .watchvidBtn {
        margin-right: 0.25rem;
    }
}
@media screen and (min-width: 375px) {
    .main-captionDiv .left-side-template {
        padding: 3rem 1.5rem 0.75rem 1.5rem; 
        font-size: 2rem;
        width: 100%;
    }
    .main-captionDiv .right-side-template {
        padding: 0.75rem 1.5rem;
        margin: 0;
        width: 100%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1rem; 
        margin-bottom: 1.5rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 0.95rem; 
        padding: 0.75rem; 
        margin-bottom: 1rem;
        width: 100%;
    }
    .main-captionDiv .right-side-template .watchvidBtn {
        margin-right: 0.5rem;
    }
}
@media screen and (min-width: 425px) {
    .main-captionDiv .left-side-template {
        padding: 3rem 2rem 0.75rem 2rem; 
        font-size: 2rem;
        width: 100%;
    }
    .main-captionDiv .right-side-template {
        padding: 0.75rem 2rem;
        margin: 0;
        width: 100%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1rem; 
        margin-bottom: 1.5rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 0.95rem; 
        padding: 0.75rem; 
        margin-bottom: 1rem;
        width: fit-content;
    }
    .main-captionDiv .right-side-template .watchvidBtn {
        margin-right: 0.5rem;
    }
}
@media screen and (min-width: 768px) {
    .main-captionDiv .left-side-template {
        padding: 3rem 3rem 1rem 3rem; 
        font-size: 2.5rem;
        width: 100%;
    }
    .main-captionDiv .right-side-template {
        padding: 1rem 3rem;
        margin: 0;
        width: 100%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1.2rem; 
        margin-bottom: 2rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 2rem; 
        width: fit-content;
    }
    .main-captionDiv .right-side-template .watchvidBtn {
        margin-right: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .main-captionDiv .left-side-template {
        padding: 5rem 3rem; 
        font-size: 3rem;
        width: 50%;
    }
    .main-captionDiv .right-side-template {
        padding: 5rem 3rem 5rem 5rem;
        margin: 0;
        width: 50%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1.2rem; 
        margin-bottom: 1rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 1.5rem; 
        width: fit-content;
    }
    .main-captionDiv .right-side-template .watchvidBtn {
        margin-right: 0.75rem;
    }
}
@media screen and (min-width: 1200px) {
    .main-captionDiv .left-side-template {
        padding: 5rem 3rem; 
        font-size: 3rem;
        width: 50%;
    }
    .main-captionDiv .right-side-template {
        padding: 5rem 3rem 5rem 8rem;
        margin: 0;
        width: 50%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1.2rem; 
        margin-bottom: 1rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 2rem; 
        width: fit-content;
    }
    .main-captionDiv .right-side-template .watchvidBtn {
        margin-right: 1rem;
    }
}
@media screen and (min-width: 1300px) {
    .main-captionDiv .left-side-template {
        padding: 5rem 3rem; 
        font-size: 3rem;
        width: 50%;
    }
    .main-captionDiv .right-side-template {
        padding: 5rem 3rem 5rem 10rem;
        margin: 0;
        width: 50%;
    }
    .main-captionDiv .right-side-template .right-top-text {
        font-size: 1.2rem; 
        margin-bottom: 1rem;
    }
    .main-captionDiv .right-side-template .btn {
        font-size: 1rem; 
        padding: 0.75rem 2rem; 
        width: fit-content;
    }
    .main-captionDiv .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;
    }
}



.features-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
}
.features-section .each-feature {
    background-color: whitesmoke;
    border-radius: 15px;
    position: relative;
    box-shadow: 1px 1px 5px 0px #cfedca;
} 
.each-feature .heading {
    font-family: "GilroyBold";
    color: #043148;
}
.each-feature .content {
    font-family: "GilroyRegular";
    color: #043148;
    text-align: justify;
}
.each-feature .learnBtn {
    color: #043148;
    position: absolute;
}




@media screen and (max-width: 374px) {
    .features-section {
        padding: 3rem 0.5rem;
        flex-wrap: wrap;
    }
    .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;
        flex-wrap: wrap;
    }
    .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;
        flex-wrap: wrap;
    }
    .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;
        flex-wrap: nowrap;
    }
    .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;
        flex-wrap: nowrap;
    }
    .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;
        flex-wrap: nowrap;
    }
    .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;
        flex-wrap: nowrap;
    }
    .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;
}
.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: 50px;
    box-shadow: 0px 0px 5px 0px rgb(233, 233, 233);
}
.each-industry  .iconDiv{
    display: inline-block;
    border-radius: 25px;
    background-color: rgb(239, 241, 241);
    box-shadow: 0px 0px 5px 0px rgb(233, 233, 233);
}
.each-industry  .iconDiv i{
    color: rgb(4, 107, 131);
}
.each-industry  .which-industry{
    font-family: 'GilroyRegular'; 
    display: inline-block;
    color: rgb(4, 107, 131);
}




@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.4rem;
    }
}





.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: #84d875 !important;
    border-radius: 25px !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: 90%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(194, 231, 201), rgb(238, 249, 249));
    background: linear-gradient(to bottom, #dce9ef, 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;
    line-height: normal;
}
.imgContainer .each-custstory-img .each-custstory .contentDiv .desc {
    font-family: "GilroyRegular";
    color: #340969;
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 0.5rem;
}
.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 #84d875;
    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: #84d875 !important;
    border-radius: 25px !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: #043148;
}
.insight-card .insightBlogSection .content {
    font-family: "GilroyRegular";
    color: #043148;
    text-align: justify;
}
.insight-card .insightBlogSection .readBtn {
    position: absolute;
    color: #043148;
    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: 10px;
    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: #043148;
}
.blog-card .content-holder .readBtn {
    color: #043148;
    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.9rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 0.9rem;
        bottom: 1rem;
    }
}
@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.9rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 0.9rem;
        bottom: 1rem;
    }
}
@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: 1rem;
    }
    .blog-card .content-holder .readBtn {
        font-size: 1rem;
        bottom: 1rem;
    }
}
@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 .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 .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 .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 .readBtn {
        font-size: 1rem;
        bottom: 1.2rem;
    }
}



.contact-section {
    background-color: whitesmoke;
    margin: auto;
    border-radius: 25px;
    box-shadow: 1px 1px 5px 0px whitesmoke ;
    overflow: hidden;
}
.contact-section .section-heading {
    font-family: 'GilroyBold'; 
    color: #043148; 
}
.contact-section .section-content {
    font-family: 'GilroyRegular'; 
    color: #043148; 
}
.contact-section .each-contactThrough .row {
    width: 100%;
    height: 100%;
    margin: 0;
}
.each-contactThrough .iconDiv {
    width: fit-content;
    border-radius: 50px;
    border: 2px solid #84d875;
}
.each-contactThrough .iconDiv i {
    color: gray;
}
.each-contactThrough .contentDiv .heading {
    font-family: 'GilroyBold';
}
.each-contactThrough .contentDiv .content {
    font-family: 'GilroyRegular';
}



@media screen and (max-width: 374px) {
    .contact-section {
        width: 87%;
        height: 38rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: center;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 1.75rem; 
    }
    .contact-section .section-content {
        font-size: 1rem; 
        text-align: center;
    }
    .contact-section .row .col-6 {
        width: 100%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 0.5rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.25rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 0.85rem;
    }
}
@media screen and (min-width: 375px) {
    .contact-section {
        width: 87%;
        height: 38rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: center;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 2rem; 
    }
    .contact-section .section-content {
        font-size: 1.1rem; 
        text-align: center;
    }
    .contact-section .row .col-6 {
        width: 100%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 0.5rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.5rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1.1rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 425px) {
    .contact-section {
        width: 87%;
        height: 40rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: center;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 2.25rem; 
    }
    .contact-section .section-content {
        font-size: 1.2rem; 
        text-align: center;
    }
    .contact-section .row .col-6 {
        width: 100%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 0.5rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.5rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1.25rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 0.95rem;
    }
}
@media screen and (min-width: 768px) {
    .contact-section {
        width: 90%;
        height: 30rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: start;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 2.25rem; 
    }
    .contact-section .section-content {
        font-size: 1.1rem; 
        text-align: left;
    }
    .contact-section .row .col-6 {
        width: 50%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 0.5rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.25rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1.1rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 1024px) {
    .contact-section {
        width: 95%;
        height: 35rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: start;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 3rem; 
    }
    .contact-section .section-content {
        font-size: 1.25rem; 
        text-align: left;
    }
    .contact-section .row .col-6 {
        width: 50%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 0.75rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.75rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1.25rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1200px) {
    .contact-section {
        width: 92%;
        height: 35rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: start;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 3.25rem; 
    }
    .contact-section .section-content {
        font-size: 1.5rem; 
        text-align: left;
    }
    .contact-section .row .col-6 {
        width: 50%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 1rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.75rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1.4rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1300px) {
    .contact-section {
        width: 92%;
        height: 35rem;
        margin-top: 2rem;
        margin-bottom: 5rem;
    }
    .contact-section .col-6.align-left {
        align-items: start;
        padding: 1rem;
    }
    .contact-section .section-heading {
        font-size: 3.5rem; 
    }
    .contact-section .section-content {
        font-size: 1.5rem; 
        text-align: left;
    }
    .contact-section .row .col-6 {
        width: 50%;
    }
    .contact-section .each-contactThrough {
        width: 100%;
        height: 10rem;
    }
    .each-contactThrough .iconDiv {
        padding: 1rem;
    }
    .each-contactThrough .iconDiv i {
        font-size: 1.75rem;
    }
    .each-contactThrough .contentDiv .heading {
        font-size: 1.4rem;
    }
    .each-contactThrough .contentDiv .content {
        font-size: 1rem;
    }
}




footer {
    background-color: #032d42;
    /* background-color: whitesmoke; */
    width: 100%;
}
footer .row {
    width: 100%;
    margin: 0;
}
footer .col-3 {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
footer .col-3 div i {
    margin-right: 0.5rem;
}
footer .footer-heading {
    font-family: 'GilroyBold';
    /* color: black; */
    color: white;
}
footer .footer-links {
    font-family: 'GilroyRegular';
    cursor: pointer;
    /* color: #10577b; */
    color: rgb(229, 238, 251);
}
footer .footer-links:hover {
    text-decoration: underline;
}
.hr-ruler {
    background-color: gainsboro;
    width: 95%;
    height: 1px;
    margin: auto;
}
footer .each-socialapp {
    display: inline-block;
    width: fit-content;
}
footer .each-socialapp i {
    /* color: gray; */
    color: white;
    opacity: 0.8;
}
footer .each-socialapp:hover i {
    /* color: black; */
    opacity: 1;
}
footer .requestdemo-text {
    font-family: 'GilroyBold'; 
    text-align: center; 
    color: white;
}
footer .contactBtn {
    font-family: 'GilroyRegular'; 
    border: 2px solid #84d875; 
    border-radius: 25px; 
    font-weight: 600; 
    padding: 0.75rem 1rem; 
    margin-top: 1rem; 
    color: white;
}
footer .copyright-text {
    text-align: center; color: white;
}



@media screen and (max-width: 374px) {
    footer .col-3 {
        width: 100%;
        margin-top: 1rem;
    }
    footer .col-3 div {
        width: 100%;
        padding: 0.5rem;
    }
    footer .footer-heading {
        font-size: 1.25rem;
    }
    footer .footer-links {
        font-size: 0.9rem;
    }
    footer .each-socialapp {
        padding: 0 0.5rem;
    }
    footer .each-socialapp i {
        font-size: 1.25rem;
    }
    footer .requestdemo-text {
        font-size: 1rem; 
    }
    footer .contactBtn {
        font-size: 0.9rem;
    }
    footer .copyright-text {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 375px) {
    footer .col-3 {
        width: 100%;
        margin-top: 1rem;
    }
    footer .col-3 div {
        width: 100%;
        padding: 0.5rem;
    }
    footer .footer-heading {
        font-size: 1.25rem;
    }
    footer .footer-links {
        font-size: 1rem;
    }
    footer .each-socialapp {
        padding: 0 0.5rem;
    }
    footer .each-socialapp i {
        font-size: 1.5rem;
    }
    footer .requestdemo-text {
        font-size: 1.1rem; 
    }
    footer .contactBtn {
        font-size: 0.9rem;
    }
    footer .copyright-text {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 425px) {
    footer .col-3 {
        width: 100%;
        margin-top: 1rem;
    }
    footer .col-3 div {
        width: 100%;
        padding: 0.5rem;
    }
    footer .footer-heading {
        font-size: 1.5rem;
    }
    footer .footer-links {
        font-size: 1rem;
    }
    footer .each-socialapp {
        padding: 0 0.5rem;
    }
    footer .each-socialapp i {
        font-size: 1.5rem;
    }
    footer .requestdemo-text {
        font-size: 1.2rem; 
    }
    footer .contactBtn {
        font-size: 0.9rem;
    }
    footer .copyright-text {
        font-size: 1rem;
    }
}
@media screen and (min-width: 768px) {
    footer .col-3 {
        width: 25%;
        margin-top: 0;
    }
    footer .col-3 div {
        width: 100%;
        padding: 0.5rem;
    }
    footer .footer-heading {
        font-size: 1.25rem;
    }
    footer .footer-links {
        font-size: 0.9rem;
    }
    footer .each-socialapp {
        padding: 0 1rem;
    }
    footer .each-socialapp i {
        font-size: 2rem;
    }
    footer .requestdemo-text {
        font-size: 1.4rem; 
    }
    footer .contactBtn {
        font-size: 1rem;
    }
    footer .copyright-text {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    footer .col-3 {
        width: 25%;
        margin-top: 0;
    }
    footer .col-3 div {
        width: 95%;
        padding: 0.5rem;
    }
    footer .footer-heading {
        font-size: 1.5rem;
    }
    footer .footer-links {
        font-size: 1rem;
    }
    footer .each-socialapp {
        padding: 0 1rem;
    }
    footer .each-socialapp i {
        font-size: 2rem;
    }
    footer .requestdemo-text {
        font-size: 1.4rem; 
    }
    footer .contactBtn {
        font-size: 1rem;
    }
    footer .copyright-text {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1200px) {
    footer .col-3 {
        width: 25%;
        margin-top: 0;
    }
    footer .col-3 div {
        width: 90%;
        padding: 0.5rem;
    }
    footer .footer-heading {
        font-size: 1.5rem;
    }
    footer .footer-links {
        font-size: 1rem;
    }
    footer .each-socialapp {
        padding: 0 1rem;
    }
    footer .each-socialapp i {
        font-size: 2rem;
    }
    footer .requestdemo-text {
        font-size: 1.4rem; 
    }
    footer .contactBtn {
        font-size: 1rem;
    }
    footer .copyright-text {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1300px) {
    footer .col-3 {
        width: 25%;
        margin-top: 0;
    }
    footer .col-3 div {
        width: 85%;
        padding: 0.5rem 1rem;
    }
    footer .footer-heading {
        font-size: 1.5rem;
    }
    footer .footer-links {
        font-size: 1rem;
    }
    footer .each-socialapp {
        padding: 0 1rem;
    }
    footer .each-socialapp i {
        font-size: 2rem;
    }
    footer .requestdemo-text {
        font-size: 1.4rem; 
    }
    footer .contactBtn {
        font-size: 1rem;
    }
    footer .copyright-text {
        font-size: 1rem;
    }
}