p{
    font-size:15px;
    line-height: 1.7;
}

li{
    list-style-type: none;
}
html{
    overflow-x:hidden;
}
img{
    height:auto;
    max-width: 100%;
}
body {
    overflow-x: hidden;
     font-family: "Plus Jakarta Sans", sans-serif;
}


h1,h2,h3,h4,h5,h6{
     font-family: "Plus Jakarta Sans", sans-serif;
}
.section-title {
    margin-bottom: 25px;
}
a {
    text-decoration: none;
}

.top-1 span{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.intro-main-sect{
 padding: 5rem 0; 
   position: relative;
    overflow:hidden;
}
.intro-main-sect .intro-img img {
    width: 100%;
    border-radius: 12px;
    padding-left:1px;
    
}

.hambuuefer {
    display:none;
}

.close-button{
      display:none;
}

.header-btn {
    display:none;
}

.mobile-image {
    display:none
}

.main-image {
     display:block
}

.sec-samll-title {
    position: relative;
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
        color: #086a35;
    text-transform: uppercase;
    margin-bottom: 11px;
    max-width: max-content;
    letter-spacing: 0.5px;
}

.hero-content .sec-samll-title {
        color: #fff;
}
.sec-big-title {
    font-size: 28px;
    font-weight: 600;
}

/* FAQ Section */
.clints-faq-secti {
    padding: 5rem 0;
    position: relative;
    background: #f2f5fb;
}

.clints-faq-secti .accordion-item {
    background: transparent;
    border: 0;
}
.clints-faq-secti .accordion-button {
    background: transparent;
    padding: 1.75rem 0;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
    position: relative;
    border-bottom: 1px solid #dde3ee;
}


.clints-faq-secti .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #dde3ee;
    color: #00652E;
}

.clints-faq-secti .accordion-button:focus {
    box-shadow: none;
}

.clints-faq-secti .accordion-button::after {
    width: 36px;
    height: 36px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d5e3dc;
    border-radius: 6px;
 background-image: url("../new-images/svg/upper-arrow.svg");
 transform: rotate(0deg);
 border-radius:50%;
}

.clints-faq-secti .accordion-button:not(.collapsed)::after {
    background-color: #00652E;
    transform: rotate(180deg);
  background-image: url("../new-images/svg/down-arrow-marks.svg");

}

.clints-faq-secti .accordion-body {
    padding: 1.25rem 0 1.75rem 0;
    font-size: 16px;
    max-width: 90%;
    line-height: 1.7;
}
/*.clints-faq-secti .accordion-item:last-child .accordion-button {*/
/*  padding-bottom: 0;*/
/*  margin-bottom: 0;*/
/*}*/




.product-main-secct {
  padding: 0 0 5rem;
  overflow-y: hidden;
}

.product-main-secct .product-slider {
  width: 100%;
  position: relative;
}

.product-main-secct .product-slider-item {
  padding: 14px 14px;
  border-radius: 18px;
  border:1px solid #01643138;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-main-secct .swiper-slide {
        height: auto;
}

.product-main-secct .item-img {
  height: 224px;
  border-radius: 14px;
  background: url(../new-images/products/produst-bg.webp) center / cover no-repeat;
  overflow: hidden;
  margin-bottom: 16px;
  padding:1px;
}

.product-main-secct .item-img img {
    width: 100%;
    height: 231px;
    object-fit: contain;
    padding-left: 1px;
}

.product-main-secct .item-content {
  padding: 7px 0;
}

.product-main-secct .item-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-main-secct .item-name:hover {
  transform: translateX(3px);
}

.product-main-secct .product-title-link {
  color: #111;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
}

.product-main-secct .product-title-link:hover {
  color: #016431;
}

.product-main-secct .item-disc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-main-secct .product-plus-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
  border: 0;
    background: none;
    margin-right: 5px;
}

.product-main-secct .read-more-text {
  font-size: 13.5px;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
}

.product-main-secct .product-plus-btn i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border: 2px solid #016431;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.5s ease, border-color 0.3s ease;
}

.product-main-secct .product-plus-btn i.flaticon-add-1:before {
  content: "\f1b4";
  color: #000;
  transition: color 0.3s ease;
}

.product-main-secct .product-slider-item:hover .product-plus-btn i.flaticon-add-1 {
  transform: rotate(180deg) scale(1.05);
}

.product-main-secct .product-slider-pagination {
  padding: 20px 0;
  margin:30px 0;
}

.product-main-secct .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.product-main-secct .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.product-main-secct .swiper-pagination-bullet-active {
  background:  #00652ef7;
  
}

