* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
 font-family: Arial, sans-serif;
}


.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: white;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.contact-info a {
  color: #cbcaca;
  text-decoration: none;
  margin-right: 20px;
  font-size: 0.95rem;
}

.contact-info a i {
  margin-right: 6px;
  color: #00bfff;
}

.social-icons a {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 15px;
  transition: color 0.3s, transform 0.3s;
}

.social-icons a:hover {
  color: #00ccff;
  transform: scale(1.2);
}


.main-header {
  background-color: #f4f4f4;
  padding-bottom: 30px;
}

.navbar {
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.brand-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #003366;
  
}

.navbar-links ul {
  list-style: none;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  display: flex;
  gap: 20px;
  font-weight: bold;
  margin: 0;
}

.navbar-links a {
  text-decoration: none;
  color: #111;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.navbar-links a:hover {
  background-color: #ddd;
  color: #003366;
}

.toggle-button {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.toggle-button .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 4px 0;
  border-radius: 3px;
}


.hero-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px 20px;
  font-family: "Open Sans", sans-serif;
  flex-wrap: wrap;
  gap: 30px;
}

.text-content {
  max-width: 300px;
  background-image: url('image/3hs8indr.png');

}

.text-content h1 {
font-size: 47px;
    color: #222;
    margin-bottom: 40px;
  
}

.text-content p {
     font-size: 25px;
  
   
}


.btn-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007acc;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn-link:hover {
  background-color: #005999;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  width: 500px;
  
    margin-top: 140px;

}

@media (max-width: 768px) {
  .navbar-links {
    display: none;
    width: 100%;
  }

  .navbar-links.active {
    display: block;
  }

  .navbar-links ul {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .navbar-links li {
    padding: 10px 0;
  }

  .toggle-button {
    display: flex;
    margin-left: 270px;
        margin-top: -36px;
  }
}


@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info {
    margin-bottom: 10px;
  }

  .navbar-links {
    width: 100%;
    display: none;
  }

  .navbar-links.active {
    display: block;
  }

  .navbar-links ul {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .toggle-button {
    display: flex;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-image img {
    width: 90%;
    
  }

  .text-content h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
  }

  .pr, .h-2, .btn-link {
    margin-left: 0;
  }

  .image-1, .image-2 {
    padding: 0;
  }
}

.text-content {
  flex: 1;
  max-width: 600px;
}

h1{
color: #0a0a0a;
margin-top: 100px;
font-size: 50px;
}

.h-2 {
  color: #161616;
  margin-top: 20px;
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f34e42;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 20px;
  font-family: sans-serif;
  transition: background-color 0.3s ease;

   margin-top: 50px;
margin-left: 30px;
}

.btn-link:hover {
  background-color: #532114;
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
    text-align: center;
  }

  .text-content {
    text-align: center;
  }

  .pr {
    font-size: 30px;
  margin-top:10px;
  }

  .h-2 {
            font-size: 12px;
        margin-left: 10px;
  }

  .btn-link {
    margin-top: 20px;
  }
}
.about-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background-color: #f7f4f4;
  padding: 40px 20px;
}

