@charset "utf-8";


.header-section h2.h1-style::after {
  content: "";
  display: block;
  max-width: 389px;
  height: 3px;
  background-color: #FFC107;
  margin: 13px auto 0;
}


/*=========================================== LEFT RIGHT SECTION ==============================================*/
.left-right-section {
  color: #fff;
  /* min-height: 683px; */
}
 
.left-right-section .item {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: stretch;
}
@media (min-width: 992px) {
.left-right-section .item:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px
}
}
.left-right-section.ready .bnn {
opacity: 1;
animation: fadeInLeft 1.2s both;
}
 
.left-right-section .bnn {
display: block;
position: relative;
width: 50%;
min-height: 473px;
}
.left-right-section .bnn img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;border-radius: 8px;}
.left-right-section .info {
opacity: 1;
display: flex;
flex-direction: column;
align-self: stretch;
align-items: flex-start;
justify-content: center;
width: 50%;
position: relative;
padding: 15px 5vw 30px;
}
 
.left-right-section.ready .info {
opacity: 1;
animation: fadeInRight 1.2s both;
}
.left-right-section.ready .item:nth-child(even) .info {
opacity: 1;
animation: fadeInLeft 1.2s both;
}
 
 
 
 
 

@media (max-width: 1200px) {}
@media (max-width: 991px) {
.left-right-section .info,
.left-right-section .cta-video {
  width: 100%;
}
.left-right-section .info { padding: 50px 10vw 30px; }
}
@media (max-width: 991px) {
.left-right-section .bnn {
  width: 100%;
  min-height: 500px;
  padding-bottom: 52%;
}
}

.left-right-section .info{
padding: 40px 30px;
}

 

 
.left-right-section .item .bnn{/* max-height: 453px; */}

.left-right-section .item {flex-direction: row-reverse;background: #FFF;min-height: 683px;height: 100%;}


.left-right-section .info {
  padding: 80px;
  padding-right: 100px;
  padding-top: 15px;
}

@media (min-width: 992px) {
.left-right-section .info {
  width: 54%;

}
  
.left-right-section .bnn {width: 46%;}
}

.left-right-section .item h2 {
  color: var(--color-2, #2C2C34);
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top:0;
}

.left-right-section .item span {
  color: var(--color-3, #9A8A78);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.left-right-section .item p {
color: var(--color-2, #2C2C34);
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;  
}

.left-right-section .info p {
  color: var(--Dark-Gray, #333);
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 20px;
}

.left-right-section .info h2 { font-size: 26px }
.left-right-section .info h2:after { display: none }
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {
  .left-right-section .item {flex-direction: column-reverse;}
  .left-right-section .info {  
  padding-right:40px;
    padding-left:40px;
    padding-bottom:20px;
  }
}


/*Features Section */
/*services*/

.services-section {
  background: #fff;
  padding: 60px 20px;
}

.services-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-intro {
  text-align: center;
  margin-bottom: 40px;
}

.services-intro h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2C2C34;
  margin-bottom: 10px;
}

.services-intro p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.feature {
  width: 100%;
  max-width: 438px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.08); */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.feature:hover {
  /* transform: translateY(-5px); */
}

.service-card-img {
  width: 100%;
  padding-top: 58%;
  background-size: cover;
  background-position: center;
}

.service-card-text {
  padding: 20px;
  text-align: center;
}

.service-card-text h3 {
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    margin-bottom: 30px;
    margin-top: 11px;
}

.service-card-text p {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin: 0;
}

@media (max-width: 1200px) {
  .feature {
    max-width: 350px
  }
  .services-wrapper {
    justify-content: space-around;
}
}

 

@media (max-width: 991px) {
  .feature {
    max-width: 100%;
  }
}
