* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;


}



html {
    scroll-behavior: smooth;
}


.z:target {
    font-style: italic;
    font-weight: 900;
    color: black;

}

/* .z{
            text-decoration-color: #fff;
        } */
.z:target {
    display: block;

}

/* Button Style */
#topBtn {
    position: fixed;
    bottom: 65px;
    right: 30px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px 18px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 15px rgba(0, 114, 255, 0.6);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Hover Effect */
#topBtn:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 0 25px rgba(0, 198, 255, 0.9);
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 198, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 198, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 198, 255, 0);
    }
}

#topBtn {
    animation: pulse 2s infinite;
}





#container1 {
    width: 100%;
    background: #111;
    padding: 15px 20px;
}

/* Inner wrapper */
#num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    gap: 15px;
}


#con1, #con2, #con3 {
    display: flex;
    align-items: center;
    gap: 10px;
}


#Home {
    color: #fff;
    font-size: 14px;
}

#con22, #con44 {
    color: #fff;
    font-size: 14px;
}


#con11 , #con33  {
    color: #00c3ff;
    font-size: 16px;
}


@media (max-width: 768px) {

    #num {
        flex-direction: column;
        align-items: flex-start;
    }

    #con1, #con2, #con3 {
        width: 100%;
    }

    #con2, #con3 {
        justify-content: flex-start;
    }
}

#list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: azure;
}


#logo1 {
    width: 200px;
    height: auto;
}

/* Menu container */
#list2 {
    display: flex;
    gap: 25px;
}




.t2 a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 500;
}


@media (max-width: 768px) {

    #list {
        flex-direction: column;
        align-items: flex-start;
    }

    #list1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #list2 {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .t2 {
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .t2 a {
        display: block;
        width: 100%;
        font-size: 18px;
    }
}

#main {
    width: 100%;
    height: auto;
    border: 1px solid black;
    background-color: black;
    display: flex;
    justify-content: end;
    align-items: center;
    /* gap: 300px; */
    /* background-color:darkblue; */



    #main1 {
        width: 100%;
        height: auto;
        border: 1px solid black;

        #santh1 {
            width: 100%;
            height: 600px;
            border: 1px solid black;

        }
    }

   #main2 {
    position: fixed;
    right: 20px;        
    top: 50%;           
    transform: translateY(-50%);
    
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}


.insta {
    font-size: 28px;
    padding: 12px;
    border-radius: 20%;
    /* background-color: #fff; */
    box-shadow: 0 4px 0px rgba(0,0,0,0.2);
    transition: 0.3s;
}


#face {
    color: #E1306C;
}


#book {
    color: #1877F2;
}


.insta:hover {
    transform: scale(1.2);
}


@media (max-width: 768px) {

    #main2 {
        right: 10px;
        gap: 15px;
    }

    .insta {
        font-size: 24px;
        padding: 10px;
    }
}


}

#gap {
    width: 100%;
    height: 70px;
    /* border: 1px solid black; */
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 18px;
    font-weight: 800;
    font-style: oblique;
}


#about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 20px;
    flex-wrap: wrap;
   background: azure;
}

/* Left content */
#about1 {
    flex: 1;
    min-width: 300px;
}

/* Heading */
#about11 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Paragraph */
#about12 {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

/* Right image */
#about2 {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

/* Image styling */
#seo {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 12px;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
    #about {
        flex-direction: column;
        text-align: center;
    }

    #about11 {
        font-size: 26px;
    }

    #about12 {
        font-size: 15px;
    }

    #seo {
        max-width: 100%;
        margin-top: 20px;
    }
}

#core {
    width: 100%;
    height: 70px;
    /* border: 1px solid black; */
    background-color: azure;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    font-style: oblique;


}

#skill {
    width: 100%;
    padding: 20px;
    background-color: azure;
}


#skill1, #skill2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}


#skill1 div,
#skill2 div {
    flex: 1;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}


#skill1 div:hover,
#skill2 div:hover {
    transform: translateY(-5px);
}


.cmt, .flex {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}


#skill1 div,
#skill2 div {
    font-weight: bold;
}


#skill p {
    font-size: 14px;
    margin-top: 8px;
    color: #555;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
    #skill1, #skill2 {
        flex-direction: column;
    }

    #skill1 div,
    #skill2 div {
        width: 100%;
    }
}
   

#whats {
    width: 100%;
    height: 180px;
    /* border: 1px solid black; */
    background-color: #0b1120;

    #whats1 {
        width: 100%;
        height: 140px;
        /* border: 1px solid black; */
        text-align: center;
        color: #fff;

        .grow1 {
            font-style: italic;
            font-size: 32px;
            font-weight: 900;
        }

        .grow {
            font-style: italic;
            font-size: 20px;
            font-weight: 900;

        }


    }

    #whats2 {
        /* width: 100px;
        height: 80px;
        border: 1px solid black; */

        .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            padding: 12px 18px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .whatsapp-btn:hover {
            background-color: #1ebe5d;
        }


    }
}

#service {
    width: 100%;
    height: 80px;
    /* border: 1px solid black; */
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: end;
    font-size: 28px;
    font-weight: 800;
    font-style: oblique;


}


#digital {
    width: 100%;
    padding: 40px 20px;
    background-color: azure;
}


#digital1, #digital2, #digital3, 
#digital4, #digital5, #digital6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px; 
    flex-wrap: wrap;
}

/* Image + text equal width */
#digital1 div, #digital2 div, #digital3 div,
#digital4 div, #digital5 div, #digital6 div {
    flex: 1;
    min-width: 280px;
}

