@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-website hero section-======================================  */


.web-hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fede00;
    padding: 120px 50px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.web-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* LEFT CONTENT */
.web-hero-left {
    flex: 1;
    max-width: 600px;
}

.web-hero-kicker {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: fadeUp 1s ease forwards;
}

.web-hero-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
    background: linear-gradient(90deg, #141414, #848484);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: myFont1;
    animation: fadeUp 1.2s ease forwards;
}

.web-hero-sub {
    font-size: 18px;
    margin-bottom: 25px;
    color: #000000;
    line-height: 1.6;
    animation: fadeUp 1.4s ease forwards;
}

.web-hero-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.web-hero-features li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #000000;
    list-style: none;
}

.web-hero-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000000;
}

/* CTA BUTTON */
.web-hero-btn {
    display: inline-block;
    background: #000000;
    color: #fede00;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: fadeUp 1.6s ease forwards;
}

.web-hero-btn:hover {
    background: #fede00;
    color: #000;
    transform: translateY(-3px);
}

/* TRUST STATS */
.web-hero-trust {
    margin-top: 30px;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 15px;
    font-size: 14px;
    color: #000000;
}

.web-hero-sep {
    margin: 0 8px;
    color: #000000;
}

/* RIGHT GRAPHICS */
.web-hero-right {
    flex: 1;
    position: relative;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeInRight 1s ease forwards;
}

.web-hero-graphics {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Animated Circles */
.web-hero-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: float 6s ease-in-out infinite;
}

.web-hero-circle1 {
    width: 200px;
    height: 200px;
    background: #000000;
    top: -50px;
    left: -50px;
    animation-delay: 0s;
}

.web-hero-circle2 {
    width: 150px;
    height: 150px;
    background: #000000;
    bottom: 100px;
    right: -30px;
    animation-delay: 2s;
}

.web-hero-circle3 {
    width: 100px;
    height: 100px;
    background: #000000;
    top: 150px;
    right: 50px;
    animation-delay: 4s;
}

/* Illustration */
.web-hero-illustration img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(255, 214, 77, 0.2);
    animation: floatUp 5s ease-in-out infinite;
    z-index: 999;
    position: relative;
}

/* SVG Shapes */
.web-hero-shape {
    position: absolute;
    z-index: 1;
}

.web-hero-shape1 {
    top: -50px;
    left: -50px;
    transform: rotate(20deg);
    animation: rotateShape 20s linear infinite;
}

.web-hero-shape2 {
    bottom: -60px;
    right: -60px;
    transform: rotate(-25deg);
    animation: rotateShape 25s linear infinite;
}

/* ANIMATIONS */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatUp {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes rotateShape {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .web-hero-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .web-hero-left,
    .web-hero-right {
        max-width: 100%;
    }

    .web-hero-features li {
        padding-left: 15px;
        list-style: none;
        color: #000000;
    }

    .web-hero-btn {
        margin-top: 20px;
    }

    .web-hero-trust {
        margin-top: 30px;
        display: flex;
        align-items: center;
        /* flex-wrap: wrap; */
        gap: 6px;
        font-size: 14px;
        color: #000000;
    }

}


/* - =======================end-website hero section-======================================  */


/*================== START: Why Professional Website Section Styles========================== */

.web-importance-section {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 120px 50px;
    font-family: 'Poppins', sans-serif;
}

.web-importance-wave {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 1;
}

.web-importance-wave-top {
    top: 0;
    background: linear-gradient(to bottom, #ffd600 0%, transparent 100%);
}

.web-importance-wave-bottom {
    bottom: 0;
    background: linear-gradient(to top, #ffd600 0%, transparent 100%);
}

.web-importance-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Animated Background Shapes */
.web-importance-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.web-importance-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.12;
    animation: floatShape 8s ease-in-out infinite;
}

.web-shape1 {
    width: 250px;
    height: 250px;
    background: #ffd600;
    top: -50px;
    left: -50px;
}

.web-shape2 {
    width: 150px;
    height: 150px;
    background: #fff200;
    bottom: 50px;
    right: -50px;
    animation-delay: 2s;
}

.web-shape3 {
    width: 200px;
    height: 200px;
    background: #ffd34d;
    top: 100px;
    right: 100px;
    animation-delay: 4s;
}

/* Title and Subtitle */
.web-importance-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #fff200, #ffd34d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeUp 1s ease forwards;
}

.web-importance-sub {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    animation: fadeUp 1.2s ease forwards;
}

/* Stats Blocks */
.web-importance-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.web-importance-stat {
    background: rgba(255, 214, 0, 0.1);
    padding: 20px 30px;
    border-radius: 20px;
    animation: fadeUp 1.4s ease forwards;
}

.web-importance-stat h3 {
    font-size: 32px;
    font-weight: 900;
    color: #ffd600;
    margin-bottom: 5px;
}

.web-importance-stat p {
    font-size: 14px;
    color: #fff;
}

/* BENEFITS LIST */
.web-importance-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.web-importance-benefits li {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    position: relative;
    padding-left: 35px;
    transition: transform 0.3s ease;
}

.web-importance-benefits li:hover {
    transform: translateX(5px);
}

.web-benefit-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffd600;
}