.product-main-secct .swiper-pagination-bullet-active::after {
  content: "";
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #00652ef7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}


.secttrss{
    font-size:19px;
    font-weight:600;
      margin-bottom:20px;
}

.sectrt-card p{
    text-align:justify;
      margin-bottom:23px;
        font-size:14px;
}
.sector-swiper{
    padding:4rem 0;
    background-color:#f2f5fb;
}
.sectrt-card{
    height: -webkit-fill-available;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.sec-icon {
    background-color: #016431;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 38%;
}
/* Position and style the navigation buttons */
.sector-swiper .swiper-button-next,
.sector-swiper .swiper-button-prev {
  position: absolute;
  top: 55%;
  width: 28px;
  height: 28px;
  margin-top: -20px; /* center vertically */
  z-index: 10;
  cursor: pointer;
  background-color: #1a7543; /* semi-transparent background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.sector-swiper .swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.sector-swiper .swiper-button-next {
  right: 0px;
}

.sector-swiper .swiper-button-prev {
  left: 0px;
}

.sector-swiper .swiper-button-next::after,
.sector-swiper .swiper-button-prev::after {
  font-size: 14px; 
  font-weight: bold;
  color: #fff;
}


  .sectrSwiper .sectrt-card .sec-icon img {
  filter: brightness(0) invert(1);

}


.high-eff {
  padding: 0 0 5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
  
}



.sector-swiper .swiper-slide {
    height: auto;
}

.high-eff .row {
  align-items: center;
}

/* Left Column: Slider */
.slider-section {
  position: relative;
  width: 100%;
 
  margin: 0 auto;
}

.slider-section .slider-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.slider-section .slider-image img {
  width: 100%;
  display: block;
  height: auto;
}

/* Slider Arrows */
.slider-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-section .arrow:hover {
  background: #ff5c2c;
  color: #fff;
}

.slider-section .arrow-left {
  left: 15px;
}

.slider-section .arrow-right {
  right: 15px;
}

/* Right Column: Content */
.left-section {
  flex: 1;
}

.left-section .section-title {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 15px;
}


/* Button */
.left-section .btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff5c2c;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.left-section .btn:hover {
  background: #e14b1d;
}

/* Slider Features List */
.slider-features {
  margin-top: 40px;
}

/*.slider-features > div {*/
/*  margin-bottom: 25px;*/
/*}*/


.slider-features p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


.high-eff .big-letter {
    font-size: 50px;
    font-weight: 800;
    margin: 0;
    z-index: 1;
    line-height: 1.3;
    width: 170%;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
}

.high-eff .big-letter span {
    display: inline-block;
    background: #fff;
    border-radius: 0 8px 8px 0;
    padding: 10px;
    margin-bottom: 8px;
    line-height: 1;
    padding-left: 0;
}


.high-eff .letteeer {
    font-size: 46px;
    z-index: 1;
    background: #fff;
    border-radius: 0 8px 8px 0;
    padding: 12px;
    padding-right: 21px;
    font-weight: 800;
    position: absolute;
    top: 36%;
    left: 6%;
    margin: 0;
}

.high-eff .gt-tuch:hover {
  border-color: #016431;
  background: #f5b210;
  color: #000;
}

/* Pagination Dots (bottom) */
.slider-pagination {
  text-align: center;
  margin-top: 20px;
}


.slider-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-pagination span.active {
  background: #ff5c2c;
}
.gt-tuch {
  display: inline-block;
  padding: 10px 20px;
  background-color: #016431; /* your button bg */
  color: white; /* text color */
  text-decoration: none;
  position: relative;
  font-weight: bold;
  border-radius: 5px;
}


.eff-space{
    padding-bottom:18px;
}


        
.deshn {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: #FFC107; 
}

.deshn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("../new-images/svg/compressor.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.clients-grw .row{
    row-gap:50px
   
}
.clients-grw{
     padding:20px;
}
.breadgrams .sec-big-title {
    font-size: 30px;
    font-weight: 600;
}
.breadgrams{
    padding: 0 0 5rem;
      position: relative;
}
.client-imgh img{
    width:100%;
}

.cliebtsicon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #106d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}
.clients-grw h4{
    font-size:21px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 14px;
}
.clients-grw p{
    font-size:15px;
    margin:0;
}
.cliebtsicon img{
    height:15px;
}
.sector-swiper .section-title{
    margin-bottom:40px;
}

.high-eff .desc {
 
    left: 7%;
    max-width: 227px;
    display: inline-block;
    bottom: 1%;
}

.high-eff::before {
     content: "";
    position: absolute;
    top: 29%;
    right: 0;
    width: 100%;
    height: 56%;
    background-image: url(https://html.themexriver.com/forgex/assets/img/services/core1-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    z-index: 0;
}

.textile-hero {
  position:relative;
}

.hero-content {
        background: #00652ef7;
    color: #fff;
    padding: 80px 40px 60px;
    height: 100%;
    border-radius: 18px 0 0 18px;
    display:flex;
    justify-content:space-between;
    flex-direction: column;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: rgba(255,255,255,0.08);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: #f5b210;
  border-radius: 50%;
}

.hero-content .sec-big-title {
      font-size: 39px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hero-desc {
  font-size: 15px;
  color: #fff;
      margin: 0;

}

.hero-btns {
  display: flex;
  gap: 16px;
  margin: 35px 0 30px;
  position: relative;
}



.btn-primary-custom, .btn-outline-custom {
    position: relative;
    color: #fff;
    padding: 14px 48px 14px 18px;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    border: none;
    font-size: 14px;
}

.btn-primary-custom {
  background: #fbe87e;
  color: #000;
}

.btn-outline-custom {
  background: #000000;
}


.btn-primary-custom::after,
.btn-outline-custom::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  z-index: 2; 
}

.btn-primary-custom::after {
  background-color: #086a35;
  background-image: url("../new-images/svg/arrow-white.svg");
}

.btn-primary-custom.call-btn::after {
  background-color: #f44336;
  background-image: url("../new-images/svg/phone-call.svg");
}

.btn-outline-custom::after {
  background-color: #00652e;
  background-image: url("../new-images/svg/arrow-white.svg");
}


.btn-primary-custom::before,
.btn-outline-custom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;         
  bottom: 0;
  width: 0;       
  height: 100%;
  border-radius: 10px;
  z-index: -1;        
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
}


.btn-primary-custom::before {
  background: #000;
}

.btn-outline-custom::before {
    background: #fbe87e;
}

.btn-primary-custom:hover,
.btn-outline-custom:hover {
  color: #fff;
}
.btn-primary-custom span,
.btn-outline-custom span {
  position: relative;
  z-index: 2;
}



.btn-primary-custom:hover::before,
.btn-outline-custom:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.btn-primary-custom:hover {
  color: #fff;
}

.btn-outline-custom:hover {
  color: #000;
}


.hero-stats .stat {
  padding-right: 20px;
  border-right: 1px solid rgba(239, 247, 243, 0.17);
      margin-right: 20px;
}

.hero-stats .stat:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 10px;
}

.stat span{
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stat p {
  font-size: 14px;
  color: #fff;
}

.hero-image {
  position: relative;
  height: 100%;
  overflow:hidden;
  
}

.hero-image img{
    border-radius: 0 18px 18px 0;
}


.hero-image::after {
content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.hero-image:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


.hero-image img {
    width: 100%;
    object-fit: cover;
        height: 100%;
}

.stat.statsss {
    border-right: 1px solid #eff7f32b;
    margin-left: 20px;
    margin-right: 20px;
}
.left-boxsss{
margin-left: 7px;
}
.contact-us-circle-stone {
position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    border: 10px solid #fff;
    border-radius: 50%;
}


.contact-us-circle-stone {
  width: 120px;
  height: 120px;
}

.contact-us-circle-stone a {
  display: block;
  width: 100%;
  height: 100%;

  background-image: url("../new-images/bg/contact-us-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  animation: rotateCircle 12s linear infinite;
}

/* Rotation animation */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



.textile-hero .aerooo::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 38px;
    height: 38px;
    background-color: var(--primary-color);
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    border-radius: 5px;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}




.testimonials {
    padding: 5rem  0;
    position:relative;

}

/* Wrapper with rounded border */
.testimonial-wrapper {
    position: relative;
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    padding: 60px 80px;
    background: #fff;
}

.testimonial-swiper {
    position: relative;
    overflow: hidden;
}

/* Testimonial Card */
.testimonial-card {
    background: #f8f9f0;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    position: relative;
}

/* Quote Icon */
.testimonial-card::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background-image: url('https://thememxpro.com/demo/solstar/assets/images/icon/quoteIcon1_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}

/* Profile Section */
.profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
}

.info p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* Quote Text */
.quote {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

/* Star Rating */
.rating {
    color: #ffa800;
    font-size: 20px;
    letter-spacing: 3px;
}

/* Navigation Arrows - Positioned on the border */
.testimonial-wrapper .swiper-button-prev,
.testimonial-wrapper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    color: #333;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.testimonial-wrapper .swiper-button-prev::after,
.testimonial-wrapper .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

.testimonial-wrapper .swiper-button-prev:hover,
.testimonial-wrapper .swiper-button-next:hover {
    background: #2c5f57;
    color: #fff;
    border-color: #2c5f57;
    transform: translateY(-50%) scale(1.1);
}

/* Position arrows on the border edges */
.testimonial-wrapper .swiper-button-prev {
    left: -25px; /* Half outside the border */
}

.testimonial-wrapper .swiper-button-next {
    right: -25px; /* Half outside the border */
}



/* CLINT logo sections */
.clint-carosel-logo {
    position: relative;
  padding: 4rem 0;
}

.clint-runs {
    width: 100%;
    overflow: hidden;
}

.clientSwiper {
    width: 100%;
    height: 100%;
}

.clientSwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.clientSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
}

.clientSwiper .swiper-slide img {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    /*opacity: 0.6;*/
}



.main-product-sec {
    margin-left:auto;
    width:94%;
}


/* Section */
.line-sec-contt {
    padding: 1rem 0;
    position: relative;
}


.line-sec-contt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: calc(100% - 30px); 
    max-width: 1200px; 
    height: 1px;
    background: #00652ef7;
    transform-origin: center;
    transition: transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.line-sec-contt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: calc(100% - 30px); 
    max-width: 1200px; 
    height: 1px;
    background: #00652ef7;
    transform-origin: center;
    transition: transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.line-sec-contt.active::before,
.line-sec-contt.active::after {
    transform: translateX(-50%) scaleX(1);
}

.line-sec-contt .content-center {
    text-align: center;
    padding: 25px 0;
}


.line-sec-contt .content-center p {
    margin-bottom: 10px;
    text-align: center;
     font-size: 18px;
}

.line-sec-contt .t1-btn {
    display: inline-block;
    margin-top: 10px;
    color: #00652ef7;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.line-sec-contt .t1-btn:hover {
    transform: translateY(3px);
}

.product-plus-btn {
    text-decoration: none;
}

.product-plus-btn .read-more-text {
    text-decoration: none;
}

.product-plus-btn:hover .read-more-text {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
}

/*key section*/
.sideform-sec {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.form-plus-keynumber-sec .section-title {
     margin-bottom: 25px;
}

.form-plus-keynumber-sec .section-title .sec-big-title{
      margin-bottom: 15px;
}

.form-plus-keynumber-sec .section-title p {
  font-size: 14px;
  color: #6b7280;
}

/* Inputs & textarea */
.sideform input,
.sideform textarea,
.sideform select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}


/* Textarea */
.sideform textarea {
  min-height: 140px;
  resize: none;
}

/* Focus */
.sideform input:focus,
.sideform textarea:focus {
  border-color: #8cbf26;
}


.sideform .btn-outline-custom {
    max-width:fit-content;
}


.sideform .row{
    row-gap:20px;
}

.form-plus-keynumber-sec {
    position:relative;
    background:#004037;
    padding:4rem 0;
    overflow:hidden;
}


.right-side-sec {
 
  display: flex;
  justify-content: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
 max-width: 668px;
  width: 100%;
}

/* Image styles */
.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left:1px
}

.img-one img {
  clip-path: polygon(
    10% 0,
    100% 0,
    100% 100%,
    0 100%,
    0 18%
  );
     height: 204px;
  
}


.img-two img {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 89% 100%, 0 100%);
     
}

/* Stat box */
.stat-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.stat-box span {
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 8px;
   text-align:center;
}

.stat-box p {
  font-size: 18px;
  opacity: 0.9;
  text-align:center;
}


.form-plus-keynumber-sec .row{
    align-items:center;
}


.main-choose {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid #eef1f4;
  height:100%;


  transition: 0.3s ease;
}



/* Icon */
.main-choose img {
  height: auto;
  margin-bottom: 10px;
}

/* Title */
.main-choose h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b1c2d;
  line-height: 1.3;
  margin:10px 0;
}

