/**========================= HEADER CSS START =========================**/

.head {
    position: absolute;
    width: 100%;
    background: var(--light-bg-black);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    z-index: 999;
}

.navbar-nav .nav-item .nav-link {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 500;
}
.navbar-toggler{
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 6px 10px;
}

.navbar-toggler:focus{
    box-shadow: none;
}

/**========================= HEADER CSS FINISH =========================**/

/* ====================== HOME PAGE CSS STRAT=====================  */
.home-banner-sec {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    z-index: -1;
}

.home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -8; */
}

.cont-card {
    position: relative;
}

.row-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    white-space: nowrap;
}
/* ================= HOW APPS SELLINGS =================== */
.para-how-sell br{
    display: none;
}
.card-img-min-hight{
    min-height: 250px;
}

/* =====================READY TO SELL CSS STRAT ====================== */
.reday-bg-img {
    position: relative;
    min-height: 300px;
    background-image: url("/assets/images/ready-to-sell.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    z-index: -1;
}

.row-pad {
    padding: 50px 30px;
}

/* ================= Apps & Software Developers css start =========== */
.one {
    height: 50px;
    width: 60px;
    border-radius: 12px;
}

.card-develpoer {
    height: 100%;
}

.card-develpoer:hover {
    background-color: #3F87FE;
    color: var(--text-white);
    transition: all 0.5s ease;
}

.card-develpoer:hover .one {
    background-color: #FFFFFF2E;
    color: var(--text-white);
}

.para-app:hover {
    color: #FFFFFFCC;
}

.apps-card {
    display: flex;
    align-items: start;
    gap: 80px;
}

/* ================ Sell Your WordPress css start ================  */

.sell-your-card {
    background-image: url("/assets/images/Mask\ group.webp");
}

.para-sell-plugines {
    color: var(--text-light-white);
}

/*================  What Apps We’re Actively Buying Right Now =======================  */
.card-real-estate {
    border: 1px solid var(--border-gray);
    border-radius: 15px;
    box-shadow: 0px 0px 17px 10px #C7C7C71F;
    padding: 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.hover-para {
    display: none;
}

.card-real-estate {
    position: relative;
    height: 100%;
}

.card-real-estate:hover .hover-para {
    position: absolute;
    inset: 0;
    display: block; 
    text-align: center;
    background-image: url("/assets/images/hover-bakk.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    min-height: 100%;
    color: var(--text-white);
    padding: 20px 30px;
}

/*  <!-- Sell Your App Without Risk or Exposure --> */
.video-card {
    position: relative;
}

.video-btn-play {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
}
.video-card {
    position: relative;
    width: 100%;
}
.video-thumbnail {
    width: 100%;
    display: block;
}
#videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.video-btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    cursor: pointer;
}
.close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--text-black);
    color: var(--text-white);
    padding: 5px 10px;
    cursor: pointer;
    display: none;
    z-index: 2;
}


/* ===================== Trusted by Developers ===================== */
.card-trusted {
    border-color: var(--text-light-white);
    box-shadow: 7px 5px 11px 13px #0000000A;
    display: flex;
    gap: 80px;
    flex-direction: column;
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
}

.card-trustedd {
    background-color: var(--text-blue);
    color: var(--text-white);
    transition: all 0.4s ease;
}

/* ============================ Need Assistance ============================ */
.card-assistence {
    border: 1px solid var(--border-gray);
    background-color: var(--text-light-white);
    padding: 30px 30px;
    border-radius: 20px;
    display: flex;
    align-items: start;
    gap: 30px;
    box-shadow: 10px 0px 100px 20px #0000000D;
}

.img-dev {
    height: 50px;
    width: 100px;
    border-radius: 12px;
    background-color: var(--bg-light-blue);
}

.see-para {
    color: var(--text-blue);
}

/*======================= How can we Help? ======================= */
.help-spoort-sec {
    min-height: 800px;
    position: relative;
    
}

.help-spoort-sec::before {
    content: "";
    position: absolute;
    background-image: url("/assets/images/help-spoort-back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    inset: 0;
    
}

/**==== FAQ BLOG SEC CSS START ====**/

.faq-blog-sec {
    background-image: url("/assets/images/help-spoort-back.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--Grays-Gray-2, #AEAEB2)
}

.technology {
    color: var(--text-gray);
}

.faq-form .input-group .input-group-text {
    background-color: var(--white-bg);
    border: 1px solid var(--border-grey);
    border-radius: 12px;
}

.faq-form .input-group .form-control {
    background-color: var(--white-bg);
    border-radius: 12px;
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    color: var(--text-black);
    border: 1px solid var(--border-grey);
    
}

.faq-blog-tab-box {
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq-blog-tab-box .faq-blog-tab {
    justify-content: center;
    gap: 30px;
    border-bottom: 1px solid var(--border-grey);
}

.faq-blog-tab-box .faq-blog-tab li.nav-item .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: transparent;
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    color: var(--text-black-two);
}

.faq-blog-tab-box .faq-blog-tab li.nav-item .nav-link.active {
    color: var(--text-cyan-blue);
    border-bottom: 4px solid var(--border-blue);
}

.blog-box h3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5px;
    line-height: 36px;
}

.blog-box h3 img {
    margin-top: 5px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--text-black);
}

.accordion-one .accordion-item .accordion-button::after {
    content: none;
}

.accordion-one .accordion-item .accordion-button::before {
    content: "";
    position: absolute;
    right: 0;
    
    
  
}

.accordion-one .accordion-item .accordion-button.collapsed::before {
    background: url("/assets/images/faq-one-plus-icon\ \(1\).svg") center / cover no-repeat;
    width: 20px;
    height: 20px;
}

.accordion-one .accordion-item .accordion-button:not(.collapsed)::before {
    background: url("/assets/images/faq-one-minus-icon\ \(1\).svg") center / cover no-repeat;
    width: 20px;
    height: 2px;
}

.accordion-item {
    padding: 15px 15px;
    background-color: var(--bg-gray);
}

.accordion-button {
    position: relative;
    
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #fbfbfb;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    
}

/* ===================== Ready to Get Started? ===================== */
.row-bg-color {
    background-color: var(--text-blue);
    color: var(--text-white);
}

.para-text-light {
    color: var(--text-light-white);
}

.contact-btn-border {
    border: 1px solid var(--border-light-white);
    background-color: var(--bg-white);
    padding: 15px 40px;
    border-radius: 30px;
}

.get-started {
    position: relative;
    z-index: 999;
}

.cont-get {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

/* ============================= Footer============================= */
.bg-color-footer {
    background-color: var(--text-black);
    color: var(--text-white);
}

.data-grid-ftr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 70px;
}

.para-text-ftr {
    color: var(--text-light-white);
}

.join-btn {
    /* background-color: var(--text-blue); */
    background-color: var(--text-blue);
    color: var(--text-white);
}

.ftr-sec {
    padding: 0px 0px;
    padding-top: 250px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.join-btn:hover {
    background-color: #0d6efd;
}

.join-input-btn {
    padding: 15px 10px;
}

.border-bottom-ftr {
    border-bottom: 1px solid #FFFFFF33;
}

.last-end-ftr {
    padding: 30px 0px;
}





/*===================== CONTACT US CSS STRAT ========================  */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



html {
    scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
    /* background: var(--navy); */
    /* color: var(--white); */
    overflow-x: hidden;
   
}

.main-dev-contact{
    background: var(--navy); 
    color: var(--white);
}
/* =========================================== header =========================================== */
/* .head {
    position: static;
    width: 100%;
    background: var(--light-bg-black);
    backdrop-filter: blur(10px);
    padding: 10px 0;
  
} */

/* .navbar-nav .nav-item .nav-link {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 500;
}

.navbar-toggler {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
} */

/* =========================================== header finish =========================================== */

/*================================================= home ========================================================= */
.contact-hero {
    padding: 140px 5% 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(26, 111, 244, 0.16), transparent 70%), radial-gradient(ellipse 40% 40% at 10% 80%, rgba(0, 212, 255, 0.07), transparent);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 90% 90% at 50% 0%, black 20%, transparent 100%);
}

.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 111, 244, 0.12);
    border: 1px solid rgba(26, 111, 244, 0.3);
    color: var(--blue2);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 28px;
    animation: fadeDown .7s ease both;
}

.hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--blue2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero-h1 {   
    font-weight: 800;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    animation: fadeDown .7s .1s ease both;
}

