@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

:root {
    --primary: #1C243C;
    --secondary: #ED462F;
    --black: #000000;
    --white: #ffffff;
    --primary_font: 'Inter', sans-serif;
    --secondary_font: 'Manrope', sans-serif;
    --trans: 0.3s linear;
}

body { 
    color: var(--primary);
    font-size: 18px;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
}

a {
    transition: var(--trans);
    text-decoration: none;
}

.fw-semibold {font-weight: 600 !important;}
.fw-extrabold {font-weight: 800 !important;}

.bg_gray {
    background: #EDF2F6;
}

.bg_lightblue {
    background: #EDF2F6;
}

/*SLider Delay Show*/
.slickslider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slickslider.slick-initialized{
    visibility: visible;
    opacity: 1;
}
/*SLider Delay Show*/

/* Containers */
.site_container {
    width: 100%;
    max-width: 1320px; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.max690 {max-width: 690px;}
.max714 {max-width: 714px;}
.max720 {max-width: 720px;}
.max748 {max-width: 748px;}
.max763 {max-width: 763px;}
.max768 {max-width: 768px;}
.max844 {max-width: 844px;}
.max924 {max-width: 924px;}
.max976 {max-width: 976px;}
.max990 {max-width: 990px;}
.max1028 {max-width: 1028px;}
.max1060 {max-width: 1060px;}
.max1062 {max-width: 1062px;}

/* Buttons */
.site_btn > a, 
.site_btn input.wpcf7-submit {
    display: inline-block;
    padding: 9px 32px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    border-radius: 4px;
    font-family: var(--secondary_font);
}
.site_btn > a:hover, 
.site_btn input.wpcf7-submit:hover {
    background: var(--secondary);
    transform: scale(1.05);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Manrope', sans-serif;
}
h1 {
    font-size: 65px;
    line-height: 160%;
    letter-spacing: -0.7px;
}
h2 {
    font-size: 45px;
    line-height: 122%;
    letter-spacing: -0.5px;
}
h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
}
.subhead {
    margin-bottom: 8px;
}
.subhead span {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: var(--secondary);
    font-family: var(--secondary_font);
    font-weight: 800;
    display: inline-block;
}
.heading_des > p {
    font-size: 20px;
    line-height: 32px;
}
.heading_des {
    margin-top: 18px;
}

.inner_heading h2 {
    font-size: 40px;
    line-height: 45px;
}

.inner_heading h3 {
    font-size: 35px;
    line-height: 45px; 
}

/* Spacing */
.pt100 {padding-top: 100px;}
.pt108 {padding-top: 108px;}
.pt110 {padding-top: 110px;}
.pt120 {padding-top: 120px;}
.pt130 {padding-top: 130px;}
.pt140 {padding-top: 140px;}
.pb100 {padding-bottom: 100px;}
.pb110 {padding-bottom: 110px;}
.pb120 {padding-bottom: 120px;}
.pb125 {padding-bottom: 125px;}
.pb130 {padding-bottom: 130px;}
.pb140 {padding-bottom: 140px;}

.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}

/* Banner Section */
.main_banner .subhead {
    margin-bottom: 16px;
}   
.main_banner h1 strong {
    font-weight: 800;
    display: inline-block;
    position: relative;
}
.main_banner h1 strong::after {
    content: '';
    width: 120%;
    max-width: 217px;
    height: 13px;
    background: url('/wp-content/uploads/2025/04/highlight-line.svg')no-repeat center/contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.main_banner .heading_des > p {
    font-size: 24px;
    line-height: 32px;
}
.main_banner .heading_des {
    margin-top: 18px;
}
.main_banner .site_btn > a, 
.rf_content .site_btn > a {
    padding: 14.5px 32px;
}
.logo_slider .splide:not(:last-child) {margin-bottom: 40px;}
.logo_slider .splide__list {
    align-items: center;
    height: auto;
}
/* .logo_slider .splide__slide {
    filter: grayscale(1);
} */
.logo_slider .splide__slide:hover {
    filter: unset;
}

/* Service Section */
.all_services {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #BFC8E1;
}
.service_wrapper:not(:last-child) {margin-bottom: 110px;}
.services_row {
    margin-top: 60px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
.service_block {
    padding: 30px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 4px;
    min-height: 340px;
    transition: var(--trans);
    position: relative;
}
.service_block:not(:last-child):not(:nth-child(4n)) {
    border-right: 1px solid #E2E5EC;
}
.service_block:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #E2E5EC;
}
.service_block:hover {
    background: #fff;
    box-shadow: 2px 7px 60px rgb(0 0 0 / 8%);
}
.serv_top {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.serv_icon {
    margin-bottom: 8px;
    width: 35px;
    height: 35px;
}
.serv_icon > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.serv_btn {
    display: flex;
    justify-content: flex-end;
}
.serv_btn > a {
    display: inline-flex;
}
.serv_btn > a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.serv_btn > a > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Statestics Section */
.statestics_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}
.statestics_col {
    padding: 24px;
    border: 1px solid #E2E5EC;
    width: calc(33.33% - 20px);
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.counter_block {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    font-family: var(--secondary_font);
    display: flex;
    justify-content: center;
}
.statestics_col h3 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto; 
}

/* Case Studies Section */
.casestudies_sec {overflow: hidden;}
.cs_block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
    background: var(--white);
    border-radius: 5px;
    overflow: hidden;
}
.cs_content {
    padding: 50px 50px 24px;
    height: 100%;
    width: calc(50% + 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cs_content h3 {
    font-size: 35px;
    line-height: 45px;
}
.cs_content h3 a {
    color: var(--primary);
}
.cs_content h3 a:hover {
    color: var(--secondary);
}
.cs_feature {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.cs_counter {
    font-size: 35px;
    line-height: 140%;
    font-weight: 700;
    color: var(--secondary);
}
.cs_fe_block {
    width: calc(50% - 12px);
}
.cs_fe_block:not(:nth-child(2n)) {
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #FCD4BE;
}
.cs_btn {
    text-align: right;
    margin-top: 16px;
}
.cs_btn > a, 
.podcast_btn > a {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: var(--secondary_font);
    font-weight: 700;
    color: var(--primary);
    padding-right: 25px;
    position: relative;
    display: inline-block;
}
.cs_btn > a:hover, 
.podcast_btn > a:hover {
    color: var(--secondary);
}
.cs_btn > a::after, 
.podcast_btn > a::after {
    content: '';
    width: 15px;
    height: 12px;
    background: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0.5L13 6L9 11.5" stroke="%23BFC8E1"/><line x1="13" y1="6" x2="-4.37114e-08" y2="6" stroke="%23BFC8E1"/></svg>')no-repeat center/contain;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transition: var(--trans);
}
.cs_btn > a:hover::after, 
.podcast_btn > a::after {
    background-image: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0.5L13 6L9 11.5" stroke="%23ed462f"/><line x1="13" y1="6" x2="-4.37114e-08" y2="6" stroke="%23ed462f"/></svg>');
}
.cs_image {
    width: calc(50% - 30px);
}
.cs_image > a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.cs_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.casestudies_sec .site_heading {
    max-width: 844px;
}
.case_studies_slider .slick-list {
    overflow: visible;
    margin: 0 -30px 0 0;
}
.case_studies_slider .slick-slide {
    margin: 0 30px 0 0;
}
.slickslider .slick-track {height: max-content;display: flex;}
.slickslider .slick-slide {height: auto;}
.slickslider .slick-track:before,
.slickslider .slick-track:after {
    display: none;
}
.slickslider button.slick-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #BFC8E1;
    background: #fff;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
    transform: unset;
    transition: var(--trans);
}
.slickslider button.slick-prev.slick-arrow {
    margin-right: 108px;
}
.slickslider button.slick-arrow:hover {
    border-color: var(--secondary);
}
.slickslider button.slick-arrow.slick-disabled {
    opacity: 0.5;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}
.slickslider button.slick-arrow::before {
    content: '';
    width: 15px;
    height: 12px;
    background: url('/wp-content/uploads/2025/04/arrow-links.svg')no-repeat center/contain;
    position: absolute;
    left: calc(50% - 7.5px);
    top: calc(50% - 6px);
}
.slickslider button.slick-prev.slick-arrow::before {
    transform: rotate(180deg);
}
.slickslider 
 ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: calc(42px + 9px);
    top: calc(21px - 3px);
    z-index: 1;
    gap: 8px;
    width: 48px;
}
.slickslider ul.slick-dots li {
    margin: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BFC8E1;
    transition: var(--trans);
}
.slickslider ul.slick-dots li.slick-active {
    background: var(--secondary);
}
.slickslider ul.slick-dots li button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}
.case_studies_slider.slickslider button.slick-arrow {
    top: -136px;
    right: 110px;
}
.case_studies_slider.slickslider ul.slick-dots {
    top: calc(-136px + 21px - 3px);
    right: calc(110px + 42px + 9px);
}


