:root {
    /* Colors */
    --yellow-bg-color: #fed602;
    --secondary-color: #111111;
    --primary-color: #484848;
    --secondary-color: #111111;
    ---gray-color: #777777;
    --light-gray-color: #646161;
    --accent-color: #f72f2f;
    --yellow-accent-color: #fed602;
    --dark-clr: #292929;
    --background-color: #0c0c0c;
    --light-bg-color: #f8f8f8;
    --black-color: #000000;
    --border-clr: #e6e9eb;
    --white-color: #ffffff;

    /* New Colors */
    --home-bg-gray: #f1f0ee;
    --yellow-title: #e7b008;
    --line-height-base: 1.2;

    /* Responsive Font Sizes using clamp(min, preferred, max) */
    --font-size-small: clamp(14px, 1.4vw, 16px);
    --font-size-base: clamp(16px, 1.6vw, 18px);
    --font-size-md: clamp(22px, 2.2vw, 30px);
    --font-size-lg: clamp(28px, 2.8vw, 36px);
    --font-size-xl: clamp(34px, 3.4vw, 42px);
    --font-size-h4: clamp(22px, 2vw, 24px);
    --font-size-body: 16px;

    --line-height-small: 1;
    --line-height-base: 1.2;
    --line-height-md: 1.3;
    --line-height-lg: 1.5;

    --transition: 0.3s ease all;
    --yellow-shadow: 0px 0px 10px 4px #fed6021f;
}
h2,
.h2 {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-base);
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}
h3,
.h3 {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: 700;
    color: var(--dark-clr);
    margin-bottom: 10px;
}
h4,
.h4 {
    font-weight: 500;
    font-size: var(--font-size-h4);
    line-height: var(--line-height-md);
    color: var(--dark-clr);
}
h5,
.h5 {
    font-size: var(--font-size-body);
    color: var(--dark-clr);
}
.sub-title-red {
    font-weight: 500;
    font-size: var(--font-size-small);
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-block-end: 12px;
    letter-spacing: 0.15em;
}

.container {
    /* max-width: 1330px; */
    max-width: 1200px;
}
.common-body-bg {
    background: var(--home-bg-gray);
}

.bg-img-yellow {
    background-size: contain;
    background-image: url(/images/new-home/sec-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.flag-container {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    padding: 10px 8px;
    border-radius: 30px;
    z-index: 99;
    box-shadow: 0 0 20px 0px #d6d6d6;
}
/*========= Header css Start ===========*/

.inner_header .talk-btn a {
    background: var(--yellow-bg-color);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26.44px;
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 0px;
}

/*========= Header css End ===========*/

.horizontal-scrolling-items {
    display: flex;
    font-size: 40px;
    width: 2600px;
    animation-name: infiniteScroll;
    animation-duration: 20s;
}

.horizontal-scrolling-items,
.review-lis-wrp,
img.img-rotate:hover {
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
    white-space: nowrap;
}

.scrol-sec {
    overflow: hidden;
    padding: 15px 0;
}
.custom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dsgn-list {
    font-size: 70px;
    line-height: 96.38px;
    display: flex;
    align-items: center;
    margin: 0 27px;
    color: #292929;
    font-family: "AvenirNext LT Pro";
}

.dsgn-list img {
    margin-right: 54px;
    width: 42px;
    height: 43px;
}

.dsgn-list-inr span {
    margin: 0 24px;
    color: #fed602;
    transition: 0.2s;
    -webkit-text-stroke: 2px #292929;
    -webkit-text-fill-color: transparent;
}

.dsgn-list:hover span {
    -webkit-text-fill-color: #292929;
}
.blog-single-baner h2.heading-h2 span,
.footer-head h2 span {
    color: #fed602;
}

.dsgn-list-inr img.hover-img {
    position: absolute;
    top: 16.4px;
    left: 0;
    text-shadow: 1px 2px 3px #000;
}

.address-sec {
    padding-bottom: 40px;
    padding-top: 40px;
}

.countryflag {
    position: relative;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.countryflag img {
    max-height: 100%;
    z-index: 1;
}

.address-list-item {
    background: 0 0;
    padding: 28px 35px;
    border-radius: 12px;
}

.address-list.d-grid {
    grid-template-columns: repeat(4, 1fr);
}
#aiRow {
    cursor: grab;
    user-select: none;
    will-change: transform;
}

.address-list.d-grid .address-list-item {
    max-width: 100%;
}

.address-list-item h2 {
    position: absolute;
    top: -24px;
    font-size: 60px;
    font-weight: 900;
    line-height: 102.81px;
    color: #e5e5e5;
    width: 100%;
    text-align: center;
    margin: 0;
    z-index: 0;
    opacity: 0.6;
}

.address-list-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #0c0c0c;
    margin-top: 22px;
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 23px;
}

.address-list-item p {
    margin-top: 10px;
    text-align: center;
    color: #363636;
    font-size: 16px;
    line-height: 21px;
}

.address-list-item .adrs-nmbr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.56px;
    color: #2f2f2f;
}

.address-list-item .adrs-nmbr a {
    color: #2f2f2f;
    text-decoration: none;
}

.address-list-item .adrs-nmbr img {
    margin-right: 8px;
}

.footer-head h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #fff;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact-detail a,
.contact-detail h3 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 400;
}
.contact_form .form-group.phone-group label::after {
    display: none;
}
.contact-detail h3 {
    line-height: 26.44px;
    color: #646161;
}

.contact-detail a {
    text-decoration: none;
    color: #fff;
    line-height: 27px;
    text-align: left;
    display: flex;
    align-items: center;
}

.contact-detail-left {
    margin-right: 116px;
}
.contact-detail-left p a img {
    margin-right: 10px;
}
.contact-detail-rgt p a img {
    margin-right: 10px;
}
.contact-detail-left p a:hover {
    color: #fed602;
}
.contact-detail-rgt p a:hover {
    color: #fed602;
}
.certification-img img {
    width: 131px;
    height: 54px;
}
.copyright-menu a:hover {
    color: #fed602;
}
.certification-rgt {
    padding-left: 12px;
    padding-top: 10px;
}

.ratings img {
    margin-right: 2px;
    width: 17px;
    height: 17px;
}

.certification-rgt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27.72px;
    color: #fff;
    margin-top: 6px;
}

.footer-menu a {
    font-size: 24px;
    font-weight: 500;
    line-height: 35.25px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    margin-left: 57px;
}

.copyright,
.copyright-menu a {
    color: #b6b6b6;
    font-weight: 300;
}

.copyright-sec {
    padding-top: 36px;
    margin-top: 36px;
    padding-bottom: 36px;
    padding-right: 20px;
    justify-content: center;
}
.address-list-item .adrs-nmbr a {
    display: flex;
    align-items: center;
}

.copyright-sec .copyright-menu {
    text-align: center;
}

.copyright {
    line-height: 24px;
    font-size: 16px;
}

.copyright-menu a {
    text-decoration: none;
    margin-left: 40px;
}

.footer-social-icons ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.footer-social-icons ul li {
    margin-right: 14px;
}

section.footer-last {
    overflow: hidden;
    padding-top: 65px;
    position: relative;
}
.eminence-ftr {
    font-family: Outfit;
    font-weight: 700;
    font-size: clamp(120px, 15vw, 309.86px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    opacity: 0.33;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    color: #292929;
}
.cmn-section.before-footer-sec {
    background: #F1F0EE;
}
.footer-logo-item-iner {
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo-item-iner .rating {
    max-width: 84px;
    margin-top: 8px;
}

.footer-logo-item {
    padding: 14px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    width: 284px;
    background-image: url(../images/webp/CARD-33.webp);
    background-repeat: no-repeat;
    height: 101px;
    background-color: #0c0c0c;
    justify-content: center;
}

.footer-logo-item-iner img:first-child,
.nasscom img {
    max-height: 28px;
}

.footer_logos .horizontal-scrolling-items__item {
    margin: 0 50px;
}

.footer-logo-item-iner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #fff;
    margin-top: 8px;
}

.footer-sitemap {
    padding: 54px 0 8px;
}
.footer-sitemap__grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    align-items: start;
    gap: 30px;
    justify-content: space-between;
    max-width: 1220px;
    margin: auto;
    padding-inline: 15px;
}

.footer-sitemap__col h3 {
    color: #fff;
    margin-bottom: 18px;
    font-family: Outfit;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer-sitemap__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-sitemap__col li + li {
    margin-top: 9px;
}

.footer-sitemap__col a {
    color: #9f9f9f;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.footer-sitemap__col a:hover {
    color: #fff;
}

.footer-contact-strip {
    margin-top: 34px;
    background: #141414;
    padding: 30px;
    z-index: 1;
    position: relative;
}
.footer-contact-strip__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 1fr) auto;
    gap: 18px 28px;
    align-items: start;
}

