@import url("honeycomb.css");
@import url("heart.css");
@import url("form.css");
@import url("loader.css");
@import url("dp.css");
@import url("expand.css");
@import url("hoverbox.css");
@import url("about.css");
@import url("study.css");


* {
    padding: 0;
    margin: 0;
}

/* ========== THEME VARIABLES ========== */
/* ========== THEME VARIABLES ========== */
:root {
    --bg-color: radial-gradient(50% 50% at top right, #291544, transparent),
        radial-gradient(50% 50% at bottom left, #c416a1, #131419);
    --text-color: white;
    --nav-bg: rgba(19, 2, 34, 0.644);
    --link-hover: #ff00bf;
    --highlight: #FF007F;
    --footer-bg: linear-gradient(to bottom, #012263, #3b015f);
    --footer-text: #fff;
    --scroll-btn-bg: #ff00f2dc;
    --scroll-btn-hover: #ff007f;
    --li-hover-color: #07d6d6;
    --dropdown-bg: #0f0f0f;
    --dropdown-btn: #ffffff;
    --dropdown-shadow: rgba(0, 0, 0, 0.2);

    /* Collaborate section (dark) */
    --collab-bg: rgba(0, 0, 0, 0.6);
    --collab-shadow: rgba(255, 0, 255, 0.25);
    --collab-border: rgba(255, 255, 255, 0.08);

    /* Technologies section (dark) */
    --tech-bg: rgba(0, 0, 0, 0.6);
    --tech-shadow: rgba(255, 0, 255, 0.25);
    --tech-border: rgba(255, 255, 255, 0.08);

    /* Domains section (dark) */
    --domain-bg: rgba(0, 0, 0, 0.6);
    --domain-shadow: rgba(255, 0, 255, 0.25);
    --domain-border: rgba(255, 255, 255, 0.08);

    /* Card styles */
    --card-gradient: linear-gradient(135deg, #0D4CB0, #C16AE3);
    --card-shadow: rgba(89, 172, 250, 0.5);
    --hover-bg: #0D4CB0;
    --hover-text-color: #000;

    /* Mission section styles */
    --mission-bg-overlay: rgba(0, 0, 0, 0.356);
    --mission-shadow: rgba(253, 3, 241, 0.3);

    /* Video section styles */
    --video-overlay: rgba(0, 0, 0, 0.15);
    --sp-header-bg: rgba(0, 0, 0, 0.6);
    --sp-header-shadow: rgba(255, 0, 255, 0.3);
    --underline-color: #8d8d8d;

    /* Target section styles */
    --target-bg: rgba(18, 18, 28, 0.75);
    --target-shadow: rgba(255, 0, 255, 0.25);
    --target-border: rgba(255, 255, 255, 0.08);
    --target-shadow-hover: rgba(255, 0, 255, 0.4);

    /* Strategic Partners section styles */
    --partner-bg: rgba(0, 0, 0, 0.6);
    --partner-shadow: rgba(255, 0, 255, 0.2);
    --partner-list-bg: rgba(255, 255, 255, 0.04);
    --partner-list-shadow: rgba(0, 200, 255, 0.1);
    --partner-accent: #00acee;

    /* Freelance section styles */
    --freelance-bg: rgba(0, 0, 0, 0.6);
    --freelance-shadow: rgba(255, 0, 255, 0.25);
    --freelance-border: rgba(255, 255, 255, 0.08);
    --freelance-list-bg: rgba(255, 255, 255, 0.04);
    --freelance-list-shadow: rgba(0, 200, 255, 0.1);
    --freelance-accent: #00acee;

    /* Frosted Glass Effect Variables */
    --frosted-bg: rgba(20, 20, 30, 0.85);
    --frosted-shadow: rgba(255, 0, 255, 0.2);
    --frosted-border-inner: rgba(255, 255, 255, 0.05);
    --frosted-section-bg: rgba(255, 255, 255, 0.02);
    --frosted-section-border: rgba(255, 255, 255, 0.06);
    --frosted-section-shadow: rgba(255, 0, 255, 0.1);
    --frosted-section-hover: rgba(255, 255, 255, 0.04);
    --frosted-highlight-bg: rgba(255, 255, 255, 0.05);
    --frosted-img-shadow: rgba(255, 0, 255, 0.15);

    /* Zigzag section styles */
    --zigzag-bg: rgba(0, 0, 0, 0.6);
    --zigzag-shadow: rgba(255, 0, 255, 0.2);
    --zigzag-hover-shadow: rgba(255, 0, 255, 0.35);
    --zigzag-border: rgba(255, 255, 255, 0.05);

    /* Case Study Styles */
    --case-bg: rgba(0, 0, 0, 0.6);
    --case-border: rgba(255, 255, 255, 0.08);
    --case-shadow: rgba(255, 0, 255, 0.2);
    --case-header-bg: linear-gradient(to right, #131313, #1a1a1a);
    --case-header-color: #ffffff;
    --case-section-bg: rgba(255, 255, 255, 0.03);
    --case-box-shadow: rgba(0, 200, 255, 0.15);
    --case-list-bg: rgba(255, 255, 255, 0.04);
    --case-text: #e0e0e0;
    --case-accent: #00acee;
    --case-strong: #eb2085;
    --case-footer-bg: rgba(20, 20, 20, 0.8);
    --case-hashtag: #e60676;

    /* Contact section styles */
    --contact-bg: rgba(0, 0, 0, 0.25);
    --contact-border: rgba(255, 255, 255, 0.2);

    /* Loader Variables */
    --loader-bg: #000;
    --loader-ring-a: #9708F4;
    --loader-ring-b: #5E14E4;
}

body.light-theme {
    --bg-color: #f6f8fa;
    --text-color: #1c1c1c;
    --nav-bg: #ffffffce;
    --link-hover: #6200ea;
    --highlight: #6200ea;
    --footer-bg: #eaeaea;
    --footer-text: #1c1c1c;
    --scroll-btn-bg: #00a0ea;
    --scroll-btn-hover: #00b395;
    --li-hover-color: #5400c1;
    --dropdown-bg: #fcf7f7;
    --dropdown-btn: rgb(14, 13, 13);
    --dropdown-shadow: rgba(0, 0, 0, 0.1);

    /* Collaborate section (light) */
    --collab-bg: #ffffff;
    --collab-shadow: rgba(98, 0, 234, 0.08);
    --collab-border: rgba(0, 0, 0, 0.06);

    /* Technologies section (light) */
    --tech-bg: #ffffff;
    --tech-shadow: rgba(98, 0, 234, 0.08);
    --tech-border: rgba(0, 0, 0, 0.06);

    /* Domains section (light) */
    --domain-bg: #ffffff;
    --domain-shadow: rgba(98, 0, 234, 0.08);
    --domain-border: rgba(0, 0, 0, 0.06);

    /* Card styles */
    --card-gradient: linear-gradient(135deg, #ffffff, #f0f0ff);
    --card-shadow: rgba(0, 0, 0, 0.1);
    --hover-bg: #9f5bfd;
    --hover-text-color: #ffffff;

    /* Mission section styles */
    --mission-bg-overlay: rgba(255, 255, 255, 0.8);
    --mission-shadow: rgba(98, 0, 234, 0.08);

    /* Video section styles */
    --video-overlay: #ffffff1f;
    --sp-header-bg: rgba(255, 255, 255, 0.6);
    --sp-header-shadow: rgba(0, 0, 0, 0.1);
    --underline-color: #111111;

    /* Target section styles */
    --target-bg: #ffffff;
    --target-shadow: rgba(98, 0, 234, 0.08);
    --target-border: rgba(0, 0, 0, 0.06);
    --target-shadow-hover: rgba(98, 0, 234, 0.16);

    /* Strategic Partners section styles */
    --partner-bg: #ffffff;
    --partner-shadow: rgba(0, 0, 0, 0.05);
    --partner-list-bg: rgba(0, 0, 0, 0.03);
    --partner-list-shadow: rgba(0, 0, 0, 0.05);
    --partner-accent: #6200ea;

    /* Freelance section styles */
    --freelance-bg: #ffffff;
    --freelance-shadow: rgba(0, 0, 0, 0.05);
    --freelance-border: rgba(0, 0, 0, 0.06);
    --freelance-list-bg: rgba(0, 0, 0, 0.03);
    --freelance-list-shadow: rgba(0, 0, 0, 0.05);
    --freelance-accent: #6200ea;

    /* Frosted Glass Effect Variables */
    --frosted-bg: #ffffff;
    --frosted-shadow: rgba(0, 0, 0, 0.06);
    --frosted-border-inner: rgba(0, 0, 0, 0.03);
    --frosted-section-bg: #f8f8f8;
    --frosted-section-border: rgba(0, 0, 0, 0.06);
    --frosted-section-shadow: rgba(0, 0, 0, 0.05);
    --frosted-section-hover: #f0f0f0;
    --frosted-highlight-bg: #f0f0f0;
    --frosted-img-shadow: rgba(0, 0, 0, 0.1);

    /* Zigzag section styles */
    --zigzag-bg: #ffffff;
    --zigzag-shadow: rgba(0, 0, 0, 0.05);
    --zigzag-hover-shadow: rgba(0, 0, 0, 0.1);
    --zigzag-border: rgba(0, 0, 0, 0.06);

    /* Case Study Styles */
    --case-bg: #ffffff;
    --case-border: rgba(0, 0, 0, 0.06);
    --case-shadow: rgba(0, 0, 0, 0.05);
    --case-header-bg: linear-gradient(to right, #f9f9f9, #eaeaea);
    --case-header-color: #1c1c1c;
    --case-section-bg: #f8f9fa;
    --case-box-shadow: rgba(0, 0, 0, 0.06);
    --case-list-bg: #f2f2f2;
    --case-text: #1c1c1c;
    --case-accent: #005fc1;
    --case-strong: #c91f75;
    --case-footer-bg: #eeeeee;
    --case-hashtag: #b30063;

    /* Contact section styles */
    --contact-bg: #f8e4e4;
    --contact-border: rgba(0, 0, 0, 0.1);

    /* Loader Variables */
    --loader-bg: #ffffff;
    --loader-ring-a: #9b34f4;
    --loader-ring-b: #6f00e3;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 26px;
}



html {
    scroll-behavior: smooth;
}

li,
H1,
H2,
Ul {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;

}

ul {
    margin-left: 30%;
}

li {
    margin-right: 20px;
    color: var(--text-color);
    ;
    cursor: pointer;
}

.nav {
    margin-top: 150px;

}

.tu {
    margin-left: 30px;

}

li:hover {
    color: var(--li-hover-color);

}

h1:hover {
    color: #ff00bf;

}

h2 {
    color: var(--highlight);
    cursor: pointer;
}

.one {
    color: white;


}

.two {
    color: #FF007F;
}

.centre {
    margin-top: 220px;
    margin-left: 160px;

}

.four {
    color: #ff00bf;
    padding-top: 170px;
    margin-left: 20px;
}

.three {
    font-size: 30px;
}


.five {
    color: white;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

h3 {
    color: white;
    padding: 30px;
    content: "\26B2";
    transform: rotate(0deg);
    font-size: 14px;

}

.next {
    color: #ff00bf;
    font-size: 30px;
    margin-top: 40px;
    padding-left: 660px;
}

p {

    margin-top: 10px;

}

a {
    text-decoration: none;
    /* Removes underline */
    color: inherit;
    /* Makes the link color the same as surrounding text */
}

.Approach {
    display: inline-block;
    padding: 20px;
}

.ii {
    transform: rotate(270deg);
    padding: 30px;

}

.Arrow.svg {
    padding: 10px;

}

.Contact {
    font-size: 25px;
    padding-left: 400px;

}

.but {
    background-color: #ff00bf;
    color: rgb(255, 255, 255);
    font-size: 23px;
    border-radius: 5px;
}

.but :hover {
    color: white;
    cursor: pointer;
}

.col {
    color: #ff00bf;
    font-size: 23px;
}

.p1 {
    padding-left: 300px;
    padding-right: 300px;
}

.p2 {
    padding-left: 100px;
    padding-right: 160px;
}


.sd {
    color: #ff00bf;
}

.five {
    color: #FF007F;
    padding-top: 100px;
    margin-left: 10px;
}

.six {
    font-size: 60px;
    text-align: center;
    display: block;
    width: 100%;
}

.seven {
    font-size: 60px;
    padding-left: 740px;
}

/***************************************************/
/* Reset base nav link styles */
nav ul li a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

nav ul li a:visited,
nav ul li a:hover {
    color: inherit;
    text-decoration: none;
}

/* Active link styling */
nav ul li a.active,
nav ul li.active>a {
    color: var(--link-hover);
}

/* ================================
   Navbar Layout
================================ */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
    background-color: var(--nav-bg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    box-sizing: border-box;
}


.logo-titles {
    display: flex;
    align-items: center;
}

.logo-titles h1 {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-color);
}

.logo-img {
    height: 40px;
    width: auto;
    margin-right: 12px;
    vertical-align: middle;
}

.navbar ul {
    margin-left: 10%;
}

/* ================================
   Main Navigation
================================ */
.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.nav-links li {
    position: relative;
}

/* Top-level links */
.nav-links li a {
    color: var(--text-color);
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    color: var(--link-hover);
}

/* ================================
   Dropdown Menu: Default Hidden
================================ */
/* Base dropdown menu (initially hidden) */
.has-dropdown .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--dropdown-bg);
    padding: 0;
    border-radius: 6px;
    min-width: 180px;
    box-shadow: 0 4px 12px var(--card-shadow);
    border: 1px solid var(--collab-border);
    z-index: 100;
}

/* When dropdown is open (controlled via JS class) */
.has-dropdown.open .dropdown-menu {
    max-height: 500px;
    /* enough to show all items */
    opacity: 1;
    visibility: visible;
    padding: 8px 0;
}

/* Toggle button */
.dropdown-toggle {
    background: none;
    border: none;
    color: var(--text-color);
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    width: 100%;
    text-align: left;
    transition: color 0.3s ease;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus-visible {
    color: var(--link-hover);
    outline: none;
}

/* Dropdown icon rotation when open */
.dropdown-icon {
    font-size: 0.6em;
    transition: transform 0.3s ease;
}

.has-dropdown.open .dropdown-icon {
    transform: rotate(180deg);
}

/* Dropdown menu item styles */
.dropdown-menu li {
    padding: 8px 16px;
    white-space: nowrap;
}

.dropdown-menu li a {
    color: var(--text-color);
    display: block;
    transition: color 0.2s ease;
}

.dropdown-menu li a:hover {
    color: var(--link-hover);
}



/* ================================
   Mobile Styles
================================ */
.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: var(--dropdown-btn);
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        display: none;
        background: var(--dropdown-bg);
        margin-top: 10px;
        padding: 10px 0;
        border-radius: 8px;
        box-shadow: 0 8px 16px var(--card-shadow);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        width: 100%;
        text-align: left;
        padding: 8px 20px;
    }

    .has-dropdown .dropdown-menu {
        position: static;
        transform: none;
        background-color: transparent;
        box-shadow: none;
        border: none;
        padding: 0 0 0 20px;
    }

    /* 🔽 Tighter spacing between dropdown items */
    .dropdown-menu li {
        padding: 4px 0;
    }

    .dropdown-menu li a {
        padding: 4px 10px;
        display: block;
    }
}




/* heading */

.heading-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Center child element */
    padding-top: 100px;
}

.gradient-heading {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #ff007f, #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-transform: uppercase;
}

.gradient-heading::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #ff007f, #6a00ff);
    margin: 10px auto 0;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .gradient-heading {
        font-size: 36px;
    }
}





/************************************SERVICES****************************************/

.services-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: 2px;
    text-align: center;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-transform: uppercase;
}

.services-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    margin: 10px auto 0;
    border-radius: 2px;
}

