@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---------------------- */









/* ===== SOFTWARE DEVELOPMENT YELLOW BANNER ===== */

.sw-banner {
    background: #fede00;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.sw-banner-desc {
    max-width: 880px;
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    opacity: 0.85;
}


.sw-banner-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.sw-banner-tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000;
    opacity: 0.85;
    margin-bottom: 12px;
}

.sw-banner-title {
    font-size: 34px;
    font-weight: 800;
    color: #000;
    line-height: 1.25;
}

.sw-banner-title span {
    position: relative;
}

.sw-banner-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
    .sw-banner {
        padding: 45px 16px;
    }

    .sw-banner-title {
        font-size: 26px;
    }
}

/* ================================end-software-development-yellow-banner================================== */









/* ================= SOFTWARE HERO=================== ===== */
.sw-hero {
    position: relative;
    background: #000;
    color: #fff;
    overflow: hidden;
    padding: 120px 0 100px;
    font-family: 'Poppins', sans-serif;
}

.sw-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sw-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    animation: floatOrb 10s infinite alternate ease-in-out;
}

.sw-orb-1 {
    width: 320px;
    height: 320px;
    background: #fede00;
    top: -80px;
    left: -80px;
}

.sw-orb-2 {
    width: 260px;
    height: 260px;
    background: #fede00;
    bottom: 10%;
    right: -60px;
    animation-delay: 2s;
}

.sw-orb-3 {
    width: 180px;
    height: 180px;
    background: #fede00;
    top: 30%;
    left: 45%;
    animation-delay: 4s;
}

@keyframes floatOrb {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-40px);
    }
}

