html, body{
  margin: 0;
  padding: 0;
  font-family: MICROSS !important;

  
}
.padding{
  padding:15px;
}

.body-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
header{
  overflow: hidden;
}
.testimonials {
  padding: 20px 0;
}

.hr {
  border: 2px solid rgb(107, 203, 244);
  max-width: 250px;

}
.right{
            width: 100%;
            height: auto;
            flex-wrap: wrap;
            height: 100px;
            color: #716e6e;;
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            font-size:18px;
            padding: 26px;
            
           
        }

.h2-services {
  font-family: "MICROSS";
  text-align: center;
  margin-bottom: 0px !important;
  font-size: 24px;
  padding-bottom: 0px !important;
  color: #333;
}

.form-folder {
  display: flex;
  width: 50%;
  height: 100%;
  position: absolute;
  align-content: center;
  left: 50%;
  top: 0;
  bottom: 0;
  align-items: center;

}
.header-content{
  width:100%;
  height:auto;
  float: left;
}

.testimonials h2 {

  text-align: center;
  font-size: 22px;
  font-family: "MICROSS" !important;
}

.testimonials .card {
  border: none;
  background-color: #f8f9fa;
  padding: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.testimonials .client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonials .client-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  font-family: "MICROSS";
}

.testimonials .client-position {
  font-size: 0.9rem;
  color: #777;
}

.testimonials .client-review {
  margin: 10px 0;
  font-size: 0.9rem;
}

.testimonials .stars {
  color: #ffcc00;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.digital-banner{
  
  width: 600px;
  height: 250px;
  position: absolute;
  top: calc(50% - 125px);
  bottom: 0;
  line-height: normal;
  left:100px;
  
}
.banner-p1{
  
  color: #ffcc00;
  
  font-weight: 900;
  line-height: 1.2;
  align-items: center;
  font-family: MICROSS;
  font-size: xx-large;
  
 
  margin: 0;
}

.banner-p2{
  
  font-size: 26px;
  color: #f9f9f9;
  margin-top: 20px;
  font-family: MICROSS;
  line-height: 1.3;
}


/* testimonials css ends */

/*----------------- Why choose us css start.......... */

.why-choose-us {

  font-family: "MICROSS";

}

.why-choose-us h2 {
  font-family: "MICROSS" !important;
  font-size: 2rem;
  text-align: center;

}

.why-choose-us .card {
  border: none;
  background-color: #f8f9fa;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #cce9ff;
}

.why-choose-us .card h5 {
  font-family: "MICROSS";
  font-size: 15px;
  font-weight: bold;

}

.experience img {
  width: 40px;
  float: left;
  margin-left: 4px;
  margin-right: 14px;
}

.experience p {
  text-align: justify;
  margin-left: 5px;
}

.offer-cell h5 {
  background-color: #012c4c;
  color: #ffffff;

}

.why-choose-us .feature-description {
  margin: 0;
  font-size: 15px;
}

.why-choose-us img.main-img {
  width: 100%;
  border-radius: 10px;
}

.card-body p {
  font-family: "MICROSS";
  text-align: justify;
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}



.offer-cell {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cce9ff;
  background-color: #ffffff;

}

.services-area {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cce9ff;

}

.services-area h1 {
  font-family: "MICROSS";
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: #012c4c;
  color: #ffffff;
  font-size: 28px;

}

.services-area p {
  font-family: "MICROSS";
  text-align: justify;
  padding: 20px;
}

.slider-image {
  background-image: url(../img/Main-Lobby-Banner.png);
  background-size: cover;
  /* background-position: bottom; */
  width: 100%;
  /* height: 0;
    padding-bottom: calc(300 / 1280* 100%) !important; */
  position: relative;
  overflow: hidden;
  margin-top: 10px;

}

.hero-section {

  color: white;
  text-align: center;
  padding: 100px 0;
}

.hero-section h1 {
  font-family: "MICROSS";
  font-size: 3rem;
}

.hero-section p {
  font-family: "MICROSS";
  font-size: 1.5rem;
}

.card h5 {
  font-family: "MICROSS";
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  
  padding-top: 10px;
  margin: 0px;
  ;
}

.offer-cell h5{
  height: 50px;;
}

.technologies img {
  width: 50px;
  height: 50px;
  margin: 10px;
}

.clients img {
  width: 100px;
  height: auto;
  margin: 10px;
}

.navbar-section{
width: 100%;
height:74px;
background-color: #012c4c;
margin-top: -7px;
}



