* {
  margin: 0;
  padding: 0;

}

body {
 font-family: Arial, sans-serif;
}
  @media (max-width: 768px) {
      .toggle-button {
        display: flex;
        margin-left: 340px;
        margin-top: -32px;
      } }
.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;
}
.css-carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}
.css-carousel input[type="radio"] {
  display: none;
}
.slides {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease;
}
.slide {
  width: 100%;
height: 50%;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
}
#slide1:checked ~ .slides {
  transform: translateX(0%);
}
#slide2:checked ~ .slides {
  transform: translateX(-100%);
}
#slide3:checked ~ .slides {
  transform: translateX(-200%);
}
.arrows label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  display: none;
  transition: background 0.3s;
}
.arrows label:hover {
  background: rgba(0, 0, 0, 0.6);
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}
#slide1:checked ~ .arrows label.prev { display: none; }
#slide1:checked ~ .arrows label.next { display: block; }

#slide2:checked ~ .arrows .s2.prev,
#slide2:checked ~ .arrows .s2.next {
  display: block;
}

#slide3:checked ~ .arrows .s3.prev,
#slide3:checked ~ .arrows .s3.next {
  display: block;
}
.dots {
  text-align: center;
  margin-top: 10px;
}
.dots label {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.dots label:hover {
  background: #999;
}
#slide1:checked ~ .dots label[for="slide1"],
#slide2:checked ~ .dots label[for="slide2"],
#slide3:checked ~ .dots label[for="slide3"] {
  background: #333;
}
@media (max-width: 768px) {
  .arrows label {
    font-size: 24px;
    padding: 8px;
  }
  .dots label {
    width: 10px;
    height: 10px;
    margin: 4px;
  }
}
@media (max-width: 480px) {
  .arrows label {
    font-size: 20px;
    padding: 6px;
  }
  .dots {
    margin-top: 6px;
  }
}
.css-carousel {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}
.css-carousel input[type="radio"] {
  display: none;
}
.slides {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease;
}
.slide {
  width: 100%;
  flex-shrink: 0;
}
.slide img {
  width: 100%;
  height: auto;
  display: block;
}
#slide1:checked ~ .slides {
  transform: translateX(0%);
}
#slide2:checked ~ .slides {
  transform: translateX(-100%);
}
#slide3:checked ~ .slides {
  transform: translateX(-200%);
}

.arrows label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  display: none;
  transition: background 0.3s;
}

.arrows label:hover {
  background: rgba(0, 0, 0, 0.6);
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

#slide1:checked ~ .arrows label.prev { display: none; }
#slide1:checked ~ .arrows label.next { display: block; }

#slide2:checked ~ .arrows .s2.prev,
#slide2:checked ~ .arrows .s2.next {
  display: block;
}

#slide3:checked ~ .arrows .s3.prev,
#slide3:checked ~ .arrows .s3.next {
  display: block;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dots label {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.dots label:hover {
  background: #999;
}

#slide1:checked ~ .dots label[for="slide1"],
#slide2:checked ~ .dots label[for="slide2"],
#slide3:checked ~ .dots label[for="slide3"] {
  background: #333;
}

@media (max-width: 768px) {
  .arrows label {
    font-size: 24px;
    padding: 8px;
  }

  .dots label {
    width: 10px;
    height: 10px;
    margin: 4px;
  }
}

@media (max-width: 480px) {
  .arrows label {
    font-size: 20px;
    padding: 6px;
  }

  .dots {
    margin-top: 6px;
  }
}

@media (max-width: 768px) {
  .main-header {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .main-header {
    height: 250px;
  }
}

.navbar {
  background-color: #f5f2f2;
  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: #151515;
}
.navbar-links ul {
  list-style: none;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  display: flex;
  gap: 20px;
  margin: 0;
}
.navbar-links a {
  text-decoration: none;
  color: #121111;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}
.navbar-links a:hover {
  background-color: #470ff2;
  color: #140b3c;
}
.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;
    margin-top: 200px;

}

.text-content h1 {
font-size: 47px;
    color: #fcfbfb;
    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: 210px;
margin-left: 100px;
}
@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: 363px;
   margin-top: -34px;
  }
}
@media (max-width: 768px) {
  .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: #f82e2e;
  color: rgb(16, 15, 15);
  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: #fda690;
}

@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: 333px;
    margin-top: 124px;

  
}


@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:10px;
}

.box {
  height: 200px;

  padding: 50px;
  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);
       background-color: #7b7b7b;
    }

    .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: 0px;
      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);
        background-color: #2b048d;
    }

    .card h3 {
      color: #d60dec;
      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: #000000;
  
      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: 280px;
      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;
    }
.social-icons {
  margin-bottom: 10px;
  margin-left: 50px;
 
}

.social-icons a {
  color: #95d3ff;
  margin: 0 10px;
  font-size: 20px;
  transition: color 0.3s ease;
}
.about-image img:hover {
  transform: scale(1.1)  
}
.benefit-image img:hover {
  transform: scale(1.1);
}
.social-icons a:hover {
  color: #0613c2; /* You can customize */
}
    .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;
      }
    }
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: white;
  border-radius: 70%;
  padding: 15px;
  font-size: 24px;
  z-index: 1000;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  
}

