@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

:root {
  --head-clr: #3b7cf5;
  --font-clr: #1c1d3e;
  --second-clr: #a09dab;
  /*font-size: 10px;*/

}

html {
  background-color: #fff;
  overflow-x: hidden;

}

body {
  overflow-x: hidden;

}

/*color: #1c1d3e; color: #3b7cf5;*/





/*==============================index ended============================================*/



.home {
  margin-top: 100px;
  width: 100%;
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: center;
}

.home .home-container {
  margin: 0 10%;
  width: 80%;
  display: block;
  padding: 5px 0 0 0;
}

.home-text {
  float: left;
  width: 50%;
  padding-top: 140px;

}

.home-text h1 {
  font-size: 55px;
  font-weight: 50 0;
  line-height: 1em;
  text-transform: uppercase;
  color: --font-clr;
  padding-right: 20px;
  margin-top: -15%;
}


@media (max-width: 992px) {
  .home {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-text {
    width: 100%;
    padding-top: 80px;
  }

  .home-image {
    width: 100%;
    margin-top: 30px;
  }

  .home-text h1,
  .home-text h2 {
    font-size: 40px;
  }

  .home-text h3 {
    font-size: 18px;
  }

  .home-text p {
    font-size: 0.95em;
  }
}

/* For mobile phones */
@media (max-width: 768px) {
  .home-text {
    padding-top: 50px;
    text-align: center;
  }

  .home-text h1,
  .home-text h2 {
    font-size: 35px;
  }

  .home-text h3 {
    font-size: 16px;
  }

  .home-text p {
    font-size: 0.9em;
  }

  .home-image {
    margin-top: 20px;
  }

  .home-image img,
  .home-image video {
    padding-left: 0;
  }
}

/* For small mobile phones */
@media (max-width: 576px) {

  .home-text h1,
  .home-text h2 {
    font-size: 30px;
  }

  .home-text h3 {
    font-size: 14px;
  }

  .home-text p {
    font-size: 0.85em;
  }

  .home-image .img1,
  .home-image .img2,
  .home-image .img3,
  .home-image .img4,
  .home-image .img5,
  .home-image .img6,
  .home-image .img7,
  .home-image .img8,
  .home-image .img9,
  .home-image .img10,
  .home-image .img11 {
    width: 15%;
  }
}


/*================================================== aboutus main  =================================*/


/* Basic reset */
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* ======= Home page ======= */
.aboutus_home {
  display: flex;
  flex-direction: row;
  /* Stack items vertically by default */
  gap: 20px;
  width: 100%;
  height: auto;
  /* Let height adjust based on content */
  align-items: center;
  /* Center items vertically */
  justify-content: center;
  /* Center container horizontally */
  padding: 20px;
  /* Add some padding for better spacing */
}

/* Container for content within AR_home */
.aboutus_home_container {
  margin: auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  /* Stack text and image vertically by default */
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* Full width for text and image rows */
.text-row,
.image-row {
  margin: auto;
  width: 100%;
  text-align: justify;
  /* Center text horizontally */
}

.text-row h1 {
  font-size: 32px;
  font-weight: 50 0;
  line-height: 1em;
  text-transform: uppercase;
  color: --font-clr;
  padding-right: 20px;
  font-weight: 600;
}

.image-row img {
  width: 100%;
  height: auto;
  max-width: 600px;
  /* Limit max width to prevent image from becoming too large */
}

@media (max-width: 1100px) {
  .aboutus_home {
    position: relative;
    margin-top: 2%;

  }

  .text-row h1 {
    font-size: 1.2rem;
    ;
    text-align: justify;
  }

}

/* Responsive design for larger screens */
@media (max-width: 901px) {
  .aboutus_home {
    position: relative;
    margin-top: 20%;

  }

  .aboutus_home_container {
    flex-direction: column;
    /* Stack text and image side by side */
  }

  .text-row,
  .image-row {

    width: 100%;
    /* Give equal width to text and image */
  }

  .text-row h1 {
    font-size: 1rem;
    ;
    text-align: justify;
    margin-top: 10%;
  }

  .text-row {
    display: flex;
    align-items: center;
    /* Vertically center text within its container */
  }


}




/*=================ABOUT US======================*/
.about-section {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.abt-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.about-image {
  flex: 1;
  padding: 30%;
  max-width: 50%;
  padding: 10px;
}

.about-image img {
  width: 80%;
  padding: 10%;
  height: auto;
  margin: auto;
  display: block;
}

.text-content {
  flex: 1;
  max-width: 60%;
  margin: auto;
  padding-right: 5%;

}

.text-content h2 {
  font-size: 3rem;
}

.text-content p {
  text-align: justify;
}


@media screen and (max-width: 900px) {
  .abt-container {
    flex-direction: column;
    text-align: center;
  }

  .about-image,
  .text-content {
    max-width: 100%;
  }
}

/*=================  who we are ======================*/
.about_main1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  /* background: #ddd; */
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Container for content within AR_home */
.about_home_container2 {
  width: 80%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

/* Full width for text and image rows */
.text-row2,
.image-row2 {
  width: 100%;
}

.text-row2 p {
  margin: 0;
  color: rgb(54, 53, 53);
  font-size: 1rem;
  text-align: justify;
}

.text-row2 h2 {
  text-align: left;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
}

/* Responsive image */
.image-row2 img {
  width: 70%;
  height: auto;
  max-width: 600px;
}

/* Responsive design for tablet and mobile views */
@media (max-width: 901px) {
  .about_home_container2 {
    flex-direction: column;
  }

  .text-row2,
  .image-row2 {
    width: 100%;
  }

  .text-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-row2 p {
    font-size: 1.2rem;
    /* Adjusting font size for readability on smaller screens */
  }

  .text-row2 h2 {
    text-align: center;
  }

  .image-row2 img {
    width: 100%;
  }
}


/*==================================== Why choose us ============================*/
.animation-container {
  margin: 0 10%;
  text-align: center;
  padding: 30px;
}

.animation-text h2 {
  font-size: 35px;
  color: var(--font-clr);
  font-weight: 600;
}

.animation-text p {
  color: black;
  font-size: 1rem;
  margin-top: -3%;
  padding: auto;
}

.animation-image model-viewer {
  width: 80%;
  height: 550px;
  margin: 0 auto;
  background-color: #eee;
  border-radius: 20px;
}



/*================================ Our Approch  ====================================*/

/* Container for the section */
.sub-service1 {
  margin: 50px auto;
  /* Center the section horizontally */
  width: 80%;
  /* Set section width to 80% of its parent container */
}

/* Container for the items */
.sub-service1 .items {
  display: flex;
  flex-wrap: nowrap;
  /* Ensure items stay in one row by default */
  justify-content: space-between;
  /* Space items evenly */
}

/* Styling for each item */
.sub-service1 .sub-box1 {
  position: relative;
  width: 23%;
  /* Adjust width as needed to fit items in one row */
  height: 320px;
  /* Set a fixed height */
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  /* Add some margin */
  padding: 20px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling for the images inside each item */
.sub-service1 .sub-img1 img {
  max-width: 70%;
  /* Reduce the size of the image to 80% of its container */
  height: auto;
  /* Maintain aspect ratio for the height */
  padding: 20px;
  /* Adjust the padding as needed */
  display: block;
  /* Ensure proper alignment */
  margin: 0 auto;
  /* Center the image inside the container */
}

/* Styling for the image container */
.sub-service1 .sub-img1 {
  width: 150px;
  /* Set a fixed width for the circular container */
  height: 150px;
  /* Ensure height is the same as width to keep it circular */
  border-radius: 50%;
  background-color: rgb(247, 247, 247);
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Hover effect for the image container */
.sub-service1 .sub-img1:hover {
  background-color: rgb(230, 230, 230);
  margin-bottom: 10px;
}

/* Title styling */
.sub-service1 .sub-box1 h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}

/* Paragraph styling */
.sub-service1 .sub-box1 p {
  color: black;
  line-height: 29px;
  font-size: .9em;
  text-align: center;
}

/* Optional: Hover effects for items */
.sub-service1 .sub-box1:hover {
  border-radius: 12px;
  will-change: transform;
  transform: perspective(1000px) rotateX(4.80deg) rotateY(10.23deg) scale3d(1.05, 1.05, 1.05);
}

/* Responsive styles */

/* Mobile view: one item per row without extra space */
@media (max-width: 576px) {
  .sub-service1 .items {
    flex-wrap: wrap;
    /* Allow items to wrap */
    justify-content: center;
    /* Center the items */
  }

  .sub-service1 .sub-box1 {
    width: 100%;
    /* Make each item take up the full width */
    margin: 0 0 20px 0;
    /* Remove horizontal margin and add vertical margin */
  }
}

/* Tablet view: one item per row and one column */
@media (max-width: 768px) and (min-width: 577px) {
  .sub-service1 .items {
    flex-wrap: wrap;
    /* Allow items to wrap */
    justify-content: center;
    /* Center the items */
  }

  .sub-service1 .sub-box1 {
    width: 48%;
    /* Two items per row in tablet view */
    margin: 0 0 20px 0;
    /* Keep the items spaced vertically */
  }
}

/* Desktop and larger screens */
@media (min-width: 769px) {
  .sub-service1 .sub-box1 {
    width: 23%;
    /* Original width for desktop and larger screens */
    margin: 0 10px;
    /* Keep some spacing */
  }
}


/*================================ vision mission  ====================================*/

.visionmission {
  width: 100%;
  /* background: linear-gradient(135deg, #53029B 0%, #6989EE 100%); */
  background: #ddd;
  margin: auto;
  padding: 2rem 0;
  box-sizing: border-box;
}

.Visioncontainer {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: auto;
  height: auto;
  flex-wrap: wrap;
  /* Added to handle overflow */
}

.Visioncontainer .row {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.top-text,
.bottom-text {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  color: rgb(0, 0, 0);
}

.top-text h3,
.bottom-text h3 {
  font-size: 36px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #000000;
}

.top-text p,
.bottom-text p {
  font-size: 16px;
  margin: 0;
  color: rgb(54, 53, 53);
}

.center-img {
  text-align: center;
  margin: auto;
}

.center-img img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  /* Convert image to greyscale */
  transition: filter 0.3s ease;
  /* Smooth transition for any filter changes */
}

.visionmission .center-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.visionmission .center-img img {
  max-width: 100%;
  height: auto;
  margin-left: 22%;
}


/* Responsive adjustments */
@media (max-width: 900px) {
  .Visioncontainer {
    flex-direction: column;
  }

  .top-text,
  .bottom-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .top-text h3,
  .bottom-text h3 {
    font-size: 2em;
  }

  .top-text p,
  .bottom-text p {
    font-size: 1em;
  }

  .center-img {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {

  .top-text h3,
  .bottom-text h3 {
    font-size: 1.8em;
  }

  .top-text p,
  .bottom-text p {
    font-size: 0.9em;
  }

  .Visioncontainer .row {
    padding: 0.5rem;
  }

  .visionmission {
    padding: 1rem 0;
  }
}


/*   <!-- ======= our team  ======= --> */

.ourteam-section {
  display: flex;
  /* background: #ddd; */
  flex-wrap: wrap;
  /* Allows items to wrap if needed */
  justify-content: center;
  /* Center align cards horizontally */
  /* gap: 20px; */
  /* Space between cards */
  padding: 20px;
  text-align: center;
  /* Center align text in the container (not affecting card contents) */
  position: relative;
  width: 100%;
}

.ourteam-section h2 {
  font-size: 24px;
  font-style: "Medium";
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}

.ourteam-section p {
  text-align: justify;
  width: 90%;
  padding: 10px;
  color: rgb(54, 53, 53);
  margin: auto;
}

.ourteam-section h2,
.ourteam-section h3 {
  margin-bottom: 20px;
}


/* Basic container styling */
/* Basic container styling */
.team-section-container {
  width: 100%;
  margin: 0 auto;
  /* background: #ddd; */
}

/* Flexbox layout for team section */
.team-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0; /* Ensure no extra padding */
}

.team-image {
  flex: 1; /* Allow image to grow */
  margin-right: 0; /* Remove margin to eliminate space */
  width: 50%;
  height: auto;
  display: flex; /* Enable flexbox layout */
  flex-direction: column; /* Arrange children in a column */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
}

.team-image img {
  width: 30%;
  height: auto;
  border-radius: 10px;
}


/* Right side (names and positions) */
.team-info {
  flex: 1; /* Allow team info to grow */
  padding: 0; /* Remove padding to ensure no extra space */
}

.team-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.team-info li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.team-info .name {
  font-weight: bold;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}

.team-info .position {
  font-style: normal; /* Use normal instead of "Regular" */
  color: #fff; /* Change text color to white */
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px; /* Space between name and position */
  padding: 2px; /* Optional: Add padding to make space between text and border */
   background: linear-gradient(to right, #000, #808080); /* Gradient from black to gray */
  letter-spacing: 2px;
}

/* Media Query for Tablet View */
@media (min-width: 769px) and (max-width: 1024px) {
  .team-wrapper {
      flex-direction: column;
      align-items: flex-start;
  }

  .team-image {
      width: 80%;
  }

  .team-info {
      width: 100%;
  }

  .team-info ul {
      display: flex;
      flex-wrap: wrap;
  }

  .team-info li {
      width: 50%;
  }
}

/* Media Query for Mobile View */
@media (max-width: 768px) {
  .team-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .team-image {
      width: 100%;
      margin-bottom: 20px;
  }

  .team-info ul {
      width: 100%;
      display: block;
  }

  .team-info li {
      width: 100%;
      text-align: center;
      padding: 10px 0;
  }
}





/*================= Price ======================*/
.price {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 100px 10%;
}

.price-img {

  align-items: center;
  width: 50%;

}

.price-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.price-con {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}

.con-text {
  align-items: left;
  position: relative;
}

.con-text h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-left: 50px;

}

.con-text i {
  font-size: 40px;
  position: absolute;
}

.con-text p {
  color: var(--second-clr);
  line-height: 29px;
  font-size: .9em;
  margin-bottom: 40px;
  margin-left: 50px;
}

@media screen and (max-width:1000px) {
  .price-img {

    align-items: center;
    width: 100%;

  }

  .price-con {
    width: 100%;
    margin-top: 50px;
    padding: 0;
  }
}

/*=================================== hero section   ============================*/


.aboutushero-container1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.about-tag1 {
  background-color: #f0f0ff;
  color: #1c1c1c;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

h1 {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #1c1c1c;
}

.content-wrapper1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.left-content1 {
  flex: 1;
  padding-right: 40px;
}

.right-content1 {
  flex: 1;
}

.description1 {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.features1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.feature1 {
  flex-basis: calc(50% - 20px);
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.feature-icon1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.feature-icon1 img {
  width: 20%;
  height: auto;
}

.feature-content1 h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #1c1c1c;
}

.feature-content1 p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.cta1 {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-top: 40px;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
}

.cta-text1 {
  color: #333;
  font-weight: bold;
}

.cta-link1 {
  color: #666;
  text-decoration: none;
  font-weight: bold;
  text-decoration:underline;
}

.features1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Space between features */
  justify-content: center;
}

.feature1 {
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items horizontally */
  gap: 10px;
  /* Space between icon and content */
  width: 100%;
  max-width: 250px;
  /* Adjust based on desired width */
}


.feature-content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center text horizontally */
  text-align: center;
  /* Center text alignment */
}

.feature-content1 h3 {
  margin: 0;
}

.feature-content1 p {
  margin: 5px 0 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .features1 {
    flex-direction: column;
    align-items: center;
  }

  .feature1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: none;
    /* Remove max-width for smaller screens */
  }
}

.aboutsection {
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 20px;
}

.about-us-container {
  position: relative;
  width: 100%;
  height: 80vh;
  /* Adjust height as needed */
  overflow: hidden;
  /* Hide overflow to ensure proper cropping */
}

.about-us-container img {
  position: relative;
  width: 100%;
  height: 80vh;
  /* Adjust height as needed */
  overflow: hidden;
  /* Hide overflow to ensure proper cropping */
  filter: grayscale(100%);
}

.heropage1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the container without stretching */
  display: block;
  /* Remove bottom space below the image */
}

/* Styling for the about-us-text */
.about-us-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the text */
  color: #FFFFFF;
  /* White text color for contrast */
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  /* Optional rounded corners */
  filter: grayscale(100%);
}

.about-us-text h1 {
  font-size: 70px;
  /* Adjust font size as needed */
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-us-text p {
  font-size: 1.2rem;
  /* Adjust font size as needed */
}

/* Responsive styles */
@media (max-width: 768px) {
  .about-us-container {
    height: 60vh;
    /* Adjust height for tablets */
  }

  .about-us-text h1 {
    font-size: 2rem;
    /* Adjust font size for tablets */
  }

  .about-us-text p {
    font-size: 1rem;
    /* Adjust font size for tablets */
  }
}

@media (max-width: 480px) {
  .about-us-container {
    height: 50vh;
    /* Further adjust height for mobile screens */
  }

  .about-us-text h1 {
    font-size: 1.5rem;
    /* Further adjust font size for mobile screens */
  }

  .about-us-text p {
    font-size: 0.9rem;
    /* Further adjust font size for mobile screens */
  }
}







/* Responsive adjustments */
@media (max-width: 1200px) {
  .content-wrapper1 {
    flex-direction: column;
  }

  .left-content1,
  .right-content1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }

  .about-tag1 {
    font-size: 12px;
    padding: 3px 10px;
  }

  .feature1 {
    flex-basis: calc(50% - 10px);
    max-width: none;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  .content-wrapper1 {
    flex-direction: column;
  }

  .left-content1,
  .right-content1 {
    padding-right: 0;
  }

  .feature1 {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .feature-icon1 img {
    width: 10%;
  }
}

@media (max-width: 576px) {
  .about-tag1 {
    font-size: 10px;
    padding: 2px 8px;
  }

  h1 {
    font-size: 24px;
  }

  .feature-icon1 img {
    width: 10%;
  }

  .cta1 {
    padding: 15px 20px;
  }

  .cta-text1 {
    font-size: 14px;
  }

  .cta-link1 {
    font-size: 14px;
  }
}