@font-face {
    font-family: myFont1;
    src: url(../fonts/Outfit.ttf);
}

@font-face {
    font-family: myFont2;
    src: url(../fonts/Corben-Regular.ttf);
}

@font-face {
    font-family: myFontHead;
    src: url(../fonts/AlegreyaSans-ExtraBold.ttf);
}

@font-face {
    font-family: abtcf;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}


@font-face {
    font-family: codeverse;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fc0300;
}


/* --------------smooth scroll whole page-------------------- */

/* Initial hidden state */
[data-scroll] {
    opacity: 0;
    transform: translateY(50px);
    /* Slightly below its original position */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active state when the element is in view */
[data-scroll].show {
    opacity: 1;
    transform: translateY(0);
    /* Reset position */
}

/* --------------smooth scroll whole page end-------------------- */


body {
    background-color: #000000;
}

.main-header-section {
    background-color: #fede00;

}



/* -----------------------ham-menu-------------------- */

.hamburger {
    background-color: white;
    border-radius: 50px;
    -webkit-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    -moz-box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
    box-shadow: 2px 4px 14px -1px rgba(110, 94, 99, 1);
}

.ham-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 0.5rem;
    cursor: pointer;
    transition: width 0.3s ease;
    /* Smooth transition */
    width: 65px;
    /* Default width */
    height: 65px;

}

.ham-menu:hover {
    width: 160px;
    /* Expanded width on hover */

}


.ham-icon-img img {
    width: 50px;
    height: 50px;

}

.ham-icon i {
    color: #fc0300;
    font-size: 48px;
    margin-left: 0;
    text-align: center;

}

.hamburger:hover {
    background: #000000;
}

.ham-icon {
    display: none;
    transition: opacity 0.3s ease;
    background: #ffffff;
    border-radius: 50px;
    padding: 0 .3rem;

}

.ham-menu:hover .ham-icon {
    display: block;

}

.ham-menu:hover .ham-icon-img {
    /* margin-left: -3rem; */
    display: none;
    position: relative;


}


.shape {
    width: 400px;
    height: 400px;
    border: 1px solid blue, 1px solid blue, 1px solid blue 1px solid blue 1px solid blue;
    background-position: center;
    background: url(../images/n2.jpg) no-repeat;
    background-size: contain;

    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.nav-social-con {
    display: flex;
    justify-content: space-between;
}

.main-contact {
    display: flex;
    gap: 1rem;
    margin-left: 3rem;

}

.nav-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5rem;
}


.nav-socials li {
    list-style: none;
}

.nav-socials li a i {
    padding: 0.5rem;
}


.nav-socials li a {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #D46FCF;
    /* border: 1px solid rgb(106, 106, 235); */
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease-out;
}

.nav-socials li a:hover {
    background-color: #7B47C5;
    color: #ffffff;
    border: none;
}

.nav-socials li a i {
    color: #ffffff;
}





.nav-logo1 img {
    width: 100px;
    height: 100px;

}

.nav-logo img {
    width: 200px;
    height: 200px;
    margin-left: 1rem;

}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 3rem;
    align-items: center;
    /* background-color: #040053; */

}

.navigation-menu {
    display: flex;
    justify-content: space-between;
    margin: 3rem;
    gap: 3rem;
    align-items: center;
}

.navitems {
    display: flex;
    flex-direction: column;

    /* gap: 1rem; */
}



.navitems li {
    list-style: none;
    display: inline-block;
    height: 80px;
    position: relative;

}


