    h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
}



    body {
      font-family: 'Merriweather', serif;
      scroll-behavior: smooth;
      background-color: #f9fafc;
    }

    .top-header {
      background: linear-gradient(90deg, #002855, #00509e);
      color: #fff;
      font-size: 14px;
      padding: 8px 0;
    }

    .top-header .contact-info i {
      color: #ffca28;
      margin-right: 5px;
    }

    .top-header a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
    }

    .top-header a:hover {
      color: #ffca28;
    }

    .social-icons a {
      color: #fff;
      margin-left: 10px;
      font-size: 16px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #ffca28;
    }

    @media (max-width: 767px) {
      .top-header .row > div {
        text-align: center;
        margin-bottom: 5px;
      }
      .top-header .social-icons {
        margin-top: 5px;
      }
      .navbar-brand{
        font-size: small;
      font-weight: 700;

      }
  
    }
    .logo {
    width: 50px;
    height: 40px;
}
.navbar-toggler:focus{
  box-shadow: none !important;
  border: none !important;
}
    .goog-te-gadget-icon {
      display: none !important;
    }



      .navbar {
      background-color: #ffffff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      z-index: 1000;
    }

    .navbar-brand {
      color: #0d3b66;
      font-weight: 700;
    }

    .navbar-brand:hover {
      color: #0d6efd;
    }

    .nav-link {
      color: #0d3b66;
      font-weight: 500;
      transition: 0.3s;
    }

    .nav-link:hover,
    .nav-link.active {
      color: #0d6efd !important;
    }

    .btn-main {
      background-color: #0d3b66;
      color: #fff;
      border-radius: 25px;
      padding: 6px 18px;
      transition: 0.3s;
      font-weight: 500;
    }

    .btn-main:hover {
      background-color: #0b5ed7;
      color: #fff;
    }

    .navbar-collapse {
      position: fixed;
      top: 0;
      right: -100%;
      width: 250px;
      height: 100vh;
      background-color: #ffffff;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
      padding: 60px 20px;
      transition: right 0.4s ease-in-out;
    }

    .navbar-collapse.show {
      right: 0;
    }

    .navbar-nav .nav-item {
      margin: 10px 0;
    }
     .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 22px;
      color: #0d3b66;
      cursor: pointer;
    }


    .close-btn:hover {
      color: #0b5ed7;
    }

    .navbar-toggler {
      border: none;
      color: #0d3b66;
      font-size: 24px;
      background: none;
      display: block;
    }
    .navbar-toggler i:hover{
      color: #0d3b66 !important;
    
    }
 
    @media (min-width: 992px) {
      .navbar-toggler {
        display: none !important;
      }
    .close-btn{
        display: none !important;


    }
      .navbar-collapse {
        position: static;
        height: auto;
        width: auto;
        box-shadow: none;
        padding: 0;
        background: transparent;
      }
    }
#language-switcher button {
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
 color: #0d3b66;
  font-size: 14px;
  padding: 17px;
  font-size: 16px;
}

#language-switcher button:hover {
  color: #0d6efd ; 
}

  

    .btn-main {
      background: #00509e;
      color: #fff;
      border-radius: 30px;
      padding: 8px 20px;
      transition: 0.3s;
    }

    .btn-main:hover {
      background: #003f7d;
    }
    .contact-banner {
      background:linear-gradient(120deg, rgba(0, 26, 77, 0.9), rgba(0, 64, 128, 0.8)),
                  url('img/banner-img.jpg') no-repeat center center/cover;
      min-height: 90vh;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
    }

    .contact-banner::before, .contact-banner::after {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      top: -25%;
      left: -25%;
      background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
      animation: rotateGlow 20s linear infinite;
      z-index: 1;
    }

    .contact-banner::after {
      animation-delay: 10s;
      opacity: 0.6;
    }

    @keyframes rotateGlow {
      from { transform: rotate(0deg) scale(1); }
      to { transform: rotate(360deg) scale(1.2); }
    }

    .contact-banner .container {
      position: relative;
      z-index: 2;
    }
