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

/* @import url('https://fonts.googleapis.com/css2?family=Prata&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* font-family: "Oswald", sans-serif; */

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

/* font-family: "Poppins", sans-serif; */


/* General Styles */

:root {
    /* color-var */
    --light-grey: #F1F1F1;
    --greyColor: #D9D9D9;
    --white: #fff;
    --black: #000;
    --dark-grey: #021024;
    --greenColor: #21A141;
    --blueGrey: #3d4549;
    --primary-color: #4aa242;
    --secondary-color: #545a5d;
    --accent-color: #0078d4;
    --whiteShade: #F8F8F8;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

button,
input {
    -webkit-appearance: none
}

html {
    height: 100%;
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    line-height: 1.2;
    font-family: "Oswald", Sans-serif !important;
    font-weight: 600 !important;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
select,
ul {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-shadow: none;
    border: 0;
    list-style: none;
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 1rem
}

p {
    font-weight: 400;
    line-height: 25px;

    /* color: #2f2f34; */
    color: #000;
}

:after,
:before,
a,
h1,
h2,
h3,
h4,
h5,
h6,
header,
img,
p,
small,
span {
    -webkit-transition: .5s 0;
    -moz-transition: .5s 0;
    transition: .5s 0
}

* {
    -webkit-overflow-scrolling: touch;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

a {
    text-decoration: none;
    color: inherit
}

:focus {
    outline: 0
}

::-webkit-input-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

::-moz-placeholder {
    opacity: 1
}

:-ms-input-placeholder {
    opacity: 1
}

.mt-1 {
    margin-top: 1rem;
}

.mt-1-5 {
    margin-top: 1.5rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-2-5 {
    margin-top: 2.5rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -1.625rem;
    display: inline-block;
    padding: 0.1875rem 0.375rem;
    border-radius: 0.125rem;
    background: #000;
    color: #fff;
    font-size: var(--font-13pt-doublepage);

    white-space: nowrap;
}

[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: -0.625rem;
    left: 0.5rem;
    display: inline-block;
    color: #fff;
    border: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #000;
}

.h100 {
    height: 100%;
}

.SecHeading {
    padding-bottom: 1rem;
    display: flex;
    align-items: end;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
}

.SecHeading .leftHeading {
    text-align: left;
    flex: 1;
}

.SecHeading .rightTxt {
    text-align: left;
    flex: 1;
    font-size: var(--font-18pt-doublepage) !important;
    font-weight: 400 !important;
}

.SecHeading .leftHeading h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
}

.SecHeading .leftHeading p {
    font-size: var(--font-21pt-doublepage) !important;
    font-weight: 400 !important;
    color: var(--blueGrey);
    padding-bottom: 0;
    margin: 0;
}


/* Top-bar Section */

.mainTo-area {
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: var(--white);
}

.top-bar {
    background-color: #115522;
    font-size: var(--font-16pt-doublepage);
}

.top-bar .inner-row {
    display: flex;
    gap: 2rem;
}

.top-bar .contact-info {
    font-size: 0rem;
    display: flex;
    gap: 0.1875rem;
}

.top-bar .contact-info a {
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    /* background-color: rgba(255, 255, 255, 0.4); */
    display: inline-block;
    padding: 0.4rem 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    color: #fff;
}

.top-bar .contact-info a i {
    font-size: 1.3rem;
}

.top-bar .social-icons {
    display: flex;
    gap: .1rem;
}

.top-bar .social-icons a {
    display: block;
    padding: 0.35rem .5rem;
    line-height: 1;
    color: #fff;
    font-size: 1.3rem;
    width: 42px;
    align-items: center;
    text-align: center;
}

.top-bar .social-icons a:hover {
    color: var(--greenColor);
}


/* header Section */

header {
    position: relative;
    display: flex;
    border-bottom: 0.0625rem solid #f1f1f1;
}

header .logoCnt {
    margin-right: 0rem;
    max-width: 28rem;
    width: 100%;
}

header .logoCnt img {
    max-width: 15rem;
}

nav.row {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}

header nav .top-nav {
    font-style: 400;
    font-size: var(--font-14pt-doublepage);
    display: flex;
    gap: 1.2rem;
    margin-top: 0.7rem;
}

header .top-nav ul {
    display: none;
    z-index: 9;
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 100%;
    min-width: 12rem;
}

header .top-nav>li {
    position: relative;
    padding: 0.4375rem 1rem;
}

header .top-nav>li li {
    position: relative;
    padding: 0.4375rem 0rem;
}

header .top-nav li:hover ul {
    display: block;
    margin-top: 0.5rem;
    left: 0;
    position: absolute;
}

header .top-nav li li a {
    font-weight: 400 !important;
    color: var(--black);
    padding: 0.15rem 0.9375rem;
    color: #333;
    display: inline-block;
    font-size: 16px;
}

header nav .top-nav li:hover {
    color: var(--white);
    cursor: pointer;
    background-color: var(--greenColor);
}

header nav .top-nav li li a {
    color: #333;
}

header nav .top-nav li li:hover a {
    color: var(--white);
}


/* second nav */

header .dropNav ul {
    font-size: 0;
    list-style-type: none;
}

header .dropNav ul li {
    font-size: var(--font-16pt-doublepage);
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding: 0.4375rem 0.9375rem;
    position: relative;
}

header .dropNav ul li a {
    font-size: var(--font-20pt-doublepage);
    font-weight: 500;
}

header .dropNav ul li li a {
    font-size: var(--font-16pt-doublepage);
    font-weight: 400;
}

header .dropNav ul li i {
    font-size: var(--font-13pt-doublepage);
}

header .dropNav ul li a:hover,
header .dropNav ul li:hover {
    color: var(--white);
}

header .dropNav ul li ul {
    display: none;
    min-height: 6rem;
}

header .dropNav ul li:hover {
    cursor: pointer;
    background-color: var(--greenColor);
}

header .dropNav ul li li {
    font-size: var(--font-14pt-doublepage);
    font-weight: 400;
}

header .dropNav ul li:hover ul {
    display: block;
    margin-top: 0.5rem;
    width: 100%;
    min-width: 15rem;
    left: 0;
    position: absolute;
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header .dropNav ul li:hover ul li {
    display: block;
}


/* custom-Carousel */

.custom-Carousel {
    height: 31rem;
    width: 100%;
    overflow: hidden;
}

.custom-Carousel .slickSlider,
.custom-Carousel .slickSlider * {
    height: 100%;
    margin-bottom: 0 !important;
}

.custom-Carousel .slickSlider ul.slick-dots {
    height: auto !important;
    bottom: 15px;
}

.custom-Carousel .slickSlider .slick-dots li {
    width: 30px;
}

.custom-Carousel .slickSlider .slick-dots li.slick-active button {
    background-color: var(--white);
}

.custom-Carousel .slickSlider .slick-dots li button {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0;
}

.custom-Carousel .slickSlider .slick-dots li button:before {
    display: none;
}

.slick-next.slick-arrow {
    height: auto !important;
    z-index: 999;
    right: 0px;
    font-size: 5rem;
}

.slick-prev.slick-arrow {
    height: auto !important;
    z-index: 999;
    left: 0px;
    font-size: 5rem;
}

.slick-prev {
    left: -40px !important;
}

.slick-next {
    right: -40px !important;
}

/* .slick-prev:before, .slick-next:before */

.custom-Carousel .slickSlider .slick-next {
    background-color: rgb(0 0 0 / 29%);
    width: 66px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
}

.custom-Carousel .slickSlider .slick-next:hover,
.custom-Carousel .slickSlider .slick-prev:hover {
    background-color: var(--greenColor);
}

.custom-Carousel .slickSlider .slick-next:before {
    content: '\f105' !important;
    font-family: "FontAwesome" !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    left: 0;
    right: 0;
    position: absolute;
}

.custom-Carousel .slickSlider .slick-prev {
    background-color: rgb(0 0 0 / 29%);
    width: 66px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
}

.custom-Carousel .slickSlider .slick-prev:before {
    content: '\f104' !important;
    font-family: "FontAwesome" !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    left: 0;
    right: 0;
    position: absolute;
}

.custom-Carousel .slideItem {
    height: 100%;
    position: relative;
    background: #E4EFF3;
}

.sliderBgImg {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    right: 0;
}

.custom-Carousel .slickSlider {
    background: #E4EFF3;
}

.custom-Carousel .slickSlider .slide-2 {
    background: rgb(228, 232, 241);
    background: linear-gradient(171deg, rgba(228, 232, 241, 1) 0%, rgba(0, 10, 36, 1) 100%);
}

.custom-Carousel .slickSlider .slide-3 {
    background: rgb(228, 232, 241);
    background: linear-gradient(171deg, rgba(228, 232, 241, 1) 0%, rgb(190 207 223) 100%);
}

.custom-Carousel .slickSlider .slide-4 {
    background: rgb(228, 232, 241);
    background: linear-gradient(171deg, rgba(228, 232, 241, 1) 0%, rgb(33 32 53) 100%);
}

.custom-Carousel .slickSlider .slide-5 {
    background: rgb(228, 232, 241);
    background: linear-gradient(171deg, rgba(228, 232, 241, 1) 0%, rgb(219 227 227) 100%);
}

.custom-Carousel .slideItem::after {
    content: '';
    /* background: url(../images/banner-bg.png) 0 0 no-repeat; */
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: -2rem -7rem;
    width: 100%;
    height: 100%;
}

.custom-Carousel .bnrCntBox {
    z-index: 999;
    position: relative;
    display: flex;
    gap: 0;
    align-items: center;
    max-width: 60%;
}

.custom-Carousel .imgBox {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
}

.custom-Carousel .imgBox img {
    width: 100%;
    height: 100%;
}

.custom-Carousel .bnrCntBox .txtBox {
    flex: 4;
}

.custom-Carousel .bnrCntBox * {
    height: auto;
}

.custom-Carousel .bnrCntBox .txtBox {
    background: fff;
}

.custom-Carousel .bnrCntBox .txtBox {
    padding: 0;
    text-align: left;
    margin-left: 0;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.custom-Carousel .bnrCntBox .txtBox h2 {
    text-align: left;
    font-size: var(--font-42pt-doublepage);
    color: var(--dark-grey);
    font-weight: 500;
    margin-bottom: 0.5rem;

    font-size: 2.2rem;
    text-wrap: balance;
}

.custom-Carousel .bnrCntBox .txtBox p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;

    color: var(--dark-grey);
    line-height: 1.5;
    text-wrap: balance;
}

.custom-Carousel .bnrCntBox .txtBox a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-18pt-doublepage);
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    max-width: max-content;
    letter-spacing: 1px;

    border-radius: 25px;
}


/* trendingSection */

.trendingSection {
    background-color: var(--light-grey);
    padding: 4rem 0;
    margin-top: 4px;
}

.trendingSection h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 700;
    text-align: left;
}

.trendingSection .trendingSlider.slick-slider .slick-track {
    display: flex !important;
}

.trendingSection .slide-item {
    background-color: var(--white);
    border-top: 3px solid var(--greenColor);
    margin: 0 10px;
    padding: 0 1.2rem 1.2rem;
    min-height: 12rem;
}

.trendingSection .slide-item .noBox {
    background-color: var(--greenColor);
    color: var(--white);
    font-size: 1.575rem;
    font-weight: 500;
    padding: 0rem 0.5rem;
    max-width: max-content;
    margin-bottom: 0.7rem;
}

.trendingSection .headingArea {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.trendingSection button.slick-arrow {
    margin: 0;
    background: #fff;
    border: none;
    outline: 0;
    height: 32px;
    width: 32px;
}


/* services-Section */

.services-Section {
    padding: 4rem 0;
    background: var(--whiteShade);
}

.services-Section>h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.2rem;
}

.services-Section>p {
    font-size: var(--font-18pt-doublepage);
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.7rem;
}

.services-Section .row {
    row-gap: 1.5rem;
}

.services-Section .imgWrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}

.services-Section .imgWrapper .imgBox {
    height: 200px;
}

.services-Section .imgWrapper img {
    left: 0;
    top: 5px;
    /* z-index: -1;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .52s;
    position: relative;
}

.services-Section .imgWrapper:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.services-Section .cntArea {
    z-index: 2;
    left: 0;
    bottom: 0rem;
    height: auto;
    color: var(--white);
    text-align: left;
}

.services-Section .headArea {
    display: flex;
    gap: 3rem;
    padding: 0.7rem 0.7rem 0.7rem 1.2rem;
}

.services-Section .headArea h2 {
    font-size: var(--font-34pt-doublepage);
    font-weight: 500;
    color: #6c7173;
    position: relative;
    text-align: left;
    flex: 2;
    margin-bottom: 0;
}

.services-Section .headArea img {
    max-width: 5rem;
}

.services-Section .headArea h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1.7rem;
    width: 6px;
    background-color: var(--greenColor);
    height: 100%;
}

.services-Section .cntArea p {
    font-size: var(--font-21pt-doublepage);
    font-weight: 400;
    /* padding: 0 1.2rem;
    margin-top: 1rem;*/
    overflow: hidden;

    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    text-align: center;
    font-weight: 400;
}

