/*
Theme Name: startupconsultancy
Author: Osama  
Version: 1.0
*/

/* Container Styles */
body {
    margin: 0px;
    font-family: 'Montserrat', Verdana, sans-serif;
   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.container {
    width: 100%;
    max-width: 1294px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Responsive Breakpoints */
@media screen and (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-content h1 {
        font-size: 64px;
        line-height: 76px;
    }
    
    .hero-section-main {
        grid-template-columns: 60% 38%;
    }
    
    li.service-menu ul.submenu {
        width: 1000px;
        margin-left: -400px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
    .case-study-main.single-blog-page.service-main.container h1 {
    line-height: 2rem;
    font-size: 1.5rem;
    padding-top: 30px;
}
    .abouts-section {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }
        .blog-detail-main {        
        flex-direction: column;
    }
    .blog-detail-main .blog-content {
    min-width: 100% !important;
}
    .tags-button {
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
    }
    .blog-social-link {
        flex-direction: column;
        gap: 20px;
    }
    .post-item {
    width: 100% !important;   
}
    
    .header-content {
        height: 80px;
    }
    
    .logo img {
        height: 60px;
    }
    
    nav.main-nav {
        height: 60px;
    }
    
    nav.main-nav ul li a {
        font-size: 16px;
        padding: 0 12px;
    }
    
    .contact-button a, .contact-button button {
        padding: 14px 24px;
        font-size: 16px;
    }
    
    .hero-section {
        padding-top: 120px;
    }
    
    .hero-content h1 {
        font-size: 48px;
        line-height: 58px;
    }
    
    .hero-content p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .hero-section-main {
        grid-template-columns: 55% 43%;
        gap: 20px;
    }
    
    li.service-menu ul.submenu {
        width: 800px;
        margin-left: -300px;
        height: auto;
        padding: 30px;
    }
    .case-studies-breadcrumb {
      flex-wrap: wrap !important;
  }
  .case-studies-content h1 {
    font-size: 30px !important;
    line-height: 42px !important;    
}
.case-studies-content p {
  font-size: 18px !important;
  line-height: 23px !important; 
}
.button-logo {
  flex-direction: column;
  gap: 20px !important;
}

.button-logo-image { 
  gap: 20px !important;
}
.visions-main {  
  flex-direction: column;
  gap: 10px !important;
}
.vision-main p.title {
  font-size: 18px !important;
  line-height: 22px !important; 
}
.list-end ul li {  
  line-height: 20px !important;
  font-size: 1.1rem !important;
  
}
.web-applicatio-heading.about-main h2 { 
  font-size: 30px !important;
  line-height: 36px !important; 
}
.web-application-content {
   gap: 0px !important;
  flex-direction: column;
}
.web-tags { 
  gap: 0px !important;
  flex-wrap: wrap;
}
.web-tags p { 
  margin: 7px !important;
}
.web-application-content p {
  font-size: 18px !important;
  line-height: 23px !important; 
}



}

@media screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    nav.main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        padding: 80px 40px 30px;
        transition: all 0.3s ease;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        visibility: hidden;
        opacity: 0;
        z-index: 999;
    }
    
    nav.main-nav.active {
        right: 0;
        visibility: visible;
        opacity: 1;
    }
    
    nav.main-nav ul {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    
    nav.main-nav ul li {
        width: 100%;
    }
    
    nav.main-nav ul li a {
        display: block;
        padding: 10px 0;
        font-size: 18px;
        text-align: left;
    }
    
    .contact-button {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    
    .contact-button a, .contact-button button {
        display: inline-block;
        text-align: center;
        min-width: 200px;
    }
    
    /* Mobile Service Menu */
    li.service-menu ul.submenu {
        position: static;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
        box-shadow: none;
        background: transparent !important;
        display: none;
        grid-template-columns: 1fr !important;
        height: auto;
    }
    
    li.service-menu:hover ul.submenu {
        display: block !important;
    }
    
    ul.submenu h4 {
        font-size: 16px;
        margin: 15px 0 5px;
        color: #333;
        font-weight: 600;
    }
    
    ul.services-sebmenu-item {
        display: block;
        margin: 0;
        padding: 0;
    }
    
    ul.services-sebmenu-item li {
        margin: 0;
        padding: 0;
        border: none;
    }
    
    ul.services-sebmenu-item li a {
        padding: 12px 0;
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: #666;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }
    
    ul.services-sebmenu-item li a:hover {
        color: #0089F7;
        background: transparent;
    }
    
    ul.services-sebmenu-item li a img {
        display: block !important;
        width: 20px;
        height: 20px;
    }
    
    /* Mobile submenu styles - single column */
    @media screen and (max-width: 768px) {
        li.service-menu ul.submenu {
            grid-template-columns: 1fr !important;
            display: none !important;
            position: static !important;
            width: 100% !important;
            margin: 10px 0 0 0 !important;
            padding: 0 0 0 20px !important;
            box-shadow: none !important;
            background: transparent !important;
            border-radius: 0 !important;
            height: auto !important;
            max-height: none !important;
            overflow: visible !important;
        }
        
        li.service-menu.active ul.submenu {
            display: block !important;
        }
        
        li.service-menu ul.submenu li {
            margin-bottom: 15px;
            display: block !important;
        }
        
        ul.submenu h4 {
            font-size: 16px;
            margin: 20px 0 10px 0;
            color: #333;
            font-weight: 600;
            border-bottom: 2px solid #0089F7;
            padding-bottom: 5px;
        }
        
        ul.services-sebmenu-item {
            display: block !important;
        }
        
        ul.services-sebmenu-item li {
            display: block !important;
        }
        
        ul.services-sebmenu-item li a {
            padding: 10px 0;
            display: block;
            text-decoration: none;
            color: #666;
            font-size: 15px;
            border-bottom: 1px solid #eee;
            font-weight: 500;
        }
        
        ul.services-sebmenu-item li a:hover {
            color: #0089F7;
            background: transparent;
        }
        
        /* Hide images and paragraphs on mobile */
        ul.services-sebmenu-item li a img {
            display: none !important;
        }
        
        .submenu-item {
            width: 100%;
            display: block !important;
        }
        
        .submenu-item h4 {
            font-size: 15px;
            margin: 0;
            font-weight: 500;
            color: #333;
            display: none !important;
        }
        
        .submenu-item p {
            display: none !important;
        }
    }
    
    li.company-menu ul.submenu {
        position: static;
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 20px;
        box-shadow: none;
        background: transparent !important;
        display: none;
        grid-template-columns: 1fr !important;
        height: auto;
        max-height: none;
        overflow: visible;
    }
    
    /* Company submenu styles */
    li.company-menu ul.submenu {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
        border-radius: 8px;
        padding: 20px;
    }
    
    /* Show company submenu when active class is added */
    li.company-menu.active ul.submenu {
        display: block !important;
    }
    
    /* Desktop hover effect for company menu */
    @media screen and (min-width: 769px) {
        li.company-menu:hover ul.submenu {
            display: block !important;
        }
    }
    
    /* Mobile styles for company submenu */
    @media screen and (max-width: 768px) {
        li.company-menu ul.submenu {
            position: static;
            width: 100%;
            box-shadow: none;
            background: transparent;
            padding: 0 0 0 20px;
        }
    }
    
    li.company-menu ul.submenu li a {
        padding: 12px 0;
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: #666;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }
    
    li.company-menu ul.submenu li a:hover {
        color: #0089F7;
        background: transparent;
    }
    
    li.company-menu ul.submenu li a svg {
        display: block !important;
        width: 15px;
        height: 15px;
    }
    
    .submenu-item {
        flex: 1;
        width: 100%;
    }
    
    .submenu-item h4 {
        font-size: 14px;
        margin: 0;
        font-weight: 500;
        color: #333;
    }
    
    .submenu-item p {
        display: none;
    }
    
    .hero-section {
        padding-top: 100px;
        text-align: center;
    }
    
    .hero-content {
        max-width: 100%;
    }
    
    .hero-content h1 {
        font-size: 40px;
        line-height: 48px;
    }
    
    .hero-content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    
    .hero-section-main {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-image {
        order: -1;
    }
    
    .hero-button {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
    }
    
    .header-content {
        height: 70px;
    }
    
    .logo img {
        height: 50px;
    }
    
    .hero-section {
        padding-top: 80px;
    }
    
    .hero-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .hero-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    
    .hero-button {
        padding: 12px 25px;
        font-size: 15px;
    }
    
    .hero-section-main {
        gap: 30px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    nav.main-nav {
        padding: 70px 20px 20px;
    }
    
    nav.main-nav ul li a {
        font-size: 16px;
    }
    
    .contact-button a, .contact-button button {
        min-width: 180px;
        padding: 12px 20px;
        font-size: 15px;
    }
    
    .hero-content h1 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .hero-content p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .hero-section-main {
        gap: 20px;
    }
}
/* header */
html {
    margin-top: 0px !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;    
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 90px;
}
.logo img {
    max-width: 100%;
    height: auto;
}
nav.main-nav {
    display: flex !important;
    align-items: center;
    height: 75px;
    gap: 26px;
}
nav.main-nav ul {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.contact-button a, .contact-button button {
    font-family: 'Montserrat', Verdana, sans-serif;
    border-radius: 100px;
    background-color: #06f;
    color: #ffffff;
    text-decoration: none;
    transition: all .15s ease-in-out;
    padding: 17px 27px;
    font-size: 18px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #ffffff, 0 0 0.5px #ffffff;
    line-height: normal;   
	border: none;
    cursor: pointer;
}
.contact-button a:hover, .contact-button button {
    background-color: #0044a4;
}
nav.main-nav ul li a {
    font-family: 'Montserrat', Verdana, sans-serif;
    text-decoration: none;
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 30px;
    transition: color .2s, opacity .2s;
    padding: 0 16px;
    background: none;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
nav.main-nav ul li:hover a {
    color: #06f;
    opacity: 1;
}
li.service-menu ul.submenu {
    display: none;
    background: #ffffff;
    position: absolute;
    width: 1294px;
    margin-left: -534px;
    margin-top: 0px !important;
    grid-template-columns: 33.4% 33.4% 33.4% !important;
    height: 480px;
    padding: 40px;
	padding-top: 25px;
    border-radius: 56px;
    backdrop-filter: none;
    background: #fff !important;
    box-shadow: 9px 10px 26px 14px rgba(189, 187, 187, .52) !important;
}

li.service-menu:hover ul.submenu,
li.service-menu:focus-within ul.submenu {
    display: grid !important;
}

ul.submenu h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 23px;
	margin-bottom: 15px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1000;
}
.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #202020;
    transition: all 0.3s ease;
}
section.core-startup-section {
    padding-top: 70px;
    padding-bottom: 70px;
    opacity: 1;
    transform: none;
    transition: none;
}
section.core-startup-section.animate {
    opacity: 1;
    transform: none;
}
.clutch-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.clutch-section.animate {
    opacity: 1;
    transform: translateY(0);
}
.story-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.casestudies-cardsection.hover-section:hover {
    border-radius: 1.5rem;
}
.casestudies-cardsection.hover-section:hover .cardsection-image {
    border-radius: 1.5rem;
}
.cardsection-title a:hover {
    color: #0061f2;
}
.cardsection-button a:hover {    
    background-color: #cce0ff !important;
}
.cardsection-description p {
    font-size: 16px;
    letter-spacing: -.5px;
    line-height: 30px;
    color: #202020;
    pointer-events: auto;
    margin-top: 20px;
    font-weight: 400 !important;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.cardsection-button a {
    align-items: center;
    background-color: rgba(0, 102, 255, .1);
    border: 0;
    border-radius: 6.25rem;
    color: #06f;
    pointer-events: auto;
    display: flex
;
    gap: .5rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    justify-content: center;
    padding: .625rem 1.25rem;
    transition: color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    width: fit-content;
    text-decoration: none;
}
section.casestudies-section {
    margin-top: 70px;
}

.casestudies-button a {
    background-color: transparent;
    background: #e5efff;
    padding: 10px 20px;
    border-radius: 100px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    color: #06f;
    transition: all .15s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.496px;
    line-height: normal;
    gap: 5px;
}
.casestudies-cardsection {
    display: grid;
    grid-template-columns: 48% 48%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3rem;
    cursor: pointer;
    max-height: 30.25rem;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    transition: all .25s ease-in-out;
    gap: 50px;
    margin-bottom: 40px;
}
.cardsection-image {
    background-color: #bbcbf9;
    align-items: flex-end;
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    max-width: 46.625rem;
    outline: 0;
    overflow: hidden;
    padding: 0 .9375rem;
    width: 100%;
    pointer-events: auto;
    transition: all .25s ease-in-out;
}
.cardsection-text {
    padding: 2.625rem 1.5rem 2.75rem;
}
.cardsection-tags {
    display: flex;
    justify-content: space-between;
}
.cardsection-country p {
    background: #f8f8fb;
    padding: .375rem 1.25rem;
    border-radius: 5.625rem;
}
.cardsection-title a {
    line-height: 46px;
    font-size: 36px;
    color: #202020;
    font-weight: 600;
    letter-spacing: -.5px;
    pointer-events: auto;
    text-decoration: none;
}
.cardsection-description p {
    font-size: 17px;
    letter-spacing: -.5px;
    line-height: 30px;
    color: #202020;
    pointer-events: auto;
    margin-top: 20px;
    font-weight: 500 !important;
}
.cardsection-button a {
    align-items: center;
    background-color: rgba(0, 102, 255, .1);
    border: 0;
    border-radius: 6.25rem;
    color: #06f;
    pointer-events: auto;
    display: flex;
    gap: .5rem;
    justify-content: center;
    padding: .625rem 1.25rem;
    transition: color .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    width: fit-content;
    text-decoration: none;
}
.clutch-section h3, .clutch-section2 h3, .success-story h2, .client-content h3, .our-client-heading h3 {
    line-height: 58px;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #202020;
}
section.client-slider {
    margin-top: 80px;
}
.clutch-section2 {
    margin-top: 70px;
}
section.client-logo-section {    
    padding: 60px 0;
}
.clutch-section p, .clutch-section2 p, .client-content p {
    line-height: 36px;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.card-section ul li {
    font-size: 18px;
    margin-left: 16px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.card-section ul li:before {
    left: 3rem !important;
    position: absolute !important;
    transform: scale(.7);
    content: url(https://startupconsultancy.co/wp-content/uploads/2025/03/download-5.svg) !important;
}
.card-section.six-card {
    position: relative;
}
.card-section ul {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-top: 15px;
    font-weight: 500;
    list-style: none;
    padding-left: 0px;
}
.clutch-section2.managemtn-contant {
    max-width: 65%;
}
img.management-one {
    width: 40.18987%;
    height: 23rem;
}
img.management-two {
    width: 23.10127%;
    height: 23rem;
}
img.management-three {
    height: 130.43478%;
    width: 31.64557%;
}
.management-image img {
    border-radius: 3rem;
}
.management-image {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    flex-wrap: nowrap;
    height: 23rem;    
    overflow: visible;
}
.core-startup-main {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
}
.card-section.three-card.first-card {
    background-color: #e8f6ff;
}
.card-section.three-card {
    height: 205px;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    nav.main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        padding: 80px 40px 30px;
        transition: all 0.3s ease;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        visibility: hidden;
        opacity: 0;
        z-index: 999;
    }
    
    nav.main-nav.active {
        right: 0;
        visibility: visible;
        opacity: 1;
    }
    
    nav.main-nav ul {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    
    nav.main-nav ul li {
        width: 100%;
    }
    
    nav.main-nav ul li a {
        display: #202020;
        padding: 10px 0;
        font-size: 18px;
        text-align: center;
		text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
    }
    
    .contact-button {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    
    .contact-button a {
        display: inline-block;
        text-align: center;
        min-width: 200px;
    }
    
    /* Hamburger Animation */
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* Prevent body scroll when menu is open */
    body.menu-open {
        overflow: hidden;
    }
}

@media screen and (max-width: 576px) {
    .logo img {
        height: 50px;
        width: auto;
    }
    
    nav.main-nav {
        max-width: 100%;
        padding: 80px 20px 30px;
    }
    
    nav.main-nav ul li a {
        font-size: 18px;
    }
    
    .contact-button a {
        padding: 12px 18px;
        font-size: 16px;
        min-width: 180px;
    }
}
/* hero section */
section.hero-section {
    position: relative !important;
    background-blend-mode: normal, normal, darken, normal !important;
    padding-top: 150px !important;
    background-size: auto, /* overlay.png */ 1531px 700px, /* Group-4-5.png: set width and height here */ contain, contain !important;
    background-position: right center, right -158px 80%, /* Group-4-5.png: adjust position if needed */ right center, right center !important;
}
a.active-page {
    opacity: 1 !important;
}
.about-main .about-link {
    display: flex;
    gap: 10px;
    align-items: center;
}
.about-main h1 {
    font-size: 75px;
    font-weight: 600;
    color: #202020;
    line-height: 80px;
}
.about-main p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;    
    max-width: 900px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
    margin-top: 0px;
}
.about-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.about-main .about-link a {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    text-decoration: none;
    opacity: .5;    
    line-height: 28px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

/* .hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
} */

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero-content h1 {
    line-height: 84px;
    font-size: 78px;
    color: #202020;
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    font-weight: 600;
}

.hero-content p {
    font-size: 22px;
    line-height: 36px;
    color: #202020;
    margin-bottom: 40px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.hero-button {
    display: inline-block;
    padding: 17px 35px;
    background: #06f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
}

.hero-button:hover {
    background: #0044a4;
    transform: translateY(-2px);
}

/* .hero-image {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 800px;
} */
.hero-section-main {
    display: grid;
    grid-template-columns: 64% 34%
34%
;
    gap: 24px;
}
.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    animation: fadeIn 1s ease-out 0.6s forwards;
    opacity: 0;
}
section.four-card-section {
    padding-top: 70px;
}
.card-section-main {
    display: grid
;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
}
.card-section.four-card {
    background-color: #f5f5fa;
    border-radius: 36px;
    color: #202020;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 33px 60px 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	gap: 20px
}
section.clutch-award-seciton {
    padding-top: 90px;
}
.clutch-review-main {
    display: grid
;
    grid-template-columns: 63% 33%;
    justify-content: space-between;
    align-items: center;
    column-gap: 28px;
}
.rating-section {
    background-color: #f8f8fb;
    border-radius: 48px;
    padding: 60px 45px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.3s;
}
.rating-section .rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rating h4 {
    line-height: 28px;
    font-size: 22px;
    letter-spacing: -.5px;
    font-weight: 600;
}
.clutch-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clutch-rating svg {
    height: 67px;
    margin-right: 29px;
    width: 57px;
}
.clutch-rating p {
    line-height: 69px;
    font-size: 69px;
    letter-spacing: -2px;
    font-weight: 500;
    color: #202020;
    margin: 0px;
}
.clutch-content h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
.clutch-content p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.main-clutch-ticket {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 50px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transition-delay: 0.6s;
}
.clutch-ticket {
    width: 183px;
    height: 183px;
}
.ticket-image {
    display: flex;
    align-items: center;
    border-radius: 48px;
    height: 150px;
    background-color: #f8f8fb;
    justify-content: center;
    padding: 16px;
    width: 150px;
}
.ticket-image img {
    filter: grayscale(1);
}
.ticket-image img:hover {
    filter: none;
}

.card-section.four-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.card-section.four-card:nth-child(1) {
    transition-delay: 0.2s;
}

.card-section.four-card:nth-child(2) {
    transition-delay: 0.4s;
}

.card-section.four-card:nth-child(3) {
    transition-delay: 0.6s;
}

.card-section.four-card:nth-child(4) {
    transition-delay: 0.8s;
}

.card-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.card-heading a, .card-heading span {
    color: #05c;
    text-decoration: none;
    line-height: 28px;
    font-size: 22px;
    letter-spacing: -.5px;
    font-weight: 600;
}
.svg-icon {
    display: flex;
    height: 34px;
    width: 34px;
    transition: all .25s cubic-bezier(.4,0,.2,1);
    background-color: rgba(0, 77, 232, .1);
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.card-section p {
    white-space: pre-line;
    line-height: 28px;
    margin: 0px;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 0;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.svg-icon svg {
    fill: #039;
    height: 12px;
    margin: auto;
    width: 14px;
}
.card-section:hover {
    background-color: #f2f2ff;
    border-radius: 24px;
    transition: border-radius .25s cubic-bezier(.4,0,.2,1);
}
.card-section:hover .svg-icon {
    background-color: #039;
    transition: all .25s cubic-bezier(.4,0,.2,1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.card-section:hover .svg-icon svg {
    transform: rotate(-95deg);
    fill: #ffffff;
}
.card-section {
    background-color: #f5f5fa;
    border-radius: 36px;
    color: #202020;
    cursor: pointer;
    display: flex;
    /* gap: 20px; */
    flex-direction: column;
    padding: 33px 60px 30px;
}
.card-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.card-section.three-card.first-card:hover {
    background-color: #def2ff;
}
.card-section.three-card.first-card:hover .svg-icon {
    background-color: #31aeff;
}
.card-section:hover .svg-icon svg {
    fill: #ffffff;
}
.card-section.three-card.second-card {
    background-color: #e5f5f0;
}
.card-section.three-card.second-card:hover .svg-icon {
    background-color: #5dcfab;
}
.card-section.three-card p {
    font-size: 18px;
    line-height: 30px;    
    text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

@media screen and (max-width: 1200px) {
    .hero-content h1 {
        font-size: 48px;
    }
    
    .hero-image {
        right: -50px;
    }
}

@media screen and (max-width: 992px) {
	.page-id-8 section.hero-section {
        padding: 80px 0 0px !important;       
    }
    .hero-section {
        padding: 150px 0 80px;
    }
    
    .hero-content h1 {
        font-size: 40px;
    }
    
    .hero-content p {
        font-size: 18px;
    }
    
    .hero-image {
        right: -30px;
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .hero-section {
        padding: 120px 0 60px;
        text-align: center;
    }
    
    .hero-content {
        max-width: 100%;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-image {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    .hero-section {
        padding: 100px 0 40px;
    }
    
    .hero-content h1 {
        font-size: 32px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .hero-button {
        padding: 15px 30px;
        font-size: 16px;
    }
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://startupconsultancy.co/wp-content/themes/startupconsultancy/assets/images/background-overlay.webp');
    background-repeat: repeat;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

/* Additional gradient overlay */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 252, 0.8) 100%);
    z-index: 0;
}

/* Ensure content stays above overlays */
.hero-section .container {
    position: relative;
    z-index: 2;
}
ul.services-sebmenu-item {
    display: flex !important;
    flex-direction: column !important;
}
ul.services-sebmenu-item li a {
    display: flex;
    gap: 15px;
    margin: 6px 0;
}
ul.submenu .submenu-item h4 {
    color: #202020;
    margin: 0px !important;
    padding: 0px !important;
    line-height: normal;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 5px !important;
}
li.company-menu ul.submenu {
    display: none;
    position: absolute;
    width: 40rem;
    margin-left: -15rem;
    margin-top: 0px !important;
    grid-template-columns: 50% 50% !important;    
    padding: 2rem;
    border-radius: 20px;
    backdrop-filter: none;
    background: #fff !important;
    box-shadow: 9px 10px 26px 14px rgba(189, 187, 187, .52) !important;    
}
li.company-menu:hover ul.submenu {
    display: grid;
}

ul.services-sebmenu-item li a {
    display: flex;
    gap: 10px;
    margin: 5px 0;
    padding: 0px !important;
    margin-bottom: 15px;
}
.submenu-item p {
    font-size: 12px;
    margin: 0px;
    color: rgb(148, 156, 168) !important;
    letter-spacing: -0.3px;
    line-height: 15px;
}

/* Footer Styles */
.footer {
    background-color: #202020;
    color: #fff;
    padding: 80px 0 40px;
    margin-top: 70px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-logo img {
    max-width: 180px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #fff;
}

.office-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.office-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    line-height: 1.6;
}

.contact-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.social-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }
}

/* Sticky Header Styles */
#mainHeader {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    background-color: transparent;
}

#mainHeader.sticky {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#mainHeader.sticky .nav-link {
    color: #333;
}

#mainHeader.sticky .nav-link:hover {
    color: #007bff;
}

/* Clutch Award Section Animation */
.clutch-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.clutch-content.animate {
    opacity: 1;
    transform: translateY(0);
}

.rating-section.animate,
.main-clutch-ticket.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Testimonial Section */
.testimonial-section {
    padding: 100px 0;
    background-color: #f8f8fb;
}

.testimonial-section h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: -2px;
    margin-bottom: 60px;
}

.testimonial-slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-slide {
    padding: 0 20px;
}

.testimonial-content {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.client-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-details h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #202020;
}

.client-details p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.testimonial-text p {
    font-size: 20px;
    line-height: 32px;
    color: #202020;
    margin: 0;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.slider-controls button {
    background: #0044a4;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-controls button:hover {
    background: #003380;
    transform: translateY(-2px);
}

/* Testimonial Slider Animation */
.testimonial-slide {
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
}

.testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
}

/* Staggered fade-in for cards */
.core-startup-main .card-section.three-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.core-startup-main .card-section.three-card.animate {
    opacity: 1;
    transform: translateY(0);
}
.core-startup-main .card-section.three-card:nth-child(1) {
    transition-delay: 0.2s;
}
.core-startup-main .card-section.three-card:nth-child(2) {
    transition-delay: 0.4s;
}
.core-startup-main .card-section.three-card:nth-child(3) {
    transition-delay: 0.6s;
}

.fade-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
}

.fade-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fade-in item animation for all sections */
.fadein-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.fadein-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.technology-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.125rem;
    column-gap: 5rem;
}
.web-technology h3, .mobile-technology h3 {
    line-height: 38px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
}
.web-technology, .mobile-technology {
    border-bottom: .25rem solid #dbe3ef;
    padding-bottom: 1rem;
    transition: all .25s ease-in-out;
    margin-bottom: 40px;
}
.technolog-logo {    
    column-gap: 5.5rem;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.125rem;
    width: 100%;
}
.tech-logos h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.logos-main {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 1.25rem;
    width: 100%;
    justify-content: space-between;
}
.logos {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 5.625rem;
    text-align: center;
}
.logos p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;    
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.logos .svg-logos {
    align-items: center;
    background-color: white;
    border-radius: 1.5rem;
    display: flex;
    height: 5.625rem;
    justify-content: center;
    width: 5.625rem;
}
section.technology-section {
    padding: 5rem 0;
    background-color: #f5f5fa;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
}
section.management-section {
    margin-bottom: 70px;
}
section.technology-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Duplicate for .tech-section-heading */

.tech-section-heading h3 {
    line-height: 58px;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -2px;
    color: #202020;
}
.tech-section-heading p {
    line-height: 36px;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

.client-logo-section .slider-wrapper {
    overflow: hidden;
}
.client-logo-section .logo-line {
    display: flex;
    overflow: visible;
    margin-bottom: 30px;
    position: relative;
}
.client-logo-section .track {
    display: flex;
    gap: 30px;
    animation: scroll 30s linear infinite;
}
.client-logo-section .logo-line:nth-child(2) {
    transform: translateX(105px);
}
.client-logo-section .logo-box {
    width: 290px;
    height: 123px !important;
    background: #f8f8fb;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    flex-shrink: 0;
    padding: 20px;
}


.location span.city {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 30px !important;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
    color: #202020;   
}
.client-logo-section .logo-box img {
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    transition: all .25s ease-in-out;
    width: auto;
    filter: grayscale(100%) opacity(0.8);    
}
.client-logo-section .logo-box img:hover {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.client-logo-section .logo-line:last-child {
    margin-bottom: 0;
}
.client-logo-section .slider-wrapper:hover .track {
  animation-play-state: paused;
}




/* Testimonial Card */
.testimonial-card {
    max-width: 600px;
    width: 100%;
    background-color: white;
    border-radius: 12px;  
    padding: 2rem;
  }
  span.flag img {
      border-radius: 4px;
      width: 17px !important; 
       height: 17px !important; 
  }
  
  /* Testimonial Header with Avatar and Client Info */
  .testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
    gap: 20px;
  }
  .style-simple blockquote {
      font-style: normal !important;
      font-size: 16px !important;
      color: #202020;
      font-weight: 600;
  }
  /* Client Information */
  .testimonial-header .client-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0px;
  }
  
  .location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #374151;
      margin: 0px;
  }
  ul {   
      margin-bottom: 0rem !important;
  }
  
  .flag {
    font-size: 1rem;
  }
  
  .client-name {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 0px;
    line-height: 28px;
    margin-top: 0px;
  }
  
 

.client-role {
    font-size: 18px;
    color: #202020;
    line-height: 30px;
    margin: 0px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
  }
  
  /* Testimonial Quote */
 

.testimonial-quote {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    margin-left: 0px !important;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
  }
  
  
  .owl-carousel .owl-item img {
      display: block;
      width: 100%;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 640px) {
      .client-info {   
      align-items: center;
  }
    .testimonial-card {
      padding: 20px 0px !important;
        text-align: center;
    }
    
    .testimonial-header {
      flex-direction: column;
      align-items: flex-start;
    }
    
    .avatar-container {
      margin-bottom: 0.75rem;
    }
  }
  img.avatar-image {
    width: 80px !important;
    height: 80px !important;
    border-radius: 25px;
}  

header.sticky {
    top: 0px !important;
}

/* Counter Section Styles */
.counter-main {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 48px;
}
section.vision-seciton {
    padding-top: 70px;
}
section.vision-seciton {
    padding-top: 70px;
}
.vision-main p.title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #202020;    
    max-width: 800px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.ourvalues h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #202020;
}
.ourvalues h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #202020;
}
.ourvalues {
    margin-top: 60px;
}
.innovation {
    display: flex;
    gap: 150px;
    align-items: center;
    margin: 20px 0px;
}
.innovation:hover .first-svg path {
    fill: #d9e8ff;
    transition: fill .3s ease-in-out;
}
.innovation:hover .second-svg svg path {
    fill: #def2db;
    transition: fill .3s ease-in-out;
}
.innovation:hover .third-svg svg path {
    fill: #f9e6f9;
    transition: fill .3s ease-in-out;
}
.innovation:hover .fourth-svg svg path {
    fill: #fae5e5;
    transition: fill .3s ease-in-out;
}
.innovation-content h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #202020;
}
.innovation-content p {
    font-size: 22px;
    line-height: 34px;
    color: #202020;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

.counter-box {
    text-align: center;
}

.counter-number {
    font-size: 65px;
    font-weight: 600;
    color: #06F;
}

.counter-label {
    font-size: 22px;    
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

.hero-section * {
    pointer-events: auto;
}
section.expertise-setion {
    margin: 70px;
}
.expertiese-main {
    text-align: center;
    max-width: 650px;  
    margin: auto;
}
.expertiese-main h4 {
    color: #202020;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}
.expertiese-main p {
    font-size: 22px;
    line-height: 36px;
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

/* --- Expertise Animated Slider Styles --- */
.expertise-animated-slider {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 40px auto 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise-animated-slider .expertise-logo-item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.expertise-animated-slider .expertise-logo-item.visible {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
  pointer-events: auto;
}
.expertise-animated-slider img {
  max-height: 60px;
  max-width: 180px;
  margin: 0 auto;
  display: block;
  filter: grayscale(0.2) brightness(1.1);
  transition: filter 0.3s;
}
.expertise-animated-slider .expertise-logo-item.visible img {
  filter: grayscale(0) brightness(1.2) drop-shadow(0 2px 8px rgba(0,102,255,0.08));
}
@media (max-width: 480px) {
  .expertise-animated-slider {
    max-width: 120px;
    height: 60px;
  }
  .expertise-animated-slider img {
    max-height: 40px;
    max-width: 90px;
  }
}
/* --- End Expertise Animated Slider Styles --- */

/* --- Horizontal Infinite Logo Slider Styles --- */
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.slide-track {
  display: flex;
  width: calc(250px * 24); /* 12 logos x 2 for smooth loop */
  animation: scroll 40s linear infinite;
}
.slide {
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide img {
  max-width: 180px;
  max-height: 60px;
  filter: grayscale(0.2) brightness(1.1);
  transition: filter 0.3s;
}
.slide img:hover {
  filter: grayscale(0) brightness(1.2) drop-shadow(0 2px 8px rgba(0,102,255,0.08));
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 12)); }
}
@media (max-width: 768px) {
  .slider {
    max-width: 100vw;
  }
  .slide {
    width: 140px;
    height: 60px;
  }
  .slide-track {
    width: calc(140px * 24);
    animation-duration: 30s;
  }
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-140px * 12)); }
  }
  .slide img {
    max-width: 100px;
    max-height: 40px;
  }
}
/* --- End Horizontal Infinite Logo Slider Styles --- */

/* --- Expertise Image Spacing and Container Fix --- */
.expertise-image {
  margin-top: 36px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.expertise-image img {  
  width: 100%;  
}
.slider {
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .expertise-image img {
    max-width: 95vw;
    border-radius: 12px;
  }
}
/* --- End Expertise Image Spacing and Container Fix --- */

section.work-with-sectiono {
    padding-top: 70px;
}
.wrok-with-main {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    margin-bottom: 20px;
}
.wrok-with-main h3, .get-in-main h3, .community-main h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
}
.wrok-with-main p, .work-with-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.work-with-content {
    padding: 30px 0;
    border-bottom: 8px solid #f5f5fa;
    display: grid !important;
    grid-template-columns: 40% 60%;
    align-items: center;
}
.work-with-content h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}
section.get-in-touch-sction {
    padding-top: 70px;
}
.get-in-main p, .community-main p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;    
    max-width: 700px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.map-svg {
    display: flex;    
    justify-content: space-around;
    margin: 40px 0;    
}
.addres-section {
    display: flex;
}
.addres-section {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}

.addres-main {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.addres-main {    
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.addres-main {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.addres-main h4 {
    color: #202020 !important;
    line-height: 1.75rem;
    font-size: 1.375rem;
    font-weight: 600;   
    margin: 0;
}
.addres-main p {
    line-height: 2.25rem;
    font-size: 1.375rem;
    letter-spacing: -.03125rem;
    font-weight: 500;
    margin: 0;
    color: #202020;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
section.community-section {
    padding-top: 70px;
}

/* --- Custom 3-Item Swiper Slider Styles --- */
.custom-swiper-slider-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 36px auto;
  position: relative;
}
.custom-swiper-slider {
  width: 100%;
  padding: 18px 0 0 0;
}
.custom-swiper-slider .swiper-wrapper {
  align-items: stretch;
}
.slider-item-box {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    border-radius: 30px 30px 30px 30px;
    background-color: #f8f8fb;
    display: flex;
    gap: 20px;
    align-items: center;
}
.slider-item-box:hover {
  box-shadow: 0 6px 32px rgba(0,102,255,0.10);
}
.slider-item-title {
  font-size: 1.08rem;
  font-weight: 600;
  margin-top: 16px;
  color: #222;
}
.custom-swiper-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.custom-swiper-next, .custom-swiper-prev {
  z-index: 99 !important;
  position: absolute !important;
  top: 0 !important;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #0073e6;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.custom-swiper-next:hover, .custom-swiper-prev:hover {
  background: #0073e6;
  color: #fff;
}
.custom-swiper-next {
  right: 0 !important;
}
.custom-swiper-prev {
  right: 48px !important;
}
.custom-swiper-pagination {
  margin-top: 18px;
  text-align: center;
}
.custom-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e0e7ef;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  transition: background 0.2s;
}
.custom-swiper-pagination .swiper-pagination-bullet-active {
  background: #0073e6;
}
@media (max-width: 900px) {
  .custom-swiper-slider-section {
    max-width: 98vw;
  }
  .slider-item-box {
    padding: 18px 8px 12px 8px;
  }
}
@media (max-width: 600px) {
  .custom-swiper-slider {
    padding: 8px 0 0 0;
  }
  .slider-item-title {
    font-size: 0.98rem;
  }
  .custom-swiper-next, .custom-swiper-prev {
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
    top: 0;    
    display: none !important;
  }
  .custom-swiper-prev {
    right: 38px;
  }
}

    
/* --- End Custom 3-Item Swiper Slider Styles --- */

.custom-swiper-next::after,
.custom-swiper-prev::after {
  font-size: 2.2rem !important;
  color: #0073e6 !important;
  line-height: 1 !important;
  width: 1em !important;
  height: 1em !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-swiper-next,
.custom-swiper-prev {
  overflow: visible !important;
}

/* Growth Partner Section Styles */
.growth-partner-section {
  background: #0066e6;
  color: #fff;
  border-radius: 70px;
  margin: 60px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.growth-partner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 480px;
}
.growth-form-side {
  flex: 1 1 400px;
  min-width: 320px;
  padding: 48px 32px 32px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.growth-form-side h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 64px;
}
.growth-form {
  margin-top: 32px;
}
.growth-form-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.growth-form-row input {
  flex: 1 1 200px;
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 0px;
  border: none;
  margin-bottom: 18px;
  font-size: 1.1rem;
  background-color: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.growth-form textarea {
  width: 96%;
  min-height: 80px;
  padding: 14px 16px;
  border-radius: 0px;
  border: none;
  margin-bottom: 18px;
  font-size: 1.1rem;
  resize: vertical;
  background-color: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.growth-form-checkbox {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.growth-form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.growth-form-checkbox label {
  font-size: 1.15rem;
}
.growth-form-privacy {
  font-size: 1rem;
  margin-bottom: 18px;
  color: #e0eaff;
}
.growth-form-privacy a {
  color: #fff;
  text-decoration: underline;
}
.growth-form button[type="submit"] {
  background: #fff;
  color: #0066e6;
  font-weight: 700;
  font-size: 1.3rem;
  border: none;
  border-radius: 40px;
  padding: 12px 48px;
  cursor: pointer;
  transition: background 0.2s;
}
.growth-form-row input::placeholder, .growth-form textarea::placeholder {
    color: #ffffff;
    border: none !important;
}
.growth-form-row input:focus, .growth-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffff !important;   
  }
.growth-slider-side {
  flex: 1 1 20px;
  min-width: 220px;
  background: #0052b4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 70px 70px 0;
  padding: 32px 24px;
}
.growth-testimonial-carousel {
  width: 100%;
  max-width: 420px;
}
.testimonial-item {
  padding: 32px 24px;
  background: transparent;
  border-radius: 24px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.testimonial-user img.user-image
 {
    width: 80px !important;
    height: 80px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.testimonial-user img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  object-fit: cover;
}
.testimonial-user-info {
  font-size: 1.2rem;
  font-weight: 700;
}
.testimonial-text {
  font-size: 1.15rem;
  line-height: 1.5;
}
.owl-dots { text-align:center; margin-top:18px; }
.owl-dot span { width:12px; height:12px; background:#0089F7; opacity:0.4; display:inline-block; border-radius:50%; margin:0 4px; transition:opacity 0.2s; }
.owl-dot.active span { opacity:1; }
@media (max-width: 900px) {
  .growth-partner-container { flex-direction: column; border-radius: 40px; }
  .growth-slider-side { border-radius: 0 0 70px 70px !important; }
  .growth-form-side { padding: 32px 16px 16px 16px !important; }
}
@media (max-width: 600px) {
  .growth-partner-section { border-radius: 30px !important; }
  .growth-slider-side { border-radius: 0 0 30px 30px !important; padding: 16px 4px !important; }
  .growth-form-side { padding: 16px 4px 4px 4px !important; }
  .growth-partner-container { border-radius: 20px !important; }
}

/* Fade-in Animation Utility */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4,0,0.2,1), transform 0.8s cubic-bezier(0.4,0,0.2,1);
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Contact Page Hero Section */
section.contact-hero-section {
    padding-top: 100px;   
    position: relative;
}

/* Contact Us Page Main Section Layout */
.contact-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-top: 0;
}
section.reactout-section {
    padding-top: 70px;
}
.cotact-content {
  flex: 1 1 50%;
  min-width: 320px;
  padding-right: 32px;
}
.reactout-main h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
}
.reactout-main p {
    font-size: 22px;
    color: #202020;
    line-height: 36px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.cotact-content h1 {
  font-size: 4rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 32px;
  line-height: 1.1;
}
.cotact-content p {
  font-size: 1.35rem;
  color: #222;
  margin-bottom: 40px;
  line-height: 1.5;
  max-width: 520px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.reactout-treecoumn {
    display: flex;
    gap: 30px;
}
.reactout-treecoumn p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    color: #202020; 
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.privacy-policy-hero p {
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    max-width: 1000px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.reactout-treecoumn h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #202020;
}
.reactout-main {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.contact-reviews {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
.review-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}


.review-logo-text svg {
  font-size: 1.4rem;
  font-weight: 700;
  color: #949ca8;
  display: block;
}
.review-rating {
  font-size: 1rem;
  color: #949ca8;
  margin-top: 2px;
}
.conact-form {
  flex: 1 1 50%;
  min-width: 340px;
  max-width: 520px;
  background: transparent;
  padding-left: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contact-form-ui {
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row {
  display: flex;
  gap: 24px;
}
.form-row input {
  flex: 1 1 48%;
  padding: 12px 0;
  border: none;
  border-bottom: 1.5px solid #888;
  background: transparent;
  font-size: 1.1rem;
  color: #222;
  outline: none;
  transition: border-color 0.2s;
}
.form-row input:focus {
  border-bottom: 1.5px solid #0066e6;
}
.contact-form-ui textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1.5px solid #888;
  background: transparent;
  font-size: 1.1rem;
  color: #222;
  outline: none;
  resize: vertical;
  min-height: 48px;
  transition: border-color 0.2s;
}
.contact-form-ui textarea:focus {
  border-bottom: 1.5px solid #0066e6;
}
.contact-form-ui button[type="submit"] {
  margin-top: 24px;
  background: #0066e6;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  padding: 14px 0;
  width: 40%;
  align-self: start;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.contact-form-ui button[type="submit"]:hover {
  background: #0050b3;
}
@media (max-width: 992px) {
	.vision-main.visions-main p.title.fadein-item.visible {
    min-width: 300px !important;
}
  .contact-main {
    flex-direction: column;
    gap: 32px;
  }
  .cotact-content, .conact-form {
    padding: 0;
    max-width: 100%;
  }
  .conact-form {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .cotact-content h1 {
    font-size: 2.1rem;
  }
  .contact-reviews {
    gap: 18px;
    margin-top: 24px;
  }
  .review-logo-img {
    width: 36px;
    height: 36px;
  }
  .review-logo-text span {
    font-size: 1.1rem;
  }
  .conact-form {
    min-width: 0;
    padding: 0;
  }
  .contact-form-ui button[type="submit"] {
    width: 100%;
    font-size: 1.1rem;
    padding: 12px 0;
  }
}

.privacy-policy-hero h1 {
    font-size: 78px;
    color: #ffffff;
    line-height: 84px;
    font-weight: 600;   
}
.privacy-policy-hero {
    position: relative; 
    z-index: 1;
}
.privacy-policy-hero {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    padding-top: 50px;
    background-image: url('assets/images/banner-icon.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.policy-btn-group {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 40px 0 32px 0;
}
.policy-btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 999px;
  background: #f7f8fa;
  color: #222;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  border: none; 
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.policy-btn:hover {
    background: #0066ff;
    color: #fff;  
	text-shadow: 0 0 0.5px #fff, 0 0 0.5px #fff;
}
.policy-btn.active {
  background: #0066ff;
  color: #fff;  
	text-shadow: 0 0 0.5px #fff, 0 0 0.5px #fff;
}
.case-studies-content h1 {
    font-size: 64px;
    line-height: 72px;
    font-weight: 600;
    color: #202020;
}
.case-studies-content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.case-studies-content p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #202020; 
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.case-studies-breadcrumb .breadcrumb-link {
    font-family: 'Montserrat', Verdana, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #202020;
    font-size: 16px;
    line-height: 28px;
    transition: opacity 0.2s;
    text-decoration: none; 
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
  }
  .case-studies-breadcrumb .breadcrumb-link:first-child:hover {
    opacity: 1 !important;
  }
  .case-studies-breadcrumb .breadcrumb-separator {
    color: #202020;
    font-size: 16px;
    line-height: 28px;
  }
  .case-studies-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 50px !important;
    position: relative;
    z-index: 26;
}
.button-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.button-logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.list-end ul li {
    margin: 0px;
    line-height: 2.25rem;
    font-size: 1.3rem;
    letter-spacing: -0.03125rem;
    font-weight: 500;
    color: #202020;
    margin-bottom: 10px;    
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

.visions-main {
    display: flex;
    gap: 50px;
}

/* Add check icon for .list-end ul li */
.list-end ul {
  list-style: none;
  padding-left: 0;
}
.list-end ul li {
  position: relative;
  padding-left: 2em;
}
.list-end ul li::marker {
  content: '';
}
.list-end ul li::before {
  content: '';
  display: inline-block;
  background: url('assets/images/download-5.svg') no-repeat center center;
  background-size: 1.2em 1.2em;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.1em;
}
section.service-item-section {
    padding-top: 70px;
}
section.service-item-section h3, .your-business-main h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: #202020;
}
section.service-item-section p, .your-business-main p {
    font-size: 22px;
    line-height: 36;
    line-height: 36px;
    font-weight: 500;
    color: #202020;  
	
}
.service-item {
    margin: 40px 0px;
    display: grid;
    grid-template-columns: 39% 59%;
    gap: 30px;
    align-items: center;
}
.serivce-item-content h4 {
    font-size: 36px;
    color: #202020;
    line-height: 46px;
    font-weight: 600;
	margin-top: 0px;
}
.hyperlink {
    display: grid;
	grid-template-columns: 33% 33% 33%;
    gap: 25px;
    flex-wrap: wrap;
}
.hyperlink p {
    position: relative;
    display: inline-block;
    margin: 0;
    flex: 1;
    text-align: left;
}
section.service-item-section .hyperlink p a {
    color: #202020;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.hyperlink p:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.tooltip {
    visibility: hidden;
    width: 300px;
    height: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.hyperlink p {
    min-width: 200px;
}
.cta-main {
    position: relative;
    background: radial-gradient(76.18% 93.01% at 19.02% 3.63%, #00ECFF 0%, rgba(10, 194, 209, 0) 100%), radial-gradient(16.93% 74.88% at 44.25% 60.75%, #0066FF 0%, rgba(0, 102, 255, 0) 100%), radial-gradient(54.48% 86.96% at 11.32% 86.96%, #5E0BDB 0%, rgba(94, 11, 219, 0) 100%), #004EC4 !important;
    border-radius: 30px;
    margin-top: 70px;    
}
.cta-content {
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;    
}
.cta-content h2, .cta-content p {
    max-width: 700px;
    text-align: center;
}
.cta-main .background-overlay {
    border-radius: 30px;
}
.cta-content h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 58px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.cta-content p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500; 
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
span.cta-btn {
    background-color: #fff;
    color: #06f;
    border-radius: 50px 50px 50px 50px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: Montserrat;
    font-weight: 600 !important;
    letter-spacing: 0;
    font-weight: 600;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-decoration: none;
    z-index: 1;
	cursor: pointer;
		border: none;
}
span.cta-btn:hover {
    color: #fff;
    background-color: #06f;
}
section.your-business-section {
    margin-top: 70px;
}
.your-businees-item-main {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 49px;
    margin-top: 30px;
}
.your-businees-item h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}
.your-businees-item p {
    font-size: 18px;
}
.your-businees-item {
    padding: 0px 20px;
}
.your-businees-item h4:before {
    background-color: #0061f2;
    border-radius: 50%;
    content: "" !important;
    display: block;
    height: .875rem;
    left: -25px;
    position: relative;
    top: .875rem;
    width: .875rem;
    top: 31px;
}
a.service-parlink {
    text-decoration: none;
    color: #202020;
    font-family: 'Montserrat', Verdana, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: opacity 0.2s;
	text-shadow: 0 0 0.8px #202020, 0 0 0.8px #202020;
}
section.abouts-section.technology-stack {
    padding-top: 70px;
}
.web-applicatio-heading.about-main h2 {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    color: #202020;
    font-weight: 600;
}
.web-applicatio-heading.about-main {
    padding-bottom: 70px;
}
.architecture-divider {
    background-color: #f8f8fb;
    height: .375rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.web-application-content {
    display: flex;
    gap: 50px;
}
.web-application-heading {
    flex: 1;
}
.web-application-heading h4 {
    line-height: 2.875rem;
    font-size: 2rem;
    letter-spacing: -.0625rem;
    font-weight: 600;
	margin: 10px 0px;
}
.web-application-paragraph {
    flex: 3;
}
.web-application-paragraph p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.web-tags {
    display: flex;
    gap: 30px;
}
.web-tags p {
    background-color: #ebedf5;
    border-radius: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: -.04rem;
    line-height: 2rem;
    padding: .25rem 1.125rem;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
section.abouts-section.core-industry {
    padding-top: 70px;
}
.core-industry-heading.about-main h2, .project-heading.about-main h3 {
    line-height: 58px;
    font-size: 48px;
    font-weight: 600;
    color: #202020;
}
.core-industry-paragraph.about-main p, .project-paragraph.about-main p {
    max-width: 100%;
    padding-bottom: 50px;
}
.web-development-service-main {
    display: grid;
    grid-template-columns: 46% 46%;
    gap: 90px;
    margin: auto;
    list-style: disc;
    padding-left: 0px;
}
ul.web-development-service-main p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
ul.web-development-service-main h4, .project-heading.about-main h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600 !important;    
}
ul.web-development-service-main li {
    margin-left: 21px;    
    list-style: none;
}
ul.web-development-service-main li p {
    font-size: 16px;
}
.web-app-create {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 20px;
}
.web-app-create-card {
    background-color: rgb(248, 248, 251);
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 60px 50px 50px;
}
.web-app-create-card h3 {
    font-size: 28px;
    font-weight: 600;    
    line-height: 38px;
}
.web-app-create-card p, .pary-logo ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.pary-logo ul {
    list-style: none !important;
    padding: 0px;
}
.development-process-tabs {
    display: flex;
    gap: 2rem;
}
.process-tabs {
    display: flex;
    flex-shrink: 0;
    max-width: 34.5rem;
    width: 100%;
    flex-direction: column;
    margin-top: 36px;
}
.tab-button {
    flex-shrink: 0;
    padding: .75rem 1rem;
    transition: all .25s ease-in-out;
    border-radius: 6.25rem;
    line-height: 2rem;
    font-size: 1.375rem;
    letter-spacing: -.04rem;
    font-weight: 600;
    color: #202020;
    cursor: pointer;
    border: none;
    background-color: transparent;
    text-align: start;
}
.tab-button.active {
    color: #06f;
}
.tab-button:hover {
    color: #039;
}
.process-content {
    flex: 1;
    background-color: #f8f8fb;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    height: fit-content;
    min-height: auto;
    padding: 2.5rem 2.5rem;    
}
.process-content h4 {
    line-height: 2.375rem;
    font-size: 1.4rem;    
    font-weight: 600;
}
.process-content p {
    margin: 5px 0;
    font-size: 18px;
    line-height: 30px;
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.abouts-section .about-main h3 {
    line-height: 3.625rem;
    font-size: 48px;
    letter-spacing: -.125rem;
    font-weight: 600;
    color: #202020;
}
.project-details-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 40px 0;
}
.deliver-project-main {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-content: center;
    margin: 50px 0;
}
.deliver-project-image {
    flex: 1;
    border-radius: 1rem;
}
.deliver-project-content h3 {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.deliver-project-content h6 {    
    font-size: 1rem;    
    font-weight: 600;
}
.revire-button {
    align-items: center;
    background-color: #0066ff1a;
    border-radius: 6.25rem;
    cursor: pointer;
    padding: .625rem 1.25rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
    width: fit-content;
    margin-top: 20px;
    border: none;
}
.revire-button:hover{
    background-color: #eaeaea;
}
.revire-button a {
    color: #06f;
    cursor: pointer;
    display: flex;
    gap: .5rem;
    justify-content: center;
    line-height: 1.375rem;
    font-size: 1.125rem;
    letter-spacing: -.04rem;
    line-height: 2rem;
    font-weight: 600;
    text-decoration: none;
}
.footer-menu-item {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.footer-dev h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer-itmes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-itmes a {
    color: #ABABAB;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
	text-shadow: 0 0 0.5px #ABABAB, 0 0 0.5px #ABABAB;
}
.footer-itmes a:hover {
    color: #ffffff !important;
}
.footer-logo-sociallink {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    height: 60px;
    margin-top: 50px;
}
.footer-logos img {
    position: absolute;
    width: 180px;
    top: 0;
}
.footer-sociallink {    
    display: flex;   
    gap: 30px;
}
.footer-sociallink a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 23px; 
	text-shadow: 0 0 0.5px #FFF, 0 0 0.5px #FFF;
}
li.company-menu ul.submenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #202020 !important;
    font-size: 18px;
    font-weight: 500; 
	text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

@media screen and (max-width: 992px) {
  .service-item {
    flex-direction: column;
}
.your-businees-item-main {
  grid-template-columns: 100%;
}
.service-item-image img {
  width: 100%;
}
.about-main {  
  gap: 15px;
  margin-top: 50px;
}
.about-main h1 {
  font-size: 36px;
  line-height: 40px;
}
.wrok-with-main h3, .get-in-main h3, .community-main h3 {
  font-size: 30px;
  line-height: 38px; 
}
.wrok-with-main {
  grid-template-columns: 100%;
}
.work-with-content {  
  grid-template-columns: 100%;
}
.addres-section { 
  flex-direction: column;
}
.innovation {  
  gap: 50px;  
  flex-direction: column;
}
.privacy-policy-hero h1 {
  font-size: 32px;  
  line-height: 38px;  
}
.policy-btn-group { 
  margin: 75px 0 32px 0;
  flex-direction: column;
}
.policy-btn {  
  margin: auto;
  width: fit-content; 
}
.contact-reviews {
  flex-direction: column;  
  align-items: center;
}
.conact-form {
  width: 100%;
}
.form-row {   
    flex-direction: column;
}
.reactout-main {  
  grid-template-columns: 100%;
}
.reactout-main h2 {
  font-size: 32px; 
  line-height: 38px;
}
.reactout-treecoumn {  
  flex-direction: column;
}
  section.hero-section {
    padding: 80px 0 40px !important;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    min-height: unset;
    height: auto;
  }
  .hero-section-main {
    display: block;
    width: 100%;
    gap: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .hero-content {
    max-width: 100%;
    margin: 0 auto 30px auto;
    padding-top: 50px;
  }
  .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
    word-break: break-word;
  }
  .hero-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .hero-button {
    padding: 12px 25px;
    font-size: 15px;
    margin-bottom: 30px;
  }
  .hero-image {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    order: -1;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
  }
  .hero-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  section.four-card-section {
    padding-top: 40px;
  }
  .card-section-main {    
    display: flex;
    flex-direction: column;
    gap: 20 !important;
    margin-top: 0.5rem;
  }
  .card-section.four-card {
    padding: 18px 10px 18px 10px;
    border-radius: 18px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;	  
  }
  section.clutch-award-seciton {
    padding-top: 40px;
  }
  .clutch-review-main {
    display: block !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 24px !important;
    width: 100%;
  }
  .rating-section {
    border-radius: 24px;
    padding: 30px 10px;
    margin-bottom: 24px;
  }
  .faq-heading {
    grid-template-columns: 100% !important;
    gap: 0rem !important;
}
.faq-heading h3 {
  line-height: 36px !important;
  font-size: 30px !important;  
}
.faq-heading p {
  font-size: 18px !important;
  line-height: 24px !important;  
}
  .clutch-content h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 18px;
  }
  .clutch-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .main-clutch-ticket {
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
  }
  .clutch-ticket {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto 16px auto;
    display: flex;
    justify-content: center;
  }
  .ticket-image {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    padding: 8px;
  }
  .clutch-rating svg {
    height: 40px;
    width: 32px;
    margin-right: 10px;
  }
  .clutch-rating p {
    font-size: 32px;
    line-height: 40px;
  }
  section.casestudies-section {
    margin-top: 40px;
  }
  .story-main {    
    flex-direction: column;
    align-items: start;
}
.clutch-section h3, .clutch-section2 h3, .success-story h2, .client-content h3, .cta-content h2, .our-client-heading h3 {
    line-height: 36px !important;
    font-size: 30px !important;    
}
.project-details-main {  
  margin: 0 0 0px 0;
}
.cta-content p { 
  font-size: 16px !important;
  line-height: 22px !important; 
}
.core-industry-heading.about-main h2, .project-heading.about-main h3 {
  line-height: 36px !important;
  font-size: 30px !important; 
}
.core-industry-paragraph.about-main p, .project-paragraph.about-main p {
  font-size: 16px !important;
  line-height: 22px !important; 
}
  .casestudies-cardsection {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    border-radius: 1.5rem;
    max-height: none;
    margin-bottom: 24px;
  }
  .cardsection-image {
    border-radius: 1.5rem 1.5rem 0 0;
    max-width: 100%;
    padding: 0;
    height: auto;
  }
  .cardsection-text {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .cardsection-title a {
    font-size: 24px;
    line-height: 32px;
  }
  .cardsection-description p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .cardsection-button a {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  
}

@media screen and (max-width: 992px) {
  section.four-card-section {
    padding-top: 40px;
  }
  ul.web-development-service-main {
    grid-template-columns: 100% !important;
    gap: 0 !important;
}
ul.web-development-service-main h4, .project-heading.about-main h3 {
  font-size: 26px !important;
  line-height: 34px !important; 
}
ul.web-development-service-main p {
  font-size: 18px !important;
  line-height: 22px !important;  
}
ul.web-development-service-main li {
  font-size: 16px !important;
  line-height: 22px !important; 
}
ul.web-development-service-main li p {
  font-size: 16px !important;
  line-height: 22px !important; 
}

.card-section.four-card {
  padding: 18px 10px 18px 10px;
  border-radius: 18px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.development-process-tabs { 
  gap: 1rem;
  flex-direction: column;
}
}

@media screen and (max-width: 992px) {
  /* ...existing responsive styles... */
  section.client-slider {
    margin-top: 40px;
    padding: 0 8px;
    overflow: hidden;
  }
  .client-slider .slider,
  .client-slider .slide-track {
    max-width: 100vw;
    width: 100vw !important;
    overflow: visible;
  }
  .client-slider .slide {
    width: 100vw !important;
    min-width: 0;
    max-width: 100vw;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .client-slider .slide img {
    max-width: 90vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  /* If using Swiper or OwlCarousel, force 1 item per view on mobile */
  .client-slider .swiper-slide,
  .client-slider .owl-item {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0;
  }
  .client-slider .swiper-wrapper,
  .client-slider .owl-stage {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 992px) {
  /* ...existing responsive styles... */
  .testimonial-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 12px;
  }
  .testimonial-header .client-info {
    align-items: center !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 992px) {
  /* ...existing responsive styles... */
  section.core-startup-section {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .core-startup-main {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: 1rem !important;
  }
  .card-section.three-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 18px !important;
    margin-bottom: 20px !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding: 18px 10px 18px 10px !important;
  }
}

@media screen and (max-width: 992px) {
  section.technology-section {
    padding: 30px 0 20px 0 !important;
  }
  .technology-main {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-top: 1rem !important;
  }
  .technology-one, .technology-two {
    width: 100% !important;
    margin-bottom: 24px !important;
  }
  .tech-logos {
    margin-bottom: 18px !important;
  }
  .logos-main {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: flex-start !important;
  }
  .logos {
    width: 48% !important;
    min-width: 120px;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .logos .svg-logos {
    margin: 0 auto 8px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logos p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 992px) {
  section.management-section {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .clutch-section2.managemtn-contant {
    max-width: 100% !important;
    text-align: center !important;
    margin-bottom: 24px !important;
  }
  .management-image {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    height: auto !important;
  }
  .management-image img {
    width: 100% !important;
    max-width: 340px;
    height: auto !important;
    border-radius: 1.5rem !important;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 992px) {
  /* ...existing responsive styles... */
	section.service-item-section h3, .your-business-main h3 {
    font-size: 30px !important;
    line-height: 38px !important;   
}
  .growth-partner-section {
    border-radius: 30px !important;
    margin: 30px 0 0 0;
    padding: 0 !important;
  }
  .growth-partner-container {
    flex-direction: column !important;
    min-height: unset !important;
    border-radius: 20px !important;
    gap: 0 !important;
  }
  .growth-form-side {
    min-width: 0 !important;
    width: 99% !important;
    padding: 24px 10px 10px 10px !important;
    border-radius: 0 !important;
  }
  .growth-form-side h2 {
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 10px !important;
  }
  .footer-menu-item {    
    flex-direction: column; 
    text-align: center;   
}
.footer-itmes {  
  align-items: center;
}
.footer-sociallink {
  flex-direction: column;
  text-align: center;
}
  .growth-form {
    margin-top: 18px !important;
    max-width: 92%;;
  }
  .growth-form-row {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .growth-form-row input {
    min-width: 0 !important;
    width: 100% !important;
    font-size: 1rem !important;
    padding: 10px 8px !important;
    margin-bottom: 12px !important;
    flex: 1 !important;
  }
  
  .growth-form textarea {
    width: 100% !important;
    min-height: 60px !important;
    font-size: 1rem !important;
    padding: 10px 8px !important;
    margin-bottom: 12px !important;
  }
  .growth-form-checkbox label {
    font-size: 1rem !important;
  }
  .growth-form-privacy {
    font-size: 0.95rem !important;
    margin-bottom: 12px !important;
  }
  .growth-form button[type="submit"] {
    font-size: 1.1rem !important;
    padding: 10px 0 !important;
    width: 100% !important;
    border-radius: 30px !important;
  }
  .growth-slider-side {
    min-width: 0 !important;
    width: 100% !important;
    border-radius: 0 0 30px 30px !important;
    padding: 10px 4px !important;
    margin-top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .growth-testimonial-carousel {
    max-width: 100% !important;
    width: 100% !important;
  }
  .testimonial-item {
    min-height: unset !important;
    padding: 18px 8px !important;
    border-radius: 16px !important;
    align-items: center !important;
    text-align: center !important;
  }
  .testimonial-user {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }
  .testimonial-user img.user-image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 16px !important;
  }
  .testimonial-user-info {
    font-size: 1rem !important;
  }
  .testimonial-text {
    font-size: 0.98rem !important;
    line-height: 1.4 !important;
  }
  .footer-logo-sociallink {
    height: auto;
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .footer-logos img {
    position: relative;    
}
p.right-para {
  text-align: center;
}
}

@media screen and (max-width: 992px) {
  /* ...existing responsive styles... */
  .growth-form-side {
    min-width: 0;
    width: 100%;
    padding: 24px 10px 10px 10px;
    border-radius: 0;
  }
  .growth-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: row;
	  width: 103%;
  }
  .growth-form-row input {
    min-width: 0;
    width: 48%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px 8px;
    margin-bottom: 12px;
  }
  @media screen and (max-width: 600px) {
    .growth-form-row {
      flex-direction: column;
      gap: 0;
    }
    .growth-form-row input {
      min-width: 0;
      width: 100%;
    }
  }
  .growth-form textarea {
    width: 100%;
    min-height: 60px;
    font-size: 1rem;
    padding: 10px 8px;
    margin-bottom: 12px;
  }
  .growth-form-checkbox label {
    font-size: 1rem;
  }
  .growth-form-privacy {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
  .growth-form button[type="submit"] {
    font-size: 1.1rem;
    padding: 10px 0;
    width: 100%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 600px) {
  .growth-form-row input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    font-size: 15px;
    padding: 7px 8px;
    height: 38px;
    line-height: 1.2;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer-content {
    display: block;
    margin-bottom: 30px;
    padding: 0 8px;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 24px;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .footer-links {
    display: block;
    margin-bottom: 24px;
  }
  .footer-column {
    text-align: center;
    margin-bottom: 18px;
  }
  .footer-column h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .footer-column ul li {
    margin-bottom: 8px;
  }
  .footer-column ul li a {
    font-size: 15px;
    padding: 6px 0;
  }
  .social-links {
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
  }
  .footer-bottom {
    padding-top: 14px;
    font-size: 13px;
  }
  .footer-bottom p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .footer-logo img {
    max-width: 90px;
  }
  .footer-column h4 {
    font-size: 14px;
  }
  .footer-column ul li a {
    font-size: 13px;
  }
}

/* Desktop: show desktop menu, hide mobile menu */
.desktop-menu { display: block !important; }
.mobile-nav { display: none !important; }

/* Mobile: show mobile menu, hide desktop menu */
@media (max-width: 992px) {
  .desktop-menu { display: none !important; }
  .mobile-nav { display: block !important; }
}

/* Hamburger Icon Styles */
.mobile-hamburger {
  display: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10001;
  margin-left: auto;
}
.mobile-hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  background: #222;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .mobile-hamburger { display: flex !important; }
  .mobile-nav { display: none !important; }
  .mobile-nav.active { display: block !important; }
}
.mobile-menu {
  position: absolute;
  top: 70px;
  text-align: center;
  text-decoration: none;
  left: 0;
  width: 100%;
  background-color: white;  
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 0 0 10px 10px;
  padding-left: 0px;
  max-height: 70vh;
  overflow-y: auto;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.mobile-menu li {
  width: 100%;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-menu li a {
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
  text-align: center;
}
.mobile-menu li a:hover {
  background: #f5f5f5;
  color: #0089F7;
}

/* Mobile Submenu Styles */
.mobile-menu .sub-menu {
  display: none;
  padding-left: 20px;
  background: #fafafa;
  margin: 0;
  list-style: none;
}

.mobile-menu .sub-menu li {
  border-bottom: 1px solid #e0e0e0;
}

.mobile-menu .sub-menu li:last-child {
  border-bottom: none;
}

.mobile-menu .sub-menu li a {
  padding: 12px 20px;
  font-size: 14px;
  color: #666;
}

.mobile-menu .sub-menu li a:hover {
  background: #f0f0f0;
  color: #0089F7;
}

/* Arrow for menu items with submenu */
.mobile-menu .menu-item-has-children > a {
  position: relative;
}

.mobile-menu .menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
  transition: transform 0.3s ease;
}

.mobile-menu .menu-item-has-children.active > a:after {
  transform: translateY(-50%) rotate(180deg);
}

.mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}



.background-overlay-case-studies {
  position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(279.16deg, rgb(85 120 155 / 63%) 4.31%, #7c7cb6a1 51.71%, rgb(42 58 73 / 80%) 95.62%);
    /* margin-top: -100px; */
    top: 0;
}
.case-studies-content .information-team {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  row-gap: 1.25rem;
  width: 45rem;
  position: relative;
}
.case-studies-content .teams {
  width: 12.5rem;  
}
.case-studies-content .teams p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 1rem;
  letter-spacing: -.04rem;
  line-height: 2rem;
  color: #202020 !important;
  text-shadow: 0 0 0.8px #202020, 0 0 0.8px #202020;
}

.abouts-section {
  color: #202020;
  padding-top: 2rem;
  padding-bottom: 0rem !important;
}
.abouts-section .about-mains h2, .abouts-section .about-mains h3 {
  line-height: 3.625rem;
  font-size: 3rem;
  letter-spacing: -.125rem;
  font-weight: 600;
  color: #202020;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.abouts-section .about-mains p {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 3.125rem;
  letter-spacing: -.04rem;
  line-height: 2rem;
  text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.goal-set-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  gap: 40px;
}
.goal-svg {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 184px;
}
.goal-content {
  display: flex;
  flex: 0 0 75%;
  flex-direction: column;
  padding-right: 15px;
}
.goal-list ul li {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  margin-left: 1.625rem;
  list-style-type: square;
  letter-spacing: -.04rem;
  line-height: 2rem;
  font-weight: 500;
  text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}
.goal-list ul li::marker {
  color: #0146a7;
  font-size: 26px;
}
.goal-set-main:hover .goal-svg img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(98%) saturate(3754%) hue-rotate(193deg) brightness(97%) contrast(100%);
  opacity: 0.2;
}
.business-column {
  display: grid;
  gap: 30px;
  grid-template-columns: 49% 49%;
}
.business-image {
  display: flex;
  justify-content: center;
  align-content: center !important;
}
.business-content, .business-image {
    flex: 1;
    align-content: center;
}
.goal-content h3 {
  line-height: 2.375rem;
  font-size: 1.75rem;
  letter-spacing: -.0625rem;
  color: #202020;
  font-weight: 600;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.blog-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.post-item {
    width: 365px;
    border-radius: 2rem;
    background-color: #f5f5fa;
    transition: all .25s ease-in-out;
    border: 0.01px solid #fbfbfb;
    margin-bottom: 40px;
    position: relative;
    float: left;
    overflow: hidden;
}
.post-item:hover {
    border-radius: 1.5rem;
    background-color: rgba(0, 102, 255, .102);
}
.post-item img {
    width: 100%;
    height: 200px;
}
.post-details {
    padding: 1.25rem;
}
.post-category {
    display: flex;
}
.post-details h3 {
    transition: all .25s ease-in-out;
    color: #202020;
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: -.03125rem;
    font-weight: 600;
}
.post-details p {
    color: #202020;
}
a.post-title {
    text-decoration: none;
}
.post-category .ds_DK {
    padding: 0px 7px;
}




/* blog slider */

.slider-container {      
      margin: 0px auto 40px;
      background: transparent;
      border-radius: 12px;
      padding: 20px;
    }

    .slider-content {
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .slider-content img {
      width: 360px;
      border-radius: 12px;
    }

    .slider-text h2 {
      font-size: 30px;
      margin: 0 0 10px;
      color: #202020;
    }
    p#slider-desc {
    color: #202020 !important;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    margin: 10px 0px;
}
p.slider-future {
    font-size: 16px;
    color: #949ca8;
    font-weight: 600;  
}
p.slider-future {
    font-size: 28px;
    color: #949ca8;
    margin: 0px 0px 6px;
    font-weight: 600;   
}

    .slider-text p {
      color: #444;
    }

    /* Tabs */
    .tabs {
      display: flex;
      justify-content: space-around;
      margin-top: 20px;
    }

    .tab {
      flex: 1;
      text-align: center;
      cursor: pointer;
      color: #777;
      font-weight: 600;
    }

    .tab.active {
      color: #000;
    }

    /* Progress bar segments */
    .progress-bar {
      display: flex;
      gap: 5px;
      margin-top: 15px;
    }

    .segment {
      flex: 1;
      height: 4px;
      background: #ddd;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
    }

    .fill {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background: #007bff;
      transition: width linear;
    }
    a#slider-link {
    display: grid;
    gap: 30px;
    grid-template-columns: 30% 65%;
    height: 203px;
    text-decoration: none;
}

.categury-link a {
    color: #202020;
    transition: opacity .2s ease-in-out;
    text-decoration: none;
    opacity: .65;
    font-size: 14px;
    font-weight: 500;
}
.categury-link svg {
    margin: 0px 10px;
}
a.blog-main-category {
    opacity: 1 !important;
    font-weight: 600 !important;
}
.case-study-main.single-blog-page.service-main.container h1 {
    line-height: 3.25rem;
    font-size: 2.875rem;
    padding-top: 30px;
}
.auther-link {
    display: flex;
    gap: 15px;
    align-items: center;
}
.auther-link spam {
    opacity: 1;
    color: #202020;
    margin-left: -9px;
    font-size: 14px;
    font-weight: 500;
}
.auther-link p {
    margin: 0px !important;
    opacity: .65;
    font-size: 14px !important;
}
.mcb-background-overlay .case-study-main.container {   
    padding-bottom: 50px;
}
.abouts-section {
    color: #202020;
    padding-top: 2rem;
    padding-bottom: 0rem !important;
}
.blog-detail-main {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.blog-content {
    flex: 3;
    min-width: 850px !important;
}
.blog-sidebar {
    border-radius: 24px;
    height: fit-content;
    flex: 1;
    top: 100px;
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #eee;
    min-width: 330px;
    overflow: hidden;
}
.blog-social-link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.blog-social-icon, .blog-google-doc {
    align-items: center;
    display: flex;
    gap: 5px;
}
.blog-social-link p {
    font-size: 16px;
    color: #202020;
    font-weight: 600 !important;
    margin: 0;
}
.blog-social-link a {
    background-color: #F8F8F8;
    padding: 8px;
    border-radius: 12px;
    width: 26px;
    height: 26px;
}
.post-content p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 16px;
    line-height: 23px;
}
h2.wp-block-heading {
    letter-spacing: -0.5px !important;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.post-content a {
    text-decoration: none;
    color: #585DBA;
}
ul.wp-block-list {
    padding-bottom: 15px;
    padding-left: 2rem;
    margin-top: 0px;
}
tbody {
    border: 1px solid;
    text-align: center;
}
tr {
    font-weight: 700;
}
body p, ul li {
    text-shadow: 0 0 0.5px #202020, 0 0 0.5px #202020;
}

.tags-link h4 {
    font-size: 18px;
}
.tags-link a {
    font-weight: 500;
    color: #fff;
    background-color: #06f;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}
img {
    height: fit-content;
    max-width: 100%;
}
.revire-button {
    align-items: center;
    background-color: #0066ff1a;
    border-radius: 6.25rem;
    cursor: pointer;
    padding: .625rem 1.25rem;
    transition: color .25s 
ease-in-out, background-color .25s 
ease-in-out;
    width: fit-content;
    margin-top: 20px;
    border: none;
}
.revire-button a {
    color: #06f;
    cursor: pointer;
    display: flex;
    gap: .5rem;
    justify-content: center;
    line-height: 1.375rem;
    font-size: 1.125rem;
    letter-spacing: -.04rem;
    line-height: 2rem;
    font-weight: 600;
    text-decoration: none;
}
.recent-posts-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.recent-post-item {
    border: 1px solid #eaeaea;
    padding: 5px;
    border-radius: 24px;
    background: #f9f9f9;
    transition: box-shadow 0.3s ease;
}
.blog-sidebar a {
    color: #202020;
    text-decoration: none;
}


.form-row.row.form-one input {
    color: #ffffff !important;
    border-color: #ffffff;
    font-size: 18px;
	    width: 95%;
}
.form-row.row.form-one input::placeholder, .form-one textarea::placeholder {
	color: #ffffff !important;	
}
.form-one textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
	font-size: 18px;
}
.form-one textarea:focus{
outline: none;
  box-shadow: none;
  border: none; 
	border-bottom: 1px solid #ffffff;
}
.custom_form_submit {
    background: #fff;
    color: #0066e6;
    font-weight: 700;
    font-size: 1.3rem;
    border: none;
    border-radius: 40px;
    padding: 12px 48px;
    cursor: pointer;
    transition: background 0.2s;
}
button.hero-button {
    border: none;
    cursor: pointer;
}

/* intl-tel-input plugin के लिए */
.iti {
    width: 50%; /* कंटेनर को पूरी जगह लेने दें */
}
.iti.iti--allow-dropdown .iti__flag-container {
   display: none; /* पहले फ्लैग को छुपाएं */
}

.iti.iti--allow-dropdown .iti.iti--allow-dropdown.iti--separate-dial-code .iti__flag-container {
  display: block !important; /* डायल कोड के साथ फ्लैग दिखाएं */
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important; /* पृष्ठभूमि को पारदर्शी बनाएं */
}
input#phone_number, .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.iti__arrow--up {
    border-bottom: 4px solid white !important;
}
.iti__arrow {    
    border-top: 4px solid white !important;
}
span.iti__country-name, span.iti__dial-code {
    color: black;
}
form.contact-form-ui .iti__arrow {    
    border-top: 4px solid black !important;
}
form.contact-form-ui .iti__arrow--up {
    border-bottom: 4px solid black !important;
}