@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-BRANDING HERO SECTION========================== */

.brand-hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 6%;
    background: #fede00;
    position: relative;
    overflow: hidden;

}

.brand-hero-content {
    max-width: 550px;
    animation: slideUp 1.1s ease forwards;
    opacity: 0;
}

.brand-hero h1 {
    font-size: 68px;
    font-weight: 900;
    line-height: 1.2;
    color: #000000;
    font-family: myFont1;
}

.brand-subtitle {
    margin: 25px 0;
    font-size: 1.2rem;
    line-height: 1.7;
}

.brand-btn {
    display: inline-block;
    background: #000000;
    padding: 14px 36px;
    color: #fede00;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s ease;
}

.brand-btn:hover {
    color: #000000;
    background: #fff;
    transform: translateY(-3px);
}

.brand-hero-graphics {
    position: relative;
    width: 45%;
    animation: fadeIn 1.3s ease forwards;
    opacity: 0;
}

.hero-illustration {
    width: 100%;
    max-width: 480px;
    animation: float 4s ease-in-out infinite;
}

/* Floating circles */
.circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;
}

.circle1 {
    width: 160px;
    height: 160px;
    background: #fede00;
    top: -30px;
    right: 60px;
    animation: float 6s infinite ease-in-out;
}

.circle2 {
    width: 110px;
    height: 110px;
    background: #ffffff;
    bottom: 20%;
    right: -30px;
    animation: float 5s infinite ease-in-out;
}

.circle3 {
    width: 70px;
    height: 70px;
    background: #fede00;
    bottom: 10%;
    left: 0;
    animation: float 7s infinite ease-in-out;
}

/* =============== ANIMATIONS =============== */
@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* =============== RESPONSIVE DESIGN =============== */

/* Tablets */
@media (max-width: 992px) {
    .brand-hero {
        flex-direction: column;
        text-align: center;
        padding: 80px 5%;
    }

    .brand-hero-graphics {
        width: 100%;
        margin-top: 40px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .brand-hero h1 {
        font-size: 2.2rem;
    }

    .brand-subtitle {
        font-size: 1rem;
    }

    .brand-btn {
        padding: 12px 30px;
    }

    .circle1,
    .circle2,
    .circle3 {
        display: none;
        /* remove floating shapes for small screens */
    }
}


/* ===========================end-BRANDING HERO SECTION========================== */




/* =====================start- WHY BRANDING MATTERS ========================== */
/* ====================== WHY BRANDING MATTERS ========================== */
.why-branding {
    width: 100%;
    padding: 70px 6%;
    background: #000;
    /* BLACK BASE */
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Soft glowing yellow circles in bg */
.why-branding::before,
.why-branding::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(254, 222, 0, 0.12);
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
}

.why-branding::before {
    top: -120px;
    left: -80px;
}

.why-branding::after {
    bottom: -120px;
    right: -80px;
}

.wb-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}

/* LEFT CONTENT */
.wb-left {
    width: 55%;
    opacity: 0;
    animation: slideLeft 1s ease forwards;
}