.why-choose-sec {
    padding:4rem 0;
}


/* Main CTA wrapper */
.secondary-cta {
  background-image: url("../new-images/bg/background-cta.webp"); /* optional texture */
  background-size: cover;
  background-position: center;
  padding:50px;
  border-radius: 8px;
  color: #fff;
}



/* Layout alignment */
.secondary-cta .row {
  align-items: center;
}

/* Heading */
.secondary-cta .sec- {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #ffffff;
}

/* Paragraph */
.secondary-cta p {
  line-height: 1.6;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.9);
}

.cta-side-button {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-primary-custom.whatapp-btn::after {
    background-image: url(../new-images/svg/whatsapp.svg);
}

.btn-outline-custom.call-btn::after {
    background-image: url(../new-images/svg/phone-call.svg);
}

.cta-main-sec .secondary-cta .cta-content .sec-big-title {
    margin-bottom:15px;
}


/* Default navbar */
#secnav {
  width: 100%;
  transition: all 0.3s ease;
}

/* Sticky state */
#secnav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff; /* or #fff */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Section spacing */
.supports-accordion-sec {
  padding: 60px 0;
}

/* Title */
.supports-accordion h4 {
  font-weight: 600;
  font-size: 20px;
}

/* Accordion item divider */
.supports-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