.navitems li a {
    color: white;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 55px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    /* font-family: myFontnav; */
    font-family: "Archivo Black", sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.navitems li a:hover {
    animation: smoothHover 0.5s forwards;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: none;
}



@keyframes smoothHover {
    0% {
        background-image: none;
        -webkit-text-fill-color: white;
        font-weight: 400;
        letter-spacing: 3px;
        font-size: 55px;
        font-style: normal;
    }

    100% {
        background-image: url(../images1/download.jpg);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-weight: 800;
        letter-spacing: 10px;
        font-size: 70px;
        /* font-style: italic; */
    }
}

.navigation-main-modal {
    display: flex;
    display: none;
    justify-content: center;

    /* width: 1300px; */
    /* display: none; */
}

.navigation-main-modal.show {
    display: block;
    /* animation: fadeIn 0.5s ease-out; */

}



.navigation-modal {
    /* display: none; */
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1001;
    /* Sit on top */
    left: 0;
    top: -5%;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 800px;


}

.nav-modal-content {
    background-color: #000000;
    background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
    margin: 4rem 1rem;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
}

.nav-close-button {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

.nav-close-button:hover,
.nav-close-button:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

.contact-btn {
    display: flex;
    justify-content: center;
}


.button {
    pointer-events: auto;
    cursor: pointer;
    padding: 0.78rem 2rem;
    background: radial-gradient(circle at 3% 7.4%, rgb(0, 144, 243) 0%, rgb(0, 86, 240) 90%);
    border: none;
    outline: none;
    font-family: myFont1;
    font-size: 18px;
    position: relative;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button--telesto {
    overflow: hidden;
    font-weight: 800;
    font-family: myFont1;

    font-style: italic;
    font-size: 1.15rem;
    color: #fff7f7;
}

.button--telesto span {
    display: block;
    position: relative;
    z-index: 1;

}

.button--telesto>.contact-btn span {
    overflow: hidden;
    mix-blend-mode: difference;
}

.button--telesto:hover>.contact-btn span>.contact-btn span {
    animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@keyframes MoveRightInitial {
    to {
        transform: translate3d(105%, 0, 0);
    }
}

@keyframes MoveRightEnd {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.button--telesto::before,
.button--telesto::after {
    content: '';
    background: #010203;
}

.button--telesto::before {
    width: 135%;
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
    transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}

.button--telesto::after {
    width: 105%;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
    transform: translate3d(0, 0, 0);
    transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);

}



/* --------------------modal-whatsapp-expert-button----------------------- */

.expert-modal {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;

}

/* Expert Modal Content */
.expert-modal-content {
    background: #25D366;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.expert-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Expert WhatsApp Links */
.expert-whatsapp-links {
    display: block;
    background: #25D366;
    color: white;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;

}

.expert-whatsapp-links a {
    color: #707070;
    text-decoration: none;
    background: #2dff7a;
    padding: 1px 9px;
    border-radius: 15px;
}

.expert-whatsapp-link:hover {
    background: #1eb656;
}


/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --------------------modal-whatsapp-expert-button-end---------------------- */





/* ===================== START: App Development SEO Banner Styles ===================== */

.app-seo-banner {
    background: #fede00;
    position: relative;
    overflow: hidden;
    padding: 38px 0 60px;
}


.app-seo-banner-inner {
    margin: auto;
    padding: 38px 7%;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    gap: 40px;
}

/* Left content */
.app-seo-pill {
    display: inline-block;
    background: #000;
    color: #fede00;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.app-seo-title {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    margin-bottom: 12px;
}

.app-seo-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    max-width: 620px;
}

/* Right visual stack */
.app-seo-right {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.app-seo-stat {
    background: rgba(0, 0, 0, 0.85);
    color: #fede00;
    padding: 12px 18px;
    font-weight: 700;
    font-size: 14px;
    transform: skewX(-8deg);
    animation: floatTag 6s ease-in-out infinite;
}

.app-seo-stat:nth-child(2) {
    animation-delay: 1s;
}

.app-seo-stat:nth-child(3) {
    animation-delay: 2s;
}

.app-seo-stat:nth-child(4) {
    animation-delay: 3s;
}

@keyframes floatTag {

    0%,
    100% {
        transform: translateY(0) skewX(-8deg);
    }

    50% {
        transform: translateY(-6px) skewX(-8deg);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .app-seo-banner-inner {
        grid-template-columns: 1fr;
    }

    .app-seo-right {
        justify-content: flex-start;
    }

    .app-seo-title {
        font-size: 40px;
        font-weight: 900;
        color: #000;
        margin-bottom: 12px;
    }
}

/* ===================== END: App Development SEO Banner Styles ===================== */




/* ===================== START: App Development Hero Styles ===================== */
.app-hero {
    position: relative;
    padding: 120px 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Background */
.app-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.app-hero-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.35), transparent 70%);
    filter: blur(100px);
    animation: floatOrb 10s infinite ease-in-out;
}

.app-hero-orb1 {
    top: -150px;
    left: -120px;
}

.app-hero-orb2 {
    bottom: -150px;
    right: -120px;
    animation-delay: 4s;
}

.app-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(254, 220, 0, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(254, 220, 0, 0.18) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.4;
}

@keyframes floatOrb {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

/* Layout */
.app-hero-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Content */
.app-hero-tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(254, 222, 0, 0.15);
    border: 1px solid rgba(254, 222, 0, 0.35);
    border-radius: 20px;
    color: #fede00;
    font-size: 14px;
    margin-bottom: 22px;
}

.app-hero-title {
    font-size: 59px;
    font-weight: 800;
    line-height: 1.15;
}

.app-hero-title span {
    color: #fede00;
}

.app-hero-desc {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.7;
    color: #d7d7d7;
    max-width: 580px;
}

/* Actions */
.app-hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 36px;
}

.app-hero-btn-primary {
    padding: 18px 42px;
    background: linear-gradient(135deg, #fede00, #fff3a0);
    color: #000;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.app-hero-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(254, 222, 0, 0.35);
}

.app-hero-btn-secondary {
    padding: 18px 36px;
    border: 1px solid rgba(254, 222, 0, 0.5);
    border-radius: 40px;
    color: #fede00;
    text-decoration: none;
    transition: all 0.3s ease;
}

.app-hero-btn-secondary:hover {
    background: rgba(254, 222, 0, 0.1);
}

.app-hero-trust {
    margin-top: 40px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.app-hero-trust span {
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    color: #ccc;
}

/* Visual */
.app-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    perspective: 1200px;
}

.app-phone-stack {
    position: relative;
    width: 420px;
    height: 520px;
}

.app-phone {
    position: absolute;
    width: 92%;
    border-radius: 26px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
    transition: transform 0.6s ease;
}

/* BACK PHONE */
.phone-back {
    top: 60px;
    left: 60px;
    transform: scale(0.92) rotateY(-10deg) rotate(6deg);
    opacity: 0.8;
    z-index: 1;
}

/* FRONT PHONE */
.phone-front {
    top: 0;
    left: 0;
    transform: scale(1) rotate(-4deg);
    z-index: 2;
}

/* Hover depth */
.app-phone-stack:hover .phone-front {
    transform: translateY(-8px) rotate(-4deg);
}

/* Responsive */
/* ================================
   LARGE TABLETS / SMALL DESKTOPS
================================ */
@media (max-width: 1200px) {

    .app-hero-container {
        gap: 50px;
    }

    .app-hero-title {
        font-size: 48px;
    }

    .app-hero-desc {
        font-size: 17px;
    }

    .app-phone-stack {
        width: 360px;
        height: 460px;
    }
}


/* ================================
   TABLETS / LARGE PHONES
================================ */
@media (max-width: 992px) {

    .app-hero {
        padding: 100px 0;
    }

    .app-hero-container {
        grid-template-columns: 1fr;
        gap: 70px;
        text-align: center;
    }

    .app-hero-content {
        max-width: 100%;
    }

    .app-hero-title {
        font-size: 40px;
    }

    .app-hero-desc {
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }

    .app-hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .app-hero-trust {
        justify-content: center;
    }

    .app-phone-stack {
        width: 320px;
        height: 420px;
    }

    .phone-back {
        top: 50px;
        left: 40px;
    }
}


/* ================================
   MOBILE DEVICES
================================ */
@media (max-width: 600px) {

    .app-hero {
        padding: 80px 0;
    }

    .app-hero-container {
        padding: 0 5%;
    }

    .app-hero-tag {
        font-size: 12px;
        padding: 6px 14px;
    }

    .app-hero-title {
        font-size: 35px;
        line-height: 1.3;
    }

    .app-hero-desc {
        font-size: 17px;
    }

    .app-hero-btn-primary,
    .app-hero-btn-secondary {
        padding: 14px 26px;
        font-size: 15px;
    }

    .app-hero-trust span {
        font-size: 13px;
        padding: 5px 10px;
    }

    .app-phone-stack {
        width: 260px;
        height: 340px;
    }

    .phone-back {
        top: 40px;
        left: 30px;
    }

    .app-hero-orb {
        width: 300px;
        height: 300px;
        filter: blur(80px);
    }
}


/* ================================
   SMALL / VERY SMALL PHONES
================================ */
@media (max-width: 400px) {

    .app-hero-title {
        font-size: 36px;
    }

    .app-hero-desc {
        font-size: 17px;
    }

    .app-hero-btn-primary,
    .app-hero-btn-secondary {
        padding: 12px 20px;
        font-size: 15px;
    }

    .app-phone-stack {
        width: 220px;
        height: 300px;
    }

    .phone-back {
        top: 30px;
        left: 20px;
    }

    .app-hero-orb {
        width: 240px;
        height: 240px;
        filter: blur(65px);
    }
}



/* ===================== END: App Development Hero Styles ===================== */




/* ===================== START: App Development Hero Styles ===================== */
.app-imp-section {
    position: relative;
    background: #000;
    background-image: repeating-linear-gradient(45deg,
            rgba(254, 222, 0, 0.05) 0 20px,
            rgba(0, 0, 0, 0.01) 20px 40px);
    padding: 100px 20px;
    color: #111;
    overflow: hidden;
}

.app-imp-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Header */
.app-imp-header {
    text-align: center;
    margin-bottom: 80px;
}

.app-imp-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.app-imp-subtitle {
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto;
    color: #555;
}

/* Features Grid */
.app-imp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

/* Cards */
.app-imp-card {
    background: linear-gradient(145deg, #9c8500, #fff2a0);
    border-radius: 25px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(254, 222, 0, 0.25);
    transition: transform 0.5s, box-shadow 0.5s;
}

.app-imp-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(254, 222, 0, 0.35);
}

.app-imp-icon {
    font-size: 2.5rem;
    color: #fede00;
    margin-bottom: 15px;
}

.app-imp-card h3 {
    font-size: 1.5rem;
    color: #393100;
    margin-bottom: 15px;
}

.app-imp-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Fade-in animation */
.app-imp-fade {
    opacity: 0;
    transform: translateY(20px);
    animation: app-imp-fadeUp 0.8s forwards;
}

.app-imp-fade:nth-child(1) {
    animation-delay: 0.2s;
}

.app-imp-fade:nth-child(2) {
    animation-delay: 0.4s;
}

.app-imp-fade:nth-child(3) {
    animation-delay: 0.6s;
}

.app-imp-fade:nth-child(4) {
    animation-delay: 0.8s;
}

@keyframes app-imp-fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animated Background Shapes */
.app-imp-shapes span {
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    animation: app-imp-shapeAnim 12s infinite alternate;
    border-radius: 50%;
}

.app-imp-circle {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, #fede00, #ffc700);
    top: 10%;
    left: 5%;
}

.app-imp-triangle {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 120px solid #ffd700;
    top: 60%;
    right: 10%;
    transform: rotate(20deg);
}

.app-imp-square {
    width: 100px;
    height: 100px;
    background: #fede00;
    bottom: 15%;
    left: 50%;
    transform: rotate(45deg);
}

@keyframes app-imp-shapeAnim {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(45deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .app-imp-grid {
        grid-template-columns: 1fr;
    }

    .app-imp-header {
        margin-bottom: 60px;
    }

    .app-imp-title {
        font-size: 2.5rem;
    }

    .app-imp-subtitle {
        font-size: 1.1rem;
    }

    .app-imp-card {
        padding: 25px 15px;
    }
}

/* ===================== END: App Development Hero Styles ===================== */






/* ===================== START: Mobile App Development Services Section ===================== */
.app-ser-section {
    position: relative;
    padding: 80px 20px;
    background: #000;
    color: #fff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.app-ser-bg span {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: app-ser-animate 20s infinite alternate;
}

.app-ser-orb1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #fede00 0%, #ffcc00 100%);
    top: -50px;
    left: -50px;
}

.app-ser-orb2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffcc00 0%, #fede00 100%);
    bottom: -100px;
    right: -100px;
}

.app-ser-pattern {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,
            rgba(254, 222, 0, 0.05),
            rgba(254, 222, 0, 0.05) 2px,
            transparent 2px,
            transparent 10px);
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes app-ser-animate {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(20px, 20px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.app-ser-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.app-ser-header {
    text-align: center;
    margin-bottom: 60px;
}

.app-ser-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fede00, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.app-ser-subtitle {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
    opacity: 0.8;
}

.app-ser-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.app-ser-card {
    background: linear-gradient(145deg, #111, #222);
    border: 2px solid #fede00;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.app-ser-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg, rgba(254, 222, 0, 0.1), rgba(255, 204, 0, 0.1));
    top: 0;
    left: -100%;
    transition: all 0.5s ease-in-out;
}

.app-ser-card:hover::before {
    left: 0;
}

/* Font Awesome Icons */
.app-ser-card .app-ser-icon {
    font-size: 60px;
    color: #fede00;
    margin-bottom: 20px;
    transition: transform 0.3s, color 0.3s;
}

.app-ser-card:hover .app-ser-icon {
    transform: scale(1.2);
    color: #ffcc00;
}

.app-ser-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fede00;
}

.app-ser-card p {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    opacity: 0.9;
}

/* ===================== MEDIA QUERIES ===================== */

/* Medium screens (tablets) */
@media (max-width: 992px) {
    .app-ser-section {
        padding: 60px 15px;
    }

    .app-ser-title {
        font-size: 2.5rem;
    }

    .app-ser-subtitle {
        font-size: 1.1rem;
    }

    .app-ser-card {
        padding: 25px 15px;
    }

    .app-ser-card .app-ser-icon {
        font-size: 50px;
    }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
    .app-ser-title {
        font-size: 2rem;
    }

    .app-ser-subtitle {
        font-size: 1rem;
    }

    .app-ser-card img,
    .app-ser-card .app-ser-icon {
        width: 50px;
    }

    .app-ser-card h3 {
        font-size: 1.3rem;
    }

    .app-ser-card p {
        font-size: 0.95rem;
    }
}

/* Extra small screens (very small mobiles) */
@media (max-width: 480px) {
    .app-ser-section {
        padding: 50px 10px;
    }

    .app-ser-title {
        font-size: 1.8rem;
    }

    .app-ser-subtitle {
        font-size: 0.95rem;
    }

    .app-ser-card {
        padding: 20px 10px;
    }

    .app-ser-card h3 {
        font-size: 1.1rem;
    }

    .app-ser-card p {
        font-size: 0.9rem;
    }

    .app-ser-card .app-ser-icon {
        font-size: 45px;
    }
}

/* ===================== END: Mobile App Development Services Section ===================== */


/* ===================== START: Types of Apps We Develop Section ===================== */

.app-ser-types {
    position: relative;
    padding: 80px 20px;
    background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
    color: #fff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.app-ser-types::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-radial-gradient(circle at 50% 50%,
            rgba(254, 222, 0, 0.02),
            rgba(254, 222, 0, 0.02) 20px,
            transparent 20px,
            transparent 40px);
    transform: rotate(45deg);
    z-index: 0;
}



.app-ser-types-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
    z-index: 1;
    position: relative;
}

.app-ser-types-left img {
    width: 100%;
    max-width: 450px;

}

.app-ser-types-right {
    flex: 1;
}

.app-ser-types-title {
    font-size: 2.8rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fede00, #ffcc00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.app-ser-types-subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #fff;
    opacity: 0.85;
}

.app-ser-types-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.app-ser-type-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(145deg, #111, #222);
    border-left: 4px solid #fede00;
    transition: all 0.3s ease-in-out;
}

.app-ser-type-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(254, 222, 0, 0.3);
}

.app-ser-type-icon {
    font-size: 40px;
    color: #fede00;
    flex-shrink: 0;
}

.app-ser-type-text h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #fede00;
}

.app-ser-type-text p {
    font-size: 1rem;
    color: #fff;
    opacity: 0.85;
    line-height: 1.6;
}

/* ===================== MEDIA QUERIES ===================== */
@media (max-width: 992px) {
    .app-ser-types-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .app-ser-types-left img {
        max-width: 350px;
    }

    .app-ser-types-title {
        font-size: 2.4rem;
    }

    .app-ser-types-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .app-ser-types-left img {
        max-width: 300px;
    }

    .app-ser-types-title {
        font-size: 2rem;
    }

    .app-ser-type-icon {
        font-size: 35px;
    }

    .app-ser-type-text h3 {
        font-size: 1.2rem;
    }

    .app-ser-type-text p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .app-ser-types-left img {
        max-width: 250px;
    }

    .app-ser-types-title {
        font-size: 1.8rem;
    }

    .app-ser-type-text h3 {
        font-size: 1.1rem;
    }

    .app-ser-type-text p {
        font-size: 0.9rem;
    }
}

/* ===================== END: Types of Apps We Develop Section ===================== */


/* ================= START Mobile App Ecosystem Section ================= */

.mobileapp-section {
    position: relative;
    padding: 70px 6%;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(160deg, #000000 0%, #111 100%);
}

/* Floating wavy lines pattern */
.mobileapp-pattern-line {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(45deg,
            rgba(254, 220, 0, 0.09) 0 2px,
            transparent 2px 20px);
    transform: rotate(25deg);
    animation: moveLines 35s linear infinite;
    z-index: 0;
}

/* Particle dots pattern */
.mobileapp-pattern-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle, rgba(254, 222, 0, 0.1) 1px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.06) 1px, transparent 2px);
    background-size: 50px 50px, 30px 30px;
    animation: moveDots 40s linear infinite;
    z-index: 0;
}