.wb-left h1 {
    font-size: 2.9rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.wb-left h2 span {
    color: #fede00;
}

.wb-intro {
    font-size: 1.15rem;
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* POINTS GRID */
.wb-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.wb-point {
    background: #111;
    border: 1px solid rgba(254, 222, 0, 0.25);
    padding: 30px;
    border-radius: 14px;
    position: relative;
    animation: fadeUp 1.3s ease forwards;
    opacity: 0;
    transition: 0.3s;
}

.wb-point:hover {
    transform: translateY(-6px);
    border-color: #fede00;
}

.wb-point h3 {
    font-size: 1.22rem;
    margin-bottom: 10px;
    color: #fede00;
}

.wb-point p {
    font-size: 0.96rem;
    color: #ccc;
    line-height: 1.6;
}

/* ICON ANIMATION */
.wb-icon {
    width: 47px;
    height: 47px;
    background: #fede00;
    border-radius: 50%;
    margin-bottom: 18px;
    animation: float 4s infinite ease-in-out;
}

/* RIGHT GRAPHIC */
.wb-right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: fadeIn 1.4s ease forwards;
}

.wb-graphic {
    width: 100%;
    /* max-width: 430px; */
    height: 630px;
    background: url('../serimages/branding-3d-graphic.png') no-repeat center/contain;
    animation: float 5s infinite ease-in-out;
}


/* ====================== ANIMATIONS ========================== */
@keyframes slideLeft {
    0% {
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(25px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}


/* ====================== RESPONSIVE ========================== */
@media (max-width: 992px) {
    .wb-container {
        flex-direction: column;
        gap: 45px;
    }

    .wb-left,
    .wb-right {
        width: 100%;
    }

    .wb-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .wb-left h2 {
        font-size: 2.2rem;
    }

    .wb-intro {
        font-size: 1rem;
    }

    .wb-point {
        padding: 24px;
    }
}



/* =====================end- WHY BRANDING MATTERS ========================== */



/* ===========================================START- SERVICE SECTION BASE=========================================== */

.brand-ser-services-section {
    width: 100%;
    padding: 60px 0;
    background: radial-gradient(circle at 20% 20%, #fede0040, #000 60%);
    position: relative;
    overflow: hidden;
}

.brand-ser-services-section::before,
.brand-ser-services-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #ffe748ae;
    filter: blur(120px);
    animation: brand-ser-orb 10s infinite alternate ease-in-out;
}

.brand-ser-services-section::after {
    top: 60%;
    left: 70%;
    animation-delay: 3s;
}

.brand-ser-services-section::before {
    top: 10%;
    left: -10%;
}

@keyframes brand-ser-orb {
    0% {
        transform: scale(1) translateY(0);
    }

    100% {
        transform: scale(1.2) translateY(40px);
    }
}

.brand-ser-services-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}


.brand-ser-services-header {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 70px;
}

.brand-ser-services-header h1 {
    font-size: 55px;
    color: #fede00;
    font-weight: 800;
    margin-bottom: 15px;
}

.brand-ser-services-header p {
    font-size: 18px;
    opacity: 0.85;
    line-height: 1.7;
    color: #ffffffb5;
}

.brand-ser-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.brand-ser-service-card {
    padding: 30px;
    background: #111;
    border: 1px solid #222;
    border-radius: 18px;
    transition: .3s;
    position: relative;
}

.brand-ser-service-card:hover {
    border-color: #fede00;
    box-shadow: 0 0 25px #fede0030;
    transform: translateY(-8px);
}

.brand-ser-service-card h3 {
    color: #fede00;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
}

.brand-ser-service-card p {
    font-size: 15px;
    opacity: .85;
    line-height: 1.6;
    color: #ffffffb5;

}

/* ===========================================
   RESPONSIVE BREAKPOINTS
=========================================== */

/* TABLETS */
@media (max-width: 992px) {
    .brand-ser-services-header h2 {
        font-size: 38px;
    }

    .brand-ser-services-header p {
        font-size: 17px;
    }

    .brand-ser-service-card {
        padding: 25px;
    }
}

/* MOBILE LARGE */
@media (max-width: 768px) {
    .brand-ser-services-section {
        padding: 70px 0;
    }

    .brand-ser-services-header h2 {
        font-size: 32px;
    }

    .brand-ser-services-header p {
        font-size: 16px;
        width: 95%;
        margin: auto;
    }

    .brand-ser-service-card h3 {
        font-size: 20px;
    }
}

/* MOBILE SMALL */
@media (max-width: 480px) {
    .brand-ser-services-wrapper {
        width: 92%;
    }

    .brand-ser-services-header h2 {
        font-size: 28px;
    }

    .brand-ser-service-card {
        padding: 22px;
    }

    .brand-ser-service-card h3 {
        font-size: 18px;
    }

    .brand-ser-service-card p {
        font-size: 14px;
        line-height: 1.5;
    }
}


/* ===========================================END- SERVICE SECTION BASE=========================================== */




/* =========================================START-DESIGN SECTION BASE=========================================== */
.brand-des-section {
    width: 100%;
    padding: 70px 0;
    background: linear-gradient(140deg, #000 60%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.brand-des-section::before,
.brand-des-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border: 2px solid #fede0070;
    border-radius: 50%;
    filter: blur(2px);
    animation: brand-des-ring 10s infinite linear;
}

.brand-des-section::before {
    top: -100px;
    left: -80px;
}

.brand-des-section::after {
    bottom: -120px;
    right: -60px;
    animation-direction: reverse;
}

@keyframes brand-des-ring {
    0% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(360deg) scale(1.1);
    }
}

.brand-des-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 2;
}


.brand-des-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.brand-des-header h2 {
    font-size: 66px;
    font-weight: 800;
    color: #fede00;
    margin-bottom: 15px;
}

.brand-des-header p {
    font-size: 18px;
    opacity: 0.85;
    color: #5e5e5e;
    line-height: 1.7;
}

/* ===========================================
   MARQUEE
=========================================== */
.brand-des-marquee {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.brand-des-track {
    display: flex;
    gap: 80px;
    white-space: nowrap;
    animation: brand-des-scroll 20s linear infinite;
}

.brand-des-track span {
    font-size: 24px;
    font-weight: 600;
    color: #fede00;
    opacity: 0.9;
}

@keyframes brand-des-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.brand-des-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.brand-des-card {
    background: #111;
    padding: 35px;
    border-radius: 18px;
    border: 1px solid #222;
    position: relative;
    transition: .3s ease;
    overflow: hidden;
}

.brand-des-card::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -40%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, #fede0020, transparent 60%);
    opacity: 0;
    transition: .4s ease;
}

.brand-des-card:hover::before {
    opacity: 1;
    transform: scale(1.1);
}

.brand-des-card:hover {
    transform: translateY(-8px);
    border-color: #fede00;
    box-shadow: 0 0 25px #fede0030;
}

.brand-des-card h3 {
    color: #fede00;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.brand-des-card p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
    color: #666;
}

/* ===========================================
   RESPONSIVE
=========================================== */
@media (max-width: 768px) {
    .brand-des-header h2 {
        font-size: 34px;
    }

    .brand-des-track span {
        font-size: 20px;
    }

    .brand-des-card {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .brand-des-header h2 {
        font-size: 28px;
    }

    .brand-des-card {
        padding: 24px;
    }

    .brand-des-card h3 {
        font-size: 18px;
    }

    .brand-des-track span {
        font-size: 18px;
    }
}

/* =========================================END-DESIGN SECTION BASE=========================================== */

/* ==================== start of Featured Service Section ======================= */

.brand-feat-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, #000000, #fede00);
    color: #fff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.brand-feat-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.brand-feat-content {
    flex: 1 1 500px;
    z-index: 2;
}

.brand-feat-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fede00, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.brand-feat-desc {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.brand-feat-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.brand-feat-list-item {
    font-size: 1rem;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.brand-feat-list-item::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #fede00;
    font-weight: bold;
}

.brand-feat-cta {
    display: inline-block;
    background: #000;
    color: #fede00;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.brand-feat-cta:hover {
    background: #fede00;
    color: #000;
    transform: scale(1.1);
}

.brand-feat-visuals {
    flex: 1 1 500px;
    position: relative;
}

.brand-feat-image {
    width: 100%;
    border-radius: 20px;
    z-index: 2;
    position: relative;
}

/* Animated Shapes */
.brand-feat-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    animation: brand-feat-float 6s ease-in-out infinite;
    z-index: 1;
}

.brand-feat-shape-1 {
    width: 150px;
    height: 150px;
    background: rgba(254, 222, 0, 0.4);
    top: -50px;
    left: -50px;
    animation-delay: 0s;
}

.brand-feat-shape-2 {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    top: 100px;
    right: -50px;
    animation-delay: 2s;
}

.brand-feat-shape-3 {
    width: 200px;
    height: 200px;
    background: rgba(254, 222, 0, 0.2);
    bottom: -100px;
    left: 30%;
    animation-delay: 4s;
}

@keyframes brand-feat-float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(15deg);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .brand-feat-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .brand-feat-content {
        flex: 1 1 100%;
    }

    .brand-feat-visuals {
        flex: 1 1 100%;
    }
}