/* CTA Button */
.web-importance-btn {
    display: inline-block;
    background: #ffd600;
    color: #000;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.web-importance-btn:hover {
    background: #fff200;
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .web-importance-container {
        text-align: center;
    }

    .web-importance-stats {
        flex-direction: column;
        gap: 20px;
    }

    .web-importance-benefits {
        text-align: center;
    }

    .web-importance-benefits li {
        padding-left: 0;
    }

    .web-benefit-icon {
        display: none;
    }
}

/*================== END: Why Professional Website Section Styles========================== */


/* =================START: Modern Website Development Services Styles =================*/

.web-dev-services-section {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 70px 50px;
    font-family: 'Poppins', sans-serif;
}

.web-dev-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.web-dev-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: floatShape 8s ease-in-out infinite;
}

.web-dev-shape1 {
    width: 200px;
    height: 200px;
    background: #ffd600;
    top: 20px;
    left: -50px;
}

.web-dev-shape2 {
    width: 250px;
    height: 250px;
    background: #fff200;
    bottom: 50px;
    right: -60px;
    animation-delay: 2s;
}

.web-dev-shape3 {
    width: 180px;
    height: 180px;
    background: #ffd34d;
    top: 150px;
    right: 100px;
    animation-delay: 4s;
}

.web-dev-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.web-dev-header {
    text-align: center;
    margin-bottom: 60px;
}

.web-dev-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #fff200, #ffd34d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-dev-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #eaeaea;
}

/* Services List */
.web-dev-services-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
}

.web-dev-service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 40px;
    animation: fadeUp 1s ease forwards;
}

.web-dev-service-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffd600;
    margin-bottom: 8px;
}

.web-dev-service-item p {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
}

/* Vertical Line Decoration */
.web-dev-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #ffd600, #fff200);
    border-radius: 2px;
}

/* CTA Button */
.web-dev-cta {
    text-align: center;
    margin-top: 60px;
}

.web-dev-btn {
    display: inline-block;
    background: #ffd600;
    color: #000;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.web-dev-btn:hover {
    background: #fff200;
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .web-dev-service-item {
        padding-left: 25px;
    }

    .web-dev-line {
        left: 10px;
    }

    .web-dev-title {
        font-size: 32px;
    }
}


/* =================END: Modern Website Development Services Styles =================*/


/*===========================- START: Website Types We Build Premium Styles -================================= */

.web-types-section {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 60px 50px;
    font-family: 'Poppins', sans-serif;
}

.web-types-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.web-types-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 214, 0, 0.2), rgba(255, 255, 0, 0.2));
    mix-blend-mode: overlay;
    pointer-events: none;
}

.web-types-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: floatShape 12s ease-in-out infinite;
    filter: blur(60px);
}

.web-types-shape1 {
    width: 300px;
    height: 300px;
    background: #ffd600;
    top: -50px;
    left: -50px;
}

.web-types-shape2 {
    width: 400px;
    height: 400px;
    background: #fff200;
    bottom: -80px;
    right: -60px;
    animation-delay: 4s;
}

