@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: IT Consultancy Pre-Hero Banner ===================== */
.itc-pre-banner {
    position: relative;
    background: #fede00;
    overflow: hidden;
}

.itc-pre-container {
    max-width: 1400px;
    margin: auto;
    padding: 80px 7% 120px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

/* LEFT CONTENT */
.itc-pre-content {
    max-width: 980px;
}

.itc-pre-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0,0,0,0.12);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.itc-pre-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.itc-pre-title span {
    background: linear-gradient(90deg, #000, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.itc-pre-desc {
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.75;
    color: #222;
    max-width: 820px;
}

.itc-pre-keywords {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.itc-pre-keywords span {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 18px;
    background: rgba(0,0,0,0.1);
    font-weight: 500;
}

/* ===================== RIGHT VISUAL ===================== */
.itc-pre-visual {
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.itc-architecture {
    position: relative;
    width: 360px;
    height: 360px;
}

/* Core */
.itc-core {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    background: #000;
    color: #fede00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 5;
    box-shadow: 0 0 50px rgba(0,0,0,0.45);
}

/* Rings */
.itc-ring {
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px dashed rgba(0,0,0,0.25);
    animation: itcRotate linear infinite;
}

.ring-1 {
    width: 190px;
    height: 190px;
    animation-duration: 22s;
}

.ring-2 {
    width: 270px;
    height: 270px;
    animation-duration: 36s;
    animation-direction: reverse;
}

.ring-3 {
    width: 350px;
    height: 350px;
    animation-duration: 50s;
}

/* Nodes */
.itc-node {
    position: absolute;
    padding: 9px 16px;
    background: rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(6px);
}

/* Positions */
.node-1 { top: -10px; left: 50%; transform: translateX(-50%); }
.node-2 { right: -10px; top: 50%; transform: translateY(-50%); }
.node-3 { bottom: -10px; left: 50%; transform: translateX(-50%); }
.node-4 { left: -10px; top: 50%; transform: translateY(-50%); }

/* Animation */
@keyframes itcRotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991px) {
    .itc-pre-container {
        grid-template-columns: 1fr;
    }

    .itc-pre-visual {
        margin-top: 60px;
        height: 340px;
    }

    .itc-architecture {
        transform: scale(0.85);
    }
}

@media (max-width: 575px) {
    .itc-pre-visual {
        display: none;
    }

    .itc-pre-title {
        font-size: 30px;
    }
}
/* ===================== END ===================== */





/* ===================== END: IT Consultancy Pre-Hero Banner ===================== */





/* ===================== START: IT Consultancy Hero ===================== */
.itc-hero {
    position: relative;
    background: #000;
    color: #fff;
    display: flex;
    padding: 100px 0;
    align-items: center;
    overflow: hidden;
}

/* Background */
.itc-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.itc-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(254, 220, 0, 0.823), transparent 70%);
    filter: blur(120px);
    animation: itcFloat 10s ease-in-out infinite;
}

.itc-orb-1 {
    top: -120px;
    left: -120px;
}

.itc-orb-2 {
    bottom: -120px;
    right: -120px;
    animation-delay: 4s;
}

.itc-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(254, 220, 0, 0.216) 1px, transparent 1px),
        linear-gradient(90deg, rgba(254, 220, 0, 0.21) 1px, transparent 1px);
    background-size: 90px 90px;
    opacity: 0.35;
}

@keyframes itcFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

/* Layout */
.itc-hero-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

/* Content */
.itc-hero-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    background: rgba(254, 222, 0, 0.15);
    border: 1px solid rgba(254, 222, 0, 0.35);
    color: #fede00;
    font-size: 13px;
    margin-bottom: 20px;
}

.itc-hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
}

.itc-hero-title span {
    color: #fede00;
}

.itc-hero-desc {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.7;
    color: #d5d5d5;
    max-width: 620px;
}

/* Buttons */
.itc-hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 36px;
}

.itc-btn-primary {
    padding: 18px 44px;
    background: linear-gradient(135deg, #fede00, #fff2a0);
    color: #000;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s ease;
}

.itc-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(254, 222, 0, 0.4);
}