/* Accordion button layout */
.supports-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 16px 0;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
  color: #000;

  box-shadow: none;
}

/* Remove default background on active */
.supports-accordion .accordion-button:not(.collapsed) {
  background: transparent;
}

/* Active text color (orange like screenshot) */
.supports-accordion .accordion-button:not(.collapsed) .accordion-title {
  color: #02622d;
}

/* Icon wrapper */
.supports-accordion .accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.supports-accordion .accordion-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 1st child */
.supports-accordion .accordion-item:nth-child(1) .accordion-icon::before {
  background-image: url("../new-images/svg/one.svg");
}

/* 2nd child */
.supports-accordion .accordion-item:nth-child(2) .accordion-icon::before {
  background-image: url("../new-images/svg/two.svg");
}

/* 3rd child */
.supports-accordion .accordion-item:nth-child(3) .accordion-icon::before {
  background-image: url("../new-images/svg/three.svg");
}

.supports-accordion .accordion-item:nth-child(4) .accordion-icon::before {
  background-image: url("../new-images/svg/four.svg");
}

.supports-accordion .accordion-item:nth-child(5) .accordion-icon::before {
  background-image: url("../new-images/svg/five.svg");
}

.supports-accordion .accordion-item:nth-child(6) .accordion-icon::before {
  background-image: url("../new-images/svg/six.svg");
}