/* ==================== end of Featured Service Section ======================= */



/* ================== START: Branding → Marketing & Video Growth Styles ================== */

.cf-brand-growth {
    position: relative;
    padding: 70px 20px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(800px 400px at 15% 10%, rgba(254,222,0,0.25), transparent 60%),
        radial-gradient(700px 500px at 90% 90%, rgba(254,222,0,0.18), transparent 65%),
        linear-gradient(160deg, #050505, #000, #0d0d0d);
}

/* flowing gradient overlay */
.cf-bg-gradient-flow {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg,
            transparent 30%,
            rgba(254, 220, 0, 0.163) 50%,
            transparent 70%);
    animation: flowGradient 14s linear infinite;
    z-index: 0;
}

@keyframes flowGradient {
    from { background-position: 0 0; }
    to { background-position: 1200px 0; }
}

/* subtle noise */
.cf-bg-noise {
    position: absolute;
    inset: 0;
    background-image: repeating-radial-gradient(
        circle at 20% 30%,
        rgba(255,255,255,0.02) 0,
        rgba(255,255,255,0.02) 1px,
        transparent 1px,
        transparent 4px
    );
    z-index: 0;
}

.cf-brand-growth-inner {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 90px;
    align-items: center;
}

/* LEFT CONTENT */
.cf-growth-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fede00;
    margin-bottom: 18px;
}

.cf-brand-growth-content h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 22px;
}

.cf-brand-growth-content h2 span {
    color: #fede00;
}

.cf-brand-growth-content p {
    font-size: 16.5px;
    line-height: 1.8;
    color: #dcdcdc;
    margin-bottom: 18px;
}

