@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

@font-face {
    font-family: 'Bespoke Serif';
    src: url('assets/fonts/BespokeSerif-Bold.woff2') format('woff2'),
        url('assets/fonts/BespokeSerif-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #0F2B5B;
    --electric-blue: #0066CC;
    --accent-cyan: #00CFE8;
    --accent-green: #00D4AA;
    --light-gray: #F5F7FA;
    --dark-gray: #333333;
    --white: #FFF;
    --text-dark: #2B3540;
    --bg-clr: #F3F8FB;
    --text-light: #718096;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}


.navbar {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/about-bg.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/female.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.bg-image1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/it.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.bg-image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/secure-img.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.bg-image3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/ai-consult.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.bg-image4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/custom-app.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.bg-image5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/careers.webp") no-repeat center center;
    background-size: cover;
    animation: initialZoom 3s ease-out forwards, zoomCycle 40s ease-in-out infinite 3s;
    z-index: 1;
}

.heading {
    font-size: 3rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 3.5rem;
    font-family: 'Urbanist', sans-serif;
}


.heading1 {
    font-size: 5rem;
    color: #000000;
    font-weight: 700;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    font-family: 'Urbanist', sans-serif;
}

.heading-3 {
    font-size: 3rem;
    color: #ffff;
    font-weight: 700;
    letter-spacing: 8%;
    line-height: 3.5rem;
    font-family: 'Inter', sans-serif;

}

.last-content {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.last-heading {
    font-size: 2rem;
    color: var(--white);
    font-weight: 500;
    padding-top: 2rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.sub-heading {
    font-size: 2.5rem;
    color: #2B3540;
    font-weight: 700;
    letter-spacing: 8%;
    line-height: 3.5rem;

    font-family: 'Inter', sans-serif;

}

.heading-0 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    font-family: 'inter', sans-serif;
}

.content {
    font-size: 1rem;
    color: #222222;
    padding-top: 2rem;
    font-weight: 500;
    padding-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.content-size {
    font-size: 1rem;
    color: #222222;
    padding-top: 2rem;
    font-weight: 500;
    padding-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.bg-style {
    background-color: var(--bg-clr);

}


.nav-container {
    width: 100%;
    max-width: 1700px;
    background-color: var(--bg-clr);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-content {

    width: 100%;
    max-width: 1400px;

    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo a {
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 5rem;
    color: var(--primary-blue);
    text-decoration: none;
}

/* Logo Styles */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.logo-size {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    /* scale: 0.5; */
}

.logo {
    height: 27px;
    width: auto;
    display: block;
}

.logo1 {
    height: 17px;
    width: auto;
    display: block;
}

.inter {
    font-size: 3rem;
    font-family: 'Bespoke Serif', serif;

}

.nav-logo span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    padding-left: 5rem;
}

/* .content-position {
    padding-left: 5rem;
} */

.content-align {
    width: 490px;
}

/* Update existing nav-logo styles */
.nav-logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: scale(1.15);
    transform-origin: left center;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

#index {
    .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        /* background-color: white; */
    }
}

.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0D5EBF;
}

.nav-link.active {
    color: #0D5EBF !important;
}

.nav-item {
    position: relative;
    z-index: 2;
    /* right: 9px; */
    color: var(--text-dark) !important;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

#index .nav-item {
    position: relative;
    z-index: 2;
    /* right: 9px; */
    color: black !important;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-items {
    position: relative;
    z-index: 2;
    right: 9px;
    color: var(--text-dark) !important;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0D5EBF;
}

.nav-item.active {
    color: #0D5EBF !important;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    position: relative;
    z-index: 2;
    right: 98px;
    color: #000000;
    font-weight: 500;
    text-decoration: none;

    transition: color 0.3s ease;
}


.nav-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    margin: 3px 0;
    transition: 0.3s;
}

.nav-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: var(--text-dark);
}


.hero {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);
    color: var(--white);
    padding: 160px 0 100px;
    text-align: center;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */


/* Sections */
.intro-section {
    padding: 80px 0;

    /* max-width: 1400px; */
    margin: auto;

}

.service-nav {
    background-color: #fff;
}

.intro-sec {

    background-color: #ffff;
    width: 100%;
    margin: auto;
    height: 524px;
    overflow: hidden;

}

.intro-align {
    padding: 10px 0;

    max-width: 1400px;
    margin: auto;
}

.about-align {
    padding: 10px 0;

    width: 100%;
    margin: auto;
}

.intro-alignment {
    padding: 10px 0;


    margin: auto;
}

.align-content {
    padding-left: 5rem;

}

.custom-image {

    flex: 0 0 47%;
    width: 100%;
    width: 871.5px;
    height: 740.6px;
    position: relative;
    top: 3px;
    scale: 0.8;
    top: -13px;
    left: -123px;
    border-radius: 100px;
    transform: rotate(-13.02deg);
    background-image: url(assets/images/service1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;

}

.nav-container {
    flex: 1;
    z-index: 2;
}

/* .content-position {
    max-width: 600px;
} */

.heading {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
}

.content {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.home-content {

    font-size: 1.1rem;
    line-height: 1.6;
}

/* .nav-menu{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #F6F1ED;
    z-index: 1000; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  } */
/* .shape-align {
    background-color: #01244E;
    height: 340px;
    position: relative; 
    overflow: hidden;
  } */
.shape-align {
    height: 100vh;
    color: #fff;
    display: flex;
}

.content-section {
    margin-top: 6rem;
}

.sub-content {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.6;
}

.about-content {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 42px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #000000;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.apply-job {
    display: flex;
}

.puzzle-shape {
    width: 295px;
    height: 250px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    top: -135px;
    left: 892px;
    border-radius: 4px;
    background-image: url('assets/images/puzzle.gif');
    opacity: 1;
    z-index: 1;
    scale: 0.4;

}

.team-name {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 1rem;

    line-height: 34px;
    letter-spacing: 8%;

}

.secound-shape {


    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    top: -135px;
    left: 892px;
    border-radius: 4px;
    background-image: url('assets/images/secound-codes.png');
    opacity: 1;
    z-index: 1;
}

.intro-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary-blue);
}

.intro-content p {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.8;
}

.values-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;

}

@media (max-width: 768px) {
    .shape {
        display: none;
    }
}

@media (max-width: 1280px) {
    .sub-heading {
        font-size: 2.5rem;
        color: #2B3540;
        font-weight: 500;
        letter-spacing: 8%;
        line-height: 3.5rem;
        font-family: 'Inter', sans-serif;
        padding-left: 2rem !important;
        align-content: center;
        align-items: center;
        padding-top: 3rem;


    }

    .info-banner {

        display: flex;
        height: auto !important;
        padding: 40px 60px;
        box-sizing: border-box;
        color: #000000;
        overflow: hidden;
    }

    .innovation-container {
        height: unset !important;
        background-color: var(--white);
        opacity: 1;
        border-radius: 50px;
        padding-top: 39px;
        padding-right: 149px;
        padding-bottom: 39px;
        padding-left: 149px;
        gap: 10px;
    }

    .about-box {
        position: absolute;
        top: 81% !important;
        left: 50%;
        width: 485px !important;
        height: 120px;
        transform: translate(-50%, -50%);
        color: #000000;
        font-size: 1.2rem;
        background-color: white;
        padding: 1rem;
        border-radius: 8px;
    }

}

.value-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}



/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);
    color: var(--white);
    padding: 140px 0 80px;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Services */
.services-section {
    padding: 40px 0 0 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--electric-blue);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 1.5rem;
}

.service-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.service-features {
    list-style: none;
    margin-top: 1.5rem;
}

.service-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--light-gray);
}

