/* Full-width Banner */
.abt-banner {
  position: relative;
  width: 100%;
  height: 400px;
  /* You can adjust the height as needed */
  background-image: url("../images/abt-img/banner.jpg");
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  margin: 0%;
}

.abt-sec-left p{
  font-family: "Poppins", sans-serif;
}

.abt-sec-right p{
    font-family: "Poppins", sans-serif;
}

.banner-content p{
  font-family: "Poppins", sans-serif;
}

/* Centered Content */
.banner-content {
  position: absolute;
  top: 65%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
  font-family: Arial, sans-serif;
  width: 25%;
}

/* Heading Styles */
.banner-content h1 {
    margin-bottom: 10px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    font-family: "Crimson Text", serif;
}

/* Paragraph Styles */
.banner-content p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

/*abt-section css*/
.abt-sec {
  width: 100%;
  padding: 10% 0% 5% 0%;
  position: relative;
  background-color: #fffdf1;
  float: left;
}

.abt-img {
  position: absolute;
  /* top: -99%; */
  bottom: 60%;
  left: 45%;
  right: 0%;
  width: 45%;
  /* height: auto; */
}

.abt-img img {
  width: 100%;
  height: auto;
}

.abt-txt-container {
  width: 80%;
  display: flex;
  margin: 0 auto;
  gap: 5%;
}

.abt-sec-left {
  width: 50%;
  float: left;
}

.abt-sec-right {
  width: 50%;
  float: right;
  padding-top: 10%;
}

.abt-sec-left h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.abt-sec-left h2 {
    font-size: 36px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-family: "Crimson Text", serif;
    color: #000;
    font-weight: 700;
}

.abt-sec-right h2 {
    font-size: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-family: "Crimson Text", serif;
    color: #000;
    font-weight: 700;
}

/* counter Section Style start */
.counter-section {
  position: relative;
  background-image: url("../images/abt-img/vision.jpg");
  /* Replace with your background image path */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: white;
  text-align: center;
  float: left;
  width: 100%;
}

/* Content Styling */
.counter-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Crimson Text", serif;
}

.counter-content h2.counter-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b2a268;
  /* Yellow underline */
}

.counter-content p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

/* Counter Box Styling */
.counter-box {
  display: flex;
  justify-content: center;
  gap: 85px;
  margin-top: 50px;
}

/* Counter Styling */
.counter {
  text-align: center;
}

/* Counter Numbers */
.counter .count {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
  /* Added space between number and text */
}

/* Dividers between counters */
.divider {
  width: 3px;
  background-color: #b2a268;
  /* Yellow divider line */
  margin: 0 20px;
  height: 85px;
}

/* Text Styling */
.counter p {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
}

/* Sub-text Styling */
.counter .sub-text {
  font-size: 16px;
  /* Smaller font size for sub-text */
  font-weight: 300;
  margin-top: 5px;
  /* Spacing between the main text and sub-text */
}

/* counter Section Style end */

/*abt-section-slider start*/
.team-section {
  text-align: center;
  padding: 50px 0;
  background-color: #f6f1e1;
  width: 100%;
  float: left;
}

.section-header {
  position: relative;
}

.section-header h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 300;
}

.section-header h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 700;
    font-family: "Crimson Text", serif;
}

.section-header p {
  font-size: 16px;
  color: #000;
  max-width: 800px;
  margin: 0 auto 40px;
}

.team-carousel {
  margin: 0 auto;
  width: 80%;
}

.team-member {
  text-align: center;
}

.team-member img {
  /* width: 250px;
    height: 250px; */
  object-fit: cover;
  margin-bottom: 15px;
}

.team-member h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: left;
  font-family: "Crimson Text", serif;
}