.hero-h1 .g {
    background: linear-gradient(135deg, var(--cyan), var(--cyan2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub {
    font-size: 18px;
    color: var(--grey);
    max-width: 520px;
    margin: 0 auto;
    font-weight: 300;
    animation: fadeDown .7s .2s ease both;
}

/* QUICK CONTACT STRIP */
.quick-strip {
    background: var(--navy2);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    padding: 0 5%;
}

.quick-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.quick-item {
    padding: 32px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-right: 1px solid var(--card-border);
    transition: background .3s;
    cursor: pointer;
    text-decoration: none;
}

.quick-item:last-child {
    border-right: none;
}

.quick-item:hover {
    background: rgba(26, 111, 244, 0.05);
}

.qi-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.qi-wa {
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.25);
}

.qi-email {
    background: rgba(26, 111, 244, 0.12);
    border: 1px solid rgba(26, 111, 244, 0.25);
}

.qi-cal {
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.qi-label {
    font-size: 11px;
    color: var(--grey);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.qi-value {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 600;
    font-size: 15px;
    color: var(--white);
}

.qi-sub {
    font-size: 12px;
    color: var(--grey);
    margin-top: 2px;
}

/* MAIN GRID */
.main-section {
    padding: 80px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.main-grid {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 48px;
    align-items: start;
}

/* CONTACT FORM */
.form-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 44px;
    position: relative;
    overflow: hidden;
}

.form-card::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 111, 244, 0.12), transparent 70%);
}

.form-title {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 8px;
}

.form-sub {
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 36px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group.full {
    grid-column: 1/-1;
}

.form-label {
    font-size: 12px;
    color: var(--grey2);
    font-weight: 500;
    letter-spacing: .5px;
}

.form-input,
.form-select,
.form-textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 13px 16px;
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color .2s, background .2s;
    width: 100%;
    appearance: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--grey);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: rgba(26, 111, 244, 0.5);
    background: rgba(26, 111, 244, 0.05);
}

.form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a9bc0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.form-select option {
    background: var(--navy2);
    color: var(--white);
}

.form-textarea {
    height: 120px;
    resize: none;
}

.form-submit {
    width: 100%;
    background: var(--blue);
    color: var(--white);
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: all .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

.form-submit:hover {
    background: var(--blue2);
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(45, 132, 255, 0.35);
}

.form-submit svg {
    transition: transform .2s;
}

.form-submit:hover svg {
    transform: translateX(4px);
}

.form-note {
    text-align: center;
    font-size: 12px;
    color: var(--grey);
    margin-top: 14px;
}

.success-msg {
    display: none;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.3);
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    color: var(--green);
    font-size: 14px;
    margin-top: 16px;
}

/* RIGHT COLUMN */
.right-col {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* WHATSAPP CARDS */
.section-label {
    /* font-family: 'Syne', sans-serif; */
    font-size: 13px;
    font-weight: 700;
    color: var(--grey);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.wa-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wa-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 18px 20px;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.wa-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.06), transparent);
    opacity: 0;
    transition: opacity .3s;
}

.wa-card:hover {
    border-color: rgba(37, 211, 102, 0.3);
    transform: translateX(6px);
}

.wa-card:hover::before {
    opacity: 1;
}

.wa-icon {
    width: 42px;
    height: 42px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-region {
    font-size: 11px;
    color: var(--grey);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
}

.wa-num {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--white);
}

.wa-arrow {
    margin-left: auto;
    color: var(--grey);
    font-size: 18px;
    transition: transform .2s;
}

.wa-card:hover .wa-arrow {
    transform: translateX(4px);
    color: var(--green);
}

/* SOCIAL */
.social-block {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 24px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.soc-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 10px;
    border-radius: 12px;
    border: 1px solid var(--card-border);
    text-decoration: none;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.02);
}

.soc-btn:hover {
    transform: translateY(-4px);
}

.soc-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc-label {
    font-size: 11px;
    color: var(--grey);
    font-weight: 500;
}

.s-fb {
    background: rgba(24, 119, 242, 0.15);
    border-color: rgba(24, 119, 242, 0.25);
}

.s-fb:hover {
    border-color: rgba(24, 119, 242, 0.5);
    background: rgba(24, 119, 242, 0.1);
}

.s-li {
    background: rgba(10, 102, 194, 0.15);
    border-color: rgba(10, 102, 194, 0.25);
}

.s-li:hover {
    border-color: rgba(10, 102, 194, 0.5);
}

.s-ig {
    background: rgba(225, 48, 108, 0.12);
    border-color: rgba(225, 48, 108, 0.25);
}

.s-ig:hover {
    border-color: rgba(225, 48, 108, 0.5);
}

.s-tw {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
}

.s-tw:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.s-md {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
}

.s-md:hover {
    border-color: rgba(255, 255, 255, 0.3);
}

.s-yt {
    background: rgba(255, 0, 0, 0.1);
    border-color: rgba(255, 0, 0, 0.2);
}

.s-yt:hover {
    border-color: rgba(255, 0, 0, 0.4);
}

/* CALENDLY */
.cal-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.cal-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.06), transparent);
    pointer-events: none;
}

.cal-title {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.cal-sub {
    font-size: 13px;
    color: var(--grey);
    margin-bottom: 20px;
    line-height: 1.6;
}

.cal-slots {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.cal-slot {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    font-size: 13px;
    color: var(--grey2);
}

.cal-slot-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan2);
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

.cal-slot-dot.busy {
    background: var(--red);
    animation: none;
}

.cal-btn {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(0, 240, 200, 0.1));
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: var(--cyan);
    padding: 13px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'DM Sans', sans-serif; */
    cursor: pointer;
    transition: all .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.cal-btn:hover {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.25), rgba(0, 240, 200, 0.15));
    transform: translateY(-2px);
}

/* MAP SECTION */
.map-section {
    padding: 0 5% 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.map-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--card-border);
    position: relative;
}

.map-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 24px 28px;
    background: linear-gradient(to bottom, rgba(7, 13, 31, 0.95), transparent);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-label {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 700;
    font-size: 16px;
}

.map-offices {
    display: flex;
    gap: 20px;
}

.map-office-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 111, 244, 0.15);
    border: 1px solid rgba(26, 111, 244, 0.3);
    padding: 7px 14px;
    border-radius: 100px;
    font-size: 12px;
    color: var(--grey2);
}

.map-office-pill::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue2);
    flex-shrink: 0;
}

.map-iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: none;
    filter: invert(0.9) hue-rotate(180deg) saturate(0.6) brightness(0.7);
}

/* FAQ */
.faq-section {
    padding: 0 5% 100px;
    max-width: 1400px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue2);
    margin-bottom: 14px;
}

