* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.swiper {
    background-image: url('https://net-logix.com/wp-content/uploads/2024/08/91115-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.swiper-slide {
  position: relative;
  position: relative;
  height: 485px;
}

.about_text h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #464646;
}

.new_text {
 
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  color: white;
}

.new_text h2 {
  font-size: 70px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
  width: 1000px;
  /* margin: 0; */
  text-align: center;
}


.bg {
  background: url(../IMG/Design2.png) no-repeat center center;
  background-size: cover; /* Ensures the background covers the section */
  padding: 50px 0; /* Adds space on top and bottom for a better layout */
  background-color: white;  
}


.testimonial {
  background: #edf2ff;
  padding: 39px 20px;
}
.about_text {
  max-width: 915px;
  margin: auto;
  text-align: justify;
}


.about_text_p {
font-weight: 600; 
font-size: 31px;
}


.services_cont p {
  margin-bottom: 0px;
  display: flex;
  justify-content: left;
  color: #555;
  font-weight: 100;
  font-size: 20px;
}

.main_about img {
  width: 100%;
  max-width: 563px;
  height: auto;
  margin-right: 90px;
}

.testimonial2 {
  background: #ffffff;
 padding: 39px 20px;
}


.testimonial2 {
  background-image: url(../IMG/it-amc-section-img-banner.png);
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-y: center;

  position: relative;
  /* overflow: hidden; */
  z-index: 1;

}

.testimonial2::before{
   content: '';
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about_text2 {
  max-width: 915px;
  margin: auto;
  text-align: left;
}

.about_text ul li{
    list-style: none;
  /* line-height: 2; */
  font-size: 21px;
  text-align: justify;
  margin-bottom: 25px;
}


.about_text2 ul li{
    list-style: none;
  /* line-height: 2; */
  font-size: 21px;
  text-align: justify;
  margin-bottom: 25px;
}


.main_about2 {
  display: flex;

  align-items: center;
  gap: 30px; /* Smaller gap for a more compact layout */
}
.main_about2 img {
  width: 100%;
  max-width: 563px;
  height: auto;
  margin-left: 90px;
}

.about_text3{
  max-width: 915px;
  margin: auto;
  text-align: left;
}
.about_text3 h2 {
  text-align: justify;
  font-size: 23px;
  margin-bottom: 0px;
  color: #222;
  font-weight: bold;
  margin: 0;
}

.about_text3 ul li{
    list-style: none;
  /* line-height: 2; */
  font-size: 21px;
  text-align: justify;
  margin-bottom: 25px;
}


.testimonial3 {
  background: #ffffff;
 padding: 39px 20px;
}


.testimonial3 {
  background-image: url(../IMG/MicrosoftTeams-image-1.webp);
 background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-y: center;

  position: relative;
  /* overflow: hidden; */
  z-index: 1;

}

.testimonial3::before{
   content: '';
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.testimonial4 {
  background: #ffffff;
  padding: 39px 20px;
}


.testimonial4 {
  /* background-image: url(../IMG/question-mark-on-blue-background-paper-art-style-vector.png); */
  background: #ccd7ea;
 background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position-y: center;

  position: relative;
  /* overflow: hidden; */
  z-index: 1;

}

.testimonial4::before{
   content: '';
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.point{
  color: red;
}


.contact-section {
    background: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-section h2 {
    font-size: 2em;
    color: #2c3e50;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #0056b3;
}


.contact-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 100px 30px; */
  background: linear-gradient(145deg, #e6f0fa, #ffffff);
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(0, 119, 255, 0.05) 0%, transparent 80%);
  animation: rotate 40s linear infinite;
  z-index: 0;
}

@keyframes rotate {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

.contact-card {
  position: relative;
  z-index: 2;
  /* background: rgba(255, 255, 255, 0.9); */
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 56px 0px;
  max-width: 800px;
  width: 100%;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.contact-card h2 {
  font-size: 2.8em;
  color: #1a1a1a;
  margin-bottom: 25px;
  font-weight: 700;
}

.contact-card p {
  font-size: 1.15em;
  color: #333;
  line-height: 1.8;
  margin-bottom: 18px;
}

.cta-button {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 38px;
  font-size: 1.1em;
  color: #fff;
  background: linear-gradient(135deg, #007bff, #003d99);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 123, 255, 0.4);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: linear-gradient(135deg, #0056b3, #002f80);
  transform: scale(1.05);
}

.question_faq{
  margin-bottom: 20px;
}
 .question_faq i {
  color: #aeaeae;
  font-size: 25px;
  background: white;
  border-radius: 175px;
  padding: 6px 7px;
  box-shadow: 0px 1px 1px -1px black;
  margin-right: 16px;
  cursor: pointer;
  transform: scale(1);
  transition: all .2s ease-in-out;
}

  .question_faq i:hover{
transform: scale(1.1);
  }


  .faq_ques{
    display: flex;
  align-items: center;
  }
.faq_ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease, padding 0.2s ease;
  padding: 0 52px;
  width: 830px;
}

.faq_ans.open {
  max-height: 500px; /* adjust based on your expected content height */
  padding: 10px 52px; /* add some padding when open */
}

.new_left h2{
  text-align: left;
  font-size: 35px;
  margin-bottom: 0px;
  color: #222;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .new_text h1 {
      font-size: 21px;
      width: inherit;
    }
  
    .swiper-slide {
      position: relative;
      height: 240px;
  
    }
  
    .swiper {
  
      background-size: inherit;
      background-position: top;
    }
      .swiper2 {
  
      background-size: inherit;
      background-position: top;
    }





.about_text {
  text-align: center;
}

.about_text_p {
  font-size: 14px;}
.about_text_p2 {
 font-size: 12px;
}
.testimonial,.testimonial2,.testimonial3,.testimonial4 {
  padding: 15px 20px;
}
.services_cont h2 {
  text-align: center;
  font-size: 37px;}

  .services_cont p {
  margin-bottom: 20px;
 
  font-size: 14px;
}

.about_text ul li,.about_text2 ul li,.about_text3 ul li{
    list-style: none;
  /* line-height: 2; */
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
}


.about_text ul,.about_text2 ul,.about_text3 ul{
  padding: 0;
}
}
@media (max-width: 900px) {

  .main_about,.main_about2 { 
  gap: 0;
  flex-direction: column;

}

.main_about img,.main_about2 img {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin: auto;
}
}