.service-features li:before {
    content: "✓";
    color: var(--accent-green);
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Advantages */
.advantages-section {
    padding: 80px 0;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.advantage-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.advantage-icon {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 1rem;
}

/* Process */
.process-section {
    padding: 80px 0;
    background: var(--light-gray);
    text-align: center;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step {
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--electric-blue);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

/* Contact */
.contact-section {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2 {
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.contact-details {
    margin: 2rem 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--electric-blue);
    margin-right: 1rem;
    width: 30px;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background: var(--electric-blue); */
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-icons a:hover {
    background: var(--primary-blue);
}

/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid var(--light-gray);
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--electric-blue);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}



.mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.mv-card {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
}

.mv-card i {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 1rem;
}

.vitae-connection {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin-top: 3rem;
}


@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .values-grid,
    .services-grid,
    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 200px;
        text-align: center;
    }

}

.floating-shape {
    position: absolute;
    /* width: 612px;
    height: 612.69px;
    left: 774px;
    top: 21px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    transform: rotate(-1.02deg) scale(1);
    opacity: 1;
    z-index: 1;
    transition: transform 0.3s ease;
    animation: float 6s ease-in-out infinite;
}




.big-heading {
    font-size: 2rem;
    color: #2B3540;
    font-weight: 600;
    line-height: 3.0rem;

    font-family: Noto Serif;
}

.accordion {
    padding-top: 1rem;
}

.accordion-content {
    width: 567px;
    height: 100px;
    display: flex;
    font-size: 1rem;
    align-items: center;
    padding-left: 20px;

    opacity: 0;
    max-height: 0;
    overflow: hidden;


    transition: opacity 1.2s ease, max-height 1.2s ease;

}


.accordion-toggle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: unset;

    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.accordion-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: unset;
    background-color: #000000;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.accordion-btn.open {
    background-color: #D28157;
}

.accordion-body {
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    transition: max-height 1.5s ease;
    padding: 0 10px;
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
}

#it-consulting {
    .accordion-body {
        font-family: 'Inter', sans-serif;
        overflow: hidden;
        transition: max-height 1.5s ease;
        padding: 15px;
        color: #000000;
        font-weight: 500;
        font-size: 2rem;
    }
}

.accordion-item.open .accordion-body {
    max-height: 200px;
}



.accordion-toggle.rotate {
    transform: rotate(180deg);
}





.accordion-item {
    /* background-color: var(--white) !important; */
    margin-bottom: 1rem;
    /* width: 567px; */
    /* border-radius: 8px; */
}

.info-content {
    position: relative;
    background-color: #01244E;
    width: 100%;
    border-radius: 28px;
    /* max-width: 1920px; */
    display: flex;
    justify-content: center;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;

}

.service {

    gap: 20px;
    margin-bottom: 20px;
}


.content-box {
    font-size: 1rem;
    line-height: 1.6;
    font-size: 1rem;
    color: #222222;

    font-weight: 500;
    padding-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.service {
    width: 727px;
    /* height: 166px; */
    background-color: var(--white);
    border-radius: 24px;
    padding: 27px;
    display: flex;
    /* flex-direction: column;
    align-items: flex-start; */
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.service-box:hover {

    transform: translateY(-5px);
}

.service-box:hover .learn-more-btn {
    background-color: #fff;
    color: #0D5EBF;

}

.service-box:hover .learn-more-btn a {
    background-color: #fff;
    color: #0D5EBF;
}

.align-box {
    margin-left: 6rem;
}

.icon-box {
    width: 85px;
    height: 85px;
    background-color: var(--white);
    border-radius: 8px;
    transform: rotate(0deg);
    opacity: 1;
}

.icon-block {
    padding: 10px;
}

.service-description {
    font-size: 1rem;
    color: #718096;
    line-height: 1.6;
}

/* .learn-more-btn {
    width: 210px;
    height: 55px;
    background-color: var(--white);
    border: none;
    border-radius: 100px;
    padding: 10px 29px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 8%;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: rotate(0deg);
    transition: background 0.3s ease;
} */

/* .dark-section {
    width: 100%;
    top: 4516px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 114px;
    overflow: hidden;
} */

.subtext {

    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #222222;
    line-height: 100%;
    letter-spacing: 8%;

}

.rotated-box {
    width: 796.35px;
    height: 491.35px;
    top: -125px;
    left: -82px;
    background-image: url(assets/images/girl.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 79px;
    transform: rotate(-0.02deg);
    opacity: 1;
    z-index: 0;
}

.text-align {
    text-align: center;
    display: flex;
}

.text-content {
    position: relative;
    z-index: 1;
    color: var(--white);
    /* max-width: 600px; */
    font-size: 1rem;

    line-height: 1.6;
}

.text-contents {
    position: relative;
    z-index: 1;
    color: var(--white);
    /* max-width: 600px; */
    font-size: 1rem;
    line-height: 1.6;
    margin-left: 3rem;
    margin-top: 3rem;

}


.custom-footer {

    width: 100%;

    min-height: 555px;

    background-color: #F3F8FB;

    border-top-left-radius: 24px;

    border-top-right-radius: 24px;

    padding-top: 113px;

    box-sizing: border-box;

}



.footer-container {

    width: 100%;

    max-width: 1243px;

    display: flex;

    justify-content: center;

    margin: 0 auto;

    padding-bottom: 103px;



}



.footer-column {

    flex: 1 1 250px;

}



.footer-column h4 {

    font-size: 1.4rem;

    font-weight: 600;



    color: #000000;


}

.footer-column ul li {

    font-family: 'Inter', sans-serif;

    font-weight: 500;

    font-size: 1rem;



    line-height: 34px;
}


.footer-column ul li a {

    font-family: 'Inter', sans-serif;

    font-weight: 500;

    font-size: 1rem;

    color: #000000;

    text-decoration: none;

    transition: color 0.3s ease;

}


.footer-column p {
    font-size: 1rem;
    line-height: 1.6;
}

.section-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.section-visible {
    opacity: 1;
    transform: translateY(0);
}

.learn-more-btn:hover {
    background-color: #fff;
    color: #0D5EBF;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.floating-shape {
    animation: float 6s ease-in-out infinite;
}



.accordion-item:hover~.floating-shape {
    transform: rotate(-1.02deg) scale(1.1);
}


.hero-content h1 {
    opacity: 0;
    animation: fadeIn 2s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.animated-heading {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 1.5s cubic-bezier(0.43, -0.01, 0.58, 0.99) forwards;
}

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.accordion-content {
    max-height: 0;
    overflow: hidden;

}

.accordion-item.open .accordion-content {
    max-height: 500px;
    opacity: 1;
}

.innovation-section {
    padding: 80px 0;
    background-color: #F5F7FA;
}

.innovation-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.innovation-container {

    /* height: 521px; */
    background-color: var(--white);
    opacity: 1;

    border-radius: 50px;

    padding-right: 149px;
    padding-bottom: 39px;
    padding-left: 144px;
    gap: 10px;

}

.innovation-box {
    width: 415px;
    height: 400px;
    background-color: var(--white);
    border-radius: 42px;
    padding-top: 52px;
    padding-right: 33px;
    padding-bottom: 52px;
    padding-left: 33px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    opacity: 1;
    transform: rotate(0deg);
}

/* #it-consulting .innovation-box {
  width: 415px;
  height: 350px;
  background-color: var(--white);
  border-radius: 42px;
  padding: 52px 33px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
} */


.innovation1 {
    width: 415px;
    height: 400px;

    border-radius: 42px;
    padding-top: 52px;
    padding-right: 33px;
    padding-bottom: 52px;
    padding-left: 33px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    opacity: 1;
    transform: rotate(0deg);
}

.box {

    height: 400px;

    border-radius: 42px;
    padding-top: 52px;
    padding-right: 33px;
    padding-bottom: 52px;
    padding-left: 33px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    opacity: 1;
    transform: rotate(0deg);
}

.innovation-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
    padding-top: 2rem;
}

.innovation-text {
    font-size: 16px;
    color: #0000008c;
    font-weight: 500;
    line-height: 1.6;
}

.sub-content {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 42px;
    letter-spacing: 0.08em;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}


.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    font-size: 16px;

}

.heading {
    font-size: 4rem;

}

.innovation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding-left: 5rem;
}

@media (max-width: 768px) {
    .heading {
        font-size: 1.8rem;
        text-align: center;
    }

    .service-box {
        width: 100%;
        height: auto;
        margin: 1rem 0;
    }

    .innovation-box {
        width: 100%;
        height: auto;
    }

    .box {
        width: 100%;
        height: auto;
    }

    .custom-shape,
    .floating-shape,
    .rotated-box {
        display: none;

    }
}

.accordion-item,
.accordion-content {
    width: 100%;
    /* max-width: 567px; */
}

.info-banner {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #000000;
    overflow: hidden;
}

.career-banner {
    position: relative;

    width: 100%;
    height: 500px;
    /* max-width: 1920px; */
    /* display: flex; */

    padding: 40px 60px;
    box-sizing: border-box;
    color: #000000;
    /* margin-top: 4rem; */
    overflow: hidden;

}

.info {
    position: relative;
    background-color: #01244E;
    width: 100%;
    height: 396px;
    /* max-width: 1920px; */
    display: flex;
    justify-content: center;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
}

.decor-box {
    position: absolute;
    opacity: 1;
    transform: rotate(0deg);
}


.large-box {
    width: 218px;
    height: 218px;
    background-color: #023B80;
    border-radius: 30px;
    top: 146px;
    right: -72px;
    transform: rotate(14.98deg);
}

.large1-box {
    width: 218px;
    height: 218px;
    background-color: #023B80;
    border-radius: 30px;
    top: 146px;
    right: -52px;
    transform: rotate(14.98deg);
}

.small1-box {
    width: 83px;
    height: 76px;
    background-color: rgba(4, 93, 200, 0.1);
    border-radius: 22px;
    top: 45px;
    left: 7px;
    transform: rotate(36.99deg);

}

.small-box {
    width: 83px;
    height: 76px;
    background-color: rgba(4, 93, 200, 0.1);
    border-radius: 22px;
    top: 45px;
    right: 7px;
    transform: rotate(36.99deg);

}

.smallest-box {
    background-color: rgba(4, 93, 200, 0.1);
    width: 83px;
    border-radius: 22px;
    height: 76px;
    top: -4px;
    right: 85px;
}


.small2-box {
    background-color: rgba(4, 93, 200, 0.1);
    width: 83px;
    border-radius: 22px;
    height: 76px;
    top: 125px;
    left: 122px;
}


@media (max-width: 768px) {
    .decor-box {
        display: none;
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(100px) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotate(14deg);
        opacity: 1;
    }
}

.animate-up-box {
    animation: floatUp 2.5s ease-out forwards;
    animation-play-state: paused;
}

.info-container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding-left: 3rem;
    max-width: 1320px;
    margin: auto;
}

.info-text {
    display: flex;
    justify-content: center;
    margin: auto;

}

.info2 {

    justify-content: center;
    margin: auto;

}

.noto-heading {
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    font-size: 48px;

    line-height: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    width: 671px;
}

.inter-paragraph span {
    font-family: 'Inter', sans-serif;
    display: block;
    opacity: 0;
    font-size: 2rem;
    text-align: center;
    transform: translateY(20px);
    animation: fadeUp 1.5s ease forwards;
    animation-play-state: paused;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.inter-paragraph span.visible {
    opacity: 1;
    transform: translateY(0);
}


.accordion-item {
    border: unset !important;
}

.info-image {
    text-align: center;
    scale: 0.7;
    padding-right: 10px;

}

.profile-img {
    width: 200px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.designation {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;

}

@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
        text-align: center;
    }

    .noto-heading {
        font-size: 32px;
    }

    .inter-paragraph {
        font-size: 14px;
        line-height: 28px;
    }

    .profile-img {
        width: 150px;
    }
}


/* Fade in from left */
.animate-left {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeLeft 1s ease-out forwards;
}

@keyframes fadeLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.animate-right {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeRight 1s ease-out forwards;
}

@keyframes fadeRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.animate-up {
    opacity: 0;
    transform: translateY(60px);
    animation: riseUp 1s ease-out forwards;
}

@keyframes riseUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.delay-1 {
    animation-delay: 0.3s;
}

.delay-2 {
    animation-delay: 0.6s;
}

.delay-3 {
    animation-delay: 0.9s;
}

.animate-up-rotate {
    opacity: 0;
    transform: translateY(80px) rotate(29deg);
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s ease;
}

.section-visible .animate-up-rotate {
    opacity: 1;
    transform: translateY(0) rotate(160deg);
}


/* .decor-box {
    opacity: 0;
    transform: translateY(80px) rotate(29deg);
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s ease;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 8px;
} */


.section-visible .decor-box {
    opacity: 1;
    transform: translateY(0) rotate(160deg);
}


.decor-box:nth-child(1) {
    transition-delay: 0.2s;
}

.decor-box:nth-child(2) {
    transition-delay: 0.5s;
}

.decor-box:nth-child(3) {
    transition-delay: 0.8s;
}

.decor-box:nth-child(4) {
    transition-delay: 1.1s;
}


.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}