.section-h2 {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 700;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.section-sub {
    font-size: 16px;
    color: var(--grey);
    line-height: 1.7;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

.faq-item {
    border-bottom: 1px solid var(--card-border);
    padding: 0;
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    color: var(--white);
    text-align: left;
    padding: 22px 0;
    font-size: 15px;
    font-weight: 500;
    /* font-family: 'DM Sans', sans-serif; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: color .2s;
}

.faq-q:hover {
    color: var(--blue2);
}

.faq-q.open {
    color: var(--blue2);
}

.faq-chevron {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--card);
    border: 1px solid var(--card-border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .3s;
}

.faq-q.open .faq-chevron {
    background: rgba(26, 111, 244, 0.15);
    border-color: rgba(26, 111, 244, 0.3);
    transform: rotate(180deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s ease;
}

.faq-a.open {
    max-height: 300px;
}

.faq-a-inner {
    padding: 0 0 20px;
    font-size: 14px;
    color: var(--grey);
    line-height: 1.8;
}

/* CTA */
.cta-section {
    margin: 0 5% 80px;
    background: linear-gradient(135deg, rgba(26, 111, 244, 0.12), rgba(0, 212, 255, 0.06));
    border: 1px solid rgba(26, 111, 244, 0.2);
    border-radius: 24px;
    padding: 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(26, 111, 244, 0.12), transparent);
}

.cta-inner {
    position: relative;
    z-index: 1;
}

.cta-h2 {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 800;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.cta-sub {
    font-size: 16px;
    color: var(--grey);
    max-width: 480px;
    margin: 0 auto 36px;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-p {
    background: var(--blue);
    color: var(--white);
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all .25s;
    box-shadow: 0 0 28px rgba(26, 111, 244, 0.35);
}

.btn-p:hover {
    background: var(--blue2);
    transform: translateY(-2px);
}

.btn-o {
    background: transparent;
    color: var(--grey2);
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--card-border);
    transition: all .25s;
}

.btn-o:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
    transform: translateY(-2px);
}


/* ============================= Footer============================= */

.bg-color-footer {
    background-color: var(--text-black);
    color: var(--text-white);
}

.data-grid-ftr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 70px;
}

.para-text-ftr {
    color: var(--text-light-white);
}

.join-btn {
    /* background-color: var(--text-blue); */
    background-color: var(--text-blue);
    color: var(--text-white);
}

.ftr-sec {
    padding: 0px 0px;
    padding-top: 200px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.join-btn:hover {
    background-color: #0d6efd;
}

.join-input-btn {
    padding: 15px 10px;
}

.border-bottom-ftr {
    border-bottom: 1px solid #FFFFFF33;
}

.last-end-ftr {
    padding: 30px 0px;
}





/*=============================== ABOUT US PAGE CSS START ===========================  */


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'DM Sans', sans-serif; */
    /* background: var(--navy);
    color: var(--white); */
    overflow-x: hidden;
    line-height: 1.7;
    font-family: "Inter", sans-serif;
    margin: 0;

}
.main-dev-about{
   background: var(--navy);
    color: var(--white);
}
/* =========================================== header =========================================== */
/* .head {
    position: static;
    width: 100%;
    background: var(--light-bg-black);
    backdrop-filter: blur(10px);
    padding: 10px 0;
        
} */
/* 
.navbar-nav .nav-item .nav-link {
    color: var(--text-white);
    font-size: 16px;
    font-weight: 500;
}

.navbar-toggler {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    padding: 6px 10px;
}

.navbar-toggler:focus {
    box-shadow: none;
} */
/* =========================================== header finish =========================================== */

/* ── ===========================================  HERO ── ===========================================*/
.hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 5% 80px;
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(26, 111, 244, 0.18) 0%, transparent 70%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(0, 212, 255, 0.1) 0%, transparent 60%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 111, 244, 0.12);
    border: 1px solid rgba(26, 111, 244, 0.3);
    color: var(--blue2);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 32px;
    animation: fadeSlideDown 0.8s ease both;
}

.hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--blue2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero-h1 {
    
    font-weight: 800;
    font-size:80px;
    line-height: 90px;
    letter-spacing: -2px;
    color: var(--white);
    animation: fadeSlideDown 0.8s 0.1s ease both;
    margin-bottom: 24px;
}

.hero-h1 .accent {
    color: var(--blue2);
}

.hero-h1 .accent2 {
    background: linear-gradient(135deg, var(--cyan), var(--cyan2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub {
    font-size: 18px;
    color: var(--grey);
    max-width: 560px;
    margin: 0 auto 44px;
    line-height: 1.7;
    font-weight: 300;
    animation: fadeSlideDown 0.8s 0.2s ease both;
}

.hero-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeSlideDown 0.8s 0.3s ease both;
}

.btn-primary {
    background: var(--blue);
    color: var(--white);
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 30px rgba(26, 111, 244, 0.4);
}

.btn-primary:hover {
    background: var(--blue2);
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(45, 132, 255, 0.5);
}

.btn-outline {
    background: transparent;
    color: var(--grey2);
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--card-border);
    transition: all 0.25s;
}

.btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--white);
    transform: translateY(-2px);
}



/* ── =========================================== SCROLL INDICATOR =========================================== ── */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    animation: fadeSlideDown 1s 0.8s ease both;
}

.scroll-indicator span {
    font-size: 11px;
    color: var(--grey);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-mouse {
    width: 22px;
    height: 36px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 11px;
    position: relative;
}

.scroll-mouse::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 8px;
    background: var(--blue2);
    border-radius: 3px;
    animation: scrollDot 2s infinite;
}


/* ── SECTION BASE ── */
section {
    padding: 100px 5%;
    position: relative;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue2);
    margin-bottom: 16px;
}

.section-h2 {
    font-weight: 700;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--white);
    margin-bottom: 20px;
}

.section-sub {
    font-size: 17px;
    color: var(--grey);
    line-height: 1.7;
    max-width: 560px;
}




/* ── =========================================== STATS BAR =========================================== ── */
.stats-bar {
    background: var(--navy2);
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
    padding: 0 5%;
}

.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.stat-item {
    padding: 44px 32px;
    text-align: center;
    border-right: 1px solid var(--card-border);
    position: relative;
    overflow: hidden;
}

.stat-item:last-child {
    border-right: none;
}

.stat-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 60% at 50% 100%, rgba(26, 111, 244, 0.08), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-num {
    
    font-weight: 800;
    font-size: 52px;
    line-height: 1;
    letter-spacing: -2px;
    background: linear-gradient(135deg, var(--white), var(--blue2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: var(--grey);
    font-weight: 400;
}

/* ── =========================================== MISSION ── ===========================================*/
.mission-section {
    background: var(--navy);
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.mission-visual {
    position: relative;
    height: 480px;
}

.mission-card {
    position: absolute;
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 28px;
    backdrop-filter: blur(12px);
}

.mc1 {
    top: 0;
    left: 0;
    right: 20%;
}

.mc2 {
    bottom: 0;
    right: 0;
    left: 20%;
    background: rgba(26, 111, 244, 0.08);
    border-color: rgba(26, 111, 244, 0.2);
}

.mc3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 26px;
    white-space: nowrap;
}

.mc-icon {
    width: 40px;
    height: 40px;
    background: rgba(26, 111, 244, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 20px;
}

.mc-title {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.mc-text {
    font-size: 13px;
    color: var(--grey);
    line-height: 1.6;
}

.mc3 .mc-icon {
    margin-bottom: 10px;
}

.mc3 .mc-title {
    font-size: 14px;
}

.glow-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--blue2);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--blue2);
    animation: pulse 2s infinite;
}

.gd1 {
    top: 32%;
    right: 18%;
}

.gd2 {
    bottom: 30%;
    left: 22%;
    animation-delay: 1s;
}

/* ── =========================================== VALUES =========================================== ── */
.values-section {
    background: var(--navy2);
}

.values-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 64px;
}

.values-header .section-sub {
    margin: 0 auto;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 36px 32px;
    transition: all 0.35s;
    position: relative;
    overflow: hidden;
}

.value-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 40% at 50% 110%, rgba(26, 111, 244, 0.12), transparent);
    opacity: 0;
    transition: opacity 0.35s;
}

.value-card:hover {
    transform: translateY(-6px);
    border-color: rgba(26, 111, 244, 0.3);
}

.value-card:hover::after {
    opacity: 1;
}

.value-num {
    font-size: 64px;
    font-weight: 800;
    color: rgba(26, 111, 244, 0.1);
    line-height: 1;
    margin-bottom: 16px;
}

.value-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

.value-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--white);
}

.value-desc {
    font-size: 14px;
    color: var(--grey);
    line-height: 1.7;
}

/* ── ============================= TEAM ============================= ── */

.team-section {
    background: var(--navy);
}

.team-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 64px;
}

.team-header .section-sub {
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s;
}

.team-card:hover {
    transform: translateY(-6px);
    border-color: rgba(26, 111, 244, 0.3);
}

.team-avatar {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: 800;
    font-family: 'Syne', sans-serif;
    position: relative;
    overflow: hidden;
}

.ta1 {
    background: linear-gradient(135deg, #1a3f8a, #0f1f4a);
    color: rgba(255, 255, 255, 0.3);
}

.ta2 {
    background: linear-gradient(135deg, #0a3050, #052040);
    color: rgba(255, 255, 255, 0.3);
}

.ta3 {
    background: linear-gradient(135deg, #1a3050, #0a1a40);
    color: rgba(255, 255, 255, 0.3);
}

.ta4 {
    background: linear-gradient(135deg, #0f2a60, #071540);
    color: rgba(255, 255, 255, 0.3);
}

.ta-initials {
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Syne', sans-serif;
    font-weight: 800;
}

.ta-dot {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.2;
}

.ta1 .ta-dot {
    background: var(--blue2);
    top: -20px;
    right: -20px;
}

.ta2 .ta-dot {
    background: var(--cyan);
    bottom: -20px;
    left: -20px;
}

.ta3 .ta-dot {
    background: var(--cyan2);
    top: -20px;
    left: -20px;
}

.ta4 .ta-dot {
    background: var(--blue2);
    bottom: -20px;
    right: -20px;
}

.team-info {
    padding: 22px;
}

.team-name {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 4px;
}

.team-role {
    font-size: 13px;
    color: var(--blue2);
    margin-bottom: 12px;
    font-weight: 500;
}

.team-bio {
    font-size: 13px;
    color: var(--grey);
    line-height: 1.6;
}

/* ── ============================= TIMELINE ============================= ── */

.timeline-section {
    background: var(--navy2);
}

.timeline-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 64px;
}

.timeline-header .section-sub {
    margin: 0 auto;
}

.timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--blue), var(--blue), transparent);
    transform: translateX(-50%);
}