.services-Section .cntArea a {
    background: var(--white);
    color: var(--black);
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    position: relative;
    z-index: 1;
}


/* solutions-Section */

.solutions-Section {
    border-top: 1px solid var(--light-grey);
    padding: 2rem 0 2rem;
    overflow: hidden;
    background: url(../images/solution-bg.png) 0 0;
    background-repeat: no-repeat;
    background-position: bottom;
}

.solutions-Section .innerCnt {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}

.solutions-Section .SecHeading {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    max-width: 450px;
}

.solutions-Section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1.7rem;
    color: #000;
    margin: 0;
}

.solutions-Section p {
    font-size: var(--font-27pt-doublepage);
    font-weight: 400;
    margin-bottom: 0.2rem;
    color: var(--dark-grey);
}

.solutions-Section h3 {
    font-size: var(--font-24pt-doublepage);
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: var(--dark-grey);
}

.solutions-Section .itemSection {
    position: relative;
    max-width: 700px;
    background: #F1F5FC;
}

.solutions-Section .itemSection ul {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.solutions-Section .itemSection ul li {
    padding: 1rem 1.3rem 0.5rem;
    text-align: center;
    border-bottom: 2px solid #fff;
    display: flex;
    gap: 1rem;
}

.solutions-Section .itemSection ul li:last-child {
    border: none;
}

.solutions-Section .itemSection ul li img {
    /* animation: zoom-in-zoom-out 1.5s ease infinite; */
    /* border-radius: 0.5rem; */
    max-width: 3.5rem;
    height: auto;
    max-height: max-content;
}

.solutions-Section .itemSection ul li .txtBox {
    text-align: left;
    max-width: 80%;
}

.solutions-Section .itemSection ul li .txtBox h2 {
    font-size: var(--font-18pt-doublepage);
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: var(--dark-grey);
    margin: 0;
}

.solutions-Section .itemSection ul li .txtBox p {
    font-size: var(--font-17pt-doublepage);
    font-weight: 400;
    margin-bottom: 0.2rem;
    color: var(--dark-grey);
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 75%
    }

    50% {
        scale: 100%;
    }

    100% {
        scale: 75%;
    }
}

