* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: black; */
    /* color: white; */
}


/* .header {
    background-color: black;
} */

/* header  */
/* header {
    color: #000;
    height: 100px;
    display: flex;
    align-items: center;
    
} */
 
.header-contact-btn {
    background-color: #0098a2;
    border-radius: 15px;
    height: 37px;
    width: 200px;
    border: none;
    color: #f8f9fa;
} 


.news-card img {
    height: 200px;
    object-fit: cover;
    /* transition: transform .3s ease; */
}

.news-card:hover img {
    transform: scale(1.05);
}

.news-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #000;
}

/* Marker circles */
.marker {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.marker:hover {
    transform: scale(1.3);
}

/* Map wrapper to maintain relative positioning */
.map-wrapper {
    position: relative;
}

.contact-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.contact-section h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-section h3 {
    font-weight: 400;
    margin-bottom: 30px;
    color: #6c757d;
}

.contact-section .btn-contact {
    padding: 12px 30px;
    font-size: 1rem;
}

.footer {
    background-color: #2B3468;
    color: #fff;
    padding: 60px 0 30px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    color: #fff;
}

.footer .newsletter input[type="email"] {
    width: 70%;
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
}

.footer .newsletter button {
    padding: 8px 16px;
    border: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.footer .footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

footer i {
    font-size: 19px;
}

.contact-section {
    padding: 80px 15px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 30px auto;
    max-width: 900px;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-section h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;
}

.contact-section .btn-contact {
    background-color: #ff5a5f;
    color: #fff;
    font-size: 1.1rem;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.contact-section .btn-contact:hover {
    background-color: #ff8085;
    transform: translateY(-3px);
    text-decoration: none;
}

.commitment-section {
    padding: 60px 15px;
    background-color: #f8f9fa;
}

.commitment-section h2 {
    font-weight: 700;
}

.commitment-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.calendar-wrapper iframe {
    width: 100%;
    min-height: 400px;
    border: 0;
}

.product-section {
    padding: 60px 15px;
    text-align: left;
}

.product-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-section p {
    font-size: 1rem;
    color: #555;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    width: 100%;
    height: auto;
    display: block;
}

.product-card-body {
    padding: 15px;
    text-align: center;
}

.product-card-body h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.product-card-body p {
    font-size: 0.95rem;
    color: #555;
}




.about-section { padding: 60px 15px; text-align: center; background-color:
    #fff; } .about-section h2 { font-weight: 700; margin-bottom: 20px; } .about-section
    p { font-size: 1.2rem; color: #555; margin-bottom: 40px; } .about-image
    img { width: 100%; max-width: 790px; height: auto; border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); }

      .drgem-section {
      padding: 60px 15px;
      /* background: url('/images/Main_bn_4-2.jpg') no-repeat center center;  */
      background-size: cover;
      color: white;
      position: relative;
    }
    .drgem-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-color: rgba(0,0,0,0.6); /* overlay */
      z-index: 1;
    }
    .drgem-section .content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }
    .drgem-section h2 {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .drgem-section p {
      font-size: 1.1rem;
      line-height: 1.6;
    }

    @media (max-width: 767px) {
      .about-section h2,
      .drgem-section h2 {
        font-size: 1.5rem;
      }
      .about-section p,
      .drgem-section p {
        font-size: 1rem;
      }
      .about-section,
      .drgem-section {
        padding: 40px 10px;
      }
    }
       .customer-section {
      padding: 60px 15px;
      background-color: #fff;
    }

    .customer-section h2 {
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 2rem;
      color: #222;
    }

    .customer-section p {
      font-size: 1.1rem;
      color: #555;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .customer-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    @media (max-width: 767px) {
      .customer-section {
        padding: 40px 10px;
      }
      .customer-section h2 {
        font-size: 1.5rem;
      }
      .customer-section p {
        font-size: 1rem;
      }
    }

       .global-section {
      padding: 60px 15px;
      background-color: #fff;
    }
    .global-section h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .global-section p {
      font-size: 1.1rem;
      color: #555;
      line-height: 1.6;
      margin-bottom: 30px;
    }
    .video-wrapper {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      cursor: pointer;
      border-radius: 8px;
      overflow: hidden;
    }
    .video-wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      border-radius: 8px;
    }
    .video-wrapper .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      background-color: rgba(0,0,0,0.6);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .video-wrapper .play-btn svg {
      width: 40px;
      height: 40px;
      fill: #fff;
    }
        .contact-section {
      padding: 80px 15px;
      background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
      color: #fff;
      text-align: left;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      margin: 30px auto;
      max-width: 1700px;
    }
    .contact-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .contact-section h3 {
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 30px;
      line-height: 1.5;
    }
    .contact-section .btn-contact {
      background-color: #ffffff;
      color: #000000;
      font-size: 1.1rem;
      padding: 10px 25px;
      border-radius: 50px;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }
    .contact-section .btn-contact:hover {
      background-color: #2B3468;
      transform: translateY(-3px);
      color: white;
      text-decoration: none;
    }