.tl-item {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 56px;
}

.tl-item:last-child {
    margin-bottom: 0;
}

.tl-left {
    text-align: right;
}

.tl-right {
    text-align: left;
}

.tl-left.empty,
.tl-right.empty {
    opacity: 0;
}

.tl-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--navy2);
    border: 2px solid var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--blue2);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.tl-dot::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: rgba(26, 111, 244, 0.1);
}

.tl-year {

    font-size: 28px;
    font-weight: 800;
    color: var(--blue2);
    margin-bottom: 6px;
}

.tl-title {
    /* font-family: 'Syne', sans-serif; */
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
}

.tl-desc {
    font-size: 14px;
    color: var(--grey);
    line-height: 1.6;
}

/* ── ============================= WHY DIFFERENT ============================= ── */

.why-section {
    background: var(--navy);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.why-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.why-item {
    display: flex;
    gap: 20px;
}

.why-num {
    
    font-weight: 800;
    font-size: 48px;
    color: rgba(26, 111, 244, 0.12);
    line-height: 1;
    flex-shrink: 0;
    min-width: 50px;
}

.why-body {}

.why-title {
    
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.why-desc {
    font-size: 14px;
    color: var(--grey);
    line-height: 1.7;
}

.why-visual {
    position: relative;
}

.why-big-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.why-big-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(26, 111, 244, 0.2), transparent 70%);
}

.wbc-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 28px;
}

.wbc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--card-border);
    font-size: 14px;
}

.wbc-row:last-child {
    border-bottom: none;
}

.wbc-label {
    color: var(--grey);
}

.wbc-val-good {
    color: #4ade80;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wbc-val-good::before {
    content: '✓';
    font-size: 12px;
}

.wbc-val-bad {
    color: #f87171;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wbc-val-bad::before {
    content: '✕';
    font-size: 12px;
}

/* ──  =============================TESTIMONIALS ============================= ── */

.testi-section {
    background: var(--navy2);
}

.testi-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 64px;
}

.testi-header .section-sub {
    margin: 0 auto;
}

.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.testi-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.35s;
}

.testi-card:hover {
    border-color: rgba(26, 111, 244, 0.3);
    transform: translateY(-4px);
}

