/*----------------------------------Hero section styling--------------------------------------*/
/* section, .container, .row, .site{
  overflow: visible;
} */
.row{
  overflow: visible;
}
.about-section .container {
  background: #fff;
  padding: 4rem 2rem;
}
/* Main Section */
.img-text-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  
  max-width: 1200px;
  margin: auto;
}

/* Left Image */
.img-part img {
  width: 100%;
 
  border-radius: 12px;
  object-fit: cover;
}

/* Right Highlight Text */
.text-part .highlight-text {
  font-size: 52px;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  background: #f7e9c8;   /* light highlight */
  padding: 42px 25px;
  border-left: 17px solid #c28b2c; /* bold highlight line */
  border-radius: 6px;
}

/* Responsive for Tablet */
@media (max-width: 991px) {
  .img-text-section {
    flex-direction: column;
    text-align: center;
  }

  .text-part .highlight-text {
    font-size: 32px;
    border-left: none;
    border-top: 6px solid #c28b2c;
  }

  .img-part img {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .text-part .highlight-text {
    font-size: 26px;
    padding: 15px;
  }
}


.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
  gap: 2rem;
}

.about-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

.about-left h2 {
    font-size: 75px;
    font-weight: 700;
    color: #1e1e1e;
    width: 100%;
	margin-bottom:75px;
	margin-top: 40px;
}
.about-text-p {
    width: 30%;
}
.about-left p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 2rem;
    width: 100%;
    margin-right: -6rem;
}
.talk-btn {
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
}
.talk-btn {
    display: inline-block;
    padding: 1.2rem 3.5rem;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0 20px 0 0;
    transition: all 0.3s ease;
    margin-top: 2rem;
    font-size: 44px;
    margin-bottom: -1rem;
}

a.talk-btn.aos-init.aos-animate {
    display: inline-block;
    position: relative;
    z-index: 10;
}

/* Hover Effect */
.talk-btn:hover {
    background-color: #000;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.about-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.img-grid {
    display: flex;
    gap: 4rem;
    margin-top: -5rem;
    margin-left: 11rem;
}

.small-img, .large-img {
  border-radius: 1rem;
  object-fit: cover;
}

.small-img {
    width: 478px;
    height: 352px;
    margin-top: 8.8rem;
    margin-left: -10rem;
}

.large-img {
    width: 800px;
    height: 492px;
	margin-top:135px;
}

.aboutus-text {
    font-size: 17px;
	line-height: 32px;
    color: #7B7B7B;
    width: 83%;
    padding-top: 0px;
    text-align: justify;
    padding-left: 282px;
}

.aboutus-text span{
  color: #F4C36D;
}

/* <!-------------------------------------Why Choose Us------------------------------------------> */
.choose-text h2 {
    display: flex;
    font-size: 2.8rem;
    margin-bottom: 4rem;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    margin-left: 11.1rem;
}

.choose-text .square {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #000;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.why-choose-us{
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-container{
    max-width: 1240px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.card{
  width: 164px;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  transition: .6s cubic-bezier(.28,-0.03,0,.99);
}

.card > .row{
    color: white;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.card > .row > .icon{
  color: white;
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px;
  font-size: 34px;
  margin-left: 1.5rem;
}

.card > .row > .description{
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  height: 17rem;
  width: 453px;
   margin-left: 3rem;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: .3s;
  transition: all .3s ease;
}

.description p{
  color: #ffffff;
  padding-top: 5px;
}

.description h4{
    font-size: 34px;
    margin-top: -3rem;
    margin-bottom: 1rem;
}

input{
  display: none;
}

input:checked + label{
  width: 100%;
}

input:checked + label .description{
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/*.card[for="c1"]{
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.511), rgba(0, 0, 0, 0.555)), url(../img/about/choose.png);
}
.card[for="c2"]{
  background-image: 
   linear-gradient(rgba(0, 0, 0, 0.511), rgba(0, 0, 0, 0.555)),url(../img/about/choose.png);
}
.card[for="c3"]{
  background-image: 
   linear-gradient(rgba(0, 0, 0, 0.511), rgba(0, 0, 0, 0.555)),url(../img/about/choose.png);
}
.card[for="c4"]{
  background-image: 
   linear-gradient(rgba(0, 0, 0, 0.511), rgba(0, 0, 0, 0.555)),url(../img/about/choose.png);
}*/
.card:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Optional: Add an overlay effect on hover */
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.388); 
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.card:hover::before {
  opacity: 1;
}

/* Make sure the card is positioned */
.card {
  position: relative;
}


.card > .row > .icon,
.card > .row > .description {
  position: relative;
  z-index: 2;
}


/*--------------------State-section-styling----------------------*/
.stats-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 4rem 2rem;
    background-color: #F8F8F8;
    text-align: center;
    margin-top: 6rem;
}

.stat-box h2 {
  font-size: 80px;
  margin: 0;
  color: #1e1e1e;
}

.stat-box p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #555;
}

.divider {
  width: 1px;
  height: 118px;
  background-color: #BCBCBC;
}
.divider:last-child{
  display: none;
}

@media (max-width: 768px) {
  .stats-section {
    flex-direction: column;
    gap: 2rem;
  }

  .divider {
    display: none;
  }
   .stat-box h2 {
	font-size:50px;
	}

}

/*--------------------------meet the founder--------------------------------*/
.founder-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #fff;
  width: 90%;
    margin: 0 auto;
}
.founder-section1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0rem;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #fff;
  flex-direction: row-reverse;
  margin-bottom: 2rem;
  width: 90%;
    margin: 0 auto;
}

