@font-face {
    font-family: myFont1;
    src: url(../fonts/Outfit.ttf);
}

@font-face {
    font-family: futurehead;
    src: url(../fonts/bakerlinecleandemo-g3ebm.ttf);
}

@font-face {
    font-family: myFont2;
    src: url(../fonts/Corben-Regular.ttf);
}

@font-face {
    font-family: myFontPara;
    src: url(../fonts/Besley-VariableFont_wght.ttf);
}

@font-face {
    font-family: myFontHead;
    src: url(../fonts/AlegreyaSans-ExtraBold.ttf);
}


@font-face {
    font-family: myFontnav;
    src: url(../fonts/AbrilFatface-Regular.ttf);
}


@font-face {
    font-family: myFontnav2;
    src: url(../fonts/A\ Note.ttf);
}

@font-face {
    font-family: flexh1span;
    src: url(../fonts/Physical-Realities-Demo-BF6758057020d99.otf);
}

@font-face {
    font-family: flexh1;
    src: url(../fonts/Learning-Through-Demo-BF67765f067ed2b.ttf);
}

@font-face {
    font-family: flexh3;
    src: url(../fonts/CF-Chronicles-Secret-Blur-Demo-BF6777aacf1427c.otf);
}

@font-face {
    font-family: flexh3span;
    src: url(../fonts/Jagrof-Regular-Trial-BF67736f4aa7730.otf);
}

@font-face {
    font-family: codeverse;
    src: url(../fonts/PCMerchisDEMO-Expanded-BF67a48db3781cc.otf);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e63946;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {} */

/* --------------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;
    /* background-image: linear-gradient(45deg,
            hsl(240deg 100% 20%) 13%,
            hsl(281deg 100% 21%) 40%,
            hsl(304deg 100% 23%) 47%,
            hsl(319deg 100% 30%) 49%,
            hsl(329deg 100% 36%) 50%,
            hsl(336deg 100% 41%) 50%,
            hsl(346deg 83% 51%) 50%,
            hsl(3deg 95% 61%) 50%,
            hsl(17deg 100% 59%) 50%,
            hsl(30deg 100% 55%) 51%,
            hsl(40deg 100% 50%) 54%,
            hsl(48deg 100% 50%) 61%,
            hsl(55deg 100% 50%) 94%); */
}

/* .main-banner-section {
    height: 600px;
} */

/* -----------------------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-menu:hover{
    transform: ;
  } */
/* 
.ham-icon-img {

    margin-left: 0.3rem;

} */

.ham-icon-img img {
    width: 50px;
    height: 50px;

}

.ham-icon i {
    color: #e63946;
    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: 180px;
    height: 140px;
    /* width: 250px;
    height: 200px; */
    margin-left: 3rem;
    margin-top: 2rem;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 3rem;
    align-items: center;

}

.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;
}


/* 
.navitems li a:hover {
   
    background-image: url(images/text-bg.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 800;
    letter-spacing: 10px;
    font-size: 80px;
    font-style: italic;
       
} */

@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(../images/text-bg.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: #fff;
    margin: 4rem 1rem;
    padding: 20px;

    width: 100%;
    /* height: 100%;
    width: 1200px; */
    /* Could be more or less, depending on screen size */
    /* max-width: 2500px; */
    /* Limit the max width */
    border-radius: 8px;
    /* Rounded corners */
}

.nav-close-button {
    color: #aaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

.nav-close-button:hover,
.nav-close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.contact-btn {
    display: flex;
    justify-content: center;
}

/* .contact-btn button {
    padding: 0.78rem 1.5rem;
    background: linear-gradient(109.6deg, rgb(255, 219, 47) 11.2%, rgb(244, 253, 0) 100.2%);
    border: none;
    outline: none;
    font-family: myFont1;
    font-size: 18px;
    cursor: pointer;

   
} */

.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;
    /* display: inline-block; */
}

.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", 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==========================  */




/* -------------------------------------all-services------------------------------------------------- */

.all-ser-sec {
    font-family: "Poppins", serif;
    border-top: 3px solid #fede00;
}

/* -------------service-head------------ */