.letter-animate {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: letterFade 0.5s ease forwards;
    will-change: transform, opacity;
}



@keyframes letterFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* .footer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
    line-height: 34px;
    letter-spacing: 0.08em;
    color: #000;
    text-align: center;
} */
.footer-text {

    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;

    padding: 15px 0;

    line-height: 34px;

    color: #737373;

    text-align: center;

}

.section {
    padding: 20px 0;
    max-width: 1400px;
    margin: auto;
}

.team-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.team-header-box {
    width: 564px;
    height: 157px;
    background-color: #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    padding-left: 3rem;
    /* justify-content: center; */
    align-items: center;

}


.team-profile-box {
    width: 564px;
    height: 408px;
    background-color: #FFFFFF;
    border-radius: 24px;
    opacity: 1;
    padding: 2rem;
    box-sizing: border-box;
    text-align: left;
    margin-top: 10px;
    padding-left: 3rem;
    padding-top: 3rem;

}

.team-profile-box .social-icons {
    margin-top: 3rem;
}

.team-profile-box h3 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.team-profile-box h5 {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: #555;
}

.team-profile-box p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.team-decorations {
    position: relative;
    /* width: 100%; */
    /* margin-top: -20px; */
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 3rem;
    padding-right: 2rem;
}

.team-row {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
    margin-bottom: 100px;
}

.team-section {
    width: 574px;
}

.team-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

}

.team-image-box {
    position: relative;
    z-index: 1;
}

.team-image {
    width: 300px;
    height: auto;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.5s ease;
}


.team-image.fade-out {
    opacity: 0;
}

.nav-arrow {
    position: absolute;
    top: 93%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
}

.prev-arrow {
    left: 14px;
}

.next-arrow {
    right: 5px;
}

.circle-blue {
    position: absolute;
    width: 27px;
    height: 11px;
    background-color: #0D5EBF;
    border-radius: 100px;
    opacity: 1;
    transition: left 0.3s ease, top 0.3s ease;
    z-index: 1;

}

.team-decorations {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.team-decorations {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.circle-light {
    width: 10px;
    height: 10px;
    background-color: #BFDBF6;
    border-radius: 100px;
    opacity: 1;
    position: relative;
    z-index: 0;
}

#activeCircle {
    position: absolute;
    width: 27px;
    height: 11px;
    background-color: #0D5EBF;
    border-radius: 100px;
    top: 0;
    left: 0;
    padding-right: 10px;
    transition: left 0.4s ease, top 0.4s ease;
    z-index: 1;
    margin-right: 5px;
}


.team-row {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
}

.team-section {
    width: 574px;
}




.team-image-box {
    width: 574px;
    height: 588px;
    border-radius: 24px;
    overflow: hidden;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
    font-family: 'Bespoke Serif';
    src: url('assets/fonts/BespokeSerif-Bold.woff2') format('woff2'),
        url('assets/fonts/BespokeSerif-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

Reset and Base Styles * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #0F2B5B;
    --electric-blue: #0066CC;
    --accent-cyan: #00CFE8;
    --accent-green: #00D4AA;
    --light-gray: #F5F7FA;
    --dark-gray: #333333;
    --white: #FFF;
    --text-dark: #2B3540;
    --bg-clr: #F3F8FB;
    --text-light: #718096;
    --bs-body-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
}


.navbar {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.heading {
    font-size: 3rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 3.5rem;
    font-family: 'inter', sans-serif;
}


.sub-heading {
    font-size: 2.5rem;
    color: #000000;
    font-weight: 500;
    letter-spacing: -2%;
    line-height: 3.5rem;
    font-family: 'Inter', sans-serif;

    align-content: center;
    align-items: center;
    padding-top: 3rem;


}

.content {
    font-size: 1rem;
    color: #222222;
    padding-top: 2rem;
    font-weight: 600;
    /* padding-left: 1.2rem; */
    padding: 20px;
    padding-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.bg-style {
    background-color: var(--bg-clr);

}

.content-bg {
    background-color: var(--bg-clr);
    height: 100%;
    /* max-width: 1400px; */
    position: relative;
    overflow: hidden;
    /* margin: 0 auto; */
    /* padding: 0 20px; */


}

.nav-container {
    width: 100%;
    max-width: 1400px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-radius: 12px;
}

.nav-logo a {
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 5rem;
    color: var(--primary-blue);
    text-decoration: none;
}

/* Logo Styles */
.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    padding-left: 2px;
}

.logo {
    height: 27px;
    width: auto;
    display: block;
}


.nav-logo span {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    padding-left: 5rem;
}

/* .content-position {
    padding-left: 5rem;
} */




.nav-logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    scale: 1.2;
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.active-btn {
    border-bottom: 1px solid #000000;
}






.nav-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background: var(--text-dark);
    margin: 3px 0;
    transition: 0.3s;
}

.nav-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: var(--text-dark);
}


.hero {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);
    color: var(--white);
    padding: 160px 0 100px;
    text-align: center;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */


/* Sections */
.intro-section {
    padding: 80px 0;

    /* max-width: 1400px; */
    margin: auto;
}

.intro-align {
    padding: 10px 0;

    /* max-width: 1400px; */
    margin: auto;
}

.align-content {
    padding-left: 5rem;

}

.service-custom {
    position: relative;
    display: flex;
    align-items: center;

    border-radius: 100px;
    transform: rotate(-5.02deg);
    opacity: 1;
    z-index: 1;
    line-height: 1.8;
    background-image: url(assets/images/secure-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;
    color: black;
}

.custom-shape {
    position: absolute;
    bottom: 100px;
    left: 100px;
    border-radius: 100px;
    transform: rotate(-5.02deg);
    opacity: 1;
    z-index: 1;
    line-height: 1.8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-shape.ai-consult {
    bottom: 120px;
}

.secound-shape {


    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    top: -135px;
    left: 892px;
    border-radius: 4px;
    background-image: url('assets/images/secound-codes.png');
    opacity: 1;
    z-index: 1;
}

.intro-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary-blue);
}

.intro-content p {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.8;
}

.semi {
    padding-bottom: 10px;
    padding-left: 10px
}

.values-section {
    padding: 80px 0;
    background: var(--light-gray);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;

}

.value-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}



/* Page Header */
.page-header {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);
    color: var(--white);
    padding: 140px 0 80px;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--electric-blue);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 1.5rem;
}

.service-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.service-features {
    list-style: none;
    margin-top: 1.5rem;
}

.service-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--light-gray);
}

.service-features li:before {
    content: "✓";
    color: var(--accent-green);
    font-weight: bold;
    margin-right: 0.5rem;
}

/* Advantages */
.advantages-section {
    padding: 80px 0;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.advantage-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.advantage-icon {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 1rem;
}

/* Process */
.process-section {
    padding: 80px 0;
    background: var(--light-gray);
    text-align: center;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-step {
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--electric-blue);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

/* Contact */
.contact-section {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h2 {
    margin-bottom: 1rem;
    color: var(--primary-blue);
}

.contact-details {
    margin: 2rem 0;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--electric-blue);
    margin-right: 1rem;
    width: 30px;
}


.social-icons {

    display: flex;

    gap: 1rem;
    margin-top: 3rem;

}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background: var(--electric-blue); */
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-icons a:hover {
    background: var(--primary-blue);
}

/* Forms */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #AAA6A6;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form input,
.form select,
.form textarea {
    width: 100%;
    /* border: 2px solid var(--light-gray); */
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    margin-top: 15px;
    padding-left: 10px;
    height: 32px;
    Color: #000000BF;

}

.form label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;



}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--electric-blue);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--electric-blue) 100%);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Footer */
.footer {
    background: var(--dark-gray);
    color: var(--white);
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--accent-cyan);
}

.footer-section a {
    color: var(--text-light);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--accent-cyan);
}

.footer-section p {
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.footer-section i {
    margin-right: 0.5rem;
    color: var(--accent-cyan);
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
    color: var(--text-light);
}


.mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.mv-card {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
}

.mv-card i {
    font-size: 2.5rem;
    color: var(--electric-blue);
    margin-bottom: 1rem;
}

.vitae-connection {
    background: var(--light-gray);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin-top: 3rem;
}


@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .values-grid,
    .services-grid,
    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 200px;
        text-align: center;
    }

}

.floating-shape {
    position: absolute;
    width: 612px;
    left: 100px;
    top: -21px;
    height: 612.69px;
    background-image: url('assets/images/tech.webp');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    border-radius: 100px;
    border-radius: 100px;
    border-radius: 100px;


    z-index: 1;

}

.big-heading {
    font-size: 2rem;
    color: #2B3540;
    font-weight: 600;
    line-height: 3.0rem;

    font-family: Noto Serif;
}

.accordion {
    padding-top: 1rem;
    width: 690px;
}

#it-consulting {
    .accordion {
        padding-top: 1rem;
        width: 560px;
    }
}

.accordion-content {
    width: 567px;
    height: 70px;
    display: flex;
    font-size: 1rem;
    align-items: center;
    padding-left: 20px;
    color: #0000008C;
    font-weight: 500;
}

/* .accordion-toggle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
} */






.accordion-body {
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    transition: max-height 1.5s ease;
    padding: 0 10px;
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
}

.accordion-item.open .accordion-body {
    max-height: 200px;
}



.accordion-toggle.rotate {
    transform: rotate(180deg);
}





.accordion-item {
    /* background-color: var(--white) !important; */
    margin-bottom: 1rem;
    width: 567px;
    /* border-radius: 8px; */
}

.career-img {
    max-width: unset;
    height: unset;
}

.service-box {
    width: calc(50% - 0.5rem);
    /* width: 564px; */
    min-height: 490px;
    height: auto;
    top: 1px;
    position: relative;
    background-color: #F6F6F6;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.icon-box {
    width: 85px;
    height: 85px;
    background-color: var(--white);
    border-radius: 8px;
    transform: rotate(0deg);
    opacity: 1;
}

.service-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    font-family: 'Inter', sans-serif;
    padding: 20px 20px 4px 20px;
}