.sw-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.sw-hero-tag {
    display: inline-block;
    color: #000;
    background: linear-gradient(135deg, #fede00, #fff6a0);
    padding: 6px 16px;
    font-weight: 600;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sw-hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.sw-hero-title span {
    color: #fede00;
}

.sw-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #dcdcdc;
    max-width: 620px;
}

.sw-hero-actions {
    display: flex;
    gap: 20px;
    margin: 30px 0 40px;
}

.sw-hero-btn-primary {
    background: linear-gradient(135deg, #fede00, #ffea61);
    color: #000;
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.sw-hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(254, 222, 0, .35);
}

.sw-hero-btn-secondary {
    color: #fede00;
    border: 1px solid #fede00;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
}

.sw-hero-stats {
    display: flex;
    gap: 40px;
}

.sw-stat strong {
    font-size: 28px;
    color: #fede00;
}

.sw-stat span {
    display: block;
    font-size: 14px;
    color: #bdbdbd;
}

/* Visual */
.sw-hero-visual {
    display: flex;
    justify-content: center;
}

.sw-code-frame {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(254, 222, 0, 0.25);
    border-radius: 18px;
    padding: 24px;
    max-width: 420px;
    backdrop-filter: blur(12px);
    animation: codeFloat 4s ease-in-out infinite;
}

@keyframes codeFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.sw-code-frame pre {
    margin: 0;
    font-family: monospace;
    color: #fede00;
    font-size: 14px;
    white-space: pre-wrap;
}

/* Responsive */
@media (max-width: 900px) {
    .sw-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sw-hero-actions,
    .sw-hero-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* ================================end-software-hero================================== */


/* ================== WHY CUSTOM SOFTWARE SECTION START ================== */


.cf-software-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, #fede00 0%, #000 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.cf-software-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cf-software-header {
    text-align: center;
    margin-bottom: 60px;
}

.cf-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cf-title {
    font-size: 2.8rem;
    font-weight: 700;
}

.cf-title span {
    color: #000;
    background: #fff;
    padding: 0 8px;
    border-radius: 5px;
}

.cf-software-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cf-software-left,
.cf-software-right {
    flex: 1 1 450px;
}

.cf-software-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

.cf-software-text h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.cf-software-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cf-software-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.cf-software-features li {
    font-size: 1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.cf-software-features li i {
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.cf-software-features li:hover i {
    color: #fede00;
    transform: scale(1.2);
}

.cf-software-counter {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.counter-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
}

.counter-box .counter {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    color: #fede00;
}

.counter-box p {
    margin-top: 5px;
    font-size: 0.9rem;
}

.cf-btn {
    display: inline-block;
    background: #000;
    color: #fede00;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-btn:hover {
    background: #fede00;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .cf-software-content {
        flex-direction: column;
    }

    .cf-software-left,
    .cf-software-right {
        flex: 1 1 250px;
    }

    .cf-software-header {
        text-align: left;
        margin-bottom: 60px;
    }


    .cf-subtitle {
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .cf-title {
        font-size: 50px;
        font-weight: 700;
    }

    .cf-title span {
        color: #000;
        background: #fff;
        padding: 0 8px;
        border-radius: 5px;
    }


}

/* ================== WHY CUSTOM SOFTWARE SECTION END ================== */


/* ================== Ultra-Premium Custom Software Development Services Section Start==================  */

.sw-ser-section {
    position: relative;
    background: linear-gradient(135deg, #000 0%, #111 100%);
    color: #fede00;
    padding: 100px 20px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.sw-ser-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Header */
.sw-ser-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.sw-ser-subtitle {
    font-size: 1.2rem;
    color: #fff;
    max-width: 850px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

/* Grid */
.sw-ser-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card */
.sw-ser-card {
    perspective: 1500px;
}

.sw-ser-card-inner {
    background: linear-gradient(145deg, #111 0%, #222 100%);
    border: 2px solid #fede00;
    border-radius: 20px;
    padding: 40px 25px;
    transition: transform 0.6s cubic-bezier(.03, .98, .52, .99), box-shadow 0.6s ease;
    position: relative;
    overflow: hidden;
}

.sw-ser-card-inner:hover {
    transform: rotateY(10deg) rotateX(5deg) translateY(-15px);
    box-shadow: 0 30px 50px rgba(254, 222, 0, 0.3);
}

/* Card Icon */
.sw-ser-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
    animation: sw-ser-bounce 2s infinite;
    color: #fede00;
}

/* Card Titles & Description */
.sw-ser-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.sw-ser-card-desc {
    font-size: 1rem;
    color: #ddd;
    line-height: 1.6;
    transition: color 0.4s ease;
}

.sw-ser-card-inner:hover .sw-ser-card-desc {
    color: #fff;
}

/* Animated Floating Shapes */
.sw-ser-shapes .sw-ser-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: sw-ser-move 20s infinite linear alternate;
    z-index: 1;
}

.sw-ser-shape1 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #fede00, #000);
    top: -60px;
    left: -60px;
}

.sw-ser-shape2 {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, #fff, #000);
    bottom: -40px;
    right: -40px;
}

.sw-ser-shape3 {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, #fede00, #222);
    top: 25%;
    left: 75%;
}

.sw-ser-shape4 {
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fede00, #333);
    bottom: 20%;
    left: 15%;
}

/* Animations */
@keyframes sw-ser-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes sw-ser-move {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(30px, 20px) rotate(45deg);
    }

    50% {
        transform: translate(-20px, 30px) rotate(90deg);
    }

    75% {
        transform: translate(15px, -15px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sw-ser-title {
        font-size: 2.2rem;
    }

    .sw-ser-subtitle {
        font-size: 1rem;
    }

  
}

/* ================== Ultra-Premium Custom Software Development Services Section End==================  */



/* ================== Software Development Expertise Features Section Start==================    */

.sw-ser-features {
    position: relative;
    background: #0a0a0a;
    color: #fede00;
    padding: 50px 20px 100px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.sw-ser-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: left;
}

/* Header */
.sw-ser-header {
    text-align: center;
    margin-bottom: 60px;
}



.sw-ser-subtitle {
    font-size: 1.2rem;
    color: #fff;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid */
.sw-ser-grid-expertise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sw-ser-image img {
    width: 100%;
    animation: sw-ser-float 6s ease-in-out infinite;
}

/* Feature Cards */
.sw-ser-features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sw-ser-feature-card {
    background: linear-gradient(145deg, #111 0%, #1a1a1a 100%);
    border-left: 4px solid #fede00;
    padding: 25px 20px;
    border-radius: 15px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sw-ser-feature-card:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.3);
}

.sw-ser-feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.sw-ser-feature-desc {
    font-size: 1rem;
    color: #ddd;
    line-height: 1.6;
}

/* Floating & Background Shapes */
.sw-ser-background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.sw-ser-bg-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: sw-ser-bg-move 25s infinite linear alternate;
}

.sw-ser-bg-shape1 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #fede00, #111);
    top: -50px;
    left: -60px;
}

.sw-ser-bg-shape2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #fede00, #222);
    bottom: -40px;
    right: -50px;
}

.sw-ser-bg-shape3 {
    width: 380px;
    height: 380px;
    background: conic-gradient(from 90deg, #fede00, #000, #fede00);
    top: 7%;
    left: 75%;
}

.sw-ser-bg-shape4 {
    width: 420px;
    height: 420px;
    background: repeating-radial-gradient(circle, #fede00 0 2px, #000 2px 6px);
    bottom: 30%;
    left: 0;
}

/* Pattern Overlay */
.sw-ser-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg,
            rgba(254, 222, 0, 0.05),
            rgba(254, 222, 0, 0.05) 2px,
            transparent 2px,
            transparent 10px);
    transform: rotate(30deg);
    pointer-events: none;
}

/* Animations */
@keyframes sw-ser-float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes sw-ser-bg-move {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(40px, 25px) rotate(90deg);
    }

    50% {
        transform: translate(-30px, 40px) rotate(180deg);
    }

    75% {
        transform: translate(20px, -20px) rotate(270deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .sw-ser-grid-expertise {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sw-ser-features-list {
        align-items: center;
    }

    .sw-ser-image img {
        max-width: 70%;
        margin: 0 auto;
    }
}


/* ================== Software Development Expertise Features Section End==================    */


/* ================== START: Software Ecosystem Navigation Styles ================== */

.sw-ecosystem {
    position: relative;
    padding: 70px 6%;
    background: #171717;
    color: #fff;
    overflow: hidden;
}

/* Background bands */
.sw-eco-bg {
    position: absolute;
    width: 120%;
    height: 320px;
    transform: rotate(-4deg);
    left: -10%;
    z-index: 0;
}

.sw-eco-bg-one {
    top: -80px;
    background: linear-gradient(
        90deg,
        rgba(254,222,0,0.35),
        rgba(254, 220, 0, 0.17),
        transparent
    );
}

.sw-eco-bg-two {
    bottom: -120px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(254, 220, 0, 0.271),
        rgba(254, 220, 0, 0.555)
    );
}

.sw-eco-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
}

/* Header */
.sw-eco-head {
    max-width: 780px;
    margin-bottom: 70px;
}

.sw-eco-head h2 {
    font-size: 46px;
    line-height: 1.2;
    color: #fede00;
    margin-bottom: 18px;
}

.sw-eco-head p {
    font-size: 17px;
    line-height: 1.8;
    color: #e6e6e6;
}

/* Stream layout */
.sw-eco-stream {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/* Items */
.sw-eco-item {
    max-width: 560px;
}

.sw-eco-center {
    margin-left: auto;
    text-align: right;
}

.sw-eco-accent h3 {
    color: #fede00;
}

/* Typography */
.sw-eco-item h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.sw-eco-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #d8d8d8;
    margin-bottom: 18px;
}

/* Link style */
.sw-eco-item a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fede00;
    position: relative;
    padding-bottom: 4px;
}

.sw-eco-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fede00;
    transition: width 0.3s ease;
}

.sw-eco-item a:hover::after {
    width: 100%;
}

/* ================== START: Responsive Media Queries ================== */

/* ---------- Large Screens (4K & Wide Desktops) ---------- */
@media (min-width: 1600px) {
    .sw-eco-head h2 {
        font-size: 52px;
    }

    .sw-eco-item h3 {
        font-size: 30px;
    }

    .sw-eco-item {
        max-width: 620px;
    }
}

/* ---------- Small Laptops & Large Tablets (≤ 1200px) ---------- */
@media (max-width: 1200px) {
    .sw-ecosystem {
        padding: 100px 5%;
    }

    .sw-eco-head h2 {
        font-size: 40px;
    }

    .sw-eco-stream {
        gap: 60px;
    }
}

/* ---------- Tablets Landscape (≤ 992px) ---------- */
@media (max-width: 992px) {
    .sw-eco-head {
        max-width: 100%;
        margin-bottom: 70px;
    }

    .sw-eco-head h2 {
        font-size: 36px;
    }

    .sw-eco-item,
    .sw-eco-center {
        max-width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .sw-eco-stream {
        gap: 55px;
    }
}

/* ---------- Tablets Portrait (≤ 768px) ---------- */
@media (max-width: 768px) {
    .sw-ecosystem {
        padding: 80px 22px;
    }

    .sw-eco-bg {
        height: 240px;
    }

    .sw-eco-head h2 {
        font-size: 32px;
    }

    .sw-eco-head p {
        font-size: 16px;
    }

    .sw-eco-item h3 {
        font-size: 24px;
    }
}

/* ---------- Large Mobiles (≤ 576px) ---------- */
@media (max-width: 576px) {
    .sw-ecosystem {
        padding: 70px 18px;
    }

    .sw-eco-head h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .sw-eco-item p {
        font-size: 15px;
    }

    .sw-eco-stream {
        gap: 45px;
    }
}

/* ---------- Small Mobiles (≤ 400px) ---------- */
@media (max-width: 400px) {
    .sw-eco-head h2 {
        font-size: 26px;
    }

    .sw-eco-item h3 {
        font-size: 22px;
    }

    .sw-eco-item a {
        font-size: 14px;
    }
}

/* ================== END: Responsive Media Queries ================== */


/* ================== END: Software Ecosystem Navigation Styles ================== */






/* ===================== START: Custom Software Problems We Solve Styles ===================== */

.cs-prb-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 90px 6%;
    overflow: hidden;
}

.cs-prb-bg .cs-prb-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.35;
    background: #fede00;
}

.cs-prb-glow-1 {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -120px;
}

.cs-prb-glow-2 {
    width: 520px;
    height: 520px;
    bottom: -180px;
    right: -180px;
}

.cs-prb-glow-3 {
    width: 300px;
    height: 300px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cs-prb-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.cs-prb-header {
    max-width: 760px;
    margin-bottom: 80px;
}

.cs-prb-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.cs-prb-title span {
    color: #fede00;
}

.cs-prb-subtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #d9d9d9;
}

/* Problems Layout */

.cs-prb-problems {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.cs-prb-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: start;
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(254, 222, 0, 0.15);
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.cs-prb-item.show {
    opacity: 1;
    transform: translateY(0);
}

.cs-prb-index {
    font-size: 42px;
    font-weight: 800;
    color: rgba(254, 222, 0, 0.25);
}

.cs-prb-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fede00;
}

.cs-prb-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #cccccc;
}