.solutions-Section .itemSection ul li h2 {
    font-size: var(--font-18pt-doublepage);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.solutions-Section .itemSection ul li p {
    font-size: var(--font-15pt-doublepage);
    font-weight: 400;
    color: var(--blueGrey);
}

.solutions-Section .itemSection::after {
    content: '';
    background-color: #b6eba9 !important;
    z-index: -1;
    right: -3.2rem;
    bottom: -2.5rem;
    position: absolute;
    border-radius: 50% !important;
    height: 8rem !important;
    width: 8rem !important;
}

.solutions-Section .itemSection::before {
    content: '';
    background-image: radial-gradient(#397d8e 2px, transparent 2.5px);
    background-size: .75rem .75rem;
    position: absolute;
    opacity: .5;
    height: 8rem !important;
    width: 8rem !important;
    top: -3rem;
    left: -3rem;
    z-index: -1;
}


/* Milestones */

.milestones-Section {
    padding: 1rem 0;
    background-size: 100% 100%;
    position: relative;
    color: var(--dark-grey);
    text-align: center;
    background-color: #fff;
}

.milestones-Section .topSec {
    display: flex;
    gap: 1rem;
}

.milestones-Section h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    text-align: center;
    color: var(--dark-grey);
    margin-bottom: 0.5rem;
}

.milestones-Section p {
    font-size: var(--font-20pt-doublepage);
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.2rem;
    padding: 0 6rem;
    color: var(--dark-grey);
}

.milestones-Section ul {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.milestones-Section ul li {
    flex: 1;
    background: var(--white);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem 1.5rem 0.5rem;
}

.milestones-Section ul li h2 {
    font-size: 25px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.milestones-Section ul li p {
    padding: 0 0rem;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
}

.milestones-Section ul li img {
    height: max-content;
    width: max-content;
}

.milestones-Section ul li sup {
    top: 0rem;
    font-size: 25px;
    font-weight: 500;
}


/* Our Insights */

.insightsSection {
    padding: 1rem 0;
    margin-top: 4px;
    background: #F8F8F8;
}

.insightsSection .SecHeading {
    padding-bottom: 1rem;
}

.insightsSection .SecHeading h2 {
    text-align: center;
    position: relative;
    padding: 0 2rem;
    font-size: 30px;
    font-weight: 600 !important;
    margin: auto;
}

.insightsSection p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 0.5rem 0 0rem;
    position: relative;
    padding: 0 2rem;
    height: 50px;
}

.insightsSection .slide-item .inner {
    margin: 0 10px;
    padding: 0 0rem 2rem;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

.insightsSection .slide-item .inner img {
    border-radius: 20px 20px 0 0;
    /* Applies a 15px radius to top-left and top-right corners, and 0 to bottom corners */
}

.insightsSection .slide-item .inner a {
    background-color: var(--greyColor);
    padding: 0.35rem 1rem;
    color: var(--black);
    /* font-size: var(--font-13pt-doublepage); */
    font-weight: 600;
    margin: 1.8rem 0 0 2rem;
    display: inline-block;
}

.insightsSection .slide-item .inner a:hover {
    background-color: var(--greenColor);
    color: var(--white);
}

.insightsSection .slide-item .inner h2 {
    font-size: var(--font-18pt-doublepage);
    font-weight: 500;
    text-align: left;
    margin-top: 1.4rem;
    height: 50px;
    color: #000;
    margin: 1rem 2rem 0;
}

.insightsSection .slide-item .inner h5 {

    text-align: left;
    margin-top: 1.4rem;
    height: 50px;
    color: #000;
    margin: 1rem 2rem 0;
}

.insightsSection .slide-item .inner h2::after {
    content: '';
    position: absolute;
    height: 1.5rem;
    width: 6px;
    background-color: var(--greenColor);
    left: 0;
    top: 0.2rem;
}

.insightsSection .slide-item {
    padding: 0 0rem 1.2rem;
}

.insightsSection .slide-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.insightsSection .btn-wrap {
    text-align: center;
}

.insightsSection button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}


/* client-section */

.clientTAbSection {
    background-color: var(--light-grey);
    padding: 0rem 0 0;
}

.clientTAbSection ul.nav {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    height: 6rem;
    border-bottom: 5px solid #c1c1c1;
}

.clientTAbSection ul.nav li.nav-item {
    height: 100%;
    width: max-content !important;
    padding: 0 0rem;
    align-items: center;
    display: flex;
    box-sizing: border-box;
}

.clientTAbSection ul.nav li.nav-item img {
    width: 10rem;
}

.clientTAbSection ul.nav li.nav-item img.last {
    width: auto !important;
    height: 5.3rem !important;
}

.clientTAbSection ul.nav li button:hover,
.clientTAbSection ul.nav li button {
    border: none;
    padding-bottom: 8px;
    height: 100%;
    position: relative;
    padding: 0 2rem;
}

.clientTAbSection ul.nav li button.active::after {
    content: '';
    background-color: transparent;
    border-bottom: 6px solid var(--greenColor);
    height: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.clientTAbSection h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}

.clientTAbSection a {
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    text-align: left;
    background: var(--greenColor);
    color: var(--white);
    padding: 0.5rem 1.8rem;
    border-radius: 30px;
    display: flex;
    align-items: anchor-center;
}

.clientTAbSection .tabHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #021024;
    padding: 2rem 0;
}

.clientTAbSection .tabHead .inner {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.clientTAbSection .tabHead h2 {
    font-size: var(--font-32pt-doublepage);
    font-weight: 400;
    text-align: left;
    color: var(--white);
}

.clientTAbSection .topHead-area {
    /* border-bottom: 3px solid #d1d1d1; */
}

.clientTAbSection .tab-content.accordion {
    margin-top: -2px;
}

.clientTAbSection .tab-pane {
    background-color: transparent;
}

.clientTAbSection .accordion-body {
    padding: 0;
}

.client-section {
    background-color: var(--light-grey);
    padding: 0rem 0 0;
}

.client-section .topHead-area {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.client-section .topHead-area a {
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    text-align: left;
    background: var(--greenColor);
    color: var(--white);
    padding: 0.5rem 0.8rem;
    border-radius: 30px;
}

.client-section .logoArea {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.client-section .logoArea .item {
    flex: 1;
    text-align: center;
    align-items: center;
    display: flex;
}

.client-section .logoArea .item img {
    height: auto;
    width: 70%;
}

.client-section .bgArea {
    width: 100%;
    position: relative;
    height: 28.125rem;
}

.client-section .bgArea img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-section .bgArea .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.client-section .bgArea .inner .cntBox {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    max-width: 33rem;
    border-radius: 2px;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    padding: 2.5rem 1.8rem;
}

.client-section .bgArea .inner .cntBox h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 400;
    padding-bottom: 1.5rem;
}

.client-section .bgArea .inner .cntBox a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    width: max-content;
}


/* getSection */

.getSection {
    background-color: var(--light-grey);
    padding: 4rem 0;
}

.getSection h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 500;
    text-align: justify;
}

.getSection .innerCnt {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.getSection .innerCnt .itemBox {
    background-color: var(--white);
    max-width: 33rem;
    border-radius: 2px;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    padding: 2.5rem 1.8rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.getSection .innerCnt .itemBox h2 {
    font-size: var(--font-18pt-doublepage);
    font-weight: 500;
    text-align: left;
    margin-top: 1.4rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.getSection .innerCnt .itemBox h2::after {
    content: '';
    position: absolute;
    height: 1rem;
    width: 4px;
    background-color: var(--greenColor);
    left: -1.8rem;
    top: 0.2rem;
}

.getSection .innerCnt .itemBox a {
    background: var(--greyColor);
    color: var(--black);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-13pt-doublepage);
    font-weight: 500;
    padding: 0.5rem 0.8rem;
    max-width: max-content;
}

.getSection .innerCnt .itemBox a:hover {
    background: var(--greenColor);
    color: var(--white);
}

.getSection .innerCnt .itemBox:hover {
    border-color: #F2FAF4;
    /* change border color on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* add shadow */
    transform: translateY(-4px);
    /* little lift-up effect */
    background-color: #F2FAF4;
    /* slightly different bg */
}


/* our location */

.location-Section {
    padding: 2rem 0;
    /* background: rgb(7, 21, 70); */
    /* background: radial-gradient(circle, rgba(7, 21, 70, 1) 0%, rgba(3, 12, 44, 1) 49%, rgba(1, 6, 27, 1) 76%, rgba(0, 2, 18, 1) 100%); */
    color: var(--black);
    border-top: 1px solid var(--light-grey);
    border-top: 1px solid var(--light-grey);
    background-image: url(../images/locationbg.png);
    background-repeat: repeat-x;
    background-position: bottom;

}

.location-Section h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.7rem;
}

.location-Section .itemSection ul {
    display: flex;
    gap: 1rem;
}

.location-Section .itemSection ul li {
    border-radius: 3px;
    padding: 1.5rem 0.6rem 0.5rem;
    text-align: center;
    flex: 1;
}

.location-Section .itemSection ul li img {
    filter: contrast(0.5);
    opacity: 0.5555;
    height: 7rem;
    width: auto;
    margin: auto;
    display: block;
    -webkit-filter: contrast(0.5);
}

.location-Section .itemSection ul li h2 {
    /* text-align: left; */
    font-size: var(--font-18pt-doublepage);
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--greenColor);
}

.location-Section .itemSection ul li p {
    /* text-align: left; */
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.location-Section .itemSection ul li p1 {
    /* text-align: left; */
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
}

footer {
    background-color: #eaebeb;
}

footer .social-icons i {
    color: #fff;
}

.topImgArea {
    background-color: #F7F7F73D;
    padding: 1.5rem 0;
}

.topImgArea .imgRow {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

.topImgArea .imgRow img {
    width: auto;
    height: 100%;
}

footer .cnt-area {
    display: flex;
    padding: 3.5rem 0 3rem;
    gap: 3.5rem;
}

footer .cnt-area .lftArea {
    flex: 2;
}

footer .ftrlogo img {
    max-width: 50%;
    height: auto;
}

footer .newsletterArea {
    margin-top: 2rem;
}

footer .newsletterArea h2 {
    font-size: var(--font-18pt-doublepage);
    font-weight: 500;
    color: #000;
}

footer .form-subscribe {
    max-width: 80%;
    margin: 0;
}

footer .form-subscribe .form-control {
    background-color: hsla(0, 0%, 100%, .8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
    font-size: var(--font-14pt-doublepage);
}

footer .form-subscribe .form-control.focus,
footer .form-subscribe .form-control:focus {
    z-index: 2;
    background-color: hsla(0, 0%, 100%, .8)
}

footer .form-subscribe .btn {
    background: var(--greenColor);
    color: var(--white);
    height: 46.5px;
    border: 0;
    border-radius: 0;
    font-size: var(--font-16pt-doublepage);
    border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

footer .rgtArea {
    flex: 4;
}

footer .rgtArea ul li a {
    letter-spacing: 1px;
}

footer .ftrNav {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

footer .ftrNav .innerCol {
    flex: auto;
    max-width: max-content;
}

footer .ftrNav .innerCol h2 {
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
    color: var(--greenColor);
}

footer .ftrNav .innerCol ul li {
    margin: 0.7rem 0;
    font-size: var(--font-16pt-doublepage);
}

footer .ftrNav .innerCol ul li a {
    font-weight: 400 !important;
    color: #000;
}


/* copyArea */

footer .copyArea {
    background-color: #0a3314;
    border-top: 1px solid #0a3314;
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
}

footer .copyArea .social-icons {
    display: flex;
    gap: 1.2rem;
    font-size: var(--font-24pt-doublepage);
    color:#fff;
}
.copyTxt{
    color:#fff;
}

.res-NavBar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    /* gap: 0.5rem; */
    z-index: 9999;
}

.mobLogo {
    display: none;
}


/* inner Page - > innerPage-bannerSec */

.innerPage-bannerSec {
    height: 480px;
    overflow: hidden;
    min-height: 250px;
}

section.innerPage-bannerSec .innerBanner {
    height: 100%;
    position: relative;
    z-index: 1;
}

.innerPage-bannerSec .innerBanner .leadershipPage {
    background: url(../images/leader-banner-bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .leadershipPage::after {
    content: '';
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6643032212885154) 24%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.innerPage-bannerSec .innerBanner .knowledge-hub {
    background: url(../images/knowledge-hub-bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner::after {
    content: '';
    position: absolute;
    /* background: rgb(0, 0, 0);
    background: linear-gradient(91deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6643032212885154) 34%, rgba(0, 0, 0, 0) 100%); */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.innerPage-bannerSec .innerBanner .ai-offering {
    background: url(../images/ai-bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .enterpriseai-bg {
    background: url(../images/enterpriseai-bg.png) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    position: relative;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .smartagents-bgai {
    background: url(../images/smartagents-bg.png) no-repeat !important;

    background-position: center !important;
    height: 100%;
    position: relative;
    height: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .smartagents-bg {
    background: url(../images/Group96.png) no-repeat !important;

    background-position: center !important;
    height: 100%;
    position: relative;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .smartagents-bg05 {
    background: url(../images/Group95.png) no-repeat !important;

    background-position: center !important;
    height: 100%;
    position: relative;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .smartagents-bg02 {
    background: url(../images/Group97.png) no-repeat !important;

    background-position: center !important;
    height: 100%;
    position: relative;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .smartagents-bg03 {
    background: url(../images/smartWorkflowHub.png) no-repeat !important;
    background-size: auto 100% !important;
    background-position: right bottom !important;
    height: 100%;
    position: relative;
    height: 100%;
    position: relative;
}

.innerPage-bannerSec .innerBanner .ai-offering::after {
    content: '';
    position: absolute;
    background: #E4EFF3;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6643032212885154) 24%, rgba(0, 0, 0, 0) 100%); */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.innerPage-bannerSec .innerBanner .ai-offering .cntSec .leftBox h2 {

    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: #000;
}

.innerPage-bannerSec .innerBanner .ai-offering .cntSec .leftBox h3 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 500;
    color: var(--dark-grey);
}

.innerPage-bannerSec .innerBanner .ai-offering .cntSec .leftBox p {
    font-size: var(--font-21pt-doublepage);
    font-weight: 400;
    color: #000;


}

.innerPage-bannerSec .innerBanner .ai-offering .cntSec .leftBox {
    width: 80%;
    color: var(--white);
    padding-right: 2rem;
    text-align: left;
}

.ai-offeringSlider {
    /* height: 22rem; */
}

.ai-offeringSlider .slickSlider .slick-next {
    background-color: rgb(0 0 0 / 29%);
    width: 66px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
}

.ai-offeringSlider .slickSlider .slick-next:hover,
.ai-offeringSlider .slickSlider .slick-prev:hover {
    background-color: var(--greenColor);
}

.ai-offeringSlider .slickSlider .slick-next:before {
    content: '\f105' !important;
    font-family: "FontAwesome" !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    left: 0;
    right: 0;
    position: absolute;
}

.ai-offeringSlider .slickSlider .slick-prev {
    background-color: rgb(0 0 0 / 29%);
    width: 66px !important;
    height: 66px !important;
    display: flex !important;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
}

.ai-offeringSlider .slickSlider .slick-prev:before {
    content: '\f104' !important;
    font-family: "FontAwesome" !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    left: 0;
    right: 0;
    position: absolute;
}

.careerBg {
    background: url(../images/career.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 28.125rem;
    position: relative;
}

.careerBg::after {
    content: '';
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 87%) 44%, rgba(0, 0, 0, 0.62) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.careerBg .container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.careerBg .cntSec {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    padding: 0;
    justify-content: center;
    max-width: 80%;
    margin: auto;
    flex-direction: column;
    color: var(--white);
}

.careerBg .cntSec h2 {
    color: var(--white);
    font-size: var(--font-42pt-doublepage);
    font-weight: 700;
    text-transform: uppercase;
}

.careerBg .cntSec span {
    color: var(--greenColor);
}

.careerBg .cntSec h4 {
    font-size: var(--font-17pt-doublepage);
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 0.3rem;
}

.careerBg .cntSec p {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--white);
}

.careerBg .cntSec a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
}

.daySec {
    padding: 3rem 0 8rem;
    text-align: center;
}

.daySec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.daySec p {
    font-weight: 500;
    font-size: var(--font-21pt-doublepage);
}

.daySec img {
    max-width: 100%;
    height: auto;
}

.daySec .business-gallery {
    display: flex;
    position: relative
}

.daySec .business-gallery1 {
    width: 27%
}

.daySec .business-gallery2 {
    position: absolute;
    top: 23%;
    right: 45%;
    width: 33%
}

.daySec .business-gallery3 {
    position: absolute;
    right: 22%;
    top: 0;
    width: 28%;
    z-index: 1
}

.daySec .business-gallery4 {
    position: absolute;
    right: 0;
    top: 90px;
    width: 23%;
    z-index: 2
}

.innerPage-bannerSec .innerBanner .cntSec {
    display: flex;
    align-items: center;
    height: 100%;
    color: var(--white);
    z-index: 1;
    position: relative;
}

.innerPage-bannerSec .innerBanner .cntSec .leftBox {
    width: 40%;
    color: var(--white);
    padding-right: 2rem;
}

.innerPage-bannerSec .innerBanner .cntSec .leftBox h2 {

    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
}

.innerPage-bannerSec .innerBanner .cntSec .leftBox p {
    font-size: var(--font-21pt-doublepage);
    font-weight: 400;
    color: var(--white);
}


/* about */

.aboutCnt {
    padding: 2rem 0;
    font-size: var(--font-18pt-doublepage);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.aboutCnt .leftCol,
.aboutCnt .rightCol {
    padding: 2rem;
}

.aboutCnt .leftCol {
    flex: 2;
    background: #f7fbff;
}

.aboutCnt .rightCol {
    flex: 3;
    color: #1a8c36;
    border-left: 5px solid var(--greenColor);
}


/* executiveSec */


.executiveSec .modal-body.centered {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.executiveSec {
    padding: 2rem 0;
    border-top: 1px solid var(--light-grey);
    display: flex;
    flex-direction: column;
}

.executiveSec .headLeft {
    font-size: var(--font-34pt-doublepage);
    font-weight: 500;
    color: var(--black);
    padding: 0rem 2rem 2rem;
    text-align: center;
    margin: 0;
    width: 100%;
    position: relative;
}

.executiveSec .headLeft::after {
    content: '';
    width: 40px;
    height: 4px;
    background: var(--greenColor);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: auto;
    border-radius: 10px;
}

.executiveSec .imgCol {
    font-weight: 400;
    display: flex;
    /* flex-direction: column; */
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.executiveSec .imgCol img {
    width: 100%;
}

.userBox:hover {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.userBox {
    flex: 0 0 28%;
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.userBox .imGBox {
    max-width: 170px;
    max-height: 170px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}

.userBox .imGBox img {
    transition: transform .2s
}

.userBox .imGBox img:hover {
    transform: scale(1.2);
}

.userBox .nameBox {
    width: 100%;
    right: 0;
    padding: 0 0.7rem 0.2rem;
}

.userBox .nameBox h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
    margin-top: 0.8rem;
}

.userBox .nameBox span {
    font-size: 1rem;
    max-width: max-content;
    padding: 0.1rem 0rem;
    color: var(--greenColor);
    letter-spacing: 0.3px;
    z-index: 1;
    position: relative;
    line-height: 1.5 !important;
    display: block;
    max-width: 100%;
}

.userBox .readMore {
    background: var(--light-grey);
    max-width: max-content;
    padding: 0.5rem 0.8rem;
    letter-spacing: 1.3px;
    font-weight: 500;
    color: #fff;
    font-size: var(--font-16pt-doublepage);
    height: 36px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.userBox .readMore:hover {
    background: var(--greenColor);
    color: var(--white);
}

.executiveSec .actionArea {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    gap: 0.5rem;
}

.executiveSec .actionArea .linkedIn-icon {
    background: #e8edf5;
    max-width: max-content;
    padding: 0.1rem 0.8rem;
    font-weight: 500;
    color: #fff;
    font-size: var(--font-21pt-doublepage);
    height: 36px;
    display: flex;
    align-items: center;
    background: #0a66c2;
}

.executiveSec .actionArea .linkedIn-icon:hover {
    background: #0a66c2;
    color: var(--white);
}

.executiveSec .imgWrap {
    cursor: pointer;
}

.executiveSec .imgCol .leftCntArea h1 {
    font-size: var(--font-24pt-doublepage);
}

.executiveSec .modal-header {
    align-items: flex-start;
    gap: 1rem;
}

.executiveSec .modal-dialog {
    max-width: 90%;
    height: 90%;
}

.executiveSec .modal-header .leftCntArea {
    text-align: left;
}

.executiveSec .modal-body {
    overflow: auto;
    text-align: left;
    display: flex;
    gap: 3rem;
    padding: 2rem;
}

.executiveSec .modal-body .profileCnt {
    flex: 2;
}

.executiveSec .modal-body .rightTxt {
    flex: 4;
}

.executiveSec .thumbBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: -0.3rem;
    border-radius: 0.5rem;
    position: relative;
}

.executiveSec .thumbBox .linkedInBtn {
    padding: 12px 12px 12px 12px;
    gap: 1rem;
    align-items: center;
    background-color: #0076d5;
    color: var(--white);
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    display: block;
    font-size: var(--font-19pt-doublepage);
}

.executiveSec .thumbBox .linkedInBtn .innerBox i {
    background: #fff;
    color: #0076d5;
    padding: 0.3rem 0.4rem;
    font-size: 1.3rem;
    border-radius: 4px;
    margin-right: 0.5rem;
}

.executiveSec .thumbBox .linkedInBtn .innerBox {
    display: flex;
    justify-content: space-between;
}

.executiveSec .thumbBox .linkedInBtn .innerBox i.open {
    background: transparent;
    color: #fff;
    padding: 0.3rem 0.4rem;
    font-size: 1.3rem;
    border-radius: 4px;
    margin-right: 0;
}


/* 

.shrinkHeader header .logoCnt {

    margin-right: -2rem;

    max-width: 28rem;

    width: 100%;

    transform: scale(0.7);

}



.mainTo-area.shrinkHeader header {

    padding-top: 0 !important;

    padding-bottom: 0 !important;

}



.mainTo-area.shrinkHeader .res-NavBar {

    gap: 0.3rem;

}



.mainTo-area.shrinkHeader .top-bar .contact-info a {

    font-size: var(--font-14pt-doublepage);

    display: inline-block;

    padding: 0.2rem 0.8rem;

    display: flex;

} */


/* company */

.companyCnt {
    padding: 2rem 0;
    font-size: var(--font-18pt-doublepage);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.companyCnt .leftCol,
.companyCnt .rightCol {
    padding: 2rem;
}

.companyCnt .leftCol {
    flex: 2;
}

.companyCnt .leftCol .imgBox {
    max-width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.companyCnt .leftCol .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.companyCnt .rightCol {
    flex: 4;
    color: #1a8c36;
}

.companyCnt .rightCol h2 {
    background-color: var(--greenColor);
    color: var(--white);
    font-size: var(--font-36pt-doublepage);
    max-width: max-content;
    padding: 0.5rem 1.2rem;
}

.companyCnt .rightCol h3 {
    color: var(--black);
}

.companyCnt .rightCol p {
    color: var(--blueGrey);
    font-size: var(--font-19pt-doublepage);
    margin-bottom: 0;
}


/* whoSec */

.whoSec {
    display: flex;
    gap: 2rem;
}

.whoSec .icon {
    max-width: 5rem;
    padding-bottom: 1rem;
}

.whoSec .icon img {
    width: 100%;
}

.whoSec .rightSec {
    flex: 2;
    font-size: var(--font-21pt-doublepage);
}

.whoSec .rightSec .see_team {
    padding: 0.5rem 1rem;
    display: flex;
    max-width: max-content;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    background-color: var(--light-grey);
}

.whoSec .rightSec .see_team:hover {
    background-color: var(--greenColor);
    color: var(--white);
}


/* fastContainer */

.fastContainer {
    padding: 4rem 0;
}

.fastContainer .fastSec {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fastContainer .fastSec .leftSec h2 {
    font-size: var(--font-42pt-doublepage);
    /* color: var(--greenColor); */
}

.fastContainer .fastSec .rightSec {}

.fastContainer .fastSec .rightSec ul {
    display: flex;
}

.fastContainer .fastSec .rightSec ul li {
    flex: 0 0 31%;
    padding: 0 2rem 0 0rem;
}

.fastContainer .fastSec .rightSec ul h2 {

    font-size: 5rem;
    font-weight: 200;
    color: var(--greenColor);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(198deg, rgb(86 255 16) 0%, rgb(32 108 197) 100%);
}

.fastContainer .fastSec .rightSec ul p {
    font-size: var(--font-18pt-doublepage);
}


/* whoContainer */

.whoContainer {
    padding: 3rem 0 3rem;
}

.whoSec .leftSec {
    flex: 1;
}

.whoSec .leftSec h2 {
    color: var(--greenColor);
    font-size: var(--font-42pt-doublepage);
}

.whoSec .leftSec p {
    color: var(--blueGrey);
    font-size: var(--font-21pt-doublepage);
    line-height: 1.4;
}

.whoSec figure {
    position: relative;
    z-index: 2;
}

.whoSec figure img {
    border-radius: .4rem;
    width: 100%;
}


/* doContainer */

.doContainer {
    padding: 4rem 0 3rem;
}

.doSec {
    display: flex;
    gap: 2rem;
}

.doContainer figure.imgCnt {
    position: relative;
    z-index: 2;
    flex: 2
}

.doContainer figure.imgCnt img {
    border-radius: .4rem;
    width: 100%;
}

.doContainer .rightSec {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.doContainer .rightSec h2 {
    font-size: var(--font-42pt-doublepage);
}

.doContainer .rightSec p {
    color: var(--blueGrey);
    font-size: var(--font-21pt-doublepage);
    line-height: 1.4;
}

.doContainer .boxArea {}

.doContainer .boxArea ul {
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
}

.doContainer .boxArea ul li {
    border-radius: 18px;
    background-color: var(--white);
    box-shadow: 0px 0rem 1rem 0px rgb(109 210 95 / 24%) !important;
    padding: 1rem 1.3rem;
    border: 1px solid #f1f2f1;
    flex: 1;
    list-style: none;
    /* text-align: center; */
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.doContainer .boxArea ul li h2 {

    font-size: var(--font-32pt-doublepage);
    font-weight: 700;
    color: var(--greenColor);
}

.doContainer .boxArea ul li p {
    font-size: var(--font-17pt-doublepage);
}


/* Our Mission

 */

.ourMissionSection {
    background-color: #e7fde5;
    padding: 4rem 0;
    text-align: center;
    color: #21a141;
}

.ourMissionSection p {
    color: var(--black);
    max-width: 75%;
    margin: auto;
}

.ourMissionSection p.lrgCnt {
    color: var(--black);
    max-width: 90%;
    margin: auto;
}

.ourMissionSection h2 {
    font-size: var(--font-42pt-doublepage) !important;
    font-weight: 500 !important;
}

.ourMissionSection p {
    font-size: var(--font-21pt-doublepage) !important;
    font-weight: 500 !important;
}

.ourMissionSection img {
    max-width: 7rem;
}

.ourValueSection {
    text-align: center;
    padding: 4rem 0;
}

.ourValueSection h2 {
    font-size: var(--font-42pt-doublepage);
}

.ourValueSection .innerSec {
    display: flex;
    gap: 2rem;
}

.ourValueSection .innerSec .valLeftSec {
    flex: 2;
}

.ourValueSection .innerSec .valLeftSec .imgCnt {
    width: 100%
}

.ourValueSection .innerSec .valLeftSec .imgCnt img {
    width: 100%
}

.ourValueSection .innerSec .valRightSec {
    flex: 3;
}

.ourValueSection .innerSec .valRightSec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.5rem;
}

.ourValueSection .innerSec .valRightSec ul li {
    flex: 1;
    /* background: #f7f7f7; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem;
    /* border: 1px solid #e1e1e1; */
    text-align: left;
    border-radius: 3px;
}

.ourValueSection .innerSec .valRightSec ul li .iconBox {
    /* border: 2px solid #878f93; */
    max-width: 4rem;
    height: 4rem;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourValueSection .innerSec .valRightSec ul li .iconBox img {
    width: 80%;
    margin: auto;
    height: auto;
    animation: iconBox-zoom-in 1s ease infinite;
    border-radius: 0.5rem;
}

@keyframes iconBox-zoom-in {
    0% {
        scale: 85%
    }

    50% {
        scale: 110%;
    }

    100% {
        scale: 85%;
    }
}

.ourValueSection .innerSec .valRightSec ul li .iconBox::before {
    content: '';
    /* background-color: var(--greenColor); */
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    border-radius: 2px;
}

.featuredSec {
    padding: 0 0 3rem;
}

.featuredSec h2 {
    font-size: var(--font-42pt-doublepage);
    text-align: center;
}

.featuredSec ul {
    display: flex;
    gap: 1rem;
}

.featuredSec ul li {
    flex: 0 0 25%;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 10px 1rem;
}

.featuredSec ul li .feat-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
    transition: transform .52s;
}

.featuredSec ul li .feat-img img {
    transition: transform .52s;
}

.featuredSec ul li .feat-img:hover img {
    transform: scale(1.2);
}

.featuredSec ul li .feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featuredSec ul li .cntBox {
    padding: 1rem 1rem 1rem;
}

.featuredSec ul li .cntBox h2 {
    margin: 0rem 0 0.3rem;
    line-height: 1.2 !important;
    font-size: var(--font-21pt-doublepage);
    text-align: left;
}

.featuredSec ul li .cntBox h2 a {
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
    margin: 0;
}

.featuredSec ul li .cntBox p {
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.featuredSec ul li .blog-post-categories {
    color: #616161;
}

.featuredSec ul li .read-btn {
    background: #505050;
    max-width: max-content;
    padding: 0.5rem 0.8rem;
    letter-spacing: 1.3px;
    font-weight: 500;
    color: #fff;
    font-size: var(--font-15pt-doublepage);
    height: 36px;
    display: flex;
    align-items: center;
    color: var(--white);
}

.feature-Slider button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.feature-Slider .slide-item {
    padding: 0 0rem 1.2rem;
}

.feature-Slider .slide-item img {
    width: 100%;
    height: 279px;
    object-fit: cover;
}

.feature-Slider .slide-item .inner {
    margin: 0 10px;
    padding: 0 0rem 2rem;
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.feature-Slider .slide-item .inner a {
    background-color: var(--greyColor);
    padding: 0.35rem 1rem;
    color: var(--black);
    font-size: var(--font-13pt-doublepage);
    font-weight: 500;
    margin: 1.8rem 0 0 2rem;
    display: inline-block;
}

.featuredSec .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.featuredSec button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.meetSec {
    padding: 4rem 0 3rem;
    align-items: center;
    display: flex;
    gap: 2rem;
}

.meetSec .leftSec {
    max-width: 35%;
}

.meetSec .leftSec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 700;
}

.meetSec .leftSec p {
    font-size: var(--font-27pt-doublepage);
    line-height: 1.2;
}

.meetSec .feature-wrap {
    max-width: 65%;
}

.meetSec .meetSlider {}

.meetSec .meetSlider .inner-item {
    background-color: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
    margin: 10px 10px;
    padding: 1.5rem;
    border-radius: 1.5rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 3rem;
}

.meetSec .meetSlider .inner-item .cntBox {
    flex: 1;
}

.meetSec .meetSlider .inner-item .cntBox h2 {
    font-size: var(--font-36pt-doublepage);
}

.meetSec .meetSlider .inner-item .cntBox p {
    font-size: var(--font-21pt-doublepage);
}

.meetSec .meetSlider .inner-item .imgBox {
    max-width: 18rem;
    width: 100%;
    max-height: 18rem;
    border-radius: 50%;
    overflow: hidden;
    margin: -0.5rem -4.5rem 0 0;
}

.meetSec .meetSlider .inner-item .imgBox img {
    width: 100%;
}

.meetSec button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.meetSec .btn-wrap {
    margin: auto;
    display: flex;
    justify-content: center;
}

.main-lifeSec {
    background-color: var(--light-grey);
    position: relative;
}

.lifeSec {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 0 1.6rem;
}

.lifeSec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.lifeSec p {
    font-weight: 500;
    font-size: var(--font-21pt-doublepage);
    max-width: 850px;
    margin: auto;
}

.lifeSlider {
    display: flex;
}

.lifeSlider .inner-item {
    flex: 25%;
}

.lifeSlider .inner-item img {
    width: 100%;
}

.main-lifeSec .btn-wrap {
    position: absolute;
    top: 60%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-lifeSec button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.weCanSec {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.weCanSec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.weCanSec p {
    font-weight: 500;
    font-size: var(--font-21pt-doublepage);
    max-width: 850px;
    margin: auto;
}

.weCanSec a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
    margin-top: 1.2rem;
}

.employeeSec {
    padding: 4rem 0;
    background-color: #F8FBFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.employeeSec .weCanSec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.employeeSec ul {
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.employeeSec ul li {
    flex: 0 0 32%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
    padding: 0.7rem;
    border-radius: 14px;
    text-align: left;
}

.employeeSec ul li .imgBox {
    width: 100%;
    height: 12rem;
    border-radius: 7px;
    overflow: hidden;
}

.employeeSec ul li .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    background: #f1f1f1;
}

.employeeSec ul li h2 {
    font-size: var(--font-21pt-doublepage);
    font-weight: 700;
    color: var(--black);
    margin: 00.6rem 0 0.6rem;
}

.employeeSec ul li img {
    width: 100%;
    height: 100%;
}

.benefitSec {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.benefitSec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.benefitSec p {
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
    color: var(--black);
    max-width: 80%;
    margin: auto;
}

.benefitSec ul {
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.benefitSec ul li {
    flex: 0 0 32%;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
    border-radius: 7px;
    font-size: var(--font-16pt-doublepage);
    text-align: left;
}

.benefitSec ul li h3 {
    font-size: var(--font-24pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.benefitSec ul li p {
    padding: 0;
    margin: 0;
    max-width: 100%;
    font-size: var(--font-16pt-doublepage);
}

.benefitSec ul li .iconBox {
    max-width: 4rem;
    height: 4rem;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefitSec ul li .iconBox img {
    width: 80%;
    margin: auto;
    height: auto;
    animation: benefit-zoom-in 1s ease infinite;
    border-radius: 0.5rem;
}

.detailBg {
    background: url(../images/career.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    height: 10.125rem;
    position: relative;
}

.detailBg::after {
    content: '';
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0 / 87%) 44%, rgba(0, 0, 0, 0.62) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.detailBg .container {
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
}

.detailBg .cntSec {
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    padding: 0;
    justify-content: center;
    max-width: 80%;
    margin: auto;
    flex-direction: column;
    color: var(--white);
}

.detailBg .cntSec h2 {
    color: var(--white);
    font-size: var(--font-32pt-doublepage);
    font-weight: 700;
    text-transform: uppercase;
}

.detail-mainCnt {
    display: flex;
    padding: 2rem 0;
    gap: 1.5rem;
}

.detail-mainCnt .d-cntainer {
    flex: 3;
}

.detail-mainCnt .d-cntainer {
    flex: 3;
}

.detail-mainCnt .d-cntainer h2 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

/* .detail-mainCnt .d-cntainer p {
    padding-bottom: 0rem;
} */

.detail-mainCnt .d-cntainer p {
    padding: 5px 5px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #1d1d1d;
    font-size: 1.15rem;
    font-weight: 500;
    text-align: justify;
}

.d-cntainer .d-right-cnt {
    flex: 1;
}

.d-cntainer .detail2Col {
    display: flex;
    gap: 2rem;
}

.d-cntainer .detail2Col h2 {
    background: var(--greenColor);
    color: var(--white);
    padding: 1rem;
    border-radius: 8px;
}

.d-cntainer .detail2Col .dt-col {
    flex: 1;
}

.detail-mainCnt .d-cntainer ul {
    margin-left: 1rem;
    padding-bottom: 1rem;
}

.detail-mainCnt .d-cntainer li {
    list-style: none;
    padding: 0.25rem 0;
}

.d-right-cnt {
    background: var(--light-grey);
    border-radius: 8px;
    height: auto;
    max-height: fit-content;
}

.d-right-cnt ul {
    margin: 0;
    padding: 1rem;
    min-width: 14rem;
}

.d-right-cnt ul li {
    list-style: none;
    padding: 0.3rem 0;
    font-weight: 600
}

.d-right-cnt ul li a {
    text-decoration: none;
    font-weight: 600
}

.population-sec ul {
    display: flex;
    gap: 1rem;
    margin-left: 0 !important;
    margin-top: 1rem !important;
}

.population-sec ul li {
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #ffffff;
    padding: 1rem !important;
    border: 1px solid #dbdbdb;
    border-radius: 0.3rem;
}

.col3-sec {}

.col3-sec ul {
    display: flex;
    gap: 1rem;
    margin-left: 0 !important;
    margin-top: 1rem !important;
    flex-wrap: wrap;
}

.col3-sec ul li {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    background: #ffffff;
    padding: 1rem !important;
    border: 1px solid #dbdbdb;
    border-radius: 0.3rem;
    min-width: 25%;
}

.profileImg {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.profileImg p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.profileImg img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 0.2rem;
    border: 1px solid #dbdbdb;
}

@keyframes benefit-zoom-in {
    0% {
        scale: 85%
    }

    50% {
        scale: 110%;
    }

    100% {
        scale: 85%;
    }
}

.knowledge_insight {
    padding: 3rem 0 4rem;
    text-align: center;
}

.knowledge_insight h2 {
    /* font-size: var(--font-42pt-doublepage); */
    font-size: 35px;
    font-weight: 500;
    color: var(--black);
}

.knowledge_insight p {
    font-weight: 500;
    font-size: var(--font-21pt-doublepage);
}

.knowledge_insight .innerBox {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
    border-radius: 19px;
    font-size: var(--font-16pt-doublepage);
    text-align: left;
    margin-top: 3rem;
    padding: 2rem;
}

.knowledge_insight .innerBox h3 {
    font-size: var(--font-27pt-doublepage);
    font-weight: 500;
    color: var(--black);
    text-align: left;
}

.knowledge_insight .innerBox ul {
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.knowledge_insight .innerBox li {
    flex: 0 0 32%;
    background-color: #fff;
    text-align: left;
}

.knowledge_insight .innerBox li .iconBox {
    max-width: 4rem;
    height: 4rem;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.knowledge_insight .innerBox li .iconBox img {
    width: auto;
    height: 3.6rem;
    margin: auto;
    animation: knowledge-zoom-in 1.5s ease infinite;
    border-radius: 0.5rem;
    -webkit-animation: knowledge-zoom-in 1.5s ease infinite;
}

@keyframes knowledge-zoom-in {
    0% {
        scale: 85%
    }

    50% {
        scale: 110%;
    }

    100% {
        scale: 85%;
    }
}

.knowledge_insight .innerBox li h2 {
    font-size: var(--font-24pt-doublepage);
    font-weight: 500;
    color: var(--black);
}

.knowledge_insight .innerBox li p {
    padding: 0;
    margin: 0;
    max-width: 100%;
    font-size: var(--font-16pt-doublepage);
}

.caseSlider-Sec {
    position: relative;
    padding-bottom: 4rem;
}

.caseSlider-Sec .lifeSec {
    padding: 1rem 0 1.6rem;
}

.caseSlider,
.custSlider .newsSlider {
    display: flex;
    padding-bottom: 2rem;
}

.newsSlider .inner-item {
    padding: 0 0.8rem;
}

.caseSlider .inner-item,
.custSlider .inner-item,
.newsSlider .inner-item {
    padding: 0 0.8rem;
}

.caseSlider .inner-item .imgBox,
.custSlider .inner-item .imgBox,
.newsSlider .inner-item .imgBox {
    width: 100%;
    height: 13rem;
}

.caseSlider .inner-item img,
.custSlider .inner-item img,
.newsSlider .inner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseSlider .inner-item h2,
.custSlider .inner-item h2,
.newsSlider .inner-item h2 {
    font-size: var(--font-23pt-doublepage);
    font-weight: 500;
    margin-top: 0.5rem;
    min-height: 54px;
    margin-bottom: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseSlider .inner-item h2>a,
.custSlider .inner-item h2>a,
.newsSlider .inner-item h2>a {
    font-size: var(--font-23pt-doublepage);
    font-weight: 500;
    margin-top: 0rem;
    margin-bottom: 0;
    background: transparent;
    color: inherit;
}

.caseSlider .inner-item h2>a:hover,
.custSlider .inner-item h2>a:hover,
.newsSlider .inner-item h2>a:hover {
    background: transparent;
    color: inherit;
}

.caseSlider .inner-item p,
.custSlider .inner-item p,
.newsSlider .inner-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseSlider .inner-item label,
.custSlider .inner-item label,
.newsSlider .inner-item label {
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    color: var(--white);
    background-color: var(--greenColor);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0.2rem 0.5rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 1rem;
    display: flex;
    max-width: max-content;
    gap: 0.5rem;
}

.caseSlider .inner-item label>a,
.custSlider .inner-item label>a,
.newsSlider .inner-item label>a {
    font-size: var(--font-13pt-doublepage);
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.caseSlider .inner-item a,
.custSlider .inner-item a,
.newsSlider .inner-item a {
    font-size: var(--font-13pt-doublepage);
    font-weight: 500;
    color: var(--white);
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.caseSlider .inner-item a.readMore,
.custSlider .inner-item a.readMore,
.newsSlider .inner-item a.readMore {
    background: var(--light-grey);
    max-width: max-content;
    padding: 0.5rem 0.8rem;
    letter-spacing: 1.3px;
    font-weight: 500;
    color: #fff;
    font-size: var(--font-16pt-doublepage);
    height: 36px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.caseSlider .inner-item a:hover,
.custSlider .inner-item a:hover,
.newsSlider .inner-item a:hover {
    background: var(--greenColor);
    color: var(--white);
}

.caseSlider-Sec label a {
    background: transparent;
    color: var(--black);
    padding: 0;
}

.caseSlider-Sec a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.2rem;
}

.caseSlider-Sec .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.caseSlider-Sec button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.caseSlider-Sec p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.exp-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0 0;
}

.getCanSec {
    padding: 4rem 0;
    text-align: center;
    background-image: linear-gradient(#00ff43, #000000), url(../images/get-bg.png);
    background-size: cover;
    height: 22rem;
    background-blend-mode: hue;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}

.getCanSec .innerPnl {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.getCanSec .innerPnl h2 {
    font-size: var(--font-40pt-doublepage);
    font-weight: 500;
    color: var(--white);
}

.getCanSec .innerPnl p {
    font-size: var(--font-21pt-doublepage);
    font-weight: 400;
    color: var(--white);
    padding: 0 3rem;
}

.getCanSec .innerPnl a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto;
}

.resarchBox {
    display: flex;
    flex-direction: column;
}

.resarchBox .top_img {
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.3rem;
}

.resarchBox .top_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resarchBox .top_img .imgCap {
    position: absolute;
    bottom: 0;
    left: 2rem;
    background-color: #000000;
    z-index: 1;
    padding: 2rem 2rem 2rem;
    color: #fff;
    width: 28rem;
}

.resarchBox .top_img .imgCap h2 {
    font-size: var(--font-27pt-doublepage);
    margin-bottom: 0.6rem;
}

.resarchBox .top_img .imgCap p {
    color: #fff;
    margin-bottom: 0.6rem;
}

.resarchBox .botSec {
    position: relative;
    width: 100%;
}

.resarchBox .botSec ul {
    display: flex;
    gap: 0.3rem;
    padding-bottom: 1rem;
}

.resarchBox .botSec li {
    flex: 1;
    position: relative;
}

.resarchBox .botSec li .imgBox {
    height: 400px;
}

.resarchBox .botSec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resarchBox .botSec .imgCap {
    position: absolute;
    bottom: 0;
    left: 0rem;
    background-color: #000000;
    z-index: 1;
    padding: 2rem 2rem 1rem;
    color: #fff;
    width: 80%;
    margin-top: -1rem;
}

.resarchBox .botSec .imgCap h2 {
    font-size: var(--font-21pt-doublepage);
    margin-bottom: 0.6rem;
}

.resarchBox .botSec .imgCap p {
    color: #fff;
    margin-bottom: 0.6rem;
    font-size: var(--font-16pt-doublepage);
}

.resarchBox .research-more {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.2rem;
    margin: auto;
}

.ourBlog {
    position: relative;
    padding: 4rem 0;
}

.ourBlog a {
    background: var(--light-grey);
    max-width: max-content;
    padding: 0.5rem 0.8rem;
    letter-spacing: 1.3px;
    font-weight: 500;
    color: #fff;
    font-size: var(--font-16pt-doublepage);
    height: 36px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.ourBlog a:hover {
    background: var(--greenColor);
    color: #fff;
}

.ourBlog .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ourBlog button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.stories-Sec.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.stories-Sec button.slick-arrow {
    margin: 1rem 0 0;
    padding: 0.3rem;
    background: #fff;
    border: none;
    outline: 0;
    height: auto;
    width: 3.5rem;
    box-shadow: rgb(99 99 99 / 15%) -1px 2px 6px 0px;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
}

.ourBlog h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
    margin: auto;
    text-align: center;
}

.ourBlog a.explore {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin: auto;
    margin-top: 1.2rem;
}

.ourBlog ul {
    padding: 1rem 0 0rem;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.ourBlog ul li {
    padding: 0 1rem;
    max-width: 33%;
    text-align: left;
}

.ourBlog ul li * {
    text-align: left;
}

.ourBlog ul li h2 {
    padding-bottom: 0.5rem;
}

.ourBlog ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 46px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ourBlog .imgBox {
    height: 13rem;
    overflow: hidden;
}

.ourBlog .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ourBlog ul li h2 {
    font-size: var(--font-23pt-doublepage);
    font-weight: 500;
    margin-top: 0.3rem;
    margin-bottom: 0;
    min-height: 59px;
}

.ourBlog ul li label {
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    color: var(--blueGrey);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0.2rem 0rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 1rem;
}

.fet-podcast {
    align-items: center;
    padding: 2rem 0 3rem;
}

.fet-podcast .headingBox {
    display: flex;
    justify-content: space-between;
}

.fet-podcast .headingBox h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--black);
    text-align: center;
}

.fet-podcast .headingBox .IconPnl {}

.fet-podcast .headingBox .IconPnl ul {
    display: flex;
    gap: 1.5rem
}

.fet-podcast .headingBox .IconPnl ul img {
    height: 3rem;
    width: auto;
}

.fet-podcast .inner {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 0.5rem 0.5rem 0rem;
}

.fet-podcast .inner .leftImg {
    flex: 1;
}

.fet-podcast .inner .leftImg img {
    width: 100%;
}

.fet-podcast .inner .rightCont {
    flex: 1;
}

.SubscribeSec {
    margin-top: 3rem;
    background-color: #1a1c1c;
    padding: 2rem 0;
}

.SubscribeSec .innerSec {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    align-items: center;
    gap: 2rem;
}

.SubscribeSec .innerSec h2 {
    font-size: var(--font-42pt-doublepage);
    font-weight: 500;
    color: var(--white);
    margin: 0;
}

.SubscribeSec .innerSec p {
    font-size: var(--font-24pt-doublepage);
    color: var(--white);
    margin: 0;
}

.SubscribeSec .btnBox a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-21pt-doublepage);
    font-weight: 500;
    padding: 0.75rem 2rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.2rem;
    margin: auto;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}


/* caseSlider-list */

.innerPage-heading {
    padding: 3rem 0 1rem;
    text-align: center;
}

.caseSlider-list {
    padding: 0 0 3rem;
}

.caseSlider-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.caseSlider-list ul li {
    flex: 1 1 31%;
    padding: 0 0 1rem;
}

.caseSlider-list ul li .inner-item {
    padding: 0.5rem;
    margin: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-sizing: border-box;
    height: 100%;
    margin: 0 0.5rem;
    flex-direction: column;
    justify-content: space-between;
}

.caseSlider-list ul li label {
    display: flex;
}

.caseSlider-list ul li .imgBox {
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.caseSlider-list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseSlider-list ul li h2 {
    font-size: var(--font-23pt-doublepage);
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    padding: 0 0.5rem;
}

.caseSlider-list ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding: 0 0.5rem;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseSlider-list ul li a.readmore {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.2rem;
    margin-left: 0.5rem;
}

.caseSlider-list ul li label a {
    font-size: var(--font-14pt-doublepage);
    font-weight: 500;
    color: var(--white);
    background-color: var(--greenColor);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0.2rem 0.5rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 1rem;
    display: flex;
    max-width: max-content;
    gap: 0.5rem;
}

.hero-section {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px;
    justify-content: space-between;
}

.hero-content {
    flex: 1;
    padding: 20px;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #555;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.more-link {
    color: #007acc;
    text-decoration: none;
    font-weight: bold;
}

.hero-image {
    flex: 1;
    background: #f5f5f5;
    border-radius: 0.6rem;
    align-items: center;
    display: flex;
    max-width: 100%;
}

.hero-image img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: left;
}

.thumbnail-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
    background-color: #fff;
}

.thumbnail-row img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.episodes-section {
    padding: 40px 0;
}

.episodes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.episodes-header h2 {
    font-size: 1.8rem;
}

.see-all {
    color: #007acc;
    text-decoration: none;
    font-weight: bold;
}

.episodes {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.episodes .actionBtn {
    display: flex;
    gap: 10px;
}

.episode-card {}

.episode-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.host {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
}

.episode-card h3 {
    font-size: 1rem;
    margin-bottom: 15px;
}

.episodes .actionBtn {
    display: flex;
    gap: 10px;
}

.episode-card a {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-16pt-doublepage);
    font-weight: 500;
    padding: 0.5rem 1rem;
    max-width: max-content;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.2rem;
    border-radius: 4px;
}

.episode-card a.read {
    background: var(--blueGrey);
    color: var(--white);
}

.podcastDetail .hero-section {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 40px 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.podcastDetail .hero-content {
    flex: 1;
    padding: 20px 0;
    width: 100%;
}

.podcastDetail .hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.podcastDetail .hero-content p {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}

.podcastDetail .hero-content .host {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.podcastDetail .play-button {
    background-color: #000;
    color: #fff;
    padding: 10px 24px;
    border: none;
    border-radius: 999px;
    font-size: 0.95rem;
    cursor: pointer;
}

.podcastDetail .hero-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.podcastDetail .hero-image iframe {
    width: 100%;
    height: 100%;
}

.podcastDetail .hero-image img {
    width: 100%;
}

.podcastDetail .episodes-section {
    padding: 40px;
}

.podcastDetail .episodes-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.podcastDetail .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.podcastDetail .features li {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.podcastDetail .transcript {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.podcastDetail .transcript p {
    margin-bottom: 12px;
}

.podcastDetail .episodes {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 20px;
}

.podcastDetail .episode-card {
    background-color: #f4f4f4;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.podcastDetail .episode-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.podcastDetail .episode-card h3 {
    font-size: 1rem;
    margin-bottom: 15px;
}

.podcastDetail .episode-card .host {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
}

.podcastDetail .episode-card button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 999px;
    font-size: 0.9rem;
    cursor: pointer;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.podcastDetail .vdo-cnt {
    padding-top: 0.6rem;
}

.podcastDetail .vdo-cnt h3 {
    font-size: var(--font-18pt-doublepage);
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.podcastDetail .vdo-cnt p {
    font-size: var(--font-16pt-doublepage);
}

.cta-btn {
    background: #fff;
    color: #4aa242;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 6px;
    border: none;
    font-size: var(--font-16pt-doublepage);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

.cta-btn:hover {
    background: #eaffea;
    color: #222;
}

.ai-main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    padding: 50px 0;
    margin: auto;
}

.ai-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    padding: 36px 28px 32px 28px;
    flex: 1 1 320px;
    min-width: 320px;
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ai-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 8px 32px rgba(76, 175, 80, 0.13);
}

.ai-card h3 {
    color: #4aa242;
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.ai-card ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.ai-card ul li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.ai-icon {
    font-size: 2.1rem;
    color: #4aa242;
    margin-bottom: 10px;
    display: inline-block;
}

.why-section {
    background: #4aa242;
    color: #fff;
    border-radius: 16px;
    padding: 36px 28px 32px 28px;
    margin-bottom: 30px;
    max-width: 370px;
    flex: 1 1 320px;
}

.why-section h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 16px;
    font-weight: 700;
}

.why-section ul {
    padding-left: 18px;
}

.why-section ul li {
    margin-bottom: 12px;
    font-size: 1.08rem;
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.why-section ul li:before {
    content: '\2714';
    color: #ffd700;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.ai-use-cases {
    background: #e7fde5;
    padding: 2.25rem 1.75rem 2.25rem 1.75rem;
    margin-bottom: 30px;
    flex: 2 1 auto;
}

.ai-use-cases h3 {
    font-size: var(--font-42pt-doublepage) !important;
    font-weight: 500 !important;
    color: var(--greenColor);
    margin: auto;
    text-align: center;
    padding: 0 0 1.8rem;
}

.ai-use-cases ul {
    display: flex;
    flex-wrap: wrap;
}

.ai-use-cases ul li {
    margin-bottom: 14px;
    font-size: var(--font-21pt-doublepage);
    list-style: none;
    position: relative;
    padding-left: 32px;
    flex: 0 1 50%;
    box-sizing: border-box;
    padding: 0rem 1.5rem 0.5rem 2.6rem;
}

.ai-use-cases ul li:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #4aa242;
    font-size: 1.8rem;
    max-width: 2.5rem;
}

.ai-use-cases ul li.uc1:before {
    content: '\f0c0';
}


/* users */

.ai-use-cases ul li.uc2:before {
    content: '\f02d';
}


/* book-open */

.ai-use-cases ul li.uc3:before {
    content: '\f201';
}


/* chart-line */

.ai-use-cases ul li.uc4:before {
    content: '\f0ae';
}


/* cubes */

.ai-use-cases ul li.uc5:before {
    content: '\f15c';
}

.solutions-grid {
    display: flex;
    gap: 40px;
    padding: 60px 20px 0;
    margin: auto;
    z-index: 99;
    position: relative;
}

.solution {
    background-color: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
    transition: all 0.3s ease;
}

.solution:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.solution h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.solution p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.solution-icon {
    font-size: 2.5rem;
    color: #4aa242;
    margin-bottom: 15px;
}

.solution a {
    display: inline-block;
    background-color: #545a5d;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
}

.solution a:hover {
    background-color: #333;
}

.explore-btn {
    background-color: #4aa242 !important;
}

.contact-btn {
    position: relative;
}

.contact-popup {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 75%;
    transform: translateX(-50%);
    background-color: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    width: 320px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    z-index: 99999;
}

.contact-btn:hover .contact-popup {
    opacity: 1;
    visibility: visible;
}

.contact-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.contact-popup img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
    border: 3px solid #f0f0f0;
    position: relative;
}

.contact-popup strong {
    display: block;
    font-size: 0.95rem;
    margin: 12px 0 4px;
    color: #333;
}

.contact-popup span {
    display: block;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.contact-popup .company {
    font-size: 0.9rem;
    color: #666;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-weight: 500;
}

.button-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    position: relative;
}

.button-group a {
    flex-shrink: 0;
}

.leverageSec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    max-width: 1200px;
    gap: 40px;
    background: linear-gradient(135deg, #112777, #854577, #eca16f);
    background-size: 220% 220%;
    margin: 3rem 0 3rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

.leverageSec.smart-bg {
    background: linear-gradient(135deg, #06174a, #160212, #b34e0b);
}

.leverageSec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/ai-ftr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.leverageSec.discover-enterprise::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/enterprisei-ftr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.leverageSec.smart-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/smart-ftr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}

.leverageSec .hero-content {
    max-width: 600px;
    z-index: 9;
    position: relative;
}

.leverageSec .hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--white);
}

.leverageSec .hero-content .highlight {
    color: var(--white);
}

.leverageSec .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: var(--white);
}

.leverageSec .cta-btn {
    background-color: #fff;
    color: var(--black);
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.leverageSec .cta-btn:hover {
    background-color: #fff;
}

.leverageSec .hero-image img {
    max-width: 400px;
}


/* Seamless Data Integration */

.integrationSection {
    background-color: #e7fde5;
    padding: 4rem 0;
    text-align: center;
    color: #21a141;
}

.integrationSection p {
    color: var(--black);
    max-width: 75%;
    margin: auto;
}

.integrationSection h2 {
    font-size: var(--font-42pt-doublepage) !important;
    font-weight: 500 !important;
}

.integrationSection ul {
    max-width: 100%;
    padding: 3rem 0 0;
    display: flex;
    gap: 2rem;
}

.integrationSection li {
    font-size: var(--font-21pt-doublepage) !important;
    font-weight: 500 !important;
    color: var(--black);
    display: flex;
    flex-direction: column;
}

.integrationSection li i {
    font-size: var(--font-32pt-doublepage) !important;
    color: #21a141;
    margin-bottom: 1rem;
}

.about-box {
    background: #eaffea;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 32px;
    color: #222;
    font-size: 1.08rem;
    border-radius: 10px;
}

.about-box h2 {
    font-size: var(--font-32pt-doublepage);
    margin: 0 0 0.5rem;
    padding: 0;
}

.cta-footer {
    background: var(--greenColor);
    color: #fff;
    text-align: center;
    padding: 2rem 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cta-footer h2 {
    font-size: var(--font-32pt-doublepage) !important;
    margin: 0;
}

.cta-footer p {
    font-size: var(--font-24pt-doublepage) !important;
    color: #fff;
    margin: 0;
}

.feature-icon {
    font-size: 1.6rem;
    color: var(--greenColor);
}

.sm-use-cases {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 32px;
}

.sm-use-case-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(76, 175, 80, 0.10);
    flex: 1 1 260px;
    min-width: 260px;
    padding: 28px 20px 22px 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.sm-use-case-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 40px rgba(76, 175, 80, 0.18);
}

.sm-use-case-card h4 {
    color: var(--greenColor);
    font-size: 1.15rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sm-use-case-card h4 i {
    font-size: 1.3rem;
}

.sm-use-case-card ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.sm-use-case-card ul li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.useCases {
    padding: 3rem 0;
}

.useCases h2 {
    font-size: var(--font-42pt-doublepage);
    text-align: center;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 32px;
    justify-content: center;
}

.feature-item {
    /* background: #fff; */
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(76, 175, 80, 0.10);
    flex: 1 1 260px;
    min-width: 260px;
    max-width: 440px;
    padding: 26px 18px 18px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.feature-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 40px rgba(76, 175, 80, 0.18);
}

.feature-icon {
    font-size: 1.7rem;
    color: var(--greenColor);
    margin-top: 2px;
}

.feature-content h5 {
    color: var(--greenColor);
    font-size: 1.08rem;
    margin-bottom: 6px;
}

.section-title {
    font-size: var(--font-42pt-doublepage);
    padding: 3rem 0 1rem;
    text-align: center;
}


/* Background animation */

@media (max-width: 768px) {
    .leverageSec .hero h1 {
        font-size: 2.2rem;
    }

    .leverageSec .hero p {
        font-size: 1rem;
    }

    .leverageSec .contact-popup {
        width: 300px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .button-group {
        flex-direction: column;
    }

    .contact-popup {
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
    }
}


/* file-alt */

@media (max-width: 900px) {
    .ai-main-content {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .ai-card,
    .why-section,
    .ai-use-cases {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .ai-main-content {
        padding: 30px 2vw 20px 2vw;
    }

    .hero {
        padding: 40px 2vw 24px 2vw;
    }

    .footer {
        padding: 24px 2vw 18px 2vw;
        font-size: 1rem;
    }
}


/* Product Boxes Section Styles */

.products-section {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.products-grid {
    display: flex;
    gap: 32px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-ai-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    padding: 32px 24px 28px 24px;
    flex: 1 1 280px;
    min-width: 260px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.product-ai-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(76, 175, 80, 0.13);
}

.product-ai-icon {
    font-size: 2.5rem;
    color: #4aa242;
    margin-bottom: 16px;
}

.product-ai-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.product-ai-card p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: #444;
}

.product-btn {
    display: inline-block;
    background: #4aa242;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}

.product-btn:hover {
    background: #388e2c;
    color: #fff;
}

.ftrVdo-section {
    max-width: 100%;
    margin-top: 3rem;
    border-top: 1px solid #c1c1c1;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.ftrVdo-section h1 {
    font-size: var(--font-34pt-doublepage);
}

.ftrVdo-image {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

@media (max-width: 900px) {
    .products-grid {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .product-ai-card {
        max-width: 95vw;
    }
}

@media screen and (max-width: 670px) {
    .res-NavBar ul li a {
        font-size: var(--font-16pt-doublepage);
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
    }

    .res-NavBar ul li a i {
        margin-left: auto;
        float: right;
    }

    nav.row {
        gap: 0;
        padding: 0;
        margin: 0;
    }

    .mainTo-area {
        z-index: 9999;
    }

    header {
        min-height: 4rem;
    }

    .trendingSection .slick-dots {
        display: none;
        position: relative;
    }

    .top-bar .contact-info a {
        font-size: var(--font-13pt-doublepage);
        padding: 0.4rem 0.5rem;
        font-weight: 500;
    }

    header .logoCnt {
        display: none;
    }

    .logoCnt.mobLogo {
        display: block;
        position: absolute;
        top: 0.7rem;
        margin: 0;
    }

    .res-NavBar {
        margin-top: 4rem;
        height: 100vh;
        overflow: scroll;
        padding-bottom: 1rem;
        justify-content: flex-start;
    }

    .head-mobView button.navbar-toggler {
        position: absolute;
        right: 1rem;
        top: 5px;
        max-width: 3.5rem;
        outline: none !important;
    }

    header nav .top-nav {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }

    .dropNav {
        background: var(--light-grey);
        max-width: 100%;
        width: 100%;
    }

    header .dropNav ul li:hover ul {
        position: relative;
    }

    header .dropNav ul li:hover {
        cursor: pointer;
        background: var(--light-grey);
    }

    header .dropNav ul li a:hover,
    header .dropNav ul li:hover {
        color: var(--black);
    }

    header .dropNav ul li ul {
        max-width: 100%;
        width: 100% !important;
    }

    .dropNav ul {
        display: flex;
        flex-direction: column;
    }

    .top-bar .social-icons {
        display: none;
    }

    .top-bar .inner-row {
        padding: 0;
    }

    top-bar .contact-info a {
        font-size: var(--font-13pt-doublepage);
    }

    header .logoCnt {
        margin-right: 0;
    }

    header .head-mobView {
        flex-direction: row !important;
        padding-left: 0px;
    }

    header .logoCnt img {
        width: 50%;
        float: left;
    }

    .head-mobView {
        flex-direction: row;
    }

    /* custom-Carousel */
    .custom-Carousel .bnrCntBox {
        flex-direction: column;
    }

    .custom-Carousel {
        height: auto;
    }

    .custom-Carousel .bnrCntBox .txtBox {
        margin-left: 0;
    }

    .custom-Carousel .bnrCntBox .txtBox h2 {
        font-size: var(--font-21pt-doublepage);
        font-weight: 500;
    }

    .custom-Carousel .bnrCntBox .txtBox h3 {
        font-size: var(--font-16pt-doublepage);
    }

    .custom-Carousel .bnrCntBox .txtBox {
        padding: 1.5rem 1rem;
    }

    .slick-slide img {
        display: block;
        width: 100%;
    }

    /* solutions-Section */
    .solutions-Section .itemSection ul,
    .getSection .innerCnt {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }

    .location-Section .itemSection ul {
        flex-direction: column;
    }

    .location-Section .itemSection ul li img {
        height: 5rem;
    }

    footer .cnt-area {
        flex-direction: column;
    }

    footer .ftrNav,
    .copyArea .inner-row {
        gap: 1rem;
        flex-direction: column;
        display: flex;
    }

    footer .cnt-area {
        gap: 2rem;
    }

    .milestones-Section ul {
        gap: 2rem;
        flex-direction: column;
    }

    .milestones-Section1 ul {
        gap: 2rem;
        flex-direction: column;
    }

    .milestones-Section p {
        padding: 0 1rem;
    }

    .trendingSection {
        padding: 4rem 0 1rem;
    }

    .trendingSection .headingArea {
        padding-bottom: 1.5rem;
    }

    .imgColBox {
        display: flex !important;
        height: 100%;
        position: relative;
        text-align: center;
        align-items: center;
    }

    .topImgArea .imgRow img {
        width: auto;
        height: 100%;
        margin: auto;
    }

    .topImgArea .imgRow {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    footer ul.slick-dots {
        display: none;
    }

    .companyCnt,
    .whoSec {
        flex-direction: column;
        gap: 0rem;
    }

    .whoContainer {
        padding: 0rem 0 2rem;
    }

    .companyCnt .rightCol {
        padding: 0;
    }

    .whoSec .leftSec h2 {
        font-size: var(--font-36pt-doublepage);
    }

    .fastContainer .fastSec .rightSec ul {
        display: flex;
        flex-direction: column;
    }

    .fastContainer .fastSec {
        flex-direction: column;
        gap: 0;
    }

    .fastContainer {
        padding: 2rem 0;
    }

    .doSec {
        gap: 1rem;
        flex-direction: column;
    }

    .doContainer .rightSec h2,
    .ourMissionSection h2,
    .ourValueSection h2,
    .featuredSec h2 {
        font-size: var(--font-36pt-doublepage);
    }

    .ourValueSection {
        padding: 2rem 0;
    }

    .featuredSec ul {
        flex-direction: column;
        gap: 2rem;
    }

    .featuredSec ul li h2 {
        text-align: left;
    }

    .featuredSec ul li .feat-img {
        height: 200px;
    }

    .featuredSec ul li .cntBox h2 a {
        font-size: var(--font-21pt-doublepage);
        font-weight: 500;
        margin: 0;
        padding: 0;
        display: block;
    }

    .innerPage-bannerSec .innerBanner .cntSec .leftBox {
        width: 100%;
    }

    .aboutCnt {
        flex-direction: column;
    }

    .executiveSec .modal-dialog {
        height: auto;
    }

    .executiveSec .modal-body {
        gap: 1rem;
        padding: 1rem;
        flex-direction: column;
    }

    .executiveSec .modal-body .rightTxt {
        font-size: 0.9rem;
    }

    .executiveSec .imgCol {
        flex-direction: column;
    }

    .ourValueSection .innerSec .valRightSec ul {
        flex-direction: column;
    }

    .tab-content>.tab-pane button img {
        width: 8rem;
        height: auto;
    }

    .employeeSec ul,
    .meetSec {
        flex-direction: column;
    }

    .meetSec .leftSec,
    .meetSec .feature-wrap {
        max-width: 100%;
    }

    element.style {
        width: 381px;
    }

    .meetSec .meetSlider .inner-item {
        flex-direction: column;
    }

    .meetSec .meetSlider .inner-item .imgBox {
        margin: -0.5rem 0rem 0 0;
    }

    .benefitSec ul li {
        flex: 0 0 100%;
    }

    .caseSlider-list ul li {
        padding: 0.5rem;
        flex: 0 0 100%;
    }

    .custom-Carousel .imgBox {
        position: relative;
        height: 50%;
    }

    .custom-Carousel .bnrCntBox {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /* menu */
    nav.row {
        width: 100%;
    }

    header .logoCnt {
        display: none;
    }

    .logoCnt.mobLogo {
        display: block;
    }

    .head-mobView button.navbar-toggler {
        position: absolute;
        right: 1rem;
        top: 15px;
        max-width: 3.5rem;
        outline: none !important;
    }

    header nav .top-nav {
        flex-direction: column;
    }

    .dropNav {
        background: var(--light-grey);
        max-width: 100%;
        width: 100%;
    }

    header .dropNav ul li:hover ul {
        position: relative;
    }

    header .dropNav ul li:hover {
        cursor: pointer;
        background: var(--light-grey);
    }

    header .dropNav ul li a:hover,
    header .dropNav ul li:hover {
        color: var(--black);
    }

    header .dropNav ul li ul {
        max-width: 100%;
        width: 100% !important;
    }

    .dropNav ul {
        display: flex;
        flex-direction: column;
    }

    /* menu */
    .solutions-Section .itemSection ul,
    .location-Section .itemSection ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .solutions-Section .itemSection ul li {
        border-radius: 3px;
        background-color: var(--white);
        box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        padding: 1.5rem 1.3rem 0.5rem;
        text-align: center;
        flex-basis: 31%;
    }

    .topImgArea .imgRow {
        gap: 0.5rem;
    }

    .topImgArea .imgRow img {
        width: auto;
        height: 37px !important;
    }

    header .logoCnt {
        margin-right: 2rem;
        max-width: 16rem;
        width: 100%;
        margin-right: 0;
    }

    header .logoCnt img {
        width: 100%;
    }

    .custom-Carousel .bnrCntBox .imgBox {
        width: 50%;
    }

    .custom-Carousel .bnrCntBox .txtBox h2 {
        font-size: var(--font-24pt-doublepage);
    }

    /* innerPage css */
    .innerPage-bannerSec .innerBanner .cntSec .leftBox h2 {
        font-size: var(--font-32pt-doublepage);
        font-weight: 500;
    }

    .innerPage-bannerSec .innerBanner .cntSec .leftBox p {
        font-size: var(--font-16pt-doublepage);
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}


/* Right Side Navigation Menu Styles */

.d-right-cnt {
    position: sticky;
    top: 100px;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8e8e8;
}

.d-right-cnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.d-right-cnt ul li {
    margin-bottom: 12px;
}

.d-right-cnt ul li:last-child {
    margin-bottom: 0;
}

.d-right-cnt ul li a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #f8f9fa;
    border-left: 3px solid transparent;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.d-right-cnt ul li a:hover {
    background: #f1f3f5;
    border-left: 3px solid #1a5276;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    color: #1a5276;
}

.d-right-cnt ul li a i {
    margin-right: 12px;
    font-size: 16px;
    color: #1a5276;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.d-right-cnt ul li a:hover i {
    transform: scale(1.1);
    opacity: 1;
}


/* Active state */

.d-right-cnt ul li a.active {
    background: #1a5276;
    color: #fff;
    border-left: 3px solid #1a5276;
}

.d-right-cnt ul li a.active i {
    color: #fff;
}


/* Responsive styles for right navigation */

@media (max-width: 991px) {
    .d-right-cnt {
        position: relative;
        top: 0;
        margin-top: 30px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .d-right-cnt {
        padding: 15px;
    }

    .d-right-cnt ul li a {
        padding: 12px 15px;
        font-size: 13px;
    }
}


/* Common Layout Styles */

.section-content {
    background: #fff;
    padding: 60px 0;
}

.section-content .container {
    max-width: 1200px;
    margin: 0 auto;
}

.content-block {
    margin-bottom: 40px;
}

.content-block h2 {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-block p {
    color: var(--secondary-color);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}


/* Common Component Styles */

.hero-button {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
    margin-top: 20px;
}

.hero-button:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-button {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
}

.cta-button:hover {
    background: transparent;
    color: var(--primary-color);
}


/* Card Styles */

.benefit-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgba(41, 181, 232, 0.07);
    transition: transform 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.benefit-icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 20px;
    flex-shrink: 0;
}

.benefit-card h3 {
    color: var(--primary-color);
    font-size: 1.4rem;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.benefit-card p {
    color: var(--secondary-color);
    margin-bottom: 0;
    flex-grow: 1;
}


/* Layout Utilities */

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}


/* Section Styles */

.benefits-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.conclusion-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e6f7fd 100%);
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    margin-top: 40px;
}

.conclusion-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
}


/* Responsive Design */

@media (max-width: 991px) {
    .hero-centered {
        padding: 32px 10px;
    }

    .hero-centered h1 {
        font-size: 1.2rem;
    }
}


/* Visualization Page Specific Styles */

.viz-hero {
    position: relative;
    min-height: 420px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%), url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=80') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viz-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.viz-hero .hero-centered {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.viz-hero .hero-centered h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .viz-hero {
        min-height: 280px;
    }
}


/* Azure Synapse Page Specific Styles */

.azure-hero {
    background: linear-gradient(135deg, var(--accent-color) 0%, #004e8c 100%);
    color: #fff;
    min-height: 420px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.azure-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://azure.microsoft.com/svghandler/synapse-analytics/?width=600&height=315') center 60px/220px no-repeat;
    opacity: 0.10;
    z-index: 1;
}

.azure-hero .container {
    position: relative;
    z-index: 2;
    min-height: 420px;
    display: flex;
    align-items: center;
}

.azure-hero .hero-content {
    max-width: 700px;
}

.azure-hero .hero-content h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: -1px;
}

.azure-hero .hero-content p {
    font-size: 1.3rem;
    color: #e3f0fa;
    margin-bottom: 28px;
}

.azure-hero .hero-content .btn {
    background: #fff;
    color: var(--accent-color);
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    border: none;
    transition: background 0.2s, color 0.2s;
}


/* megaMenu */

.navbar {
    background: white;
    padding: 12px 20px 0 0;
    position: inherit;
}

.nav-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.nav-link {
    /* padding-bottom: 0.5rem; */
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.nav-menu li {
    cursor: pointer;
    font-weight: 400 !important;
    margin-bottom: 2px;
}

.nav-menu li a {
    padding: 0.3rem 1rem 0.9rem;
}

.has-megamenu:hover .megamenu {
    display: flex;
    z-index: 99999;
    left: 0;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 0px;
    box-shadow: none !important;
    min-height: 50vh;
}

.has-megamenu:hover .megamenu>.container {
    border-top: 1px solid #ededed;
    padding-top: 2rem;
    gap: 1.5rem;
}

.has-megamenu:hover .megamenu:before {
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    background: white;
}

.has-megamenu:hover .megamenu:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    background: white;
}

.megamenu .container {
    display: flex;
}

.megamenu .container .innerLinkContainer {
    display: flex;
    flex: 1;
    gap: 2rem;
}

.megamenu .container .menuHeadArea {
    max-width: 20%;
    width: 100%;
}

.megamenu .container .menuHeadArea h2 {
    font-size: var(--font-40pt-doublepage);
    font-weight: 400;

}

.megamenu .container .menuHeadArea .imgBox {
    max-width: 100%;
    height: 150px;
    background: #c1c1c1;
    overflow: hidden;
    border-radius: 7px;
}

.megamenu .container .menuHeadArea .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu .container .right-img-box {
    width: 100%;
    height: 220px;
    flex: 1 1 25%;
    margin-left: auto;
    display: flex;
    gap: 1rem;
    max-width: 48%;
}

.megamenu .container .right-img-box * {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.megamenu .container .right-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    background: white;
    padding: 40px 22px;
    box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin: 0;
}

.megamenu .column {
    width: 30%;
}

.megamenu .column h4 {
    margin: 0 0 10px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(33, 161, 65, 0.1);
    padding: 0.5rem;
}

.megamenu .column h4:hover a {
    color: var(--greenColor);
}

.megamenu .column p {
    margin: 10px 0 6px;
    font-weight: 500;
    font-size: 0.92rem;
}

.megamenu .column ul {
    margin: 0 0 10px 0.5rem;
    padding: 0;
    font-size: 0.9rem;
}

.megamenu .column ul ul {
    margin: 0 0 10px 0.7rem;
    padding: 0;
    font-size: 0.9rem;
}

.megamenu .column ul+h4 {
    margin-top: 1.5rem;
}

.megamenu .column ul li {
    margin-bottom: 6px;
    cursor: pointer;
}

.megamenu .column h4 a {
    font-size: var(--font-18pt-doublepage);
    font-weight: 500 !important;
    margin: 0;
    padding: 0 0 0.5rem;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.megamenu .column ul li a {
    font-size: var(--font-16pt-doublepage);
    font-weight: 400 !important;
    margin: 0;
    padding: 0 0 0.5rem;
    letter-spacing: 1px;
}

.megamenu .column li:hover a {
    color: var(--greenColor);
    font-weight: 500;
}

.nav-menu>li:hover {
    margin-bottom: -6px;
    padding-bottom: 3px;
}

.nav-menu>li:hover>a {
    border-bottom: 3px solid green;
}


/* end megaMenu */

.azure-hero .hero-content .btn:hover {
    background: var(--accent-color);
    color: #fff;
}

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

@media (max-width: 991px) {
    .azure-hero .container {
        flex-direction: column;
        text-align: center;
    }

    .azure-hero .hero-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .navbar {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 670px) {
    .navbar ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    header nav .top-nav li:hover {
        color: inherit;
        cursor: pointer;
        background-color: transparent;
    }

    header nav .top-nav li ul a:hover,
    header .top-nav li ul li a:hover,
    header .top-nav li ul li:hover a {
        color: var(--greenColor);
    }

    header nav .top-nav li ul {
        /* display: block; */
        box-shadow: none;
        margin-left: 0rem;
    }

    header .top-nav li:hover ul {
        position: relative;
    }

    .navbar {
        margin: 1rem 0;
        padding: 1rem 0;
    }

    header .top-nav>li {
        padding: 0.4375rem 0rem;
    }

    .has-megamenu .megamenu>.container {
        flex-direction: column;
    }

    .megamenu .container .menuHeadArea .imgBox {
        display: none;
    }

    .megamenu .container .innerLinkContainer {
        flex-direction: column;
        gap: 0;
    }

    .megamenu .column {
        width: 100%;
    }

    .megamenu {
        position: relative;
        top: 0;
        padding: 0px 0px;
        margin: 0;
    }

    .megamenu .container .menuHeadArea {
        display: none;
    }

    .has-megamenu:hover .megamenu>.container {
        padding-top: 0;
        border: 0;
    }

    .nav-menu>li:hover>a {
        border-bottom: 0;
    }

    .megamenu .container .right-img-box {
        display: none;
    }

    .megamenu .container .innerLinkContainer {
        gap: 0.7rem;
    }

    .sliderBgImg {
        position: absolute;
        top: 0;
        width: auto !important;
        height: 100% !important;
        right: 0;
        opacity: 0.2;
    }

    .custom-Carousel {
        height: auto;
    }

    .custom-Carousel .slickSlider .slick-prev,
    .custom-Carousel .slickSlider .slick-next {
        display: none !important;
    }

    .SecHeading {
        flex-direction: column;
        align-items: center;
    }

    .solutions-Section .innerCnt {
        gap: 0;
        flex-direction: column;
    }

    .clientTAbSection .tabHead .inner {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        padding: 0 1rem;
    }
}

.free-assess-btn {
    background: #fff;
    color: var(--primary-color);
    font-weight: 700;
    border-radius: 24px;
    font-size: 1.1rem;
    padding: 14px 40px;
    border: none;
    box-shadow: 0 2px 12px rgba(41, 181, 232, 0.07);
    transition: background 0.2s, color 0.2s;
    width: fit-content;
    margin: 0 auto;
    display: inline-block;
}

.cta-btn,
.cta-expert-btn {
    background: var(--greenColor);
    color: var(--white);
    border: none;
    outline: 0;
    height: auto;
    font-size: var(--font-18pt-doublepage);
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    max-width: max-content;
    letter-spacing: 1px;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    border-radius: 25px;
    margin-right: auto;
    float: left;
}

.cta-section {
    background: #ffffff;
    color: #222;
    padding: 70px 0 70px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.3rem;
    font-weight: 500;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18), 0 1.5px 6px rgba(76, 175, 80, 0.10);
    letter-spacing: 0.01em;
    margin-bottom: 18px;
    line-height: 1.25;
    text-align: left;
}

.popup-overlay {
    z-index: 999999 !important;
}

.why-love-icon {

    font-size: 4.1rem !important;
}

.tlkbtn {
    background: #21a141;
    color: #fff;
    letter-spacing: 1px;
    padding: 0.75rem 1.5rem;
    font-family: "Helvetica Neue", Arial, Sans-Serif;
    border-radius: 25px;
    border: 1px solid #21a141;
    margin-top: 15px;
}

/****************** Css Added by jitander start ************************************/
section.overviewcas .section-title {
    border-bottom: unset;
}

.common-detail-hero-sec {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    padding: 90px 20px;
    background-size: cover;
    background-position: center;
}

.common-detail-hero-sec .cntSec {
    color: #fff;
    max-width: 900px;
    z-index: 2;
    position: relative;
}

.common-detail-hero-sec .cntSec h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.common-detail-hero-sec .free-assess-btn {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.common-detail-hero-sec .free-assess-btn:hover {
    background-color: #388a2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .common-detail-hero-sec {
        min-height: 320px;
        padding: 60px 15px;
    }

    .common-detail-hero-sec .cntSec h2 {
        font-size: 26px;
    }

    .common-detail-hero-sec .free-assess-btn {
        font-size: 1rem;
        padding: 10px 24px;
    }
}

.hdtxt p {
    color: #000 !important;
}

.container.podcastDetail h1 {
    font-size: 35px;
    padding: 10px;
}

section.episodes-section a {
    color: #00a13a;
    font-weight: 900;
}

section.episodes-section-intro {
    padding: 0px 40px;
}

section.episodes-section-intro h2 {
    text-align: center;
}

.vdo-cnt p {
    hyphens: auto;
    text-align: justify;
}

.episode-card .actionBtn a {
    color: #fff;
}

.blog-inner-list {
    margin-left: 2rem !important;
    list-style: none;
    padding-left: 0;
}

.blog-inner-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.blog-inner-list li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #21a141;
}

/****************** Css Added by jitander end ************************************/

footer .container {
    max-width: 1400px;
}

.lead {
    font-size: 16px !important;
    font-weight: 500;
}

.location-Section {
    background: #f8fdf9 url('https://hazemediait.com/newhome/assets/img/bg/map.png');
}

.itemBox2 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.itemBox2:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.flag-img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.location-label {
    display: inline-block;
    background: #f1fdf4;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.address {
    font-size: 15px;
    color: #444;
}

.btn-map {
    border-radius: 30px;
    font-size: 14px;
    padding: 6px 18px;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #21a141;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid #21a141;
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg {
    color: #21a141;
    border-radius: 50%;
    background: var(--white-color);
}

.scroll-top svg path {
    fill: none;
}

.scroll-top .progress-circle path {
    stroke: #21a141;
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.progress-ring {
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
}

.progress-ring__circle {
    stroke-dasharray: 157;
    /* 2pr = 2 * p * 25 */
    stroke-dashoffset: 157;
    transition: stroke-dashoffset 0.3s linear;
}

.arrow {
    position: relative;
    font-size: 20px;
    color: #198754;
    font-weight: bold;
    z-index: 1;
}

.slick-prev,
.slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #21A141 !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1000 !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

/* Left arrow */
.slick-prev {
    left: -40px !important;
    /* adjust spacing */
}

.srvc .slick-prev {
    left: -35px !important;
    /* adjust spacing */
}

.case-studies-section .slick-prev {
    left: -30px !important;
    /* adjust spacing */
}

/* Right arrow */
.slick-next {
    right: -40px !important;
    /* adjust spacing */
}

.srvc .slick-next {
    right: -35px !important;
    /* adjust spacing */
}

.case-studies-section .slick-next {
    right: -30px !important;
    /* adjust spacing */
}

/* Arrow icons */
.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    /* or use Slick default arrows */
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 1.5 !important;
}

.slick-prev:before {
    content: "\f104" !important;
    left: 35px;
    position: relative;
    /* FontAwesome left arrow */
}

.slick-next:before {
    content: "\f105" !important;
    left: 20px;
    position: relative;
    /* FontAwesome right arrow */
}

.case-studies-slider .slick-next:before {
    content: "\f105" !important;
    left: 80px;
    position: relative;
    /* FontAwesome right arrow */
}

.case-studies-slider .slick-prev:before,
.case-studies-slider .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    /* or use Slick default arrows */
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #fff !important;
    line-height: 2 !important;
}

.case-studies-slider .slick-prev:before {
    content: "\f104" !important;
    left: 155px;
    position: relative;
    /* FontAwesome left arrow */
}

.location-slider .slide-item {
    margin-right: 20px;

}

.solution-card h5 {
    margin-bottom: 5px;
}

.solution-card p {
    letter-spacing: 0px !important;
}

.milestones-Section h2 {
    font-weight: 400 !important;
}

.service-slider .slick-prev.slick-arrow {
    font-size: 19px !important;
}

.service-slider .slick-prev::before {
    font-size: 25px !important;
}

.service-slider .slick-next.slick-arrow {
    font-size: 19px !important;
}

.service-slider .slick-next::before {
    font-size: 25px !important;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    top: 38% !important;
}

.service-slider .slide-item {
    margin-left: 10px;
    margin-right: 10px;
}

.pwd p {
    text-align: justify;
    line-height: 1.6em;
    color: #000 !important;
}

@media only screen and (max-width: 600px) {

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .insightsSection .slide-item .inner h5 {
        height: auto;
        margin: 1rem 1rem 0;
    }

    .insightsSection p {
        font-size: 14px;
        padding: 0 1rem;
        height: auto;
        line-height: 20px;
    }

    .pwd h2 {
        font-size: 22px;
    }

    .pwd p {
        font-size: 14px;
        line-height: 20px;
    }

    .case-studies-slider .inner h3 {
        font-size: 18px;
        height: auto !important;
    }

    .case-studies-slider .inner p {
        font-size: 14px;
        text-align: left !important;
    }

    .insightsSection .slide-item img {
        height: 200px;
    }

    .lcd {
        padding: 10px !important;
    }

    .job-author {
        display: inline-block;
    }

    .job-author img {
        width: 50% !important;
    }

    .custom-Carousel .imgBox img {
        height: 150px !important;
    }

    .custom-Carousel .bnrCntBox .txtBox p {
        font-size: 16px;
        text-wrap: stable;
    }

    .txtBox br {
        display: none;
    }

    .aamd {
        display: none;
    }

    .aam1 {
        display: block !important;
    }

    .aamd img {
        width: 40% !important;
    }

    .aamd a {
        left: 0px;
        position: relative;
        top: -21px !important;
        padding: 12px !important;
        font-size: 12px;
    }
    .cnt-area .ftrNav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}



@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .insightsSection .slide-item .inner h5 {
        font-size: 1.10rem !important;
        height: 60px !important;
    }

    .insightsSection p {
        font-size: 14px;
        height: 70px;
    }

    .nav-link {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .case-studies-slider .inner h3 {
        font-size: 18px !important;
        height: 65px !important;
    }

    .case-studies-slider .inner p {
        font-size: 13px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    .small {
        font-size: .610em !important;
    }

    .megamenu {
        top: 88px;
    }

    .cloud-solutions .col-md-4 {
        width: 50% !important;
    }



    .cloud-solutions .service-icon {
        width: 50px;
        height: 50px;
    }

    .mbl1 .col-md-3,
    .mbl1 .col-md-4 {
        width: 50%;
    }

    .bigwin-section .col-md-7,
    .bigwin-section .col-md-5 {
        width: 100%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1280px) and (orientation: portrait) {

    .aamd {
        display: none;
    }

    .aam1 {
        display: inline-block !important;
    }

    .small {

        line-height: 18px;
        height: 25px;
    }

    .cloud-solutions .col-md-4 {
        width: 50% !important;
    }

    .slt p {
        height: 150px;
    }

    .cloud-solutions .service-icon {
        width: 50px;
        height: 50px;
    }

    #hcmcloud .col-md-8,
    #hcmcloud .col-md-4,
    #erpcloud .col-md-8,
    #erpcloud .col-md-4,
    #epmcloud .col-md-8,
    #epmcloud .col-md-4,
    #scmcloud .col-md-8,
    #scmcloud .col-md-4,
    .bigwin-section .col-md-7,
    .bigwin-section .col-md-5,
    .mbl .col-md-6,
    .chatgpt-features .col-md-4 {
        width: 100%;
    }

    .mbl1 .col-md-3,
    .mbl1 .col-md-4 {
        width: 50%;
    }

}

html,
body {
    overflow-x: hidden;
}
.hero-section p {
    font-size:18px !important;
}