.service-content {
    font-size: 16px;
    font-weight: 500;
    color: #0000008C;
    padding: 4px 20px 20px 20px;
}

.service-description {
    font-size: 1rem;
    color: #718096;
    line-height: 1.6;
}

.learn-more-btn a {
    color: white;
    text-decoration: none;
}

.learn-more-btn {
    width: 210px;
    height: 55px;

    border: none;
    border-radius: 100px;
    padding: 10px 29px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 8%;
    color: #000000;
    cursor: pointer;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: rotate(0deg);
    transition: background 0.3s ease;
}

.dark-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.dark-section .text-content {
    padding-right: 16px !important;
    width: 50%;
}

.dark-section .secound-left {
    width: 50%;

}

.subtext {

    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #222222;
    line-height: 100%;
    letter-spacing: 8%;

}

.rotated-box {
    width: 796.35px;
    height: 491.35px;
    top: -125px;
    left: -82px;
    background-image: url(assets/images/girl.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 79px;
    transform: rotate(-0.02deg);
    opacity: 1;
    z-index: 0;
}

.text-align {
    text-align: center;
    display: flex;
}

.text-content {
    position: relative;
    z-index: 1;
    color: var(--white);
    /* max-width: 600px; */
    font-size: 1rem;

    line-height: 1.6;
}

.banners {
    padding-left: 96px !important;
}


.footer-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 100px;
}

.tb-footer-cp {
    font-size: 11px;
    line-height: 145%;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: rgba(0, 0, 0, 0.55);
    width: 100%;
    text-align: center;
}

.footer-column {
    flex: 1 1 250px;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #000000;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}




.footer-column ul li a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}


.footer-column p {
    font-size: 1rem;
    line-height: 1.6;
}

.section-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.section-visible {
    opacity: 1;
    transform: translateY(0);
}

/* .learn-more-btn:hover {
    background-color: var(--electric-blue);
    transform: scale(1.05);
  } */

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

.floating-shape {
    animation: float 6s ease-in-out infinite;
}

.hero-content h1 {
    opacity: 0;
    animation: fadeIn 2s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.animated-heading span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: letterFade 0.5s ease forwards;
}

@keyframes letterFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.8s ease; */

}

.accordion-item.open .accordion-content {
    max-height: 200px;
}

.innovation-section {
    padding: 80px 0;
    background-color: #F5F7FA;
}

.innovation-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.innovation-box {
    width: 415px;
    height: 400px;
    background-color: var(--white);
    border-radius: 42px;
    padding-top: 52px;
    padding-right: 33px;
    padding-bottom: 52px;
    padding-left: 33px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    opacity: 1;
    transform: rotate(0deg);
}


.innovation-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
    padding-top: 2rem;
}

.innovation-text {
    font-size: 16px;
    color: #0000008c;
    font-weight: 500;
    line-height: 1.6;
}

/* .sub-content {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 42px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2B3540;
    padding-top: 2rem;
    padding-bottom: 2rem;
} */


.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    font-size: 16px;

}

.heading {
    font-size: 3.5rem !important;
    color: #ffff !important;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2px;

}


.main-head {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -2px;

}

.innovation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding-left: 5rem;

}



@media (max-width: 768px) {
    .heading {
        font-size: 1.8rem;
        text-align: center;
    }

    .service-box {
        width: 100%;
        height: auto;
        margin: 1rem 0;
    }

    .innovation-box {
        width: 100%;
        height: auto;
    }

    .custom-shape,
    .floating-shape,
    .rotated-box {
        display: none;

    }
}

.accordion-item,
.accordion-content {
    width: 100%;
    /* max-width: 567px; */
}

.image-container {
    display: grid;
    gap: 20px;
}

.value-container {
    display: grid;
    gap: 20px;
}

.info-banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 60px 40px 60px;
    box-sizing: border-box;
    color: #000000;

}

.info-container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    padding-left: 3rem;
    max-width: 1320px;
    margin: auto;
}

.info-text {
    flex: 1 1 600px;
}

.noto-heading {
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    width: 671px;
}

.inter-paragraph {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.08em;
    width: 750px;
}

.accordion-item {
    border: unset !important;
}

.info-image {
    text-align: center;
    scale: 0.7;
    padding-right: 10px;

}

.profile-img {
    width: 200px;
    height: auto;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.designation {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;

}

#servicesPage .heading-2 {
    font-size: 48px;
    font-family: 'Bespoke Serif', serif;
}

#servicesPage .heading {
    font-size: 52px;
    letter-spacing: 0;
}

#servicesPage .content-2 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    font-family: 'Inter', sans-serif;
}

#servicesPage .content-bg {
    padding: 0;
    background-color: #fff;
}

#servicesPage .nav-container {
    background-color: #fff;
}

.bg-img-wrapper {
    max-width: 1920px;
}

#servicesPage .custom-shape.img-1 {
    position: absolute;
    width: 770px;
    height: 770px;
    top: 0;
    left: 0;
    transform: rotate(0);
    z-index: 0;
    background-image: url('assets/images/services-img-1.webp');
    background-size: contain;
    background-position: left;
}

#servicesPage .custom-shape.ai-consult {
    position: absolute;
    width: 770px;
    height: 770px;
    top: 0;
    left: 0;
    transform: rotate(0);
    z-index: 0;
    background-image: url('assets/images/AI.png');
    background-size: contain;
    background-position: left;
}

#servicesPage .custom-shape.custom {
    position: absolute;
    width: 770px;
    height: 770px;
    top: 0;
    left: 0;
    transform: rotate(0);
    z-index: 0;
    background-image: url('assets/images/custom.webp');
    background-size: contain;
    background-position: left;
}

/* #servicesPage .nav-link {
    color: #000 !important;
} */

.nav-link {
    color: #000 !important;
}

#servicesPage .intro-section .d-block {
    transform: translateX(160px);
}

.carousal-img {
    width: 740px !important;
    height: 340px !important;
}

#servicesPage .intro-section .heading b {
    color: #0D5EBF;
}

.intro-section .content {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding-top: 1rem;
    min-width: 971px;
    max-width: 971px;
}

#servicesPage .benefits-banner {
    background-color: #01244E;
    width: 100%;
    max-width: 1920px;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 48px;
}

#servicesPage .inter-paragraph {
    max-width: 620px;
}

#servicesPage .section-stack {
    position: relative;
    background-color: #F3F7FB;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}

#servicesPage .center-content {
    max-width: 620px;
}

#servicesPage .benefits-container {
    max-width: 1324px;
    margin: 0 auto;
}

#servicesPage .benefits-container .heading-2 {
    width: calc(100% - 727px);
    z-index: 1;
}

#servicesPage .info-card {
    display: flex;
    width: 727px;
    padding: 24px 36px;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 8px;
}

.info-card {
    display: flex;

    padding: 24px 36px;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 8px;
}

#servicesPage .info-card .details-block {
    width: calc(100% - 52.88px);
}

#servicesPage .info-card .title-block {
    padding-left: 1rem;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #000;
}

#servicesPage .info-card .content-block {
    padding-left: 1rem;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #222222;
    margin-top: 10px;
}

#servicesPage .other-services-section {
    width: 100%;
    max-width: 1920px;
    padding: 40px 60px;
    box-sizing: border-box;
}

#servicesPage .other-services-container {
    max-width: 1274px;
    margin: 0 auto;
}

#servicesPage .other-services-container .section-left {
    width: calc(100% - 562px);
    z-index: 1;
    position: sticky;
    top: 100px;
}

#servicesPage .o-service-card {
    width: 562px;
    background-color: #fff;
    border-radius: 24px;
    padding: 27px;
    margin-bottom: 1rem;
}

#servicesPage .o-service-card .title-block {
    margin-top: 1rem;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #000;
}

.title-block {

    font-size: 28px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #000;
}

#servicesPage .o-service-card .content-block {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    margin-top: 1rem;
}

.bg-custom-blue {
    background-color: #01244E;
}

.usp-banner {
    background-color: #01244E;
    padding: 5rem 0;
}

.usp-banner .usp-content {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    font-style: italic;
    color: #fff;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.usp-banner .usp-content.service-it-consult {
    max-width: 1320px;
}

/* .usp-banner .usp-content.service-ai-consult {
    max-width: 945px;
} */

.offers-sections {
    width: 100%;
    padding: 150px 0;
    padding-top: unset;
}

.offers-sections .offers-content {
    max-width: 1324px;
    margin: 0 auto;
}

.offer-card {
    width: calc(50% - 10px);
    height: 230px;
    background-color: #fff;
    border-radius: 24px;
    padding: 27px;
}

.offer {
    width: calc(50% - 10px);
    height: 230px;

    border-radius: 24px;
    padding: 27px;
}

.offer-card .oc-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
}

.offer-card .oc-content {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #222222;
}

.get-started-banner {
    height: fit-content;
}

.get-started-banner .d-block {
    transform: translateX(120px);
}

.box-lg {
    width: 369.57px;
    height: 369.57px;
    position: absolute;
    top: 45%;
    left: -90px;
    transform: rotate(-14.98deg);
    border-radius: 30px;
    background: #023068;
    z-index: 1;
}

.box-sm {
    width: 175.25px;
    height: 175.25px;
    position: absolute;
    top: 18%;
    left: -35px;
    transform: rotate(17.5deg);
    border-radius: 30px;
    background: #012A5A;
    z-index: 1;
}

.box-sm.box-2 {
    top: 60%;
    left: 220px;
    transform: rotate(37deg);
    z-index: 0;
}

@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
        text-align: center;
    }

    .noto-heading {
        font-size: 32px;
    }

    .inter-paragraph {
        font-size: 14px;
        line-height: 28px;
    }

    .profile-img {
        width: 150px;
    }
}



.nav-items {
    position: relative;
    display: inline-block;
}


#services-dd.dropdown-menu {
    right: 0%;
    top: calc(100% + 1rem);
    min-width: 331px !important;
    padding: 0 !important;
    background-color: #fff;
    border-width: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 24px 0px #00000024;
    opacity: 0 !important;
    height: 0;
    overflow: hidden;
}


#services-dd .dropdown-link {
    text-decoration: none;
    display: block;
    width: 50%;
    font-size: 13px;
    font-weight: 500;
    color: #000000 !important;
    padding: 5px;
}

#dropDown .fa-chevron-down {
    font-size: 14px;
    margin-left: 0.25rem;
}