.all-ser-head {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.all-ser-h1 {
    text-align: center;
    font-size: 70px;
    font-weight: 900;
    padding: 1rem 5rem;
    color: #fede00;
    position: relative;
    z-index: 2;
}

.all-ser-desc {
    text-align: center;
    font-size: 20px;
    color: #a7a6a1;
    padding: 0 1rem 2.5rem 1rem;
    position: relative;
    z-index: 2;
}

/* Colorful Animated Blobs (renamed) */
.animated-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 30% 30%, #ff6ec4, #7873f5);
    opacity: 0.3;
    border-radius: 50%;
    animation: floatBlob 10s infinite ease-in-out alternate;
    filter: blur(80px);
    z-index: 0;
}

.animated-blob:nth-child(1) {
    top: -100px;
    left: -100px;
}

.animated-blob:nth-child(2) {
    bottom: -150px;
    right: -120px;
    animation-delay: 4s;
    background: radial-gradient(circle at 30% 30%, #fede00, #ff6ec4);
}

@keyframes floatBlob {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(30px) scale(1.05);
    }
}

.sparkle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fede00;
    border-radius: 50%;
    animation: sparkleMove 6s linear infinite;
    opacity: 0.8;
    z-index: 1;
}

.sparkle:nth-child(3) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.sparkle:nth-child(4) {
    top: 50%;
    left: 85%;
    animation-delay: 2s;
}

.sparkle:nth-child(5) {
    top: 80%;
    left: 25%;
    animation-delay: 4s;
}

.sparkle:nth-child(6) {
    top: 30%;
    left: 70%;
    animation-delay: 1s;
}

.sparkle:nth-child(7) {
    top: 60%;
    left: 15%;
    animation-delay: 3s;
}

@keyframes sparkleMove {
    0% {
        transform: scale(1) translateY(0);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.5) translateY(-10px);
        opacity: 0.4;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 0.8;
    }
}

/* Decorative Shapes */
.ser-shape {
    position: absolute;
    border: 2px solid #fede00;
    opacity: 0.3;
    animation: rotateShape 20s linear infinite;
    z-index: 1;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 40%;
    left: 5%;
}

.square {
    width: 80px;
    height: 80px;
    top: 10%;
    right: 10%;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #fede00;
    opacity: 0.2;
    position: absolute;
    top: 70%;
    left: 80%;
    animation: floatTriangle 10s ease-in-out infinite;
}