/* RIGHT PATH */
.cf-brand-growth-path {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cf-growth-card {
    position: relative;
    padding: 36px;
    background:
        linear-gradient(145deg, rgba(20,20,20,0.95), rgba(5,5,5,0.95));
    border-left: 4px solid #fede00;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cf-growth-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    background: linear-gradient(120deg, transparent, rgba(254,222,0,0.25), transparent);
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}

.cf-growth-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.cf-growth-card:hover::after {
    opacity: 1;
}

.cf-growth-card h3 {
    font-size: 22px;
    color: #fede00;
    margin-bottom: 12px;
}

.cf-growth-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #cfcfcf;
    margin-bottom: 20px;
}

.cf-growth-card a {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #fede00, #ffe86b);
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.cf-growth-card a:hover {
    transform: translateX(6px);
}

/* divider */
.cf-growth-divider {
    height: 50px;
    position: relative;
}

.cf-growth-divider span {
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
        to bottom,
        transparent,
        #fede00,
        transparent
    );
}

/* ================== MEDIA QUERIES: Branding → Growth Section ================== */

/* Large desktops (1600px+) */
@media (min-width: 1600px) {
    .cf-brand-growth-inner {
        max-width: 1400px;
    }

    .cf-brand-growth-content h2 {
        font-size: 50px;
    }

    .cf-growth-card {
        padding: 42px;
    }
}

/* Standard laptops (1200px – 1399px) */
@media (max-width: 1399px) {
    .cf-brand-growth-inner {
        gap: 70px;
    }

    .cf-brand-growth-content h2 {
        font-size: 42px;
    }
}

/* Small laptops (1024px – 1199px) */
@media (max-width: 1199px) {
    .cf-brand-growth-inner {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .cf-brand-growth-path {
        max-width: 600px;
    }

    .cf-growth-divider {
        height: 40px;
    }
}

/* Tablets (768px – 1023px) */
@media (max-width: 1023px) {
    .cf-brand-growth {
        padding: 110px 20px;
    }

    .cf-brand-growth-content h2 {
        font-size: 36px;
    }

    .cf-brand-growth-content p {
        font-size: 16px;
    }

    .cf-growth-card {
        padding: 32px;
    }

    .cf-growth-card h3 {
        font-size: 20px;
    }
}

/* Large mobiles / small tablets (600px – 767px) */
@media (max-width: 767px) {
    .cf-brand-growth {
        padding: 90px 18px;
    }

    .cf-brand-growth-content h2 {
        font-size: 32px;
    }

    .cf-brand-growth-content p {
        font-size: 15px;
    }

    .cf-brand-growth-path {
        gap: 30px;
    }

    .cf-growth-card a {
        padding: 11px 26px;
    }
}

/* Mobile devices (480px – 599px) */
@media (max-width: 599px) {
    .cf-brand-growth-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .cf-growth-eyebrow {
        font-size: 12px;
    }

    .cf-growth-card {
        padding: 26px;
    }

    .cf-growth-card h3 {
        font-size: 18px;
    }

    .cf-growth-card p {
        font-size: 14px;
    }
}

/* Small mobiles (≤ 479px) */
@media (max-width: 479px) {
    .cf-brand-growth {
        padding: 80px 14px;
    }

    .cf-brand-growth-content h2 {
        font-size: 25px;
    }

    .cf-growth-card {
        padding: 22px;
    }

    .cf-growth-card a {
        width: 100%;
        text-align: center;
    }

    .cf-growth-divider {
        display: none;
    }
}

/* ================== END: MEDIA QUERIES ================== */


/* ================== END: Branding → Marketing & Video Growth Styles ================== */










/* ==================start- Portfolio Preview Section ==================  */

.brand-port-section {
    width: 100%;
    padding: 70px 0;
    background: radial-gradient(circle at top right, #fede0015 0%, #000 40%, #000 100%);
    position: relative;
    overflow: hidden;
}


.brand-port-section::before,
.brand-port-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.25;
    z-index: 0;
    animation: brand-port-float 18s infinite ease-in-out alternate;
}

.brand-port-section::before {
    background: #fede00;
    top: -120px;
    left: -150px;
}

/* Yellow glow bottom-right */
.brand-port-section::after {
    background: #fede00;
    bottom: -120px;
    right: -150px;
}

@keyframes brand-port-float {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(40px, -40px);
    }
}


.brand-port-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#fedc00cf 1px, transparent 1px);
    background-size: 35px 35px;
    opacity: 0.35;
    animation: brand-port-gridMove 20s infinite linear;
    z-index: 1;
}

@keyframes brand-port-gridMove {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-220px);
    }
}


.brand-port-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 3;
}


.brand-port-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.brand-port-header h2 {
    font-size: 58px;
    font-weight: 800;
    color: #fede00;
    text-shadow: 0 0 25px #fede0040;
    margin-bottom: 15px;
}