.team-member p {
  font-size: 16px;
  color: #000;
  text-align: left;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.owl-nav {
  display: none;
}

.section-header h3::after {
  content: "";
  position: absolute;
  bottom: 35%;
  left: 41%;
  width: 20%;
  height: 3px;
  background-color: #b6a56c;
}

/*abt-section-slider end*/

/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
  .banner {
    height: 300px;
    /* Adjust height for smaller screens */
  }

  .banner-content h1 {
    font-size: 28px;
    /* Smaller font for mobile */
  }

  .banner-content p {
    font-size: 16px;
    /* Adjust paragraph font size */
    max-width: 80%;
    /* Increase width for better mobile readability */
  }
}

@media only screen and (max-width: 480px) {
  .banner {
    height: 250px;
    /* Adjust height for very small screens */
  }

  .banner-content h1 {
    font-size: 24px;
    /* Even smaller font for very small screens */
  }

  .banner-content p {
    font-size: 14px;
    /* Adjust font size for smaller screens */
    max-width: 90%;
    /* Increase width for better mobile readability */
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .banner-content {
        position: absolute;
        top: 55%;
        left: 25%;
        transform: translate(-50%, -50%);
        text-align: left;
        color: white;
        font-family: Arial, sans-serif;
        width: 35%;
    }

    .banner-content h1 {
    margin-bottom: 10px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    font-family: "Crimson Text", serif;
}

.banner-content p {
    font-size: 14px;
    max-width: 600px;
    margin: 0 auto;
}

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 73%;
    left: 45%;
    right: 0%;
    width: 50%;
    /* height: auto; */
  }

  .abt-sec-left h2 {
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-family: "Crimson Text", serif;
    color: #000;
    font-weight: 700;
  }

  .abt-txt-container {
    width: 90%;
    display: flex;
    margin: 0 auto;
    gap: 5%;
  }

  .counter-section {
    position: relative;
    background-image: url(../images/abt-img/vision.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    color: white;
    text-align: center;
  }

  .counter-content p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
  }

  .counter-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter .count {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .banner-content {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 35%;
  }

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 71%;
    left: 42%;
    right: 0%;
    width: 48%;
    /* height: auto; */
  }

  .abt-sec-left h2 {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-family: "Crimson Text", serif;
    color: #000;
    font-weight: 700;
  }

  .abt-sec-left h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .abt-sec {
    width: 100%;
    padding: 10% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
  }

  .abt-sec-right {
    width: 50%;
    float: right;
    padding-top: 13%;
  }

  .counter-content p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 24px;
    line-height: 1.6;
  }

  .counter-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
  }

  .counter .count {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .section-header h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 500;
  }

  .team-member h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
  }

  .banner-content h1 {
    margin-bottom: 10px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    font-family: "Crimson Text", serif;
}

.banner-content p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}


}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .banner-content {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 35%;
  }

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 70%;
    left: 45%;
    right: 0%;
    width: 45%;
    /* height: auto; */
  }

  .abt-sec-right {
    width: 50%;
    float: right;
    padding-top: 15%;
  }

  .abt-sec {
    width: 100%;
    padding: 8% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
  }

  .counter-content p {
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 28px;
    line-height: 1.6;
  }

  .counter-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
  }

  .counter .count {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .divider {
    width: 3px;
    background-color: #b2a268;
    margin: 0 20px;
    height: 60px;
  }

  .counter-content h2.counter-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    width: 85%;
    height: 3px;
    background-color: #b2a268;
  }

  .project04 h1 {
    padding: 0px 0px 10px 0;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  .banner-content {
    position: absolute;
    top: 55%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 34%;
  }

  .banner-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .abt-sec {
    width: 100%;
    padding: 8% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
  }

  .abt-sec-right {
    width: 50%;
    float: right;
    padding-top: 14%;
  }

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 65%;
    left: 45%;
    right: 0%;
    width: 45%;
    /* height: auto; */
  }

  .counter-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter-content p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 28px;
    line-height: 1.6;
  }

  .counter .count {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .section-header h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.team-member h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.divider {
    width: 3px;
    background-color: #b2a268;
    margin: 0 20px;
    height: 50px;
}

}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  .banner-content {
    position: absolute;
    top: 55%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 34%;
  }

  .banner-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .abt-sec {
    width: 100%;
    padding: 8% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
  }

  .abt-sec-right {
    width: 50%;
    float: right;
    padding-top: 14%;
  }

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 65%;
    left: 45%;
    right: 0%;
    width: 45%;
    /* height: auto; */
  }

  .counter-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter-content p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 28px;
    line-height: 1.6;
  }

  .counter .count {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .section-header h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.team-member h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.divider {
    width: 3px;
    background-color: #b2a268;
    margin: 0 20px;
    height: 50px;
}

}