.web-types-shape3 {
    width: 250px;
    height: 250px;
    background: #ffeb66;
    top: 200px;
    right: 150px;
    animation-delay: 6s;
}

.web-types-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.web-types-header {
    margin-bottom: 80px;
}

.web-types-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ffd600, #fff200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-types-subtitle {
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    color: #eaeaea;
}

/* Grid Styles */
.web-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    text-align: left;
}

.web-type-item {
    position: relative;
    padding: 40px 30px 30px 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 214, 0, 0.05), rgba(255, 255, 0, 0.05));
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.web-type-item:hover {
    transform: translateY(-15px) rotateZ(1deg);
    background: linear-gradient(135deg, rgba(255, 214, 0, 0.15), rgba(255, 255, 0, 0.15));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.web-type-icon-bg {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffd600, #fff200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.web-type-item:hover .web-type-icon-bg {
    transform: scale(1.2);
}

.web-type-icon {
    font-size: 32px;
}

.web-type-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #ffd600, #fff200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-type-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
}

/* Animations */
@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .web-types-title {
        font-size: 36px;
    }

    .web-type-item {
        padding: 30px 20px;
    }

    .web-types-section {
        position: relative;
        overflow: hidden;
        background: #000;
        color: #fff;
        padding: 50px 20px 50px 20px;
        font-family: 'Poppins', sans-serif;
    }

    .web-types-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        text-align: left;
    }
}

/*===========================- END: Website Types We Build Premium Styles -================================= */


/* ============================   OUR WEBSITE DEVELOPMENT EXPERTISE - CSS START   ============================ */

.webexp {
    position: relative;
    padding: 120px 20px;
    background: #000;
    overflow: hidden;
}

/* glowing background effect */
.webexp-glow {
    position: absolute;
    top: -80px;
    right: -120px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.8), rgba(0, 0, 0, 0));
    filter: blur(90px);
    z-index: 0;
}

/* sweeping arc */
.webexp-arc {
    position: absolute;
    bottom: -60px;
    left: -80px;
    width: 150%;
    height: 280px;
    background: linear-gradient(90deg, #fede00, #b59300);
    border-radius: 220px;
    opacity: 0.18;
    transform: rotate(-6deg);
    filter: blur(40px);
    z-index: 0;
}

.webexp-inner {
    position: relative;
    max-width: 1280px;
    margin: auto;
    z-index: 2;
}

/* Heading block */
.webexp-heading-block {
    max-width: 760px;
    margin-bottom: 60px;
}

.webexp-title {
    color: #fede00;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -1px;
}

.webexp-desc {
    color: #e1e1e1;
    font-size: 18px;
    line-height: 1.6;
}

/* Ultra-modern Grid */
.webexp-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    position: relative;
}

/* Futuristic blocks (NOT cards) */
.webexp-item {
    padding: 28px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    border: 1px solid rgba(254, 222, 0, 0.2);
    backdrop-filter: blur(6px);
    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

.webexp-item::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.18), transparent);
    opacity: 0;
    transition: .4s;
}

.webexp-item:hover::after {
    opacity: 1;
}

.webexp-item:hover {
    transform: translateY(-8px);
    border-color: #fede00;
}