#dropDown::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    height: 1rem;
    width: 90px;
    background: transparent;
    z-index: 1;
    pointer-events: auto;
}

#services-dd .dropdown-link:hover {
    background: #f0f0f0;
    color: var(--primary-color) !important;
}


#services-dd.dropdown-menu.show {
    display: block;
    opacity: 1 !important;
    padding: 18px !important;
}

#servicesPage #dropDown .nav-item,
#contactPage #dropDown .nav-item {
    right: 0;
}


.nav-link .logo1 {
    width: 14px;
    /* adjust size */
    height: auto;
    transform: rotate(0deg);
    /* keep arrow straight */
    vertical-align: middle;
    /* align with text baseline */
}

#aboutPage .section-1 .content {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #2B3540;
}

.footer-column ul li a {
    display: inline-block;
    padding: 4px 6px;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.footer-column ul li a:hover {
    border-bottom: 1px solid #000;
}


/* Base Navbar Style */
nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all 0.5s ease;
    padding: 20px;
}


nav.scrolled {
    position: fixed;

    padding: 10px 0;
    /* width: 90%; */
    margin: 0 auto;
    border-radius: 12px;

}

.nav-container {
    width: 100%;
    max-width: 1440px;

    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;

    transition: all 0.5s ease;
}


.nav-container.scrolled {
    max-width: 1200px;
    height: 60px;
}

.intro-section {
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.footer-new {
    display: unset;

}

.intro-part {

    align-items: center;
    justify-content: center;
    /* horizontal center */
    position: relative;
    /* for animations/absolute children */
}





.style-part {
    color: #ffff;
}

.animate-up {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s ease-out;
}

.animate-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* .intro-part {
    position: relative;
    height: 100vh;
    overflow: hidden;
} */




.inter-content {
    position: relative;

    z-index: 2;
    color: #FFFFFFBF !important;

    line-height: 140%;
    letter-spacing: -0.5%;
    top: 5%;
    transform: translateY(-50%);
}

#contactPage .contact-align {

    display: flex;

}

.quesion {
    display: flex;
}

#contactPage .contact-form-wrapper {
    width: calc(100% - 480px);
    border-radius: 30px;
    padding: 22px;

}

.content {
    position: relative;
    z-index: 2;
    color: 6f6f6f;
    color: #0000008C;

    /* text-align: center; */
    top: 2%;
    transform: translateY(-50%);
}

@keyframes initialZoom {
    0% {
        transform: scale(1.3);
        /* maximum zoom-in */
    }

    100% {
        transform: scale(1);
        /* fast back to normal */
    }
}

@keyframes zoomCycle {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.goto-contact-wrapper {
    height: 103px;
}

.text-box {
    width: 355px;
    position: absolute;
    top: -130px;
    right: 5rem;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.text-boxes {
    max-width: 411px;
    position: absolute;
    bottom: -110px;
    right: 77px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

}

.text-position {
    max-width: 411px;
    position: absolute;
    bottom: -114px;
    right: 104px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    color: #000000;
}

.mail-input::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.005em;
    color: #000000;
    vertical-align: middle;
}

/* 
#address::placeholder {
    padding-top: 20px;
} */

.sub-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.mail-box {
    width: 281px;
    height: 49px;
    background: #F3F7FB;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 12px;
    margin-top: 12px;
}

.mail-input {
    border: none;
    background: transparent;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    flex: 1;
}

.circle-btn {
    width: 178px;
    height: 42px;
    background: #0D5EBF;
    border-radius: 54%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    cursor: pointer;
}

.circle-btn i {
    color: #fff;
    font-size: 19px;
    transform: rotate(36deg);
    transition: transform 0.3s ease-in-out;
}

.circle-btn:hover i {
    transform: rotate(90deg);
}

/* .sub {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -2px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    max-width: 900px;
    border-left: 2px solid #DADADA;
    padding-left: 20px;

} */
.sub {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;

    letter-spacing: -2px;
    line-height: 130%;
    color: #000000;
    /* margin: 40px auto; */
    max-width: 900px;
    border-left: 2px solid #DADADA;
    padding-left: 20px;

}

.success-text1 {
    font-family: 'Georgia', serif;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000;
}

.sub-descripe {
    color: #000000BF;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.services-section {
    max-width: 1400px;
    margin: auto;
    padding-left: 6rem;
}

/* "Our Services" */
.our-services {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    /* 140% */
    letter-spacing: -1.5px;
    color: #0D5EBF;
    /* optional highlight color */
    margin-bottom: 20px;
}

/* "Powering your digital Future" */
.main-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.3;
    /* 130% */
    letter-spacing: -2px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #000000;
}

/* Description paragraph */
.sub-description {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.45;
    /* 145% */
    letter-spacing: -0.5px;
    color: #444;
    /* softer text color */
}

.sub-descrip {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;

    line-height: 140%;
    letter-spacing: -0.5%;
    vertical-align: middle;

}

.innovation-img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* width: 100%; */
}

.solutions-section {
    display: flex;
    align-items: center;
    /* vertical middle */
    justify-content: space-between;
    /* left text, right image */
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

/* Heading text style */
.text-part {
    font-family: 'Playfair Display', serif;
    font-weight: 500;

    font-size: 52px;
    line-height: 1.3;
    /* 130% */
    letter-spacing: -2px;
    color: #222;
}

/* Image style */
.image-part .logo {
    max-width: 200px;
    /* adjust size */
    height: auto;
}


.solutions-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* Left side */
.left-side {
    flex: 1;
}

.text-part {
    font-family: 'Playfair Display', serif;
    font-weight: 500;

    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.info-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* Right side image */
.right-side .logo {
    width: 600px;
    /* fixed width */
    height: 655px;
    /* fixed height */

}

.solutions-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
}


.text-part {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -2px;
    margin-bottom: 30px;
}


.right-side {
    position: relative;
    flex: 1;
}

#it-consulting {
    .right-side {
        position: relative;
        flex: 1;
        top: 47px;
    }
}

#it-consulting {
    .right-sides {
        position: relative;
        flex: 1;
        top: 75px;
    }
}

.right-side .logo {
    width: 670px;
    height: 701px;
    opacity: 1;
    display: block;
}

#it-consulting {
    .right-side .logo {
        width: 592px;
        height: 615px;
        opacity: 1;
        display: block;

    }
}


.right-side {
    position: relative;
    flex: 1;
}

.secound-right .logo {
    width: 600px;
    height: 541px;
    object-fit: cover;
    opacity: 1;
    display: block;
    border-radius: 12px;
}

.secound-left .logo1 {
    height: 253px;
    opacity: 1;
    display: block;
    border-radius: 12px;
    position: relative;
    left: calc(100% - 580px);
    border-radius: 12px;
}

.secound-left .logo {
    width: 600px;
    height: 541px;
    object-fit: cover;
    opacity: 1;
    display: block;
    border-radius: 12px;
    margin: 20px;
}

/* Cards overlay on image */
.info-card-wrapper {
    position: absolute;
    bottom: 109px;
    left: 45%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
    z-index: 2
}

.in-card-wrapper {
    position: absolute;
    bottom: 60px;
    left: 43%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
    z-index: 2;

}

.card-wrapper {
    position: absolute;
    top: 39px;
    left: -1%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
    z-index: 2;

}

.secound-wrapper {
    position: absolute;
    bottom: -21px;
    left: 96%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
    z-index: 2;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 400px;
    margin-top: 32px;
}

.intro-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* Left side */
.left-side {
    flex: 1;
}

/* Right side */
.right-side {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-image {
    width: 600px;
    /* fixed width */
    height: 701px;
    /* fixed height */
    object-fit: cover;
}

.accordion-item {
    background-color: unset !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-radius: unset !important;
}

.innovation-container {
    display: grid;
    grid-template-columns: repeat(4, auto);
    /* 4 images in a row */
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* .innovation-img {


    border-radius: 20px;
} */

.discover-image {
    width: 100%;
    min-height: 175px;
}

.discover-container {
    position: relative;
    width: 100%;
    background: #F6F6F6 !important;
    border-radius: 12px;
    margin-bottom: 1rem;
    height: 100%;
    min-height: 400px;
    display: inline-block;

}



.discover-box {
    position: absolute;
    bottom: -200px;
    height: 216px;
    border-radius: 12px;
    padding: 24px;
    background: #F6F6F6;
    margin-bottom: 40px;
}

.crt-position {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;

}

.career-work {
    padding-left: 3rem;
}

.tech-box {
    position: absolute;
    /* top: 358px; */
    bottom: 167px;
    left: 312px;
    width: 751px;
    height: 150px;
    border-radius: 12px;
    background: #FFFFFF;
    opacity: 1;
    padding: 23px 31px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tech-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.content-alignment {

    width: 100%;
    background-color: #0D5EBF;
    /* padding: 20px; */

    padding-left: 3rem;
    /* margin-left: 3rem; */
    /* width: 1440px; */

}

.intro-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal;

    font-size: 52px;
    line-height: 130%;

    letter-spacing: -0.02em;
    color: #000000;


    margin-bottom: 24px;

    padding-left: 5rem;
}

.success-text {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 52px;

    letter-spacing: -0.02em;

}

.success-text1 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 40px;
    align-self: flex-start;
    letter-spacing: -0.02em;

}


.footer-left {
    flex: 1;
    /* stays on the left */
}

.footer-right {
    display: flex;
    gap: 40px;
    /* spacing between right columns */
}

.get-start-btn {
    /* width: 163px; */
    height: 49px;
    color: #000000;
    /* blue background */
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    /* pill shape */
    display: flex;
    justify-content: space-between;
    /* text left, arrow right */
    align-items: center;
    padding: 3px 12px;
    /* top/right/bottom/left */
    cursor: pointer;
    opacity: 1;
    transition: background 0.3s ease;
}





.get-start-btn:hover .circle i {
    transform: rotate(360deg);
}



.get-start-btn:hover {
    background-color: #000;
    color: #fff;
}

.get-start-btn i {
    font-size: 18px;
    margin-left: 19px;
    /* spacing between text and arrow */
}

.circle {
    width: 36px;
    height: 37px;
    background: #0D5EBF;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 14px;
    opacity: 1;
    /* padding: 18px; */
    padding-right: 18px;

}

.circle i {
    color: #fff;
    font-size: 20px;
    transform: rotate(303deg);
    transition: transform 0.25s ease-in-out;
}



.discover-image {
    transition: transform 0.4s ease;

    /* margin: 5px; */
}



.innovation-carousel {

    position: relative;
    width: 100%;
}

.footer-email {
    color: #000000BF;
    font-weight: 500;
    font-family: 'Inter', sans-serif;

}

.innovation-box {

    flex: 0 0 auto;
    width: 250px;
    margin-right: 2rem;
}

:root {
    --box-width: 250px;
    --box-count: 5;
}

.innovation-track {
    display: flex;
    width: calc(var(--box-width) * var(--box-count) * 2);
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--box-width) * var(--box-count)));
    }
}