@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  .banner-content {
    position: absolute;
    top: 55%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 34%;
  }

  .banner-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .abt-sec {
    width: 100%;
    padding: 8% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
  }

  .abt-sec-right {
    width: 50%;
    float: right;
    padding-top: 12%;
  }

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 65%;
    left: 45%;
    right: 0%;
    width: 45%;
    /* height: auto; */
  }

  .counter-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter-content p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 28px;
    line-height: 1.6;
  }

  .counter .count {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .section-header h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.team-member h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.divider {
    width: 3px;
    background-color: #b2a268;
    margin: 0 20px;
    height: 50px;
}

}


@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .banner-content {
    position: absolute;
    top: 55%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 34%;
  }

  .banner-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .abt-sec {
    width: 100%;
    padding: 8% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
  }

  .abt-sec-right {
    width: 50%;
    float: right;
    padding-top: 12%;
  }

  .abt-img {
    position: absolute;
    /* top: -99%; */
    bottom: 65%;
    left: 45%;
    right: 0%;
    width: 45%;
    /* height: auto; */
  }

  .counter-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .counter-content p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 28px;
    line-height: 1.6;
  }

  .counter .count {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .counter-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .section-header h3 {
    font-size: 34px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.team-member h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.divider {
    width: 3px;
    background-color: #b2a268;
    margin: 0 20px;
    height: 50px;
}

}


@media only screen and (min-width: 0px) and (max-width: 1000px) {

    .abt-banner {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url(../images/abt-img/mob-banner.jpg);
    background-size: cover;
    background-position: center;
    margin: 0%;
}

.banner-content p{
    margin: 0 ;
}

.banner-content {
    position: absolute;
    top: 63%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: Arial, sans-serif;
    width: 70%;
}

.abt-sec {
    width: 100%;
    padding: 8% 0% 5% 0%;
    position: relative;
    background-color: #fffdf1;
    float: left;
}

.abt-img {
     position: static;
    /* top: -99%; */
    bottom: 60%;
    left: 45%;
    right: 0%;
    width: 80%;
    /* height: auto; */
    margin: 16px auto;
}



.abt-txt-container {
    width: 80%;
    display: block;
    margin: 0 auto;
    gap: 5%;
}

.abt-sec-left {
    width: 100%;
    float: left;
}

.abt-sec-right {
    width: 100%;
    float: left;
    padding-top: 0%;
}

.abt-sec-left h2 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    font-family: "Crimson Text", serif;
    color: #000;
    font-weight: 700;
}

.abt-sec-left h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.counter-section {
    position: relative;
    background-image: url(../images/abt-img/vision.jpg);
    background-size: cover;
    background-position: center;
    padding: 75px 20px;
    color: white;
    text-align: center;
    float: left;
    width: 100%;
}

.counter-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #fff;
}

.counter-content p {
    font-size: 14px;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

.counter-box {
    display: block;
    justify-content: center;
    gap: 85px;
    margin-top: 30px;
}

.counter .count {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.divider {
    width: 50%;
    background-color: #b2a268;
    margin: 0px auto;
    height: 3px;
}

.section-header h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 50px;
    font-weight: 500;
}

.section-header h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 300;
}

.section-header h3::after {
    content: "";
    position: absolute;
    bottom: 45%;
    left: 15%;
    width: 70%;
    height: 3px;
    background-color: #b6a56c;
}

.section-header {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

}


