/* === Google Font Import - Poppins === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

 

sectiont{
  position: relative;  
  height: 450px;
  width: 1075px;
  display: flex;
  align-items: center;
}

.swipert{
  width: 950px;
}

.cardt{
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cardt::before{
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: #7d2ae8;
  border-radius: 20px 20px 0 0;
}

.cardt .cardt-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}

sectiont .cardt .image{
  height: 140px;
  width: 140px;
  border-radius: 50%;
  padding: 3px;
  background: #7d2ae8;
}

sectiont .cardt .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.cardt .media-icons{
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cardt .media-icons i{
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cardt .media-icons i:hover{
  opacity: 1;
}

.cardt .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
 
} 

.name-profession .name{
  font-size: 20px;
  font-weight: 600;
}

.name-profession .profession{
  font-size:15px;
  font-weight: 500;
}

.cardt .rating{
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.cardt .rating i{
  font-size: 18px;
  margin: 0 2px;
  color: #7d2ae8;
}

.cardt .button{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.cardt .button button{
  background: #7d2ae8;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button button:hover{
  background: #6616d0;
}

.swipert-pagination{
  position: absolute;
}

.swipert-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #7d2ae8;
}

.swipert-button-next, .swipert-button-prev{
  opacity: 0.7;
  color: #7d2ae8;
  transition: all 0.3s ease;
}
.swipert-button-next:hover, .swipert-button-prev:hover{
  opacity: 1;
  color: #7d2ae8;
}
.partisons{

background-color: #07a10f;
height: 170px;

}
.shoabt{
height: auto;


}
/* about us */
.wehave_section {
  color: #ffffff;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0px;
  margin-top: -5px;
 
  background-color: #E19251;
  background: linear-gradient(to bottom, #FFA500, #FFD700);


}

.wehave_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wehave_section .box .img-box {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
          border-radius: 4px;
          border-color: black;
          border: 5px;
          
}

.wehave_section .box .img-box img {
  width: 100%;
  border: 5px solid white ;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wehave_section .box .detail-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px;
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wehave_section .box .detail-box p {
  margin: 0;
}

.wehave_section .box .detail-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  color: #82c419;
}

.wehave_section .box .detail-box a hr {
  border: none;
  width: 90px;
  height: 1px;
  background-color: #82c419;
  margin: 0;
  margin-left: 5px;
}

.why_section .why_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.why_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px 10px 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/** footer **/
 /* Footer styles */
  
  /* Add this to your existing CSS */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
  margin: 0 auto;
 
  background-color: #82c419;
  width: 100%;
}

.footer-column {
  flex: 1;
  padding: 0 20px;
}

.footer-column h2 {
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 5px;
}

ul li a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}

ul li a:hover {
  color: #ff9900;
}
 
/* Styling for Partner Info */
.partner-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
   
}

 
.partner h3 {
  margin-bottom: 2px;
   
}

.location,
.phone,
.email {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #000;
}

.location .icon,
.phone .icon,
.email .icon {
  font-size: 20px;
  margin-right: 8px;
  color: #000;
}

/* Styling for Social Icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
 
}

.flright {
  float: right;
}

.social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #000;
}

.social-icons a:hover {
  color: #ff9900;
}
  /* scxreen less than 481 */
  
  /* For screens smaller than 768px (e.g., mobile) */
 

  
    /* Adjust Partner Info alignment */
   /* Media query for screens narrower than 481px */
@media (max-width: 481px) {
  /* Reset the order for all columns */
  .footer-column {
    order: initial;
  }
  
  /* Center align the columns */
  .footer-content {
    flex-direction: column;
    align-items: left;
    text-align: left;
  }
  
  /* Add spacing between columns */
  .footer-column {
    margin-bottom: 20px;
  }
  
  /* Center align partner info */
  .partner-info {
    text-align: left;
  }
}

@media (max-width: 992px) {
 

  .wehave_section .box {
      align-items: center;
  }

  .wehave_section {
      background: none;
      background-color: #E19251;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(5%, #E19251), color-stop(95%, #E19251), color-stop(95%, transparent));
  background: linear-gradient(to bottom, transparent 5%, #E19251 5%, #E19251 95%, transparent 95%);
      padding: 0;
  }

  .wehave_section .box {
      flex-direction: column;
  }

  .wehave_section .box .img-box {
      margin-bottom: -25px;
  }

  .why_section .why_container {
      flex-wrap: wrap;
  }

  .why_section .box {
      flex: none;
      flex-basis: calc(50% - 20px);
  }

}

 
 
 
 
  
   

   
 

/* @media (max-width: 480px) {
  .why_section .box {
      flex-basis: calc(100% - 20px);
  }

} */

 
 /* Your existing styles */

/* Media Queries */
@media (max-width: 1024px) {
  .footer-content {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    padding: 20px;
  }

  .footer-column {
    margin-bottom: 15px;
  }
}


