@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
     font-family: "Plus Jakarta Sans", sans-serif; 
}

:root{
    --primary-color: #1461e0;
    --secondary-color: #f00079;
    --dark: #000;
    --light: #fff;
}
ul{
  padding-left: 0px !important;
}
ul li{
  list-style: none;
}

/* fixede-icon-style-start */
.whatsapp-fixed{
    position: fixed;
    bottom: 300px;
    right: 0;
    z-index: 999;
}
.whatsapp-fixed a{
    text-decoration: none;
    padding: 10px 18px;
    font-size: 24px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50%;
}
.phone-fixed{
    position: fixed;
    bottom: 240px;
    right: 0;
    z-index: 999;
}
.phone-fixed a{
    text-decoration: none;
    padding: 10px 16px;
    font-size: 22px;
      background-color: var(--primary-color);
    color: #fff !important;
    border-radius: 50%;
}
/* fixed-icon-style-end */


    /* Top Bar */
    .top-bar {
      position: relative;
      background-color: #ce3c85;
      color: white;
      font-size: 14px;
      padding: 10px 0;
      z-index: 2;
    }

    .top-bar::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 40%;
      height: 100%;
      background-color: #1461e0;
      clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
      z-index: -1;
    }

    .top-bar .left i,
    .top-bar .right i.fa-envelope {
      color: #fff;
      margin-right: 6px;
      font-size: 19px;
    }

    .top-bar .right i.fa-envelope {
      color: var(--light);
    }
    .top-bar .top-mail a{
        text-decoration: none;
        color: var(--light);
    }

    .social-icons a {
      color: white !important;
      margin-left: 12px;
      font-size: 18px;
    }

    /* Main Header */
    .main-header {
      background: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2px 0;
      position: relative;
      z-index: 1;
    }
    

    .logo span {
      color: var(--primary-color);
    }

    .navbar-nav .nav-link {
      font-weight: 600;
      color: #111;
      margin: 0 10px;
      font-size: 17px;
      text-transform: capitalize !important;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: var(--secondary-color);
    }

    

    /* Contact Box with Clipped Left Side */
    .contact-box {
      background-color: #1461e0;
      padding: 20px 90px;
      display: flex;
      align-items: center;
      clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .contact-box i {
      font-size: 30px;
      color: var(--light);
      margin-right: 12px;
    }

    .contact-box .text {
      font-size: 18px;
      color: var(--light);
    }

    .contact-box .text strong {
      display: block;
      font-weight: 600;
    }

    .contact-box .text a {
      text-decoration: none;
      color: var(--light);
    }

    @media (max-width: 991.98px) {
      .contact-box {
        display: none;
      }
      .top-bar{
        display: none;
      }
      .desktop-view{
      display: none;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

.mobile-view img{
      width:150px;
    }
    }
    

    /* navbar section end here */





    /* about section start here */
    .hero-section {
      padding: 60px 0;
    }

    .hero-images {
      position: relative;
    }

    .hero-images img.large-img {
      width: 80%;
      border-radius: 6px;
    }

    .hero-images img.small-img {
      position: absolute;
      bottom: -80px;
      left: 60%;
      transform: translateX(-0%);
      width: 40%;
      border: 5px solid #fff;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      border-radius: 6px;
    }

    .subtitle {
      color: var(--primary-color);
      font-weight: 600;
      font-size: 25px;
    }

    /* .main-heading {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px;
    } */

    .hero-text {
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 1px;
      color: #333;
    }

    .features-list {
      list-style: none;
      padding: 0;
    }

    .features-list li {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
    }

    .features-list li i {
      color: var(--secondary-color);
      margin-right: 10px;
    }

    .read-more-btn {
      background-color: var(--primary-color);
      color: #fff;
      border: none;
      padding: 10px 20px;
      font-weight: 500;
      margin-top: 20px;
    }

    @media (max-width: 991.98px) {
      .hero-images img.small-img {
        width: 50%;
        bottom: -40px;
         
      }


      .main-heading {
        font-size: 26px;
      }
    }
    /* about section end here */









    /* footer section start here */
    
    .top-footer { 
      display: flex;
      flex-wrap: wrap;
      color: #fff;
    }

    .top-footer .box {
      flex: 1;
      min-width: 250px;
      display: flex;
      align-items: center;
      padding: 20px;
      gap: 15px;
    }
  .call-box {
    background-color: var(--primary-color);
    color: white;
    clip-path: polygon(0% 0, 80% 0, 100% 100%, 0 100%);
    flex-grow: 1;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .call-box i {
    background-color: white;
    color: black;
    padding: 0.5rem;
    border-radius: 50%;
  }
    .top-footer .box i {
      font-size: 20px;
      background-color: var(--primary);
      color: white;
      padding: 10px;
      border-radius: 5px;
    }

    .top-footer .box h6 {
      font-size: 14px;
      color: var(--primary);
      margin-bottom: 2px;
    }

    .top-footer .box p {
      font-size: 14px;
      margin: 0;
    }

    .box.call-box {
      background-color: var(--primary);
      color: white;
      clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .box.call-box h6 {
      color: white;
    }

    .main-footer {
      background-color: #12142f;
      color: #ccc;
      padding: 60px 0;
    }

    .main-footer .footer-logo {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px;
      color: white;
    }

    .footer-logo span {
      color: var(--primary);
    }

    .main-footer h5 {
      color: #fff;
      font-size: 18px;
      margin-bottom: 20px;
    }

    .top-footer  .top-footer-contact i {
        background-color: var(--primary-color);
    }

    .main-footer ul {
      list-style: none;
      padding: 0;
    }

    .main-footer ul li {
      margin-bottom: 10px;
    }

    .main-footer ul li a {
      color: #ccc;
      text-decoration: none;
      font-size: 18px;
    }

    .main-footer ul li a:hover {
      color: var(--primary);
    }

    .subscribe-box input {
      padding: 10px;
      border: none;
      flex: 1;
    }

    .subscribe-box button {
      background-color: var(--primary);
      color: #fff;
      border: none;
      padding: 10px 20px;
    }

    .subscribe-box {
      display: flex;
      margin-top: 10px;
    }

    .footer-bottom {
      background-color: #0a0c1c;
      color: #999;
      padding: 15px 0;
      font-size: 14px;
      text-align: center;
    }

    .footer-bottom a {
      color: var(--primary);
      text-decoration: none;
    }

    @media (max-width: 767.98px) {
      .top-footer .box {
        clip-path: none !important;
        flex-direction: row;
      }

      .subscribe-box {
        flex-direction: column;
      }

      .subscribe-box input, .subscribe-box button {
        width: 100%;
        margin-bottom: 10px;
      }
    }
    /* footer section end here */







    .counter-section {
      padding: 40px 0;
    }

    .counter-box {
      background-color: #1c1f35;
      padding: 40px 20px;
      text-align: center;
      border-radius: 15px;
      transition: all 0.4s ease;
      color: white;
      position: relative;
      overflow: hidden;
    }

    .counter-box:hover {
      /* border: 2px solid var(--primary-color); */
      box-shadow: 0 0 20px var(--primary-color);
      transform: translateY(-8px);
    }

    .counter-number {
      font-size: 48px;
      font-weight: bold;
      color: var(--secondary-color);
      transition: color 0.3s ease;
    }

    .counter-box:hover .counter-number {
      color: var(--primary-color);
    }

    .counter-label {
      font-size: 18px;
      color: #ccc;
      margin-top: 10px;
      transition: color 0.3s ease;
    }

    .counter-box:hover .counter-label {
      color: #fff;
    }

    @media (max-width: 768px) {
      .counter-number {
        font-size: 36px;
      }
    }







    .area-we-serve h2 {
      text-align: center;
      font-size: 2rem; 
      color: var(--primary-color);
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 24px;
      max-width: 1200px;
      margin: auto;
    }

    .card-serve {
      position: relative;
      display: flex;
      background-color: #222944;
      overflow: hidden;
      border-radius: 6px;
      min-height: 240px;
      padding: 30px;
      align-items: center;
    }

     .card-serve ul li{
      color:#fff;
      text-align: start;
     }

     .card-serve h3{
      color: #fff;
     }

    .card-serve.left .card-serve-img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 50%;
      object-fit: cover;
      clip-path: circle(75% at left center);
    }

    .card-serve.right .card-serve-img {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 50%;
      object-fit: cover;
      clip-path: circle(88% at right center);
    }

    .card-serve-content {
      position: relative;
      z-index: 1;
      max-width: 70%;
    }

    .card-serve-content h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .card-serve-content p {
      font-size: 14px;
      color: #d4d4d4;
      margin: 0;
    }

    .card-serve.purple {
      background-color: var(--primary-color);
    }

    .card-serve.left .card-serve-content {
      margin-left: auto;
      /* text-align: right; */
    }

    .card-serve.right .card-serve-content {
      margin-right: auto;
      font-weight: 500;
    }

    .area-we-serve p{
      letter-spacing: 4px;
      text-align: center; 
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      }

      .card-serve {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
      }

      .card-serve.left .card-serve-img,
      .card-serve.right .card-serve-img {
        position: relative;
        width: 100%;
        height: 200px;
        clip-path: none;
        margin-bottom: 20px;
      }

      .card-serve-content {
        max-width: 100%;
        margin: 0;
        text-align: left !important;
      }
    }

    @media (max-width: 480px) {
      .area-we-serve h2 {
        font-size: 1.4rem;
      }

      .card-serve-content h3 {
        font-size: 18px;
      }

      .card-serve-content p {
        font-size: 13px;
      }
    }









    /* our service  */
    
.split-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.split-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.accent-bar {
  width: 6px;
  background-color: var(--secondary-color);
  border-radius: 0 4px 4px 0;
}

.content-section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}

.content-section p {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 0;
}

.btn-primary-custom {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: var(--secondary-color);
}

.object-fit-cover {
  object-fit: cover;
}


    /* our service  */










    /* our service process  */
    
    .timeline {
      position: relative;
      margin: 2rem 0;
      padding-left: 2rem;
      border-left: 2px solid var(--primary-color);
    }

    .timeline-step {
      position: relative;
      margin-bottom: 3rem;
      padding-left: 2rem; 
    }

    .timeline-step::before {
      content: '';
      position: absolute;
      left: -17px;
      top: 5px;
      width: 16px;
      height: 16px;
      background-color: var(--primary-color);
      border-radius: 50%;
      border: 3px solid white;
      z-index: 1;
    }

    .service-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      border: 1px solid gainsboro;
      padding: 20px 24px;
      transition: transform 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #1f2937;
    }

    .service-description {
      color: #475569;
      font-size: 0.95rem;
    }

    .service-icon {
      font-size: 1.8rem;
      color: var(--primary-color);
      margin-right: 10px;
    }

    .timeline-label {
      font-weight: 600;
      color: #64748b;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .timeline .timeline-step   .service-card   .icon{
      font-size: 35px;
      margin-right: 15px;
    }

    .timeline .timeline-step   .service-card:hover   .icon{
      color: var(--secondary-color);
    }



    /* our service process  */








    /* gallery section  */
             .gallery-image {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 8px;
    }

    .gallery-image img {
      transition: transform 0.3s ease;
    }

    .gallery-image:hover img {
      transform: scale(1.05);
    }

 
 .gallery-image .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
  z-index: 10; /* Add this if icons don't appear */
}


    .gallery-image:hover .overlay {
      opacity: 1;
    }
    /* gallery section  */









    /* contact-us start */