/* Floating radial glows */
.mobileapp-glow {
    position: absolute;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.25), transparent 70%);
    top: 10%;
    left: 60%;
    animation: floatGlow 12s ease-in-out infinite alternate;
    z-index: 0;
}

/* Animations */
@keyframes moveLines {
    from {
        transform: rotate(25deg) translate(0, 0);
    }

    to {
        transform: rotate(25deg) translate(100px, 100px);
    }
}

@keyframes moveDots {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 200px 200px, 150px 150px;
    }
}

@keyframes floatGlow {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(30px) scale(1.05);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}


.mobileapp-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

/* HEADER */
.mobileapp-header {
    text-align: center;
    margin-bottom: 80px;
}

.mobileapp-kicker {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fede00;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mobileapp-header h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.mobileapp-header p {
    font-size: 18px;
    line-height: 1.8;
    color: #d6d6d6;
}

/* CARDS GRID */
.mobileapp-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD STYLES */
.mobileapp-card {
    position: relative;
    padding: 40px 30px;
    border-radius: 28px;
    background: rgba(254, 199, 0, 0.395);
    backdrop-filter: blur(12px);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    overflow: hidden;
    cursor: pointer;
}

.mobileapp-card h3 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #fede00;
}

.mobileapp-card p {
    font-size: 16px;
    color: #eee;
    margin-bottom: 22px;
}

