@charset "utf-8";
/* CSS Document */

    .custom-navbar {
      background-color: #1E3A5F;
    }

    .navbar-nav .nav-link {
      color: #ffffff;
      font-weight: 500;
      margin: 0 0.75rem;
      position: relative;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #ffcf39;
    }

    .navbar-nav .nav-link.active::after {
      content: "";
      display: block;
      width: 50%;
      margin: 4px auto 0;
      border-bottom: 2px solid #ffcf39;
    }

    .phone-number {
      color: #ffffff;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 6px;
      text-decoration: none;
    }

    .phone-number:hover {
      color: #ffcf39;
    }

    .navbar-brand img {
      max-height:80px;
	  color:#FFF;
	  position:absolute;
	  z-index:101;
	  margin-top:-30px;
    }

    @media (max-width: 991.98px) {
      .navbar-nav {
        text-align: center;
      }
    }

  .dropdown-menu {
    background-color: #1E3A5F;
  }

  .dropdown-item {
    color: #fff;
  }

  .dropdown-item:hover {
    background-color: #F4A261;
    color: #1E3A5F;
  }

    html, body {
      height: 100%;
      margin: 0;
    }
    .carousel, .carousel-inner, .carousel-item {
      height: auto;
    }
    .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
    .carousel-caption {
      background: rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      padding: 1.5rem 2rem;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      padding: 10px;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      color: #333;
    }

    .content-section {
      padding: 60px 0;
    }

    .content-section h2 {
      font-weight: 600;
      color: #1E3A5F;
    }

    .content-section p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #555;
    }

    .content-section a {
      color: #F4A261;
      text-decoration: underline;
      transition: color 0.3s ease;
    }

    .content-section a:hover {
      color: #E76F51;
      text-decoration: none;
    }

    body {
      font-family: 'Poppins', sans-serif;
    }

    .services-section {
      padding: 60px 0;
      background-color: #f8f9fa;
    }

    .service-box {
      background:rgba(255,255,255,0.8);
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .service-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

    .service-icon {
      font-size: 40px;
      color: #ffcf39;
      margin-bottom: 20px;
    }

    .service-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: #1E3A5F;
      margin-bottom: 10px;
    }

    .service-desc {
      font-size: 1rem;
      color: #555;
    }

    .gallery-img {
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .gallery-img:hover {
      transform: scale(1.05);
    }
    .modal-img {
      width: 100%;
      transition: transform 0.3s ease;
    }
    .zoom:hover {
      transform: scale(1.2);
    }

    .location-section {
      padding: 60px 0;
      background-color: #f9f9f9;
    }

    .location-title {
      text-align: center;
      font-weight: 600;
      color: #1e3a5f;
      margin-bottom: 40px;
    }

    .info-box {
      background: white;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    .info-box h5 {
      font-weight: 600;
      color: #333;
    }

    .info-box p {
      margin-bottom: 0;
      color: #555;
    }

    iframe {
      border-radius: 12px;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .footer {
background: #045b7d;
background: linear-gradient(187deg,rgba(4, 91, 125, 1) 44%, rgba(5, 238, 250, 1) 99%, rgba(4, 91, 125, 1) 82%);
      color: #ffffff;
      padding: 40px 0 20px;
    }

    .footer a {
      color: #f1f1f1;
      text-decoration: none;
    }

    .footer a:hover {
      text-decoration:none;
      color: #ffc107;
    }

    .social-icons a {
      font-size: 18px;
      margin-right: 12px;
      color: #ffffff;
      transition: color 0.3s ease;
    }

    .social-icons a:hover {
      color: #ffc107;
    }

    .back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #1e3a5f;
      color: white;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 18px;
      cursor: pointer;
      z-index: 999;
    }
	.cgs {color:#000000; text-decoration:none;}
	.cgs a{color:#000000; text-decoration:none;}
	.cgs a:hover{color:#333; text-decoration:none;}
	.bg {background: #045b7d;
background: linear-gradient(90deg,rgba(4, 91, 125, 1) 0%, rgba(174, 214, 242, 1) 50%, rgba(4, 91, 125, 1) 100%);}
.content {color:#000; text-decoration:none;}
.content a{color:#000; text-decoration:none;}
.content a:hover{color:#3366FF; text-decoration:none;}
#more {display: none;}