body{
  overflow-x: hidden !important;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
      .inner-1-list {
        list-style-type: none;
        padding-left: 0;
      }

      .inner-1-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
      }

      .inner-1-list li::before {
        content: "→";
        position: absolute;
        left: 0;
        font-size: 18px;
        color: #000;
      }
      .logo {
          /*width: 52% !important;*/
          width: 70% !important;
          height: auto !important;
        }
    
.hero-section {
        position: relative;
        background-image: url("img/banner.jpg");
        background-size: cover;
        background-position: center;
        height: 100vh;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }

      .hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
      }

      .hero-section .logo {
        position: absolute;
        top: 20px;
        left: 20px;
        height: 110px;
      }

      .hero-text h1 {
        font-size: 3rem;
        font-family: "Merriweather", serif;
        font-weight: 700;
      }

      .hero-text p {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
      }

      .btn-outline-secondary {
        border-width: 2px;
        border-style: solid;
        box-shadow: none;
        font-family: inherit;
        font-weight: 500;
        background-color: transparent;
        color: white;
        border-radius: 8px;
        border-color: white;
        padding: 12px 24px;
        margin: 0 10px;
      }
      .sticky-header {
        position: sticky;
        top: 0;
        //background-color: rgba(0, 0, 0, 0.8);
        background-color: white;
        z-index: 100;
        width: 100%;
        padding: 15px 0;
      }

      .sticky-header .logo {
        height: 60px;
      }

      .sticky-header .nav-btns {
        display: flex;
        gap: 15px;
      }
      @media (max-width: 768px) {
        .sticky-header .logo {
          height: 50px;
        }

        .sticky-header .nav-btns {
          flex-direction: column;
          align-items: flex-end;
        }

        .sticky-header .btn {
          padding: 10px;
          font-size: 14px;
        }
        .hero-text h1 {
          font-size: 2rem;
        }

        .hero-text p {
          font-size: 1rem;
        }

        .btn-outline-secondary {
          padding: 8px 16px;
        }
        .packages-section h1 {
          font-size: 1.75rem;
        }

        .packages-section .card-title {
          font-size: 1.125rem;
        }

        .packages-section .card-text {
          font-size: 0.75rem;
        }
        .about-section h1 {
          font-size: 1.75rem;
        }

        .about-section p {
          font-size: 1rem;
        }
        .tech-excellence-section h1 {
          font-size: 1.75rem;
        }

        .tech-excellence-section h3 {
          font-size: 1.125rem;
        }

        .tech-excellence-section p {
          font-size: 0.75rem;
        }

        .testimonial-section .rounded-circle {
          width: 60px;
          height: 60px;
        }

        .testimonial-section .blockquote {
          font-size: 1rem;
        }

        .testimonial-section .blockquote-footer {
          font-size: 0.875rem;
        }

        .testimonial-section .carousel-indicators {
          padding-left: 15px;
        }
        .about-us-section img {
          width: 100%;
        }

        .about-us-section h2 {
          font-size: 1.75rem;
        }

        .about-us-section p {
          font-size: 1rem;
        }
        .contact-section .row {
          flex-direction: column;
        }

        .contact-section .btn-submit {
          width: 100%;
        }
      }

      /* Additional styles for the about section */
      .about-section {
        background-color: white; 
        /*#b8cde2; */
        padding: 20px 15px;
      }

      .about-section .container {
        max-width: 1200px;
      }

      .about-section h1 {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 20px;
      }

      .about-section p {
        font-family: "Merriweather", serif;
        font-size: 1.25rem;
        margin-bottom: 40px;
      }

      .about-section img {
        width: 100%;
        border-radius: 10px;
      }

      @media (max-width: 992px) {
        .hero-buttons {
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .hero-buttons .btn {
          width: 100%;
        }
        .about-section .col-md-8 {
          flex: 0 0 100%;
          max-width: 100%;
        }

        .about-section h1 {
          font-size: 2rem;
        }

        .about-section p {
          font-size: 1.125rem;
        }

        .about-section img {
          margin: 0 auto;
        }
        .hero-text h1 {
          font-size: 2.5rem;
        }

        .hero-text p {
          font-size: 1.125rem;
        }

        .btn-outline-secondary {
          padding: 10px 20px;
        }
        .packages-section h1 {
          font-size: 2rem;
        }

        .packages-section .card-title {
          font-size: 1.25rem;
        }

        .packages-section .card-text {
          font-size: 0.875rem;
        }
        .tech-excellence-section h1 {
          font-size: 2rem;
        }

        .tech-excellence-section h3 {
          font-size: 1.25rem;
        }

        .tech-excellence-section p {
          font-size: 0.875rem;
        }
        .about-us-section {
          text-align: center;
        }

        .about-us-section img {
          margin-bottom: 20px;
        }

        .about-us-section h2 {
          font-size: 2rem;
        }

        .about-us-section p {
          font-size: 1.125rem;
        }
      }

      /* Additional styles for the core packages section */
      .packages-section {
        background-color: white;
        padding: 20px 15px;
      }

      .packages-section .container {
        max-width: 1200px;
      }

      .packages-section h1 {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 40px;
        text-align: left;
      }

      .packages-section .card {
        border: none;
        background: none;
        text-align: left;
      }

      .packages-section .card img {
        height: 64px;
        width: 64px;
        margin-bottom: 20px;
      }

      .packages-section .card-title {
        font-family: "Merriweather", serif;
        font-size: 1.5rem;
        margin-bottom: 10px;
      }

      .packages-section .card-body {
        padding: 0px !important;
      }

      .packages-section .card-text {
        font-family: "Merriweather", serif;
        font-size: 1rem;
      }

      @media (max-width: 576px) {
        .packages-section h1 {
          font-size: 1.5rem;
        }

        .packages-section .card-title {
          font-size: 1rem;
        }

        .packages-section .card-text {
          font-size: 0.625rem;
        }
        .about-section h1 {
          font-size: 1.5rem;
        }

        .about-section p {
          font-size: 0.875rem;
        }
        .hero-text h1 {
          font-size: 1.5rem;
        }

        .hero-text p {
          font-size: 0.875rem;
        }

        .btn-outline-secondary {
          padding: 6px 12px;
        }
        .tech-excellence-section h1 {
          font-size: 1.5rem;
        }

        .tech-excellence-section h3 {
          font-size: 1rem;
        }

        .tech-excellence-section p {
          font-size: 0.625rem;
        }

        .tech-excellence-section .col-md-3 {
          flex: 0 0 100%;
          max-width: 100%;
        }

        .testimonial-section .rounded-circle {
          width: 50px;
          height: 50px;
        }

        .testimonial-section .blockquote {
          font-size: 0.875rem;
        }

        .testimonial-section .blockquote-footer {
          font-size: 0.75rem;
        }
        .about-us-section h2 {
          font-size: 1.5rem;
        }

        .about-us-section p {
          font-size: 0.875rem;
        }
      }
      /* Media Query for Apple iPad Pro (1024px width) */
      @media (max-width: 1024px) {
        .about-us-section img {
          width: 100%;
          border-radius: 10px;
          height: 300px;
        }
        .hero-section .logo {
          width: 52% !important;
          height: auto !important;
        }
        .logo {
          /*width: 52% !important;*/
          width: 100% !important;
          height: auto !important;
        }
        .about-section .col-md-8 {
          flex: 0 0 100%;
          max-width: 100%;
        }
        .hero-text h1 {
          font-size: 3rem;
        }

        .hero-text p {
          font-size: 1.7rem;
        }

        .btn-outline-secondary {
          padding: 10px 20px;
        }

        .about-section h1 {
          font-size: 2.55rem;
        }

        .about-section p {
          font-size: 1.525rem;
        }

        .packages-section h1 {
          font-size: 2.25rem;
        }

        .packages-section .card-title {
          font-size: 1.375rem;
        }

        .packages-section .card-text {
          font-size: 0.875rem;
        }
      }
      .images-section {
        background-color:white;
        padding: 20px 15px;
      }

      .images-section .container {
        max-width: 1200px;
      }

      .images-section .row {
        display: flex;
        flex-wrap: wrap;
      }

      .images-section .col-md-4 {
        padding: 15px;
      }
      @supports (-webkit-touch-callout: none) {
        .images-section1 img {
          height: 100%;
        }
      }
      .images-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
      }
      /* Technology Excellence Section */
      .tech-excellence-section {
        background-color:white;
        padding: 20px 15px;
      }

      .tech-excellence-section .container {
        max-width: 1200px;
      }

      .tech-excellence-section h1 {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 40px;
        text-align: left;
      }

      .tech-excellence-section .col-md-3 {
        text-align: left;
        margin-bottom: 20px;
      }

      .tech-excellence-section h3 {
        font-family: "Merriweather", serif;
        font-size: 1.5rem;
        margin-bottom: 10px;
      }

      .tech-excellence-section p {
        font-family: "Merriweather", serif;
        font-size: 1rem;
      }
      /* Testimonial Section */
      .testimonial-section {
        background-color:white;
        padding: 20px 15px;
      }

      .testimonial-section .container {
        max-width: 800px;
      }

      .testimonial-section .carousel-item {
        text-align: left;
      }

      .testimonial-section .rounded-circle {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
      }

      .testimonial-section .blockquote {
        font-family: "Merriweather", serif;
        font-size: 1.25rem;
      }

      .testimonial-section .blockquote-footer {
        font-size: 1rem;
        color: #6c757d;
        margin-top: 10px;
      }

      .testimonial-section .carousel-control-prev,
      .testimonial-section .carousel-control-next {
        width: auto;
      }

      .testimonial-section .carousel-control-prev-icon,
      .testimonial-section .carousel-control-next-icon {
        background-color: #000;
        border-radius: 50%;
        padding: 10px;
      }

      .testimonial-section .carousel-indicators {
        justify-content: center;
        margin-top: 10px;
        position: absolute;
        /* bottom: -30px; */
        left: 0;
        right: 0;
      }

      .testimonial-section .carousel-indicators button {
        background-color: #000;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0 3px;
      }
      /* About Us Section */
      .about-us-section {
        background-color: white;
        padding: 20px 15px;
      }

      .about-us-section .container {
        max-width: 1200px;
      }

      .about-us-section h2 {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 20px;
        text-align: left;
      }

      .about-us-section p {
        font-family: "Merriweather", serif;
        font-size: 1rem;
        margin-bottom: 20px;
      }

      .about-us-section img {
        width: 100%;
        border-radius: 10px;
        height: 400px;
      }
      .map-section {
        padding: 20px 15px;
        background-color: white;
      }

      .map-container {
        position: relative;
        width: 100%;
        height: 400px;
      }

      .map-iframe {
        width: 100%;
        height: 100%;
        border: 0;
      }
      .contact-section {
        background-color: white;
        padding: 20px 15px;
      }

      .contact-section h2 {
        font-family: "Merriweather", serif;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 20px;
      }

      .contact-section p {
        font-family: "Merriweather", serif;
        font-size: 1.125rem;
        margin-bottom: 40px;
      }

      .contact-section .form-control {
        border-radius: 8px;
        border: 1px solid #ccc;
        padding: 10px;
      }

      .contact-section .btn-submit {
        border-radius: 8px;
        padding: 10px 20px;
        border: 1px solid #000;
        background-color: transparent;
        font-family: "Merriweather", serif;
        font-size: 1rem;
      }
      .form-control {
        background-color:white;
       /* border: none !important; */
      }
      .logo-section img {
        height: 20% !important;
        width: 30% !important;
      }
      .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Remove the space between dropdown and its parent link */
  }
  .dropdown-toggle::after {
    display: none; /* Hide default Bootstrap arrow */
  }

  .section-comm 
  {
    height: fit-content;
    width: 100%; 
    

    background: linear-gradient(to right, rgba(15, 62, 106, 1) 0%, rgba(22, 89, 147, 1) 100%);
}
.it-service {
    padding-top:150px;
    padding-bottom:100px;
}
 .it-service h1
 {
    font-weight: 800;
    font-size: 3em;
    width: 100%;
    color: white;

 }
 .it-service p
 {
    font-size:24px;
    font-weight: 600;
    color:white;
 }

 .it-service-img  img
 {
    height: 400px;
 }
 .inner-1-list li
 {
    font-size: 18px;
    margin-top:10px;
 }
 .inner-2
 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-top-width: 5px !important;
    border-right-width: 1px !important;
    border-bottom-width: 5px !important;
    border-left-width: 1px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    border-left-color: #741b6f !important;
    border-left-style: solid !important;
    border-right-color: #741b6f !important;
    border-right-style: solid !important;
    border-top-color: #741b6f !important;
    border-top-style: solid !important;
    border-bottom-color: #741b6f !important;
    border-bottom-style: solid !important;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
 }
 .p-51
 {
    font-size: 17px;
 }
 .side-section
 {
    background-color: #f9f9f9;
    height: auto;
    padding: 10px;
 }
 .frm input 
 {
    margin-top: 20px;
    border-radius: 0px;
    background-color: transparent;
    border-color: #000;
    padding: 10px   ;
 }
 .inner-icon-gray 
 {
    background-color: #f4f4f7 !important;
    border-radius: 5px;
    padding: 10px;
 }

 .contact-grm label{ margin-top:10px;font-size: 18px;font-weight: 600;margin-bottom: 5px;border-radius: 0px;}
 @media (min-width: 991px) {
    .bk{
        display: none;
    }
  }