* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.header {
    width: 100%;
    height: 100px;
    background-color: #223b63;
    padding: 15px;
    padding-left: 100px;
    padding-right: 100px;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.active button {
    background-color: yellow;
    border: none;
    padding: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.active button a:hover {
    color: white;
}

@media (max-width: 768px) {
    .nav ul {
        display: none;
    }

    .container {
        flex-direction: row;
        gap: 20px;
    }

    .header {
        height: auto;
        padding: 20px;
    }

    .menu-toggle {
        display: block;
    }
}

.hero {
    background-image: url("/IMAGE/YouTube\ Banner\ -\ Elevate\ Your\ Skills\ with\ Our\ Training-7.png");
    object-fit: cover;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.container-2 {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    background-color: rgba(66, 60, 60, 0.5);
}

.text-box {
    max-width: 1100px;
    font-size: 40px;
    line-height: 1.2;
    color: white;

}

.text-box-2 {
    max-width: 1100px;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.text-box-3 a {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, #031728);
    color: white;
    margin-left: 10px;
    text-decoration: none;
}

.text-box-3 .text-box-3-under {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, 031728);
    color: white;

}

@media (max-width: 768px) {
    .container-2 {
        height: auto;
        padding: 20px;
    }

    .text-box {
        font-size: 30px;
    }

    .text-box-2 {
        font-size: 20px;
    }

}

@media (max-width: 580px) {
    .text-box {
        font-size: 24px;
    }

    .text-box-2 {
        font-size: 18px;
    }

    .text-box-3 a,
    .text-box-3 .text-box-3-under {
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
        text-decoration: none;
    }
}

.about-container {

    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 100px;

    gap: 2rem;
    align-items: center;
}

.about-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #223b63;
   text-align:center;
}
.about-text p ul li{
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
}
.about-text p {
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #222;
}


.cta-btn {
    width: 220px;
    display: inline-block;
    background: linear-gradient(to right, yellow, aqua);
    color: #ffffff;
    font-weight: bold;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s ease;

}

.cta-btn:hover {
    background: linear-gradient(to right, aqua, orange);
}

.about-image img {
    width: 800px;
    border-radius: 12px;
    display: block;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .about-container {
        grid-template-columns: 1fr;
        padding: 20px;
        text-align: center;
    }

    .about-image img {
        width: 100%;
        height: auto;
    }

    .cta-btn {
        width: 100%;
        font-size: 1.2rem;
    }
}




.funding-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 100px;
}

.funding-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
padding-left: 50px;
}

.funding-text {
    

}

.funding-text h2 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #223B63;
}

.funding-text p {
    font-size: 20px;
    color: #555;
    margin: 5px 0;
    max-width: 600px;
}

.funding-text h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #223B63;
}

.funding-text ul li {
    font-size: 18px;
    color: #555;
    margin: 5px 0;
    list-style-type: disc;
    margin-left: 20px;
}

.cta-button-1 {
    display: inline-block;
    margin: 15px 0;
    padding: 12px 20px;
    background: linear-gradient(to right, yellow, aqua);
    color: white;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-button-1:hover {
    background: linear-gradient(to right, aqua, orange);
}

.funding-logos {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.funding-logos img {
    width: 90%;
    height: auto;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .funding-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
    .funding-container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .funding-logos {
        display: flex;
        flex-direction: column;
        
       
    }
    .funding-logos img {
    width: 315px;
    height: auto;
    border-radius: 15px;
}
}


.steps-section {
    background: #ffd700;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.steps-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    position: relative;
    flex-wrap: wrap;
}


.steps-container::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background: black;
    width: 80%;
    z-index: 0;
}

.step {
    position: relative;
    background: transparent;
    z-index: 1;
    width: 180px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid white;
}

.step h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.step p {
    font-size: 14px;
    margin: 10px 0 0;
    color: #333;
}

/* Right CTA Section */
.cta-section {
    margin-top: 40px;
}

.cta-section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cta-button {
    display: inline-block;
    padding: 12px 20px;
    background: black;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #333;
}


@media (max-width: 768px) {
    .steps-container::before {
        display: none;
        /* Hide connecting line on mobile */
    }

    .steps-container {
        flex-direction: column;
        gap: 30px;
    }
}



.footer {
    background: #223b63;
    color: #ccc;
    padding: 40px 60px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin: 8px 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffd700;
}

/* Contact Info Icons */
.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    font-size: 14px;
}

.contact-item i {
    color: #ffd700;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffd700;
    color: black;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.1);
    background: #ffcd00;
}


.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #aaa;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.hero-1 {
    background-image: url("/IMAGE/SRN_8797.JPG");
    object-fit: cover;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.container-2-1 {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    background-color: rgba(66, 60, 60, 0.5);
}

.text-box-1 {
    max-width: 1100px;
    font-size: 40px;
    line-height: 1.2;
    color: white;
    margin-bottom: 20px;
}