.contact-banner h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #f9f9f9;
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #ffca28;
  width: 0;
  animation: typing 5s steps(22, end) infinite alternate, blink 0.7s step-end infinite;
}

@keyframes typing {
  0% { width: 0; }
  50% { width: 100%; }
  100% { width: 0; }
}


    @keyframes blink {
      50% { border-color: transparent; }
    }

    .contact-banner p {
      font-size: 1.2rem;
      opacity: 0;
      transform: translateY(30px);
      animation: fadeUp 2s ease 2.6s forwards;
      color: #dbe8ff;
    }

    .contact-banner h5 {
      color: #ffca28;
      font-weight: 600;
      letter-spacing: 1px;
      margin-top: 10px;
      opacity: 0;
      transform: translateY(40px);
      animation: fadeUp 2s ease 3.5s forwards;
    }

    @keyframes fadeUp {
      0% { opacity: 0; transform: translateY(30px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .contact-btn {
      background: linear-gradient(90deg, #00509e, #00a6fb);
      color: #fff;
      border-radius: 30px;
      padding: 10px 30px;
      border: none;
      font-weight: 600;
      margin-top: 20px;
      position: relative;
      z-index: 3;
      opacity: 0;
      transform: translateY(50px);
      animation: fadeUp 2s ease 4.2s forwards, floatBtn 4s ease-in-out infinite 6s;
    }

    @keyframes floatBtn {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-5px); }
    }

    .contact-btn::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      transition: 0.4s;
      border-radius: 30px;
      z-index: -1;
    }

    .contact-btn:hover::before {
      width: 100%;
    }

    .contact-btn:hover {
      transform: scale(1.08);
      box-shadow: 0 10px 25px rgba(0, 162, 255, 0.4);
    }

    @media (max-width: 768px) {
      .contact-banner h1 { font-size: 1.8rem; }
      .contact-banner p { font-size: 1rem; }
      .contact-banner { min-height: 70vh; }
    }
.about-section h6 {
  letter-spacing: 1px;
}

.about-section h2 {
  color: #0d3b66;
  font-weight: 700;
}

.about-section p {
  line-height: 1.7;
}
.about-section {
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
 .about-image .carousel-inner img {
    height: 550px;
    object-fit: cover;
    border-radius: 12px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(13, 59, 102, 0.8); /* matches your theme color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev-icon:hover,
  .carousel-control-next-icon:hover {
    background-color: #0d3b66;
    transform: scale(1.1);
    transition: 0.3s ease;
  }

  @media (max-width: 768px) {
    .about-image .carousel-inner img {
      height: 250px;
    }
  }
  #modalImage{
    height: 400px;
    width: 400px;
    margin: auto;
  }

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 0;
}

.shape1 {
  width: 300px;
  height: 300px;
  top: -50px;
  left: -100px;
  background: radial-gradient(circle, #0d3b66, #00509e);
  animation: floatShape1 15s ease-in-out infinite alternate;
}

.shape2 {
  width: 400px;
  height: 400px;
  bottom: 50px;
  right: -150px;
  background: radial-gradient(circle, #ffca28, #ffe3e3);
  animation: floatShape2 20s ease-in-out infinite alternate;
}

.shape3 {
  width: 200px;
  height: 200px;
  top: 40%;
  left: 50%;
  background: radial-gradient(circle, #00a6fb, #e3efff);
  animation: floatShape3 18s ease-in-out infinite alternate;
}

.floating-particle {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0d3b66;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
}

.particle1 { top: 10%; left: 70%; animation: particleMove1 12s linear infinite; }
.particle2 { top: 60%; left: 20%; animation: particleMove2 15s linear infinite; }
.particle3 { top: 30%; left: 40%; animation: particleMove3 18s linear infinite; }

/* Keyframes for shapes */
@keyframes floatShape1 {
  0% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(50px, 30px) rotate(180deg); }
  100% { transform: translate(0,0) rotate(360deg); }
}

@keyframes floatShape2 {
  0% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(-80px, 40px) rotate(180deg); }
  100% { transform: translate(0,0) rotate(360deg); }
}

@keyframes floatShape3 {
  0% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(40px, -50px) rotate(180deg); }
  100% { transform: translate(0,0) rotate(360deg); }
}