/* Futuristic, text-only link style */
.mobileapp-card a {
    position: relative;
    color: #fede00;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

/* Animated gradient underline on hover */
.mobileapp-card a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #fede00, #fff3a0, #fede00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

/* Hover effect */
.mobileapp-card a:hover {
    color: #fff;
}

.mobileapp-card a:hover::after {
    transform: scaleX(1);
}

/* Optional: subtle glow animation */
.mobileapp-card a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(254, 222, 0, 0.2), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mobileapp-card a:hover::before {
    opacity: 1;
}


.mobileapp-card:hover {
    transform: translateY(-20px) rotate(-1deg);
    box-shadow: 0 30px 60px rgba(254, 222, 0, 0.35);
}

/* CARD PATTERNS - creative background effects */
.card-pattern-1 {
    background: linear-gradient(135deg, rgba(254, 169, 0, 0.262), rgba(126, 105, 1, 0.02));
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.card-pattern-2 {
    background: radial-gradient(circle at top right, rgba(254, 220, 0, 0.349), transparent 70%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 95%);
}

.card-pattern-3 {
    background: linear-gradient(135deg, rgba(254, 165, 0, 0.249), rgba(255, 255, 255, 0.02));
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 100%);
}

.card-pattern-4 {
    background: radial-gradient(circle at bottom left, rgba(254, 220, 0, 0.17), transparent 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

/* Responsive */
@media (max-width: 1200px) {
    .mobileapp-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mobileapp-header h2 {
        font-size: 34px;
    }

    .mobileapp-cards {
        grid-template-columns: 1fr;
    }
}

/* ================= END Mobile App Ecosystem Section ================= */



/* ===================== START: App Development Process ===================== */

.app-process {
    position: relative;
    padding: 80px 20px;
    background: #000;
    color: #fff;
    overflow: hidden;
}

/* Background Gradient Wave */
.app-process-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(254, 222, 0, 0.15), transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(254, 222, 0, 0.12), transparent 45%);
    z-index: 1;
}

.app-process-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

/* Header */
.app-process-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 80px;
}