.text-box-2-1 {
    max-width: 1100px;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.text-box-3-1 a {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, #031728);
    color: white;
    margin-left: 10px;
    text-decoration: none;
    margin-top: 20px;
}

.text-box-3-1 .text-box-3-under-1 {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, 031728);
    color: white;
}

@media (max-width: 768px) {
    .container-2-1 {
        height: auto;
        padding: 20px;
    }

    .text-box-1 {
        font-size: 30px;
    }

    .text-box-2-1 {
        font-size: 20px;
    }

}

@media (max-width: 580px) {
    .text-box-1 {
        font-size: 24px;
    }

    .text-box-2-1 {
        font-size: 18px;
    }

    .text-box-3-1 a,
    .text-box-3-1 .text-box-3-under-1 {
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
        text-decoration: none;
    }
}


.container-090 {
    display: flex;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    width: 100%;

    padding: 50px;
    display: flex;
}

.contact-form {
    flex: 1;
    background: #f1f6ff;
    padding: 40px;
}

.contact-form h2 {
    background: #e6f0ff;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    color: #0056ff;
    font-size: 1rem;
    margin-bottom: 20px;
}

.contact-form p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-form {
    padding: 10px;
    border-radius: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-form button {
    width: 100%;
    background: #0066ff;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.contact-form button:hover {
    background: #004ad9;
}

.map {
    flex: 1;
    padding: 20px;

}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .container-090 {
        flex-direction: column;
    }

    iframe {
        height: 300px;
    }
}
.test{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.testimonial-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      text-align: center;
      padding: 60px 20px 20px;
        max-width: 1300px;
        
    }

    .testimonial-section h2 {
      font-size: 38px;
      font-weight: 600;
      margin-bottom: 130px;
      text-align: center;
    }

    .testimonials {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      width: 260px;
      text-align: center;
      box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
      position: relative;
      transition: transform 0.3s ease;
      margin-bottom: 40px;
    }

    .testimonial-card:hover {
      transform: translateY(-8px);
    }

    .testimonial-card img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      margin-top: -60px;
      border: 5px solid #fff;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    }

    .testimonial-card h3 {
      margin: 15px 0 5px;
      font-size: 18px;
      font-weight: 600;
    }

    .testimonial-card p.role {
      font-size: 14px;
      color: #888;
      margin-bottom: 15px;
    }

    .testimonial-card p.review {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
      line-height: 1.5;
    }

    .stars {
      font-size: 28px;
      color: #d8bc7a;
    }

    /* Responsive */
    @media(max-width: 1024px) {
         .testimonial-section{
 margin-bottom: 120px;
         }
      .testimonials {
        gap: 15px;
       
      }
      .testimonial-card {
        width: 45%;
      }
    }

    @media(max-width: 768px) {
      .testimonial-card {
        width: 100%;
      }
    }

.verfieid{
     display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
    width: 160px;
    background: black;
    border-radius: 50px;
    text-align: center;
    padding: 0px 10px 0px 10px ;
}
.verfieid-00{
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   color: #d8bc7a;
 
}
.verfieid-00 h3{
    font-size: 18px;
    color: #d8bc7a;
}
@media(max-width: 768px) {
  .verfieid{
     display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
    width: 150px;
    background: black;
    border-radius: 50px;
    text-align: center;
}
.verfieid-00{
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   color: #d8bc7a;
 
}
.verfieid-00 h3{
    font-size: 15px;
    color: #d8bc7a;
}

    }

.header-packages {
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: center;
}

.packages {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px;
    flex-wrap: wrap;
}

.package {
    background: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.package img {
    width: 120px;
    margin-bottom: 15px;
}

.package h2 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
}

.package p {
    margin: 6px 0;
    font-size: 14px;
}
.button-container{
    text-align: center;
    margin-top: 20px;

}
.price {
    font-size: 28px;
    font-weight: bold;
    color: #ff6600;
    margin: 15px 0 5px;
}

.sub-price {
    font-size: 14px;
    color: #333;
}

.save {
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
    margin: 10px 0;
}

.buy-btn {
    display: inline-block;
    background: #ff9900;
    color: white;
    padding: 15px 40px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 18px;
}

.buy-btn:hover {
    background: #ff7700;
}

.tag {
    background: #eee;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.best {
    background: #ffcc66;
}

.popular {
    background: #ccc;
}

.article-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 38px;
    color: #223b63;
}

.article-line {
    width: 60%;
    height: 3px;
    background: #223b63;
    margin: 10px auto 0 auto;
}

.article-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.article-image img {
    width: 80%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
}