.underline {
    width: 100px;
    height: 3px;
    background-color: #aaa;
    margin: 0 auto 40px;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 20px;
    row-gap: 25px;
    justify-items: center;
    padding: 0 20px;
}

.service-box {
    background: var(--collab-bg);
    padding: 20px;
    border-radius: 10px;
    width: 200px;
    height: 110px;
    transition: transform 0.3s, background-color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    box-shadow: 0 8px 16px var(--collab-shadow);
    border: 1px solid var(--collab-border);
}

.service-box:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.1);
}

.service-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.services-section {
    text-align: center;
    max-width: 1300px;
    width: 100%;
}

/* Responsive for tablets and smaller */
@media (max-width: 768px) {
    .services-title {
        font-size: 38px;
        letter-spacing: 1px;
    }

    .services-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 0 10px;
    }

    .service-box {
        width: calc(50% - 8px);
        height: auto;
        padding: 16px;
    }

    .service-box h3 {
        font-size: 18px;
    }
}




/******************************NextApproch******************************/

.single-page-section {
    background: linear-gradient(135deg, #2a2a2a, #500080);
    padding: 50px 20px;
    text-align: center;
    color: #fff;
}

.single-page-header {
    margin-bottom: 40px;
}

.single-page-title {
    font-size: 36px;
    color: #FF007F;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.underline {
    width: 100px;
    height: 3px;
    background-color: #aaa;
    margin: 0 auto 20px;
}

.content-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.image-section img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.text-section {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.section-title,
.approach-title {
    font-size: 24px;
    color: #FF007F;
    margin-bottom: 10px;
}

.section-title-alt {
    font-size: 20px;
    color: #FF007F;
    margin-top: 20px;
}

.text-section p {
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* New Styles for Approach Section */
.approach-section {
    margin-top: 50px;
    text-align: center;
}

.approach-title {
    font-size: 60px;
    color: #FF007F;
    margin-bottom: 20px;
}

.steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.step {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.178);
    border-radius: 5px;
    transition: color 0.3s, background-color 0.3s;
    box-shadow: 0 8px 16px rgba(253, 3, 241, 0.3);
}

.step:hover {
    color: #FF007F;
    background-color: rgba(255, 255, 255, 0.2);
}

.arrow {
    color: #FF007F;
    font-size: 24px;
}

/* New Styles for Collaboration Section */
.collaborate-section {
    margin: 60px auto;
    padding: 60px 30px;
    text-align: center;
    max-width: 1400px;
    background: var(--collab-bg, rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(12px);
    border-radius: 24px;
    box-shadow: 0 12px 30px var(--collab-shadow, rgba(255, 0, 255, 0.25));
    border: 1px solid var(--collab-border, rgba(255, 255, 255, 0.08));
    transition: background 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
}

.collaborate-section h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.contact-link {
    color: var(--highlight);
    border: 2px solid var(--highlight);
    padding: 4px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
}

.contact-link:hover {
    background-color: var(--highlight);
    color: #ffffff;
    box-shadow: 0 0 10px var(--highlight);
}

.collaborate-section p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-color);
    margin: 15px auto;
    max-width: 1200px;
    text-align: justify;
    transition: color 0.3s ease;
}

.collaborate-section .hashtags {
    margin-top: 30px;
    font-size: 1.2rem;
    color: var(--highlight);
    text-align: center;
    word-break: break-word;
    transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .collaborate-section {
        padding: 40px 20px;
    }

    .collaborate-section h3 {
        font-size: 24px;
    }

    .collaborate-section p {
        font-size: 1rem;
    }

    .contact-link {
        font-size: 0.95rem;
        padding: 6px 14px;
    }
}




/*************************Technologies*****************************/
.technologies-section {
    margin: 60px auto;
    padding: 60px 30px;
    max-width: 1400px;
    text-align: center;
    background: var(--tech-bg);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    box-shadow: 0 12px 30px var(--tech-shadow);
    border: 1px solid var(--tech-border);
    transition: background 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
}

.technologies-section h2 {
    font-size: 52px;
    font-weight: 700;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.underline-gradient {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    margin: 0 auto 30px;
    border-radius: 4px;
}

.technologies-section p {
    color: var(--text-color);
    font-size: 1.15rem;
    line-height: 1.9;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 10px;
    transition: color 0.3s ease;
}


/* Responsive Tweaks */
@media (max-width: 768px) {
    .technologies-section {
        padding: 40px 20px;
    }

    .technologies-section h2 {
        font-size: 36px;
    }

    .technologies-section p {
        font-size: 1rem;
    }
}



/*********************************Domains****************************/
.domains-section {
    margin: 60px auto;
    padding: 60px 30px;
    max-width: 1400px;
    text-align: center;
    background: var(--domain-bg, rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(12px);
    border-radius: 24px;
    box-shadow: 0 12px 30px var(--domain-shadow, rgba(255, 0, 255, 0.25));
    border: 1px solid var(--domain-border, rgba(255, 255, 255, 0.08));
    transition: background 0.4s ease, box-shadow 0.4s ease, border 0.4s ease;
}

.domains-section h2 {
    font-size: 52px;
    font-weight: 700;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.underline-gradient {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    margin: 0 auto 30px;
    border-radius: 4px;
}

.domains-section p {
    color: var(--text-color);
    font-size: 1.15rem;
    line-height: 1.9;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    padding: 0 10px;
    transition: color 0.3s ease;
}


/* Responsive */
@media (max-width: 768px) {
    .domains-section {
        padding: 40px 20px;
    }

    .domains-section h2 {
        font-size: 36px;
    }

    .domains-section p {
        font-size: 1rem;
    }
}


/**********************************TargetsMarkets*************************/
.target-section {
    background: var(--target-bg, rgba(18, 18, 28, 0.75));
    backdrop-filter: blur(14px);
    padding: 70px 40px;
    text-align: center;
    color: var(--text-color);
    border-radius: 24px;
    margin: 50px auto;
    max-width: 1400px;
    box-shadow: 0 12px 30px var(--target-shadow, rgba(255, 0, 255, 0.25));
    border: 1px solid var(--target-border, rgba(255, 255, 255, 0.08));
    animation: fadeInUp 0.9s ease-out;
    transition: box-shadow 0.3s ease;
}

.target-section:hover {
    box-shadow: 0 16px 40px var(--target-shadow-hover, rgba(255, 0, 255, 0.4));
}

.target-section h2 {
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.target-section .underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    margin: 0 auto 30px;
    border-radius: 4px;
}

.target-section p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-color);
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
}

.target-section .highlight {
    color: var(--highlight);
    font-weight: 600;
    background: rgba(255, 0, 128, 0.1);
    padding: 0 4px;
    border-radius: 4px;
}


/* Animation */
@keyframes fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .target-section {
        padding: 50px 20px;
    }

    .target-section h2 {
        font-size: 36px;
    }

    .target-section p {
        font-size: 1rem;
        line-height: 1.8;
    }
}



/*****************************StatergicPartners *****************************/
.partner-section {
    display: grid;
    gap: 30px;
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.partner-card {
    background: var(--partner-bg, rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 20px var(--partner-shadow, rgba(255, 0, 255, 0.2));
    color: var(--text-color);
    transition: transform 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-5px);
}

.partner-subheading {
    font-size: 32px;
    margin-bottom: 20px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-list li {
    background: var(--partner-list-bg, rgba(255, 255, 255, 0.04));
    border-left: 4px solid var(--partner-accent, #00acee);
    border-radius: 12px;
    box-shadow: 0 4px 12px var(--partner-list-shadow, rgba(0, 200, 255, 0.1));
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-color);
    padding: 18px 20px;
    margin-bottom: 20px;
    max-width: 1200px;
    width: 100%;
}

.partner-list li strong {
    color: var(--highlight);
}

.partner-intro {
    font-size: 24px;
    line-height: 1.8;
    text-align: justify;
    margin-top: 10px;
    color: var(--text-color);
}




/*****************************Freelance****************************/
.freelance-section {
    max-width: 1400px;
    margin: 50px auto;
    padding: 50px 30px;
    background: var(--freelance-bg, rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(14px);
    border-radius: 24px;
    box-shadow: 0 12px 30px var(--freelance-shadow, rgba(255, 0, 255, 0.25));
    border: 1px solid var(--freelance-border, rgba(255, 255, 255, 0.08));
}

.freelance-title {
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.freelance-subheading {
    font-size: 34px;
    text-align: center;
    color: var(--highlight);
    margin-bottom: 20px;
    font-weight: 600;
    padding-left: 20px;
}

.freelance-intro {
    font-size: 1.2rem;
    line-height: 1.9;
    color: var(--text-color);
    margin-bottom: 20px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.freelance-list {
    list-style: none;
    padding-left: 0;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.freelance-list li {
    padding: 20px;
    margin-bottom: 20px;
    background: var(--freelance-list-bg, rgba(255, 255, 255, 0.04));
    border-left: 4px solid var(--freelance-accent, #00acee);
    border-radius: 12px;
    box-shadow: 0 4px 12px var(--freelance-list-shadow, rgba(0, 200, 255, 0.1));
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color);
    max-width: 1200px;
    width: 100%;
}

.freelance-list li strong {
    color: var(--highlight);
    font-weight: 600;
}

.cta-section {
    text-align: center;
    margin-top: 40px;
}

.cta-button {
    display: inline-block;
    padding: 12px 26px;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 6px 16px rgba(255, 0, 127, 0.4);
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(255, 0, 127, 0.5);
}


/* Responsive Enhancements */
@media (max-width: 768px) {
    .freelance-title {
        font-size: 36px;
    }

    .freelance-subheading {
        font-size: 24px;
    }

    .freelance-intro {
        font-size: 1rem;
    }

    .freelance-list li {
        font-size: 1rem;
    }
}



/**************scroll up************/
.scroll-up-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--scroll-btn-bg);
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000;
}

.scroll-up-btn:hover {
    background-color: var(--scroll-btn-hover);
    transform: scale(1.1);
}

.scroll-up-btn.show {
    display: flex;
}

/**********************************************/
/* Zig Zag Layout */
.content {
    max-width: 1400px;
    margin: 60px auto;
    padding: 20px;
    color: #fcfcfc;
    font-size: 15px;
}

.zigzag-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
    justify-content: space-between;
}

.zigzag-section:nth-child(even) {
    flex-direction: row-reverse;
}

.zigzag-content {
    flex: 1 1 500px;
    padding: 50px 40px;
    background: var(--zigzag-bg, rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(14px);
    border-radius: 24px;
    box-shadow: 0 12px 30px var(--zigzag-shadow, rgba(255, 0, 255, 0.2));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-color, #f2f2f2);
    border: 1px solid var(--zigzag-border, rgba(255, 255, 255, 0.05));
}

.zigzag-content:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px var(--zigzag-hover-shadow, rgba(255, 0, 255, 0.35));
}

.zigzag-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.zigzag-content p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-color, #e0e0e0);
}


/* Responsive Enhancements */
@media (max-width: 768px) {
    .zigzag-section {
        flex-direction: column !important;
        gap: 20px;
    }

    .zigzag-content {
        padding: 30px 20px;
    }

    .zigzag-content h2 {
        font-size: 28px;
    }

    .zigzag-content p {
        font-size: 1rem;
    }
}



/****************************Video Overlay*******************************/
/* Fullscreen Hero Section */
.hero-wrap-v {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Heading */
.overlay-heading {
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.2;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .overlay-heading {
        font-size: 42px;
        letter-spacing: 1px;
    }
}

/* Underline */
.overlay-underline {
    width: 100px;
    height: 3px;
    background-color: var(--underline-color);
    margin: 0 auto 40px;
}

/* Background Video */
.background-video-v {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Overlay Background (uses theme variable) */
.overlay-v {
    position: absolute;
    inset: 0;
    background: var(--video-overlay, rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
    z-index: 1;
}

/* Text Content */
.content-v {
    color: var(--text-color);
    text-align: center;
    font-size: 2rem;
    z-index: 2;
}

/* Sticky Container Box */
.container-sp-header-v {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1400px;
    padding: 40px 30px;
    background: var(--sp-header-bg, rgba(0, 0, 0, 0.6));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    text-align: center;
    color: var(--text-color);
    box-shadow: 0 8px 24px var(--sp-header-shadow, rgba(255, 0, 255, 0.3));
    z-index: 2;
    transition: none;
}


.partner-heading {
    font-size: 42px;
    margin-bottom: 10px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.underline-gradient {
    width: 100px;
    height: 4px;
    margin: 0 auto 20px;
    background: linear-gradient(to right, var(--highlight), #6a00ff);
    border-radius: 2px;
}

.partner-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
    transition: color 0.3s ease;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .container-sp-header-v {
        width: 95%;
        bottom: -30px;
        padding: 25px 20px;
    }

    .partner-heading {
        font-size: 32px;
    }

    .partner-intro {
        font-size: 1rem;
    }
}





/********************************************/
/********************************************/
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.typing-slider {
    font-family: monospace;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid black;
    display: inline-block;
}

.typing-slider span {
    display: inline-block;
    overflow: hidden;
    border-right: 2px solid black;
    animation: typing 5s steps(35, end) infinite alternate, blink 0.7s infinite;
}

/****************/

.workflow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #0c0c0c42;
    font-family: 'Segoe UI', sans-serif;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(97, 1, 252, 0.726);
}

.workflow-heading {
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
    position: relative;
    font-weight: bold;
}

.workflow-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
}

.workflow-box {
    background-color: rgba(0, 0, 0, 0.363);
    border-radius: 10px;
    width: 47%;
    padding: 20px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.workflow-box h2 {
    font-size: 34px;

}

.workflow-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.workflow-box p {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.6;
}

/* connector curve line between rows */
.workflow-row::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    transform: translate(-50%, -50%);
}

/***********************************************/
.footer-section {
    background: var(--footer-bg);
    color: var(--footer-text);
    font-family: 'Segoe UI', sans-serif;
    padding: 50px 20px 20px;
    margin: 100px auto 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    max-width: 1200px;
    margin-bottom: 50px;
}


.footer-top {
    text-align: center;
}

.footer-top h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-top p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.footer-btn {
    padding: 12px 28px;
    border: 2px solid;
    border-color: var(--footer-text);
    border-radius: 30px;
    color: var(--footer-text);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-btn:hover {
    background-color: var(--footer-btn-hover);
    transform: translateY(-2px);
}

.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.footer-column.quick-links {
    flex: 1 1 200px;
}

.footer-column h3 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--footer-text);
}

.footer-column p {
    margin: 8px 0;
    text-align: center;
}

.footer-column a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 16px;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-contact {
    flex: 3 1 600px;
    text-align: center;
}

.footer-contact h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--footer-text);
}

.contact-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-block {
    flex: 1 1 200px;
    font-size: 15px;
    text-align: left;
    background: var(--footer-block-bg);
    padding: 15px;
    border-radius: 12px;
}

.contact-block p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer-contact-line {
    margin-top: 20px;
    font-size: 15px;
    color: var(--footer-text);
}

.footer-social {
    text-align: center;
    margin-top: 20px;
}

.footer-social h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.social-icons a {
    margin: 0 8px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease;
}

.social-icons img:hover {
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid var(--footer-border);
    padding-top: 15px;
    font-size: 14px;
}

/* Utility Classes */
.icon-inline {
    vertical-align: middle;
    margin-right: 6px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-columns {
        flex-direction: column;
        align-items: center;
    }

    .contact-block {
        text-align: center;
    }

    .footer-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .footer-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    .footer-contact-line {
        padding: 0 15px;
    }
}

/* ========== TOGGLE STYLE ========== */
.theme-toggle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    font-size: 18px;
    background: var(--scroll-btn-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 12px;
    position: relative;
    z-index: 1000;
}

.theme-toggle:hover {
    background: var(--scroll-btn-hover);
    transform: scale(1.1);
}

/* Icon switching using ::before */
.theme-toggle::before {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
}

body.light-theme .theme-toggle::before {
    content: "🌙";
}

body:not(.light-theme) .theme-toggle::before {
    content: "☀️";
}