.app-process-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    background: rgba(254, 222, 0, 0.15);
    border: 1px solid rgba(254, 222, 0, 0.35);
    color: #fede00;
    font-size: 14px;
    margin-bottom: 18px;
}

.app-process-title {
    font-size: 42px;
    font-weight: 800;
}

.app-process-title span {
    color: #fede00;
}

.app-process-subtitle {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.7;
    color: #d0d0d0;
}

/* Timeline */
.app-process-timeline {
    position: relative;
    padding-left: 50px;
}

.app-process-timeline::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(#fede00, transparent);
}

/* Steps */
.app-process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.app-process-index {
    min-width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #fede00, #fff1a8);
    color: #000;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgba(254, 222, 0, 0.5);
}

.app-process-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 26px 30px;
    border-radius: 18px;
    transition: all 0.35s ease;
}

.app-process-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #fff;
}

.app-process-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
}

.app-process-card:hover {
    transform: translateY(-6px);
    border-color: rgba(254, 222, 0, 0.6);
    box-shadow: 0 20px 50px rgba(254, 222, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .app-process-title {
        font-size: 32px;
    }

    .app-process-timeline {
        padding-left: 0;
    }

    .app-process-timeline::before {
        display: none;
    }

    .app-process-step {
        flex-direction: column;
    }
}

/* ===================== END: App Development Process ===================== */


/* ================= Start Mobile App CTA Section=================  */

.app-cta-section {
    position: relative;
    padding: 90px 20px;
    background: linear-gradient(135deg, #000 0%, #121212 100%);
    overflow: hidden;
}

.app-cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(254, 222, 0, 0.18), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(254, 222, 0, 0.12), transparent 45%);
    z-index: 1;
}

.app-cta-container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

.app-cta-content {
    text-align: center;
    color: #fff;
}

.app-cta-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #fede00, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-cta-desc {
    max-width: 800px;
    margin: 0 auto 35px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #dcdcdc;
}

.app-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.app-cta-btn {
    padding: 15px 38px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.35s ease;
}

.app-cta-btn.primary {
    background: #fede00;
    color: #000;
    box-shadow: 0 10px 30px rgba(254, 222, 0, 0.45);
}

.app-cta-btn.primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(254, 222, 0, 0.65);
}

.app-cta-btn.secondary {
    border: 2px solid #fede00;
    color: #fede00;
    background: transparent;
}

.app-cta-btn.secondary:hover {
    background: #fede00;
    color: #000;
}

.app-cta-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 0.95rem;
    color: #fede00;
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
    .app-cta-title {
        font-size: 2.2rem;
    }

    .app-cta-desc {
        font-size: 1rem;
    }

    .app-cta-btn {
        padding: 13px 30px;
    }
}


/* ================= END Mobile App CTA Section=================  */



/* ================= START: App Types Based Pricing Section ================= */

.app-type-price {
    padding: 70px 7%;
    background: linear-gradient(180deg, #000, #080808);
    color: #fff;
}

.app-type-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 90px;
}

.app-type-badge {
    padding: 8px 20px;
    width: fit-content;
    background: rgba(254, 222, 0, 0.18);
    border: 1px solid rgba(254, 222, 0, 0.45);
    color: #fede00;
    border-radius: 22px;
    font-size: 14px;
    margin: 0 auto 20px;
}

.app-type-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
}

.app-type-title span {
    color: #fede00;
}

.app-type-desc {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.7;
    color: #d2d2d2;
}

/* Cards */
.app-type-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.app-type-card {
    position: relative;
    background: linear-gradient(180deg, #101010, #050505);
    border-radius: 26px;
    padding: 42px 36px;
    border: 1px solid rgba(254, 222, 0, 0.2);
    overflow: hidden;
    transition: transform 0.4s ease;
}

.app-type-card:hover {
    transform: translateY(-12px);
}

.app-type-highlight {
    border-color: rgba(254, 222, 0, 0.6);
}

.app-type-bg {
    position: absolute;
    inset: -60%;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.18), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.app-type-card:hover .app-type-bg {
    opacity: 1;
}

.app-type-card h3 {
    font-size: 22px;
    font-weight: 700;
}

.app-type-sub {
    font-size: 14px;
    color: #fede00;
    margin-top: 6px;
}

/* Pricing */
.app-type-price {
    margin: 26px 0;
}

.app-type-price span {
    font-size: 13px;
    color: #aaa;
    display: block;
}

.app-type-price strong {
    font-size: 30px;
    font-weight: 800;
    color: #fede00;
}

/* Features */
.app-type-features {
    list-style: none;
    padding: 0;
    margin: 26px 0 36px;
}

.app-type-features li {
    font-size: 15px;
    margin-bottom: 12px;
    color: #ccc;
    padding-left: 18px;
    position: relative;
}

.app-type-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fede00;
}