.footer-contact-strip__col h3,
.footer-contact-strip__social h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.footer-contact-strip__links {
    display: grid;
    gap: 8px;
}

.footer-contact-strip__links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b5b5b5;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

.footer-contact-strip__links a:hover {
    color: #fff;
}

.footer-contact-strip__links img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex: 0 0 14px;
}

.footer-contact-strip__social p {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 12px;
    max-width: 300px;
}

.footer-contact-strip__social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-strip__social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.footer-contact-strip__social a:hover {
    background: #1a1a1a;
}

.footer-contact-strip__social img {
    object-fit: contain;
}

.footer-contact-strip__cta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-contact-strip__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    border-radius: 8px;
    background: #F72F2F;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.25s ease, transform 0.25s ease;
}

.footer-contact-strip__cta a:hover {
    background: #f03d3d;
    transform: translateY(-1px);
}

.review-section .slick-list {
    padding: 0 130px;
}

.review-section .slick-slide > div {
    padding: 0 12px;
}

.review-section .slick-list .slick-track .slick-slide {
    height: auto;
}

.review-list {
    background: url(../images/bg-test-item.svg) bottom right no-repeat #eee;
    padding: 28px 35px 28px 40px;
    border-radius: 20px;
}
.header-outer {
    padding: 0;
    transition: 0.3s;
    background: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
    /* transition: box-shadow .3s,transform .3s;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 0 0 transparent; */
}
.logo-coll {
    align-items: center;
    display: flex;
}
.header-menu .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 28px 15px;
    font-weight: 500;
}

.cstm-dropdown:hover .nav-link {
    color: #fed602;
}
.header-menu a.nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.5px;
    text-align: left;
    color: #111;
}
.dropdown-menues {
    cursor: pointer;
}
.cstm-dropdown-menu.expertise__menu {
    max-width: 1190px;
    z-index: 999;
}
.cstm-dropdown-menu {
    width: 100%;
    box-shadow: unset;
    left: 0;
    max-width: 100% !important;
    border-radius: unset;
    border-top: 1px solid #dedede;
}
.cstm-dropdown-menu {
    position: absolute;
    background: #fff;
    padding: 24px;
    /* transition: .35s; */
    border-radius: 12px;
    width: 100%;
    max-width: 720px;
    box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.15);
}
.cstm-drpdn-iner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.cstm-drpdn-iner .nav {
    border-right: 1px solid #dedede;
}
.cstm-drpdn-iner .nav {
    margin-right: 36px;
    padding-right: 36px;
    border-right: 1px solid #f1f1f1;
}
.cstm-dropdown-menu.expertise__menu .tab_name {
    padding: 10px 13px;
    gap: 0px;
    cursor: pointer;
}
.header-outer .nav-pills .tab_name .nav-link {
    border-radius: 0;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
.header-outer .nav-pills .tab_name .nav-link .arrow-icon {
    width: 14px;
}
.header-outer .nav-pills .tab_name .nav-link img {
    position: absolute;
    transition: 0.3s;
}
img.arrow-icon-active {
    opacity: 0;
}
.nav-pills .tab_name .nav-link.active img.arrow-icon-active {
    opacity: 1;
}
.nav-pills .tab_name .nav-link.active img.arrow-icon {
    opacity: 0;
}

.cstm-dropdown-menu .tab_name,
.cstm-dropdown-menu li {
    transition:
        background 0.3s,
        transform 0.2s;
}

.cstm-dropdown-menu .tab_name .nav-link {
    padding: 0 !important;
    line-height: 1;
    background: 0 0;
    order: 2;
    position: relative;
}
.all-prtflio-sec h4.heading-h4,
.cstm-dropdown:hover .nav-link,
.header-menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.industry-banner_0I h1 span,
.site-re {
    color: #ff0105;
}
.cstm-dropdown-menu .tab_name .nav-link.active + span,
.cstm-dropdown-menu .tab_name .nav-link.active + span a,
.cstm-dropdown-menu .tab_name span:hover,
.dropmenu-list h3 a:hover,
.dropmenu-list ul li a:hover,
.highlighted-text,
.process-flow-item:hover h3.heading-h3 {
    color: #fed602;
}
.cstm-dropdown-menu .tab_name span {
    width: 100%;
}
.cstm-dropdown-menu .tab_name > span {
    order: 1;
}
.cstm-dropdown-menu .tab_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.5px;
    color: #363636;
    min-width: 136px;
    justify-content: space-between;
}

.cstm-dropdown-menu .tab_name a {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    display: block;
    color: #707070;
}
.cstm-dropdown-menu .tab_name a,
.job-item-cntnt h3 a {
    /* color: #363636;
    text-decoration: none; */
}
.cstm-dropdown-menu .tab_name a:hover {
    color: #363636;
}
.cstm-dropdown-menu .tab_name a .active {
    color: #363636;
    font-weight: 800;
}

.cstm-drpdn-iner .tab-content {
    flex: 1 1;
    transition: 0.9s;
}
.cstm-drpdn-iner .tab-content .tab-pane {
    border: 0;
}
.tab--menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tab--menu .tab-double-menu ul li {
    flex: 0 0 25%;
    max-width: 25%;
}
.cstm-dropdown-menu li {
    transition:
        background 0.3s,
        transform 0.2s;
}
.cstm-dropdown .tab--menu ul li a {
    color: #292929;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    padding: 10px 10px;
    border-radius: 10px;
    transition: 0.3s;
    gap: 7px;
    justify-content: flex-start;
    align-items: flex-start;
}
.cstm-dropdown .tab--menu ul li a span.icon {
    width: auto;
    height: min-content;
    margin: 0;
}
.mob-hdr-btn {
    display: none;
}
.btn-cmn a {
    padding: 14px 20px;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26.44px;
    text-decoration: none;
}
.btn-cmn a,
.dropmenu-list h3 {
    font-weight: 500;
    text-align: left;
}

.btn-cmn a {
    padding: 14px 20px;
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26.44px;
    text-decoration: none;
}
.btn-cmn a,
.dropmenu-list h3 {
    font-weight: 500;
    text-align: left;
}

