*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
/* Sticky navbar color change on scroll */
.navbar {
    transition: background-color 0.3s;
  }
  .navbar.scrolled {
    background-color: #424950 !important;
  }
  /* Hover effect for links */
  .nav-link:hover {
    transform: translateX(5px);
    transition: transform 0.3s;
  }
  /* Hover effect for Get Started button */
  .btn-get-started:hover {
    background-color: #ff0000;
    color: #0f0f0f;
    transition: background-color 0.5s;
  }
  .button-1 a{
    border-radius: 20px;
  }
  .logo img {
    height: 18vh;
    width: 12vw;
    margin: 0 20px;
} 
li.nav-item {
    margin: 8px;
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 600;
}
   /* Slider Overlay */
   .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .carousel-item {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  .carousel-caption {
    position: absolute;
    bottom: 20%;
    z-index: 2;
    color: white;
    text-align: center;
  }
  .carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  .carousel-caption p {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .btn-read-more {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  .btn-read-more:hover {
    background-color: #0056b3;
  }
  .col{
    border: 1px solid rgba(0, 0, 0, 0.089);
    margin: 0 px;
  }
  .heading-icon {
    font-size: 25px;
    margin-right: 10px;
    color: #007bff;
  }
  .col h1{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
  }
.container.text-center.my-5 h1 {
    text-align: center;
}
/*whatsapp*/
 .whatsapp-icon {
            position: fixed;
            bottom: 100px;
            right: 20px;
            background-color: #25D366;
            color: white;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            animation: blink 1s infinite;
            z-index: 1000;
        }

        .whatsapp-icon:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
        }

        .whatsapp-icon i {
            font-size: 1.5rem;
        }

        /* Blinking effect */
        @keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
            100% {
                opacity: 1;
            }
        }

.about-us-section {
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.about-us-image {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 80vh;
    margin-bottom: 119px;
    margin-top: -109px;
}
.about-us-image:hover {
    transform: scale(1.05);
    opacity: 0.8;
}
.about-us-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}
.about-us-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}
.about-us-content h6{
    color: #007bff;
    margin-bottom: 35px;
    font-family: sans-serif;
    font-weight: 600;
}
.about-us-content h1{
    color: #0f0f0ff5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    word-spacing: 6px;
}
.about-us-content p{
    font-family: serif;
    font-size: 20px;
    font-variant: small-caps ;
    color: #0f0f0fc7;
    margin-bottom: 80px;
    margin-top: 40px;
    word-spacing: 28px;
}
.about-us-content .btn-about {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.about-us-content .btn-about:hover {
    background-color: #0056b3;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .circle-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
  }
  .circle {
    width: 100px;
    height: 100px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 5s linear infinite ;
  }
  .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  .text-center h1 {
    text-align: right;
    margin-top: 20px;
  }
  .text-center h2{
    color: #007bff;
    text-decoration: underline;
  }
  .service-section {
    text-align: center;
    padding: 50px 20px;
}
.service-img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
        border-radius: 10px;
        height: 70vh;
    
}
.service-btn {
    margin-top: 20px;
    transition: transform 0.3s ease;
}
.service-btn:hover {
    transform: translateY(-5px);
}
.head-service h1{
    font-weight: 700;
    margin-bottom: 30px;
    font-family: arial;
    color: #007bff;
}
.service-img{
    border-radius: 10px;
}
.service-section{
    background-color: #dad5d5e8;
}
.mt-4 {
    margin-top: 1.5rem !important;
    font-size: 25px;
    color: #0056b3;
    text-decoration: underline;
    font-weight: 700;
    font-family: serif;
} 
.product-box {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: background-color 0.3s ease;
}
.product-box:hover {
    background-color: #eb0b0bf5;
}
.product-image {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    position: relative;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.product-image:hover img {
    opacity: 0.7;
}
.product-heading {
    font-size: 1.5rem;
    margin-top: 10px;
    color: #333;
}
.test{
    max-width: 1200px;
    margin: auto;
    padding: 2rem 1rem;
    text-align: center;
}
.test h3{
    font-size: 1.5rem;
    font-weight: 700;
    color: blue;
}
.test h1 {
  position: relative;
  margin-bottom: -100px;
  font-size: 2.5rem;
  font-weight: 600;
  color: green;
  margin-top: -24px;
}
.test h1::after {
    position: absolute;
    content:"";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    width: 5rem;
    background-color: purple;
}
/* Add hover effect to FAQ question */
.faq-question:hover .arrow {
    transform: rotate(360deg);
    transition: transform 0.5s ease;
}
.text-muted {
    --bs-text-opacity: 1;
    color: rgb(7 125 243 / 75%) !important;
    font-size: 20px;
    font-family: arial;
    margin-bottom: 20px;
}
.col-md-6 h1 {
    color: rebeccapurple;
    font-weight: 600;
    font-family: aria;
    text-align: left;
}
section.py-5.bg-light {
    margin-top: 20px;
}
.col-md-6 p {
    font-family: arial;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}
.col-md-6 p b{
    color: red;
}
.buutt {
    margin-top: 100px;
    border-radius: 12px;
    margin-left: 151px;
}
.buutt a {
    color: black;
    text-decoration: none;
}
.accordion-item {
    text-decoration: none;
    font-size: 18px;
    font-family: arial;
    font-weight: 100;
}
.col-md-6 h6 {
    font-size: 20px;
    margin-bottom: 20px;
    color: blue;
    font-weight: 700;
}
.clients h1 {
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    font-family: aria;
    margin-bottom: 32px;
}
.logos {
  padding: 60px 0;
  background: #fcfafafd;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.logos {
  padding: 60px 0;
  background: #fcfafafd;
  white-space: nowrap;
  position: relative;
  overflow-x: hidden;
}
.port .logos {
  overflow: hidden;
}
@keyframes slide {
    from{
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 2;
    content: "";
}
.logos::before{
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0),white);
}
.logos::after{
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0),white);
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos-slide{
    display: inline-block;
    animation: 15s slide infinite linear;
}
.logos-slide img{
    height: 140px;
    margin: 0 50px;
}
  /* bg img with your image */
  .background {
    background: url('img/dynamic-bg/dynmaic.png') no-repeat center center/cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30vh;
}
.dynamic-h1 h1 {
    color: rgb(8, 8, 8);
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-weight: 800;
}
#dynamic-word {
    color: #ffcc00;
    font-style: italic;
}
.testimonial {
    text-align: center;
    padding: 50px 20px;
}
.testimonial-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: initial;
}
.testimonial-image:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
.testimonial-heading {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.testimonial-heading:hover {
    color: #007bff;
}
.testimonial-paragraph {
    font-size: 1rem;
    color: #555;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}
.footer {
    background-color: #343a40;
    color: #fff;
    padding: 40px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .footer a {
    color: #ddd;
    text-decoration: none;
  }
  .footer a:hover {
    color: #fff;
  }
  .footer .logo {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .footer i {
    margin-right: 8px;
  }
  .footer p b{
    text-decoration: underline;
  }
  /*about.php */
    .content-img {
      position: relative;
      background-size: cover;
      background-position: center;
      height: 300px;
      margin: 15px 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      border-radius: 20px;
      margin-left: 8%;
      margin-right: 8%;
    }
    .content-img:hover {
      transform: translateY(-10px);
    }
    .solution h4 {
      margin-top: 22px;
  }
  section.container.py-5 {
    margin-top: 20px;
    margin-bottom: -20px;
}
    .content-img p {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      margin: 0;
      width: 100%;
      text-align: center;
      padding: 10px;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .content-img p {
      opacity: 1;
    }
    .content-img p {
        margin-bottom: 70px;
        border-radius: 15px;
        font-size: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 200;
        font-style: italic;
    }
    .contain h1{
        text-align: center;
        font-size: 20px;
        font-family: 'Arial Narrow Bold', sans-serif;
        font-weight: 500;
        color: #073b72;
        margin-top: 20px;
    }
    .content-img p:hover{
        background-color: #167cf0;
    }
    .customer{
        font-size: 14px;
        text-align: center;
        margin-top: 15px;
        color: #1f7fe6;
        font-weight: 100;
        text-decoration: underline;
    }
    .hero-content h1{
        font-size: 80px;
        text-align: center;
        font-family: arial;
        font-weight: 700;
        background-color: #0f0f0f71;
        margin-top: 100px;
        padding-top: 150px;
        color: white;
    }
    .hero-content{
      font-size: 20px;
      background: url('img/Pannel/Pannels-1.png') no-repeat center center/cover;
      height: 60vh;
    }
    .her-content{
      font-size: 20px;
      background: url('img/about/discussion-5.png') no-repeat center center/cover;
      height: 60vh;
    }
    .heo-content{
      font-size: 20px;
      background: url('img/Pannel/mobile.png') no-repeat center center/cover;
      height: 60vh;
    }
    .for-content{
        font-size: 20px;
      background: url('img/Pannel/Expert-policy.png') no-repeat center center/cover;
      height: 60vh;
    }
    .for-content h1{
         font-size: 80px;
        text-align: center;
        font-family: arial;
        font-weight: 700;
        background-color: #0f0f0f71;
        margin-top: 100px;
        padding-top: 150px;
        color: white;
    }
    .heo-content h1{
      font-size: 80px;
        text-align: center;
        font-family: arial;
        font-weight: 700;
        background-color: #0f0f0f71;
        margin-top: 100px;
        padding-top: 150px;
        color: white;
    }
    .her-content h1{
      font-size: 80px;
      text-align: center;
      font-family: arial;
      font-weight: 700;
      background-color: #0f0f0f71;
      margin-top: 100px;
      padding-top: 150px;
      color: white;
    }
    .fluid-img{
        height: 60vh;
        width: 40vw;
        margin-left: 30px;
        border-bottom-right-radius: 20px;
    }
    .py-5 {
        margin-top: 120px;
    }
    .py-5 h3{
        font-size: 50px;
        font-family: arial;
        font-weight: 700;
    }
    .service-btn a {
        color: black;
        text-decoration: none;
    }
    .service-btn {
    margin-top: 62px;
    transition: transform 0.3s ease;
}
    /* portfolio */
    .box {
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 8px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
      }
      .box img {
        width: 100%;
        height: auto;
        display: block;
      }
      .box:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      }
    /* Button styling */
    .call-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #0f7fe7;
        color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        animation: blink 1s infinite;
        z-index: 1000;
        text-decoration: none;
      }
      /* Blinking effect */
      @keyframes blink {
        0%, 100% {
          opacity: 1;
        }
        50% {
          opacity: 0.5;
        }
      }
      /* Hover effect */
      .call-btn:hover {
        background-color: #2253db;
        transform: scale(1.1);
        transition: transform 0.3s ease, background-color 0.3s ease;
      }
      /* Icon styling */
      .call-btn i {
        font-size: 24px;
      }
      /* service */
      .box {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s ease-in-out;
    }
    .box img {
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }
    .box:hover img {
        transform: scale(1.1);
    }
    .box .content {
        padding: 15px;
    }
    .box:hover {
        transform: translateY(-5px);
    }
    .col img {
        height: 60vh;
    }
    .content h5 {
      font-size: 28px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      margin-top: 30px;
  }
        /* Custom styles */
    .testimonial-box {
      position: relative;
      background-color: #1879daa1;
      padding: 20px;
      border-radius: 10px;
      transition: all 0.4s ease-in-out;
      overflow: hidden;
    }
    .testimonial-box:hover {
      background-color: #ff00c877;
      color: white;
    }
    .testimonial-box:hover .image-overlay {
      top: 0;
    }
    .testimonial-box .image-overlay {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 123, 255, 0.6);
      transition: top 0.4s ease-in-out;
    }
    .testimonial-box .circle-img {
      width: 100px;
      height: 150px;
      border-radius: 50%;
      border: 5px solid #fff;
      margin-bottom: 15px;
    }
    .testimonial-box h1 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
    .testimonial-box h4 {
      font-size: 1.2rem;
      margin-bottom: 5px;
    }
    .testimonial-box h6 {
      font-size: 1rem;
      color: #ee1a1a;
    }
    .main-head{
        text-align: center;
        font-size: 18px;
        font-weight: 900;
        margin-bottom: -84px;
        font-family: arial;
        color: rgba(128, 0, 128, 0.671);
        text-decoration: underline;
    }
    .w-content{
      font-size: 20px;
      background: url('img/about/service-1.png') no-repeat center center/cover;
      height: 60vh;
    }
    .w-content h1{
      font-size: 80px;
      text-align: center;
      font-family: arial;
      font-weight: 700;
      background-color: #0f0f0f71;
      margin-top: 100px;
      padding-top: 150px;
      color: white;
  }
    /* section */
    .content p{
        margin-top: 40px;
        font-size: 20px;
        font-weight: 400;
        font-family: arial;
        word-spacing: 8px;
        color: #0303039c;
    }
    .content h5{
        font-size: 28px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
    }
    .more-2 h1{
        text-align: center;
        font-size: 30px;
        font-family: arial;
        font-weight: 600;
        color: rgba(173, 17, 173, 0.589);
        margin-top: 70px;
          margin-bottom: 40px;
        text-decoration: underline;
    }
    .with-2 h1 {
      margin-bottom: 30px;
  }
/* contactus */
.img-hover {
    transition: transform 0.3s ease;
  }

  .img-hover:hover {
    transform: scale(1.05);
  }

  .icon {
    font-size: 30px;
    color: #007bff;
  }

  @media (max-width: 768px) {
    .img-container {
      text-align: center;
    }

    .img-container img {
      max-width: 100%;
      height: auto;
    }
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper-slide h1 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 10px;
    text-align: center;
  }
    .image-container img {
                width: 90%;
                transition: transform 0.3s ease-in-out;
            }
            .image-container img:hover {
                transform: scale(1.1);
            }