.nav-link {
  color: white !important;
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial p {
  font-family: "MICROSS";
  font-size: 0.9rem;
}

.testimonial h6 {
  font-family: "MICROSS";
  font-weight: bold;
}

.contact-form textarea {
  resize: none;
}

.map {
  height: 250px;
  width: 100%;
}

.container {
  text-align: center;
  font-family: "MICROSS";
}

.about-container {
  text-align: left;
  font-family: "MICROSS";
}


.payment-gateway {
  background-color: #ffffff;
  height: auto;
  width: 100%;
}

.section-for-banner {
  max-width: 500px;
  margin-left: 0px;
  text-align: left;
}


h1 {
  font-family: "MICROSS" !important;
  margin-bottom: 20px;
  font-size: 24px;

}

.quote-btn {
  padding: 8px 30px;
  background-color: #06af47;
  border-radius: 10px;
  color: #ffff;
  border: none;

}

.image-p1 {
  font-size: xx-large;
  font-weight: 900;
  line-height: normal;
}

.image-p {
  font-size: x-large;
  font-weight: 900;
  line-height: normal;
  color: #ffffff;

}


.get-phone {
  font-size: 14px;
  font-family: "MICROSS";
}

/* --------form css start---------*/
.popup-form {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
}

.popup-form h2 {
  text-align: center;
  color: #0056b3;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #0056b3;
  outline: none;
}

textarea {
  resize: none;
  height: 65px;
}

.submit-btn {
  display: block;
  width: 100%;
  padding: 6px;
  background-color: #0056b3;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.submit-btn:hover {
  background-color: #003d80;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;

}

/* --------form css End---------*/

.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-bottom: 20px;

}

.technology-text {
  float: LEFT;
  margin-left: 15PX;
  margin-top: 10PX;

}

.logo img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}


footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid rgb(253, 253, 253);
}

.footer-column {
  flex: 1;
  min-width: 200px;
  /* Set a minimum width for responsiveness */
  margin: 10px;
}

.social-icon img{
  margin: 5px;
}

h4 {
  font-family: "MICROSS";
  padding-bottom: 10px;
  width: fit-content;
}

.footer-column h4{
  font-family: "MICROSS" !important;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  width: fit-content;
  font-size: 22px;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  margin: 5px 0;
  font-family: "MICROSS";
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: aqua;
}


.getcontainer {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  font-family: "MICROSS" !important;
  text-align: center;
  font-size: 14px;
  color: #333;

}

.font-for-heading {
  padding-top: 5px;
}


.form-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.form-container {
  flex: 0 0 48%;
}

.form-container form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.form-container input:focus,
.form-container textarea:focus {
  outline: none;
  border-color: #007bff;
}

.form-container textarea {
  resize: none;
  height: 120px;
}

.form-container input[type="submit"] {
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.form-container input[type="submit"]:hover {
  background-color: #218838;
}

.map-container {
  flex: 0 0 48%;
  margin-top: 10px;
}

.map-container iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.copyright {

  width: 100%;
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: "MICROSS";
  margin-top: 10px;

}

/*------clinet crousel Start---------------*/

.clients-section {
  text-align: center;
  padding: 20px;
  background-color: white;
}

.clients-section h2 {
  margin-bottom: 10px;
  color: #333;
}

.clients-section .underline {
  width: 50px;
  height: 2px;
  background-color: #5e9ed6;
  margin: 0 auto 30px auto;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.carousel-content {
  display: flex;
  justify-content: space-between;
  transition: transform 0.3s ease-in-out;
}

.carousel-content img {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin: 0 20px;
}

.client-name {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  font-weight: 700;
}

.carousel-content div {
  margin-right: 40px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 2px solid #5e9ed6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.arrow:hover {
  background-color: #5e9ed6;
  color: white;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}

.arrow svg {
  fill: #5e9ed6;
}

.arrow:hover svg {
  fill: white;
}


/*-----------clinet testimonial------csss*/

.carousel-container img {
  width: 200px;
  height: auto;
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 64px;
  margin-block: auto;
  height: fit-content;
  width: 48px;
  background-color: white;
  border: none;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
  opacity: 1;
}

.carousel-arrow--prev {
  left: 0;
}

.carousel-arrow--next {
  right: 0;
}

.carousel-container {
  /* width: 100%; */
  padding-block: 16px 32px;
  margin: 16px 48px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  /* width: 100%; */
  gap: 30px;
  align-items: center;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  overflow:scroll;
  scroll-behavior: smooth;
}

.carousel-container::-webkit-scrollbar {
  height: 14px;
  width: calc(100% - 48px);
}

.carousel-container::-webkit-scrollbar-track {
  background: #b1b3b399;
}

.carousel-container::-webkit-scrollbar-thumb {
  background: #29AB87;
}

.carousel-container::-webkit-scrollbar-track-piece:start {
  background: #29AB87;
}

.carousel-slide {

  aspect-ratio: 1;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #bae; */
  scroll-snap-align: center;
}

/*--------why-choose-us-SEO------*/

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}

.underline {
  width: 150px;
  height: 3px;
  background-color: #007bff;
  margin: 0 auto 20px;
}
.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #cce9ff;
  background-color: #f7f9fc;;
  overflow: hidden;
}

.leftround{
  border-radius: 124px 0px 0px 0px;
}
.rightround{
  border-radius: 0px 124px 0px 0px;
}

.text-content {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  padding-left: 125px;

}