.contact-us {
  padding: 50px 0px;
  background: url("../image/gallery/contact-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.contact-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* border: 1px solid #000; */
  padding: 40px 10px;
  margin: 0px 100px;
  background-color: var(--light);
  /* width: 100%; */
}

.address-card {
  position: absolute;
  left: -40%;

  background-color: var(--primary-color);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.address-card h3 {
  color: #fff;
}
.address-card p {
  color: #fff;
}
.address-card i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.address-card a {
  text-decoration: none;
  color: #fff;
}
 .contact-social a{
    color: #fff !important;
    font-size: 25px;
    margin: 4px 6px;
}
.form {
  padding: 20px;
}
.form form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid var(--dark);
}

.form form textarea {
  margin-bottom: 10px;
  border: none;
  padding: 10px 10px;
  border-bottom: 2px solid var(--dark);
}
.form form input:focus,
.form form textarea:focus {
  outline: none;
}
.captchasep1 {
  display: flex;
}
.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}
.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/logo/captcha-bg.jpg);
  font-weight: bolder !important;
}
.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .contact-form {
    margin: 0px;
  }
  .address-card {
    position: static;
  }
  .captchasep1 {
    display: block;
  }
}

.form form .submit {
  background-color: var(--primary-color) !important;
  color: var(--light) !important;
  padding: 5px;
}
@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
  .address-card iframe{
  width: 250px;
}
.form {
    padding: 33px;
}
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
/* contact-us end */

 /* WHY CHOOSE US  */
 .why-choose-us {
  background: #f0f7ff;
  padding: 60px 0;
  font-family: 'Segoe UI', sans-serif;
}

 .section-subtitle{
      letter-spacing: 3px;
      text-align: center;
      color: var(--dark);
      font-size: 18px;
      margin-bottom: 40px;
    }

 

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.section-title span {
  display: block;
  width: 60px;
  height: 4px;
  background: var(--secondary-color);
  margin: 8px auto 0;
  border-radius: 4px;
}
.why-choose-us h3{
  font-size: 20px;
}

/* Content Layout */
.content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

/* Left Column - Features */
.features {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 28px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.icon-blue { background-color: #007bff; }
.icon-purple { background-color: #8e44ad; }
.icon-red { background-color: #e74c3c; }
.icon-green { background-color: #2ecc71; }

.feature-card h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #001f4d;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Right Column - Image */
.image-container {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.image-container img {
  width: 100%;
  border-radius: 20px 20px 0 20px;
  object-fit: cover;
}
/* resposive  */
@media (max-width:765px) {
  
  
 .top-footer .top-footer-contact .bot-mail{
  font-size: 13px;
 }
     .hero-images img.small-img {
        width: 45%;
        bottom: -40px;
    }
    .hero-images img.small-img {
    position: absolute;
    
    left: 50%;
    transform: translateX(-0%);
    width: 40%;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.features  {
    flex: 1;
    min-width: 304px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
  
}

 /* WHY CHOOSE US  */