.itc-btn-secondary {
    padding: 18px 36px;
    border-radius: 40px;
    border: 1px solid rgba(254, 222, 0, 0.5);
    color: #fede00;
    text-decoration: none;
}

.itc-hero-trust {
    margin-top: 40px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.itc-hero-trust span {
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ccc;
}

/* Visual */
.itc-hero-visual {
    display: flex;
    justify-content: center;
}

.itc-visual-stack {
    position: relative;
    width: 420px;
}

.itc-panel {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(254, 222, 0, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 26px;
}

.itc-panel-main {
    z-index: 2;
}

.itc-panel-main h4 {
    color: #fede00;
    margin-bottom: 14px;
}

.itc-panel-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.itc-panel-main li {
    font-size: 14px;
    margin-bottom: 8px;
}

.itc-panel-float {
    position: absolute;
    top: 30px;
    right: -40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.itc-panel-float span {
    padding: 8px 14px;
    background: rgba(254, 222, 0, 0.15);
    border-radius: 14px;
    font-size: 12px;
    color: #fede00;
    text-align: center;
}


/* Responsive */

/* ================================
   LARGE TABLETS / SMALL DESKTOPS
================================ */
@media (max-width: 1200px) {

    .itc-hero-container,
    .itc-pre-container {
        gap: 50px;
    }

    .itc-hero-title,
    .itc-pre-title {
        font-size: 46px;
    }

    .itc-hero-desc,
    .itc-pre-desc {
        font-size: 16px;
    }

    .itc-visual-stack,
    .itc-architecture {
        width: 360px;
    }
}


/* ================================
   TABLETS / LARGE PHONES
================================ */
@media (max-width: 992px) {

    .itc-hero,
    .itc-pre-banner {
        padding: 90px 0;
    }

    .itc-hero-container,
    .itc-pre-container {
        grid-template-columns: 1fr;
        gap: 70px;
        text-align: center;
    }

    .itc-pre-content,
    .itc-hero-content {
        max-width: 100%;
    }

    .itc-hero-title,
    .itc-pre-title {
        font-size: 38px;
    }

    .itc-hero-desc,
    .itc-pre-desc {
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
    }

    .itc-hero-actions,
    .itc-pre-keywords {
        justify-content: center;
    }

    .itc-hero-trust {
        justify-content: center;
    }

    .itc-visual-stack,
    .itc-architecture {
        margin: auto;
        width: 320px;
    }

    .itc-panel-float {
        right: -20px;
    }
}


/* ================================
   MOBILE DEVICES
================================ */
@media (max-width: 600px) {

    .itc-hero,
    .itc-pre-banner {
        padding: 70px 0;
    }

    .itc-hero-container,
    .itc-pre-container {
        padding: 0 5%;
    }

    .itc-hero-badge,
    .itc-pre-badge {
        font-size: 12px;
        padding: 6px 14px;
    }

    .itc-hero-title,
    .itc-pre-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .itc-hero-desc,
    .itc-pre-desc {
        font-size: 14px;
    }

    .itc-btn-primary,
    .itc-btn-secondary {
        padding: 14px 26px;
        font-size: 14px;
    }

    .itc-hero-trust span,
    .itc-pre-keywords span {
        font-size: 11px;
        padding: 5px 10px;
    }

    .itc-visual-stack,
    .itc-architecture {
        width: 260px;
    }

    .itc-panel {
        padding: 20px;
    }

    .itc-panel-main li {
        font-size: 12px;
    }

    .itc-panel-float {
        position: static;
        flex-direction: row;
        justify-content: center;
        margin-top: 16px;
    }
}


/* ================================
   SMALL / VERY SMALL PHONES
================================ */
@media (max-width: 400px) {

    .itc-hero-title,
    .itc-pre-title {
        font-size: 24px;
    }

    .itc-hero-desc,
    .itc-pre-desc {
        font-size: 13px;
    }

    .itc-btn-primary,
    .itc-btn-secondary {
        padding: 12px 20px;
        font-size: 13px;
    }

    .itc-visual-stack,
    .itc-architecture {
        width: 220px;
    }

    .itc-orb {
        width: 240px;
        height: 240px;
        filter: blur(80px);
    }
}
/* ===================== RESPONSIVE END ===================== *

/* ===================== END: IT Consultancy Hero ===================== */


/* ===================== START: Solutions We Provide ===================== */
.it-sol-yellow {
    background: linear-gradient(180deg, #fede00 0%, #ffe94d 100%);
    padding: 100px 0;
    color: #000;
}

.it-sol-container {
    margin: auto;
    padding: 0 7%;
}

.it-sol-header {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.it-sol-title {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
}

.it-sol-title span {
    background: linear-gradient(90deg, #000000, #6d5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.it-sol-subtitle {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #222;
}

/* Grid */
.it-sol-grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

/* Boxes */
.it-sol-box {
    background: rgba(255,255,255,0.55);
    border-radius: 28px;
    padding: 42px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    transition: transform 0.35s ease;
}

.it-sol-box:hover {
    transform: translateY(-10px);
}

.it-sol-box.featured {
    background: linear-gradient(
        135deg,
        #000 0%,
        #1a1a1a 100%
    );
    color: #fff;
}

.it-sol-box.featured h3,
.it-sol-box.featured p,
.it-sol-box.featured li {
    color: #fff;
}

.it-sol-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.it-sol-icon {
    font-size: 34px;
}

.it-sol-box h3 {
    font-size: 24px;
    font-weight: 700;
}

.it-sol-box p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.it-sol-box ul {
    list-style: none;
    padding: 0;
}

.it-sol-box ul li {
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 18px;
    position: relative;
}

.it-sol-box ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #000;
}

.it-sol-box.featured ul li::before {
    color: #fede00;
}

/* Tags */
.it-sol-tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.it-sol-tags span {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 16px;
    background: rgba(254,222,0,0.25);
    color: #fede00;
}

/* Responsive */
@media (max-width: 1024px) {
    .it-sol-grid {
        grid-template-columns: 1fr;
    }

    .it-sol-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .it-sol-title {
        font-size: 32px;
    }

    .it-sol-yellow {
        padding: 80px 0;
    }
}
/* ===================== END: Solutions We Provide ===================== */


/* ===================== START: Service Intro Banner ===================== */
.svc-intro-banner {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(254,222,0,0.25), transparent 45%),
        radial-gradient(circle at bottom left, rgba(254,222,0,0.18), transparent 40%),
        linear-gradient(135deg, #0b0b0b, #000);
    padding: 80px 0;
    overflow: hidden;
}

/* subtle tech pattern */
.svc-intro-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(254,222,0,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(254,222,0,0.05) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.25;
}

.svc-intro-container {
    position: relative;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 50px;
    align-items: center;
}

/* Left */
.svc-intro-label {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(254,222,0,0.18);
    border: 1px solid rgba(254,222,0,0.35);
    color: #fede00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    margin-bottom: 16px;
}

.svc-intro-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.svc-intro-title span {
    color: #fede00;
}

.svc-intro-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
    max-width: 680px;
}

/* Right Metrics */
.svc-intro-metrics {
    display: flex;
    gap: 26px;
    justify-content: flex-end;
}

.svc-intro-metrics div {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(254,222,0,0.25);
    border-radius: 22px;
    padding: 22px 24px;
    text-align: center;
    min-width: 140px;
    transition: transform 0.3s ease;
}

.svc-intro-metrics div:hover {
    transform: translateY(-6px);
}

.svc-intro-metrics strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #fede00;
}

.svc-intro-metrics span {
    font-size: 13px;
    color: #e0e0e0;
}

/* Responsive */
@media (max-width: 1024px) {
    .svc-intro-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .svc-intro-metrics {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .svc-intro-title {
        font-size: 28px;
    }

    .svc-intro-banner {
        padding: 60px 0;
    }
}
/* ===================== END: Service Intro Banner ===================== */


/* ===================== IT Infrastructure & Hardware Solutions ===================== */
.it-hardware-section {
    position: relative;
    padding: 80px 0 110px;
    overflow: hidden;

    /* Base dark infra gradient */
    background:
        linear-gradient(180deg, #030303 0%, #0a0a0a 45%, #050505 100%);
}

/* ===================== CIRCUIT PATH PATTERN ===================== */
.it-hardware-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(254, 220, 0, 0.225) 1px, transparent 1px),
        linear-gradient(0deg, rgba(254, 220, 0, 0.234) 1px, transparent 1px);
    background-size: 140px 140px;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
    opacity: 0.45;
    pointer-events: none;
}

/* ===================== DIAGONAL FLOW LAYER ===================== */
.it-hardware-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.156),
            rgba(255, 255, 255, 0.084) 2px,
            transparent 2px,
            transparent 28px
        );
    opacity: 0.35;
    pointer-events: none;
}