/* Responsive */

@media (max-width: 768px) {
    .cs-prb-title {
        font-size: 34px;
    }

    .cs-prb-item {
        grid-template-columns: 1fr;
    }

    .cs-prb-index {
        font-size: 36px;
    }
}

/* ===================== END: Custom Software Problems We Solve Styles ===================== */


/* ===================== Industries We Serve Section ===================== */

.cs-industry-strip {
    position: relative;
    padding: 100px 8%;
    background: #fede00;
    overflow: hidden;
}

/* Background depth */
.cs-industry-strip-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.35), rgba(254, 222, 0, 1)),
        radial-gradient(circle at 80% 20%, #fff6b5, transparent 60%);
    z-index: 0;
}

.cs-industry-strip-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Content */
.cs-industry-strip-title {
    font-size: 65px;
    font-weight: 900;
    color: #000;
    line-height: 1.15;
}

.cs-industry-strip-title span {
    display: block;
}

.cs-industry-strip-desc {
    margin-top: 22px;
    font-size: 1.05rem;
    color: #1c1c1c;
    max-width: 550px;
}

/* Right Visual Stack */
.cs-industry-strip-visual {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cs-industry-row {
    display: flex;
    gap: 20px;
}

.cs-industry-row span {
    flex: 1;
    padding: 26px 24px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.9);
    color: #fede00;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
}