.supports-accordion .accordion-item:nth-child(7) .accordion-icon::before {
  background-image: url("../new-images/svg/seven.svg");
}

.supports-accordion .accordion-item:nth-child(8) .accordion-icon::before {
  background-image: url("../new-images/svg/eight.svg");
}

.supports-accordion .accordion-item:nth-child(9) .accordion-icon::before {
  background-image: url("../new-images/svg/nine.svg");
}



/* Icon size */
.supports-accordion .accordion-icon img {
  width: 21px;
  height: 21px;
  filter: invert(20%) sepia(29%) saturate(6378%) hue-rotate(139deg) brightness(90%) contrast(98%);
}

/* Title text */
.supports-accordion .accordion-title {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

/* Arrow alignment */
.supports-accordion .accordion-button::after {
  margin-left: auto;
  background-size: 14px;
}

/* Body text */
.supports-accordion .accordion-body {
  padding: 8px 0 20px 30px; /* indent under text */
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Remove blue focus */
.supports-accordion .accordion-button:focus {
  box-shadow: none;
}

.benefit-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 26px; /* space for icon */
  line-height: 1.7;
}

/* Check icon before text */
.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;

  width: 16px;
  height: 16px;

  background-image: url("../new-images/svg/check-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.supports-accordion-sec .condition-img img {
    width:450px;
     height:450px;
}

.supports-accordion-sec .sec-samll-title {
    text-align:center;
}

.supports-accordion-sec .sec-big-title {
     text-align:center;
}

.sector-swiper .sectrSwiper{
        width: 96%;
}

.high-eff .hero-btns{
    margin: 35px 0 0px;
    
}

.menu-close-btn {
    display:none;
}
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

.testimonial-wrapper .swiper-slide{
    height: auto;
    align-items: stretch;
}

.navbar-expand-lg .row.mainheder-row{
    align-items: center;
}

.mainheder-row .hero-btns {
    margin:0;
    justify-content: flex-end;
}


/* ===== HEADER RESET ===== */
.main-header {
    width: 100%;
  
}

/* ===== TOP HEADER ===== */
.top-header {
    background: #0b6a2b;
    padding: 8px 0;
}

.iso-text {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.top-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-contact li {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    color: #fff;
}

.top-contact li i {
    margin-right: 8px;
    position: relative;
    top: 4px;
    font-size: 18px;
}

/* Fix button default styles */
button.product-plus-btn {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
}

.top-contact li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

/* ===== MAIN HEADER ===== */
.header-bottom {
    background: #ffffff;
  padding: 5px 0;
  
}



.frank-sec .sec-big-title span {
    font-size: 56px;
}
    


.logo img {
    max-width: 140px;
}

/* ===== MENU ===== */
.main-menu .second-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
        align-items: center;
    justify-content: center;
}

.main-menu .second-menu {
    gap:30px;
}

.main-menu ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}