/* ===================== FLOATING INFRA GLOWS ===================== */
.it-hardware-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(254, 0, 0, 0.605), transparent 70%);
    filter: blur(120px);
    animation: infraFloat 10s ease-in-out infinite;
    pointer-events: none;
}

.it-hardware-glow.glow-1 {
    top: -120px;
    left: -120px;
}

.it-hardware-glow.glow-2 {
    bottom: -140px;
    right: -140px;
    animation-delay: 4s;
}

@keyframes infraFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(40px); }
}

/* ===================== CONTAINER ===================== */
.it-hardware-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
}

/* ===================== CONTENT ===================== */
.it-hardware-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254,222,0,0.15);
    border: 1px solid rgba(254,222,0,0.35);
    color: #fede00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    margin-bottom: 18px;
}

.it-hardware-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.it-hardware-title span {
    color: #fede00;
}

.it-hardware-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #cfcfcf;
    max-width: 720px;
}

/* ===================== LIST ===================== */
.it-hardware-list {
    margin-top: 36px;
    display: grid;
    gap: 16px;
}

.it-hardware-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.it-hardware-item span {
    width: 8px;
    height: 8px;
    margin-top: 8px;
    background: #fede00;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(254,222,0,0.7);
}

.it-hardware-item p {
    font-size: 15px;
    color: #e4e4e4;
}