@keyframes rotateShape {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatTriangle {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .all-ser-h1 {
        font-size: 40px;
        padding: 1rem 2rem;
        color: #000;
    }

    .animated-blob {
        width: 20px;
        height: 20px;
        /* filter: blur(50px); */
    }

   
}

/* -------------service-head-end----------- */


.all-ser-container {
    display: flex;
    min-height: 100vh;
    border-top: 3px solid #fede00;
}

.all-ser-sidebar {
    width: 300px;
    background-color: #1e1e1e;
    padding: 20px 30px;
    border-right: 2px solid #fede00;
}

.all-ser-sidebar h2 {
    background-color: #fede00;
    color: #000;
    padding: 10px 20px;
    font-size: 24px;
    margin-bottom: 30px;
}

.all-ser-nav {
    list-style: none;
    padding: 0;
}

.all-ser-item {
    padding: 12px 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.all-ser-item:hover,
.all-ser-item.active {
    color: #fede00;
}

.all-ser-content-wrapper {
    flex: 1;
    padding: 40px;
    background: repeating-linear-gradient(45deg,
            #0d0d0d,
            #0d0d0d 40px,
            #1c1c1c 40px,
            #1c1c1c 42px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.all-ser-content-section {
    display: none;
    /* text-align: center; */
}

.all-ser-content-section.active {
    display: block;
}

/* 
.all-ser-content-section img {
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.all-ser-content-section h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.all-ser-content-section p {
    font-size: 16px;
    color: #ccc;
    max-width: 700px;
    margin: 0 auto 20px;
} */

.all-ser-btn {
    background-color: #fede00;
    color: #000;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.all-ser-btn:hover {
    background-color: #fede00;
}


/* ------------------web-design-service------------------------ */

.web-des-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    animation: slideIn 1s ease-out;
}

.web-des-header {
    text-align: center;
    margin-bottom: 40px;
}

.web-des-title {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(90deg, #fede00, #e63946);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.web-des-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: #dddddd;
    max-width: 800px;
    margin: 1px;
}

.web-des-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.web-des-box {
    background: radial-gradient(circle at top left, #2c2c54, #1e1e2f);
    border: 1px solid #fede00;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(254, 222, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.web-des-box:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(254, 222, 0, 0.4);
}

.web-des-icon {
    font-size: 30px;
    color: #fede00;
    margin-bottom: 12px;
    animation: floatIcon 3s ease-in-out infinite;
}

.web-des-content h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #ffffff;
}

.web-des-content p {
    font-size: 15px;
    color: #cccccc;
    line-height: 1.6;
}

.web-des-cta {
    text-align: center;
    margin-top: 50px;
}

.web-des-btn {
    background: linear-gradient(135deg, #fede00, #e63946);
    color: #000000;
    padding: 14px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(254, 222, 0, 0.4);
    display: inline-block;
}

.web-des-btn:hover {
    background: #ffffff;
    color: #e63946;
    transform: scale(1.05);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


/* ------------------web-design-service-end----------------------- */

/* ------------------branding-service------------------------ */

.brand-wrapper {
    padding: 40px 30px;
    background-color: #2d2d2d5f;
    border-left: 6px solid #fede00;
    font-family: "Poppins", serif;
    color: #000000;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.brand-title {
    font-size: 30px;
    font-weight: 800;
    color: #e63946;
    text-align: center;
    margin-bottom: 20px;
}

.brand-subtitle {
    font-size: 17px;
    color: #b3b1b1;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.brand-services-flow {
    position: relative;
    margin-left: 25px;
    border-left: 3px dashed #fede00;
    padding-left: 25px;
}

.brand-service-line {
    margin-bottom: 30px;
    position: relative;
}

.brand-dot {
    position: absolute;
    left: -33px;
    top: 6px;
    width: 14px;
    height: 14px;
    background-color: #e63946;
    border: 3px solid #fede00;
    border-radius: 50%;
}

.brand-text-block h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fede00;
}

.brand-text-block p {
    font-size: 15px;
    line-height: 1.6;
    color: #b4b4b4;
    margin: 0;
}

.brand-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

.brand-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #e63946;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.brand-btn:hover {
    background: #000000;
}

@media (max-width: 600px) {
    .brand-title {
        font-size: 24px;
    }

    .brand-subtitle {
        font-size: 15px;
    }

    .brand-services-flow {
        margin-left: 15px;
        padding-left: 20px;
    }
}

/* ------------------branding-service-end----------------------- */

/* ------------------ecom-service------------------------ */

.ecom-wrapper {
    display: flex;
    align-items: stretch;
    gap: 40px;
    padding: 40px;
    /* background-color: #ffffff; */
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: "Poppins", serif;
    flex-wrap: wrap;
}

.ecom-image-side {
    flex: 1 1 45%;
}

.ecom-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #fede00;
}

.ecom-content-side {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ecom-title {
    font-size: 28px;
    font-weight: 800;
    color: #e63946;
    margin-bottom: 16px;
}

.ecom-subtitle {
    font-size: 17px;
    color: #b3b1b1;
    line-height: 1.6;
    margin-bottom: 24px;
}

.ecom-service-boxes {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    gap: 12px;
    margin-bottom: 28px;
}

.ecom-service {
    background-color: #fede00;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.ecom-service:hover {
    background-color: #e63946;
    color: #ffffff;
}

.ecom-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #e63946;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.ecom-btn:hover {
    background: #000000;
}

@media (max-width: 768px) {
    .ecom-wrapper {
        flex-direction: column;
    }

    .ecom-image-side,
    .ecom-content-side {
        flex: 1 1 100%;
    }
}


/* ------------------ecom-service-end----------------------- */

/* -------------------------seo----------------------- */

.seo-wrapper {
    background: linear-gradient(135deg, #fede00 60%, #ffffff 40%);
    border-radius: 12px;
    padding: 60px 40px;
    font-family: "Poppins", serif;
    position: relative;
    overflow: hidden;
    color: #000000;
    max-width: 1000px;
    margin: 0 auto;
}

.seo-wrapper .seo-top-tag {
    position: absolute;
    top: 35px;
    right: -50px;
    background-color: #e63946;
    color: #ffffff;
    padding: 8px 60px;
    transform: rotate(45deg);
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.seo-wrapper .seo-heading {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 18px;
    color: #e63946;
    z-index: 1;
}

.seo-wrapper .seo-subheading {
    font-size: 17px;
    margin-bottom: 28px;
    line-height: 1.6;
    max-width: 800px;
    z-index: 1;
    color: #000;
}

.seo-service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 30px;
}

.seo-item {
    background-color: #000000;
    color: #fede00;
    border-left: 4px solid #e63946;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.seo-item:hover {
    transform: translateX(5px);
}

.seo-btn {
    display: inline-block;
    padding: 12px 26px;
    background-color: #e63946;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.seo-btn:hover {
    background-color: #000000;
}

@media (max-width: 600px) {
    .seo-wrapper {
        padding: 40px 20px;
        background: linear-gradient(135deg, #fede00 100%, #ffffff 0%);
    }

    .seo-top-tag {
        display: none;
    }
}

/* -------------------------seo-end---------------------- */


/* -------------------------social----------------------- */

.social-post-wrapper {
    max-width: 500px;
    margin: 40px auto;
    font-family: "Poppins", sans-serif;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #ddd;
}

.social-header {
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 12px;
}

.social-header img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.social-user-info {
    display: flex;
    flex-direction: column;
}

.social-user-name {
    font-weight: 600;
    font-size: 15px;
}

.social-time {
    font-size: 12px;
    color: #888;
}

.social-post-wrapper .social-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.social-caption {
    padding: 15px;
}

.social-caption h3 {
    font-size: 18px;
    color: #e63946;
    margin-bottom: 10px;
}

.social-caption p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.social-tags {
    color: #1877f2;
    font-weight: 500;
}

.social-actions {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px 15px;
    font-size: 20px;
    color: #555;
}

.social-actions i {
    cursor: pointer;
    transition: color 0.3s ease;
}

.social-actions i:hover {
    color: #e63946;
}

.social-footer {
    padding: 0 15px 15px;
    font-size: 13px;
    color: #777;
}

.social-btn {
    display: block;
    text-align: center;
    background: #1877f2;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    text-decoration: none;
    border-top: 1px solid #ddd;
}

.social-btn:hover {
    background: #145ccf;
}

/* -------------------------social-end---------------------- */


/* -------------------------maintain----------------------- */


.maintain-support-box {
    max-width: 700px;
    margin: 50px auto;
    background: #0000008d;
    border: 2px solid #fff;
    /* border-radius: 20px; */
    font-family: "Poppins", sans-serif;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 25px;
    position: relative;
}

/* .maintain-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
} */

.maintain-header img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    /* border: 2px solid #e63946; */
}

.maintain-header h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.maintain-intro {
    font-size: 17px;
    color: #9b9b9b;
    text-align: center;
    margin-bottom: 25px;
}

.maintain-chat-window {
    background: #fede00;
    padding: 20px;
    border: 1px solid #d9ecfb;
    max-height: 340px;
    overflow-y: auto;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.03);
}

.maintain-chat-bubble {
    margin-bottom: 15px;
    padding: 12px 16px;
    background: #000;
    border-radius: 10px;
    position: relative;
    font-size: 15px;
    color: #fff;
    max-width: 90%;
}

.maintain-chat-bubble::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #000;
}

.maintain-chat-bubble:nth-child(even) {
    background: #4040408f;
    align-self: flex-end;
}

.maintain-chat-bubble:nth-child(even)::after {
    left: auto;
    right: -8px;
    border-right: none;
    border-left: 10px solid #4040408f;
}

.maintain-btn {
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 12px 20px;
    background: #e63946;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.maintain-btn:hover {
    background: #000;
    border: 1px solid #fff;
}


/* -------------------------maintain-end---------------------- */


/* -------------------------campaigning----------------------- */

.camp-board-wrapper {
    max-width: 1100px;
    margin: 50px auto;
    background-color: #0b0c10;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    position: relative;
}

.camp-board-header {
    background: linear-gradient(135deg, #e63946, #fede00);
    padding: 30px;
    text-align: center;
}

.camp-board-header h3 {
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
}

.camp-live-feed {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 30px;
    gap: 25px;
    justify-content: center;
    background-color: #1f1f1f;
}

.camp-live-card {
    background-color: #2c2c2e;
    border-radius: 14px;
    padding: 20px;
    width: 260px;
    min-height: 230px;
    position: relative;
    transition: transform 0.3s ease;
    border-top: 4px solid #e63946;
}

.camp-live-card:hover {
    transform: translateY(-10px);
}

.camp-live-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #fede00;
}

.camp-live-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

.camp-spotlight {
    background: linear-gradient(to right, #e63946, #fede00);
    text-align: center;
    padding: 25px 20px;
}

.camp-spotlight h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.camp-spotlight a {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.camp-spotlight a:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 768px) {
    .camp-live-card {
        width: 100%;
    }

    .camp-board-header h3 {
        font-size: 26px;
    }

    .camp-board-header h3 {
        font-size: 36px;
        margin: 0;
        font-weight: 700;
        color: #ffffff;
    }
}

/* -------------------------campaigning-end---------------------- */




@media (max-width: 768px) {
    .all-ser-container {
        flex-direction: column;
    }

    .all-ser-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #fede00;
    }

    .all-ser-content-wrapper {
        padding: 20px;
    }
}



/* -------------------------------------all-services-end------------------------------------------------ */




/* ----------------------------------overview---------------------------------  */


.ser-over-wrapper {
    background-color: #000;
    padding: 80px 20px;
    font-family: "Poppins", serif;
}

.ser-over-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
}