/* Button */
.app-type-btn {
    display: inline-block;
    padding: 14px 34px;
    background: linear-gradient(135deg, #fede00, #fff2a0);
    color: #000;
    border-radius: 32px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.app-type-btn:hover {
    box-shadow: 0 18px 40px rgba(254, 222, 0, 0.35);
}

/* Responsive */
@media (max-width: 992px) {
    .app-type-cards {
        grid-template-columns: 1fr;
    }
}

/* ================= END: App Types Based Pricing Section ================= */


/* ================= START: Technology Stack Trust Builder Section ================= */

.tech-stack-trust {
    position: relative;
    padding: 120px 7%;
    background: linear-gradient(180deg, #fede00 0%, #fff4a8 100%);
    overflow: hidden;
    color: #000;
}

.tech-stack-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* Left Content */
.tech-stack-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tech-stack-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.25;
}

.tech-stack-title span {
    text-decoration: underline;
}

.tech-stack-desc {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #1a1a1a;
    max-width: 520px;
}

/* Right Visual */
.tech-stack-visual {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.tech-stack-group {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 22px;
    padding: 22px 26px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.tech-stack-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-stack-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tech-stack-items span {
    padding: 8px 14px;
    background: #000;
    color: #fede00;
    border-radius: 18px;
    font-size: 13px;
    font-weight: 600;
}

/* Decorative Glows */
.tech-stack-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 70%);
    filter: blur(90px);
}

.tech-stack-glow-1 {
    top: -120px;
    left: -120px;
}

.tech-stack-glow-2 {
    bottom: -140px;
    right: -140px;
}

/* Responsive */
@media (max-width: 992px) {
    .tech-stack-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

/* ================= END: Technology Stack Trust Builder Section ================= */



/* ================== Mobile App Maintenance Services SECTION START ================== */

.sw-ser-appm {
    position: relative;
    padding: 130px 20px;
    background: #000;
    color: #fede00;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.sw-ser-appm-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Header */
.sw-ser-appm-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 90px;
}

.sw-ser-appm-tag {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #fede00;
    border-radius: 30px;
    font-size: 0.85rem;
    margin-bottom: 18px;
}

.sw-ser-appm-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.sw-ser-appm-desc {
    font-size: 1.15rem;
    color: #e0e0e0;
    line-height: 1.7;
}

/* Timeline */
.sw-ser-appm-flow {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.sw-ser-appm-line {
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #fede00, transparent);
}

/* Item */
.sw-ser-appm-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
}

.sw-ser-appm-dot {
    width: 14px;
    height: 14px;
    background: #fede00;
    border-radius: 50%;
    margin-top: 10px;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.8);
}

/* Content Box */
.sw-ser-appm-box {
    background: linear-gradient(145deg, #111, #1c1c1c);
    padding: 32px 36px;
    border-radius: 20px;
    border: 1px solid rgba(254, 222, 0, 0.25);
    backdrop-filter: blur(6px);
    transition: all 0.4s ease;
}

.sw-ser-appm-box:hover {
    transform: translateX(12px);
    box-shadow: 0 30px 60px rgba(254, 222, 0, 0.35);
    border-color: #fede00;
}

.sw-ser-appm-box h3 {
    font-size: 1.45rem;
    margin-bottom: 12px;
    font-weight: 700;
}

.sw-ser-appm-box p {
    font-size: 1rem;
    color: #d8d8d8;
    line-height: 1.6;
}

/* Background Shapes */
.sw-ser-appm-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.sw-ser-appm-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.12;
}

.sw-ser-appm-shape.one {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #fede00, transparent);
    top: -100px;
    left: -100px;
}

.sw-ser-appm-shape.two {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, #fff, transparent);
    bottom: -80px;
    right: -80px;
}

/* Responsive */
@media (max-width: 768px) {
    .sw-ser-appm-title {
        font-size: 2.2rem;
    }

    .sw-ser-appm-item {
        gap: 20px;
    }

    .sw-ser-appm-box {
        padding: 26px;
    }
}

/* ================== Mobile App Maintenance Services SECTION END ================== */



/* ==================START Pinterest Style Industries Section================== */

.app-pin-section {
    padding: 90px 20px;
    background: radial-gradient(circle at top, #111, #000);
    color: #fff;
}

.app-pin-header {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.app-pin-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}

.app-pin-header p {
    font-size: 1.05rem;
    color: #d0d0d0;
    line-height: 1.7;
}

/* Masonry Grid */
.app-pin-grid {
    max-width: 1200px;
    margin: auto;
    columns: 3;
    column-gap: 28px;
}

.app-pin-card {
    break-inside: avoid;
    margin-bottom: 28px;
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(254, 222, 0, 0.18);
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.app-pin-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent,
            rgba(254, 222, 0, 0.18),
            transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.app-pin-card:hover::before {
    opacity: 1;
}

.app-pin-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 50px rgba(254, 222, 0, 0.35);
}

.app-pin-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #fede00;
    margin-bottom: 10px;
}

.app-pin-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e6e6e6;
    margin-bottom: 16px;
}

.app-pin-card span {
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #bdbdbd;
}

/* Size Variants */
.app-pin-card.tall {
    min-height: 320px;
}

.app-pin-card.wide {
    min-height: 240px;
}

/* Responsive */
@media (max-width: 992px) {
    .app-pin-grid {
        columns: 2;
    }
}

@media (max-width: 576px) {
    .app-pin-grid {
        columns: 1;
    }

    .app-pin-header h2 {
        font-size: 2.2rem;
    }
}

/* =================END Pinterest Style Industries Section================= */



/* ===================== START: Case Studies Section ===================== */

.cs-case-section {
    background: linear-gradient(to bottom,
            #393100,
            rgba(52, 45, 0, 0.6),
            transparent);
    color: #fff;
    padding: 80px 0;
    position: relative;
}

/* Intro */
.cs-case-intro {
    max-width: 900px;
    margin: auto auto;
    padding: 0 7%;
    text-align: center;
}

.cs-case-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.2;
}

.cs-case-title span {
    color: #fede00;
}

.cs-case-subtitle {
    margin-top: 18px;
    font-size: 18px;
    color: #cfcfcf;
    max-width: 700px;
}

/* Timeline */
.cs-case-timeline {
    position: relative;
    margin-top: 90px;
    padding: 0 7%;
}

/* Vertical Line */
.cs-case-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom,
            transparent,
            rgba(254, 222, 0, 0.6),
            transparent);
}

/* Case Item */
.cs-case-item {
    position: relative;
    width: 50%;
    padding: 40px 60px;
}