/* ===================== INDUSTRIES ===================== */
.it-hardware-industries h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 26px;
}

.it-industry-radar {
    display: grid;
    gap: 18px;
}

.it-industry-node {
    padding: 18px 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border-left: 3px solid #fede00;
    border-radius: 12px;
    font-size: 15px;
    color: #f2f2f2;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease;
}

.it-industry-node:hover {
    transform: translateX(10px);
}

.it-industry-note {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #bdbdbd;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
    .it-hardware-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .it-hardware-section {
        padding: 80px 0;
    }

    .it-hardware-title {
        font-size: 28px;
    }
}
/* ===================== END: IT Infrastructure & Hardware Solutions ===================== */


/* ===================== Annual Maintenance & IT Support (AMC) ===================== */
.it-amc-section {
    position: relative;
    padding: 80px 0 110px;
    background:
        linear-gradient(160deg, #1b1b1b 0%, #141414 50%, #070707 100%);
    overflow: hidden;
}

/* Background Motion */
.it-amc-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.it-amc-wave {
    position: absolute;
    width: 120%;
    height: 120px;
    background: linear-gradient(90deg, transparent, rgba(254, 0, 0, 0.368), transparent);
    opacity: 0.4;
    animation: amcWaveMove 12s linear infinite;
}

.wave-1 {
    top: 20%;
}

.wave-2 {
    bottom: 15%;
    animation-delay: 6s;
}

@keyframes amcWaveMove {
    0% { transform: translateX(-20%); }
    100% { transform: translateX(20%); }
}

/* Container */
.it-amc-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
}

/* Content */
.it-amc-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254,222,0,0.14);
    border: 1px solid rgba(254,222,0,0.35);
    color: #fede00;
    font-size: 12px;
    font-weight: 600;
    border-radius: 16px;
    margin-bottom: 20px;
}

.it-amc-title {
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
}

.it-amc-title span {
    color: #fede00;
}

.it-amc-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #cfcfcf;
    max-width: 720px;
}

/* Timeline */
.it-amc-timeline {
    margin-top: 36px;
    display: grid;
    gap: 18px;
}