.about-company {
  background-color: #fff;
  padding: 40px 30px;
  max-width: 700px;
  
  flex: 1 1 400px;
  margin: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.about-company h4 {
  color: #2454d1;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-company h1 {
  font-size: 32px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.about-company .description {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.service {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.icon {
  font-size: 40px;
  color: #4a90e2;
  margin-right: 15px;
  margin-top: 5px;
}

.service h3 {
  margin: 0 0 10px;
  color: #333;
}

.service p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

.about-image {
  flex: 1 1 350px;
  margin: 10px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  
}


@media (max-width: 768px) {
  .about-company h1 {
    font-size: 26px;
  }

  .about-company .description {
    font-size: 16px;
  }

  .icon {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .about-company h1 {
    font-size: 22px;
  }

  .about-company {
    padding: 20px;
  }

  .service {
    flex-direction: column;
  }

  .icon {
    margin-bottom: 10px;
  }
}

.box-container {
  display: flex;
  flex-wrap: wrap; 
  gap: 15px; 
  margin-left:60px;
}

.box {
  height: 200px;

  padding: 20px;
  width: 380px;


  text-align: center;
}
   .service-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .service-card {
         background-color: #fff;
    padding: 20px;
    width: 357px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    text-align: center;
    height: 180px;
}

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-card i {
      font-size: 30px;
      color: #2454d1;
      margin-bottom: 10px;
      margin-top: 40px;
    }

    .service-card p {
      font-weight: bold;
    font-size: 25px;
    }
    @media (max-width: 768px) {
      .service-card {
        width: 45%;
      }

      .benefits {
        flex-direction: column;
      }

      .benefit-image {
        order: -1;
      }

      .why-choose h2,
      .services-section h2 {
        font-size: 24px;
      }
    }

    @media (max-width: 480px) {
      .service-card {
        width: 100%;
      }

      .benefit-text h3 {
        font-size: 18px;
      }

      .benefit-text p {
        font-size: 15px;
      }
    }
    .why-choose {
      background-color: #fff;
      padding: 50px 20px;
      margin-top: 20px;
    }

    .why-choose h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .why-choose p.intro {
      max-width: 700px;
      margin: 0 auto 30px;
      font-size: 17px;
      text-align: start;
      color: #555;
      margin-left: 3px;
    }

    .benefits {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .benefit-text {
      flex: 1 1 500px;
    }

    .benefit-text h2 {
      font-size: 30px;
      margin-bottom: 10px;
      display: flex;
     margin-top: -230px;
      gap: 10px;
      color: #2454d1;
    }
 .benefit-text h3 {
      font-size: 30px;
      margin-bottom: 10px;
      display: flex;
     
      gap: 10px;
      color: #2454d1;
    }
    .benefit-text h4 {
      font-size: 30px;
      margin-bottom: 10px;
      display: flex;
     
      gap: 10px;
      color: #2454d1;
    }
    .benefit-text p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
    
    }

    .benefit-text h2 i {
      color: #2454d1;
    }

    .benefit-image {
      flex: 1 1 400px;
      text-align: center;
    }

    .benefit-image img {
      max-width: 100%;
      height: auto;
    }
    .custom-footer {
  background: linear-gradient(to right, #000428, #004e92);
  color: #ffffff;
  padding: 40px 20px 20px;
  font-family: 'Arial', sans-serif;
}

.container {
      display: flex;
      flex-wrap: wrap;
      padding: 20px;
      gap: 20px;
      justify-content: center;
      align-items: center;
    }

    .left-section {
      flex: 1 1 400px;
      display: flex;
      justify-content: center;
    }

    .left-section img {
      max-width: 100%;
      height: auto;
    }

    .right-section {
      flex: 1 1 400px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h3 {
      color: #2350ec;
      margin-top: 10px;
      font-size: 1.2rem;
    }

    .card p {
      color: #333;
      margin-top: 10px;
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .icon {
      font-size: 24px;
      color: #2350ec;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }
    }
    

.footer {
      background-color: #001b44;
  
      padding: 40px 20px 20px;
     
      height: 400px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }

    .footer-logo {
      flex: 1 1 250px;
      text-align: center;
    }

    .footer-logo img {
      max-width: 180px;
      margin-bottom: 15px;
    }

    .footer-logo h2 {
      font-size: 18px;
      margin: 0;
      font-weight: bold;
    }

    .footer-column {
      flex: 1 1 200px;
    color: white;
    
    }

    .footer-column h3 {
      font-size: 28px;
      margin-left: 30px;
      margin-bottom: 10px;
      border-bottom: 2px solid #2a5bd7;
      display: inline-block;
      padding-bottom: 5px;

    }

    .footer-column ul {
      list-style: none;
      margin-top: 10px;
      margin-left: 30px;
      padding: 0;
    }

    .footer-column ul li {
      margin: 8px 0;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #ffffff;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      transition: color 0.3s ease;
      font-size: 18px;
    }

    .footer-column ul li a:hover {
      color: #2a5bd7;
    }

    .footer-bottom {
      text-align: center;
      padding: 15px;
  
      color: #ccc;
      font-size: 17px;
      margin-top: 17px;
    }

    .footer-bottom a {
      color: #2a5bd7;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      text-decoration: underline;
    }

    .contact-info i {
      margin-right: 8px;
      color: #2a5bd7;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: center;
        background-color: #000;
     margin-right: -20px;
        margin-left: -41px;
      }

      .footer-column,
      .footer-logo {
        text-align: center;
            color: #f8f2f2;
      }
    }
.rm-contact-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 20px;
  background-color: #fff;
}

.rm-card {
  flex: 1 1 300px;
  max-width: 350px;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.rm-icon {
  margin-bottom: 15px;
}

.rm-icon svg {
  width: 50px;
  height: 50px;
}

.rm-title {
  font-size: 1.2rem;
  color: #002147;
  margin-bottom: 10px;
  font-weight: bold;
}

.rm-text {
  font-size: 0.95rem;
  color: #001d3d;
  line-height: 1.6;
}

.rm-text a {
  text-decoration: none;
  color: #001d3d;
  word-break: break-word;
}


@media (max-width: 768px) {
  .rm-contact-section {
    flex-direction: column;
    align-items: center;
  }
}