/* Subtle shine effect */
.cs-industry-row span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.cs-industry-row span:hover::after {
    opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
    .cs-industry-strip-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cs-industry-strip-title {
        font-size: 2.4rem;
    }

    .cs-industry-row {
        flex-direction: column;
    }
}

/* ===================== End Industries We Serve Section ===================== */


/* ================== Our Custom Software Development Process SECTION START ================== */

.sw-ser-process {
    position: relative;
    background: linear-gradient(135deg, #000000, #0f0f0f);
    padding: 110px 20px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #fede00;
}

.sw-ser-process-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* Header */
.sw-ser-process-header {
    text-align: center;
    margin-bottom: 70px;
}

.sw-ser-process-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.sw-ser-process-subtitle {
    font-size: 1.15rem;
    color: #ffffff;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Steps Grid */
.sw-ser-process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

/* Card */
.sw-ser-process-card {
    position: relative;
    background: linear-gradient(145deg, #111111, #1b1b1b);
    border-radius: 18px;
    padding: 35px 28px;
    border: 1px solid rgba(254, 222, 0, 0.25);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sw-ser-process-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(254, 222, 0, 0.25);
    border-color: #fede00;
}

/* Step Number */
.sw-ser-step-number {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(254, 222, 0, 0.15);
}

/* Text */
.sw-ser-step-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.sw-ser-step-desc {
    font-size: 1rem;
    color: #dddddd;
    line-height: 1.6;
}

/* Background Shapes */
.sw-ser-process-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.sw-ser-process-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.12;
    animation: sw-ser-process-float 20s infinite linear alternate;
}

.sw-ser-process-shape1 {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, #fede00, #000000);
    top: -60px;
    left: -60px;
}

.sw-ser-process-shape2 {
    width: 150px;
    height: 150px;
    background: conic-gradient(from 45deg, #fede00, #000000, #fede00);
    bottom: -40px;
    right: -40px;
}

.sw-ser-process-shape3 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, #ffffff, #000000);
    top: 40%;
    left: 80%;
}

/* Animation */
@keyframes sw-ser-process-float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(30px, 20px) rotate(180deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sw-ser-process-title {
        font-size: 2.2rem;
    }
}

/* ================== Our Custom Software Development Process SECTION END ================== */


/*====================== START Custom Software vs Ready-Made Software Section Styles ======================*/
.cs-cmp-section {
    position: relative;
    padding: 70px 20px 100px;
    background: linear-gradient(135deg, #000 0%, #111 100%);
    color: #fff;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
}

.cs-cmp-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cs-cmp-header {
    text-align: center;
    margin-bottom: 80px;
}

.cs-cmp-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #ffc700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.cs-cmp-subtitle {
    font-size: 1.2rem;
    color: #ccc;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.6;
}

.cs-cmp-comparison {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    position: relative;
}

.cs-cmp-side {
    flex: 1 1 350px;
    background: linear-gradient(145deg, #111, #222);
    border-radius: 25px;
    padding: 40px;
    position: relative;
    transition: transform 0.5s, box-shadow 0.5s;
}

.cs-cmp-side:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 60px rgba(254, 222, 0, 0.5);
}

.cs-cmp-icon {
    font-size: 3rem;
    color: #fede00;
    margin-bottom: 20px;
}

.cs-cmp-side h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fede00;
}

.cs-cmp-side p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cs-cmp-side ul {
    list-style: none;
    padding: 0;
    font-size: 0.95rem;
}

.cs-cmp-side ul li::before {
    content: "✔";
    color: #fede00;
    margin-right: 10px;
}

.cs-cmp-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fede00;
    padding: 0 20px;
}