/* ACTIVE + HOVER */
.main-menu > ul > li > a.active,
.main-menu > ul > li:hover > a{
    color: #0b6a2b;
}

.main-menu > ul > li.active > a::after,
.main-menu > ul > li:hover > a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #0b6a2b;
}

.main-menu > ul > li > a{
    margin: 22px 0;
}



.hero-btns.header-btn {
     margin:0; 
    justify-content: end;
    position: relative;
}

.copy-text{
    justify-content: center;
    display: flex;
}


/* ===== HEADER BASE ===== */
.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

/* ===== HEADER BOTTOM ===== */
.header-bottom {
    width: 100%;
    transition: all 0.3s ease;
}

/* ===== STICKY STATE ===== */
.sticky .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 0.6s ease;

    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* ===== SLIDE DOWN ANIMATION ===== */
@keyframes sliddown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* ===== MEGA DROPDOWN FIX ===== */
.mega-dropdown {
    position: static; /* IMPORTANT */
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    width: 90%;
    margin: 0 auto;

    background: #fff;
    padding: 40px;

    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(48, 48, 47, 0.1);

    box-shadow: 
        0px 1px 2px 1px rgba(3, 11, 30, 0.06),
        0px 1px 1px 0px rgba(3, 11, 30, 0.1);

    opacity: 0;
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: top center;

    transition: all 0.3s ease;
    z-index: 9999;
}


.mega-menu .mega-list li a{
    font-size:14px !important;
}


.mega-menu .mega-list li a:hover::after {
    content: "";
   display:none;
}
/* Show dropdown */
.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Prevent text collision */
.mega-menu .row {
    max-width: 1200px;
    margin: auto;
}

/* Lists */
.mega-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-list li {
    margin-bottom: 14px;
}