.ser-over-content {
    flex: 1 1 55%;
}

.ser-over-title {
    font-size: 25px;
    color: #e63946;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ser-over-tagline {
    font-size: 36px;
    font-weight: 900;
    color: #fede00;
    margin-bottom: 20px;
}

.ser-over-description {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 25px;
}

.ser-over-features {
    list-style: none;
    padding: 0;
}

.ser-over-features li {
    font-size: 16px;
    margin-bottom: 12px;
    color: #fede00;
    display: flex;
    align-items: center;
}

.ser-over-features li span {
    color: #e63946;
    margin-right: 10px;
    font-size: 18px;
}

.ser-over-image-area {
    flex: 1 1 40%;
    position: relative;
}

.ser-over-shape-circle {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fede00, #e63946);
    border-radius: 50%;
    z-index: 1;
    animation: float 4s ease-in-out infinite;
}

.ser-over-shape-circle2 {
    position: absolute;
    top: 280px;
    left: 440px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, #fede00, #e63946);
    border-radius: 50%;
    z-index: 1;
    animation: float 4s ease-in-out infinite;
}

.ser-over-image-bg {
    position: relative;
    z-index: 2;
    /* background: #ffffff; */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgb(100, 100, 100);
}

.ser-over-img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* Animation for floating shape */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ----------------------------------overview-end---------------------------------  */