/* Our Work (Testimonial) Section */
.ow_block {
    display: flex;
    align-items: flex-start;
    gap: 32px 92px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ow_image {
    height: 716px;
    width: calc(44% - 46px);
    max-width: 516px;
}
.ow_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.ow_testimonial_detail {
    background: var(--white);
    border-radius: 4px;
    position: absolute;
    right: 35px;
    bottom: -31px;
    padding: 19px 33px;
    box-shadow: 0px 3px 24px rgb(0 0 0 / 12%);
}
.ow_content {
    width: calc(57% - 46px);
    max-width: 672px;
}
.ow_logo {
    width: 100%;
    max-width: 260px;
    position: relative;
}
.ow_logo::before {
    content: '';
    width: 100%;
    max-width: 190px;
    height: 1px;
    background: #E2E5EC;
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    transform: translateY(-50%);
}
.ow_details {
    margin-top: 52px;
}
.ow_details h3 {
    font-size: 30px;
    line-height: 45px;
    max-width: 572px;
}
.ow_description {
    margin-top: 25px;
}
.ow_description p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}
.ow_description p a {
    color: #4583D0;
}
.ow_description p a:hover {
    color: var(--secondary);
}
.ow_description p:not(:last-child) {
    margin-bottom: 32px;
}
.ow_description p:first-child::before {
    content: '“';
    font-family: var(--secondary_font);
    font-size: 45px;
    line-height: 40px;
    color: #B5BDD2;
    letter-spacing: -0.5px;
    position: relative;
    top: 15px;
    width: 20px;
    display: inline-block;
}
.ow_description p:last-child::after {
    content: '“';
    font-family: var(--secondary_font);
    font-size: 45px;
    line-height: 40px;
    color: #B5BDD2;
    letter-spacing: -0.5px;
    position: relative;
    top: -5px;
    width: 20px;
    display: inline-block;
    transform: rotate(180deg);
}
.our_works_slider .slick-list {
    padding-bottom: 60px;
    margin-bottom: -60px;
}
.our_works_slider.slickslider button.slick-arrow {
    top: 11px;
}
.our_works_slider.slickslider ul.slick-dots {
    top: calc(11px + 21px - 3px);
}

/* Solutions Section */
.solutions_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    padding: 30px;
    column-gap: 30px;
    row-gap: 12px;
}
.solutions_row:not(:last-child) {margin-bottom: 16px;}
.solution_icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.solution_icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution_content {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

/* Why Choose Sections */
.why_choose_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}
.why_choose_block {
    width: calc(50% - 15px);
    padding: 60px;
    border: 1px solid #E2E5EC;
    background: var(--white);
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.wc_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wc_title > img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.wc_title > h3 {
    width: calc(100% - 42px);
}
.wc_list li:not(:last-child) {
    margin-bottom: 30px;
}
.wc_list li {
    position: relative;
    padding-left: 40px;
}
.wc_list li strong, 
.wc_list li b {
    font-weight: 700;
}
.wc_list li::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2025/04/blue-tick.svg')no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 0;
}
.why_choose_block.with {
    border-color: #175C7A;
    background: #175C7A;
    color: var(--white);
}
.why_choose_block.with .wc_list li::before {
    background-image: url('/wp-content/uploads/2025/04/green-tick.svg');
}

/* Industries Sections */
.industries_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
}
.industries_col {
    width: calc((100% - 90px) / 4);
    background: var(--white);
}
.industries_icon {
    padding: 50px;
    text-align: center;
}
.industries_icon > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
.industries_content {
    padding: 30px 18px 31px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
    text-align: center;
}

/* Work Sections */
.works_wrapper:not(:last-child) {
    margin-bottom: 100px;
}
.works_row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
}
.works_block {
    width: calc((100% - 14px) / 2);
    padding: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    position: relative;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #D5DCEB;
}
.work_image {
    width: 140px;
    height: 140px;
}
.work_image > img, .work_content > a.work_btn > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.work_content {
    width: calc(100% - 164px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
}
.work_content > .work_title {
    display: block;
    width: calc(100% - 39px);
    font-size: 20px;
    line-height: 32px;
}
.work_content > a.work_btn {
    width: 15px;
    height: 12px;
}
.work_content > a.work_btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Featured Section */
.featured_logos {
    margin-top: 44px;
}
.featured_logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 44px;
    align-items: center;
}
.featured_logos .fl_block {
    text-align: center;
    padding: 0 20px;
}