.it-amc-step {
    display: flex;
    align-items: center;
    gap: 14px;
}

.it-amc-step span {
    width: 10px;
    height: 10px;
    background: #fede00;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(254,222,0,0.7);
}

.it-amc-step p {
    font-size: 15px;
    color: #e8e8e8;
}

/* Trust Panel */
.it-amc-trust {
    padding: 42px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border-radius: 22px;
    backdrop-filter: blur(10px);
}

.it-amc-trust h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 28px;
}

.it-amc-trust-card {
    margin-bottom: 22px;
}

.it-amc-trust-card strong {
    display: block;
    font-size: 16px;
    color: #fede00;
    margin-bottom: 6px;
}

.it-amc-trust-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #d6d6d6;
}

/* Responsive */
@media (max-width: 1024px) {
    .it-amc-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .it-amc-section {
        padding: 90px 0;
    }

    .it-amc-title {
        font-size: 28px;
    }
}
/* ===================== End: Annual Maintenance & IT Support (AMC) ===================== */


/* ===================== IT Consultancy & Advisory Solutions ===================== */
.it-consult-yellow {
    position: relative;
    padding: 80px 0 90px;
    background: linear-gradient(180deg, #fede00 0%, #fff4b5 100%);
    overflow: hidden;
}

/* ===== ENTERPRISE BLUEPRINT VISUAL (FILLS EMPTY SPACE) ===== */
.it-consult-yellow::before {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 80px;
    width: 420px;
    height: 260px;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(0,0,0,0.08),
            rgba(0,0,0,0.08) 1px,
            transparent 1px,
            transparent 42px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(0,0,0,0.08),
            rgba(0,0,0,0.08) 1px,
            transparent 1px,
            transparent 42px
        );
    border-radius: 18px;
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

.it-consult-yellow::after {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 80px;
    width: 420px;
    height: 260px;
    background: linear-gradient(
        135deg,
        rgba(254,222,0,0.25),
        rgba(255,255,255,0.4)
    );
    border-radius: 18px;
    filter: blur(14px);
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}

/* Background Elements */
.it-consult-yellow-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.it-consult-yellow-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0,0,0,0.06) 1px, transparent 1px);
    background-size: 90px 90px;
    opacity: 0.25;
}

.it-consult-yellow-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0,0,0,0.18), transparent 70%);
    bottom: -140px;
    right: -140px;
    filter: blur(120px);
}

/* Container */
.it-consult-yellow-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
}

/* Content */
.it-consult-yellow-tag {
    padding: 8px 18px;
    background: rgba(0,0,0,0.12);
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.it-consult-yellow-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.it-consult-yellow-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.75;
    color: #222;
    max-width: 720px;
}

/* Cards */
.it-consult-yellow-framework {
    display: grid;
    gap: 22px;
}

.it-consult-yellow-card {
    padding: 26px 28px;
    background: rgba(255,255,255,0.55);
    border-left: 4px solid #000;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.it-consult-yellow-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.it-consult-yellow-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Footer */
.it-consult-yellow-footer {
    margin-top: 70px;
    padding: 22px 7%;
    background: rgba(0,0,0,0.08);
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .it-consult-yellow-container {
        grid-template-columns: 1fr;
    }

    .it-consult-yellow::before,
    .it-consult-yellow::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .it-consult-yellow-title {
        font-size: 28px;
    }
}
/* ===================== END ===================== */











/* ===================== End: IT Consultancy & Advisory Solutions (Yellow Theme) ===================== */


/* ===================== Why Choose CodeFuturix ===================== */
.cf-it-why {
    background: linear-gradient(160deg, #050505, #0c0c0c);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

/* Subtle Accent Lines */
.cf-it-why::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(254,222,0,0.06) 1px, transparent 1px);
    background-size: 120px 100%;
    opacity: 0.35;
}

/* Container */
.cf-it-why-container {
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 90px;
    position: relative;
    z-index: 2;
}

/* Intro */
.cf-it-why-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(254,222,0,0.15);
    color: #fede00;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cf-it-why-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.cf-it-why-title span {
    color: #fede00;
}