/* ===========================start of :: consult ================================== */

.consult-lounge-section {
    background-color: #fede00;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 90px 20px;
}

.consult-lounge-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.consult-lounge-text {
    flex: 1;
    min-width: 300px;
}

.consult-lounge-text h1 {
    font-size: 45px;
    color: #000;
    font-weight: 900;
    /* margin-bottom: 20px;
    line-height: 1.3; */
}

.consult-lounge-text p {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 30px;
}

.consult-lounge-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.consult-lounge-point {
    background-color: #111;
    border-left: 4px solid #e63946;
    padding: 20px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.consult-lounge-point:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.2);
}

.consult-lounge-point h4 {
    font-size: 18px;
    color: #fede00;
    margin-bottom: 8px;
}

.consult-lounge-point p {
    font-size: 14px;
    color: #ddd;
}

.consult-lounge-cta {
    margin-top: 40px;
}

.consult-lounge-cta a {
    background: #e63946;
    color: #fff;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 10px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.consult-lounge-cta a:hover {
    background: #fff;
    color: #000;
}

.consult-lounge-visual {
    /* flex: 1;
    min-width: 300px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-lounge-visual img {
    width: 450px;
    /* max-width: 500px; */
    height: 600px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(254, 222, 0, 0.2);
}



/* ===========================end of :: consult ================================== */



/* ==============================start of :: custom-sotlution======================== */
/* Updated general styling */


.cstm-sln-chess-wrapper {
    padding: 80px 20px;
    position: relative;
    z-index: 1;
    font-family: "Poppins", serif;
    background-color: #fff;
}

.cstm-sln-chess-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.cstm-sln-chess-heading h1 {
    font-size: 70px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.cstm-sln-strategy {
    color: #fede00;
    -webkit-text-stroke: 3px #000;
}

.cstm-sln-cover-grid {
    display: flex;
    justify-content: center;
}

.cstm-sln-chess-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 4px solid #000;
    max-width: 1000px;
    position: relative;
    z-index: 2;
}