.brand-port-header p {
    font-size: 19px;
    opacity: 0.9;
    line-height: 1.8;
    color: #ddd;
}


.brand-port-slider {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
}

.brand-port-slider::-webkit-scrollbar {
    height: 8px;
}

.brand-port-slider::-webkit-scrollbar-thumb {
    background: #fede00;
    border-radius: 10px;
}


.brand-port-item {
    min-width: 320px;
    background: linear-gradient(145deg, #111, #0a0a0a);
    border-radius: 22px;
    border: 1px solid #222;
    position: relative;
    overflow: hidden;
    transition: .45s ease;
    cursor: pointer;
    box-shadow: 0 0 10px #fede0010;
}

.brand-port-item:hover {
    transform: translateY(-12px) scale(1.04);
    border-color: #fede00;
    box-shadow: 0 0 40px #fede0030, 0 0 12px #fede0050 inset;
}

/* IMAGE */
.brand-port-img {
    height: 330px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transition: .45s ease;
    filter: brightness(0.9);
}

.brand-port-item:hover .brand-port-img {
    transform: scale(1.12);
    filter: brightness(1.1);
}

.brand-port-info {
    padding: 22px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border-top: 1px solid #333;
}

.brand-port-info h3 {
    color: #fede00;
    font-size: 22px;
    margin-bottom: 4px;
    text-shadow: 0 0 12px #fede0050;
}

.brand-port-info span {
    color: #eee;
    opacity: 0.75;
    font-size: 14px;
}

/* ---------------------------------------------------
   RESPONSIVE
--------------------------------------------------- */
@media (max-width: 768px) {
    .brand-port-header h2 {
        font-size: 38px;
    }

    .brand-port-item {
        min-width: 260px;
    }

    .brand-port-img {
        height: 260px;
    }
}

@media (max-width: 480px) {
    .brand-port-header h2 {
        font-size: 30px;
    }

    .brand-port-item {
        min-width: 220px;
    }

    .brand-port-img {
        height: 220px;
    }
}

/* ==================end- Portfolio Preview Section ==================  */



/* ================= BRANDING TESTIMONIALS SECTION START ================= */

.brand-proof {
    position: relative;
    background: #0b0b0b;
    color: #ffffff;
    padding: 100px 20px;
    overflow: hidden;
}

.brand-proof-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(254, 222, 0, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(254, 222, 0, 0.12), transparent 45%),
        repeating-linear-gradient(135deg,
            rgba(254, 222, 0, 0.05),
            rgba(254, 222, 0, 0.05) 2px,
            transparent 2px,
            transparent 18px);
    z-index: 0;
}

.brand-proof-container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}

.brand-proof-header {
    max-width: 720px;
    margin-bottom: 60px;
}

.brand-proof-tag {
    display: inline-block;
    background: #fede00;
    color: #000;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 16px;
}

.brand-proof-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
}

.brand-proof-title span {
    color: #fede00;
}

.brand-proof-sub {
    margin-top: 14px;
    color: #cccccc;
    font-size: 17px;
}

/* List Layout */
.brand-proof-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.brand-proof-item {
    display: grid;
    grid-template-columns: 240px 1fr 160px;
    gap: 24px;
    background: linear-gradient(145deg, #111, #0c0c0c);
    border: 1px solid rgba(254, 222, 0, 0.2);
    padding: 26px 28px;
    border-radius: 20px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.brand-proof-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(254, 222, 0, 0.18);
}

/* Left */
.brand-proof-left h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #fede00;
}

.brand-proof-type {
    font-size: 14px;
    color: #aaa;
}

/* Center */
.brand-proof-center p {
    font-size: 16px;
    line-height: 1.6;
    color: #eaeaea;
}

/* Right */
.brand-proof-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.brand-proof-rating {
    color: #fede00;
    font-size: 20px;
    letter-spacing: 2px;
}