.header-outer.sticky {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.header-outer .header-inner {
    padding: 0;
}
.header-outer .inner_header .container{
    position: relative;
}
.navbar-expand-lg .navbar-nav .cstm-dropdown .drop-icon svg {
    rotate: 90deg;
    transition: 0.3s;
}
.navbar-expand-lg .navbar-nav .cstm-dropdown .drop-icon svg path {
    fill: #111;
    transition: 0.3s;
}
.navbar-expand-lg .navbar-nav .cstm-dropdown:hover .drop-icon svg path,
.cstm-dropdown:hover .drop-icon svg path,
.cstm-dropdown:hover .nav-link .drop-icon svg path {
    fill: #ff0105;
}
.cstm-dropdown-menu .tab_name span {
    width: 100%;
}
.cstm-dropdown-menu {
    width: 100%;
    box-shadow: unset;
    left: 0;
    max-width: 100% !important;
    border-radius: unset;
    border-top: 1px solid #dedede;
}
.cstm-drpdn-iner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.cstm-dropdown .tab--menu ul li a .menu-text h5 {
    margin-bottom: 0;
}
.tab--menu ul li a span.sub-line {
    display: block;
    width: 100%;
    line-height: 1.26;
    margin-block-start: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #646060;
}
.cstm-dropdown .tab--menu .tab-double-menu ul li {
    line-height: 1;
    margin-inline: -5px;
}
.cstm-dropdown .tab--menu .tab-double-menu ul li a:hover {
    background: #fdf7e6;
}
.cstm-drpdn-iner .tab-content .tab-pane .meu-title {
    margin-bottom: 10px;
}
.cstm-drpdn-iner .tab-content .tab-pane .meu-title h4 {
    font-family: "Outfit";
    margin-bottom: 3px;
}
.cstm-drpdn-iner .tab-content .tab-pane .meu-title p {
    color: #646161;
    font-size: 14px;
}
.tab--menu ul li a:hover {
    color: #292929;
}
.cstm-dropdown:hover a.nav-link::before {
    background: transparent;
}

.cstm-dropdown-menu.expertise__menu .tab_name:has(.nav-link.active) a {
    color: #292929 !important;
}
.cstm-dropdown-menu.expertise__menu .tab_name .active svg path {
    fill: #71717b;
}
.cstm-dropdown-menu.expertise__menu .tab_name svg path {
    fill: #71717b;
}
.cstm-dropdown-menu.expertise__menu .tab_name svg {
    transform: rotate(90deg);
}
.cstm-dropdown .tab--menu ul li a:hover {
    background: #fff9eb;
}

@keyframes infiniteScroll-review {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes infiniteScroll-review-rtl {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(50%);
    }
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

.conversation_Botm img {
    max-height: 576px;
}

.conversation_Botm_p {
    color: #f72f2f;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 4px;
}
.conversation_Botm .heading-h2 {
    color: #111111;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-block: 0 !important;
}
.conversation_Botm .virtual-receptionist-section__description {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 8px !important;
}
.conversation_Botm .heading-p {
    color: #484848;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}
.heading-p {
    font-size: 16px !important;
}
.conversation_Botm button {
    background: #000000;
    padding: 16px 24px;
    margin-top: 24px;
    border-radius: 8px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    border: unset;
}
.conversation_Botm button a {
    color: #fff;
    text-decoration: none;
}
.conversation_Botm_flex {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}
.conversation_Botm_flex .left {
    width: calc(100% - 384px);
}
.site-footer {
    background-color: #111;
    /* Dark black background */
    color: #ccc;
    /* Light grey text */
    font-size: 14px;
    padding-block: 15px;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Stacks content on smaller screens */
    margin: 0 auto;
}
.footer-left {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.footer-right a {
    color: #b6b6b6;
    text-decoration: none;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease;
}
.footer-right a:hover {
    color: #fff;
    /* White on hover */
}
.custom_footer {
    background-color: #000000;
}
/*======= Blogs sections Start =========*/
.blog-sec {
    padding: 55px 0;
    background: #F1F0EE;
}
.blog-post {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    margin: 45px 0 0;
}
.blog-postcard {
    flex: 0 0 32%;
    box-shadow:
        0px 12px 30px rgba(0, 0, 0, 0.08),
        0px 4px 10px rgba(0, 0, 0, 0.04);
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.blog-img {
    position: relative;
}
.blog-date {
    background: #F72F2F;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    font-family: Heebo;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.blog-sec .heading-wrap h2.heading-h2 {
    font-size: 36px;
}
.blog-info-box {
    padding: 20px;
}
.blog-client {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.blog-info-box a {
    text-decoration: none;
}
.blog-client p {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #646060;
}
.blog-info-box h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.3px;
    color: #000000;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-info-box .blog-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 10px;
}
.blog-info-box .blog-btn img {
    margin: 0 0 0 7px;
    max-width: 26px;
}
/*======= Blogs sections End =========*/
/*======== contact-form-sec Start =========*/
.contact-form-sec {
    position: relative;
    overflow: hidden;
    padding: 55px 0;
    background: #F1F0EE;
    background-size: contain;
    background-image: url(/images/new-home/sec-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.contact-form-sec .heading-wrap {
    max-width: 450px;
    font-family: "Outfit";
    margin-bottom: 30px;
}
.contact-form-sec h2.heading-h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 48px;
}
.contact-form-sec:before {
    background: url(/images/contact-bg.jpg);
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-forminner {
    padding: 24px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    align-items: start;
    position: relative;
    background: #fff;
}
.contact-forminner #enquiry-form {
    flex: 1 1;
    padding-left: 30px;
}
.contact-forminner .section-textarea {
    padding: 0;
    flex: 0 0 300px;
    max-width: 300px;
}
.contact_form .form-group-row.double-col {
    margin: 0 0 20px;
}
.contact_form .form-group-row .form-group {
    padding: 0 20px;
}
.contact_form .form-group-row.double-col .form-group {
    flex: 0 0 50%;
    padding: 0 20px;
    max-width: 50%;
}
.contact_form .form-group label {
    display: inline-block;
    margin-bottom: 6px;
}
.contact_form .form-group > label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 8px;
}
.contact_form label.form-label {
    color: #000;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 18px;
}
.contact_form input.form-control,
.contact_form select,
.contact_form textarea.form-control {
    background: 0 0;
    height: 40px;
    color: #000;
    font-family: Heebo, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 23.5px;
    padding: 8px 14px;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    outline: 0;
    border: 0.86px solid #c4c4c4;
}
.form-control::placeholder {
    color: #b6b6b6;
}

.contactform-phone select.country-code {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 67px;
    padding-left: 6px;
    padding-right: 10px;
    border-right: 0;
}
.contactform-phone input#phone_no {
    border-left: 1;
    padding-left: 10px;
    width: 100%;
}

#calendar-wrapper .flatpickr-months .flatpickr-next-month span {
    width: 28px !important;
    height: 28px !important;
    background-position: center !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-image: url(/images/home-imgs/faq-blackarrow.png) !important;
    font-size: 0 !important;
    transform: rotate(-90deg);
}
#calendar-wrapper .flatpickr-months .flatpickr-prev-month span {
    width: 28px !important;
    height: 28px !important;
    background-position: center !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-image: url(/images/home-imgs/faq-blackarrow.png) !important;
    font-size: 0 !important;
    transform: rotate(90deg);
}
#calendar-wrapper .flatpickr-current-month {
    margin-top: -8px;
    font-size: 16px;
}
#calendar-wrapper .flatpickr-current-month span.cur-month,
#calendar-wrapper .flatpickr-current-month input.cur-year {
    font-weight: 400;
}
#calendar-wrapper .flatpickr-months .flatpickr-month {
    text-align: center;
    max-width: 190px;
    margin: 12px auto 0;
}
#calendar-wrapper .flatpickr-months span.flatpickr-next-month {
    right: 45px;
}
#calendar-wrapper .flatpickr-months span.flatpickr-prev-month {
    left: 45px;
}
.booking-appointment-form .main-slots .slots-header {
    display: flex;
    gap: 15px;
}
.booking-appointment-form .main-slots .slots-header p {
    font-size: 20px;
    color: #111111;
    font-weight: 600;
    line-height: 25px;
}
.booking-appointment-form .main-slots .slots-header span.backarrow {
    height: min-content;
    cursor: pointer;
}
.booking-appointment-form .main-slots .slots-header img {
    width: 40px;
}
.contact_form .form-group-row {
    margin-bottom: 24px;
}
.flatpickr-calendar.inline {
    width: 327px;
}
#calendar-wrapper .flatpickr-months {
    margin: 0 0 15px;
}
#calendar-wrapper .flatpickr-innerContainer {
    padding: 0 10px 10px;
}
#calendar-wrapper .flatpickr-day {
    margin: 2px 0;
    color: #484848;
}
#calendar-wrapper .flatpickr-day.flatpickr-disabled {
    background: #ededed;
    color: #a5a5a5;
}
#calendar-wrapper .flatpickr-day:hover, #calendar-wrapper span.flatpickr-day.selected {
    background: #FFEBEB;
    border: 1px solid #f0e6ae;
}
#calendar-wrapper span.flatpickr-day.selected.today {
    background: #292929;
    border: 1px solid #292929;
    color: #fff;
}
#calendar-wrapper .flatpickr-day.today,
#calendar-wrapper .flatpickr-day.today:hover {
    background: #292929;
    border: 1px solid #292929;
    color: #fff;
}
.contact_form .form-sbmt-row button.btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.44px;
    background: #F72F2F;
    padding: 17px 24px;
    border: 0;
    border-radius: 8px;
    transition: 0.3s ease all;
    color: #fff;
}
.contact_form .form-sbmt-row button.btn:hover {
    color: #fff;
    background: #111111;
}
.contact_form .form-group label::after {
    content: " *";
    color: red;
    font-weight: bold;
}
.main-slots .slots {
    height: 450px;
    overflow: auto;
}
.main-slots .slot {
    position: relative;
    margin: 10px 0;
}
.main-slots .slot input {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    position: absolute;
    border: 2px solid #ffd700;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 100%;
}
.main-slots .slot input[type="radio"]:checked {
    background: #111111;
    border: 1px solid #111111;
}
.main-slots .slot input[type="radio"]:checked + label {
    color: #fff;
    font-weight: 700;
}
.main-slots .slot label {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
/*======== contact-form-sec End =========*/

/*======== Testimonials-sec Start =========*/
.testimonial-sec {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}
.testimonial-sec h4.heading-h4 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #f72f2f;
    z-index: 2;
    position: relative;
}
.testimonial-sec h2.heading-h2 {
    font-size: 36px;
    color: #111;
    margin: 0px 0px 15px 0px;
}
.custom-testimonial-final {
    margin-top: 0px;
    padding: 20px 0px 0;
}
.testimonial-sec h4.count-value {
    text-align: right;
    margin-bottom: 0;
}
.testimonial-sec h4.count-value {
    text-align: right;
    margin-bottom: 0;
    font-size: 20px;
}
.testimonial-sec h4.count-value strong {
    font-size: 25px;
}
.testimonial-sec .client-testimonial-final button.slick-arrow {
    top: -50px;
}
.client-video-sec .client-011 img {
    width: 100%;
    height: 360px;
}
.client-video-sec {
    position: relative;
    max-width: 100%;
}
.custom-client-block {
    gap: 0px 20px;
}
.client-video-sec .custom-client-011 .clinet-review {
    border-radius: 15px;
    display: flex;
    width: 100%;
    object-fit: cover;
    height: 360px;
}
.custom-client-play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
}
.custom-client-play button.pause-clinet-review {
    position: static;
}
.client-play .pause-clinet-review {
    background: transparent;
    border: unset;
}
.custom-client-play img {
    width: 60px;
    height: 60px;
}
.custom-client-desc {
    border: 1px solid #F72F2F80;
    padding: 20px;
    border-radius: 15px;
    font-weight: 700;
    height: 100%;
    position: relative;
    background: #fff;
}
.custom-client-desc:before {
    content: "";
    position: absolute;
    bottom: -36px;
    right: 30px;
    width: 135px;
    height: 104px;
    background: url(/images/home/svg/quote-ico.svg);
    background-repeat: no-repeat;
}
.custom-client-desc:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: rotate(45deg) translate(-50%, 25%);
    border-bottom: 1px solid #F72F2F80;
    border-left: 1px solid #F72F2F80;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
}
.client-testimonial-final .slick-list.draggable {
    padding-bottom: 36px;
    padding-inline: 15px;
}
.client-testimonial-final .client-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #111111;
    margin-bottom: 25px;
    font-family: "Outfit";
}
.client-testimonial-final .client-details {
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
}
.custom-client-desc .ratting-star {
    margin-bottom: 12px;
}
.client-testimonial-final .client-details::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    border-radius: 15px;
    height: 50px;
    background-color: #F72F2F
}
.client-details h6 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #111111;
    margin: 0px 0 0;
}
.client-details p {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #111111;
    margin: 0px 0 10px;
}
.client-testimonial-final .client-details p {
    font-size: 16px;
    color: #111111;
    margin-bottom: 0;
}
/*======== Testimonials-sec End =========*/