@keyframes particleMove1 {
  0% { transform: translate(0,0); }
  50% { transform: translate(30px, -20px); }
  100% { transform: translate(0,0); }
}
@keyframes particleMove2 {
  0% { transform: translate(0,0); }
  50% { transform: translate(-40px, 30px); }
  100% { transform: translate(0,0); }
}
@keyframes particleMove3 {
  0% { transform: translate(0,0); }
  50% { transform: translate(20px, -30px); }
  100% { transform: translate(0,0); }
}

.about-image img {
  transition: all 0.5s ease;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.about-image img:hover {
  transform: scale(1.07) rotate(1deg);
}

.about-section .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .floating-shape, .floating-particle { display: none; }
}

.about-btn{
 background: linear-gradient(90deg, #00509e, #00a6fb) !important;
      color: #fff;
      border-radius: 30px;
      padding: 10px 30px;
      border: none;
      font-weight: 600;
      margin-top: 20px;
      /* position: relative;
      z-index: 3;
      opacity: 0;
      transform: translateY(50px);
      animation: fadeUp 2s ease 4.2s forwards, floatBtn 4s ease-in-out infinite 1s; */
}
.btn-primary:hover {
  background-color: #084298;
}

     
.services-section {
  background-color: #f9fbfd;
}
.services-section h2 {
  color: #0d3b66;
}
.services-section h6{
  color: #ffca28 !important;

}
.service-card {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.service-card:hover {
  background-color: #0d3b66;
  color: #ffffff;
  transform: translateY(-5px);
   transform: rotateY(10deg) rotateX(5deg) scale(1.03);
  border-color: #00a6fb;
  box-shadow: 0 15px 35px rgba(0, 162, 255, 0.2);
}
.service-card:hover .icon i,
.service-card:hover p
{ color: #ffffff !important;
}
.service-card:hover h5,
.service-card:hover .learn-more 
 {
  color: #ffca28;
}
.service-card .icon i {
  color: #0d3b66;
  transition: color 0.3s ease;
}
.learn-more {
  color: #0d3b66;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.learn-more:hover {
  color: #ffffff;
  text-decoration: underline;
}


    .service-box {
      background: #fff;
      padding: 30px 20px;
      border-radius: 15px;
      transition: 0.3s ease-in-out;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }


    .trust-icon i {
      font-size: 40px;
      color: white;
      margin-bottom: 15px;
    }

    .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    }
    .section-title {
    color: #0d3b66;
    font-size: 1.9rem;
    letter-spacing: 0.5px;
    position: relative;
  }

  .section-title::after {
    display: block;
    width: 60px;
    height: 4px;
    background: #007bff;
    margin: 10px auto 0;
    border-radius: 3px;
  }

  .info-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 6px 18px  rgba(13, 59, 102, 0.08);
    border: 1px solid rgba(13, 59, 102, 0.05);
  }

  .info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 28px varrgba(13, 59, 102, 0.25);
  }

  .info-card .card-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .info-card:hover .card-img img {
    transform: scale(1.08);
  }

  .info-card .card-content h5 {
    color:#0d3b66;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .info-card .card-content p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
  }

  .info-card:hover h5 {
    color: #007bff;
  }

  @media (max-width: 991.98px) {
    .info-card .card-img img {
      height: 200px;
    }
  }

  @media (max-width: 575.98px) {
    .info-card .card-img img {
      height: 180px;
    }
    .info-card .card-content {
      padding: 1.2rem;
    }
  }
    .unique-gallery-section {
    background-color: #fff;
  }

  .unique-gallery-heading h6 {
    color: #002855;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
a{
  text-decoration: none;
}
  .unique-gallery-heading h2 {
    font-weight: 700;
    color: #222;
  }

  .unique-gallery-heading h2 span {
    color: #007bff;
  }

  .unique-gallery-box {
    overflow: hidden;
    margin: 9px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
  }

  .unique-gallery-box:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }

.gallery-img {
    width: 100%;
    height: 300px;
   
  }
 .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #0d3b66; 
  font-weight: 500;
  font-size: 15px;
}

.service-list i {
  color: #0d6efd; 
  font-size: 16px;
  margin-top: 3px;
}

.service-list span {
  flex: 1;
  color: #222;
}

@media (max-width: 576px) {
  .service-list li {
    font-size: 14px;
    gap: 8px;
  }
}

  .unique-gallery-box:hover img {
    transform: scale(1.1);
  }

  @media (max-width: 767px) {
    .gallery-img {
      height: 250px;
    }
  }

  @media (max-width: 575px) {
    .gallery-img {
      height: 250px;
    }
  }
    .stats {
      background: linear-gradient(90deg, #002855, #00509e);
      color: #fff;
      padding: 70px 0;
    }

    .stats h3 {
      font-size: 36px;
      font-weight: 700;
    }

    .stats p {
      font-size: 16px;
      color: #ffca28;
      font-weight: 500;
    }
    .glass-panel {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 30px 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.glass-panel:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.glass-panel i {
  margin-bottom: 15px;
}

.glass-panel h5 {
  margin-top: 10px;
  font-weight: 600;
  color: #0d3b66;
  font-size: 1.2rem;
}

.glass-panel p {
  font-size: 0.95rem;
  color: #333;
}

@media (max-width: 1200px) {
  .glass-panel {
    min-height: 230px;
  }
}

@media (max-width: 992px) {
  .glass-panel {
    min-height: 220px;
    padding: 25px 15px;
  }
  .glass-panel h5 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .glass-panel {
    min-height: auto;
    padding: 20px 15px;
  }
  .glass-panel i {
    font-size: 2.5rem;
  }
  .glass-panel h5 {
    font-size: 1rem;
  }
  .glass-panel p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .glass-panel {
    padding: 18px 10px;
  }
  .glass-panel i {
    font-size: 2rem;
  }
  .glass-panel h5 {
    font-size: 0.95rem;
  }
  .glass-panel p {
    font-size: 0.85rem;
  }
}


     .contact-section {
      background: #f0f4f8;
      padding: 80px 0;
    }
    
    .contact-section .contact-info {
      background: #fff;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }
    .contact-section .contact-info h5 {
      color: #002855;
      font-weight: 600;
      margin-bottom: 15px;
    }
    .contact-section .contact-info p {
      margin-bottom: 10px;
    }
    .contact-section .contact-info i {
      color: #00509e;
      margin-right: 10px;
    }
    .contact-form {
      background: #fff;
      padding: 40px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }
    .form-control {
      border-radius: 10px;
      box-shadow: none;
    }
    .form-control:focus {
      border-color: #00509e;
      box-shadow: 0 0 5px rgba(0,80,158,0.3);
    }

    footer {
      background: #001d3d;
      color: #fff;
      padding: 60px 0 30px;
    }
    footer h6 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    footer a {
      color: #ccc;
      text-decoration: none;
      transition: 0.3s;
    }
    footer a:hover {
      color: #ffca28;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 15px;
      font-size: 14px;
      color: #aaa;
    }

    @media (max-width: 767px) {
      .banner h1 {
        font-size: 34px;
      }
      .contact-section .row > div {
        margin-bottom: 20px;
      }
    }
    /* REMOVE GOOGLE TRANSLATE TOP FRAME */
.goog-te-banner-frame {
    display: none !important;
}

body {
    position: static !important;
    top: 0 !important;
}


/* REMOVE WHITE BAR */
.goog-te-gadget-icon {
    display: none !important;
}
.goog-te-banner {
    display: none !important;
}
.goog-te-balloon-frame {
    display: none !important;
}