.webexp-item h3 {
    color: #fede00;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}

.webexp-item p {
    color: #eaeaea;
    font-size: 15px;
    line-height: 1.5;
}

/* Responsive */
@media(max-width: 768px) {

    .webexp {
        position: relative;
        padding: 70px 20px;
        background: #000;
        overflow: hidden;
    }

    /* Heading block */
    .webexp-heading-block {
        max-width: 1400px;
        margin-bottom: 60px;
    }

    .webexp-title {
        color: #fede00;
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 18px;
        letter-spacing: -1px;
        padding: 0 1rem;
    }


    .webexp-desc {
        color: #e1e1e1;
        font-size: 18px;
        line-height: 1.6;
        padding: 0 1rem;

    }
}

@media(max-width: 480px) {

    .webexp {
        position: relative;
        padding: 70px 20px;
        background: #000;
        overflow: hidden;
    }

    /* Heading block */
    .webexp-heading-block {
        max-width: 1400px;
        margin-bottom: 60px;
    }

    .webexp-title {
        color: #fede00;
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 18px;
        letter-spacing: -1px;
        padding: 0 1rem;
    }


    .webexp-desc {
        color: #e1e1e1;
        font-size: 18px;
        line-height: 1.6;
        padding: 0 1rem;

    }
}

/* ============================   OUR WEBSITE DEVELOPMENT EXPERTISE - CSS END   ============================ */



/* =========================== WHAT WE DELIVER - STYLES========================= */

.feat-deliver {
    background: radial-gradient(circle at top left, #fede00 0%, #000 70%);
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
}

.feat-deliver-inner {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.feat-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.feat-title span {
    display: block;
    color: #fede00;
    margin-top: 6px;
}

.feat-desc {
    margin: 24px 0;
    font-size: 18px;
    color: #e8e8e8;
    max-width: 580px;
}

.feat-list {
    list-style: none;
    padding: 0;
    margin: 28px 0 0 0;
}

.feat-list li {
    margin-bottom: 12px;
    color: #fff;
    font-size: 17px;
    position: relative;
    padding-left: 22px;
}

.feat-list li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fede00;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

/* RIGHT SIDE IMAGE BLOCK */
.feat-right {
    position: relative;
}

.feat-img-wrap {
    position: relative;
    z-index: 5;
}

.feat-img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.main-img {
    transform: rotate(-3deg);
    right: 100px;
    position: relative;
}

.side-img {
    width: 100%;
    position: absolute;
    bottom: 50px;
    right: -60px;
    transform: rotate(8deg);
}

/* BACKGROUND GLOW */
.feat-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #fede00aa 0%, #000 80%);
    filter: blur(120px);
    right: -120px;
    bottom: -80px;
    z-index: 1;
    animation: glowMove 8s infinite alternate ease-in-out;
}

@keyframes glowMove {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-40px) scale(1.1);
    }
}

/* FLOATING DOTS */
.feat-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#fede00 2px, transparent 2px);
    background-size: 40px 40px;
    /* opacity: 0.15; */
    animation: dotsFloat 9s infinite linear;
    z-index: 0;
}

@keyframes dotsFloat {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 80px 120px;
    }
}


/* Tablet Landscape & Medium Screens */
@media (max-width: 1200px) {
    .webexp-inner {
        padding: 80px 5%;
    }

    .webexp-title {
        font-size: 38px;
    }

    .webexp-desc {
        font-size: 16px;
    }

    .webexp-grid {
        grid-template-columns: 1fr 1fr;
        /* 2 columns instead of 3 or more */
        gap: 20px;
    }
}

/* Small Tablets / Large Phones */
@media (max-width: 992px) {
    .webexp-inner {
        padding: 60px 4%;
    }

    .webexp-title {
        font-size: 32px;
        text-align: center;
    }

    .webexp-desc {
        font-size: 15px;
        text-align: center;
    }

    .webexp-grid {
        grid-template-columns: 1fr;
        /* Single column for small screens */
        gap: 20px;
    }

    .webexp-arc,
    .webexp-glow {
        display: none;
        /* Hide decorative elements on small screens */
    }
}

/* Mobile Portrait */
@media (max-width: 600px) {
    .webexp-inner {
        padding: 40px 3%;
    }

    .webexp-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .webexp-desc {
        font-size: 14px;
    }

    .webexp-item h3 {
        font-size: 18px;
    }

    .webexp-item p {
        font-size: 13px;
    }
}

/* Extra Small / Very Small Phones */
@media (max-width: 400px) {
    .webexp-title {
        font-size: 22px;
    }

    .webexp-desc {
        font-size: 13px;
    }

    .webexp-item h3 {
        font-size: 16px;
    }

    .webexp-item p {
        font-size: 12px;
    }
}




/* ===========================WHAT WE DELIVER - STYLES END========================= */



/* ================== START: Website Growth Ecosystem ================== */