.cs-case-item.left {
    left: 0;
    text-align: right;
}

.cs-case-item.right {
    left: 50%;
    text-align: left;
}

/* Dot */
.cs-case-dot {
    position: absolute;
    top: 50px;
    width: 16px;
    height: 16px;
    background: #fede00;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(254, 222, 0, 0.15);
}

.cs-case-item.left .cs-case-dot {
    right: -8px;
}

.cs-case-item.right .cs-case-dot {
    left: -8px;
}

/* Content */
.cs-case-content h3 {
    font-size: 26px;
    font-weight: 800;
}

.cs-case-industry {
    margin-top: 8px;
    font-size: 14px;
    color: #fede00;
}

.cs-case-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #d8d8d8;
}

.cs-case-result {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .cs-case-timeline::before {
        left: 20px;
    }

    .cs-case-item {
        width: 100%;
        padding-left: 60px;
        padding-right: 0;
        text-align: left;
        left: 0 !important;
    }

    .cs-case-dot {
        left: 12px !important;
    }
}

/* ===================== END: Case Studies Section ===================== */












/* =================START: App Development Testimonials Styles================= */
.app-test {
    position: relative;
    padding: 110px 20px;
    background: #0b0b0b;
    color: #fff;
    overflow: hidden;
}

.app-test-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(254, 222, 0, 0.12), transparent 40%),
        radial-gradient(circle at 85% 20%, rgba(254, 222, 0, 0.18), transparent 45%),
        repeating-linear-gradient(90deg,
            rgba(254, 222, 0, 0.05),
            rgba(254, 222, 0, 0.05) 1px,
            transparent 1px,
            transparent 22px);
    z-index: 0;
}

.app-test-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}

.app-test-header {
    max-width: 760px;
    margin-bottom: 70px;
}

.app-test-tag {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.app-test-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
}

.app-test-title span {
    color: #fede00;
}

.app-test-sub {
    margin-top: 14px;
    font-size: 17px;
    color: #cfcfcf;
}

/* Timeline layout */
.app-test-timeline {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}

.app-test-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.app-test-line {
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg,
            #fede00,
            rgba(254, 222, 0, 0.1));
    border-radius: 10px;
}

.app-test-card {
    background: linear-gradient(145deg, #111, #0c0c0c);
    border: 1px solid rgba(254, 222, 0, 0.25);
    padding: 28px 32px;
    border-radius: 22px;
    max-width: 720px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.app-test-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(254, 222, 0, 0.18);
}

.app-test-card h3 {
    font-size: 22px;
    color: #fede00;
    margin-bottom: 6px;
}

.app-test-type {
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 14px;
}

.app-test-card p {
    font-size: 16px;
    line-height: 1.65;
    color: #eaeaea;
}

.app-test-meta {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 14px;
}

.app-test-meta span {
    color: #fede00;
    letter-spacing: 2px;
}

.app-test-meta em {
    font-style: normal;
    color: #ccc;
}

/* Responsive */
@media (max-width: 900px) {
    .app-test-title {
        font-size: 34px;
    }

    .app-test-item {
        flex-direction: column;
    }

    .app-test-line {
        width: 100%;
        height: 4px;
    }
}

@media (max-width: 520px) {
    .app-test-title {
        font-size: 28px;
    }

    .app-test-card {
        padding: 22px;
    }
}

/* =================END: App Development Testimonials Styles================= */





























/* ---------------start- Premium FAQ Section ---------------- */

.cf-faq-section {
    padding: 4rem 2rem;
    background: radial-gradient(circle at top, #fede00 0%, #000 65%);
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

/* floating glowing dots */
.cf-faq-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(254, 222, 0, 0.15);
    filter: blur(120px);
    border-radius: 50%;
}

.cf-faq-title {
    font-size: 48px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

/* Container */
.cf-faq-container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    width: 90%;
    margin: auto;
}

.cf-faq-col {
    width: 50%;
}

/* FAQ Item */
.cf-faq-item {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(254, 222, 0, 0.4);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.1);
    transition: 0.3s ease;
}

.cf-faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(254, 222, 0, 0.3);
}

/* Question */
.cf-faq-question {
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.cf-faq-question span {
    font-size: 26px;
    transition: transform 0.3s ease;
}

/* Answer */
.cf-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.4s ease;
}

.cf-faq-item.active .cf-faq-answer {
    max-height: 250px;
    opacity: 1;
    margin-top: 10px;
}

.cf-faq-item.active .cf-faq-question span {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 992px) {
    .cf-faq-container {
        flex-direction: column;
        width: 100%;
    }

    .cf-faq-col {
        width: 100%;
    }

    .cf-faq-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .cf-faq-title {
        font-size: 28px;
    }
}


/* ----------------------------end faq section-------------------------- */


/* ================================contact-us-section================================== */