.brand-proof-result {
    margin-top: 6px;
    font-size: 14px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 900px) {
    .brand-proof-item {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .brand-proof-right {
        align-items: flex-start;
    }

    .brand-proof-title {
        font-size: 34px;
    }
}

/* ================= BRANDING TESTIMONIALS SECTION END ================= */






























/* ---------------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----------------------------------- */




/* --------------------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-of :: ser-banner==========================  */


.ser-ban-wrapper {
    background-color: #fede00;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ser-ban-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.ser-ban-content {
    flex: 1 1 50%;
    max-width: 650px;
}

.ser-ban-tagline {
    font-size: 17px;
    color: #e63946;
    /* margin-bottom: 10px; */
    font-weight: 600;
}

.ser-ban-heading {
    font-size: 60px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ser-ban-description {
    color: #666;
    font-size: 20px;
    margin-bottom: 30px;
}

.ser-ban-buttons {
    display: flex;
    gap: 15px;
}

.ser-ban-btn {
    text-decoration: none;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.ser-ban-btn-primary {
    background-color: #fede00;
    color: #000;
    border: .5px solid #000;
}

.ser-ban-btn-primary:hover {
    background-color: #000;
    color: #fede00;
}

.ser-ban-btn-secondary {
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
}

.ser-ban-btn-secondary:hover {
    background: #e63946;
}

.ser-ban-image-area {
    flex: 1 1 40%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ser-ban-image-circle {
    position: relative;
    width: 300px;
    height: 300px;
    background: #fff;
    /* border: .5px solid #000; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 70px #fede00 inset;
}

.ser-ban-img {
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.ser-ban-shape-green {
    position: absolute;
    bottom: 30px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 290px solid #000;
    z-index: 1;
}

.ser-ban-shape-circle1,
.ser-ban-shape-circle2,
.ser-ban-shape-square,
.ser-ban-shape-square2 {
    position: absolute;
    z-index: 1;
    background: #e63946;
    border-radius: 50%;
}

.ser-ban-shape-circle1 {
    width: 38px;
    height: 38px;
    top: 20px;
    /* border: .5px solid #000; */
    left: 200px;
    box-shadow: 15px 15px 0 #000000;

}

.ser-ban-shape-circle2 {
    width: 24px;
    height: 24px;
    top: 90px;
    right: 30px;
    /* border: .5px solid #000; */
    background: #ccc;

}

.ser-ban-shape-square {
    width: 20px;
    height: 20px;
    top: 90px;
    left: 30px;
    background: #e63946;
    box-shadow: 10px 10px 0 #000000;
    border-radius: 4px;
}

.ser-ban-shape-square2 {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 60px;
    background: #ccc;
    border-radius: 4px;
}




/* ========================end-of :: ser-banner==========================  */






/* ==============================start of :: tech-&-tools============================ */



.tech-tool-section {
    background-color: #f9f9fb;
    padding: 80px 20px;
    font-family: 'Poppins', serif;
}

.tech-tool-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.tech-tool-heading {
    font-size: 60px;
    color: #e63946;
    margin-bottom: 10px;
}

.tech-tool-subheading {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
}

.tech-tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
    justify-items: center;
}

.tech-tool-item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 160px;
}

.tech-tool-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    outline: 1px solid #e63946;
}

.tech-tool-icon {
    font-size: 32px;
    color: #e63946;
    margin-bottom: 10px;
}

.tech-tool-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 500px) {
    .tech-tool-heading {
        font-size: 45px;
    }
}



/* ==============================end of :: tech-&-tools============================ */



/* ==============================start of :: workflow============================ */

.wrk-flw-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #fede00;
    font-family: "Poppins", sans-serif;

}

.wrk-flw-subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.wrk-flw-title {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 50px;
    color: #000;
}

.wrk-flw-title span {
    color: #e63946;
}

.wrk-flw-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 30px;
}

.wrk-flw-step {
    flex: 1 1 22%;
    text-align: center;
    position: relative;
}

.wrk-flw-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: #fff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: relative;
    border: .5px solid #e63946;
}