.cs-cmp-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.cs-cmp-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.12;
    animation: floatShapes 12s infinite alternate ease-in-out;
}

.cs-cmp-shape1 {
    width: 180px;
    height: 180px;
    background: #fede00;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.cs-cmp-shape2 {
    width: 220px;
    height: 220px;
    background: #ffc700;
    top: 55%;
    left: 70%;
    animation-delay: 4s;
}

.cs-cmp-shape3 {
    width: 120px;
    height: 120px;
    background: #fede00;
    top: 40%;
    left: 50%;
    animation-delay: 7s;
}

@keyframes floatShapes {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(45deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* ====================== END Custom Software vs Ready-Made Software Section Styles ====================== */

/* ======================START Modern Case Studies / Success Stories Section====================== */

.cs-cmp-case-modern {
    position: relative;
    padding: 70px 20px 100px;
    background: #000;
    color: #fff;
}

.cs-cmp-case-modern .cs-cmp-header {
    text-align: center;
    margin-bottom: 80px;
}

.cs-cmp-case-modern .cs-cmp-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #3a2d00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.cs-cmp-case-modern .cs-cmp-subtitle {
    font-size: 1.2rem;
    color: #ccc;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Stories container */
.cs-cmp-stories-modern {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Individual story card */
.cs-cmp-story-modern {
    display: flex;
    align-items: center;
    padding: 50px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s, box-shadow 0.5s;
}

.cs-cmp-story-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(254, 222, 0, 0.4);
}

/* Alternate background for left-right split */
.cs-cmp-alt-left {
    background: linear-gradient(135deg, #1c1c1c 50%, #6d5f02 50%);
}

.cs-cmp-alt-right {
    background: linear-gradient(135deg, #6d5f02 50%, #1c1c1c 50%);
}

/* Story content */
.cs-cmp-story-content {
    width: 100%;
    padding: 20px 40px;
    color: #fff;
}

.cs-cmp-story-content h3 {
    font-size: 1.8rem;
    color: #fede00;
    margin-bottom: 25px;
}

/* Story items improved alignment */
.cs-cmp-story-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards;
}

.cs-cmp-story-item:nth-child(1) {
    animation-delay: 0.2s;
}

.cs-cmp-story-item:nth-child(2) {
    animation-delay: 0.4s;
}

.cs-cmp-story-item:nth-child(3) {
    animation-delay: 0.6s;
}

/* Icon styling */
.cs-cmp-story-item .cs-cmp-icon {
    font-size: 2rem;
    color: #fede00;
    flex: 0 0 40px;
    /* fixed width for icons */
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Text styling */
.cs-cmp-story-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    flex: 1;
    /* take remaining space */
}

/* Fade-up animation */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media(max-width: 991px) {
    .cs-cmp-story-modern {
        flex-direction: column;
        padding: 30px 20px;
        background: #111;
    }

    .cs-cmp-alt-left,
    .cs-cmp-alt-right {
        background: #111;
    }

    .cs-cmp-story-item {
        flex-direction: row;
        align-items: flex-start;
    }

    .cs-cmp-story-item .cs-cmp-icon {
        flex: 0 0 35px;
        margin-right: 15px;
    }

    .cs-cmp-story-content {
        padding: 10px 0;
    }
}

/* ======================END Modern Case Studies / Success Stories Section====================== */



/* ======================START Featured Software Service Section====================== */

.cf-featured-service {
    background: radial-gradient(circle at top left, #fede00 0%, #000 45%);
    padding: 70px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.cf-featured-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* Left Content */
.cf-featured-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 18px;
}

.cf-featured-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cf-featured-title span {
    color: #fede00;
}

.cf-featured-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #ddd;
    max-width: 620px;
    margin-bottom: 30px;
}

.cf-featured-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.cf-featured-list li {
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #fff;
}

/* Buttons */
.cf-featured-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cf-featured-btn-primary {
    background: #fede00;
    color: #000;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-featured-btn-primary:hover {
    background: #fff;
    transform: translateY(-2px);
}

.cf-featured-btn-secondary {
    color: #fede00;
    border: 2px solid #fede00;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cf-featured-btn-secondary:hover {
    background: #fede00;
    color: #000;
}

/* Right Visual Card */
.cf-featured-visual {
    display: flex;
    justify-content: center;
}

.cf-featured-card {
    background: linear-gradient(145deg, #111, #1c1c1c);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(254, 222, 0, 0.25);
    animation: floatCard 6s ease-in-out infinite;
}

.cf-featured-card h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #fede00;
}

.cf-featured-card p {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

/* Floating animation */
@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .cf-featured-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cf-featured-desc {
        margin: auto;
    }

    .cf-featured-actions {
        justify-content: center;
    }

    .cf-featured-visual {
        margin-top: 50px;
    }
}

/* ======================END Featured Software Service Section====================== */



/* ======================START: Software Development Testimonials Styles====================== */

.cs-test-section {
    position: relative;
    background: #0b0b0b;
    color: #fff;
    padding: 70px 20px;
    overflow: hidden;
}

.cs-test-pattern {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(254, 222, 0, 0.15), transparent 40%),
        repeating-linear-gradient(90deg,
            rgba(254, 222, 0, 0.08),
            rgba(254, 222, 0, 0.08) 1px,
            transparent 1px,
            transparent 22px);
    z-index: 0;
}

.cs-test-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}

.cs-test-header {
    max-width: 720px;
    margin-bottom: 70px;
}

.cs-test-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 16px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.cs-test-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
}