/* Image styling */
.cont {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

/* Heading */
.h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

/* Paragraph */
.pr {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* 🔥 Zig-zag layout (alternate) */
#digital2, #digital4, #digital6 {
    flex-direction: row-reverse;
}

/* 📱 Mobile Fix */
@media (max-width: 768px) {
    #digital1, #digital2, #digital3,
    #digital4, #digital5, #digital6 {
        flex-direction: column;
        text-align: center;
    }

    .cont {
        height: 200px;
    }

    .h2 {
        font-size: 20px;
    }

    .pr {
        font-size: 14px;
    }
}

#toolsmeta {
    width: 100%;
    height: auto;
    border: 1px solid black;
    background: #0f172a;

}

#tools {
    width: 100%;
    height: 100px;
    border: 1px solid black;
    background-color: azure;
    display: flex;
    justify-content: center;
    align-items: center;

    .tools001 {
        font-size: 30px;
        font-style: italic;
    }


}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    /* background: #0f172a; */
}

.tools-section {
    text-align: center;
    padding: 60px 20px;
    color: #fff;
}

.tools-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.tools-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

/* Card Style */
.tool-card {
    width: 140px;
    height: 160px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    transition: 0.4s ease;
    animation: float 4s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Hover Effect */
.tool-card:hover {
    transform: scale(1.1) translateY(-10px);
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.6);
}

/* Icon */
.tool-card img {
    width: 60px;
    margin-bottom: 10px;
}

/* Text */
.tool-card p {
    font-size: 14px;
    font-weight: 500;
}

/* Delay Animation for Each Card */
.tool-card:nth-child(1) {
    animation-delay: 0s;
}

.tool-card:nth-child(2) {
    animation-delay: 0.5s;
}

.tool-card:nth-child(3) {
    animation-delay: 1s;
}

.tool-card:nth-child(4) {
    animation-delay: 1.5s;
}

.tool-card:nth-child(5) {
    animation-delay: 2s;
}

.tool-card:nth-child(6) {
    animation-delay: 2.5s;
}

#faqques {
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    background-color: azure;
}

#faq {
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background-color: azure;


    #faq1 {
        width: 850px;
        height: 500px;
        /* border: 1px solid black; */

        body {
            font-family: 'Segoe UI', sans-serif;
            background: #0b1120;
            color: #fff;
            margin: 0;
        }

        /* Section */
        .faq-section {
            max-width: 800px;
            margin: 60px auto;
            padding: 20px;
        }

        /* Title */
        .faq-section h2 {
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 30px;
            background: linear-gradient(90deg, #00c6ff, #0072ff);
            -webkit-background-clip: text;
            color: transparent;
        }

        /* FAQ Container */
        .faq details {
            background: #111827;
            margin-bottom: 15px;
            border-radius: 10px;
            padding: 15px;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 114, 255, 0.2);
        }

        /* Hover effect */
        .faq details:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 114, 255, 0.2);
        }

        /* Question */
        .faq summary {
            font-weight: 600;
            cursor: pointer;
            list-style: none;
            position: relative;
            padding-right: 25px;
        }

        /* Remove default arrow */
        .faq summary::-webkit-details-marker {
            display: none;
        }

        /* Custom icon */
        .faq summary::after {
            content: "+";
            position: absolute;
            right: 0;
            font-size: 20px;
            transition: 0.3s;
        }

        /* Rotate icon when open */
        .faq details[open] summary::after {
            transform: rotate(45deg);
        }

        /* Answer */
        .faq p {
            margin-top: 10px;
            line-height: 1.6;
            color: #cbd5e1;
        }
    }

    #faq2 {
        width: 600px;
        height: 500px;
        /* border: 1px solid black; */
        display: flex;
        justify-content: start;
        align-items: center;

        #faq22 {
            width: 400px;
            height: 500px;
            /* border: 1px solid black; */

            .faqfaq {
                width: 100%;
                height: 450px;
            }

        }
    }


}

#footer {
    width: 100%;
    height: auto;
    /* border: 1px solid  black; */

    .footer {
        background: #020617;
        padding: 50px 20px;
        color: #fff;
    }

    .footer-container {
        max-width: 1100px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
    }

    /* Left Text */
    .footer-info {
        flex: 1;
    }

    .footer-info h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        background: linear-gradient(90deg, #25D366, #00c6ff);
        -webkit-background-clip: text;
        color: transparent;
    }

    .footer-info p {
        color: #cbd5e1;
    }

    /* Form */
    .footer-form {
        flex: 1;
    }

    .footer-form form {
        display: flex;
        flex-direction: column;
    }

    .footer-form input,
    .footer-form textarea {
        margin-bottom: 10px;
        padding: 12px;
        border: none;
        border-radius: 8px;
        outline: none;
        background: #0f172a;
        color: #fff;
    }

    .footer-form textarea {
        resize: none;
        height: 100px;
    }

    /* Button */
    .footer-form button {
        padding: 12px;
        border: none;
        border-radius: 8px;
        background: #25D366;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }

    .footer-form button:hover {
        background: #1ebe5d;
        transform: scale(1.05);
    }

    /* Bottom */
    .footer p {
        text-align: center;
        margin-top: 30px;
        color: #94a3b8;
    }

    /* Responsive */
    @media(max-width: 768px) {
        .footer-container {
            flex-direction: column;
        }
    }


}
.profile-card {
  background: #ffffff;
  padding: 20px;
  max-width: 350px;
  margin: 20px auto;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.profile-card h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.profile-card p {
  font-size: 14px;
  margin: 5px 0;
  color: #555;
}

.social-links {
  margin-top: 10px;
}

.social-links a {
  text-decoration: none;
  margin: 5px;
  padding: 8px 12px;
  background: #007bff;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
}

.social-links a:hover {
  background: #0056b3;
}