/* ********** Global css  ********** */
.mt-40{
    margin-top: 40px;
}
.bg-color {
    background-color: #FFF8F2;
}

.h1 {
    font-size: 35px;
    line-height: normal;
}

.h2 {
    font-size: 26px;
    line-height: normal;
}

.h3 {
    font-size: 25px;
    line-height: normal;
}

.h4 {
    font-size: 20px;
    line-height: normal;
}

.h5 {
    font-size: 15px;
    line-height: normal;
}

.h6 {
    font-size: 12px;
    line-height: normal;
}
b, strong
{
    font-weight: 600;
}
.text-stroke
{
    /* Apply the stroke: width and color */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5a5a5a;
  /* Standard property for compatibility, though less supported */
  text-stroke-width: 1px;
  text-stroke-color: #5a5a5a;
}
.br-right {
    border-radius: 30px 30px 150px 30px;
}

.br-left {
    border-radius: 30px 30px 30px 150px;
}

.new-btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-btn a {
    border: 1px solid #252525;
    display: inline-block;
    padding: 8px 30px;
    color: #252525;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s all;
    border-radius: 10px;
}

.new-btn a:hover {
    box-shadow: 0px 10px 19px 0px rgb(37 37 37 / 36%);
    background-color: #ff642d;
    color: #fff;
    border: 1px solid #ff642d;
}

.new-btn a:hover .arrow-right {
    color: #fff;
}

.new-btn a .arrow-right {
    margin: 0;
}