/* Blogs with Newsletter Form Section */
.blogs_with_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}
.blog_list {
    width: calc(100% - 407px - 30px);
}
.blog_row:not(:last-child) {
    margin-bottom: 30px;
}
.blog_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    justify-content: space-between;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #D5DCEB;
    overflow: hidden;
    min-height: calc((100% - 30px) / 2);
}
.blog_image {
    width: 407px;
    position: relative;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}
.blog_image .blog_imgwrapper, 
.blog_image .blog_imgwrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog_image .blog_cat {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog_image .cat_name {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 0 27px;
    background: rgb(255 255 255 / 80%);
    color: rgb(28 36 59 / 71%);
    border-radius: 30px;
}
.blog_image .cat_name + .cat_name {
    margin-left: 6px;
}
.blog_image .cat_name:hover {
    background-color: #ED462F;
    color: #fff;
}
.blog_content {
    width: calc(100% - 407px - 12px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog_content h3 a {
    color: var(--primary);
}
.blog_content h3 a:hover {
    color: var(--secondary);
}
.blog_meta_row {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.blog_meta:not(:last-child) {
    margin-right: 8px;
    padding-right: 9px;
    position: relative;
}
.blog_meta:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 22px;
    background: rgb(28 36 60 / 40%);
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
}
.blog_meta {
    font-size: 16px;
    line-height: 140%;
}
.author_details {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.blog_date {
    color: rgb(28 36 60 / 40%);
}
.newsletter_form {
    padding: 32px;
    background: var(--primary);
    width: 407px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsletter_form .title-wrap {
    padding: 0;
    text-align: left;
}
.newsletter_form .title-wrap h2 {
    color: #fff;
    letter-spacing: 0;
    max-width: 260px;
}
.newsletter_form .wpcf7 {
    margin-top: 30px;
}
.newsletter_form .form-grp textarea, 
.newsletter_form .form-grp input[type="text"], 
.newsletter_form .form-grp input[type="email"], 
.newsletter_form .form-grp input[type="password"], 
.newsletter_form .form-grp input[type="search"], 
.newsletter_form .form-grp input[type="tel"], 
.newsletter_form .form-grp input[type="file"] {
    padding: 12px 14px;
    border: 1px solid #667085;
    border-radius: 4px;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.newsletter_form .form-grp input.wpcf7-not-valid {
    border-color: #dc3232;
}
.newsletter_form .form-grp input[type="text"], .newsletter_form .form-grp input[type="email"] {
    padding-left: 40px;
    background: transparent url('/wp-content/uploads/2025/05/user-icon.svg')no-repeat 14px center/18px;
}
.newsletter_form .form-grp input[type="email"] {
    background-image: url('/wp-content/uploads/2025/05/mail-icon.svg');
}
.newsletter_form .form-grp:not(:last-child) {
    margin-bottom: 24px;
}
.newsletter_form .form-grp.form-check {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.submit_btn input.wpcf7-submit {
    outline: none;
    border: none;
    background: var(--secondary) url('/wp-content/uploads/2025/05/subscribe-arrow.svg')no-repeat calc(100% - 43px) center/20px !important;
    padding: 9px 43px;
    padding-right: 73px;
    transition: var(--trans);
}
.newsletter_form .form-grp.form-check label {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    max-width: 280px;
    padding-left: 24px;
    position: relative;
}
.newsletter_form .form-grp.form-check span.wpcf7-list-item {
    margin: 0;
}
.newsletter_form .form-grp.form-check .wpcf7-list-item-label:before {
    left: 0;
    top: 1px;
}
.newsletter_form .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 2px 0 0;
}
.newsletter_form .wpcf7-spinner::before {
    background-color: #ed462f;
}
.submit_btn {position: relative;}
.submit_btn span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    margin: 0;
    display: inline-block;
}
.submit_btn .wpcf7-spinner::before {
    animation-name: spin;
    animation-duration: 1000ms;
}

/* Podcast Section */
.podcast_row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.podcast_block {
    width: calc(50% - 15px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: var(--trans);
}
.podcast_img {
    width: 188px;
    height: 410px;
    position: relative;
    transition: var(--trans);
}
.podcast_img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(28, 36, 60, 0) 0%, #1C243C 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.podcast_main_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.podcast_content {
    width: calc(100% - 188px);
    transition: var(--trans);
}
.podcast_innercontent {
    padding: 40px 40px 24px;
    background: #F9F8F2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px;
    height: 100%;
}
.podcast_content h3 {
    font-size: 30px;
    line-height: 45px;
}
.podcast_btn {
    margin-top: 24px;
}
.podcast_details {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 18px 20px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: var(--trans);
}
.podcast_logo {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 30px;
    width: 100%;
    max-width: 300px;
    height: 34px;
    transition: var(--trans);
    filter: invert(1);
    -ms-filter: invert(1);
    -webkit-filter: invert(1);
    padding: 0 20px;
}
.podcast_details_logo > img {
    height: 38px;
    width: max-content;
    max-width: 160px;
    object-fit: contain;
}
.podcast_details .pc_membername {
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
}
.podcast_details .pc_memberdesignation {
    font-size: 14px;
    line-height: 140%;
}


/* FAQ's Section */
.faq_block:not(:last-child) {
    border-bottom: 1px solid #E2E5EC;
}
.faq_block {
    padding: 24px 0;
}
.faq_block:first-child {padding-top: 0;}
.faq_block:last-child {padding-bottom: 0;}
.faq_block > * {
    padding-left: 48px;
    position: relative;
}
.faq_content {
    margin-top: 8px;
    opacity: 0.7;
    max-width: 755px;

}
.faq_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    cursor: pointer;
}
.faq_title::before {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2025/04/plus-circle.svg')no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 3px;
}
.faq_block.open .faq_title::before {
    background-image: url('/wp-content/uploads/2025/04/minus-circle.svg');
}

/* CTA Section */
.readyfor_row {
    background: var(--primary) url('/wp-content/uploads/2025/04/cta-bg-shape.svg')no-repeat center/100%;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 25px 109px 0 100px;
    gap: 32px;
}
.rf_content {
    padding: 79px 0 150px;
    width: calc(100% -  402px - 32px);
}
.rf_img {
    width: 402px;
}
.rf_img > img {
    width: 100%;
}
.rf_content h2 {
    font-size: 50px;
    line-height: 60px;
}
.rf_content .heading_des > p {
    color: var(--white);
}
.rf_content .site_btn > a {
    background: var(--secondary); 
}
.rf_content .site_btn > a:hover {
    background: var(--white);
    color: var(--primary);
}

/* Responsive asa */
@media (min-width: 1440px){

    /* CTA Section */
    .rf_content .heading_des {
        margin-top: 30px;
    }

}

@media (max-width: 1439.98px){
    body, .site_main p { 
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Buttons */
    .site_btn > a, 
    .site_btn input.wpcf7-submit {
        padding: 8px 32px;
        font-size: 16px;
        line-height: 32px;
    }
    .site_btn input.wpcf7-submit {
        padding-right: 56px;
        background-position: calc(100% - 32px) center !important;
        background-size: 18px !important;
    }
    
    /* Headings */
    h1 {
        font-size: 60px;
        line-height: 140%;
        letter-spacing: -0.5px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .subhead {
        margin-bottom: 8px;
    }
    .subhead span {
        font-size: 20px;
    }
    .heading_des > p {
        font-size: 18px;
        line-height: 26px;
    }
    .heading_des {
        margin-top: 16px;
    }
    
    .inner_heading h2 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .inner_heading h3 {
        font-size: 32px;
        line-height: 42px;
    }
    
    /* Spacing */
    .pt100, .pt108, .pt110, .pt120, .pt130, .pt140 {padding-top: 100px;}
    .pb100, .pb125, .pb110, .pb120, .pb130, .pb140 {padding-bottom: 100px;}
    
    .mt50, .mt60, .mt70 {margin-top: 48px;}

    /* Main Banner Section */
    .main_banner .subhead {
        margin-bottom: 16px;
    }  
    .main_banner .heading_des > p {
        font-size: 20px;
        line-height: 28px;
    }
    .main_banner .heading_des {
        margin-top: 18px;
    }
    .main_banner .site_btn > a, 
    .rf_content .site_btn > a {
        padding: 12px 32px;
    }
    .logo_slider .splide:not(:last-child) {margin-bottom: 32px;}

    /* Service Section */
    .all_services {
        margin-top: 60px;
        padding-top: 60px;
    }
    .service_wrapper:not(:last-child), .works_wrapper:not(:last-child) {margin-bottom: 80px;}
    .services_row {
        margin-top: 48px;
    }
    .service_block {
        padding: 24px;
        min-height: 320px;
    }
    .serv_icon {
        margin-bottom: 6px;
        width: 32px;
        height: 32px;
    }
    .serv_top {
        row-gap: 14px;
    }

    /* Statestics Section */
    .statestics_row {
        gap: 24px;
    }
    .statestics_col {
        row-gap: 18px;
    }
    .counter_block {
        font-size: 42px;
        line-height: 48px;
    }
    .statestics_col h3 {
        max-width: 240px;
    }

    /* Case Studies Section */
    .cs_content {
        padding: 40px 40px 24px;
    }
    .cs_content h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .cs_counter {
        font-size: 32px;
    }
    .cs_btn > a, .podcast_btn > a {
        font-size: 13px;
        line-height: 28px;
        padding-right: 22px;
    }
    .cs_btn > a::after, .podcast_btn > a::after {
        width: 14px;
        height: 10px;
    }
    .cs_logo {
        max-width: 160px;
        max-height: 60px;
    }

    /* Our Work (Testimonial) Section */
    .ow_block {
        gap: 32px 60px;
    }
    .ow_image {
        height: 680px;
        width: calc(40% - 30px);
    }
    .ow_content {
        width: calc(60% - 30px);
        max-width: 100%;
    }
    .ow_details {
        margin-top: 48px;
    }
    .ow_details h3 {
        font-size: 26px;
        line-height: 36px;
        max-width: 520px;
    }
    .ow_description {
        margin-top: 24px;
    }
    .ow_description p:not(:last-child) {
        margin-bottom: 24px;
    }
    .ow_description p {
        font-size: 20px;
        line-height: 32px;
    }
    .ow_testimonial_detail {
        right: 24px;
        bottom: -24px;
        padding: 16px 24px;
    }
    .our_works_slider .slick-list {
        padding-bottom: 51px;
        margin-bottom: -51px;
    }
    .ow_logo {
        width: 100%;
        max-width: 200px;
    }
    .our_works_slider.slickslider button.slick-arrow {
        top: 3px;
    }
    .our_works_slider.slickslider ul.slick-dots {
        top: calc(3px + 21px - 3px);
    }
    

    /* Blogs with Newsletter Form Section */
    .blogs_with_form {
        gap: 24px;
    }
    .blog_list {
        width: calc(70% - 12px);
    }
    .blog_row:not(:last-child) {
        margin-bottom: 24px;
    }
    .blog_row {
        min-height: calc((100% - 24px) / 2);
    }
    .newsletter_form {
        padding: 32px;
        width: calc(30% - 12px);
    }
    .blog_image {
        width: calc(45% - 6px);
    }
    .blog_content {
        width: calc(55% - 6px);
        padding: 24px;
    }
    .blog_meta {
        font-size: 14px;
        line-height: 120%;
    }
    .author_img {
        width: 24px;
        height: 24px;
    }
    .blog_image .blog_cat {
        left: 12px;
        top: 12px;
    }
    .blog_image .cat_name {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 20px;
    }
    .newsletter_form .title-wrap h2 {
        font-size: 28px;
        line-height: 130%;
    }
    .newsletter_form .form-grp:not(:last-child) {
        margin-bottom: 20px;
    }
    .newsletter_form .form-grp.form-check {
        margin-top: 24px;
    }
    .newsletter_form .form-grp textarea, .newsletter_form .form-grp input[type="text"], .newsletter_form .form-grp input[type="email"], .newsletter_form .form-grp input[type="password"], .newsletter_form .form-grp input[type="search"], .newsletter_form .form-grp input[type="tel"], .newsletter_form .form-grp input[type="file"] {
        font-size: 14px;
        line-height: 21px;
    }
    .newsletter_form .form-grp input[type="text"], .newsletter_form .form-grp input[type="email"] {
        background-size: 16px;
    }
    

    /* CTA Section */
    .readyfor_row {
        padding: 24px 80px 0 80px;
    }
    .rf_content {
        padding: 60px 0 120px;
        width: calc(100% -  402px - 32px);
    }
    .rf_img {
        width: 402px;
    }
    .rf_content h2 {
        font-size: 46px;
        line-height: 58px;
    }
    
    
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .podcast_row {
        flex-wrap: nowrap;
        gap: 2.273vw;
    }
    .podcast_block {
        flex-wrap: nowrap;
    }
    .podcast_block:not(.active) {
        width: 14.242vw;
        filter: grayscale(1);
        -ms-filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }
    .podcast_img {
        width: 14.242vw;
    }
    .podcast_content {
        width: calc(100% - 14.242vw);
    }
    .podcast_innercontent {
        padding: 2.424vw 2.424vw 1.818vw;
    }
    .podcast_block:not(.active) .podcast_logo {
        opacity: 1;
        visibility: visible;
    }
    .podcast_block:not(.active) .podcast_content, 
    .podcast_block:not(.active) .podcast_details {
        opacity: 0;
        visibility: hidden;
    }
    .podcast_block .podcast_content h3 {
        width: 27.045vw;
    }
    .podcast_content h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (min-width: 1320px){
    .podcast_row, .podcast_block {
        flex-wrap: nowrap;
    }
    .podcast_block:not(.active) {
        width: 188px;
        filter: grayscale(1);
        -ms-filter: grayscale(1);
        -webkit-filter: grayscale(1);
    }
    .podcast_block:not(.active) .podcast_logo {
        opacity: 1;
        visibility: visible;
    }
    .podcast_block:not(.active) .podcast_content, 
    .podcast_block:not(.active) .podcast_details {
        opacity: 0;
        visibility: hidden;
    }
    .podcast_block .podcast_content h3 {
        width: 357px;
    }
}

@media (max-width: 1199.98px){

    /* Headings */
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .subhead span {
        font-size: 16px;
    }
    .heading_des > p {
        font-size: 16px;
        line-height: 24px;
    }
    .heading_des {
        margin-top: 14px;
    }
    
    .inner_heading h2 {
        font-size: 32px;
        line-height: 38px;
    }
    
    .inner_heading h3 {
        font-size: 28px;
        line-height: 36px;
    }

    /* Buttons */
    .main_banner .site_btn > a, 
    .rf_content .site_btn > a, 
    .site_btn > a, 
    .site_btn input.wpcf7-submit {
        padding: 8px 28px;
        font-size: 15px;
        line-height: 28px;
    }
    .site_btn input.wpcf7-submit {
        padding-right: 52px;
        background-position: calc(100% - 28px) center !important;
        background-size: 16px !important;
    }

    /* Containers */
    .max714 {
        max-width: 560px;
    }    
    .max844 {
        max-width: 620px;
    }
    .max990 {
        max-width: 720px;
    }
    .max924 {
        max-width: 760px;
    }
    .max1028 {
        max-width: 820px;
    }
    .max1062 {
        max-width: 980px;
    }    
    
    /* Spacing */
    .pt100, .pt108, .pt110, .pt120, .pt130, .pt140 {padding-top: 80px;}
    .pb100, .pb125, .pb110, .pb120, .pb130, .pb140 {padding-bottom: 80px;}

    .mt50, .mt60, .mt70 {margin-top: 42px;}
    
    /* Main Banner Section */
    .main_banner .subhead {
        margin-bottom: 14px;
    }  
    .main_banner .heading_des > p {
        font-size: 18px;
        line-height: 26px;
    }
    .main_banner .heading_des {
        margin-top: 16px;
    }

    /* Service Section */
    .all_services {
        margin-top: 48px;
        padding-top: 48px;
    }
    .service_wrapper:not(:last-child), .works_wrapper:not(:last-child) {margin-bottom: 60px;}
    .services_row {
        margin-top: 42px;
    }
    .service_block {
        min-height: 280px;
    }
    .serv_icon {
        width: 28px;
        height: 28px;
    }
    .serv_top {
        row-gap: 12px;
    }

    /* Statestics Section */
    .counter_block {
        font-size: 36px;
        line-height: 42px;
    }
    .statestics_col h3 {
        max-width: 220px;
    }

    /* Case Studies Section */
    .casestudies_sec .site_heading {
        max-width: 620px;
    }    
    .cs_content {
        padding: 32px 32px 24px;
    }
    .cs_content h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .cs_feature {
        margin-top: 32px;
    }
    .cs_counter {
        font-size: 28px;
    }

    /* Our Work (Testimonial) Section */
    .ow_block {
        gap: 32px 48px;
    }
    .ow_image {
        height: 580px;
        width: calc(40% - 24px);
    }
    .ow_content {
        width: calc(60% - 24px);
    }
    .ow_details {
        margin-top: 40px;
    }
    .ow_description p:first-child::before , 
    .ow_description p:last-child::after {
        line-height: 12px;
    }
    .ow_details h3 {
        font-size: 24px;
        line-height: 32px;
        max-width: 480px;
    }
    .ow_description {
        margin-top: 20px;
    }
    .ow_description p:not(:last-child) {
        margin-bottom: 20px;
    }
    .ow_description p {
        font-size: 18px;
        line-height: 30px;
    }
    .ow_logo::before {
        left: calc(100% + 20px);
    }

    /* Solutions Section */
    .solutions_row {
        padding: 24px;
        column-gap: 24px;
    }
    .solutions_row:not(:last-child) {margin-bottom: 12px;}
    .solution_icon {
        width: 64px;
        height: 64px;
    }
    .solution_content {
        width: calc(100% - 88px);
    }

    /* Why Choose Sections */
    .why_choose_row {
        gap: 24px;
    }
    .why_choose_block {
        width: calc(50% - 12px);
        padding: 48px;
        row-gap: 32px;
    }
    .wc_title > img {
        width: 20px;
        height: 20px;
    }
    .wc_list li {
        padding-left: 32px;
    }
    .wc_list li:not(:last-child) {
        margin-bottom: 24px;
    }
    .wc_list li::before {
        width: 20px;
        height: 20px;
        top: 2px;
    }

    /* Industries Sections */
    .industries_row {
        gap: 24px;
    }
    .industries_col {
        width: calc((100% - 72px) / 4);
    }
    .industries_icon {
        padding: 40px;
        text-align: center;
    }
    .industries_icon > img {
        width: 72px;
        height: 72px;
    }
    .industries_content {
        padding: 24px 16px 24px;
        row-gap: 12px;
    }
    .work_image {
        width: 120px;
        height: 120px;
    }
    .work_content {
        width: calc(100% - 144px);
    }
    .work_content > .work_title {
        font-size: 18px;
        line-height: 28px;
    }

    /* Blogs */
    .newsletter_form .title-wrap h2 {
        font-size: 24px;
    }
    .newsletter_form .wpcf7 {
        margin-top: 24px;
    }
    .newsletter_form {
        padding: 24px;
    }

    /* Podcast Section */
    .podcast_img {
        height: 360px;
    }
    .podcast_innercontent {
        padding: 24px;
        row-gap: 24px;
    }
    .podcast_content h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .podcast_details_logo > img {
        height: 36px;
        max-width: 140px;
    }
    .podcast_btn {
        margin-top: 20px;
    }    

    /* FAQ's Section */
    .faq_block {
        padding: 20px 0;
    }
    .faq_title {
        font-size: 18px;
        line-height: 26px;
    }
    .faq_block > * {
        padding-left: 32px;
    }
    .faq_title::before {
        width: 20px;
        height: 20px;
        top: 2px;
    }

    /* CTA Section */
    .readyfor_row {
        padding: 24px 72px 0 72px;
    }
    .rf_content {
        padding: 50px 0 140px;
        width: calc(60% - 16px);
    }
    .rf_content h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .rf_img {
        width: calc(40% - 16px);
    }

    /* Footer */
    .footer-wrap {
        padding: 48px 0 24px;
    }

}

@media (max-width: 1024px){

    body, .site_main p {
        font-size: 15px;
        line-height: 23px;
    }

    /* Headings */
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .subhead {
        margin-bottom: 6px;
    }
    .subhead span {
        font-size: 14px;
    }
    .heading_des > p {
        font-size: 15px;
        line-height: 23px;
    }
    .heading_des {
        margin-top: 12px;
    }
    
    .inner_heading h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .inner_heading h3 {
        font-size: 24px;
        line-height: 32px;
    }

    /* Containers */
    .max714 {
        max-width: 560px;
    }    
    .max763 {
        max-width: 540px;
    }
    .max844 {
        max-width: 620px;
    }
    .max990 {
        max-width: 620px;
    }
    .max924 {
        max-width: 660px;
    }
    .max1028 {
        max-width: 720px;
    }
    .max1062 {
        max-width: 880px;
    }    
    
    /* Spacing */
    .pt100, .pt108, .pt110, .pt120, .pt130, .pt140 {padding-top: 60px;}
    .pb100, .pb125, .pb110, .pb120, .pb130, .pb140 {padding-bottom: 60px;}

    .mt50, .mt60, .mt70 {margin-top: 32px;}

    /* Banner Section */
    .logo_slider {
        margin-top: 48px;
    }

    /* Service Section */
    .all_services {
        margin-top: 40px;
        padding-top: 40px;
    }
    .service_block {
        width: 33.33%;
    }
    .service_block:not(:last-child):not(:nth-child(4n)) {
        border-right: unset;
    }
    .service_block:not(:nth-last-child(-n+3)) {
        border-bottom: unset;
    }
    .service_block:not(:last-child):not(:nth-child(3n)) {
        border-right: 1px solid #E2E5EC;
    }
    .service_block:not(:nth-last-child(-n+1)) {
        border-bottom: 1px solid #E2E5EC;
    }
    .service_block:last-child {
        border-left: 1px solid #E2E5EC;
        border-right: 1px solid #E2E5EC;
    }
    
    /* Statestics Section */
    .statestics_col {
        row-gap: 12px;
        width: calc(50% - 12px);
    }

    /* Case Study Section */
    .case_studies_slider.slickslider button.slick-arrow {
        top: -85px;
        right: 52px;
    }
    .case_studies_slider.slickslider ul.slick-dots {
        top: calc(-85px + 21px - 3px);
        right: calc(52px + 42px + 9px);
    }
    .cs_content {
        padding: 24px;
    }
    .cs_content {
        padding: 24px;
    }
    .cs_feature {
        margin-top: 24px;
    }
    .cs_fe_block:not(:nth-child(2n)) {
        margin-right: 16px;
        padding-right: 16px;
    }
    .cs_counter {
        font-size: 24px;
    }
    .cs_logo {
        max-width: 140px;
        max-height: 48px;
    }
    .casestudies_sec .site_heading {
        max-width: 480px;
    }
    .cs_content h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .cs_fe_title {
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
    }

    /* Our Work (Testimonial) Section */
    .ow_block {
        gap: 32px;
    }
    .ow_image {
        /* height: 480px; */
        width: calc(45% - 16px);
    }
    .ow_content {
        width: calc(55% - 16px);
    }
    .ow_testimonial_detail {
        right: 16px;
        bottom: -16px;
        padding: 12px 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .ow_details {
        margin-top: 32px;
    }
    .ow_details h3 {
        font-size: 22px;
        line-height: 30px;
        max-width: 420px;
    }
    .ow_description p:not(:last-child) {
        margin-bottom: 18px;
    }
    .ow_description p {
        font-size: 16px;
        line-height: 26px;
    }
    .our_works_slider.slickslider button.slick-arrow {
        top: 4px;
    }
    .our_works_slider.slickslider ul.slick-dots {
        top: calc(4px + 21px - 3px);
    }
    .ow_logo::before {display: none;}

    /* Why Choose Sections */
    .why_choose_block {
        padding: 32px;
        row-gap: 24px;
    }
    .wc_title > img {
        width: 18px;
        height: 18px;
    }
    .wc_title > h3 {
        width: calc(100% - 32px);
    }
    .wc_list li:not(:last-child) {
        margin-bottom: 16px;
    }
    .wc_list li::before {
        width: 18px;
        height: 18px;
        top: 1px;
    }

    /* Industries Sections */
    .industries_col {
        width: calc((100% - 48px) / 2);
    }
    .industries_icon {
        padding: 32px;
    }
    .industries_icon > img {
        width: 60px;
        height: 60px;
    }

    /* Work Section */
    .works_block {padding: 20px;}
    .work_image {
        width: 100px;
        height: 100px;
    }
    .work_content {
        width: calc(100% - 124px);
    }
    .work_content > .work_title {
        font-size: 16px;
        line-height: 24px;
    }

    /* Featured Section */
    .featured_logos {
        grid-row-gap: 32px;
    }
    .featured_logos .fl_block img {
        height: 40px;
        width: 100%;
        max-width: 120px;
    }

    /* Podcast Section */
    /* .podcast_img {
        height: 320px;
    } */
    .podcast_content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .podcast_btn {
        margin-top: 16px;
    } 
    .podcast_row {
        gap: 24px;
    }      
    .podcast_block {
        width: calc(50% - 12px);
    } 

    /* FAQ's Section */
    .faq_block {
        padding: 18px 0;
    }
    .faq_title {
        font-size: 16px;
        line-height: 24px;
    }
    .faq_block > * {
        padding-left: 30px;
    }
    .faq_title::before {
        width: 18px;
        height: 18px;
    }

    /* CTA Section */
    .readyfor_row {
        padding: 24px 60px 0 60px;
    }
    .rf_content {
        padding: 40px 0 120px;
    }
    .rf_content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    

}

@media (max-width: 991.98px){

    /* Headings */
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .subhead span {
        font-size: 13px;
    }
    .heading_des > p {
        font-size: 14px;
        line-height: 21px;
    }
    .heading_des {
        margin-top: 8px;
    }
    
    .inner_heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .inner_heading h3 {
        font-size: 20px;
        line-height: 28px;
    }

    /* Banner Section */
    .main_banner .subhead {
        margin-bottom: 8px;
    }
    .main_banner .heading_des {
        margin-top: 12px;
    }
    .main_banner .heading_des > p {
        font-size: 16px;
        line-height: 24px;
    }
    .logo_slider .splide:not(:last-child) {
        margin-bottom: 24px;
    }

    /* Service Section */
    .service_block {
        width: 50%;
        min-height: 260px;
    }
    .service_block:not(:last-child):not(:nth-child(2n)) {
        border-right: 1px solid #E2E5EC;
    }
    .service_block:not(:last-child):not(:nth-child(3n)) {
        border-right: unset;
    }

    /* Featured Section */
    .featured_logos .fl_block img {
        height: 32px;
        width: 100%;
        max-width: 100px;
    }
        
    /* Blog Section */
    .blog_list, 
    .newsletter_form {
        width: 100%;
    }
    .newsletter_form .form-grp.form-check label {
        max-width: 420px;
    }

    /* Podcast Section */  
    .podcast_row {
        gap: 16px;
    }
    .podcast_block {
        width: calc(50% - 8px);
    }
    .podcast_img {
        width: 150px;
    } 
    .podcast_content {
        width: calc(100% - 150px);
    }
    .podcast_details .pc_membername {
        font-size: 14px;
    }
    .podcast_details .pc_memberdesignation {
        font-size: 12px;
    }
    .podcast_details_logo > img {
        height: 30px;
        max-width: 100px;
    }

    /* CTA Section */
    .readyfor_row {
        padding: 24px 32px 0 32px;
    }
    .rf_content {
        padding: 24px 0 100px;
    }
    .rf_content h2 {
        font-size: 28px;
        line-height: 36px;
    }

    /* Footer */
    .footer-wrap {
        padding: 48px 0 24px;
    }


}

@media (max-width: 767px){

    body, .site_main p {
        font-size: 14px;
        line-height: 21px;
    }

    /* Headings */
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
    .subhead span {
        font-size: 12px;
    }
    
    .inner_heading h2 {
        font-size: 22px;
        line-height: 30px;
    }
    
    .inner_heading h3 {
        font-size: 18px;
        line-height: 26px;
    }

    /* Buttons */
    .main_banner .site_btn > a, 
    .rf_content .site_btn > a, 
    .site_btn > a, 
    .site_btn input.wpcf7-submit {
        padding: 8px 24px;
        font-size: 14px;
        line-height: 26px;
    }
    .site_btn input.wpcf7-submit {padding-right: 54px;}

    /* Banner Section */
    .main_banner .subhead {
        margin-bottom: 6px;
    }
    .main_banner .heading_des {
        margin-top: 10px;
    }
    .main_banner .heading_des > p {
        font-size: 14px;
        line-height: 20px;
    }
    .logo_slider .splide:not(:last-child) {
        margin-bottom: 20px;
    }

    /* Service Section */
    .all_services {
        margin-top: 24px;
        padding-top: 24px;
    }
    .service_wrapper:not(:last-child), .works_wrapper:not(:last-child) {
        margin-bottom: 48px;
    }

    /* Case Study Section */
    .cs_block {
        flex-direction: column-reverse;
    }
    .cs_content {
        width: 100%;
        height: calc(100% - 260px);
    }
    .cs_image {
        width: 100%;
        height: 260px;
    }
    .slickslider {
        padding-bottom: 66px;
    }
    .slickslider button.slick-arrow, 
    .case_studies_slider.slickslider button.slick-arrow, 
    .our_works_slider.slickslider button.slick-arrow {
        top: auto;
        right: 0;
        bottom: 0;
    }
    .slickslider ul.slick-dots,
    .case_studies_slider.slickslider ul.slick-dots, 
    .our_works_slider.slickslider ul.slick-dots {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 18px;
    }
    .slickslider button.slick-prev.slick-arrow {
        margin-right: 0;
        left: 0;
    }

    /* Podcast Section */ 
    .podcast_block {
        width: 100%;
    }
    .podcast_img {
        width: 180px;
    }
    .podcast_content {
        width: calc(100% - 180px);
    }
    .podcast_content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    /* Our Work Section */
    .ow_block {
        gap: 24px;
    }
    .ow_image {
        /* height: 380px; */
        width: calc(50% - 12px);
    }
    .ow_testimonial_detail {
        width: calc(100% - 32px);
        max-width: max-content;
    }
    .ow_content {
        width: calc(50% - 12px);
    }
    .ow_logo {
        max-width: 160px;
    }
    .ow_details {
        margin-top: 24px;
    }
    .ow_details h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .ow_description {
        margin-top: 12px;
    }
    .ow_description p {
        font-size: 14px;
        line-height: 23px;
    }
    .ow_description p:not(:last-child) {
        margin-bottom: 12px;
    }

    /* Solution Section */
    .solutions_row {
        padding: 20px;
        column-gap: 20px;
    }
    .solution_icon {
        width: 60px;
        height: 60px;
    }
    .solution_content {
        row-gap: 6px;
        width: calc(100% - 80px);
    }

    /* Why Choose Section */
    .why_choose_block {
        padding: 24px;
        row-gap: 20px;
    }

    /* Work Section */
    .works_row {
        gap: 12px;
    }
    .works_block {
        width: 100%;
        padding: 16px;
    }

    /* Featured Section */
    .featured_logos {
        grid-row-gap: 24px;
        margin-top: 32px;
        grid-template-columns: repeat(4, 1fr);
    }
    .featured_logos .fl_block img {
        max-width: 80px;
    }
        
    /* Blog Section */
    .blog_list, 
    .newsletter_form {
        width: 100%;
    }

    /* CTA Section */
    .readyfor_row {
        padding: 24px 32px 0 32px;
    }
    .rf_content {
        padding: 24px 0 100px;
    }
    .rf_content h2 {
        font-size: 28px;
        line-height: 36px;
    }

}

@media (max-width: 575px){

    /* Headings */
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
        line-height: 140%;
    }

    .subhead {
        margin-bottom: 4px;
    }
    
    .inner_heading h2 {
        font-size: 20px;
        line-height: 28px;
    }

    /* Spacing */
    .pt100, .pt108, .pt110, .pt120, .pt130, .pt140 {padding-top: 48px;}
    .pb100, .pb125, .pb110, .pb120, .pb130, .pb140 {padding-bottom: 48px;}

    .mt50, .mt60, .mt70 {
        margin-top: 24px;
    }

    /* Banner Section */
    .main_banner .heading_des {
        margin-top: 8px;
    }
    .logo_slider .splide:not(:last-child) {
        margin-bottom: 16px;
    }
    .logo_slider .splide__slide img {
        height: 27px;
        max-width: 108px;
    }
    .main_banner h1 strong::after {width: 100%;}

    /* Service Section */
    .all_services {
        margin-top: 24px;
        padding-top: 24px;
    }
    .services_row {
        margin-top: 32px;
    }
    .service_wrapper:not(:last-child), .works_wrapper:not(:last-child) {
        margin-bottom: 32px;
    }
    .service_block {
        width: 100%;
        min-height: max-content;
    }
    .serv_icon {
        width: 24px;
        height: 24px;
    }
    .service_block:not(:last-child):not(:nth-child(2n)) {
        border-right: unset;
    }
    .service_block:last-child {
        border-left: unset;
        border-right: unset;
    }
    .serv_top {
        row-gap: 10px;
    }

    /* Statestics Section */
    .statestics_row {
        gap: 16px;
    }
    .statestics_col {
        row-gap: 10px;
        width: 100%;
        padding: 20px;
    }
    .counter_block {
        font-size: 32px;
        line-height: 38px;
    }
    .statestics_col h3 {
        max-width: 200px;
    }

    /* Case Study Section */
    .case_studies_slider .slick-list {
        margin: 0 -16px 0 0;
    }
    .case_studies_slider .slick-slide {
        margin: 0 16px 0 0;
    }
    .cs_content {
        height: calc(100% - 180px);
        padding: 20px 16px;
    }
    .cs_content h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .cs_feature {
        margin-top: 16px;
    }
    .cs_fe_block {
        width: 100%;
    }
    .cs_fe_block:not(:nth-child(2n)) {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #FCD4BE;
    }
    .cs_image {
        height: 180px;
    }
    .slickslider {
        padding-bottom: 66px;
    }
    .slickslider button.slick-arrow, 
    .case_studies_slider.slickslider button.slick-arrow, 
    .our_works_slider.slickslider button.slick-arrow {
        top: auto;
        right: 0;
        bottom: 0;
    }
    .slickslider ul.slick-dots,
    .case_studies_slider.slickslider ul.slick-dots, 
    .our_works_slider.slickslider ul.slick-dots {
        top: auto;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 18px;
    }
    .slickslider button.slick-prev.slick-arrow {
        margin-right: 0;
        left: 0;
    }

    /* Our Work Section */
    .ow_block { 
        gap: 24px;
        justify-content: center;
    }
    .ow_image {
        height: 420px;
        width: 100%;
        max-width: 300px;
    }
    .ow_testimonial_detail {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        bottom: -12px;
        font-size: 13px;
        line-height: 20px;
    }
    .ow_content {
        margin-top: 12px;
        width: 100%;
    }
    .ow_logo {
        max-width: 140px;
    }
    .ow_details {
        margin-top: 20px;
    }
    .ow_details h3 {
        font-size: 18px;
        line-height: 26px;
    }

    /* Solution Section */
    .solutions_row {
        column-gap: 16px;
    }
    .solution_icon {
        width: 48px;
        height: 48px;
    }
    .solution_content {
        row-gap: 6px;
        width: calc(100% - 64px);
    }

    /* Why Choose Section */
    .why_choose_row {
        gap: 16px;
    }
    .why_choose_block {
        width: 100%;
        padding: 20px;
        row-gap: 16px;
    }
    .wc_title > img {
        width: 16px;
        height: 16px;
    }
    .wc_title > h3 {
        width: calc(100% - 28px);
    }
    .wc_list li:not(:last-child) {
        margin-bottom: 12px;
    }
    .wc_list li::before {
        width: 16px;
        height: 16px;
        top: 2px;
    }
    .wc_list li {
        padding-left: 28px;
    }

    /* Industries Section */
    .industries_col {
        width: 100%;
    }
    .industries_icon {
        padding: 24px;
    }
    .industries_content {
        padding: 20px 16px;
        row-gap: 8px;
    }

    /* Work Section */
    .works_row {
        gap: 12px;
    }
    .works_block {
        gap: 12px 12px;
    }
    .work_image {
        width: 72px;
        height: 72px;
    }
    .work_content {
        width: calc(100% - 84px);
        gap: 12px 12px;
    }
    .work_content > .work_title {
        font-size: 14px;
        line-height: 21px;
    }

    /* Featured Section */
    .featured_logos {
        grid-row-gap: 20px;
        margin-top: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .featured_logos .fl_block img {
        max-width: 72px;
    }
        
    /* Blog Section */
    .blog_row:not(:last-child) {
        margin-bottom: 16px;
    }
    .blog_row {
        gap: 0;
    }
    .blog_image {
        width: 100%;
        height: 180px;
    }
    .blog_content {
        width: 100%;
        padding: 20px;
    }
    .blog_image .cat_name {
        font-size: 10px;
        line-height: 16px;
        padding: 4px 16px 3px;
    }
    .author_img {
        width: 20px;
        height: 20px;
    }
    .blog_meta {
        font-size: 12px;
        line-height: 120%;
    }

    /* Podcast Section */
    .podcast_block {
        width: calc(50% - 8px);
    }
    .podcast_main_img {
        object-position: top;
    }
    .podcast_img {
        height: 320px;
        width: 100%;
    }
    .podcast_details_logo > img {
        height: 32px;
        max-width: 120px;
    }
    .podcast_content {
        width: 100%;
    }
    .podcast_innercontent {
        padding: 20px;
        row-gap: 20px;
        height: auto;
    }
    .podcast_content h3 {
        font-size: 18px;
        line-height: 26px;
    }
    /* .podcast_row {
        margin-left: -20px;
        margin-right: -20px;
    } */
    /* .podcast_row .slick-list {
        padding-left: 12px;
        padding-right: 12px;
    }
    .podcast_row .slick-slide {
        margin: 0 8px;
    } */

    /* FAQ's Section */
    .faq_block {
        padding: 16px 0;
    }


    /* CTA Section */
    .readyfor_row {
        padding: 24px 24px 0 24px;
        flex-wrap: wrap;
        background-position: center 80%;
    }
    .rf_content {
        padding: 0;
        width: 100%;
    }
    .rf_img {
        width: 100%;
    }
    .rf_img > img {
        height: 280px;
        object-fit: contain;
    }
    .rf_content h2 {
        font-size: 24px;
        line-height: 32px;
    }

}

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

    /* Podcast Section */
    .podcast_img {
        height: 380px;
    }
    .podcast_block {
        width: 100%;
    }
    /* .podcast_main_img {
        object-fit: contain;
    } */

}