.text-content h2 {
  color: #ffbf00;
  font-size: 30px;
  margin: 0 0 5px;
  text-align: left;
}

.text-content p {
  color: #555;
  font-size: 18px;
  margin: 0 0 20px;
  font-size: 18px;
  text-align: left;
}

.image-content {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.image-content img {
  width: 100%;
  border-radius: 10px;
}

/*--------why-choose-us-SEO -End------*/


/*---------------Our Services----Start------*/

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
 
  
  
}
.get-quote-banner{
  position:absolute;
   top:50%;
  transform: translate(-50%, -50%);
  right:0;
}

.banner-growing{
  display: flex;
  flex-direction: column;
  padding: 10px;
  

}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
  margin-top: 20px;
  font-family: MICROSS !important;
  
}

.underline {
  width: 100px;
  height: 3px;
  background-color: #007bff;
  margin: 0 auto 20px;
}

/* Services grid styling */
.services-grid {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  
}

.service-card {
  position: relative;
  width: 23%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}

.service-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.service-card h3 {
  font-size: 22px;
  margin: 0;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.service-card p {
  font-size: 16px;
  margin: 5px 0 0;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/*----------our services----End------------*/


/*----------client crousel End--------------*/
/* Responsive layout for small screens */
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    font-size: 10px;
    margin-top: 30px;
  }

  .right{
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    color: #716e6e;
    justify-content: space-evenly;
    
    font-size:18px;
    padding: 26px;
    
   
}

  .section-for-banner {
    max-width: 500px;
    margin-right: 85px;
    text-align: center;
  }

  .navbar-section{
    width: 100%;
    height:50px;
    background-color: #012c4c;
    margin-top: -7px;
    }

  .image-p1 {
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    text-align: ccenter;


  }

  .header-content{
    width: 90%;
  }

  .image-p {
    font-size: 20px;
    font-weight: 900;
    margin-right: 20px;
    line-height: normal;
    color: #f3f2f2;
    text-align: center;

  }

  .services-area h1 {

    font-size: 22px;
    padding-top: 10px;
  }

  .testimonials h2 {

    text-align: center;
    font-size: 22px;


  }

  .why-choose-us h2 {
    
    font-size: 22px;
    text-align: center;
    padding-top: 10px;

  }

  h1 {
    
    margin-bottom: 20px;
    font-size: 16px;

  }

  .clients-section {
    text-align: center;
    padding: 20px;
    background-color: white;
    width: 100%;
  }

  .form-section {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }

  .form-folder {
    width: 100%;
    left:0;
   
  
  }

  .about-container {
    text-align: center;
    width: 100%;
  }
header{
  height: 200px;
}
/* header img{
  height: 200px !important;
  width: auto !important;
} */

.copyright {

  width: 100%;
  color: white;
  font-size: 8px;
  text-align: center;
  font-family: "MICROSS";
  

}

.footer-column {
  flex: 1;
  min-width: 200px;
  /* Set a minimum width for responsiveness */
  margin: 10px;
  text-align: center;
}

.footer-column h4{
 text-align: center;
 font-family: "MICROSS";
 font-size: 16px;
 
  padding-bottom: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;

}

.footer-column ul li{
 font-size: 14px;
 line-height: 20px;
}

/* Responsive layout for mobile phones */
@media (max-width: 480px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo img {
    max-width: 80px;
  }


}

@media (max-width: 768px) {
  .popup-form {
    padding: 15px;
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .carousel-content img {
    width: 80px;
    margin: 0 15px;
  }

  .get-quote-banner{
    position:absolute;
    top:40%;
    bottom: 10%;
    right:0;
    transform: translate(-50%, -50%);
  }

  .arrow {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .carousel-content img {
    width: 60px;
    margin: 0 10px;
  }
}

@media (max-width: 600px) {
  .carousel-slide {
    flex: 1 0 90%;
  }
}
}

@media (max-width: 768px) {
  .banner-p1{
  
   
    font-size: 18px;
    font-weight: 400;
    font-family: MICROSS;
    text-align: center;
    
  }

  .banner-p2{
  
    font-size: 16px;
    color: #f9f9f9;
    margin-top: 20px;
    
    text-align: center;
    
  }

  .digital-banner{
    width: 100%;
    top: 50px;
    left:0;
    align-items: center;
    text-align: center;
    
  }
  
}

/* Media queries for responsiveness */
@media (max-width: 768px) {

  .text-content {
    flex: 1;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  
  }
  
  .text-content h2 {
      font-size: 16px;
      text-align: center;
  }
  .text-content p {
      font-size: 16px;
      text-align: center;
  }
}

@media (max-width: 768px) {
  .service-card {
      width: 100%;
      max-width: 350px;
      height: 180px;
  }

  .service-card h3 {
      font-size: 20px;
  }

  .service-card p {
      font-size: 14px;
  }

  .bg-primary img{
    content: url('../mobile/Mobile-View-Banner-1.png'); /* Change to the desired image source */

  }
  .digital-banner{
    width: 100%;
  }

  
}