.cf-it-why-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
    color: #cfcfcf;
    max-width: 520px;
}

/* Track Layout */
.cf-it-why-track {
    position: relative;
    padding-left: 40px;
    border-left: 2px solid rgba(254,222,0,0.3);
    display: grid;
    gap: 32px;
}

/* Points */
.cf-it-why-point {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 22px;
    align-items: flex-start;
}

.cf-it-why-index {
    font-size: 22px;
    font-weight: 800;
    color: #fede00;
    opacity: 0.85;
}

.cf-it-why-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.cf-it-why-text p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #bdbdbd;
}

/* Responsive */
@media (max-width: 1024px) {
    .cf-it-why-container {
        grid-template-columns: 1fr;
    }

    .cf-it-why-track {
        padding-left: 24px;
    }
}

@media (max-width: 576px) {
    .cf-it-why-title {
        font-size: 28px;
    }

    .cf-it-why {
        padding: 90px 0;
    }
}
/* ===================== End: Why Choose CodeFuturix ===================== */


/* ===================== Yellow CTA Section ===================== */
.cf-cta-yellow {
    position: relative;
    background:
        linear-gradient(135deg, #fede00 0%, #f6d400 40%, #fede00 100%);
    padding: 120px 0;
    overflow: hidden;
}

/* Container */
.cf-cta-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: center;
}

/* Content */
.cf-cta-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0,0,0,0.15);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.cf-cta-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.cf-cta-title span {
    color: #111;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 6px;
}

.cf-cta-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #1a1a1a;
    max-width: 640px;
}

/* Actions */
.cf-cta-actions {
    margin-top: 38px;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.cf-cta-btn-primary {
    padding: 18px 40px;
    background: #000;
    color: #fede00;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-cta-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.cf-cta-btn-secondary {
    padding: 18px 36px;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cf-cta-btn-secondary:hover {
    background: rgba(0,0,0,0.08);
}

/* Visual */
.cf-cta-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.cf-cta-visual img {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 2;
}

.cf-cta-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0,0,0,0.35), transparent 70%);
    filter: blur(80px);
    z-index: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .cf-cta-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cf-cta-actions {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .cf-cta-title {
        font-size: 30px;
    }

    .cf-cta-yellow {
        padding: 90px 0;
    }
}
/* ===================== End: Yellow CTA Section ===================== */



/* ===================== How We Help Different Businesses (V2) ===================== */
.industry-help-v2 {
    background:
        linear-gradient(120deg, #050505, #000);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.industry-help-container {
    margin: auto;
    padding: 0 7%;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}

/* Visual */
.industry-help-visual {
    position: relative;
}

.industry-help-visual img {
    width: 100%;
    border-radius: 22px;
    box-shadow: -10px 10px 0 rgba(207, 249, 1, 0.7);
    position: relative;
    z-index: 2;
}

.industry-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(254, 0, 0, 0.881), transparent 65%);
    filter: blur(80px);
    z-index: 1;
}

/* Content */
.industry-help-title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.industry-help-title span {
    color: #fede00;
}

.industry-help-intro {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #cfcfcf;
    max-width: 720px;
}

/* Flow layout */
.industry-flow {
    position: relative;
    margin-top: 50px;
    padding-left: 40px;
}

.industry-line {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
        to bottom,
        rgba(254,222,0,0.9),
        rgba(254,222,0,0.1)
    );
}

/* Items */
.industry-item {
    position: relative;
    margin-bottom: 42px;
}

.industry-item::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #fede00;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(254,222,0,0.9);
}

.industry-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.industry-item p {
    font-size: 15px;
    line-height: 1.65;
    color: #e0e0e0;
    max-width: 620px;
}

/* Responsive */
@media (max-width: 1024px) {
    .industry-help-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .industry-help-title {
        font-size: 32px;
    }

    .industry-help-v2 {
        padding: 90px 0;
    }

    .industry-flow {
        padding-left: 30px;
    }

    .industry-item::before {
        left: -30px;
    }
}
/* ===================== End: How We Help Different Businesses (V2) ===================== */


































/* ---------------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========================= */