/*====== Case study section css start from here ======*/
.case-study-cards-rw {
    margin-block-start: 32px;
    gap: 20px;
}
.case-study-title .title-l {
    max-width: 790px;
}
.case-study-rw .case-study-title {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.case-study-btn a {
    display: inline-flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--accent-color);
    background: #fff;
    font-weight: 500;
    transition: var(--transition);
    text-decoration: none;
    color: #111111;
}
.case-study-btn a:hover {
    background: var(--accent-color);
    color: #fff;
}
.case-study-btn:hover svg path {
    fill: #fff;
}
.case-study-section .slick-arrow {
    top: -60px;
}
.case-study-cards-rw .case-study-cards {
    flex: 1;
    background: var(--white-color);
    border: 1px solid var(--border-clr);
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    height: 475px;
}
.case-study-cards .card-img {
    height: 312px;
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.case-study-cards .card-img .case-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 222;
    transform: translate(-50%, -50%);
}
.case-study-cards .card-img:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.case-study-cards:hover .card-img {
    height: 255px;
}
.case-study-cards-rw .case-study-cnt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-clamp: 3;
}
.case-study-cards .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-study-cards-rw .slick-list,
.product-engineering-cards-outer .slick-list,
.client-testimonial-final .slick-list {
    margin-inline: -15px;
}
.common-slider .slick-arrow {
    background: #F72F2F !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
}
.slick-arrow:focus {
    background: var(--yellow-accent-color);
}

.common-slider .slick-arrow::before {
    opacity: 1;
    background-image: url(/images/c0-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.case-study-outer .case-study-cards-rw .slick-prev::before {
    background-image: url(/images/c1-arrow.png);
}
.home-layout .case-study-outer .case-study-cards-rw .slick-prev::before {
    transform: translateY(-50%) scaleX(1);
}

.common-slider button {
    position: absolute;
    top: -80px;
    left: auto;
    right: 0;
}

.common-slider .slick-prev.slick-arrow {
    right: 50px;
}
.common-slider .slick-arrow.slick-disabled {
    background: #fff!important;
    border: 1px solid #F72F2F;
}
.case-study-section .slick-arrow {
    top: -60px;
}
.slick-list.draggable .slick-track .slick-slide {
    padding-right: 20px;
}
.our-portfolio .slick-list.draggable .slick-track .slick-slide {
    padding-right: 0px;
}
.case-study-outer .slick-list.draggable .slick-track .slick-slide {
    padding-inline: 10px;
}
.client-slider0 .slick-list.draggable .slick-track .slick-slide {
    padding-right: 0px;
}
.case-study-cnt h3 {
    margin-bottom: 0;
    font-family: "Outfit";
}
.case-study-cnt {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding-top: 12px;
    transition: 0.3s ease all;
}
.case-study-cards-rw .case-study-cards:hover .case-study-cnt {
    background: var(--white-color);
    position: relative;
}
.btn-w-arw {
    position: relative;
    color: var(--accent-color);
    padding-right: 34px;
}
.btn-cta {
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    min-width: 190px;
}
.cta-yellow {
    background: var(--secondary-color);
    color: #fff;
}
.cta-yellow:hover {
    background: var(--yellow-bg-color);
    color: black;
}
.cta-black {
    background: var(--secondary-color);
    color: #fff;
}
.cta-black:hover {
    background: var(--yellow-bg-color);
    color: var(--secondary-color);
}
.case-study-cta-inner {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    background: var(--white-color);
    width: 100%;
    margin: 0 auto;
    padding: 30px 35px;
    border-radius: 15px;
}
.case-study-cta-inner.sec100 {
    width: 100%;
}
.case-study-cta-inner.sec100 .case-study-cta-btn {
    min-width: 280px;
}
.inner-casestudy-sec {
    position: relative;
}
.inner-casestudy-sec:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/core-solutions/case-study-inner-bg.webp);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-casestudy-sec .case-study-rw,
.inner-casestudy-sec .case-study-outer,
.inner-casestudy-sec .case-study-cta-rw {
    position: relative;
    z-index: 1;
}
/*====== Case study section css End here ======*/
/*======= Industrial sec Start =======*/
section.our-industry-sec {
    overflow: hidden;
    background: linear-gradient(180deg, #F1F0EE 51.67%, #FFFFFF 101.61%);
}
.industry-sec .industry-title {
    width: 60%;
    margin-bottom: 30px;
}
.industry-sec button.slick-arrow {
    top: -50px;
}


.home-layout
    .our-industry-sec
    .industry-slider-sec
    .case-slider
    .slick-next:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
    filter: unset;
    filter: brightness(0) invert(1);
}

.common-slider .slick-arrow.slick-disabled::before {
    filter: unset!important;
    opacity: 1;
    background-color: #fff!important;
}
.industry-slider-sec .ind-slide:hover .case-content span.case-cta svg path {
    fill: #fff !important;
}
.case-slider .slick-list {
    overflow: visible;
}
.industry-slider-sec .ind-slide {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.industry-slider-sec .ind-slide img {
    width: 100%;
    min-height: 436px;
    object-fit: cover;
}
.industry-slider-sec .ind-slide .case-content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    padding: 25px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    left: -1px;
}
.industry-slider-sec .ind-slide .case-content:after {
    content: "";
    position: absolute;
    box-shadow: inset 0 0 0px 200px rgba(255, 255, 255, 0.05);
    filter: blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: min-content;
}
.industry-slider-sec .ind-slide .case-content h3.case-title {
    font-size: 24px;
    color: #fff;
    font-family: "Outfit";
}
.industry-slider-sec .ind-slide .case-content p.case-desc {
    color: #fff;
    /* display: -webkit-box; */
    max-width: 100%;
    margin: 0 auto;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin-bottom: 15px;
}

.industry-slider-sec .ind-slide .case-content span.case-cta {
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: flex;
    width: 125px;
    color: #fff;
    transition: var(--transition);
}
.industry-slider-sec .ind-slide .case-content span.case-cta .ico svg path {
    fill: #fff;
}
.industry-slider-sec .ind-slide:hover .case-content span.case-cta {
    background: #F72F2F;
    border-color: #F72F2F;
    color: #fff;
}

.industry-slider-sec
    .ind-slide:hover
    .case-content
    span.case-cta
    .ico
    svg
    path {
    fill: #111111;
}
.our-industry-sec .industry-slider-sec .case-slider {
    margin-bottom: 0;
}

/*======= Industrial sec End =======*/
/*======= Trusted-logo sec Start =======*/
.trusted-logo-sec {
    background-size: 100%;
}
.trusted-logo-row {
    display: flex;
    gap: 20px;
    align-items: center;
}
.trusted-logo-row .logo-title {
    width: 35%;
}
.logo-title .section-heading h2 {
    margin-bottom: 30px;
}
.trusted-logo-row .logo-slider-sec {
    width: 65%;
}
.trusted-brands-section {
    background: linear-gradient(to bottom, #fef3c7, #fef9e7);
    padding: 80px 0;
    overflow: hidden;
}
.section-heading h2 {
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.explore-btn {
    background-color: white;
    color: #1a1a1a;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: inline-flex;
    border: 1px solid #fed602;
    align-items: center;
    gap: 8px;
}
.explore-btn:hover {
    background-color: #f9f9f9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.logo-slider-sec .brands-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px 0;
}
.brands-track {
    display: flex;
    gap: 16px;
    width: fit-content;
}
.logo-slider-sec .brand-card {
    flex-shrink: 0;
    width: 140px;
    border-radius: 8px;
    max-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}
.brand-logo-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.brand-card:hover {
    transform: scale(1.05);
}
.scroll-left .brands-track {
    animation: scrollLeft 70s linear infinite;
}
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.scroll-right .brands-track {
    animation: scrollRight 70s linear infinite;
}
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
.brands-slider:hover .brands-track {
    animation-play-state: paused;
}
/*======= Trusted-logo sec End =======*/
.new_faq_sec .faq_header {
    margin-bottom: 30px;
}
section.new_faq_sec.bg-img-yellow {
    background-color: #F1F0EE;
}
.new_faq_sec .accordion_body {
    display: flex;
    gap: 20px;
}
.new_faq_sec .accordion {
    width: 50%;
}
.new_faq_sec .accordion-item {
    padding: 25px;
    border: 1px solid var(--border-clr);
    margin-bottom: 15px;
    border-radius: 15px;
    color: #292929;
}
.new_faq_sec .accordion-item .accordion-button {
    background: transparent;
    font-weight: 600;
    font-size: 20px;
    padding: 0;
    line-height: var(--line-height-md);
    font-family: "Outfit";
    display: flex;
    justify-content: space-between;
    gap: 20px;
    box-shadow: none;
    color: #292929;
}
.new_faq_sec .active-faq .accordion-button span.arrow-btn svg {
    transform: rotate(180deg);
}
.new_faq_sec .active-faq .accordion-button span.arrow-btn circle {
    fill: #F72F2F;
    fill-opacity: 1;
}
.new_faq_sec .active-faq .accordion-button span.arrow-btn path {
    fill: #fff;
}
.new_faq_sec .accordion-item .accordion-body {
    padding: 0;
    margin-top: 16px;
}
.new_faq_sec .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.new_faq_sec .accordion-item .accordion-button:after {
    content: none;
}
.talk-icon {
    display: none;
}

.flatpickr-next-month span {
    background-color: #fff !important;
    filter: invert(1);
}

/*========= chatbot css Start ===========*/

/*------ Start of new Ask AI animation css ------*/
#ask-ai-btn svg {
    width: 20px;
    height: 20px;
}

#ask-ai-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.ask-ai-box {
    background: #fff;
    width: 240px;
    border-radius: 14px;
    position: absolute;
    bottom: 150px;
    right: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);

    opacity: 0;
    transform: scale(0.2) translateY(20px);
    transform-origin: bottom right;
    pointer-events: none;
    transition:
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease;
}
.ask-ai-box.open-model {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.ask-ai-box.open-model {
    animation: aiPop 0.5s ease;
}
@keyframes aiPop {
    0% {
        transform: scale(0.2);
    }
    60% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

.ask-ai-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    position: relative;
}

.ask-ai-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
}