.wrk-flw-icon-wrapper::after {
    content: attr(data-step);
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #e63946;
    color: #fff;
    font-size: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.wrk-flw-step-title {
    font-weight: 600;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px;
}

.wrk-flw-step-desc {
    font-size: 16px;
    color: #6c757d;
    padding: 0 1rem;

}

.wrk-flw-line {
    position: absolute;
    top: 40px;
    right: -15%;
    width: 30%;
    height: 2px;
    background-color: #e63946;
}

.wrk-flw-step:last-child .wrk-flw-line {
    display: none;
}

@media (max-width: 992px) {
    .wrk-flw-container {
        flex-direction: column;
        align-items: center;
    }

    .wrk-flw-step {
        flex: 1 1 100%;
        max-width: 300px;
    }

    .wrk-flw-line {
        display: none;
    }
}




/* ==============================end of :: workflow============================ */



/* ==================================start of :: why-choose-us============================ */




.chus-section {
    padding: 60px 20px;
    background-color: #000;
    font-family: "Poppins", sans-serif;

}

.chus-container {
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.chus-left {
    flex: 1 1 45%;
}

.chus-badge {
    display: inline-block;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.chus-heading {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #fff;
}

.chus-testimonial {
    background: #d8f5c1;
    border-radius: 14px;
    padding: 24px;
    font-size: 16px;
    position: relative;
}

.chus-quote {
    font-style: italic;
    margin-bottom: 20px;
}

.chus-right {
    flex: 1 1 45%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.chus-box {
    border-radius: 16px;
    padding: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.chus-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background: #fede00;
    color: #000;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.chus-purple {
    background-color: #f1d5ff;
}

.chus-blue {
    background-color: #d3e6ff;
}

.chus-img1 {
    background: #e6f7ff;
}

.chus-img2 {
    background: #ffe5ec;
}

.chus-box h3 {
    margin: 10px 0 5px;
    font-size: 20px;
    font-weight: 500;
}

.chus-box p {
    font-size: 14px;
    color: #333;
    margin: 0;
}







@media (max-width: 768px) {
    .chus-container {
        flex-direction: column;
    }

    .chus-right {
        grid-template-columns: 1fr 1fr;
    }

    .chus-box {
        min-height: 140px;
    }
}

/* ==================================end of :: why-choose-us============================ */


/* ==============start-SECTOR PORTFOLIO =============== */

.cf-sectorfolio {
    background: #fede00;
    padding: 50px 0;
}

.cf-sectorfolio-title {
    text-align: center;
    font-family: myFont1;
    font-size: 48px;
    color: #000;
}

.cf-sectorfolio-sub {
    width: 70%;
    text-align: center;
    margin: 20px auto 50px;
    font-family: myFont2;
    color: #222;
}

.sector-name {
    font-family: myFont1;
    font-size: 30px;
    margin-bottom: 25px;
    color: #000;
}

.cf-sectorfolio-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.cf-sectorfolio-sector {
    background: #fff8bd;
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.cf-sectorfolio-block {
    display: flex;
    gap: 30px;
    padding: 25px 0;
    border-bottom: 1px solid #00000033;
}

.cf-sectorfolio-block:last-child {
    border-bottom: none;
}

.cf-num {
    font-family: myFont1;
    font-size: 42px;
    min-width: 70px;
    color: #000;
    opacity: 0.75;
}

.client-name {
    font-family: myFont1;
    font-size: 24px;
    margin-bottom: 5px;
}

.client-type {
    font-family: myFont2;
    font-size: 16px;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.cf-content ul {
    padding-left: 18px;
    color: #111;
    font-family: myFont2;
}

.cf-content ul li {
    margin-bottom: 6px;
}

.cf-sectorfolio-cta {
    text-align: center;
    margin-top: 60px;
}

.cf-sectorfolio-cta p {
    font-size: 20px;
    font-family: myFont2;
    color: #000;
    margin-bottom: 20px;
}

.cf-sectorfolio-cta a {
    background: #000;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 20px;
    color: #fede00;
    font-family: myFont1;
    text-decoration: none;
    transition: 0.3s;
}

.cf-sectorfolio-cta a:hover {
    background: #333;
}

/* ==============end-SECTOR PORTFOLIO =============== */

/* =========================start-CASE STUDY SECTION=========================== */

.brand-case-section {
    position: relative;
    padding: 100px 0;
    background: #000;
    overflow: hidden;
}

/* Yellow gradient ribbons */
.brand-case-gradient-one,
.brand-case-gradient-two {
    position: absolute;
    width: 400px;
    height: 400px;
    filter: blur(150px);
    z-index: 0;
}

.brand-case-gradient-one {
    background: radial-gradient(circle, #fede00 0%, transparent 60%);
    top: -80px;
    left: -50px;
    opacity: 0.6;
}

.brand-case-gradient-two {
    background: radial-gradient(circle, #fede00 0%, transparent 60%);
    bottom: -100px;
    right: -80px;
    opacity: 0.5;
}

.brand-case-container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.brand-case-header {
    text-align: center;
    margin-bottom: 60px;
}

.brand-case-tag {
    background: #fede00;
    padding: 6px 16px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    margin-bottom: 12px;
}

.brand-case-header h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 12px;
}

.brand-case-header p {
    color: #ccc;
    width: 70%;
    margin: auto;
}

/* Cards */
.brand-case-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(145deg, #0b0b0b, #111);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.4s ease-in-out;
}

.brand-case-card:hover {
    transform: translateY(-5px);
    border-color: #fede00a1;
}

.brand-case-card.reverse {
    flex-direction: row-reverse;
}

.brand-case-left h3 {
    color: #fede00;
    font-size: 28px;
    margin-bottom: 12px;
}

.brand-case-desc {
    color: #d9d9d9;
    margin-bottom: 18px;
    line-height: 1.6;
}

.brand-case-list li {
    color: #fff;
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.brand-case-list li i {
    color: #fede00;
}

.brand-case-btn {
    margin-top: 18px;
    display: inline-block;
    padding: 10px 24px;
    background: #fede00;
    color: #000;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.3s;
}

.brand-case-btn:hover {
    background: #c8b400;
}

/* Images */
.brand-case-img {
    width: 350px;
    height: 260px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    filter: brightness(0.92);
    transition: 0.4s;
}

.brand-case-card:hover .brand-case-img {
    transform: scale(1.05);
    filter: brightness(1);
}

/* ===========================
   RESPONSIVE 
=========================== */

@media (max-width: 900px) {
    .brand-case-card {
        flex-direction: column;
        text-align: center;
    }

    .brand-case-card.reverse {
        flex-direction: column;
    }

    .brand-case-img {
        width: 100%;
        height: 240px;
    }

    .brand-case-header p {
        width: 95%;
    }
}

/* =========================end-CASE STUDY SECTION=========================== */


/* =====================start-brand-finalcta========================= */

/* Wrapper */
.brand-finalcta-wrapper {
    position: relative;
    padding: 110px 20px;
    text-align: center;
    color: #000;
    overflow: hidden;

    /* NEW: Yellow-tinted gradient background */
    background: radial-gradient(circle at 30% 20%, #fede00 0%, #f7d000 40%, #b88e00 75%, #000 100%);
}

/* Content */
.brand-finalcta-content {
    max-width: 750px;
    margin: auto;
    position: relative;
    z-index: 5;
}

.brand-finalcta-content h2 {
    font-size: 3.1rem;
    font-weight: 800;
    color: #000;
    text-shadow: 0 0 10px rgba(254, 222, 0, 0.5);
}

.brand-finalcta-content p {
    margin-top: 20px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

.brand-finalcta-btn {
    display: inline-block;
    margin-top: 35px;
    background: #000;
    color: #fede00;
    padding: 14px 38px;
    font-size: 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.brand-finalcta-btn:hover {
    background: #fede00;
    color: #000;
    box-shadow: 0 0 25px rgba(254, 222, 0, 0.8);
}

/* Floating gradient blobs */
.brand-finalcta-blob {
    position: absolute;
    width: 290px;
    height: 290px;
    background: radial-gradient(circle, #fede00, #f7d000, #b88e00);
    opacity: 0.3;
    filter: blur(60px);
    animation: floatBlob 9s infinite ease-in-out;
    border-radius: 50%;
    z-index: 1;
}

.brand-finalcta-blob1 {
    top: -40px;
    left: 10%;
}

.brand-finalcta-blob2 {
    bottom: -30px;
    right: 8%;
    animation-delay: 2.5s;
}

.brand-finalcta-blob3 {
    top: 45%;
    left: 75%;
    animation-delay: 4s;
}

/* Animation */
@keyframes floatBlob {
    0% {
        transform: translateY(0) translateX(0) scale(1);
    }

    50% {
        transform: translateY(-40px) translateX(20px) scale(1.15);
    }

    100% {
        transform: translateY(0) translateX(0) scale(1);
    }
}

/* Responsive */
@media(max-width: 768px) {
    .brand-finalcta-content h2 {
        font-size: 2.4rem;
    }

    .brand-finalcta-content p {
        font-size: 1rem;
    }

    .brand-finalcta-btn {
        padding: 12px 28px;
        font-size: 1rem;
    }
}

@media(max-width: 480px) {
    .brand-finalcta-wrapper {
        padding: 80px 15px;
    }

    .brand-finalcta-content h2 {
        font-size: 1.9rem;
    }
}



/* =====================end-brand-finalcta========================= */
































































































/* ----------------------------faq section-------------------------- */

.faq-container {

    display: flex;
    justify-content: space-between;
    margin: 0 5rem;
}

.faq-main-section {
    padding: 2rem 0 1rem 0;
    background-color: #000;
    /* opacity: 0.8; */

    background-color: #e63946;
    background-image: url("https://www.transparenttextures.com/patterns/fabric-of-squares.png");

}

.faq-main-section h1 {
    text-align: center;
    font-family: "Poppins", sans-serif;

    color: #000000;
    font-size: 60px;
    padding: 1rem 10rem 3rem 10rem;
    font-weight: 900;
}

.faq-sub-section {

    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}

.faq-column1 {
    width: 48%;

}

.faq-column2 {
    width: 48%;
}

.faq-column1 .faq {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    margin-right: 1rem;
}



.faq-column2 .faq {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    margin-left: 1rem;

}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question p {
    font-family: "Poppins", sans-serif;

    font-size: 18px;
    font-weight: 400;
}

.faq-question span {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    font-size: 30px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, padding 0.3s ease-in-out;

}

.faq-answer p {
    font-family: "Poppins", sans-serif;

    font-weight: 300;
    font-size: 16px;
}


.faq.active .faq-answer {
    max-height: 200px;
    opacity: 1;
    /* padding: 10px 15px; */
}

.faq.active .faq-question span {
    transform: rotate(180deg);
}

/* ----------------------------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========================= */