.article-content-2 {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.article-1 {
    text-align: right;
    margin-bottom: 20px;
    padding: 40px;

}
@media(max-width: 768px) {


.article-line {
    width: 60%;
    height: 3px;
    background: #223b63;
    margin: 10px auto 0 auto;
}

.article-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.article-image img {
    width: 80%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
}

.article-content-2 {
    max-width: 900px; 
     margin: 0 auto 40px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.article-1 {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 60px;

}
    }

.hero-09 {
    background-image: url("/IMAGE/DSC_0685.JPG");
    object-fit: cover;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.container-2-09 {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    background-color: rgba(66, 60, 60, 0.5);
}

.text-box-09 {
    max-width: 1100px;
    font-size: 40px;
    line-height: 1.2;
    color: white;

}

.text-box-2-09 {
    max-width: 1100px;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.text-box-3-09 a {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, #031728);
    color: white;
    margin-left: 10px;
    text-decoration: none;
}

.text-box-3-09 .text-box-3-under-09 {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, 031728);
    color: white;

}

@media (max-width: 768px) {
    .container-2-09 {
        height: auto;
        padding: 20px;
    }

    .text-box-09 {
        font-size: 30px;
    }

    .text-box-2-09 {
        font-size: 20px;
    }

}

.hero-30 {
    background-image: url("/IMAGE/DSC_0797.JPG");
    object-fit: cover;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.container-2-30 {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    background-color: rgba(66, 60, 60, 0.5);
}

.text-box-30 {
    max-width: 1100px;
    font-size: 40px;
    line-height: 1.2;
    color: white;

}

.text-box-2-30 {
    max-width: 1100px;
    font-size: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.text-box-3-30 a {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, #031728);
    color: white;
    margin-left: 10px;
    text-decoration: none;
}

.text-box-3-30 .text-box-3-under-30 {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: linear-gradient(to right, aqua, 031728);
    color: white;

}

@media (max-width: 768px) {
    .container-2-30 {
        height: auto;
        padding: 20px;
    }

    .text-box-30 {
        font-size: 30px;
    }

    .text-box-2-30 {
        font-size: 20px;
    }

}

.policy-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    line-height: 1.6;
    color: #333;


}

.policy-container h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.policy-details {
    margin: 30px 0;
}

.policy-details ol li {
    margin-bottom: 10px;
}

.contact-info {
    margin-top: 30px;
    text-align: left;
}

.refund-policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
    background: linear-gradient(to right, aqua, #004ad9);
}

.refund-policy p {
    margin-top: 15px;
    font-size: 28px;
    color: #ffffff;
    max-width: 900px;

}

.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.video-section iframe {
    width: 80%;
    height: 500px;
    border: 0;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .video-section iframe {
        width: 100%;
        height: 300px;
    }
}




    
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    flex-direction: row;
    font-size: 20px;
    list-style: none;
    color: white;
} 

.navbar ul {
    list-style: none;
    align-items: center;
    gap: 50px;
}

.navbar ul li a {
    text-decoration: none;
    color: white;
    padding: 10px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.menu-icon {
    display: none;
    font-size: 50px;
    cursor: pointer;
}

#menu-toggle {
    display: none;
}
.nav-links li{
   background-color:transparent(#004ad9);
}

@media (max-width: 1020px) {
    .navbar {
      
    }
    .nav-links {
        position: absolute;
        top: 100px;
        right: 0;
        background-color: #004ad9;
        flex-direction: column;
        width: 50%;
        height: 500px;
        display: none;
        justify-content: center;
        text-align: center;
    }

    #menu-toggle:checked+.menu-icon+.nav-links {
        display: flex;
      
    }

    .menu-icon {
        display: block;
    }

    .nav-links li a {
        font-size: 20px;
      line-height: 20px;
      
    }

}

 
 /* Floating WhatsApp button */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #25D366;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      cursor: pointer;
      z-index: 1000;
      transition: transform 0.2s;
    }
    .whatsapp-float:hover {
      transform: scale(1.1);
    }
    .whatsapp-float img {
      width: 35px;
      height: 35px;
    }

    /* Chat popup */
    .chat-popup {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 300px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      display: none;
      flex-direction: column;
      overflow: hidden;
      z-index: 1000;
    }

    .chat-header {
      background: #075E54;
      color: #fff;
      padding: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
    }
    .chat-header span {
      font-size: 14px;
    }
    .chat-header button {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
    }

    .chat-body {
      padding: 15px;
    }
    .chat-bubble {
      background: #f1f1f1;
      padding: 10px 12px;
      border-radius: 10px;
      margin-bottom: 10px;
      font-size: 14px;
    }

    .chat-footer {
      padding: 12px;
      text-align: center;
      border-top: 1px solid #eee;
    }
    .chat-footer a {
      background: #25D366;
      color: #fff;
      padding: 10px 18px;
      border-radius: 20px;
      text-decoration: none;
      font-weight: bold;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: background 0.2s;
    }
    .chat-footer a:hover {
      background: #1ebe5d;
    }
    .chat-footer img {
      width: 18px;
      height: 18px;
    }