.ask-ai-list li {
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    transition: 0.5s ease all;
    font-size: 14px;
    color: #111827;
    font-weight: 600;
    align-items: center;
}
#ask-ai-modal .ask-ai-list li img {
    width: 28px;
}
.perplexity-li img,
li.claude-li img,
li.grok-li img {
    border-radius: 50px;
}
.ask-ai-list li:hover {
    background: #f3f4f6;
    transform: translateX(4px);
}

#ask-ai-close {
    background: 0 0;
    border: none;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.5;
    display: flex;
    position: absolute;
    right: 10px;
    top: 11px;
    line-height: 34px;
}
.hk-button {
    position: fixed;
    right: 24px;
    bottom: 90px;
    height: 48px;
    width: 52px;
    color: #fff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg, #ff4d2b, #8a2be2, #ff4d2b);
    background-size: 400% 400%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    animation:
        bgMove 4s ease infinite,
        expandBtn 0.8s ease forwards;
    z-index: 999999;
    gap: 6px;
    transition:
        width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        background-position 1.2s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}
.hk-button .ai-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: iconPulse 1.2s ease infinite;
    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}
.hk-button .ai-text {
    opacity: 0;
    white-space: nowrap;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transform: translateX(10px);
    animation: textReveal 0.6s ease forwards;
    animation-delay: 0.9s;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}
@keyframes expandBtn {
    0% {
        width: 52px;
    }
    100% {
        width: 110px;
    }
}
@keyframes iconPulse {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(8deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}
@keyframes textReveal {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes bgMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.hk-button:hover {
    width: 135px;
    transform: translateY(-2px) scale(1.04);
    background-position: 100% 50%;
}
.hk-button:hover .ai-icon {
    transform: scale(1.15) rotate(8deg);
}
.hk-button:hover .ai-text {
    opacity: 1;
    transform: translateX(0);
}
/*------ End of new Ask AI animation css ------*/
/* WhatsApp floating action button (brand colors + smooth motion) */
.header-menu .talk-btn {
    position: relative;
}

.header-menu .talk-btn a {
    --wa-green: #60D669;
    --wa-green-dark: #60D669;
    width: 36px;
    height: 36px;
    padding: 0;
    margin-left: 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        filter 0.35s ease;
    will-change: transform;
    background: #60D669;
}

.header-menu .talk-btn a::before,
.header-menu .talk-btn a::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    border: 2px solid rgba(37, 211, 102, 0.5);
    pointer-events: none;
}

.header-menu .talk-btn a::before {
    animation: whatsappPulseRing 2.6s ease-out infinite;
}

.header-menu .talk-btn a::after {
    animation: whatsappPulseRing 2.6s ease-out infinite 1.3s;
}

.header-menu .talk-btn a svg {
    display: block;
    width: 19px;
    height: 19px;
    transform-origin: center;
    transition: transform 0.3s ease, filter 0.3s ease;
    z-index: 1;
}

.header-menu .talk-btn a svg path {
    fill: #fff !important;
}

.header-menu .talk-btn a:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
        0 12px 30px rgba(37, 211, 102, 0.45),
        inset 0 -3px 8px rgba(0, 0, 0, 0.1);
    filter: saturate(1.05);
}

.header-menu .talk-btn a:hover svg {
    transform: scale(1.08);
}

@keyframes whatsappPulseRing {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.lets-talk-btn {
    position: absolute;
    right: 7%;
}

.lets-talk-btn a {
    background: #F72F2F;
    padding: 10px 25px;
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-family: Heebo;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    min-height: 40px;
    min-width: 140px;
}

.lets-talk-btn a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lets-talk-btn a span svg {
    animation: letsTalkArrowFloat 1.4s ease-in-out infinite;
    will-change: transform;
}

@keyframes letsTalkArrowFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}











@media (prefers-reduced-motion: reduce) {
    .header-menu .talk-btn a::before,
    .header-menu .talk-btn a::after,
    .header-menu .talk-btn a svg {
        animation: none;
    }
    .header-menu .talk-btn a,
    .header-menu .talk-btn a svg {
        transition: none;
    }
}

@media (max-width: 1400px) {
    .footer-contact-strip__grid {
        grid-template-columns: repeat(3, auto);
    }
    .footer-contact-strip__cta {
        justify-content: start;
    }
    .footer-sitemap__grid {
        grid-template-columns: repeat(3, auto);
      ;
    }
}