.cf-eco {
    position: relative;
    padding: 70px 20px;
    background: #111111;
    color: #fff;
    overflow: hidden;
}

/* Exotic background */
.cf-eco-bg {
    position: absolute;
    inset: 0;
    background:
        conic-gradient(from 90deg at 50% 50%,
            rgba(254,222,0,0.25),
            rgba(0,0,0,0.0),
            rgba(254,222,0,0.15),
            rgba(0,0,0,0.0)),
        radial-gradient(900px 500px at 10% 80%, rgba(254,222,0,0.22), transparent 60%),
        radial-gradient(700px 400px at 90% 20%, rgba(254,222,0,0.18), transparent 65%);
    animation: ecoSpin 30s linear infinite;
    z-index: 0;
}

@keyframes ecoSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.cf-eco-wrap {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
}

/* Header */
.cf-eco-head {
    max-width: 760px;
    margin-bottom: 60px;
}

.cf-eco-head h2 {
    font-size: 48px;
    color: #fede00;
    margin-bottom: 20px;
}

.cf-eco-head p {
    font-size: 18px;
    line-height: 1.8;
    color: #d8d8d8;
}

/* Orbit layout */
.cf-eco-orbit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 60px;
    perspective: 1000px;
}

/* Floating nodes */
.cf-eco-node {
    padding: 40px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.08), rgba(0,0,0,0.2));
    backdrop-filter: blur(14px);
    transform: translateZ(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cf-eco-node:hover {
    transform: translateY(-14px) rotateX(6deg);
    box-shadow: 0 40px 80px rgba(254,222,0,0.35);
}

.cf-eco-node h3 {
    font-size: 26px;
    color: #fede00;
    margin-bottom: 12px;
}

.cf-eco-node p {
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
    margin-bottom: 20px;
}

/* CTA button only */
.cf-eco-node a {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #fede00, #ffea55);
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.cf-eco-node a:hover {
    transform: translateX(8px);
}


@media (max-width: 1100px) {
    .cf-eco-head h2 {
        font-size: 40px;
    }

    .cf-eco-orbit {
        gap: 60px 40px;
    }
}

@media (max-width: 900px) {
    .cf-eco-orbit {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .cf-eco {
        padding: 120px 16px;
    }

    .cf-eco-head h2 {
        font-size: 32px;
    }

    .cf-eco-node {
        padding: 30px;
    }
}

/* ================== END: Website Growth Ecosystem ================== */





/*-============================ WEBSITE DEVELOPMENT PROCESS - DIAGONAL DESIGN -============================*/

.web-process-diagonal {
    position: relative;
    background: #000;
    padding: 70px 0;
    overflow: hidden;
}

.web-process-bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg,
            rgba(254, 222, 0, 0.03) 0px,
            rgba(254, 222, 0, 0.03) 3px,
            transparent 3px,
            transparent 25px);
    top: 0;
    left: 0;
    z-index: 1;
}

.web-process-diagonal-container {
    max-width: 1200px;
    margin: auto;
    width: 90%;
    position: relative;
    z-index: 10;
}

.web-process-diagonal-header {
    text-align: center;
    margin-bottom: 100px;
}

.web-process-diagonal-header h2 {
    font-size: 50px;
    font-weight: 800;
    color: #fede00;
    margin-bottom: 20px;
}

.web-process-diagonal-header p {
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.7;
}

/* Diagonal Steps */
.web-process-diagonal-steps {
    position: relative;
}

.web-process-diagonal-step {
    position: relative;
    padding: 50px 40px;
    margin-bottom: 60px;
    background: linear-gradient(135deg, #111, #ffe74f);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(254, 222, 0, 0.25);
    color: #fff;
    transform: skewY(-3deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.web-process-diagonal-step:hover {
    transform: skewY(0deg) translateY(-10px);
    box-shadow: 0 20px 60px rgba(254, 222, 0, 0.35);
}

.web-process-diagonal-step h3 {
    color: #fede00;
    margin-bottom: 12px;
    font-size: 28px;
}

.web-process-diagonal-step p {
    font-size: 16px;
    line-height: 1.7;
}

/* Animated Gradient Shape */
.web-process-diagonal-shape {
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fede00, #caa900);
    border-radius: 50%;
    top: -40px;
    left: -40px;
    z-index: 2;
    animation: floatShape 3s ease-in-out infinite;
}

.web-process-diagonal-step.step2 .web-process-diagonal-shape {
    left: auto;
    right: -40px;
}

.web-process-diagonal-step.step4 .web-process-diagonal-shape {
    left: auto;
    right: -40px;
}

.web-process-diagonal-step.step6 .web-process-diagonal-shape {
    left: -40px;
}

@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Responsive */
@media(max-width: 1024px) {
    .web-process-diagonal-step {
        transform: skewY(0deg);
        padding: 30px 20px;
        text-align: center;
    }

    .web-process-diagonal-step .web-process-diagonal-shape {
        left: 50% !important;
        transform: translateX(-50%);
    }
}


/* -==========================WEBSITE DEVELOPMENT PROCESS - DIAGONAL DESIGN END-============================ */



/* -=============== CodeFuturix Website Design CTA Section- start =============== */


.cta-section {
    position: relative;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    overflow: hidden;
}

.cta-bg-shapes {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(254, 222, 0, 0.15), transparent 60%),
        radial-gradient(circle at 70% 70%, rgba(254, 222, 0, 0.1), transparent 60%);
    transform: rotate(25deg);
    z-index: 1;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(90deg, #fede00, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 1s ease forwards;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 35px;
    color: #ddd;
    line-height: 1.6;
    animation: fadeInUp 1.2s ease forwards;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    animation: fadeInUp 1.4s ease forwards;
}

.cta-btn {
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.primary-btn {
    background: #fede00;
    color: #000;
    box-shadow: 0 8px 20px rgba(254, 222, 0, 0.4);
}

.primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(254, 222, 0, 0.6);
}

.secondary-btn {
    background: transparent;
    border: 2px solid #fede00;
    color: #fede00;
}

.secondary-btn:hover {
    background: #fede00;
    color: #000;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .cta-title {
        font-size: 2.2rem;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .cta-btn {
        padding: 12px 28px;
        font-size: 0.95rem;
    }
}



/* -=============== CodeFuturix Website Design CTA Section- end =============== */





/* ============================   OUR technologies - start============================ */

.tech-stack-section {
    position: relative;
    padding: 70px 0 80px;
    background: radial-gradient(circle at center,
            rgba(254, 222, 0, 0.25) 0%,
            rgba(254, 222, 0, 0.12) 40%,
            rgba(254, 222, 0, 0.05) 100%);
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* subtle patterned glow */
.tech-stack-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 10%, rgba(254, 222, 0, 0.14), transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(254, 222, 0, 0.10), transparent 25%);
    pointer-events: none;
    z-index: 0;
}

/* header */
.tech-stack-header {
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 48px;
}

.tech-stack-title {
    font-size: 36px;
    color: #fede00;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-stack-subtitle {
    color: #e6e6e6;
    margin-top: 8px;
    font-size: 15px;
    opacity: 0.9;
}

/* grid */
.tech-stack-grid {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    z-index: 2;
    position: relative;
}

/* tech item */
.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 14px 10px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(254, 222, 0, 0.12);
    transition: transform .28s cubic-bezier(.2, .9, .2, 1), box-shadow .28s;
}

/* hover lift */
.tech-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(254, 222, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.6);
    border-color: rgba(254, 222, 0, 0.25);
}

/* icon */
.tech-svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 6px 14px rgba(254, 222, 0, 0.12));
    display: block;
}