.testi-stars {
    color: #facc15;
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testi-quote {
    font-size: 15px;
    color: var(--grey2);
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
    font-weight: 300;
}

.testi-quote::before {
    content: '"';
    font-size: 40px;
    line-height: 0;
    vertical-align: -16px;
    color: var(--blue2);
    font-style: normal;
    margin-right: 4px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}

.av1 {
    background: rgba(26, 111, 244, 0.2);
    color: var(--blue2);
}

.av2 {
    background: rgba(0, 212, 255, 0.15);
    color: var(--cyan);
}

.av3 {
    background: rgba(0, 240, 200, 0.15);
    color: var(--cyan2);
}

.av4 {
    background: rgba(250, 204, 21, 0.15);
    color: #facc15;
}

.av5 {
    background: rgba(248, 113, 113, 0.15);
    color: #f87171;
}

.av6 {
    background: rgba(167, 139, 250, 0.15);
    color: #a78bfa;
}

.testi-name {
    font-weight: 600;
    font-size: 15px;
}

.testi-info {
    font-size: 12px;
    color: var(--grey);
}

/* ──  =============================CONTACT ============================= ── */

.contact-section {
    background: var(--navy);
}

.contact-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-top {
    text-align: center;
    margin-bottom: 64px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-card {
    background: var(--card);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 40px;
}

.cc-title {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 28px;
}

.cc-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.cc-icon {
    width: 44px;
    height: 44px;
    background: rgba(26, 111, 244, 0.12);
    border: 1px solid rgba(26, 111, 244, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.cc-label {
    font-size: 12px;
    color: var(--grey);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.cc-value {
    font-size: 15px;
    color: var(--grey2);
}

.cc-value a {
    color: var(--blue2);
    text-decoration: none;
}

.cc-value a:hover {
    text-decoration: underline;
}

.cc-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cc-form input,
.cc-form textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 14px 18px;
    color: var(--white);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    resize: none;
}

.cc-form input::placeholder,
.cc-form textarea::placeholder {
    color: var(--grey);
}

.cc-form input:focus,
.cc-form textarea:focus {
    border-color: rgba(26, 111, 244, 0.5);
}

.cc-form textarea {
    height: 110px;
}

.cc-submit {
    background: var(--blue);
    color: var(--white);
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cc-submit:hover {
    background: var(--blue2);
    transform: translateY(-2px);
}

/* ── ============================= CTA BANNER ============================= ── */

.cta-section {
    background: var(--navy2);
}

.cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(26, 111, 244, 0.15), rgba(0, 212, 255, 0.08));
    border: 1px solid rgba(26, 111, 244, 0.25);
    border-radius: 24px;
    padding: 70px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(26, 111, 244, 0.15), transparent);
}

.cta-inner>* {
    position: relative;
    z-index: 1;
}

.cta-h2 {
    font-weight: 800;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-sub {
    font-size: 17px;
    color: var(--grey);
    max-width: 500px;
    margin: 0 auto 40px;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}




/* ============================= Footer============================= */

.bg-color-footer {
    background-color: var(--text-black);
    color: var(--text-white);
}

.data-grid-ftr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 70px;
}

.para-text-ftr {
    color: var(--text-light-white);
}

.join-btn {
    /* background-color: var(--text-blue); */
    background-color: var(--text-blue);
    color: var(--text-white);
}

.ftr-sec {
    padding: 0px 0px;
    padding-top: 170px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.join-btn:hover {
    background-color: #0d6efd;
}

.join-input-btn {
    padding: 15px 10px;
}

.border-bottom-ftr {
    border-bottom: 1px solid #FFFFFF33;
}

.last-end-ftr {
    padding: 30px 0px;
}




/*================================== RESPONSVIE CSS STRAT================================  */


@media screen and (min-width:1400px) {
    .container {
        max-width: 1440px;
    }
}

@media screen and (min-width:1300px) and (max-width:1499px) {
    .mb-30 {
        margin-bottom: 30px;
    }
    .apps-card {
    display: flex;
    align-items: start;
    gap: 70px !important;
}
}

@media screen and (min-width:992px) and (max-width:1199px) {
    section {
        padding: 50px 0px;
    }

    .button-blue {
        padding: 12px 40px;
        background-color: var(--bg-blue);
        color: var(--text-white);
        border: 1px solid var(--border-blue);
        border-radius: 40px;
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
        margin-left: 10px;
    }

    .navbar-nav .nav-item .nav-link {
        color: var(--text-white);
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

    .sell-my-code-logo {
        min-width: 170px;
    }

    .code-trun br {
        display: none;
    }

    .font-lg-60 {
        font-size: 60px;
    }

    .lh-lg-65 {
        line-height: 65px;
    }

    .lh-lg-30 {
        line-height: 50px;
    }

    .font-lg-35 {
        font-size: 35px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }

    .img-video-img {
        min-height: 400px;
        min-width: 400px;
    }

    .paragraph-br-hidden br {
        display: none;
    }

    .img-dev {
        min-height: 50px;
        min-width: 60px;
        border-radius: 12px;
        background-color: var(--bg-light-blue);

    }

    .card-assistence {
        border: 1px solid var(--border-gray);
        background-color: var(--text-light-white);
        padding: 25px 25px;
        border-radius: 20px;
        display: flex;
        align-items: start;
        gap: 11px;
        box-shadow: 10px 0px 100px 20px #0000000D;
    }

    .accordion-item {
        padding: 10px 10px;
        background-color: var(--bg-gray);
    }

    .para-reday br {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    section {
        padding: 40px 0px;
    }
    .home-banner-sec {
    position: relative;
    min-height: 640px !important;
    overflow: hidden;
    z-index: -1;
}
.row-card {
    position: absolute;
    top: 170px !important;
    left: 20%;
    transform: translateX(-10%);
    z-index: -1;
}

    .code-trun br {
        display: none;
    }

    .mb-md-40 {
        font-size: 40px;
    }

    .lh-md-50 {
        line-height: 50px;
    }

    .row-card {
        position: absolute;
        top: 100px;
        left: 20%;
        transform: translateX(-10%);
        z-index: -1;
    }

    .pra-card br {
        display: none;
    }

    .reday-to-text br {
        display: none;
    }

    .Schedule-btn {
        background-color: var(--bg-blue);
        color: var(--text-white);
        font-size: 16px;
        font-weight: 500;
        border: 1px solid var(--border-blue);
        border-radius: 40px;
        padding: 15px 20px;
    }

    .card-develpoer {
        border: 1px solid var(--border-gray);
        padding: 15px 15px;
    }

    .br-remove br {
        display: none;
    }

    .sell-para-app br {
        display: none;
    }

    .paragraph-br-hidden br {
        display: none;
    }

    .card-assistence {
        border: 1px solid var(--border-gray);
        background-color: var(--text-light-white);
        padding: 30px 12px;
        border-radius: 20px;
        display: flex;
        align-items: start;
        gap: 30px;
        box-shadow: 10px 0px 100px 20px #0000000D;
        height: 100%;
    }

    .img-dev {
        height: 50px;
        width: 60px;
        border-radius: 12px;
        background-color: var(--bg-light-blue);
    }

    .get-started {
        position: relative;
        z-index: 999;
        top: -70px;
    }

    .cont-get {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .para-reday br {
        display: none;
    }

    .logo-footer {
        width: 210px;
    }
}

@media screen and (min-width:320px) and (max-width:576px) {
    section {
        padding: 30px 0px;
    }

    .head {
        position: fixed;
        width: 100% !important;
        background: var(--light-bg-black);
        backdrop-filter: blur(10px);
        padding: 13px 0;
    }

    .sell-my-code-logo {
        width: 200px;
    }

    .code-trun br {
        display: none;
    }

    .home-banner-sec {
        position: relative !important;
        min-height: 570px !important;
        overflow: hidden;
        z-index: -1 !important;
    }

    .row-card {
        position: absolute !important;
        top: 100px !important;
        left: 20% !important;
        transform: translateX(-10%) !important;
        z-index: -1 !important;
    }

    .Schedule-btn {
        background-color: var(--bg-blue);
        color: var(--text-white);
        font-size: 16px;
        font-weight: 500;
        border: 1px solid var(--border-blue);
        border-radius: 40px;
        padding: 15px 22px;
    }

    .text-how-app br {
        display: none;
    }

    .para-how-sell br {
        display: none;
    }

    .pra-card br {
        display: none;
    }

    .para-for-card br {
        display: none;
    }

    .reday-to-text br {
        display: none;
    }

    .one {
        height: 50px !important;
        width: 70px !important;
        border-radius: 12px !important;
    }

    .apps-card {
        display: flex !important;
        align-items: start !important;
        gap: 70px !important;
    }

    .Schedule-btn {
        background-color: var(--bg-blue);
        color: var(--text-white);
        font-size: 16px;
        font-weight: 500;
        border: 1px solid var(--border-blue);
        border-radius: 40px;
        padding: 15px 20px;
    }

    .card-real-estate {
        border: 1px solid var(--border-gray);
        border-radius: 15px;
        box-shadow: 0px 0px 10px 10px #C7C7C71F;
        padding: 20px 20px;
        height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 70px;
    }

    .br-remove br {
        display: none;
    }

    .card-real-estate {
        border: 1px solid var(--border-gray) !important;
        border-radius: 15px !important;
        box-shadow: 0px 0px 10px 10px #C7C7C71F !important;
        padding: 20px 20px !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 1px !important;
    }

    .hover-para {
        display: block !important;
        text-align: center;
    }

    .hover-heading {
        text-align: center;
    }

    .card-real-estate {
        position: relative;
        z-index: -1;
    }

    .video-btn-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px !important;
        cursor: pointer;
    }

    .card-trusted {
        background-color: var(--bg-blue);
        color: var(--text-white);
    }

    .card-assistence {
        border: 1px solid var(--border-gray);
        background-color: var(--text-light-white);
        padding: 20px 10px !important;
        border-radius: 20px;
        display: flex;
        align-items: start;
        gap: 8px !important;
        box-shadow: 10px 0px 100px 20px #0000000D;
    }

    .img-dev {
        height: 60px;
        width: 220px !important;
        border-radius: 12px;
        background-color: var(--bg-light-blue);
        padding: 10px;
    }

    .get-started {
        position: relative !important;
        z-index: 1;
        
    }

    .cont-get {
        position: absolute;
        top: -25px !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .ftr-sec {
        padding: 0px 0px;
        padding-top: 390px !important;
    }
    
}





/* ================================ CONTACT US RESPONSVIE CSS START =================================== */
@media screen and (min-width:1400px) {
    .container {
        max-width: 1440px;
    }
}


@media(max-width:1000px) {
   

    .right-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .wa-cards,
    .cal-card,
    .social-block {
        grid-column: auto;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media(max-width:700px) {
    .nav-links {
        display: none;
    }

    .quick-inner {
        grid-template-columns: 1fr;
    }

    .quick-item {
        border-right: none;
        border-bottom: 1px solid var(--card-border);
    }

    .quick-item:last-child {
        border-bottom: none;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-card {
        padding: 28px 22px;
    }

    .right-col {
        grid-template-columns: 1fr;
    }

    .map-offices {
        display: none;
    }

    .cta-section {
        padding: 40px 24px;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .main-section,
    .map-section,
    .faq-section {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (min-width:1200px) and (max-width:1499px) {

    .sell-my-code-logo {
        width: 250px;
    }

    .nav-item {
        font-size: 16px;
        white-space: nowrap;
    }

    .button-blue {
        padding: 10px 50px;
        background-color: var(--bg-blue);
        color: var(--text-white);
        border: 1px solid var(--border-blue);
        border-radius: 40px;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

    .contact-hero {
        padding: 55px 5% 80px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .hero-h1 {
        font-weight: 800;
        font-size: 70px;
        line-height: 80px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        animation: fadeDown .7s .1s ease both;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .button-blue {
        padding: 10px 20px;
        background-color: var(--bg-blue);
        color: var(--text-white);
        border: 1px solid var(--border-blue);
        border-radius: 40px;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

    .nav-item {
        font-size: 16px;
        white-space: nowrap;

    }

    .contact-hero {
        padding: 55px 5% 80px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .hero-h1 {
        font-weight: 800;
        font-size: 60px;
        line-height: 70px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        animation: fadeDown .7s .1s ease both;
    }

    .main-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .ftr-sec {
        padding: 0px 0px;
        padding-top: 60px;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {

    .contact-hero {
        padding: 55px 5% 80px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .hero-h1 {
        font-weight: 800;
        font-size: 70px;
        line-height: 80px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        animation: fadeDown .7s .1s ease both;
    }

    .ftr-sec {
        padding: 0px 0px;
        padding-top: 50px;
    }

}

@media screen and (min-width:576px) and (max-width:768px) {

    .contact-hero {
        padding: 40px 5% 80px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .hero-h1 {
        font-weight: 800;
        font-size: 60px;
        line-height: 70px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        animation: fadeDown .7s .1s ease both;
    }

    .quick-inner {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }



    .wa-card {
        display: flex;
        align-items: center;
        gap: 16px;
        background: var(--card);
        border: 1px solid var(--card-border);
        border-radius: 14px;
        padding: 11px 11px;
        text-decoration: none;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
    }

    .ftr-sec {
        padding: 0px 0px;
        padding-top: 60px;
    }

}

@media screen and (min-width:320px) and (max-width:575px) {

    .sell-my-code-logo {
        width: 200px;
    }

    .hero-h1 {
        font-weight: 800;
        font-size: 31px;
        line-height: 40px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        animation: fadeDown .7s .1s ease both;

    }

    .hero-h1 br {
        display: none;
    }

    .contact-hero {
        padding: 40px 5% 80px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .form-title {
     
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 8px;
    }

    .from-roww {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 0;
    }

    .ftr-sec {
        padding: 0px 0px;
        padding-top: 50px;
    }
}



/*====================================== RESPONSIVE CSS FINISH ====================================================*/





/*========================= ABOUT US PAGE RESPONSVIE CSS START ==========================  */

@media screen and (min-width:1400px) {
  .container {
    max-width: 1440px;
  }
}


/* ── ============================================ RESPONSIVE CSS START ============================================ ── */
@media (max-width: 900px) {
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2) {
    border-right: none;
  }

  .mission-grid,
  .why-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .mission-visual {
    height: 340px;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testi-grid .testi-card:last-child {
    display: none;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  nav {
    padding: 14px 4%;
  }

  .nav-links {
    display: none;
  }

  .stats-inner {
    grid-template-columns: 1fr 1fr;
  }

  .values-grid,
  .team-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }

  .testi-grid .testi-card:last-child {
    display: block;
  }

  .timeline::before {
    left: 22px;
  }

  .tl-item {
    grid-template-columns: 44px 1fr;
  }

  .tl-left {
    display: none;
  }

  .cta-inner {
    padding: 44px 28px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media screen and (min-width:1200px) and (max-width:1499px) {

  .sell-my-code-logo {
    width: 250px;
  }

  .hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 5% 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-h1 {
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    animation: fadeDown .7s .1s ease both;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {

  .button-blue {
    padding: 12px 40px;
    background-color: var(--bg-blue);
    color: var(--text-white);
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
  }

  .nav-item {
    white-space: nowrap;
    font-size: 16px;
    ;
  }

  .hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 5% 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-h1 {
    font-weight: 800;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: -2px;
    color: var(--white);
    animation: fadeSlideDown 0.8s 0.1s ease both;
    margin-bottom: 24px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {

  .hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 55px 5% 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
    color: var(--white);
    animation: fadeSlideDown 0.8s 0.1s ease both;
    margin-bottom: 24px;
  }

  section {
    padding: 60px 5%;
    position: relative;
  }

  .ftr-sec {
    padding: 0px 0px;
    padding-top: 60px;
  }

  .sell-my-code-logo {
    width: 250px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 5% 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-h1 {
    font-: 800;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    color: var(--white);
    animation: fadeSlideDown 0.8s 0.1s ease both;
    margin-bottom: 24px;
  }

  section {
    padding: 50px 5%;
    position: relative;
  }

  .sell-my-code-logo {
    width: 250px;
  }

  .cta-h2 {
    font-weight: 800;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 42px;
  }

  .ftr-sec {
    padding: 0px 0px;
    padding-top: 60px;
  }
}

@media screen and (min-width:320px) and (max-width:575px) {

  .sell-my-code-logo {
    width: 200px;
  }

  .hero-sub {
    font-size: 18px;
    color: var(--grey);
    max-width: 560px;
    margin-bottom: 0px;
    line-height: 1.7;
    font-weight: 300;
    animation: fadeSlideDown 0.8s 0.2s ease both;
}
.main-section {
    padding: 30px 0px;
    max-width: 1400px;
    margin: 0 auto;
}

.map-section {
    padding: 0 5% 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.faq-section {
    padding: 0 5% 30px;
    max-width: 1400px;
    margin: 0 auto;
}

  .hero {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px 5% 80px;
    position: relative;
    overflow: hidden;
  }

  .hero-h1 {
    font-weight: 800;
    font-size: 31px;
    line-height: 40px;
    letter-spacing: -2px;
    color: var(--white);
    animation: fadeSlideDown 0.8s 0.1s ease both;
    margin-bottom: 24px;
  }

  .hero-h1 br {
    display: none;
  }

  section {
    padding: 30px 0px;
    position: relative;
  }

  .stats-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .section-h2 {
    font-weight: 700;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.1;
    letter-spacing: -1px;
    color: var(--white);
    margin-bottom: 20px;
  }


  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 111, 244, 0.12);
    border: 1px solid rgba(26, 111, 244, 0.3);
    color: var(--blue2);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 32px;
    animation: fadeSlideDown 0.8s ease both;
    margin-top: 100px;
    
}


}

/* ── ============================================ RESPONSIVE FINISH ============================================ ── */

/* ======================= VARIBALE COLOR ===================================  */

:root {
    --text-white: #fff;
    --text-black: #000000;
    --text-blue:#3F87FE;
    --text-light-white:#FFFFFFCC;
    --text-gray:#9F9F9F;

    /** BG COLOR **/
    --bg-blue:#3F87FE;
    --light-bg-black:#01010166;
    --bg-white:#FFFFFF;

     /** BORDER COLOR **/
      --border-blue:#3F87FE;
      /**BORDER-COLOR **/
      --border-gray:#D1D1D6;
      /* BG COLOR */
      --bg-light-blue:#3F87FE2E;
      /* BG_COLOR */
      --bg-gray:#fbfbfb;
      /* BORDER_COLOR */
      --border-light-white:#FFFFFF;




    --navy: #070d1f;
    --navy2: #0c1530;
    --navy3: #111d3d;
    --blue: #1a6ff4;
    --blue2: #2d84ff;
    --cyan: #00d4ff;
    --cyan2: #00f0c8;
    --white: #ffffff;
    --grey: #8a9bc0;
    --grey2: #c5d0e6;
    --card: rgba(255,255,255,0.04);
    --card-border: rgba(255,255,255,0.08);
    --glow: rgba(26,111,244,0.3);
    

     --text-white: #fff;
    --text-black: #000000;
    --text-blue:#3F87FE;
    --text-light-white:#FFFFFFCC;
    --text-gray:#9F9F9F;

    /** BG COLOR **/
    /* --bg-blue:#3F87FE;
    --light-bg-black:#01010166;
    --bg-white:#FFFFFF; */

     /** BORDER COLOR **/
      --border-blue:#3F87FE;
      /**BORDER-COLOR **/
      --border-gray:#D1D1D6;
      /* BG COLOR */
      --bg-light-blue:#3F87FE2E;
      /* BG_COLOR */
      --bg-gray:#fbfbfb;
      /* BORDER_COLOR */
      --border-light-white:#FFFFFF;


    --navy: #070d1f;
    --navy2: #0c1530;
    --navy3: #111d3d;
    /* --blue: #1a6ff4;
    --blue2: #2d84ff; */
    --cyan: #00d4ff;
    --cyan2: #00f0c8;
    --white: #ffffff;
    --grey: #8a9bc0;
    --grey2: #c5d0e6;
    --card: rgba(255, 255, 255, 0.04);
    --card-border: rgba(255, 255, 255, 0.08);
    --green: #4ade80;
    --red: #f87171;

    /* --blue: #1a6ff4;
    --blue2: #2d84ff; */
    --cyan: #00d4ff;
    --cyan2: #00f0c8;
    --white: #ffffff;
    --grey: #8a9bc0;
    --grey2: #c5d0e6;
    --card: rgba(255, 255, 255, 0.04);
    --card-border: rgba(255, 255, 255, 0.08);
    --glow: rgba(26, 111, 244, 0.3);  
}

/*============================ VARIBALE CSS FINISH ===================  */

/*================================= COMMON CSS STRAT =================================  */

body {
    font-family: "Inter", sans-serif;
    margin: 0;
}

/* section {
    padding: 80px 0px;
} */

.font-opensans {
    font-family: "Open Sans", sans-serif;
}

.text-color-black {
    color: var(--text-black);
}

.text-color-white {
    color: var(--text-white);
}

.button-blue {
    padding: 12px 50px;
    background-color: var(--bg-blue);
    color: var(--text-white);
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;

}

/* Home -banner -css start */

.code-trun {
    color: var(--text-white);
}

.Schedule-btn {
    background-color: var(--bg-blue);
    color: var(--text-white);
    font-size: 17px;
    font-weight: 500;
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    padding: 15px 30px;

}

/* HOW APP SELLINGS CSS START */

.card-one {
    border: 1px solid var(--border-gray);
    border-radius: 25px;
    padding: 20px 20px;
    height: 500px
}

/* READY TO  SELL CSS START */
.reday-to-text {
    color: var(--text-white);
}

.para-ready {
    color: var(--text-white);
}


/* ======== WHY_SELL MY CODE CSS START========== */
.why-sell-text {
    color: var(--text-black);
}

/* ========== APPS & SOFTWARE DEVELOPERS============= */
.card-develpoer {
    border: 1px solid var(--border-gray);
    padding: 20px 30px;

}

.one {
    background-color: var(--bg-light-blue);
    color: var(--text-blue);
}

/* ========================= SELL YOUR WORDPRESS ==================== */
.paraghaph-text {
    color: var(--text-white);
}

.para-point-text {
    color: var(--text-white);
}


/**============================ FONT SIZE CSS START ============================**/

.font-80 {
    font-size: 80px;
}

.font-70 {
    font-size: 70px;
}

.font-60 {
    font-size: 60px;
}

.font-50 {
    font-size: 50px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-35 {
    font-size: 35px;
}

.font-30 {
    font-size: 30px;
}

.font-25 {
    font-size: 25px;
}

.font-21 {
    font-size: 21px;
}

.font-20 {
    font-size: 20px;
}

.font-19 {
    font-size: 19px;
}

.font-18 {
    font-size: 18px;
}

.font-17 {
    font-size: 17px;
}

.font-16 {
    font-size: 16px;
}


.mb-md-30 {
    font-size: 30px;
}

/* .font-md-30{
    font-size: 30px;
}
.font-sm-30{
    font-size: 30px;
} */
/* .font-sm-20{
    font-size: 20px;
} */
.font-sm-16 {
    font-size: 16px;
}

/**============================ LINE HEIGHT CSS START ============================**/

.lh-90 {
    line-height: 90px;
}

.lh-80 {
    line-height: 80px;
}

.lh-70 {
    line-height: 70px;
}

.lh-60 {
    line-height: 60px;
}

.lh-50 {
    line-height: 50px;
}

.lh-45 {
    line-height: 45px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-28 {
    line-height: 28px;
}

.lh-20 {
    line-height: 20px;
}


/* .lh-sm-40 {
    line-height: 40px;
}

.lh-sm-30 {
    line-height: 30px;
}

.lh-sm-25 {
    line-height: 25px;
} */


/* MRAGIN CSS START */
.mb-10 {
    margin-bottom: 100;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}



/* 
.mb-md-30 {
    margin-bottom: 30px;
}

.mb-md-40 {
    margin-bottom: 40px;
}

.mb-md-15 {
    margin-bottom: 15px
}

.mb-md-20 {
    margin-bottom: 20px;
}

.mb-sm-25 {
    margin-bottom: 25px;
}

.mb-sm-30 {
    margin-bottom: 30px;
} */

/* PADDING CSS START */
.pb-10 {
    margin-bottom: 100;
}

.pb-20 {
    margin-bottom: 20px;
}

.pb-30 {
    margin-bottom: 30px;
}

.pb-40 {
    margin-bottom: 40px;
}

.pb-50 {
    margin-bottom: 50px;
}

.pb-60 {
    margin-bottom: 60px;
}

.pb-70 {
    margin-bottom: 70px;
}



@media screen and (min-width:1300px) and (max-width:1440px) {
    .font-80 {
        font-size: 80px;
    }

    .lh-70 {
        line-height: 70px;
    }

    .font-45 {
        font-size: 45px;
    }

    .lh-60 {
        line-height: 60px;
    }

    .lh-md-45 {
        line-height: 45px;
    }

    .lh-md-25 {
        line-height: 25px;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .font-lg-35 {
        font-size: 35px;
    }

    .lh-lg-30 {
        line-height: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .font-md-30 {
        font-size: 30px;
    }

    .font-md-20 {
        font-size: 20px;
    }

    .mb-md-30 {
        font-size: 30px;
    }

    .lh-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-15 {
        margin-bottom: 15px
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:576px) {

    .font-md-30 {
        font-size: 30px;
    }

    .font-sm-30 {
        font-size: 30px;
    }

    .lh-sm-40 {
        line-height: 40px;
    }

    .lh-sm-30 {
        line-height: 30px;
    }

    .lh-sm-25 {
        line-height: 25px;
    }
}











/* =============================== CONTACT US PAGE COMMON CSS START =============================== */
body {
    font-family: "Inter", sans-serif;
    margin: 0;
}

.font-opensans {
    font-family: "Open Sans", sans-serif;
}

.text-color-black {
    color: var(--text-black);
}

.text-color-white {
    color: var(--text-white);
}

.button-blue {
    padding: 12px 50px;
    background-color: var(--bg-blue);
    color: var(--text-white);
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;

}

/* Home -banner -css start */

.code-trun {
    color: var(--text-white);
}

.Schedule-btn {
    background-color: var(--bg-blue);
    color: var(--text-white);
    font-size: 17px;
    font-weight: 500;
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    padding: 15px 30px;

}

/* HOW APP SELLINGS CSS START */

.card-one {
    border: 1px solid var(--border-gray);
    border-radius: 25px;
    padding: 20px 20px;
    height: 500px
}

/* READY TO  SELL CSS START */
.reday-to-text {
    color: var(--text-white);
}

.para-ready {
    color: var(--text-white);
}


/* ======== WHY_SELL MY CODE CSS START========== */
.why-sell-text {
    color: var(--text-black);
}

/* ========== APPS & SOFTWARE DEVELOPERS============= */
.card-develpoer {
    border: 1px solid var(--border-gray);
    padding: 20px 30px;

}

.one {
    background-color: var(--bg-light-blue);
    color: var(--text-blue);
}

/* ========================= SELL YOUR WORDPRESS ==================== */
.paraghaph-text {
    color: var(--text-white);
}

.para-point-text {
    color: var(--text-white);
}


/**============================ FONT SIZE CSS START ============================**/

.font-80 {
    font-size: 80px;
}

.font-70 {
    font-size: 70px;
}

.font-60 {
    font-size: 60px;
}

.font-50 {
    font-size: 50px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-35 {
    font-size: 35px;
}

.font-30 {
    font-size: 30px;
}

.font-25 {
    font-size: 25px;
}

.font-21 {
    font-size: 21px;
}

.font-20 {
    font-size: 20px;
}

.font-19 {
    font-size: 19px;
}

.font-18 {
    font-size: 18px;
}

.font-17 {
    font-size: 17px;
}

.font-16 {
    font-size: 16px;
}


.mb-md-30 {
    font-size: 30px;
}

/* .font-md-30{
    font-size: 30px;
}
.font-sm-30{
    font-size: 30px;
} */
/* .font-sm-20{
    font-size: 20px;
} */
.font-sm-16 {
    font-size: 16px;
}

/**============================ LINE HEIGHT CSS START ============================**/

.lh-90 {
    line-height: 90px;
}

.lh-80 {
    line-height: 80px;
}

.lh-70 {
    line-height: 70px;
}

.lh-60 {
    line-height: 60px;
}

.lh-50 {
    line-height: 50px;
}

.lh-45 {
    line-height: 45px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-28 {
    line-height: 28px;
}

.lh-20 {
    line-height: 20px;
}


/* .lh-sm-40 {
    line-height: 40px;
}

.lh-sm-30 {
    line-height: 30px;
}

.lh-sm-25 {
    line-height: 25px;
} */


/* MRAGIN CSS START */
.mb-10 {
    margin-bottom: 100;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}



/* 
.mb-md-30 {
    margin-bottom: 30px;
}

.mb-md-40 {
    margin-bottom: 40px;
}

.mb-md-15 {
    margin-bottom: 15px
}

.mb-md-20 {
    margin-bottom: 20px;
}

.mb-sm-25 {
    margin-bottom: 25px;
}

.mb-sm-30 {
    margin-bottom: 30px;
} */

/* PADDING CSS START */
.pb-10 {
    margin-bottom: 100;
}

.pb-20 {
    margin-bottom: 20px;
}

.pb-30 {
    margin-bottom: 30px;
}

.pb-40 {
    margin-bottom: 40px;
}

.pb-50 {
    margin-bottom: 50px;
}

.pb-60 {
    margin-bottom: 60px;
}

.pb-70 {
    margin-bottom: 70px;
}



@media screen and (min-width:1300px) and (max-width:1440px) {
    .font-80 {
        font-size: 80px;
    }

    .lh-70 {
        line-height: 70px;
    }

    .font-45 {
        font-size: 45px;
    }

    .lh-60 {
        line-height: 60px;
    }

    .lh-md-45 {
        line-height: 45px;
    }

    .lh-md-25 {
        line-height: 25px;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .font-lg-35 {
        font-size: 35px;
    }

    .lh-lg-30 {
        line-height: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .font-md-30 {
        font-size: 30px;
    }

    .font-md-20 {
        font-size: 20px;
    }

    .mb-md-30 {
        font-size: 30px;
    }

    .lh-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-15 {
        margin-bottom: 15px
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:576px) {

    .font-md-30 {
        font-size: 30px;
    }

    .font-sm-30 {
        font-size: 30px;
    }

    .lh-sm-40 {
        line-height: 40px;
    }

    .lh-sm-30 {
        line-height: 30px;
    }

    .lh-sm-25 {
        line-height: 25px;
    }
}



/*========================== ABOUT US PAGE COMMON CSS START ====================== */

body {
    font-family: "Inter", sans-serif;
    margin: 0;
}

.font-opensans {
    font-family: "Open Sans", sans-serif;
}

.text-color-black {
    color: var(--text-black);
}

.text-color-white {
    color: var(--text-white);
}

.button-blue {
    padding: 12px 50px;
    background-color: var(--bg-blue);
    color: var(--text-white);
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;

}

/* Home -banner -css start */

.code-trun {
    color: var(--text-white);
}

.Schedule-btn {
    background-color: var(--bg-blue);
    color: var(--text-white);
    font-size: 17px;
    font-weight: 500;
    border: 1px solid var(--border-blue);
    border-radius: 40px;
    padding: 15px 30px;

}

/* HOW APP SELLINGS CSS START */

.card-one {
    border: 1px solid var(--border-gray);
    border-radius: 25px;
    padding: 20px 20px;
    height: 500px
}

/* READY TO  SELL CSS START */
.reday-to-text {
    color: var(--text-white);
}

.para-ready {
    color: var(--text-white);
}


/* ======== WHY_SELL MY CODE CSS START========== */
.why-sell-text {
    color: var(--text-black);
}

/* ========== APPS & SOFTWARE DEVELOPERS============= */
.card-develpoer {
    border: 1px solid var(--border-gray);
    padding: 20px 30px;

}

.one {
    background-color: var(--bg-light-blue);
    color: var(--text-blue);
}

/* ========================= SELL YOUR WORDPRESS ==================== */
.paraghaph-text {
    color: var(--text-white);
}

.para-point-text {
    color: var(--text-white);
}


/**============================ FONT SIZE CSS START ============================**/

.font-80 {
    font-size: 80px;
}

.font-70 {
    font-size: 70px;
}

.font-60 {
    font-size: 60px;
}

.font-50 {
    font-size: 50px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-35 {
    font-size: 35px;
}

.font-30 {
    font-size: 30px;
}

.font-25 {
    font-size: 25px;
}

.font-21 {
    font-size: 21px;
}

.font-20 {
    font-size: 20px;
}

.font-19 {
    font-size: 19px;
}

.font-18 {
    font-size: 18px;
}

.font-17 {
    font-size: 17px;
}

.font-16 {
    font-size: 16px;
}


.mb-md-30 {
    font-size: 30px;
}

/* .font-md-30{
    font-size: 30px;
}
.font-sm-30{
    font-size: 30px;
} */
/* .font-sm-20{
    font-size: 20px;
} */
.font-sm-16 {
    font-size: 16px;
}

/**============================ LINE HEIGHT CSS START ============================**/

.lh-90 {
    line-height: 90px;
}

.lh-80 {
    line-height: 80px;
}

.lh-70 {
    line-height: 70px;
}

.lh-60 {
    line-height: 60px;
}

.lh-50 {
    line-height: 50px;
}

.lh-45 {
    line-height: 45px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-28 {
    line-height: 28px;
}

.lh-20 {
    line-height: 20px;
}


/* .lh-sm-40 {
    line-height: 40px;
}

.lh-sm-30 {
    line-height: 30px;
}

.lh-sm-25 {
    line-height: 25px;
} */


/* MRAGIN CSS START */
.mb-10 {
    margin-bottom: 100;
}


.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}



/* 
.mb-md-30 {
    margin-bottom: 30px;
}

.mb-md-40 {
    margin-bottom: 40px;
}

.mb-md-15 {
    margin-bottom: 15px
}

.mb-md-20 {
    margin-bottom: 20px;
}

.mb-sm-25 {
    margin-bottom: 25px;
}

.mb-sm-30 {
    margin-bottom: 30px;
} */

/* PADDING CSS START */
.pb-10 {
    margin-bottom: 100;
}

.pb-20 {
    margin-bottom: 20px;
}

.pb-30 {
    margin-bottom: 30px;
}

.pb-40 {
    margin-bottom: 40px;
}

.pb-50 {
    margin-bottom: 50px;
}

.pb-60 {
    margin-bottom: 60px;
}

.pb-70 {
    margin-bottom: 70px;
}



@media screen and (min-width:1300px) and (max-width:1440px) {
    .font-80 {
        font-size: 80px;
    }

    .lh-70 {
        line-height: 70px;
    }

    .font-45 {
        font-size: 45px;
    }

    .lh-60 {
        line-height: 60px;
    }

    .lh-md-45 {
        line-height: 45px;
    }

    .lh-md-25 {
        line-height: 25px;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .font-lg-35 {
        font-size: 35px;
    }

    .lh-lg-30 {
        line-height: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .font-md-30 {
        font-size: 30px;
    }

    .font-md-20 {
        font-size: 20px;
    }

    .mb-md-30 {
        font-size: 30px;
    }

    .lh-md-50 {
        margin-bottom: 50px;
    }

    .mb-md-30 {
        margin-bottom: 30px;
    }

    .mb-md-40 {
        margin-bottom: 40px;
    }

    .mb-md-15 {
        margin-bottom: 15px
    }

    .mb-md-20 {
        margin-bottom: 20px;
    }

    .mb-sm-25 {
        margin-bottom: 25px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .mb-lg-10 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:320px) and (max-width:576px) {

    .font-md-30 {
        font-size: 30px;
    }

    .font-sm-30 {
        font-size: 30px;
    }

    .lh-sm-40 {
        line-height: 40px;
    }

    .lh-sm-30 {
        line-height: 30px;
    }

    .lh-sm-25 {
        line-height: 25px;
    }
}

/*================================= COMMON CSS FINISH =================================  */

/*=================================== ANIMACTION CSS STRAT ========================== */
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .4;
        transform: scale(.8)
    }
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.rd1 {
    transition-delay: .1s
}

.rd2 {
    transition-delay: .2s
}

.rd3 {
    transition-delay: .3s
}

.rd4 {
    transition-delay: .4s
}

/* RESPONSIVE */
@media(max-width:1000px) {
    .main-grid {
        grid-template-columns: 1fr;
    }

    .right-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .wa-cards,
    .cal-card,
    .social-block {
        grid-column: auto;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
}

@media(max-width:700px) {
    .nav-links {
        display: none;
    }

    .quick-inner {
        grid-template-columns: 1fr;
    }

    .quick-item {
        border-right: none;
        border-bottom: 1px solid var(--card-border);
    }

    .quick-item:last-child {
        border-bottom: none;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-card {
        padding: 28px 22px;
    }

    .right-col {
        grid-template-columns: 1fr;
    }

    .map-offices {
        display: none;
    }

    .cta-section {
        padding: 40px 24px;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .main-section,
    .map-section,
    .faq-section {
        padding-left: 4%;
        padding-right: 4%;
    }
}




/* ============================== ABOUT US PAGE ANIMACTION CSS START ========================== */

        /* ── ANIMATIONS ── */
        @keyframes fadeSlideDown {
          from {
            opacity: 0;
            transform: translateY(-24px);
          }

          to {
            opacity: 1;
            transform: translateY(0);
          }
        }

        @keyframes fadeSlideUp {
          from {
            opacity: 0;
            transform: translateY(32px);
          }

          to {
            opacity: 1;
            transform: translateY(0);
          }
        }

        @keyframes pulse {

          0%,
          100% {
            opacity: 1;
            transform: scale(1);
          }

          50% {
            opacity: 0.5;
            transform: scale(0.85);
          }
        }

        @keyframes scrollDot {
          0% {
            top: 6px;
            opacity: 1;
          }

          80% {
            top: 18px;
            opacity: 0;
          }

          100% {
            top: 6px;
            opacity: 0;
          }
        }

        @keyframes float1 {

          0%,
          100% {
            transform: translateY(0)
          }

          50% {
            transform: translateY(-12px)
          }
        }

        @keyframes float2 {

          0%,
          100% {
            transform: translateY(0)
          }

          50% {
            transform: translateY(10px)
          }
        }

        .mc1 {
          animation: float1 6s ease-in-out infinite;
        }

        .mc2 {
          animation: float2 7s ease-in-out infinite;
        }

        /* ── SCROLL REVEAL ── */
        .reveal {
          opacity: 0;
          transform: translateY(36px);
          transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal.visible {
          opacity: 1;
          transform: translateY(0);
        }

        .reveal-delay-1 {
          transition-delay: 0.1s;
        }

        .reveal-delay-2 {
          transition-delay: 0.2s;
        }

        .reveal-delay-3 {
          transition-delay: 0.3s;
        }

        .reveal-delay-4 {
          transition-delay: 0.4s;
        }


/*  =========================== ANIMACTION CSS FINISH ===================================  */