.innovation-track {
    display: flex;
    width: calc(250px * 10);
    animation: scroll 20s linear infinite;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }
}




#it-consulting .innovation-box {
    flex: 0 0 auto;
    width: 415px;
    height: 300px;
    background-color: var(--white);
    border-radius: 42px;
    padding: 36px 33px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}

#it-consulting .innovation-title {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
}

#it-consulting .innovation-text {
    font-size: 16px;
    color: #0000008c;
    font-weight: 500;
    padding-left: 1rem;
    line-height: 1.6;
}

#accordion-image {
    display: block;
    transition: opacity 1.5s ease;
    opacity: 1;
    will-change: transform, opacity;
}

#accordion-image.fade-out {
    opacity: 0;
}

@keyframes accordionSlideInRtl {
    from {
        transform: translateX(28px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#accordion-image.accordion-slide-in {
    animation: accordionSlideInRtl 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.discover {
    position: relative;
    display: inline-block;

}

.about-img {
    width: unset !important;
    height: auto;
    display: block;
}

.about-box {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 571px;
    height: 120px;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 1.2rem;
    background-color: white;
    padding: 1rem;
    border-radius: 8px;

}

.p-class {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 145%;

    letter-spacing: -0.5px;

    vertical-align: middle;
}

.info3 {
    padding-left: 2rem;
}

.team-image-wrapper {
    position: relative;
    display: inline-block;
}





#prevBtn {
    position: absolute;
    top: 93%;
    right: 42px;
    transform: translateY(-50%);
    z-index: 2;

}


#nextBtn {
    position: absolute;
    top: 93%;
    right: 9px;
    transform: translateY(-50%);
    z-index: 2;
}


.glass-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 20px 10px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.glass-circle1:hover {
    transform: scale(1.1);
}

.glass-circle1 i {
    color: var(--primary-blue);
    font-size: 1.2rem;
}

.get-start {
    background-color: #0D5EBF;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-right: 8px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 4px;
    margin-left: 20px;
    width: 141px;

}



.get-start.circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.get-start .circle1 i {
    font-size: 1.5rem;
    color: #0D5EBF;
}

.circle1 {
    width: 44px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    margin-left: 1.25rem;

}

.circle1 i {
    color: #fff;
    font-size: 20px;
    transform: rotate(303deg);
    transition: transform 0.25s ease-in-out;
}

.get-start:hover .circle1 i {
    transform: rotate(360deg);
}


.get-start:hover {
    background-color: #000;
}









/* 
#contactPage .nav-link {
    color: #000 !important;
} */

#contactPage .contacts-details-form {
    max-width: 1152px;

    margin: 148px auto 35px auto;
}

#contactPage::placeholder {

    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    color: #00000059;

}

#contactPage .contacts-section {
    width: 480px;
    margin-right: 12px;
}

#contactPage .heading {
    font-size: 4.5rem;
}

#contactPage .content {
    font-size: 1rem;
    font-weight: 500;
    color: #0000008C;
}

#contactPage .contact-info {
    margin-bottom: 34px;
}

#contactPage .contact-info .label {
    font-size: 1rem;
    font-weight: 500;
    color: #0000008C;
}

#contactPage .contact-info .value {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}

#contactPage .messgae {
    width: calc(100% - 520px);
    height: 137px;
}

#contactPage .tab-grid {
    width: 100%;
}

#contactPage .tab-grid .tab-grid-item {
    width: 100%;
}

#contactPage .form-group {
    margin-bottom: 24px;
}

#contactPage .form-group label {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin-bottom: 0;
}

#contactPage .form-group input,
#contactPage .form-group select {
    height: 32px;
    border-color: #AAA6A6;
    border-radius: 8px;
    margin-top: 10px;
}

#contactPage .form-group input:focus,
#contactPage .form-group select:focus,
#contactPage .form-group textarea:focus {
    border-color: #4A90E2;
}

.contact-us {
    font-size: 3.5rem !important;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

#contactPage .send-msg-btn {
    height: 32px;
    background-color: #0D5EBF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 500;
}

.submit-msg-btn {
    height: 32px;
    background-color: #0D5EBF;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px !important;
    font-size: 1.3rem;
    font-weight: 500;
}

/* Footer */

.custom-footer {
    width: 100%;
    min-height: 350px;
    background-color: #F3F8FB;
    padding-top: 58px;
    box-sizing: border-box;
}

.city-name {
    color: #0000008C;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;

}

.contact-box {
    background: #FFFFFF;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    margin-right: 10px;
    padding: 24px;
    box-sizing: border-box;
    gap: 32px;
}

.footer-container {
    width: 100%;
    max-width: 1151px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 80px;
}

.footer-social-icons {
    margin-top: 56px;
}

.footer-right {
    display: flex;
    gap: 40px;
}