.cstm-sln-chess-block {
    padding: 40px 25px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
}

.cstm-sln-chess-grid .cstm-sln-chess-block:nth-child(even) {
    background: #fede00;
    color: #000;
}

.cstm-sln-chess-grid .cstm-sln-chess-block:nth-child(odd) {
    background: #000;
    color: #fff;
}

.cstm-sln-chess-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.cstm-sln-chess-block p {
    font-size: 14px;
    line-height: 1.5;
}

.cstm-sln-chess-grid .cstm-sln-chess-block:hover {
    background: #e63946;
    color: #fff;
    cursor: pointer;
}

.cstm-sln-chess-cta {
    text-align: center;
    margin-top: 60px;
}

.cstm-sln-chess-cta a {
    background: #000;
    color: #fff;
    padding: 14px 34px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.cstm-sln-chess-cta a:hover {
    background: #fede00;
    color: #000;
}

.cstm-sln-decor {
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.decor-circle {
    width: 100px;
    height: 100px;
    background: #fede00;
    border-radius: 50%;
    top: 20px;
    left: 30px;
}

.decor-triangle {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 100px solid #e63946;
    top: 200px;
    right: 50px;
    transform: rotate(20deg);
}

.decor-blob {
    width: 100px;
    height: 80px;
    background: #5f0f40;
    border-radius: 50% 40% 60% 50%;
    bottom: 60px;
    left: 20%;
}

.decor-square {
    width: 80px;
    height: 80px;
    background: #00b4d8;
    bottom: 100px;
    right: 10%;
    transform: rotate(45deg);
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* Existing floating animation */
@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(3deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* Additional floating animation with delay */
@keyframes float2 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Alternative blob shape */
.decor-blob-alt {
    width: 100px;
    height: 70px;
    background: #f15bb5;
    border-radius: 45% 55% 40% 60%;
    top: 400px;
    left: 5%;
    opacity: 0.25;
    animation: float2 5s ease-in-out infinite;
}

/* Outlined circle */
.decor-circle-outline {
    width: 100px;
    height: 100px;
    border: 4px dashed #00f5d4;
    border-radius: 50%;
    top: 80px;
    right: 15%;
    animation: float2 6s ease-in-out infinite;
}

/* Diagonal animated line */
.decor-line {
    width: 4px;
    height: 120px;
    background: #7209b7;
    top: 320px;
    left: 60%;
    transform: rotate(-45deg);
    animation: float 7s ease-in-out infinite;
}

/* Dotted background element */
.decor-dots {
    width: 150px;
    height: 150px;
    background-image: radial-gradient(#000 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: 0.1;
    bottom: 30px;
    left: 5%;
    animation: float2 8s ease-in-out infinite;
}


/* ==============================end of :: custom-sotlution======================== */



/* ==============================start of :: indus-we-serve============================ */

.indus-we-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
    /* background: #f8fcff; */
    font-family: "Poppins", serif;
    padding: 3rem 0;
}

.indus-we-left {
    flex: 1;
    min-width: 300px;
}

.indus-we-left h1 {
    font-size: 46px;
    font-weight: 900;
    margin: 0 0 20px;
    color: #fede00;
}

.indus-we-left p {
    font-size: 16px;
    color: #fedefe;
    line-height: 1.5;
    max-width: 400px;
}

.indus-we-left button {
    margin-top: 30px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    background-color: #fede00;
    color: #000;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.indus-we-left button:hover {
    background-color: #e63946;
}

.indus-we-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    min-width: 300px;
}

.indus-we-box {
    background-color: #fede00;
    border: 2px solid #111;
    border-radius: 16px;
    padding: 10px 20px 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 6px 6px 0px #fff;

}

.indus-we-box:hover {
    transform: translateY(-5px);

}

.indus-we-icon {
    font-size: 28px;
    margin-bottom: 12px;
    background-color: #111;
    margin: 0 6rem;
    border-radius: 50%;
}

.indus-we-title {
    font-size: 25px;
    font-weight: 800;
}

.indus-we-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #404040;

}




/* ==============================end of :: indus-we-serve============================ */



/* ==============================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", 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", 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============================ */












































































































/* ----------------------------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", 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", 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", 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", 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", 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", 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: 55%;
    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========================= */