/* label */
.tech-item span {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}

/* responsive tweaks */
@media (max-width: 900px) {
    .tech-stack-title {
        font-size: 30px;
    }

    .tech-stack-grid {
        gap: 14px;
    }

    .tech-svg {
        width: 40px;
        height: 40px;
    }

    .tech-item span {
        font-size: 12px;
    }

    .tech-stack-section {
        position: relative;
        padding: 70px 0 80px;
        background: radial-gradient(circle at center,
                rgba(0, 0, 0, 0.623) 0%,
                rgba(25, 25, 25, 0.912) 40%,
                rgba(254, 220, 0, 0.341) 100%);
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
    }

    .tech-stack-title {
        font-size: 36px;
        color: #2e2801;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

@media (max-width: 520px) {
    .tech-stack-grid {
        grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    }

    .tech-stack-section {
        padding: 72px 0 50px;
    }

    .tech-stack-section {
        position: relative;
        padding: 70px 0 80px;
        background: radial-gradient(circle at center,
                rgba(0, 0, 0, 0.623) 0%,
                rgba(25, 25, 25, 0.912) 40%,
                rgba(254, 220, 0, 0.341) 100%);
        overflow: hidden;
        font-family: 'Poppins', sans-serif;
    }

    .tech-stack-title {
        font-size: 32px;
        color: #2e2801;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

/* ============================   OUR technologies - END============================ */



/* ================= START: Website Testimonials Section ================= */
.web-test {
    background: radial-gradient(circle at top, #1a1a1a 0%, #000 60%);
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.web-test::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(254, 222, 0, 0.08), transparent 40%),
        linear-gradient(-120deg, rgba(254, 222, 0, 0.06), transparent 50%);
    pointer-events: none;
}

.web-test-wrap {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
}

/* Header */
.web-test-head {
    text-align: center;
    margin-bottom: 70px;
}

.web-test-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #fede00;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 16px;
}

.web-test-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.web-test-sub {
    max-width: 700px;
    margin: auto;
    color: #cfcfcf;
    font-size: 17px;
    line-height: 1.7;
}

/* Grid */
.web-test-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/* Review Item */
.web-test-item {
    border-left: 4px solid #fede00;
    padding: 30px 28px;
    background: linear-gradient(180deg, #0d0d0d, #050505);
    transition: transform .4s ease;
}

.web-test-item:hover {
    transform: translateY(-10px);
}

.web-test-content p {
    color: #eaeaea;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* Meta */
.web-test-meta strong {
    display: block;
    color: #fede00;
    font-weight: 700;
}

.web-test-meta span {
    font-size: 13px;
    color: #9b9b9b;
}

/* Footer */
.web-test-foot {
    margin-top: 70px;
    text-align: center;
    color: #d8d8d8;
    font-size: 15px;
}

/* Responsive */
@media(max-width:900px) {
    .web-test-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px) {
    .web-test-grid {
        grid-template-columns: 1fr;
    }

    .web-test-title {
        font-size: 30px;
    }
}

/* ================= END: Website Testimonials Section ================= */



/* ===================== START: Website Maintenance & Support Styles ===================== */

.web-mnt-section {
    position: relative;
    background: #000;
    padding: 110px 8%;
    color: #fff;
    overflow: hidden;
}

.web-mnt-bg .web-mnt-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(254, 222, 0, 0.28), transparent 70%);
    filter: blur(90px);
}

.web-mnt-glow-1 {
    top: -140px;
    left: -120px;
}

.web-mnt-glow-2 {
    bottom: -140px;
    right: -120px;
}

.web-mnt-container {
    position: relative;
    max-width: 1300px;
    margin: auto;
    z-index: 2;
}

.web-mnt-header {
    max-width: 720px;
    margin-bottom: 80px;
}

.web-mnt-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
}

.web-mnt-title span {
    color: #fede00;
}

.web-mnt-subtitle {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #dcdcdc;
}

/* Flow */
.web-mnt-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 45px;
}

.web-mnt-item {
    position: relative;
    padding-left: 52px;
}

.web-mnt-no {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: #fede00;
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.web-mnt-item h3 {
    font-size: 21px;
    margin-bottom: 12px;
}

.web-mnt-item p {
    font-size: 15.5px;
    color: #cfcfcf;
    line-height: 1.6;
}

/* CTA */
.web-mnt-cta {
    margin-top: 90px;
}

.web-mnt-btn {
    display: inline-block;
    padding: 18px 42px;
    background: linear-gradient(135deg, #fede00, #fff3a0);
    color: #000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.web-mnt-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(254, 222, 0, 0.35);
}

/* ===================== END: Website 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========================= */