@media (min-width: 1400.98px) {
    .enterprises-sec-one .container {
        position: relative;
    }
}
@media only screen and (min-width: 1200px) {
    .cstm-dropdown-menu {
        min-height: auto;
    }
}
@media (min-width: 992px) {
    .navbar-nav li.cstm-dropdown {
        position: static;
    }
    .navbar-expand-lg .navbar-nav .cstm-dropdown:hover a span svg {
        rotate: -90deg;
    }
    .navbar-nav li.cstm-dropdown:hover .cstm-dropdown-menu {
        visibility: visible;
        opacity: 1;
        /* transform: translateY(0); */
        margin-top: 0;
    }

    #v-pills-tabContent1 {
        background: #fff;
        padding: 20px 25px;
        width: 100%;
        padding-inline: 20px 48px;
        padding-block: 20px;
    }
    #v-pills-tab > .tab_name {
        min-width: auto;
    }
    .header-outer #v-pills-tab {
        /* background: #efefef !important; */
        width: 100%;
        margin-right: 0px;
        padding-block: 15px;
        padding-inline: 10px;
        border-bottom: 1px solid #e6e9eb;
    }
    .cstm-dropdown-menu {
        opacity: 0;
        visibility: hidden;
        /* transform: translateY(15px); */
    }
    nav.navbar.navbar-expand-lg {
        margin-right: 15px;
        padding: 0;
    }
    .menu-toggle {
        display: none;
    }
    .navbar-nav .nav-item.cstm-dropdown:hover {
        background: rgba(231, 77, 60, 0.09);
        border-radius: 0px;
    }
    .navbar-nav .nav-item:hover {
        background: rgba(231, 77, 60, 0.09);
    }
    .navbar-nav li.cstm-dropdown:hover .cstm-dropdown-menu {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
        transform: translateY(0);
        transition: all 0.3s ease;
        border-bottom-left-radius: 15px;
        overflow: hidden;
        border-bottom-right-radius: 15px;
    }
    .cstm-dropdown-menu.expertise__menu {
        padding: 0 !important;
        background: #ffffff !important;
        /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25); */
        /* transition: all 0.5s ease; */
        box-shadow: 0 4px 12px 6px rgba(41, 41, 41, 0.06);
        /* margin-top: 20px; */
    }
    .cstm-dropdown-menu.expertise__menu .cstm-drpdn-iner {
        padding-inline: 0;
        align-items: stretch !important;
        /* height: 430px; */
        overflow-y: scroll;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-direction: column;
    }
    .logo-outer img {
        width: 180px;
    }
    .navbar-expand-lg \.navbar-nav \.cstm-dropdown.show-open a span svg {
        rotate: -90deg;
    }

    header.header-outer.container {
        max-width: 100%;
    }

    .navbar-nav .nav-item.cstm-dropdown.show-open {
        background: rgba(247, 47, 47, 0.05); /* very light red background */
        border-radius: 6px;
    }
    .mobile-menu .nav-link:hover {
        color: #007bff;
    }
    .navbar-nav .nav-item.cstm-dropdown.show-open .nav-link::after {
        width: 80%;
        z-index: 999;
    }
    .cstm-dropdown-menu {
        /* opacity: 0;
        visibility: hidden; */
        /* transform: translateY(15px); */
        display: none;
    }
    .navbar-nav li.cstm-dropdown:hover .cstm-dropdown-menu {
        /* visibility: visible;
        opacity: 1; */
        /* transform: translateY(0); */
        display: block;
    }
}