.con-main-section {
    display: flex;
    justify-content: center;
    padding: 5rem 0 5rem 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle farthest-side at 0% 50%,
            #282828 23.5%,
            rgba(255, 170, 0, 0) 0) 21px 30px,
        radial-gradient(circle farthest-side at 0% 50%,
            #2c3539 24%,
            rgba(240, 166, 17, 0) 0) 19px 30px,
        linear-gradient(#282828 14%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 85%,
            #282828 0) 0 0,
        linear-gradient(150deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(30deg,
            #282828 24%,
            #2c3539 0,
            #2c3539 26%,
            rgba(240, 166, 17, 0) 0,
            rgba(240, 166, 17, 0) 74%,
            #2c3539 0,
            #2c3539 76%,
            #282828 0) 0 0,
        linear-gradient(90deg, #2c3539 2%, #282828 0, #282828 98%, #2c3539 0%) 0 0 #282828;
    background-size: 40px 60px;
}

.contact-container {
    display: flex;
    width: 90%;
    max-width: 1100px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    font-family: "Poppins", sans-serif;

}

/* Left Side - Contact Info */
.contact-info {
    background: #fff387;
    padding: 40px;
    flex: 1;
}

.contact-info h2 {
    color: #e63946;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-detail {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-detail i {
    font-size: 22px;
    background: #e63946;
    color: #fefefe;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-detail h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 5px;
}

.contact-detail p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* Social Links */
.con-social-links h3 {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 10px;
}

.con-social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #e63946;
    font-size: 20px;
    transition: 0.3s;
}

.con-social-links a:hover {
    color: #000;
}

/* Right Side - Contact Form */
.contact-form {
    padding: 40px;
    flex: 1;
}

.contact-form h2 {
    color: #333;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}

.con-form-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.con-form-group input {
    width: 100%;
    border: none;
    background: #fedc003c;
    padding: 1rem;
    border-radius: 40px;
    outline: none;
    font-family: "Poppins", sans-serif;

}



.con-form-foot textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    font-family: "Poppins", sans-serif;

}

.con-form-foot textarea {
    resize: none;
}

.con-form-foot button {
    background: #fede00;
    color: #000;
    border: none;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.con-form-foot button:hover {
    background: #e63946;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        padding: 30px;
    }
}

/* ================================end-contact-us-section================================== */


/* --------------------------------whatsapp-chat-end----------------------------------------- */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    background: #25D366;
    color: white;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.whatsapp-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: none;
    flex-direction: column;
    min-width: 180px;
}

.whatsapp-popup p {
    margin: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.whatsapp-popup a {
    text-decoration: none;
    color: #25D366;
    font-weight: bold;
    padding: 8px;
    display: block;
    text-align: center;
    transition: background 0.3s ease;
}

.whatsapp-popup a:hover {
    background: #f0f0f0;
}


/* --------------------------------whatsapp-chat-end----------------------------------------- */

/* -----------------back-to-top and back-to-bottom------------------------------------ */


/* Back to Top Button (Right Side) */
.back-top-btn {
    position: fixed;
    bottom: 90px;
    /* Above WhatsApp */
    right: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1001;
}

/* Back to Bottom Button (Left Side) */
.back-bottom-btn {
    position: fixed;
    top: 90px;
    /* Appears on the left side */
    left: 30px;
    width: 50px;
    height: 50px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translateY(-20px);
    z-index: 1001;
}

/* Show buttons when scrolled */
.back-top-show {
    opacity: 1;
    transform: translateY(0);
}

.back-bottom-show {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effects */
.back-top-btn:hover,
.back-bottom-btn:hover {
    background: #555;
}


/* -----------------back-to-top and back-to-bottom-end----------------------------------- */




/* -------------footer-starts-------------- */

.footer {
    background: #000000;
    color: #fede00;
    text-align: center;
    /* padding: 30px 0; */
    font-family: "Poppins", sans-serif;

    border: 2px solid #fede00;
}

/* Top Section */
.top-section {
    display: flex;
    justify-content: center;
}

.box {
    flex: 1;
    padding: 4rem 2rem;
    font-size: 45px;
    font-weight: bold;
    border: 1px solid #fede00;
    text-align: center;
}

.box a {
    text-decoration: none;
    color: #fede00;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    background: #fede00;
}

.box:hover a {
    color: #000;
}

/* Middle Section */
.middle-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
    flex-wrap: wrap;
}

/* Newsletter Styling */
.newsletter {
    width: 40%;
    text-align: left;
    position: relative;
}

.newsletter form {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.newsletter input {
    border: none;
    background: transparent;
    border-bottom: 1px solid #fede00;
    padding: 10px;
    width: 60%;
    font-size: 16px;
    outline: none;
    /* Removes outline */
    transition: all 0.3s ease-in-out;
}

.newsletter input::placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #666;
}

.newsletter input:focus::placeholder {
    top: 10px;
    font-size: 12px;
    color: #fede00;
}

.newsletter .sub {
    position: absolute;
    /* right: 0; */
    left: 41%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 7px 15px;
    /* border: 1px solid #fede00;
    border-radius: 20px ; */
}

.newsletter .sub:hover {
    color: #e63946;
}

.small-text {
    font-size: 15px;
    margin-top: 7px;
    font-weight: 200;
}

/* Links */
.links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 2rem;
    margin-left: 2rem;
    gap: 1rem;
}



.links div {
    text-align: left;
}

.links h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.links ul {
    list-style: none;
}

.links ul li {
    margin-bottom: 5px;
}

.links ul li a {
    text-decoration: none;
    color: #fede00;
    font-size: 16px;
}

.links ul li a:hover {
    color: #e63946;
}





/* Bottom Section */
.bottom-section {
    text-align: center;
    padding: 30px 0;
}

.bottom-section h1 {
    font-size: 220px;
    font-weight: 900;
    font-family: codeverse;
    text-transform: capitalize;
}

.bottom-section h1:hover {
    text-shadow:
        2px 0 #fede00,
        0 -2px #fede00,
        -2px 0 #fede00,
        0 2px #fede00;
    color: #000;
    transition: text-shadow 1s, color .10s;

}

.social-icons img {
    width: 35px;
    height: 35px;
}


.bottom-section p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 200;
}

.icons {
    margin-top: 10px;
    font-size: 18px;
}

.sub {
    color: #fede00;
}




/* ========== RESPONSIVE DESIGN ========== */

/* Tablets and smaller screens */
@media (max-width: 1024px) {

    .top-section {
        flex-direction: column;
    }

    .box {

        font-size: 28px;
        padding: 1.5rem;
    }

    .middle-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        text-align: center;
    }

    .newsletter form {
        justify-content: center;
    }

    .newsletter input {
        width: 70%;
    }

    .newsletter .sub {
        left: auto;
        right: 1rem;
    }

    .links {
        width: 100%;
        margin: auto;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .links div {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        padding-top: 1rem;
    }


}

/* Mobile screens */
@media (max-width: 768px) {
    .box {

        font-size: 24px;
        padding: 1rem;
    }

    .newsletter input {
        width: 80%;
    }

    .newsletter .sub {
        font-size: 15px;
    }

    .bottom-section h1 {
        font-size: 40px;
        letter-spacing: 5px;
        margin-left: -1rem;
    }

    .bottom-section p {
        font-size: 15px;
        padding: 0 1rem;

    }

    .links {
        width: 100%;
        margin: auto;
        padding-top: 1rem;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .support {
        text-align: center;
    }

}



/* =======================footer-ends========================= */