.new-btn a .arrow-right i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orng {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-orng a {
    border: 1px solid #ff642d;
    display: inline-block;
    padding: 8px 30px;
    background-color: #ff642d;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.5s all;
    border-radius: 10px;
}

.btn-orng a:hover {
    box-shadow: 0px 10px 19px 0px rgb(37 37 37 / 36%);
    background-color: #252525;
    color: #fff;
    border: 1px solid #252525;
}

.btn-orng a:hover .arrow-right {
    color: #fff;
}

.btn-orng a .arrow-right {
    margin: 0;
}

.btn-orng a .arrow-right i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.py-80 {
    padding: 80px 0;
}
.pt-80 {
    padding-top: 80px!important;
}
.pb-80 {
    padding-bottom: 80px!important;
}

.br-15 {
    border-radius: 15px;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    align-items: center;
}
/* .colum {
    height: -webkit-fill-available;
} */
@media only screen and (max-width: 1399px) {
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .what-drive .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1199px) {
    .py-80 {
        padding: 60px 0;
    }
    .pt-80 {
        padding-top: 60px;
    }
    .pb-80 {
        padding-bottom: 60px;;
    }
    .grid-2 {
        gap: 25px;
    }

    .grid-3 {
        gap: 25px;
    }

    .grid-1 {
        gap: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .py-80 {
        padding: 50px 0;
    }
    .pt-80 {
        padding-top: 50px;
    }
    .pb-80 {
        padding-bottom: 50px;;
    }
    .what-drive .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .grid-2 {
        gap: 20px;
    }

    .grid-3 {
        gap: 20px;
    }

    .grid-1 {
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .case-study-bx .case-study-content .cs-title{
        font-size: 15px;
    }
    .case-study-heading p{
        font-size: 15px;
    }
    .grid-4 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .py-80 {
        padding: 30px 0;
    }
    .pt-80 {
        padding-top: 30px;
    }
    .pb-80 {
        padding-bottom: 30px;;
    }

    .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.custom-container {
    margin: 0 200px;
    /* 130px space on the left and right */
    padding: 0 10px;
}

@media (max-width: 1600px) {
    .custom-container {
        margin: 0 100px;
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .custom-container {
        margin: 0 80px;
        /* Reduce margin on tablets and medium devices */
    }
}

@media (max-width: 1024px) {
    .custom-container {
        margin: 0 50px;
        /* Reduce margin on tablets and medium devices */
    }
}

@media (max-width: 768px) {
    .custom-container {
        margin: 0 15px;
        /* Reduce margin further on small devices */
    }
}

@media (max-width: 480px) {
    .custom-container {
        margin: 0 15px;
        /* Minimal margin on very small devices */
    }
}

/* ********** About-new css  ********** */
.top-heading {
    text-align: center;
    margin: auto auto 60px auto;
    width: 75%;
}

.top-heading span {
    color: #FF642D;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.top-heading p {
    font-size: 20px;
    color: #323232;
    font-weight: normal;
    margin-bottom: 0;
}

.about-content p {
    margin: 0;
}

.about-bx {
    padding: 30px;
    /* height: 200px; */
    align-content: center;
}

.about-bx.about-bx-one {
    background: #F3DED2;
}

.about-bx.about-bx-two {
    background: #F9E4DD;
}

.about-bx.about-bx-three {
    background: #E8DDD9;
}

.about-bx.about-bx-four {
    background: #FED7CA;
}

.about-bx-content h3 {
    font-size: 55px;
    line-height: 60px;
    margin: 0;
}

.about-bx-content p {
    margin: 0;
}

.about-bx-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: end;
}

.about-bx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ********** what-drive css  ********** */
.what-drive {
    background-color: #252525;
}

.what-drive .top-heading h2 {
    color: #fff;
}

.what-drive .top-heading p {
    color: #fff;
}

.what-drive-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-bx {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    height: 100%;
}

.vision-bx.vision-bg-1 {
    background-color: #F3DED2;
}

.vision-bx.vision-bg-2 {
    background-color: #E6E0DD;
}

.vision-bx.vision-bg-3 {
    background-color: #F8E1D9;
}

.vision-bx .icon-img img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.vision-bx .vision-content p {
    margin: 0;
}

.value-btn a {
    padding: 8px 30px;
    border: 1px dashed #000;
    color: #252525;
    display: inline-block;
    transition: 0.5s all;
}

.value-btn a:hover {
    box-shadow: 0px 10px 19px 0px rgb(37 37 37 / 36%);
    color: #ff642d;
    border: 1px dashed #ff642d;
}

/* ********** the-minds css  ********** */
.the-minds .top-heading {
    text-align: start;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.the-minds-bx {
    background: #EEEEEE;
    padding: 30px;
}

.the-minds-bx .grid-2 {
    align-items: center;
}

.the-minds-content h4 {
    margin: 0;
}

.the-minds-content .designation {
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    display: inline-block;
}

.the-minds-content p {
    margin: 0;
}

.the-minds-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.the-minds .owl-nav {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 40px;
}

/* .the-minds.owl-theme .owl-nav:hover{
    background: unset;
} */
.owl-theme .owl-nav [class*='owl-']:hover {
    background: unset;
}

.the-minds .owl-nav button {
    border: 1px solid #8F8F8F !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.the-minds .owl-nav button:focus {
    outline: unset;
}

.the-minds .owl-nav i {
    font-size: 28px;
    color: #8F8F8F;
    /* background: unset; */
}

/* ********** life-thanksweb css  ********** */
.life-thanksweb-main {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.life-thanksweb-main .top-heading {
    text-align: start;
    margin: 0;
}

.life-thanksweb-main .top-heading p {
    margin: 0;
}

.life-thanksweb-img-bx {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.life-thanksweb-img-bx .life-thanksweb-img img {
    width: 100%;
    object-fit: cover;
    max-height: 330px;
}

.life-thanksweb-img-bx .life-thanksweb-img.inner-img img {
    max-height: 160px;
}

/* ********** career-new css  ********** */

/* ********** join-us css  ********** */
.join-us .top-heading {
    margin-bottom: 0;
}

.join-us .top-heading p {
    font-size: 16px;
}


/* ********** current-opening css  ********** */
.current-opening {
    background-color: #fff;
}

.current-opening-heading {
    width: 850px;
}

.faq-accordion .accordion-item {
    background-color: #F0F0F0;
    margin-bottom: 30px;
}

.current-opening-accordion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 15px;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
}

.faq-accordion .accordion-item .accordion-body ul {
    padding-left: 20px;
}

.view-detail-arrow {
    margin-left: 5px;
    font-size: 16px;
}

.current-opening-heading h4,
.current-opening-heading p {
    padding-bottom: 5px;
}

.current-opening-heading .fees {
    color: #3E4095;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.current-opening-accordion-btn .main-btn {
    width: 100%;
    padding: 15px 10px;
}

.current-opening-accordion-btn .enquire-btn {
    background-color: transparent;
    color: #3E4095;
    border: 1px solid #3E4095;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
}

.enquire-btn:hover {
    background-color: #3E4095;
    color: #fff;
    border: 1px solid #3E4095;
}

.current-opening-tble-box.ivf-cost-tble-bx {
    padding-top: 0;
}

.header-widget-area {
    display: none;
}

.accordion-body.fertility-assessment p {
    margin-bottom: 10px;
}

.apply-now {
    background-color: #F0F0F0;
    padding: 15px;
    text-align: center;
}

.apply-now p {
    margin: 0;
}

/* ********** perks-benefit css  ********** */
.perks-benefit-bx {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    height: 100%;
}

.perks-benefit-icon {
    min-width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
}

.perks-benefit-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.perks-benefit-bx .title {
    /* font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    --webkit-line-clamp: 1;
    --webkit-box-orient: vertical;  */
    margin: 0;
}

/* ********** team-new css  ********** */
.our-team .top-heading p {
    font-size: 17px;
}

.team-profile .grid-2 {
    gap: 100px;
}

.team-profile .our-team-img {
    position: relative;
}

.team-profile .our-team-img .team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quate-img-right {
    position: absolute;
    bottom: 25px;
    right: 0;
}

.quate-img-right.quate-img-left {
    position: absolute;
    bottom: 25px;
    left: 0;
}

.quate-img-right img {
    max-width: 100px;
    height: auto;
    object-fit: cover;
}

.our-team-content .h5 {
    color: #FF642D;
    margin: 0;
}
/*  */
.team-person-bx .team-person-img{
    position: relative;
}

.team-person-bx .team-person-img::after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: red;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(185,8,8 1) 100%);
    opacity: 0.6;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.team-person-bx:hover .team-person-img::after{
    display: block;
}

/*  */

.team-person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-team .top-heading {
    margin-bottom: 0;
}

.team-person-bx .our-team-content {
    text-align: center;
    padding: 15px;
}

/* ********** why-us-new css  ********** */
.why-thanks .top-heading {
    width: 100%;
}

.why-thanks .top-heading .description {
    font-size: 16px;
    margin-top: 15px;
    width: 75%;
    margin: 15px auto auto;
}

.review-div {
    padding: 40px;
}

.review-div-slide .grid-3 {
    align-items: start;
}

.review-div-bx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-div-bx .client-nm h4 {
    margin: 0;
    color: #ff642d;
}

.review-div-bx .client-nm span {
    font-size: 15px;
}

.review-div-bx .client-desc p {
    margin: 0;
}

.happy-heading {
    text-align: center;
}

.happy-heading span {
    color: #FF642D;
}

/* ********** our-tripple css  ********** */
.our-tripple .grid-2 {
    align-items: start;
    gap: 80px;
}

.our-tripple-left h2 {
    margin-bottom: 30px;
}

.our-tripple-content h3 span {
    color: #ff642d;
}

.colum .our-tripple-content:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.our-tripple-content {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.our-tripple-content p {
    margin: 0;
}

/* ********** approach css  ********** */
.approach .heading {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.approach-content ul {
    color: #fff;
    list-style: none;
    padding: 0;
}

.approach-content ul li {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    color: #fff;
    list-style: none;
    display: flex;
    align-items: start;
}

/* .approach-content ul li::before{
    content: '';
    background-image: url('/assets/img/about-new/check-round.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
} */
.approach-content ul li::before {
    content: '✓';
    margin-right: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #FF642D;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #FF642D;
    color: #000;
}

/*  */
.get-touch-bx {
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.get-touch-bx .img-1 {
    position: absolute;
    bottom: 50%;
    transform: translate(10%, 50%);
    left: 0;
}

.get-touch-bx .img-1 img {
    object-fit: contain;
}

.get-touch-bx .img-2 {
    position: absolute;
    bottom: 50%;
    transform: translate(0%, 50%);
    right: 0;
}

.get-touch-bx .img-2 img {
    width: 100%;
    height: 100%;
}

.get-touch-content {
    z-index: 1;
}

/* ********** case study page css  ********** */

/* ********** case study section one css  ********** */
.case-study-one .grid-2 {
    align-items: start;
}

.case-study-heading {
    text-align: start;
    margin: 0;
}

.case-study-heading h2 {
    margin: 0;
}

.case-study-heading p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
}

/* ********** case study section two css  ********** */

.case-study-bx {
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.case-study-bx p {
    margin: 0;
}
.case-study-bx .case-study-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-study-bx .case-study-content .cs-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #323232;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
   padding: 10px 20px;
}
.case-study-bx .case-study-content .cs-title a
{
    color: #323232;
}
.case-study-bx .case-study-content .cs-title a:hover{
    color: #FF642D;
}
.read-more-btn a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.read-more-btn a span i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ********** case study Details page css  ********** */
/* ********** success-story section  css  ********** */
.success-story-bx h2 {
    text-align: center;
    /* width: 50%; */
    margin: auto auto 40px;
}
.success-story-bx .success-story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ********** success-story section  css  ********** */
.case-study-layout {
    background-color: #F1F1F1;
}

.inner-sub-header {
    /* background: #ffebda; */
    /* background: #fff7f1; */
    background: #f8f8f8;
}

/******  Sidebar CSS **********/
.case-study-layout-desc {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.case-study-layout-desc.sidebar-sticky {
    position: fixed;
    top: 110px;
    z-index: 99;
}
.sidebar-bx{
    background-color: #fff;
    padding: 30px;
}
.sidebar-bx .sidebar-bx-content {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar-bx .sidebar-bx-content:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.sidebar-bx .sidebar-bx-content p {
    margin: 0;
}
.sidebar-bx .sidebar-bx-content .title{
font-size: 18px;
font-weight: 600;
}
.sidebar-bx .sidebar-bx-content .list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-bx .sidebar-bx-content .list li {
    padding-top: 5px;
}

.sidebar-main-bx .new-btn {
    justify-content: start;
    margin-top: 40px;
}
.the-brief-space .colum{
    height: 100%;
}
.solution-bx {
    background: #fff;
    padding: 25px;
    height: 100%;
}
.solution-bx p{
    margin: 0;
}
.impact-bx.br-15 {
    background: #252525;
    padding: 10px;
    text-align: center;
    height: 100%;
}

.impact-inner {
    border: 1px solid #FF642D;
    border-radius: 15px;
    padding: 30px;
}

.impact-inner .title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #FF642D;
}

.impact-inner .desc {
    margin: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.brief-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width: 991px) {
    .case-study-layout-desc.sidebar-sticky {
        position: unset;
        top: 0px;
        z-index: 999;
        width: 100% !important;
        margin-top: 20px;
    }
}

/******END Sidebar CSS **********/

/* ********** Pod cast page css  ********** */

/* ********** Digital tomorrow css  ********** */

/* .digital-tomorrow-content-bx {
    padding: 175px 140px;
    height: 100%;
} */
.digital-tomorrow-content-bx {
    padding: 45px 100px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.digital-tomorrow-content-bx .btn-orng {
    justify-content: start;
}

.digital-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* ********** listing css  ********** */
.listing-device .top-heading{
    margin-bottom: 25px;
}
.listing-device-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.listing-device-image img{
    max-width: 150px;
    height: auto;
    object-fit: cover;
}
.listing-item-bx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-title h3 {
    margin: 0;
    line-height: 28px;
}

.listing-title {
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}
.listing-now {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.listing-now p {
    margin: 0;
}

.listing-now a {
    font-size: 14px;
    font-weight: 600;
}
.new-btn.listing-btn{
    margin-top: 40px;
}

/* ********** Podcast Details page css  ********** */
.pc-detail-main-bx .sidebar-bx {
    background: #f8f8f8;
}

.pc-detail-main-bx .sidebar-bx ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pc-detail-main-bx .sidebar-bx ul li {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}
.pc-detail-main-bx .sidebar-bx ul li a{
    color: #252525;
}
.pc-detail-main-bx .sidebar-bx ul li a:hover{
    color: #F58220;
}
.pc-detail-main-bx .sidebar-bx ul li:first-child {
    padding-top: 0;
}

.pc-detail-main-bx .sidebar-bx ul li:last-child {
    padding-bottom: 0;
    border: 0;
}

.digital-main-bx {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.digital-bg-1{
    background-color: #F9E4DD;
}
.digital-bg-2{
    background-color: #FBE9CF;
}
.our-podcast {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.our-podcast-logo {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.digital-marketing-section {
  background: linear-gradient(90deg, #ff6600 0%, #f6a400 100%);
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital-marketing-section h2 {
  font-size: 2.5rem;
  line-height: 1.3;
}
.digital-marketing-section p {
  max-width: 90%;
  margin: 0 auto;
  font-size: 1.1rem;
}
.digital-marketing-section .btn-dark {
  background-color: #000;
  border: none;
  padding: 12px 30px;
  text-transform: uppercase;
}
.digital-marketing-section .btn-dark:hover {
  background-color: #222;
}
/* Marquee Life at thanksweb */
/* container */
.grid-5.marquee {
  overflow: hidden;
  position: relative;
}

/* track — animation is applied only after JS adds .animate */
.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  /* don't start animation until JS adds .animate */
}

/* Left marquee (moves leftward) */
.left-marquee .marquee-track.animate {
  animation: marquee-left linear infinite;
  animation-duration: 40s; /* adjust speed */
}

/* Right marquee (moves rightward) — NOTE: starts at -50% and moves to 0 */
.right-marquee .marquee-track.animate {
  animation: marquee-right linear infinite;
  animation-duration: 40s;
}

/* Left keyframes: 0 -> -50% (usual) */
@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* half because content duplicated */
}

/* Right keyframes: start at -50% and move to 0 (so it appears to move right) */
@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

/* keep columns inline and non-shrinking */
.colum {
  flex: 0 0 auto;
  display: inline-block;
}

.life-thanksweb-img img {
  display:block;
  width:100%;
  height:auto;
  border-radius:15px;
}
/* ********** Responsive css  ********** */
@media only screen and (max-width: 1599px) {
    .digital-tomorrow-content-bx {
        padding: 45px 70px;
        min-height: 465px;
    }
}
@media only screen and (max-width: 1399px) {
    .listing-item .grid-3{
        grid-template-columns: repeat(3, 1fr);
    } 
    .digital-tomorrow-content-bx {
        min-height: 430px;
    }
    .team-profile .grid-2 {
        gap: 60px;
    }

    .life-thanksweb-img-bx .life-thanksweb-img img {
        max-height: 320px;
    }

    .life-thanksweb-img-bx .life-thanksweb-img.inner-img img {
        max-height: 155px;
    }

    .life-thanksweb .grid-1 {
        gap: 15px;
    }

    .top-heading {
        width: 80%;
    }

    .top-heading p {
        font-size: 18px;
    }

    .our-tripple .grid-2 {
        gap: 60px;
    }
}

@media only screen and (max-width: 1299px) {
.digital-tomorrow-content-bx {
    min-height: 400px;
}
}

@media only screen and (max-width: 1199px) {
    .digital-tomorrow-content-bx{
        padding: 45px;
    }
    .digital-tomorrow-content-bx .h1{
        font-size: 28px;
    }
    .listing-title .h4{
        font-size: 18px;
        line-height: 22px;
    }
    .digital-tomorrow-content-bx {
        min-height: 350px;
    }
    .success-story-bx h2{
        width: 100%;
    }
    .approach .heading {
        margin-bottom: 40px;
    }

    .get-touch-bx .img-1 {
        left: -90px;
    }

    .our-tripple .grid-2 {
        gap: 50px;
    }

    .life-thanksweb-img-bx .life-thanksweb-img img {
        max-height: 300px;
    }

    .life-thanksweb-img-bx .life-thanksweb-img.inner-img img {
        max-height: 145px;
    }

    .top-heading {
        margin: auto auto 50px auto;
        width: 100%;
    }

    .about-bx-content h3 {
        font-size: 50px;
        line-height: 55px;
    }

    .about-bx {
        padding: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .digital-tomorrow .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .listing-item .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .digital-tomorrow-content-bx {
        min-height: 300px;
        padding: 30px;
    }
    .mt-40 {
        margin-top: 30px;
    }
    .sidebar-main-bx {
        margin-bottom: 30px;
    }
    .review-div {
        padding: 25px;
    }

    .get-touch-bx {
        min-height: unset;
        padding: 25px;
    }

    .get-touch-bx .img-2 {
        display: none;
    }

    .get-touch-bx .img-1 {
        display: none;
    }

    .our-tripple .grid-2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .our-tripple-content {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .team-profile .grid-2 {
        gap: 30px;
    }

    .life-thanksweb-img-bx .life-thanksweb-img img {
        max-height: 250px;
    }

    .life-thanksweb-img-bx .life-thanksweb-img.inner-img img {
        max-height: 120px;
    }

    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .the-minds-bx {
        padding: 25px;
    }

    .top-heading {
        margin: auto auto 40px auto;
    }

    .approach-content ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .our-podcast{
        align-items: start;
    }
    .our-podcast-detail h4 {
        font-size: 18px;
        line-height: normal;
    }

    .listing-device-image{
        gap: 20px;
        flex-wrap: wrap;
        justify-content: start;
    }
    .digital-tomorrow-content-bx {
        min-height: auto;       
        display: block;
    }

    .the-brief-space .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .read-more-btn a{
        font-size: 15px;
    }
    .case-study-bx {
        gap: 12px;
    }
    .case-study-one .grid-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .approach .grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .our-team .top-heading p {
        font-size: 16px;
    }

    .perks-benefit-bx {
        padding: 25px;
    }

    .life-thanksweb-main {
        flex-direction: column;
        align-items: start;
    }

    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .the-minds-bx {
        padding: 20px;
    }

    .the-minds-bx .grid-2 {
        align-items: center;
        grid-template-columns: repeat(1, 1fr);
    }

    .vision-bx {
        padding: 20px;
    }

    .top-heading p {
        font-size: 16px;
    }

    .about-bx {
        padding: 20px;
    }

    .about-bx-row {
        align-items: center;
    }

    .about-bx-content h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .top-heading {
        margin: auto auto 30px auto;
    }
}

@media only screen and (max-width: 575px) {
    .our-podcast-detail h4{
        font-size: 16px;
    }
    .listing-device-image.our-podcast-logo {
        flex-direction: unset;
    }
    .listing-device-image{
        flex-direction: column;
    }
    .listing-title .h4 {
        font-size: 15px;
    }
    .h1 {
        font-size: 22px;
    }
    .listing-item .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .mt-40 {
        margin-top: 25px;
    }

    .review-div {
        padding: 20px;
    }

    .get-touch-bx {
        padding: 20px;
    }

    .approach .heading {
        margin-bottom: 30px;
    }

    .row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .our-team .top-heading p {
        font-size: 15px;
    }

    .perks-benefit-bx {
        padding: 20px;
    }

    .new-btn a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .current-opening-accordion-item {
        display: block;
    }

    .the-minds-img img {
        height: auto;
    }

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

    .value-btn a {
        width: 100%;
    }

    /* .life-thanksweb-img-bx .life-thanksweb-img.inner-img img {
        max-height: unset;
        height: auto;
    } */

    .life-thanksweb-img-bx {
        gap: 15px;
    }

    /* .life-thanksweb-img-bx .life-thanksweb-img img {
        max-height: unset;
        height: auto;
    } */

    .grid-5 {
        grid-template-columns: repeat(1, 1fr);
    }

    .vision-bx .icon-img img {
        width: 48px;
        height: 48px;
    }

    .about-bx-content h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .about-bx {
        padding: 15px;
    }

    .top-heading p {
        font-size: 15px;
    }
}