@media (max-width: 1350.98px) {
    .header-outer #v-pills-tab {
        padding-block: 5px;
        padding-inline: 15px 15px;
    }
    #v-pills-tabContent1 {
        padding: 15px 25px;
        padding-inline: 15px 15px;
        padding-block: 15px;
    }
}
@media (max-width: 1199.98px) {
    .case-study-title .title-l {
        max-width: 630px;
    }
}
@media (max-width: 1050.98px) {
    .blog-info-box h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .form-group .iti__country-container {
        margin-top: -4px;
    }
    .our-portfolio .col-md-5 .portfolio-sec-img img {
        height: auto;
    }
    .retri-cta-title {
        max-width: 60%;
    }
    .industry-slider-sec .ind-slide .case-content span.case-cta {
        /* position: absolute;
        bottom: 15px; */
    }
    .web-design-inner-cta {
        min-width: 220px;
        padding: 15px 10px;
    }
    .why-partner-inner .why-partner-row .why-partner-col {
        min-height: 220px;
    }
    .industry-slider-sec .ind-slide .case-content {
        min-height: 225px;
    }
    .circle-img {
        width: 100%;
    }
    .blog-single-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.footer-last {
        overflow: hidden;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .blog-form {
        background: #f7f7f7;
        padding: 20px;
        border-radius: 8px;
        margin: 40px auto;
        max-width: 500px;
        min-width: 500px;
        width: 100%;
        margin-left: calc(50% - 260px);
    }

    .blog-looking-img {
        display: none;
    }
    .cardai_block .card-content {
        padding: 10px;
    }
    .cardai_block .card-title {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
        line-height: 16px;
    }
    .cardai_block .card-description p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    p.heading-bottom-paragraph {
        padding-top: 0px;
        line-height: 1.7;
    }
    .contact_form .form-group-row.double-col .form-group {
        flex: 0 0 50%;
        padding: 0 5px;
        max-width: 50%;
    }
    .contact_form .form-group-row .form-group {
        padding: 0 5px;
    }
    .case-study-rw .case-study-title {
        flex-direction: row;
    }
    .contact_form input.form-control,
    .contact_form select {
        padding: 5px;
        height: auto;
    }
    .case-study-title .title-l {
        max-width: 60%;
    }
    .advantage-section__content {
        max-width: 60%;
    }
    .contactform-phone input#phone_no {
        border-left: 1;
        padding-left: 2px;
        width: 100%;
    }

    .contactform-phone select.country-code {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        width: 47px;
        padding: 0px 1px;
        border-right: 0;
    }
    .client-testimonial-final .client-desc p {
        font-size: 18px;
    }
    section.our-industry-sec {
        padding-bottom: 20px;
        padding-top: 15px;
    }
}
@media (max-width: 992px) {
    .custom_flex {
        flex-direction: column;
    }
    .trusted-logo-row {
        flex-direction: column;
    }
    .trusted-logo-row .logo-title,
    .trusted-logo-row .logo-slider-sec {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .client-video-sec,
    .client-imginto,
    .client-011 {
        height: 100%;
    }
    .client-video-sec .custom-client-011 .clinet-review {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .testimonial-sec h2.heading-h2,
    .blog-sec .heading-wrap h2.heading-h2 {
        font-size: 28px;
    }
    header.header-outer {
        padding: 10px 0;
    }
    .contact_form .form-group-row.double-col .form-group {
        flex: 0 0 50%;
        padding: 0 5px;
        max-width: 50%;
    }
    .contact_form .form-group-row .form-group {
        padding: 0 5px;
    }
    .header-outer.sticky {
        transform: translateY(0px);
    }
    .client-details h6 {
        font-size: 24px;
    }
    .client-testimonial-final .client-desc p {
        margin-bottom: 0px;
    }
    .custom-client-desc:before {
        bottom: -55px;
        right: 40px;
        width: 85px;
        height: 94px;
        background-size: 80px;
    }
    .contact-form-sec .heading-wrap {
        max-width: 350px;
    }
    .new_faq_sec .accordion_body {
        flex-direction: column;
        gap: 0;
    }
    .new_faq_sec .accordion {
        width: 100%;
    }
    .new_faq_sec .accordion-item .accordion-button svg {
        width: 30px;
    }
    .new_faq_sec .accordion-item .accordion-button {
        font-size: 18px;
    }
    .industry-sec .industry-title {
        width: 80%;
    }
    .talk-icon {
        display: block;
    }
    .header-menu {
        gap: 15px;
    }
    .header-menu .talk-btn a {
        width: 32px;
        height: 32px;
    }
    .header-menu .talk-btn a svg {
        width: 17px;
        height: 17px;
    }
    .lets-talk-btn {
        bottom: -50px;
    }
}
@media (max-width: 850.9px) {
    .contact-forminner {
        padding: 24px 0px;
    }
    .contact_form .form-group-row.double-col .form-group {
        flex: 0 0 50%;
        padding: 0 5px;
        max-width: 50%;
    }
    .contact_form .form-group-row .form-group {
        padding: 0 5px;
    }
}

@media (max-width: 767.98px) {
    .flag-container {
        display: none;
    }
    .slick-list.draggable .slick-track {
        margin-inline: 0;
    }
    .case-study-cards-rw .slick-list.draggable .slick-track .slick-slide {
        padding-inline: 5px;
    }
    .case-study-cards-rw .slick-list,
    .product-engineering-cards-outer .slick-list,
    .client-testimonial-final .slick-list {
        margin-inline: 0px;
    }
    section.case-study-section .case-study-outer button.slick-arrow.slick-prev {
        left: unset;
        right: 50px;
    }
    .industry-slider-sec .case-slider button.slick-arrow {
        bottom: -50px;
        top: unset;
    }
    section.case-study-section .case-study-outer button.slick-arrow {
        bottom: -42px;
        top: unset;
    }
    .learning_cards .tech_cards {
        flex: 0 0 48%;
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .learning_cards {
        flex-wrap: wrap;
        gap: 10px;
    }
    .learning_cards .tech_cards img {
        height: auto !important;
        max-width: 70px;
    }
    .industry-sec .industry-title {
        width: 100%;
    }
    .industry-slider-sec .ind-slide img {
        width: 100%;
    }
    .header-menu .talk-btn a {
        width: 35px;
        height: 35px;
    }
    .requirmnet-sec-inn {
        text-align: center;
    }

    .industry-focused-sec .casestudycards-sec-col {
        flex: 0 0 100%;
    }

    .ai-casestudy-0 .portfolio-slider-arrow {
        justify-content: center !important;
        margin: 8px 0 30px;
    }
    .ai-avatar-btn {
        gap: 5px !important;
    }
    .ai-avatar-text h6 {
        font-size: 16px !important;
    }
    .ai-avatar-text h4 {
        font-size: 16px !important;
    }
    .ai-avatar-text {
        padding: 5px 0px;
    }
    .hrzntl-card-theme-one3col {
        padding-top: 50px;
    }

    .address-list,
    .brand-logos,
    .contact-detail,
    .dg-mas-row.row-2
        .dg-mas-item-double
        .dg-mas-row-iner:first-child
        .dg-mas-item,
    .dg-mas-row.row-3 .dg-mas-item:last-child,
    .numbers-wrap,
    .section-textarea.have-cntct-btn,
    .service-process {
        flex-wrap: wrap;
    }

    .dg-mas-icon {
        margin-bottom: 20px !important;
    }

    .hrzntl-card-theme-one4col .meta-srvc-item:nth-child(3n),
    .hrzntl-card-theme-one4col .meta-srvc-item:nth-last-child(2) {
        border-bottom: 1px solid #f3f3f3;
    }

    .horizontal-card-sec-col4 .card--item-wraprow .card--item {
        border-right: 0;
    }

    .horizontal-card-sec-col4
        .card--item-wraprow
        .card--item-list:nth-last-of-type(2) {
        border-bottom: 2px solid #f3f3f3;
    }

    .horizontal-card-sec-col4 .card--item-list .card--item p.card-para {
        font-size: 16px;
        line-height: 1.7;
    }

    .case-study-wrap .case-study-item {
        margin-top: 35px;
    }

    .iner-call-section.hrzntl-card-theme-one4col .meta-srvc-item:nth-child(3n) {
        border-bottom: 1px solid #676767;
    }

    .faq-accord .accordion-item button.accordion-button h3 {
        padding-right: 20px;
    }

    .numbers-item,
    .portfolio-colm,
    .portfolio-colm:nth-last-child(2) {
        margin-bottom: 30px;
    }

    .pb-92 {
        padding-bottom: 50px;
    }

    .hrzntl-card-theme-one4col .meta-srvc-item {
        border-right: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-srvc-list {
        margin-left: 0;
        margin-right: 0;
    }

    .product-srvc-list .meta-srvc-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .case-study-content {
        margin-left: 15px;
        margin-top: -50px;
        margin-right: 15px;
    }

    .masionary-card-item.card-1 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 23px;
        padding: 36px;
    }
    #v-pills-tabContent1 {
        padding: 0px 5px;
        padding-inline: 0px 0px;
        padding-block: 0px;
    }
    .meu-title p {
        font-size: 14px;
    }
    .contact_form .form-group-row.double-col {
        margin: 0 0 15px;
    }
    .contact-form-sec:before {
        width: 100%;
    }
    .contact-form-sec .heading-wrap {
        max-width: 500px;
        position: relative;
        z-index: 1;
    }
    .contact-form-sec .heading-wrap h2.contact-form-title,
    .contact-form-sec .heading-wrap p {
        color: #fff;
    }
    .contact_form .form-group-row.double-col .form-group,
    .contact_form .form-group-row .form-group {
        padding: 0 0px;
    }
    .custom-client-play button.pause-clinet-review {
        transform: translate(0%, 0%);
    }
    .inner-casestudy-sec .case-study-outer {
        margin-bottom: 30px;
    }
    .case-study-cta-inner {
        flex-direction: column;
        gap: 20px;
    }
    .client-block.video .row {
        gap: 20px;
        margin-inline: 5px;
    }
    .client-block.video .row > div {
        padding: 5px;
    }
    .client-testimonial-final .slick-list.draggable {
        padding-bottom: 0;
    }
    section.our-industry-sec {
        padding-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .blog-looking-img {
        display: block;
    }
    .retri-cta-title {
        max-width: 75%;
    }
    .our-industry-sec .industry-slider-sec {
        padding-bottom: 40px;
    }
    .blog-form {
        background: #f7f7f7;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
        /* width: 100%; */
        min-width: 200px;
        margin-left: 0;
    }

    .cardai_block .card-title {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 24px;
        line-height: 27px;
    }
    .cardai_block .card-description p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    p.heading-bottom-paragraph {
        padding-top: 10px;
        line-height: 1.7;
    }
    .client-desc {
        min-height: 440px;
    }
    .advantage-section__content {
        max-width: 100%;
    }
    .client-testimonial-final .client-desc p {
        font-size: 16px;
    }
    /* .common-slider .slick-prev.slick-arrow {
    right: 50%;
}
.common-slider .slick-next.slick-arrow {
    left: 53%;
} */

    .common-slider {
        position: relative;
        /* padding-bottom: 60px; */
    }

    .common-slider .slick-prev.slick-arrow,
    .common-slider .slick-next.slick-arrow {
        top: auto;
        bottom: 10px;
        transform: none;
    }

    .common-slider .slick-prev.slick-arrow {
        left: calc(50% - 45px);
        right: auto;
    }

    .common-slider .slick-next.slick-arrow {
        left: calc(50% + 5px);
        right: auto;
    }
    section.case-study-section .case-study-outer button.slick-arrow.slick-prev {
        left: calc(50% - 45px);
        right: unset;
    }

    section.case-study-section .case-study-outer button.slick-arrow.slick-next {
        left: calc(50% + 5px);
        right: unset;
    }

    .digital_div::after {
        content: "";
        position: absolute;
        width: 300px;
        height: 180px;
        background-image: url(/images/case-study/post/single-casestudy/client-mask.png);
        background-repeat: no-repeat;
        background-position: center;
        bottom: 0px;
        left: -20px;
        background-size: cover;
    }
    .circle-img {
        width: 20%;
    }
    .client-testimonial-final .slick-list.draggable {
        padding-inline: 0px;
    }
    .why-partner-inner .why-partner-row .why-partner-col {
        width: 100% !important;
    }
    .custom-client-desc:after {
        top: 0;
        left: 50%;
        transform: rotate(135deg) translate(-50%, 25%);
    }
    .testimonial-sec h4.count-value {
        display: none;
    }
    .case-study-rw .case-study-title {
        flex-direction: column;
    }
    .case-study-title .title-l {
        max-width: 100%;
    }
    .footer-right {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .footer-right a {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .industry-slider-sec .ind-slide .case-content {
        background: #fff;
        position: static;
    }
    .industry-slider-sec .ind-slide .case-content h3.case-title,
    .industry-slider-sec .ind-slide .case-content p.case-desc {
        color: var(--dark-clr);
    }
    .industry-slider-sec .ind-slide .case-content span.case-cta {
        border: 1px solid var(--dark-clr);
        color: var(--dark-clr);
        margin-top: auto;
        /* position: absolute;
        bottom: 15px; */
    }

    .industry-slider-sec .ind-slide .case-content span.case-cta .ico svg path {
        fill: var(--dark-clr);
    }
    .footer-head h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    h3.heading-h3 {
        font-size: 24px;
    }

    .footer-menu a {
        font-size: 16px;
    }

    .footer-menu a:last-child {
        margin-right: 0;
    }

    .copyright-sec {
        padding-top: 28px;
        margin-top: 28px;
        padding-bottom: 28px;
        text-align: center;
        padding: 0;
        flex-direction: column-reverse;
    }

    .copyright-menu a {
        font-size: 16px;
        margin: 0 15px;
    }

    .copyright-menu {
        margin-top: 15px;
    }

    .footer-menu-sec .footer-menu {
        justify-content: center;
    }

    .certification-rgt p {
        font-size: 16px;
        line-height: 1.5;
    }

    .products-video {
        margin-top: 42px;
    }

    /* .cmn-section {
        padding-top: 50px
    } */
    .sec-text-rgt {
        padding-bottom: 30px;
    }
    .form-group-calendar #calendar-wrapper {
        /* margin: 0; */
    }
    .flatpickr-calendar.inline {
        margin: 0 auto;
    }
    .industry-slider-sec .case-slider button.slick-arrow {
        bottom: -50px;
    }
}
@media (max-width: 450.98px) {
    .flag-container {
        right: 5px;
        transform: translate(-10px, 20%);
        padding: 8px 6px;
        gap: 7px;
    }

    .flag-container .flag img {
        width: 27px;
    }
    .eminiq-section__body-row {
        padding: 20px 15px;
    }
    .eminiq-section__consult-card h3.eminiq-section__consult-title {
        font-size: 20px;
    }
    .eminiq-section__consult-list {
        margin-block-start: 20px;
    }
}

@media (max-width: 768px) {
    .address-list.d-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 991.98px) {
    .talk-btn a {
        margin-left: 6px;
    }
    .cstm-drpdn-iner .tab-content .tab-pane .accordion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 500;
        line-height: 23.5px;
        color: #363636;
        text-transform: capitalize;
    }
    .cstm-drpdn-iner
        .tab-content
        .tab-pane
        .accordion-header
        .accordion-button {
        padding: 0;
        background: 0 0;
        border: 0;
        box-shadow: none;
        order: 2;
        flex: 1 1;
    }
    .cstm-drpdn-iner
        .tab-content
        .tab-pane
        .accordion-header
        .accordion-button.collapsed:after {
        background-image: url(../images/tab-arow-grey.svg);
        transform: rotate(90deg);
    }
    .cstm-drpdn-iner
        .tab-content
        .tab-pane
        .accordion-header
        .accordion-button:after {
        background-size: 7px;
        background-image: url(../images/tab-arow-yelo.svg);
        background-repeat: no-repeat;
        width: 17px;
        height: 18px;
        background-position: center;
        transform: rotate(-90deg);
    }
    .cstm-drpdn-iner
        .tab-content
        .tab-pane
        .accordion-header
        .accordion-button.collapsed
        + span
        a {
        color: #363636;
        text-decoration: none;
    }
    .cstm-dropdown-menu {
        position: static;
        padding: 10px 12px;
    }
}
@media only screen and (min-width: 1200px) {
    .cstm-dropdown-menu {
        min-height: auto;
    }
}

@media only screen and (max-width: 991.8px) {
    .cstm-dropdown .tab--menu ul li a {
        font-size: 14px;
    }
    .cstm-dropdown .tab--menu .tab-double-menu ul li {
        padding: 5px 0px;
        margin-inline: 0;
    }
    .tab--menu ul li a span {
        display: none;
    }
    .cstm-dropdown .tab--menu .tab-double-menu ul li a {
        padding-inline: 0;
        padding-block: 5px;
    }
    .cstm-dropdown .tab--menu ul li a .menu-text h5 {
        font-size: 14px;
    }
    .cstm-dropdown-menu {
        border: unset;
    }
    .header-menu a.nav-link {
        font-size: 16px;
    }
    /* Hamburger */
    .menu-toggle {
        display: inline-block;
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: relative;
        background: transparent;
        z-index: 1001;
        padding: 4px 12px;
        border: 0px solid #333;
        border-radius: 6px;
        font-size: 12px;
        color: #6d6d6d;
        font-weight: 600;
        /* display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; */
    }
    .menus-coll .header-menu nav.navbar {
        order: 2;
        margin-left: 20px;
        position: static;
    }
    .inner_header .talk-btn a {
        margin-left: 0;
    }
    .menu-toggle span {
        display: block;
        height: 3px;
        background: #fed602;
        border-radius: 0px;
        transition: all 0.4s ease;
        width: 100%;
    }
    .menu-toggle span:first-child {
        width: 24px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu-toggle span + span {
        /* margin-top: 7px; */
        position: absolute;
        top: 8px;
        /* margin-bottom: 2px; */
    }
    .menus-coll .header-menu .menu-toggle small {
        font-size: 13px;
        margin-top: 5px;
        display: inline-block;
    }
    .menus-coll .header-menu nav.navbar button.menu-toggle.open small {
        font-size: 0;
    }
    .menus-coll .header-menu nav.navbar button.menu-toggle.open {
        font-size: 0;
        position: relative;
        top: 0px;
    }
    .menus-coll
        .header-menu
        nav.navbar
        button.menu-toggle.open
        span:last-child {
        /* margin: 7px; */
    }
    .menu-toggle {
        display: block;
    }
    .header-menu button.menu-toggle span:nth-child(2) {
        display: none;
    }
    .cstm-dropdown-menu .cstm-drpdn-iner .tab-content#v-pills-tabContent1 {
        padding: 0;
    }

    /* Rotate to X */
    .menu-toggle.show span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 12px);
        width: 30px;
    }
    .menu-toggle.show span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.show span:nth-child(3) {
        transform: rotate(-45deg) translate(0px, 11px);
        width: 30px;
    }
    .menu-toggle {
        display: block;
        padding: 0;
        position: relative;
        top: 6px;
    }

    /* Mobile menu */
    .mobile-menu {
        display: none;
        position: absolute;
        top: 60px; /* adjust based on navbar height */
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        padding: 20px 0;
        border-radius: 0 0 8px 8px;
        transition: all 0.4s ease;
    }

    /* Slide down effect */
    .mobile-menu.active {
        display: block;
        animation: slideDown 0.4s ease forwards;
    }

    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(-20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Menu links */
    .mobile-menu .nav-link {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 16px;
        transition: color 0.3s;
        position: relative;
        transition: all 0.3s ease;
    }
    .cstm-dropdown-menu {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .header-menu .navbar-collapse {
        position: absolute;
        top: 55px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
        width: 590px;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        z-index: 99999;
        left: unset;
        right: 0;
    }
    .cstm-dropdown-menu .tab-content > .tab-pane {
        display: block;
        opacity: 1;
        padding: 10px 13px;
        border: 1px solid #eee;
        background: #fefefe;
        border-bottom: 0;
    }
    .copyright {
        margin-top: 20px;
        font-size: 14px;
        text-align: center;
        z-index: 1;
    }
    .footer-contact-strip__col h3, .footer-contact-strip__social h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .why-counter-item h4{
        font-size: 30px;
    }
    .menus-coll {
        justify-content: flex-end;
        display: flex;
    }
    .btn-cmn a {
        padding: 10px;
    }
    .talk-icon img {
        width: 25px;
    }
    .cstm-dropdown-menu .tab-content > .tab-pane .tab-double-menu span.icon {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .industry-slider-sec .ind-slide img {
        max-height: 436px;
    }
    .header-menu .navbar-collapse {
        right: 0 !important;
        width: calc(100% - 0px) !important;
        top: 53px !important;
        left: 0px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border: 0;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    }
    .header-outer.sticky .header-menu .navbar-collapse {
        top: 52px !important;
    }
    .header-menu button.menu-toggle {
        width: 35px;
        height: 40px;
        /* padding: 0 10px; */
    }
    .address-list.d-grid .address-list-item {
        width: 100%;
    }
    section.footer-last {
        overflow: hidden;
        padding-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .address-list-item h3,
    .contact-detail a,
    .nopage-data p {
        font-size: 18px;
    }
    .copyright-sec {
        padding-top: 5px;
        margin-top: 25px;
        padding-bottom: 25px;
        padding-right: 80px;
    }
    .case-study-poster .portfolio-casestudy-item img.poster {
        height: 500px;
    }
    .blog-postcard .blog-img img {
        height: 470px;
    }
    .case-study-cards:hover .card-img,
    .case-study-cards .card-img {
        height: 285px;
    }
    .case-study-cards-rw .case-study-cards {
        height: 500px;
    }
    .industry-title h2 {
        font-weight: 600;
    }
    .industry-slider-sec .ind-slide .case-content {
        padding: 15px;
    }
    .client-details h6 {
        font-size: 18px;
    }
    .client-testimonial-final .client-desc .client-details p {
        font-size: 14px;
    }
    .blog-info-box .blog-btn {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .industry-slider-sec .ind-slide img {
        max-height: 375px;
        min-height: 375px;
    }
    .client-video-sec .custom-client-011 .clinet-review {
        height: 360px;
    }
    .header-menu .navbar-collapse {
        width: 340px;
    }
    .industry-slider-sec .ind-slide .case-content {
        min-height: 200px;
    }

    .blog-postcard .blog-img img {
        height: 300px;
    }
    .new_faq_sec #accordionExample-1 .accordion-item:last-child {
        margin-bottom: 0;
    }
    .footer-sitemap__col a {
        font-size: 14px;
        line-height: 1;
    }
    .footer-sitemap__col li + li {
        margin-top: 0;
    }
    .footer-contact-strip__links a {
        font-size: 14px;
    }
}
@media (max-width: 450.98px) {
    /* .industry-slider-sec .ind-slide .case-content {
    min-height: unset;
} */
    .industry-slider-sec .ind-slide .case-content {
        position: relative;
        padding: 12px;
        min-height: 285px;
        display: flex;
        flex-direction: column;
    }
    .industry-slider-sec .ind-slide .case-content h3.case-title {
        font-size: 18px;
    }
    .industry-slider-sec .ind-slide img {
        max-height: 235px;
        min-height: 235px;
    }
    .header-menu button.menu-toggle {
        /* width: 40px !important;
        height: 40px !important; */
        /* padding: 0 5px !important; */
    }
    .cmn-section {
        padding-top: 25px;
    }
    .blog-sec .heading-wrap h2.heading-h2 {
        margin-bottom: 0;
    }
    .case-study-btn a {
        width: 100%;
    }
}

@media (max-width: 1366.98px) {
    .container {
        padding-inline: 20px;
    }
}

@media (max-width: 360px) {
    #calendar-wrapper .flatpickr-innerContainer {
        padding: 0px 0px !important;
    }
    .dayContainer {
        width: 268.875px;
        min-width: 297.875px;
        max-width: 277.875px;
        margin: auto;
    }
    .flatpickr-day {
        max-width: 34px;
        height: 34px;
        line-height: 34px;
    }
    #calendar-wrapper .flatpickr-day {
        margin: 2px 2px;
    }
    .flatpickr-innerContainer {
        justify-content: center;
    }
    .flatpickr-calendar.inline {
        width: 100%;
    }
    .contact-forminner {
        padding: 30px 0px;
    }
}