.footer-column {
    flex: 1 1 250px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column p {
    font-size: 1rem;
    font-weight: 500;
    color: #000000BF;
    white-space: nowrap;
}

.footer-column ul li a {
    display: inline-block;
    border: 2px solid transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #000000BF;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0;
}

.footer-column ul li a:hover {
    border-bottom: 1px solid #000;
}


.footer-social-icons i {
    font-size: 24px;
    color: #0000008C;
    margin-right: 24px;
}

.footer-column h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.footer-column ul li {
    height: 23px;
    margin-bottom: 8px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {

    color: var(--accent-cyan);
}

.footer-section a {
    color: var(--text-light);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--accent-cyan);
}

.footer-section p {
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.footer-section i {
    margin-right: 0.5rem;
    color: var(--accent-cyan);
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
    color: var(--text-light);
}

.footer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 15px 0;
    line-height: 34px;
    color: #737373;
    text-align: center;
}








.discover-box {
    margin-top: 10px;
    padding: 10px;
    background: #F6F6F6;
    transition: all 0.3s ease;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.pos-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;

    line-height: 34px;
    letter-spacing: 0%;

}



.discover-container:hover .discover-box div {
    opacity: 1;
    max-height: 200px;
}

.team-profile-box.centered {
    text-align: center !important;
    margin: 0 auto !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-style: Semi Bold !important;
    font-size: 32px !important;

    line-height: 34px !important;
    letter-spacing: 0%;
    text-align: center !important;

}

.our-approch-section{
    padding: 40px;
}

.our-approch-section .approch-items-wrapper{
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 5rem;
}

@media (max-width: 1285px) {
    .our-approch-section .approch-items-wrapper{
        grid-template-columns: repeat(2, auto);
        padding: 0 1.5rem;

    }

    .innovation-container {
        justify-content: space-around;
        grid-template-columns: repeat(2, auto);
    }
    
    .discover-container {
        flex: 1 1 45%;
    }
    .secound-left .logo1 {

        position: relative;
        right: -105px !important;
    }

    .in-card-wrapper {
        position: absolute;
        bottom: 36px !important;
        left: 43%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 80%;
        z-index: 2;

    }
}

@media (max-width: 768px) {
    .discover-container {
        flex: 1 1 100%;
    }
}

.info-card .content-block {
    padding-left: 1rem;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    color: #000000BF;

}

.dis-head {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: unset;
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 4px;


}

.approch {
    color: #0000008C;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding-top: 4px;

    padding-bottom: 16px;
    padding-left: 24px;
}

/* .mission-section {
  max-width: 1280px;
  margin: auto;
  position: relative;
  top: 1145px;
} */

.mission-banner {
    width: 100%;
    height: 159px;
    background-color: #0D5EBF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px clamp(16px, 6vw, 326px);
    box-sizing: border-box;
    gap: 10px;
}

.set-custom-height {
    height: calc(100vh - 200px);
}

/* Laptop / small-desktop responsiveness (MacBook 13/14, 1366–1440px wide) */
@media (max-width: 1270px) {

    .card-wrapper {
        position: absolute;
        top: -24px;
        left: 3%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 65%;
        z-index: 100;
    }

    .custom-align {
        padding-top: 7rem;
    }

    .banner-align {
        padding-top: 9rem;
    }

    .ai-banner {
        height: 545px !important;
        margin: 2rem !important;
    }

    .banner {
        height: 510px !important;
        margin: 2rem !important;
    }

    .info-container {

        text-align: start;

    }

    .accordion-content {
        padding-left: unset;
    }

    .banner-height {
        height: 615px !important;
        margin: 2rem !important;
    }

    .secound-wrapper {
        position: absolute;
        bottom: -51px;
        left: 65%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 50%;
        z-index: 2;
    }

    .nav-logo a,
    .nav-logo span {
        padding-left: 0;
    }

    .nav-link {
        right: 10px;
    }

    .nav-container {
        padding: 0 16px;
    }

    .nav-menu {
        gap: 1.25rem;
    }

    .align-box {
        margin-left: 3rem;
    }

    .crt-position {
        padding: 2.1rem;
        padding-top: unset;

    }

    .goto-contact-wrapper {
        height: 70px;
    }

    .set-custom-height {
        height: 100vh;
    }

    .custom-footer {

        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .secound-left .logo1 {
        position: relative;
        left: 0px;
    }

    .sm-move {
        position: relative;
        top: -15px;
    }



}

@media (max-width: 1024px) {

    /* Prevent common Bootstrap d-flex rows from overflowing on laptop widths */
    .intro-section .d-flex,
    .values-section .d-flex,
    .teams-section .d-flex,
    .solutions-section {
        flex-wrap: wrap;
    }

    /* Override page inline widths that cause horizontal scroll */
    .inter-content {
        width: min(880px, 100%) !important;
        max-width: 100%;
    }
}

.mission-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -0.5%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.mission-banner {
    width: 100%;
    height: 120px;
}

.professional-box {
    min-width: 342px;
    /* height: 288px; */
    background: #FFFFFF;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    margin: 10px;
    padding: 24px;
    box-sizing: border-box;
    gap: 32px;
}

.career-box {

    border: 1px solid #4A90E28C;
    border-radius: 12px;
    width: 554px;
    opacity: 1;
    position: relative;
    margin: 10px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.view-details {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;

    line-height: 34px;
    letter-spacing: 8%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #0D5EBF;

    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}


.professional {

    min-width: 222px;
    /* height: 288px; */
    background: #F3F8FB;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    margin: 10px;
    padding: 12px;
    box-sizing: border-box;
    /* display: flex; */
    flex-direction: column;
    border: 2px solid #4A90E233;
    gap: 32px;

}

.image-container {
    grid-template-columns: repeat(4, minmax(213px, 1fr));
}

.value-container {
    grid-template-columns: repeat(3, minmax(346px, 1fr));
}

.about-heading {
    padding-left: 10px;
    font-weight: 500;
    color: #000;
}

.position {
    color: #0000008C;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding-bottom: 2rem;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px;

}

.about-team {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #000000BF;
    padding-bottom: 1rem;
}


.box-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: -2%;
    color: #000000;
    text-transform: capitalize;
    vertical-align: middle;
    padding-top: 32px;
}

.box-description {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.5%;
    color: #0000008C;
    /* padding: 8px; */
    border-radius: 6px;
    vertical-align: middle;
}

.details {
    color: #0000008C;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: 290px;

}

.apply {
    font-family: 'Inter', sans-serif;
    font-weight: 600;

    font-size: 20px;
    color: #000000;

}

.details-box {
    width: 679px;
    margin-top: 5rem;
    background-color: #fff;
    padding-top: 21px;
    padding-right: 24px;
    padding-bottom: 21px;
    padding-left: 24px;
    gap: 15px;
    border-bottom-width: 1px;
    border-radius: 8px
}

.statement {
    font-family: 'Inter', sans-serif;
    font-weight: 500;

    font-size: 3.5rem;

    line-height: 130%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #000000;

}

.content-careers {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.2rem;
    color: #0066CC;
    line-height: 145%;
    letter-spacing: -0.5%;
    vertical-align: middle;
    padding-top: 20px;

}

.content1 {
    color: #0000008C;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 1.2rem;
    padding-top: 20px;

}

.carousel-container {
    overflow: hidden;
    max-width: 1155px;
    margin: 0 auto;
    padding-top: 2rem;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-track img {
    flex-shrink: 0;

}

.carousel-controls {
    text-align: center;
    margin-top: 10px;
}

.carousel-controls button {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.carousel-controls {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-controls button {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    margin: 0 10px;
}

.wrapper {
    background-color: #fff;
    margin-top: 5rem;
    margin-left: 20px;
    width: 393px;
    padding: 10px;
    border-radius: 8px;
    max-height: 600px;
}

.form {
    margin-top: 10px;
}

.form {
    margin-top: 10px;
}

.resume-input {
    width: 100%;
    padding: 8px;
    background-color: #F2F2F2;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}


.resume-input::file-selector-button {
    background: #F2F2F2;

    color: #000000;
    border: 1px solid #d9d9d9;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

/* .resume-input::file-selector-button:hover {
    background-color: #0056b3;
} */

.sub-req {

    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #0000008C;
    font-family: 'Inter', sans-serif;


}

.sub-res {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #0000008C;
    font-family: 'Inter', sans-serif;
    padding-left: 10px;


}

.job-brief {
    font-weight: 700;
    font-style: Medium;
    font-size: 16px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    padding-top: 10px;
}

.requirement {
    font-weight: 700;
    font-style: Medium;
    font-size: 16px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.sub-req span {
    padding-right: 10px;
    font-size: 15px;
    width: 15px;
    height: 15px
}

.req-item {
    position: relative;
    padding-left: 20px;
}

.req-item::before {
    content: "•";
    position: absolute;
    left: 2px;
    color: #857f7f;
    font-weight: bold;
}

.job-responsibilities ul {
    list-style-type: disc;
    padding-left: 20px;
}

.custom-file-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    /* padding: 8px 16px; */
    cursor: pointer;
    /* width: 100%; */
    height: 32px;
    padding-left: 10px;

    margin-top: 10px;
}

/* .file-text {
    text-align: left;
    font-size: 13px;
    color: #555;
    width: 50%;
    border-right: 1px solid #d9d9d9;
    padding: 6px;
} */
.file-text {
    display: inline-block;
    max-width: 200px;
    font-size: 13px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.divider {
    border-right: 1px solid #d9d9d9;
    height: 20px;
    margin: 0 12px;
}

.choose-text {
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    background-color: #F2F2F2;
    width: 50%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: unset;
    border-radius: 100px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;

}

.innovation-carousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: -66px;
    width: 75px;
    height: 373px;
    background-color: #F3F8FB;

    z-index: 10;
}

.content-career {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    color: #FFFFFFBF;
}

.about-us-img-wrapper {
    height: 300.52px;
    /* width: 222px; */
    display: flex;
    align-items: flex-end;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    min-height: 263px;
}

.job-role {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -2%;
    color: #000000;
    text-transform: capitalize;
    vertical-align: middle;
}

.card-width {
    width: 617px;
}

.work-us {
    display: flex;
}

.c-details {
    padding-left: 1rem;
    margin-left: 1rem;
    width: 50%;
}



/* Tablet (800–1280px): desktop-style nav alignment (undo fixed pixel offsets) */
@media (min-width: 740px) and (max-width: 1024px) {

    .nav-menu-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1000;
    }

    .nav-menu-backdrop.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-link,
    #dropDown.nav-link {
        right: 0;
    }

    #dropDown.nav-link {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

    #dropDown .nav-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-sizing: border-box;
        cursor: pointer;
        gap: 0.35rem;
    }

    #dropDown .nav-item.active {
        color: #000 !important;
        text-decoration: none;
    }

    #dropDown .nav-item.active::after {
        display: none;
    }

    #dropDown .fa-chevron-down {
        display: none;
    }

    #dropDown div.d-flex {
        flex-direction: column;
    }

    nav {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1003;
    }

    nav.scrolled {
        padding: 20px;
    }

    .nav-items {
        right: 0;
    }

    .statement {
        font-size: 32px;
    }

    .content1 {
        font-size: 13px;
    }

    /* Keep headings aligned like desktop (avoid 1280px block left padding) */
    .sub-heading {
        padding-left: 0 !important;
        /* text-align: center; */
    }

    .content-careers {
        font-size: 16px;
    }

    /* Home page: keep desktop-like alignment with fluid gutters */
    body#index .nav-container {
        padding-left: clamp(16px, 3vw, 20px);
        padding-right: clamp(16px, 3vw, 20px);
    }

    body#index .text-box {
        right: clamp(16px, 4vw, 5rem);
        width: clamp(320px, 30vw, 355px);
    }

    body#index .text-boxes,
    body#index .text-position {
        right: clamp(16px, 4vw, 104px);
    }


    body#index .innovation-container {
        padding-left: clamp(24px, 6vw, 149px);
        padding-right: clamp(24px, 8vw, 149px);
    }

    .nav-container {
        position: relative;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        position: absolute;
        top: 120%;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--white);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        padding: 36px 24px;
        z-index: 1004;
        gap: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease, padding 0.25s ease;
    }

    .nav-menu.active {
        max-height: 80vh;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        z-index: 1002;
    }

    .nav-toggle-icon {
        font-size: 20px;
        transition: transform 0.2s ease;
    }

    .nav-toggle.menu-open .nav-toggle-icon {
        transform: rotate(90deg);
    }

    #contactPage .contact-align {

        display: unset;

    }

    .nav-menu>.nav-link {
        font-size: 16px;
        font-weight: 500;
        height: 24px;
        width: fit-content;
        margin-bottom: 24px;
    }

    .nav-menu>#dropDown.nav-link {
        height: auto;
        min-height: 48px;
        width: 100%;
        margin-bottom: 0;
    }

    #services-dd.dropdown-menu {
        position: static !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 !important;
        transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
    }

    #dropDown::after {
        display: none;
    }

    #services-dd.dropdown-menu.show {
        max-height: 280px;
        opacity: 1 !important;
        overflow: hidden;
        padding: 10px 0 14px !important;
        height: auto !important;
    }

    /* Tab view: services block stays expanded whenever the hamburger menu is open */
    .nav-menu.active #services-dd.dropdown-menu {
        max-height: 280px;
        opacity: 1 !important;
        overflow: hidden;
        padding: 0 !important;
        height: auto !important;
        margin-top: 24px !important;
    }

    #services-dd.dropdown-menu .dropdown-link {
        font-size: 16px;
        font-weight: 500;
        height: 24px;
        width: fit-content;
        margin-bottom: 24px;
        padding: 0;
        margin-left: 1rem;
    }

    #services-dd.dropdown-menu .dropdown-link.active {
        color: #0d5ebf !important;
        font-weight: 600;
        border-bottom: 2px solid #0d5ebf;
        padding-bottom: 2px;
    }

    #services-dd.dropdown-menu .dropdown-link br {
        display: none;
    }

    .nav-menu.active #dropDown .fa-chevron-down {
        transform: rotate(180deg);
    }

    .intro-section {
        max-height: 745px;
    }

    .intro-section.set-custom-height {
        max-height: unset !important;
        height: calc(100vh - 200px);
    }

    .intro-section.intro-part.set-custom-height {
        height: 100vh;
    }

    .intro-section .content {
        min-width: unset;
    }

    .intro-section .custom-shape.custom-app .content,
    .intro-section .custom-shape.ai-consult .content,
    .intro-section .custom-shape.it-security .content {
        max-width: 90% !important;
    }

    /* Home page (714px+): keep hero + accordion usable */
    body#index .custom-shape {
        display: block !important;
        position: relative;
        left: 41px;

        bottom: auto;
        transform: none;
        width: 100%;
    }

    .secound-right .logo {
        width: 300px;
        height: 345px;
        object-fit: cover;
        opacity: 1;
        display: block;
        border-radius: 12px;
    }

    .semi {

        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-shape {
        display: block !important;
        position: relative;
        left: 42px;
        top: 404px;
        bottom: auto;
        transform: none;
        width: 100%;
    }

    .custom-shape.about {
        top: 305px;
    }

    .custom-shape.career {
        top: 500px;
    }

    .details {
        color: #0000008C;
        font-size: 13px;
        width: 361px !important;
    }

    .mission-text {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;

    }

    .mem-details {
        min-height: 120px;
    }

    .about-heading {
        font-size: 20px;
    }

    .about-us-img-wrapper {
        height: auto;
    }

    .footer-container {
        flex-direction: column;
        gap: unset !important;
        padding-bottom: 1rem;
    }

    .tb-footer-cp {
        margin-bottom: 1rem;
    }

    .social-icon {
        display: flex;
    }

    .footer-new {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-column {
        flex: unset !important;
        margin-bottom: 1.4rem;
    }

    .footer-column ul li {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 13px !important;
        line-height: 34px;
        max-width: 155px;
    }

    .footer-right {
        gap: 75px;
    }

    .footer-social-icons {
        margin-top: 0;
    }

    .box-heading {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;

        padding-bottom: 8px;
    }

    .about-align {
        padding-left: 1rem;
    }

    .box-description {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 13px;

    }

    .card-width {
        width: 552px !important;
    }

    body#index .heading1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .carousal-img {
        width: 495px !important;
        height: 250px !important;
    }

    .career-box {
        width: calc(50% - 20px)
    }

    .heading1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .content1 {
        padding-top: unset;
    }

    .heading {
        font-size: 32px;
        line-height: 1.15;
    }

    .job-role {
        font-size: 16px !important;
    }

    .career-role {
        padding-left: 2.4rem;
    }

    .alignment {
        padding-left: 2.5rem;
    }

    .details {
        font-size: 13px;
    }

    body#index .text-box {
        width: unset;
    }

    body#index .main-heading {
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .get-start .circle1 i {
        font-size: 1rem !important;
        color: #0D5EBF;
    }

    body#index .sub {
        font-size: 1.8rem;
        width: 320px;
        letter-spacing: -1px;
    }

    body#index .solutions-section {


        padding-top: unset;
    }

    body#index .info-container {
        text-align: unset
    }

    .info-container {
        padding-left: unset !important;
        padding-bottom: 1rem;
    }



    .get-start {
        background-color: #0D5EBF;
        color: #fff;
        font-size: 10px;
        font-weight: 600;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        padding-left: 13px;
        display: inline-flex;
        align-items: center;
        transition: background-color 0.3s ease, transform 0.3s ease;
        margin-top: 4px;
        margin-bottom: 24px;
        margin-left: 20px;
        width: 81px !important;
        height: 28px !important;
    }

    .circle1 {
        width: 23px !important;
        height: 20px !important;
        background: #fff;
        border-radius: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 1;
        margin-left: 0.2rem !important;
    }

    .heading1 {
        font-size: 32px;
        line-height: 1.15;
    }

    .heading {
        font-size: 32px !important;
        line-height: 1.15;
        text-align: start;
    }

    .sub-descripe {
        font-size: 14px !important
    }


    .our-team {
        padding-left: 20px !important
    }

    .about-team {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 14px !important;
        color: #000000BF;
        padding-left: 20px !important;
        padding-bottom: 1rem;
    }

    .text-box {
        width: unset;
        top: -110px;
        right: 32px;
    }

    .main-heading {
        font-size: 32px;
        line-height: 1.15;
    }

    .get-start .circle1 i {
        font-size: 1rem !important;
        color: #0D5EBF;
    }

    .in-card-wrapper {
        position: absolute;
        bottom: -13px !important;
        left: 48%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 80%;
        z-index: 2;
    }

    .last-heading {
        margin-bottom: unset !important;
        font-size: 28px !important;
        line-height: unset !important;
        padding-top: 1rem;
    }

    .accordion-body {
        font-size: 1rem !important;
    }

    .accordion {
        width: 340px !important;
    }

    .last-content {
        margin-bottom: unset !important;
        padding-bottom: 10px !important;
        font-family: 'Inter', sans-serif;
    }

    .content {
        font-size: 18px !important;
    }

    .values {
        padding-left: 2rem;
    }

    .value-align {
        margin-right: 2rem !important;
    }

    .professional-box {
        min-width: unset !important;
        /* height: 288px; */
        background: #FFFFFF;
        border-radius: 12px;
        opacity: 1;
        position: relative;
        margin: 10px;
        padding: 24px;
        box-sizing: border-box;
        gap: 32px;
    }

    .career-work {
        padding-left: unset;
    }

    .banners {
        padding-left: unset !important;
    }

    .career-img {
        max-width: 245px;
        height: 250px;
        scale: 1.3;
    }

    body#index .inter-content {
        width: 100% !important;
        /* overrides inline width: 800px */
        max-width: 560px;
        top: 0;
        transform: none;
    }

    /* Prevent common Bootstrap d-flex rows from overflowing on laptop widths */
    .intro-section .d-flex,
    .values-section .d-flex,
    .teams-section .d-flex,
    .solutions-section {
        flex-wrap: unset !important;
    }

    .card-wrapper {
        position: absolute;
        top: -47px;
        left: -7%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 65%;
        z-index: 100;
    }

    .innovation-container {
        justify-content: unset;
    }

    .sub-heading {

        font-size: 32px;
    }

    .info-card {

        width: 367px;
        margin-top: 32px;
    }

    .innovation-title {
        font-size: 16px !important;
        font-weight: 500;


    }

    .innovation-box {
        flex: 0 0 auto;
        width: 304px !important;
        height: 236px !important;
        background-color: var(--white);
        border-radius: 42px;
        padding: 24px;
    }

    .innovation-text {
        font-size: 13px !important;

    }

    /* body#index .solutions-section {
            display: unset;
            justify-content: unset;
            align-items: unset;
           
        } */

    .service-title {
        font-size: 16px;

    }

    .details-box {
        width: unset;
        margin-right: 2rem;
    }


    .wrapper {
        width: calc(100% - 2rem);
        margin-left: unset;
        margin-right: 2rem;
        margin-top: 3rem;
    }

    .file-text {
        max-width: unset !important;
    }

    .our-approch {
        padding-left: 2rem !important;
    }

    .service-content {
        font-size: 12px;
        ;
    }

    body#index .info-banner {
        padding: 24px 16px;
        height: auto;
    }

    .apply-job {
        display: unset;
    }

    #contactPage .contact-info .label {
        font-size: 14px;
        font-weight: 500;
        color: #0000008C;
    }

    #contactPage .contact-info .value {
        font-size: 1rem;
        font-weight: 500;
        color: #000;
    }

    #contactPage .tab-grid {
        display: flex;
        align-items: center;
    }

    #contactPage .tab-grid .tab-grid-item:nth-child(1) {
        width: 50%;
        padding-right: 1rem;
    }

    #contactPage .tab-grid .tab-grid-item:nth-child(2) {
        width: 50%;
        padding-left: 1rem;
    }

    .contact-word {
        font-size: 13px !important;
        margin-top: 1rem !important;
    }

    .contact-us {
        font-size: 2rem !important;
        color: #000000;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        padding-top: 7rem;
    }

    .content-block {
        padding-left: 1rem;
        font-size: 13px !important;
        font-weight: 500;

    }

    .Questions {
        padding-left: 2.5rem !important;
    }

    body#index .solutions-section {
        flex-wrap: unset;
        gap: 16px;
        min-height: 370px;
    }

    body#index .secound-right {
        width: 100%;
    }

    body#index .secound-right .logo {
        width: 410px;
        height: 315px;
    }

    #contactPage .contact-form-wrapper {
        width: calc(100% - (2.5rem - 22px));
        border-radius: 30px;
        padding: 22px;
        padding-left: unset;
    }

    .quesion {
        flex-direction: column;
        padding-right: 2.5rem;
    }

    .align-box.quesion .sub-heading br{
        display: none;
    }
    .align-box.quesion .accordion{
        width: 100% !important;
    }

    body#index .right-sides {

        width: 100%;
    }

    body#it-consulting .info-banner {
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding: unset !important;
    }

    body#index #accordion-image {
        width: 100%;
        height: auto;
    }

    .info-banner.info-stack .info-container {
        margin-top: 0;
    }

    .innovation-container {
        /* height: 521px; */

        /* padding-left: 75px!important; */
        padding-right: 23px !important;

    }

    .service-box {
        min-height: unset !important
    }

    .accordion-content {
        font-size: 12px !important
    }

    .circle1 i {
        color: #fff;
        font-size: 16px;
        transform: rotate(303deg);
        transition: transform 0.25s ease-in-out;
    }

    .services-section {

        padding-left: 2.5rem !important;

    }

    .image-container {
        grid-template-columns: repeat(3, minmax(213px, 1fr));
        margin-right: 2rem;
    }

    .image-container {
        display: grid;
        gap: unset !important;
    }

    .value-container {
        grid-template-columns: repeat(2, minmax(346px, 1fr));
    }

    .discover-container {

        min-width: 340px !important;
        background: #F6F6F6 !important;
        border-radius: 12px;
        margin-bottom: 1rem;

    }

    .innovation-container {
        display: grid;
        grid-template-columns: repeat(2, auto) !important;
        gap: 10px;
        align-items: unset !important
    }

    .approch {

        font-size: 14px;
    }

    .accordion-body {
        padding-left: unset !important
    }

    .intro-heading {
        font-size: 32px !important;
        padding-left: 1.5rem;
    }

    body#index .accordion-content {
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .our-approch {
        padding-left: 9rem !important
    }

    .work-us {
        flex-direction: column;
    }

    .c-details {
        padding-left: unset;
        margin-left: unset;
        padding-top: 1rem;
        width: 100%;
    }

    .dark-section .secound-left {
        width: auto;
    }

    .footer-column ul li a {
        font-size: 13px;
    }

    .footer-column h4 {
        font-size: 14px;
    }

    .get-start-btn {
        font-size: 13px;
    }

    .quote-banner .left-side{
        display: flex;
        justify-content: flex-end;
    }

    .quote-banner .secound-right{
        width: 50%;
    }

    .quote-banner .content-careers{
        white-space: nowrap;
    }

}

@media (max-height: 737.98px) {
    .set-custom-height {
        height: fit-content;
    }
}