.cs-test-title span {
    color: #fede00;
}

.cs-test-sub {
    margin-top: 16px;
    font-size: 17px;
    color: #cfcfcf;
}

/* Grid */
.cs-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.cs-test-card {
    background: linear-gradient(160deg, #111, #0c0c0c);
    border: 1px solid rgba(254, 222, 0, 0.25);
    border-radius: 22px;
    padding: 30px 28px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cs-test-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(254, 222, 0, 0.25);
}

.cs-test-card h3 {
    font-size: 22px;
    margin-bottom: 6px;
    color: #fede00;
}

.cs-test-role {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 14px;
}

.cs-test-text {
    font-size: 16px;
    line-height: 1.6;
    color: #eaeaea;
}

.cs-test-meta {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-test-stars {
    color: #fede00;
    letter-spacing: 2px;
}

.cs-test-impact {
    font-size: 13px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 900px) {
    .cs-test-grid {
        grid-template-columns: 1fr;
    }

    .cs-test-title {
        font-size: 34px;
    }
}

/* =====================END: Software Development Testimonials Styles =====================*/





/* ===================== START: Software Maintenance & Support Styles ===================== */

.sw-mnt-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 80px 8%;
    overflow: hidden;
}

.sw-mnt-bg .sw-mnt-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.35), transparent 70%);
    filter: blur(80px);
}

.sw-mnt-glow-1 {
    top: -120px;
    left: -120px;
}

.sw-mnt-glow-2 {
    bottom: -120px;
    right: -120px;
}

.sw-mnt-container {
    position: relative;
    max-width: 1300px;
    margin: auto;
    z-index: 2;
}

.sw-mnt-header {
    max-width: 720px;
    margin-bottom: 80px;
}

.sw-mnt-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.sw-mnt-title span {
    color: #fede00;
}

.sw-mnt-subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #ddd;
}

/* Flow Layout */
.sw-mnt-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 50px;
}

.sw-mnt-step {
    position: relative;
    padding-left: 50px;
}

.sw-mnt-step-no {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    background: #fede00;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-mnt-step h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.sw-mnt-step p {
    font-size: 16px;
    color: #cfcfcf;
    line-height: 1.6;
}

/* CTA */
.sw-mnt-cta {
    margin-top: 90px;
}

.sw-mnt-btn {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, #fede00, #ffea4d);
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sw-mnt-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.3);
}

/* ===================== END: Software Maintenance & Support 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========================= */