/* Text wrapping FIX */
.mega-list li a {
    display: block;
    white-space: normal;
    line-height: 1.4;

    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mega-list li a:hover {
    color: #0b6a2b;
    padding-left: 6px;
}


/* Popup wrapper */
.sideform-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

/* Show popup */
.sideform-popup.active {
  display: block;
}

/* Overlay */
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* Center the form */
.sideform-popup .sideform-sec {
    position: relative;
    max-width: 720px;
    /* margin: 60px auto; */
    background: #fff;
    border-radius: 18px;
    z-index: 2;
    inset: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.dropdown > i {
    font-size: 13px;
    height: 15px;
    display: block;
}

.dropdown {
   
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  background: transparent;
  font-size: 22px;
  color: #000;
  cursor: pointer;
  z-index: 3;
}

.popup-close-btn i {
  display: block;
}

label.error{
    font-size:13px;
}

.popup-close-btn:hover {
  color: #0b6a2b;
}

.breadcrumb-nav {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
   font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-nav li {
    color: rgba(255,255,255,0.7);
}

.breadcrumb-nav li::after {
    content: "/";
    margin-left: 8px;
    color: rgba(255,255,255,0.4);
}

.breadcrumb-nav li:last-child::after {
    content: "";
}

.breadcrumb-nav li a {
    color: #fbe87e;
    text-decoration: none;
}

.breadcrumb-nav li a:hover {
    text-decoration: underline;
}

.breadcrumb-nav li.active {
    color: #ffffff;
    font-weight: 600;
}
.cta-side-button .btn-primary-custom {
    font-size: 14px;
}

.key-main-area-sec .section-title {
    margin-bottom: 44px;
    
}


.key-main-area-sec{
    padding: 4rem 0 ;
    position: relative;
}

.key-main-area-sec .location-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
}

/* LIST ITEM */
.key-main-area-sec .location-list li {
    width: 23%;
    padding: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
       /*background-color: rgb(242, 245, 251);*/
    transition: all 0.3s ease;
}

/* ICON */
.key-main-area-sec .location-icon{
    width: 50px;
    height: 50px;
    background-color: rgba(0, 101, 46, 0.97);
   background-image: url('../new-images/svg/our-location-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* TEXT */
.key-main-area-sec .location-list li span{
    flex: 1;
}


.key-main-area-sec .location-list li:hover .location-icon{
    animation: pulseIcon 0.6s ease-in-out;
    background-color: #1c1c1c;
    transform: scale(1.1);
      /*background-image: url('../new-images/svg/our-location.svg');*/
  
}

.key-main-area-sec .nav-tabs {
    border-bottom: none !important;
        margin: 0 0 40px;
}
.key-main-area-sec .nav-tabs .nav-link {
    border: 1px solid #eae5e5;
    border-radius: 8px;
    margin: 0 6px;
    padding: 10px 22px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
}
.key-main-area-sec .nav-tabs .nav-link:hover {
    background: rgb(251, 232, 126);
    color: #000;
}

.key-main-area-sec .nav-tabs .nav-link.active {
    background-color: rgba(0, 101, 46, 0.97) !important;
    color: #fff !important;
    border: none !important;
}

.key-main-area-sec .nav-tabs .nav-link:focus {
    box-shadow: none !important;
}


@keyframes pulseIcon {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {
    .location-list li {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .location-list li {
        width: 100%;
    }
}

/*.my-banner-secc .swiper-button-prev,*/
/*.my-banner-secc .swiper-button-next{*/
/*    color:#000;*/
/*}*/

/*.my-banner-secc .swiper-button-prev{*/
/*    left:20px;*/
/*}*/

/*.my-banner-secc .swiper-button-next{*/
/*    right:20px;*/
/*}*/



.waht-makes-seccc{
    padding:2rem 0 5rem;
    position:relative;
}


.waht-makes-seccc .section-title{
margin-bottom:40px;
}

.waht-makes-seccc .sec-big-title{
font-size:40px;
font-weight:600;
}

.waht-makes-seccc .smart-choo img{
width:100%;
padding-right: 2px;
}

.waht-makes-seccc .right-boxxx{
display:flex;
flex-direction:column;
gap:30px;
height:100%;
margin-left: 40px;
}
.right-boxxx .icon .flaticon-check-2{
  font-size: 19px;
    padding-top: 3px;
}
.waht-makes-seccc .promo-item{
display:grid;
grid-template-columns:40px 1fr;
gap:20px;
background:#F4F4F4;
border:1px solid #D9E4E3;
padding:35px 30px;
border-radius:8px;
}

.waht-makes-seccc .promo-item .icon{
background:#00652e;
color:#fff;
width:32px;
height:32px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.waht-makes-seccc .promo-item h4{
font-size:18px;
font-weight:700;
margin-bottom:8px;
color:rgb(0, 101, 46);
}

.waht-makes-seccc .promo-item p{
margin:0;
}


.home-product-btn .product-plus-btn i{
    display:none;
}

.home-product-btn .item-content{
    display:flex;
    gap:4px;
        text-align: center;
        justify-content: center;
    flex-wrap:wrap;
        flex-direction: row-reverse;
}
.home-product-btn a.product-plus-btn{
 border: 1px solid #e1e5e3;
    background:transparent;
    color:#016431;
    padding:8px 33px;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

.home-product-btn .quick-enquiry-btn{
    background:#016431;
    border:1px solid #016431;
    color:#fff;
   padding: 8px 29px;
    border-radius:6px;
    font-size:14px;
}

.home-product-btn a.product-plus-btn:hover,
.home-product-btn .quick-enquiry-btn:hover{
    text-decoration:none;
}
.home-product-btn a.product-plus-btn .read-more-text{
    color:#000;
    text-decoration:none;
}

.home-product-btn .quick-enquiry-btn .read-more-text{
    color:#fff;
}
.home-product-btn .product-plus-btn:hover .read-more-text {
    text-decoration: none;
}

.key-company-stats{
  padding:0 0 4rem;
}

.key-company-stats .stats-flex{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:space-between;
}

.key-company-stats .stat-card{
     flex: 1;
 padding: 40px 40px 0;
    border-radius: 18px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
 gap: 58px;
}

.key-company-stats .stat-header{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.key-company-stats .stat-dot{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: #00652e;
    border-radius: 50%;
    margin: 9px 0 0;
}

.key-company-stats .stat-title{
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 62px 9px;
    letter-spacing: -0.2px;
    font-weight: 500 ;
}

.key-company-stats .stat-number{
 font-size: 82px;
  font-weight:600;
  line-height:2;
  /*margin-top:30px;*/
}
.industry-we-servvc .appli-boxz{
  border:1px solid #ebebeb;
  border-radius:40px;
  padding:30px;
  height:100%;
  /*text-align:center;*/
  transition:0.3s ease;
}
.industry-we-servvc .section-title{
    margin:0 0 35px;
}

.industry-we-servvc .appli-boxz img{
  margin-bottom:20px;
}
.industry-we-servvc .appli-boxz a{
  display:flex;
  flex-direction:column;
  /*align-items:center;*/
  text-decoration:none;
  color:inherit;
}
.industry-we-servvc .appli-four{
  font-size:18px;
  margin-bottom:25px;
}
.industry-we-servvc .arrow-icon{
  background:#f5f5f5;
  border-radius:8px;
  width:70px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:20px;
  transition:0.3s ease;
}

.industry-we-servvc .appli-boxz:hover .arrow-icon{
  background:#00652e;
  color:#fff;
}

.industry-we-servvc .row{
  row-gap:30px;
}
.industry-we-servvc{
    padding:0 0 5rem;
}

.home-main-cta {
background-color: #086a35; 
  border-radius: 16px;
  margin: 0 16px; 
  overflow: hidden;
  position: relative;
}

.home-main-cta .cta-pictsss{
    background-image:url("../new-images/home/cta-img-1.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
   width: 120%;
      height: 198px;
}

.home-main-cta .sec-big-title{
    font-weight:700;
    font-size:30px;
}

.home-main-cta .section-title{
   width: 100%;
    margin: 0 0px 0px -27px;
}


.news-eve-secc{
    padding:4rem 0;
    background:#eef3ef;
}
.news-eve-secc .section-title{
    margin:0 0 40px;
}
.news-eve-secc .news-card{
    display:flex;
    align-items:center;
    background:#fff;
    padding:18px;
    border-radius:20px;
}

.news-eve-secc  .news-img{
    flex-shrink:0;
    overflow:hidden;
    border-radius:20px;
}
.news-eve-secc  .news-img img{
    width:100%;
    height:180px;
    object-fit:cover;
    transition:transform .4s ease;
}
.news-eve-secc  .news-card:hover .news-img img{
    transform:scale(1.1);
}
.news-eve-secc  .news-content{
    padding-left:25px;
}
.news-eve-secc  .news-category{
    display:inline-block;
    background:rgb(0,101,46);
    color:#fff;
    font-size:10px;
    font-weight:600;
    padding:6px 14px;
    border-radius:30px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.news-eve-secc .news-title{
    font-size:19px;
    font-weight:600;
    margin:0 0 22px;
    line-height:1.4;
}
.news-eve-secc .news-title a{
    color:#1c2733;
    text-decoration:none;
    transition:color .3s ease;
}
.news-eve-secc .news-title a:hover{
    color:rgb(0,101,46);
}
.news-eve-secc  .read-more{
    display:flex;
    align-items:center;
    gap:13px;
    font-size:15px;
    font-weight:500;
}
.news-eve-secc .read-text{
    position:relative;
}
.news-eve-secc .read-text::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:0;
    height:1px;
    background:rgb(0,101,46);
    transition:width .35s ease;
}
.news-eve-secc .arrow-icon{
    width: 26px;
    height: 26px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    background: rgb(0, 101, 46);
    color: #fff;
    transition: all .3s ease;
}

.news-eve-secc .read-more:hover{
    color:rgb(0,101,46);
}

.news-eve-secc .read-more:hover .read-text::after{
    width:100%;
}
.news-eve-secc .read-more:hover .arrow-icon{
    background:#000;
    color:#fff;
    transform:translateX(4px);
}
.news-eve-secc .row{
    row-gap:24px
}

.s-bg .our-banners {
       background: url(../images/white-paper-textured-background-simple-style.jpg) !important;
}


/* ===== ABOUT SECTION ===== */
.gome-aboutd-sec {
  /*padding: 60px 0;*/
}

.gome-aboutd-sec .common-about {
  /*background: #03602b;*/
  background: #eef3ef;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.gome-aboutd-sec .common-about::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 320px;
  background: url(../new-images/home/sabout-shape.webp) no-repeat bottom right;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}

.gome-aboutd-sec .common-about .sec-big-title {
  /*color: #fff;*/
  font-size: 42px;
  width: 91%;
  font-weight: 800;
  margin-bottom: 20px;
}

.gome-aboutd-sec .smart-choo img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.gome-aboutd-sec .common-about p {
  /*color: #fff;*/
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.gome-aboutd-sec .about-img-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}

.gome-aboutd-sec .about-img-item {
  position: relative;
  overflow: hidden;
}

.gome-aboutd-sec .about-img-item:first-child {
  grid-row: span 2;
}

.gome-aboutd-sec .about-img-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.gome-aboutd-sec .about-img-item:hover img {
  transform: scale(1.07);
}

.gome-aboutd-sec .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gome-aboutd-sec .about-img-item:hover .img-overlay {
  opacity: 1;
}

.gome-aboutd-sec .img-overlay span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}