.founder-text {
  flex: 1;
  max-width: 50%;
}

.founder-details {
    padding-left: 0rem;
}
.founder-info {
    padding-right: 3rem;
}
.founder-main-text h3 {
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    gap: 3rem;
    margin-left: 16rem;
    margin-top: 5rem;
}

.founder-main-text .square {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #000;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.founder-info h1 {
    font-size: 2.2rem;
	 margin: 1rem 103px;
    font-weight: 600;
    color: #1e1e1e;
}

.founder-info .number {
  font-weight: 400;
  margin-right: 1rem;
  font-size: 3rem;
}

.founder-info h4 {
  font-size: 1.2rem;
  margin: 1rem 103px;
  color: #555454;
}

.founder-info p {
  color: #777;
  font-size: 1rem;
  max-width: 450px;
   margin: 1rem 104px;
  line-height: 1.5;
}

.founder-image {
  flex: 1;
  text-align: center;
}

.founder-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
/*   .founder-section {
    flex-direction: column;
    text-align: center;
  } */

  .founder-text, .founder-image {
    max-width: 100%;
  }

  .founder-info h1 {
    font-size: 2.5rem;
  }

  .founder-info .number {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
	.img-grid{
		margin-left: 0;
	}
	.small-img {
		width: 100%;
		height: 100%;
		margin-left: 0;
	}
	.large-img{
		width: 100%;
		height: 100%;
	}
	input:checked + label {
		width: 100%;
	}
	.about-text-p {
		width: 60%;
	}
	.choose-container {
        width: 100%;
        padding: 0 15px;
    }
	
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.card > .row > .description {
    height: auto;
    width: auto;
    margin-left: 2rem;
	}
	.why-choose-us{
		padding:0px 20px;
	}
	input:checked + label {
		width: 100%;
	}
	.aboutus-text{
		padding-left:119px;
	}
	.founder-info{
	padding: 0px;
	}
	.founder-details {
    padding-left: 0rem !important;
	}
	.founder-section{
	gap:0px;
	}
}
@media screen and (max-width: 768px) and (min-width: 200px) {
	.about-left{
	  flex-direction: column;
	}
	.about-left h2 {
		font-size: 40px;
		width: 100%;
	}
	.about-text-p {
		width: 100%;
	}
	.talk-btn{
		padding: 10px 20px;
		margin-top: 0;
		font-size: 16px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.img-grid {
		display: flex;
		gap: 4rem;
		margin-top: 0;
		margin-left: 0;
		flex-direction: column;
	}
	.small-img {
		width: 100%;
		height: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	.large-img{
		width: 100%;
		height: 100%;
	}
	.aboutus-text {
		font-size: 12px;
		color: #7B7B7B;
		width: 100%;
		margin-left: 0;
		text-align: left;
		padding: 0 15px;
		line-height: 1.3;
	}
	.choose-text h2 {
		font-size: 25px;
		margin-bottom: 2rem;
		margin-top: 5rem;
		gap: 1rem;
		margin-left: 10px;
	}
	.why-choose-us {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.choose-container {
		flex-direction: column;
		gap: 15px;
		padding: 0px 20px;
		align-items: center;
	}
	.card{
		width: 100%;
		
	}
	.card > .row > .description{
		height: 100%;
		width: 100%;
		margin-left: 0rem;
		padding: 20px;
	}
	.description h4{
		font-size: 24px;
    margin-top: 0rem;
    margin-bottom: 1rem;
	}
	.founder-main-text h3 {
		font-size: 25px;
		margin-bottom: 0rem;
		gap: 1rem;
		margin-left: 2rem;
		margin-top: 3rem;
	}
	.founder-info h1{
		font-size: 25px;
		margin:0px;
	}
	.founder-info h4 {
		font-size: 20px;
		margin:0px;
	}	
	.founder-info p{
		margin: 0;
	}
	.founder-details{
	padding-left:0px;
	}
}