main#main {
    background: #f0f7ef;
}


.site-footer .top-footer a i.fa {
    margin-top: 10px;
}

.ct-footer-item .wpb_text_column.wpb_content_element {
    margin: 0px;
}

.social-info p {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}
.ct-footer-item .wpb_wrapper p {
    line-height: 25px !important;
}


.vc_row.wpb_row.vc_row-fluid.vc_custom_1653730526738.vc_row-has-fill.bg-image-ps-inherit.no-bg-fixed.vc_hidden {
    opacity: 1;
        background-color: #f0f7ef !important;
}

.counter-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('https://images.unsplash.com/photo-1521335629791-ce4aec67dd53');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
}

.counter-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.counter-box {
    text-align: center;
    color: #fff;
    width: 23%;
    padding: 20px;
    transition: 0.3s;
}

.counter-box:hover {
    transform: translateY(-10px);
}

.counter-box i {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
}

.counter {
    font-size: 42px;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.counter-box h3 {
    font-size: 18px;
    font-weight: 500;
}

/* Responsive */
@media(max-width: 768px){
    .counter-box {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media(max-width: 480px){
    .counter-box {
        width: 100%;
    }
}


/*===========================================
<-- Sater Css About Area -->
==============================================*/
section.about_area {
    padding: 80px 0 90px;
    border-radius: 20px;
    background: #f0f7ef;
    position: relative;
    z-index: 1;
}
.about_thumb {
    position: relative;
}
.about_play {
    position: absolute;
    top: 0%;
    right: 13%;
}
/*animation circle*/
.text-inner {
    animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
}
.text-inner svg {
width: 100px;
max-width: 100%;
height: auto;
overflow: visible;
word-spacing: 10px;
transform: rotate(0) scaleX(1) scaleY(1);
position: relative;
padding: 20px 0px;
}
.text-inner:before {
    position: absolute;
    content: "";
    top: 44%;
    left: 0%;
    height: 16px;
    width: 16px;
    background: #fff!important;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
.text-inner text {
fill: #ffffff;
direction: ltr;
transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
font-size: 30px;
font-weight: 500;
position: relative;
z-index: 2;
}
a.banner-play-btn {
width: 142px;
height: 142px;
border-radius: 71px;
background-color: #0c6e6d!important;
overflow: hidden;
line-height: 142px;
text-align: center;
position: relative;
display: inline-block;
}
.like {
position: absolute;
top: 52%;
transform: translate(-50%, -50%);
left: 50%;
}
@keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .circle {
      animation: circle 15s linear infinite;
  }
 
  .spin2 {
    animation: spin2 15s linear infinite;
  }
  @keyframes right {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-positive {
    0% {
      width: 0;
    }
  }

.about_content {
    position: relative;
    z-index: 1;
}
.about_content h3 {
    font-size: 16px;
    color: #0c6e6d;
    font-weight: 500;
    margin-bottom: 3px;
    display: inline-block;
}
.about_content h1 {
    font-size: 28px;
    line-height: 38px;
    color: #063232;
    font-weight: 500;
    margin-bottom: 20px;
}
/* ====== About List====== */


/* ======= Hero button ========== */

.about_button {
    display: flex;
    align-items: center;
    margin-top: 20px !important;
}
.about_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    display: inline-block;
    background-color: #070707;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.about_btn a:hover {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
    display: inline-block;
    background-color: #035b24;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
}

.about_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #063232;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.about_btn a:hover, .about_btn a:focus {
	color: #ffff;
}
.about_btn a:hover span, .about_btn a:focus span {
	width: 200%;
	height: 500px;
}

.about_btn a:hover:before {
    width: 105px;
    background-color: #ffff;
    z-index: 1;
}
.about_btn {
    margin-right: 30px;
}
.about_info a {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    color: #0c6e6d;
    font-weight: 500;
}
.about_info span {
    color: #0c6e6d;
    position: relative;
    top: -5px;
}
/* about shape */
.about_shape {
    position: absolute;
    bottom: -9%;
    right: -8%;
}
.about_experience {
    position: absolute;
    top: 10%;
    left: -32px;
}
.about_experience_content h3 {
     font-size: 22px;
    color: #fff;
    font-weight: 400;
    background: #035b24;
    display: inline-block;
    padding: 22px 30px;
    border-radius: 10px 10px 10px 0;
    position: relative;
        left: -6px;
}
.about_experience_content:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 81%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 45px solid #072f16;
    border-left: 40px solid transparent;
    transition: .5s;
}
.about_client {
 position: absolute;
    bottom: 0%;
    right: 0%;
    background: #d8d9dc;
    padding: 5px 42px 16px;
    border-radius: 19px;
}
.about_client h4 {
    color: #006E6D;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 5px;
}
.about_reviews {
    background: #F3F5F4;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 38px;
    padding: 40px 35px 30px;
    border-radius: 10px;
    text-align: center;
}
.about_right {
    position: relative;
}
.about_list.style_sixs img {
    margin-right: 10px;
}
.review_title p {
    color: #282828;
    margin: 15px 0 0;
}
.review_title h4 {
    color: #282828;
    font-size: 30px;
    font-weight: 500;
}
.review_client a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #C4E0E1;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-left: -35px;
}
.about_btn {
    margin-right: 30px;
}
section.about_area.style_sixs .about_button {
    margin-top: 37px;
}


.stack-services {
  padding: 10px 0;
}

.stack-wrapper {
     margin-top: 50px;
}

/* Each Service */
.stack-item {
  position: sticky;
  top: 100px;
  display: flex;
  gap: 40px;
  align-items: center;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s;
}

/* Image */
.stack-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;

  transition: all 0.5s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Hover */
.stack-img img:hover {
  transform: scale(1.07) translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

/* Content */
.stack-content {
  flex: 1;
}

.stack-content h2 {
 font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
        color: #1c2340;
        font-family: none;
}

.stack-content p {
  color: #666;
  margin-bottom: 45px;
  line-height: 1.6;
}

/* Button */
.stack-btn {
  text-decoration: none;
  padding: 10px 25px;
  background: #000;
  color: #fff;
  border-radius: 25px;
  transition: 0.3s;
}

.stack-btn:hover {
  background: #09560e;
  color: #fff !important;
}

/* Hover slight zoom */
.stack-item:hover {
  transform: scale(1.02);
}

/* Responsive */
@media (max-width: 992px) {
  .stack-item {
    flex-direction: column;
    text-align: center;
  }

  .stack-img img {
    width: 100%;
    height: auto;
  }
}

div#content .content-inner {
    background: rgb(240 247 239) !important;
}


.stats-rootora {
  padding: 80px 20px;
}

.stats-wrap {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Card */
.stat-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #eee;
  position: relative;
   opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease;
}

.stat-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Green Accent Line */
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: #0b6b2e; /* logo green */
  transition: 0.4s;
}

.stat-card:hover::before {
  width: 100%;
}

/* Hover */
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Number */
.stat-card h2 {
  font-size: 38px;
  color: #0b6b2e; /* green */
  margin-bottom: 5px;
  font-weight: 800;
}

/* Text */
.stat-card p {
      color: #353535;
    font-weight: 700;
    font-size: 18px;
    padding-top: 10px;
        margin: 0px !important;
}

/* Responsive */
@media (max-width: 992px) {
  .stats-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .stats-wrap {
    grid-template-columns: 1fr;
  }
}

/* =========================
   SECTION
========================= */
.why-rootora {
  padding: 60px 20px 0px;
  overflow: hidden;
}

/* =========================
   LAYOUT
========================= */
.why-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* =========================
   IMAGE
========================= */
.why-image {
  overflow: hidden;
  border-radius: 20px;

  /* SCROLL ANIMATION */
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease;
}

.why-image.show {
  opacity: 1;
  transform: translateX(0);
}

.why-image img {
  width: 100%;
  border-radius: 20px;
  transition: transform 1.5s ease;
}

/* HOVER ZOOM */
.why-image:hover img {
  transform: scale(1.08);
}

/* =========================
   CONTENT
========================= */
.why-content {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1s ease;
}

.why-content.show {
  opacity: 1;
  transform: translateX(0);
}

.why-content h2 {
  font-size: 38px;
  margin-bottom: 25px;
  font-weight: 700;
      color: #1c2340;
}

/* =========================
   CARDS
========================= */
.why-list {
  display: grid;
  gap: 15px;
}

.why-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  padding: 18px 20px;
  border-radius: 12px;
  border-left: 4px solid #0b6b2e;

  /* ANIMATION */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

/* SCROLL SHOW */
.why-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* HOVER EFFECT */
.why-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* TEXT */
.why-card h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
      color: #000;
}

.why-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .why-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .why-card {
    text-align: left;
  }
}

.why-rootora-new{
  padding:80px 0 0px;
  background: linear-gradient(135deg,#f7fbf6,#eaf5ec);
  font-family:'Poppins',sans-serif;
}

/* GRID */
.why-rootora-new .grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

/* IMAGE SIDE */
.image-side{
  position:relative;
}

.image-box{
  position:relative;
  border-radius:25px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,0.15);
  animation: float 5s ease-in-out infinite;
}

.image-box img{
  width:100%;
  display:block;
}

/* FLOAT ANIMATION */
@keyframes float{
  0%{transform:translateY(0);}
  50%{transform:translateY(-15px);}
  100%{transform:translateY(0);}
}

/* OVERLAY CARD */
.floating-card{
  position:absolute;
  top:20px;
      right: -58px;
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(10px);
  padding:15px 25px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.floating-card h3{
  margin:0;
  color:#0b6b2e;
  font-size:28px;
}

.floating-card p{
  margin:0;
  font-size:13px;
  color:#555;
}

.image-side img {
  box-shadow: 0 10px 30px rgb(166 166 166 / 22%);
  border-radius: 10px;
  transition: all 0.4s ease;
}

/* Hover */
.image-side img:hover {
  transform: scale(1.08) translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* CONTENT */
.content-side .tag{
  
  padding:6px 16px;
  border-radius:20px;
  font-size:12px;
}

.content-side h2{
  font-size:42px;
  font-weight:800;
}

.content-side h2 span{
  color:#0b6b2e;
}

.content-side p{
  color:#555;
  margin-bottom:30px;
}

/* FEATURES */
.list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

.list .item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 15px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
  transition:0.3s;
}

.item:hover{
  transform:translateY(-5px);
  background:#0b6b2e;
  color:#fff;
}

.item span{
  font-size:18px;
}

/* BUTTON */
.why-rootora-new .btn{
    margin-top: 25px;
    background: linear-gradient(135deg, #0b6b2e, #035b24);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    padding: 0px 20px;
}

.btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media(max-width:992px){
  .why-rootora-new .grid{
    grid-template-columns:1fr;
  }

  .list{
    grid-template-columns:1fr;
  }
}

.ct-scroll-top i {
    margin-top: 19px;
    font-size: 30px;
    color: #0b6b2e;
}

body .site-footer .top-footer {
    color: #ffffff;
    background: #141414 !important;
}

#header-wrap #header-main.header-main {
    background-color: #ffffff !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            height: 100px;
}
#header-wrap.header-transparent.header-layout1 .primary-menu > li > a{
	color:#000 !important;
	font-weight: 800 !important;
   letter-spacing: 1px !important;
		    padding: 0px 13px !important;
}
#header-wrap .header-branding img {
    width: 150px !important;
    max-height: fit-content !important;
}

.main-navigation-inner {
    display: flex;
    align-items: center;
    gap: 50px;
}



.ct-heading h3.ct-heading-tag {
    font-size: 36px !important;
    color: #1c2340 !important;
    font-weight: 700 !important;
    font-family: serif;
}


body #pagetitle {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/ABOUT-US-BANNER.jpg');
    background-size: cover;
}

/* SECTION */
.about-modern {
  padding: 50px 20px;
}

/* TOP */
.about-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.about-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;

}

.about-heading p {
  color: #777;
  font-size: 16px;
}

.about-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* IMAGE GRID */
.about-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}

.about-images .img {
  overflow: hidden;
  border-radius: 16px;
}

.about-images img {
  width: 100%;
  transition: transform 1s ease;
}
.about-modern .about-top .about-heading {
    width: 60%;
}


/* LARGE IMAGE */
.img-large {
  grid-row: span 2;
}

/* HOVER EFFECT */
.about-images .img:hover img {
  transform: scale(1.08);
}

/* BOTTOM */
.about-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* BOX */
.about-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  transition: 0.4s;
}

/* HOVER */
.about-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.about-box h3 {
      margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.about-box p {
  color: #666;
  line-height: 1.7;
}

/* =========================
   SCROLL ANIMATION
========================= */
.about-top,
.about-images,
.about-bottom {
  opacity: 1;
  transform: translateY(60px);
  transition: all 1s ease;
}

.about-top.show,
.about-images.show,
.about-bottom.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media(max-width: 768px){
  .about-top,
  .about-bottom {
        display: contents !important;
    align-items: center;
  }

  .about-box {
    margin-bottom: 20px !important;
}

  .about-modern .about-top .about-heading {
    width: 100% !important;
}

  .about-images {
    grid-template-columns: 1fr;
  }

  .img-large {
    grid-row: auto;
  }
}


.contact-modern {
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.contact-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

/* LEFT SIDE */
.contact-left {
  flex: 1;
}

.contact-left h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-left p {
  color: #666;
  margin-bottom: 30px;
}

/* CONTACT CARD */
.contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  margin-bottom: 15px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: linear-gradient(120deg, #4f46e5, #7c3aed);
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.4s;
  opacity: 0.05;
}


.contact-card:hover {
  transform: translateY(-8px) scale(1.02);
}


.contact-card h4 {
  position: relative;
  z-index: 1;
      position: relative;
    z-index: 1;
    font-weight: 800;
        font-size: 21px;
            margin-bottom: 5px;
                color: #2a2f2c;
}


.contact-card p {
  position: relative;
  z-index: 1;
      margin-bottom: 0px;
          font-size: 16px;
}

div#primary {
    padding: 0px;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-card span {
      font-size: 14px;
    color: #ffffff;
    background: #035b24;
    padding: 12px;
    border-radius: 50%;
}

.form-title {
  font-size: 28px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 25px;
  position: relative;

  background: #1d274e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Animated underline */
.form-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;
  height: 4px;
  border-radius: 10px;
  background: #1d274e;
  transition: 0.4s;
}

.form-title:hover::after {
  width: 120px;
}

/* RIGHT FORM */
.contact-right {
  flex: 1.2;
  background: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* GRID */
.grid {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.grid input {
  width: 50%;
}

/* INPUT */
.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  transition: 0.3s;
  height: 50px;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #0b6b2e;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
}

/* TEXTAREA */
.contact-right textarea {
  height: 120px;
  margin-bottom: 15px;
}

/* BUTTON */
.contact-right button {
    padding: 0px 22px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #000000, #000000);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    height: 50px;
  box-shadow: 0 10px 25px rgba(86, 86, 87, 0.3);

}

.contact-right button:hover {
  background: #0b6b2e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(86, 86, 87, 0.3);
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .grid {
    flex-direction: column;
  }

  .grid input {
    width: 100%;
  }
}

.map-section {
  padding: 80px 20px;
  background: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

/* HEADER */
.map-header {
  text-align: center;
  margin-bottom: 40px;
}

.map-header h2 {
  font-size: 32px;
  font-weight: 800;
}

.map-header p {
  color: #666;
}

/* MAP WRAPPER */
.map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* MAP IFRAME */
.map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(20%);
  transition: 0.4s;
}

.map-wrapper:hover iframe {
  filter: grayscale(0%);
  transform: scale(1.02);
}

/* FLOATING CARD */
.map-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  max-width: 325px;
  transition: 0.3s;
}

.map-card:hover {
  transform: translateY(-5px);
}

.map-card h4 {
      margin-bottom: 5px;
    font-weight: 800;
    font-size: 18px;
}

.map-card p {
  font-size: 14px;
  color: #666;
}

.map-card a {
  display: inline-block;
  margin-top: 8px;
  color: #0b6b2e;
  font-weight: 600;
  text-decoration: none;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .map-card {
    position: static;
    margin-top: 15px;
  }
}


.blog-section {
  padding: 90px 0px;
  font-family: 'Poppins', sans-serif;
}


/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* BOX */
.blog-box {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.4s ease;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* hover floating effect */
.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(79,70,229,0.15);
}

/* IMAGE */
.img-box {
  position: relative;
  overflow: hidden;
}

.blog-box .img-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.6s;
}

.blog-box:hover img {
  transform: scale(1.08);
}

/* TAG */

/* CONTENT */
.content {
  padding: 18px;
}

.content h3 {
      font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 700;
}

.content h3 a {
  text-decoration: none;
  color: #111;
  transition: 0.3s;
}

.content h3 a:hover {
  color: #0b6b2e;
}

.content p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* META */
.meta {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #888;
}

.read {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   SECTION
========================= */
.portfolio-section {
  padding: 20px 20px 60px;
  background: #f6f8fc;
}

/* =========================
   HEADING
========================= */
.service-heading {
  text-align: center;
  margin: 60px 0 30px;
}

.service-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
}

.service-heading .line {
  width: 60px;
  height: 3px;
  background: #026703;
  margin: 10px auto;
  border-radius: 10px;
}

/* =========================
   GRID
========================= */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

/* =========================
   CARD
========================= */
.portfolio-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);

  /* SCROLL ANIMATION */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease;
}

.portfolio-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   IMAGE
========================= */
.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
      padding: 20px;
  transition: transform 0.8s ease;
}

/* ZOOM */
.portfolio-card:hover img {
  transform: scale(1.1);
}

/* =========================
   OVERLAY
========================= */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  opacity: 0;
  transition: 0.4s ease;
  display: flex;
  align-items: flex-end;
}

.portfolio-card:hover .overlay {
  opacity: 1;
}

/* TEXT ANIMATION */
.text {
  padding: 15px;
  color: #fff;
  transform: translateY(30px);
  transition: 0.4s ease;
}

.portfolio-card:hover .text {
  transform: translateY(0);
}

.text h3 {
  font-size: 14px;
  font-weight: 600;
}

/* =========================
   HOVER DEPTH
========================= */
.portfolio-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
/* =======================
   SECTION
======================= */
.services-section {
    padding: 80px 0;
        background: #fff;
}

/* =======================
   BOX BACKGROUND
======================= */
.service-box {
    margin-bottom: 80px;
}

.service-box.bg-box {
    background: #f0f7ef;
    border-radius: 10px;
        box-shadow: 0 2px 12px rgb(107 99 99 / 22%);
}

.service-row.show .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    background: #ffffff78;
    padding: 12px;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 800;
}

.service-row.show .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    background: #ffffff78;
    padding: 12px;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 800;
}
/* =======================
   ROW LAYOUT
======================= */
.service-row {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
    /* SCROLL ANIMATION */
    opacity: 0;
    transition: all 0.9s ease;
}

/* LEFT RIGHT ANIMATION */
.service-row:not(.reverse) {
    transform: translateX(-80px);
}

.service-row.reverse {
    transform: translateX(80px);
        /* align-items: flex-start; */
}

.service-row.show {
    opacity: 1;
    transform: translateX(0);
        box-shadow: 0 2px 12px rgb(107 99 99 / 22%);
}

.service-row.reverse {
    flex-direction: row-reverse;
}

/* =======================
   TEXT
======================= */
.service-content {
    width: 50%;
}

.service-row img {
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  display: block;

  transition: all 0.5s ease;
}

/* Hover */
.service-row:hover img {
  transform: scale(1.06) translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}


.service-content h2 {
        font-size: 33px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1a1a1a;
        font-family: auto;
}

.service-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    max-width: 500px;
        text-align: justify;
}

.service-content h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

/* =======================
   SLIDER
======================= */
.swiper {
    width: 50%;
    position: relative;

    /* IMPORTANT FOR OUTSIDE ARROWS */
    overflow: visible !important;
}

/* IMAGE WRAPPER */
.swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

/* IMAGE */
.swiper-slide img {
    width: 100%;
    transition: transform 1.5s ease;
}

/* ZOOM EFFECT */
.swiper-slide-active img {
    transform: scale(1.05);
}

/* =======================
   REMOVE DUPLICATE ICON
======================= */
.swiper-button-next::before,
.swiper-button-prev::before {
    display: none;
}

/* =======================
   ARROWS OUTSIDE
======================= */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

/* HOVER */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

/* POSITION (OUTSIDE IMAGE) */
.swiper-button-prev {
    left: -40px !important;
}

.swiper-button-next {
    right: -40px !important;
}

/* ICON STYLE */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    color: #000;
}

/* =======================
   PAGINATION
======================= */
.swiper-pagination {
    bottom: -25px !important;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* =======================
   MOBILE
======================= */
@media(max-width: 768px){

    .service-box {
        padding: 40px 20px;
    }

    .service-row {
        flex-direction: column !important;
        gap: 30px;
    }

    .service-content,
    .swiper {
        width: 100%;
    }

    /* arrows inside on mobile */
    .swiper-button-prev { left: 10px; }
    .swiper-button-next { right: 10px; }
}

.swiper-button-next, .swiper-button-prev {
    ::slotted(svg), svg {
        height: 100%;
        object-fit: contain;
        transform-origin: center;
        width: 13px !important;
        fill: rgb(255 255 255);
        pointer-events: none;
    }
}

.swiper-button-next, .swiper-button-prev {
    align-items: center;
    color: #454242;
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    position: absolute;
    width: var(--swiper-navigation-size);
    z-index: 10;
}


.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa, #eef2f3);
    text-align: center;
}

/* TITLE */
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    color: #666;
    margin-bottom: 50px;
}

/* CARD */
.testimonial-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    padding: 40px 25px;
    border-radius: 20px;
    transition: 0.4s;
    max-width: 500px;
    margin: auto;
}

/* HOVER */
.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* IMAGE */
.testimonial-img {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* TEXT */
.testimonial-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* NAME */
.testimonial-card h4 {
    font-size: 18px;
    margin: 5px 0;
}

.testimonial-card span {
    font-size: 14px;
    color: #888;
}

/* ARROWS */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

/* PAGINATION */
.swiper-pagination-bullet {
    background: #000;
}


/* SECTION */
.services-split {
    padding: 100px 20px;
}


/* ================= LEFT SIDE ================= */
.left-about {
    position: sticky;
    top: 100px;

    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.left-about h2 {
   font-size: 32px;
    margin-bottom: 3px;
    color: #000;
    font-weight: 700;
    font-family: auto;
    
}

.about-desc h3 {
    color: #000;
}

/* IMAGE */
.about-img {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 14px;
        text-align: center;
}

.about-img img {
    transition: 0.6s;
}

.about-img:hover img {
    transform: scale(1.08);
}

/* TEXT */
.about-desc p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ================= RIGHT SIDE ================= */
.right-services {
        display: flex;
    flex-direction: column;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
        box-shadow: 0 10px 25px rgba(86, 86, 87, 0.3);
}

.right-services h3 {
    color: #000;
    font-weight: 700;
}

/* CARD */
.service-card {
    background: #fff;
    padding: 16px 20px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    transition: all 0.4s ease;
    border: 1px solid transparent;

    opacity: 0;
    transform: translateY(40px);
}

/* ACTIVE SERVICE */
.service-card.active {
    border: 2px solid #0b6b2e;
    background: #f0f7f3;
}

/* SHOW */
.service-card.show {
    opacity: 1;
        transform: translateY(0);
    border-color: #0b6b2e;
    box-shadow: 0 15px 40px rgb(254 254 254);
}

/* HOVER */
.service-card:hover {
    transform: translateX(10px);
    border-color: #0b6b2e;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* TEXT */
.service-card h3 {
    font-size: 18px;
    margin: 0;
        color: #000;
    font-weight: 700;
}

/* LINK */
.read-more {
    font-size: 14px;
    color: #0b6b2e;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* ARROW EFFECT */
.read-more::after {
    content: " →";
    transition: 0.3s;
}

.service-card:hover .read-more::after {
    margin-left: 5px;
}

/* ================= RESPONSIVE ================= */
@media(max-width: 768px){
    .split-layout {
        grid-template-columns: 1fr;
    }

    .left-about {
        position: relative;
        top: 0;
    }
}

.scroll-text-section {
    overflow: hidden;
}

/* wrapper */
.scroll-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;

}

/* gradient fade */
.scroll-wrapper::before,
.scroll-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}


/* track */
.scroll-track {
    display: flex;
    width: max-content;
    animation: scrollMove 22s linear infinite;
}

/* item */
.scroll-item {
    font-size: 70px;
    font-weight: 800;
    white-space: nowrap;
    margin-right: 60px;
    letter-spacing: 2px;
    color: #000;
    display: flex;
    align-items: center;
        height: 90px;
}

/* outline text */
.scroll-outline {
    color: transparent;
    -webkit-text-stroke: 2px #036703;
    margin: 0 15px;
}

/* animation */
@keyframes scrollMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* pause on hover */
.scroll-wrapper:hover .scroll-track {
    animation-play-state: paused;
}

/* responsive */
@media (max-width: 768px) {
    .scroll-item {
        font-size: 40px;
        margin-right: 30px;
    }

    .scroll-outline {
        -webkit-text-stroke: 1px #036703;
    }
}


.vc_custom_1541087572274 {
    padding-top: 60px !important;
    padding-bottom: 63px !important;
}




.section.testimonials {
  text-align: center;
  padding: 80px 0;
}

.section.testimonials .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
      margin-top: 60px;
}

.section.testimonials .slider {
  position: relative;
  width: 1170px;
  height: 350px;
}

/* BASE SLIDE */
.section.testimonials .slide {
  position: absolute;
  width: 450px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}

/* CENTER */
.section.testimonials .slide.active {
  left: 50%;
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 3;
}

/* LEFT */
.section.testimonials .slide.left {
  left: -60px;
  opacity: 0.4;
  transform: scale(0.8);
  z-index: 2;
}

/* RIGHT */
.section.testimonials .slide.right {
  right: -60px;
  opacity: 0.4;
  transform: scale(0.8) !important;
  z-index: 2;
}

/* HIDDEN */
.section.testimonials .slide.hidden {
  opacity: 0;
  z-index: 1;
}

/* ===== YOUR CARD DESIGN SAME ===== */

.section.testimonials .slide .card {
  background: #f0f7ef;
  border-radius: 30px;
  padding: 0px 20px 30px;
  position: relative;
}
.section.testimonials .slide .card:hover {
    transform: scale(0.8);

}

/* white box */
.section.testimonials .slide .card .content {
  background: #fff;
  padding: 20px;
  margin-top: 60px;
  border-radius: 5px;
  text-align: left;
}


 .section.testimonials .slide .card .content h3 {
    margin: 6px 0px;
    font-size: 23px;
    color: #0f0f0f;
    font-weight: 800;
}

.section.testimonials .slide .card .content span {
  font-size: 15px;
  color: #888;
}

.section.testimonials .slide .card .content p {
     font-size: 17px;
    margin-top: 20px;
}

/* badge */
.section.testimonials .slide .card .badge {
     position: absolute;
    top: 0px;
    left: 0px;
    background: #035b24;
    color: white;
    padding: 17px 21px;
    border-radius: 4px;
    font-size: 15px;
}

.section.testimonials .slide .card .badge::after {
  content: "";
    position: absolute;
    left: 1px;
    bottom: -18px;
    border-width: 17px 0px 2px 20px;
    border-style: solid;
    border-color: #022a11 transparent transparent;
}

.section.testimonials .slide .card .badge .stars {
  color: gold;
  font-size: 14px;
}

/* image */
.section.testimonials .slide .card .image-box {
  position: absolute;
     top: 2px;
    right: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden;
}

.section.testimonials .slide .card .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* buttons */
.section.testimonials .slide .card button {
  padding: 10px 15px;
  font-size: 20px;
  border: none;
  background: white;
  border-radius: 10px;
  cursor: pointer;
}

.section.testimonials .carousel button#prev {
    background: transparent;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
    margin: 0px 30px;
        color: #000;

}

.section.testimonials .carousel button#next {
    background: transparent;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
    margin: 0px 30px;
        color: #000;

}


.contact-area {
    position: relative;
    padding: 100px 0;
    background: url('../images/our-team-bg.jpg') center/cover no-repeat;
}

/* SOFT OVERLAY (better than dark black) */
.contact-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.5)
    );
}

/* KEEP CONTENT ABOVE */
.contact-area .container {
    position: relative;
    z-index: 2;
}

/* COMMON CARD STYLE */
.form-card,
.contact-info-modern {
   
    height: 100%;
    animation: fadeUp 0.8s ease;
}

.row.contact-form-info {
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* HEADINGS */
.form-card h2,
.contact-info-modern h2 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
}

.form-card p,
.info-desc {
    color: #e2e8f0;
    margin-bottom: 25px;
}

/* INPUTS */
.input-box {
    margin-bottom: 15px;
}

.input-box input,
.input-box textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #0000004b;
    background: rgba(255,255,255,0.15);
    color: #fff;
    outline: none;
    transition: 0.3s;
}

/* PLACEHOLDER */
.input-box input::placeholder,
.input-box textarea::placeholder {
    color: #cbd5e1;
}

/* FOCUS */
.input-box input:focus,
.input-box textarea:focus {
    border: 1px solid #035b24;
    background: rgba(255,255,255,0.25);
}

/* BUTTON */
.submit-btn {
    border-radius: 30px;
    background: #ffffff;
    border: none;
    color: #000000;
    font-weight: 600;
    transition: 0.3s;
    height: 50px;
}

.submit-btn:hover {
    background: #035b24;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(34,197,94,0.5);
}

/* INFO BOX */
.info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 12px;
    transition: 0.3s;
        background: rgba(255,255,255,0.08);

}

.info-box:hover {
    background: rgb(255 255 255 / 31%);
    transform: translateX(6px);
}

/* ICON */
.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #035b24, #16a34a);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
        padding: 15px;
}

.social-modern a i.fab {
    padding-top: 14px;
        color: #fff;
}

/* TEXT */
.info-box h4 {
    margin: 0 0px 7px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.info-box p {
    margin: 0;
    color: #cbd5e1;
    font-size: 17px;
}

/* SOCIAL */
.social-modern {
    margin-top: 30px;
}

.social-modern a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: rgba(255,255,255,0.1);
    color: #035b24;
    transition: 0.3s;
}

.social-modern a:hover {
    background: #035b24;
    color: #fff;
    transform: translateY(-5px);
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE FIX */
@media (max-width: 991px) {
    .form-card,
    .contact-info-modern {
        margin-bottom: 30px;
        text-align: center;
    }

    .info-box {
        justify-content: center;
        text-align: left;
    }
}

/* SCROLL ANIMATION BASE */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

/* WHEN VISIBLE */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* DELAY CLASSES (for stagger effect) */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

.hero {
            padding: 120px 20px 60px;
            text-align: center;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        /* Background Glows */
        .glow {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 400px;
            background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, rgba(255,255,255,0) 70%);
            z-index: -1;
            filter: blur(60px);
        }

        /* Typography */
        .headline {
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
        }

        .gradient-text {
            background: var(--primary-grad);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .subheading {
            font-size: clamp(1.1rem, 2vw, 1.25rem);
            color: var(--text-sub);
            max-width: 650px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        /* Buttons */
        .cta-group {
            display: flex;
            gap: 16px;
            justify-content: center;
            margin-bottom: 80px;
        }

        .btn {
            padding: 16px 32px;
            border-radius: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1rem;
        }

        .btn-primary {
            background: #1e1b4b;
            color: white;
            box-shadow: 0 10px 20px rgba(30, 27, 75, 0.15);
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            background: #2e2a6d;
        }

        .btn-secondary {
            background: white;
            color: var(--text-main);
            border: 1px solid #e2e8f0;
        }

        .btn-secondary:hover {
            background: #f8fafc;
            border-color: #cbd5e1;
        }

        /* Mockup Design */
        .mockup-container {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
            perspective: 1000px;
        }

        .main-dashboard {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 24px;
            box-shadow: 0 40px 100px rgba(0,0,0,0.08);
            padding: 20px;
            height: 400px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        /* Simulated Dashboard UI */
        .dash-nav { height: 10px; width: 40%; background: #e2e8f0; border-radius: 5px; }
        .dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; flex-grow: 1; }
        .dash-card { background: white; border-radius: 12px; border: 1px solid #f1f5f9; padding: 15px; }
        .bar { height: 8px; background: #f1f5f9; border-radius: 4px; margin-bottom: 10px; }
        .bar.long { width: 80%; }
        .bar.med { width: 60%; background: #c084fc; }

        /* Floating Elements */
        .floating-card {
            position: absolute;
            background: white;
            padding: 16px;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            animation: float 4s ease-in-out infinite;
            z-index: 10;
        }

        .card-1 { top: -20px; left: -40px; border-left: 4px solid #6366f1; }
        .card-2 { bottom: 40px; right: -30px; border-left: 4px solid #10b981; }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .hero { padding: 80px 20px 40px; }
            .cta-group { flex-direction: column; }
            .floating-card { display: none; }
            .main-dashboard { height: 250px; }
        }








/* SECTION */
.blog-grid-section {
    padding: 80px 0;
}

/* CARD */
.blog-card-v2 {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;
}

.blog-card-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* IMAGE */
.blog-card-v2__image {
    position: relative;
    overflow: hidden;
}

.blog-card-v2__image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-v2:hover img {
    transform: scale(1.08);
}

/* DATE */
.blog-card-v2__date {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* CONTENT */
.blog-card-v2__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* META */
.blog-card-v2__meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
}

/* TITLE */
.blog-card-v2__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-card-v2__title a {
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.blog-card-v2__title a:hover {
    color: #0b6b2e;
}

/* DESC */
.blog-card-v2__desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* ACTIONS */
.blog-card-v2__actions {
    margin-top: auto;
    display: flex;
    gap: 55px;
    align-items: center;
    flex-wrap: wrap;
}

/* PRIMARY BTN */
/* Read More Button */ 
.blog-btn-primary { 
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  gap: 8px; 
  background: linear-gradient(135deg, #0b6b2e, #035b24); 
  color: #fff;
   padding: 8px 20px; 
   border-radius: 50px; /* pill shape */ 
   text-decoration: none; 
   font-weight: 600; 
   letter-spacing: 0.3px; 
   transition: all 0.35s ease; 
   box-shadow: 0 8px 20px rgba(0,0,0,0.15); 
   position: relative; 
   overflow: hidden; 
  } 

  /* Hover Effect */ 
  .blog-btn-primary:hover { 
    transform: translateY(-4px) scale(1.02); 
    box-shadow: 0 15px 35px rgba(0,0,0,0.25); 
    color: #fff !important; 
  } 
  
  /* Shine Effect */ 
  .blog-btn-primary::before { 
    content: ""; 
    position: absolute; 
    top: 0; 
    left: -75%; 
    width: 50%; 
    height: 100%; 
    background: rgba(255,255,255,0.3); 
    transform: skewX(-25deg); 
    transition: 0.6s; 
  } 
  
  .blog-btn-primary:hover::before { 
    left: 130%; 
  } 
  
  .blog-btn-outline { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px; 
    border: 1px solid #0b6b2e; 
    color: #0b6b2e; 
    padding: 12px 20px; 
    border-radius: 50px; /* pill shape */ 
    text-decoration: none; 
    font-weight: 600; 
    letter-spacing: 0.3px; 
    background: transparent; 
    transition: all 0.35s ease; 
    position: relative; 
    overflow: hidden; 
    height: 35px; 
  } 
  
  /* Hover Effect */ 
  
  .blog-btn-outline:hover { 
    color: #fff; 
    transform: translateY(-4px) scale(1.02); 
    box-shadow: 0 12px 30px rgba(0,0,0,0.2); 
  }
  
  /* Gradient Fill Animation */ 
  
  .blog-btn-outline::before { 
    content: ""; 
    position: absolute; inset: 0; 
    background: linear-gradient(135deg,#0b6b2e,#2ecc71); 
    transform: scaleX(0); 
    transform-origin: left; 
    transition: transform 0.4s ease; 
    z-index: -1; 
    border-radius: 50px; 
  } 
  
  .blog-btn-outline:hover::before { 
    transform: scaleX(1); 
  }

/* SHARE POPUP FIX */

.share-popup {
    position: absolute;
    bottom: 45px;
    right: 0;
    background: #fff;
    padding: 6px 8px;
    border-radius: 40px;
    display: flex;
    gap: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
}

.share-popup a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 13px;
    transition: 0.3s;
}

.share-popup a:hover {
    background: #0b6b2e;
    color: #fff;
}

.share-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .blog-card-v2__image img {
        height: 200px;
    }

    .blog-card-v2__actions {
            margin-top: auto;
    display: flex;
    gap: 105px;
    align-items: center;
    flex-wrap: wrap;
    }

    .share-popup {
        right: auto;
        left: 0;
    }
}

/* =========================
   TABLET (991px)
========================= */
@media (max-width: 991px) {

    .blog-grid-section {
        padding: 60px 0;
    }

    .blog-card-v2__image img {
        height: 200px;
    }

    .blog-card-v2__title {
        font-size: 17px;
    }

    .blog-card-v2__desc {
        font-size: 13.5px;
    }

    .blog-btn-primary,
    .blog-btn-outline {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* =========================
   MOBILE (768px)
========================= */
@media (max-width: 768px) {

    .blog-grid-section {
        padding: 50px 0;
    }

    .blog-grid-section .row {
        gap: 20px;
    }


}


.about_list.style_sixs ul li {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin: 12px 0;
  list-style: none;
  padding: 12px 15px;
  border-radius: 10px;

  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Hover */
.about_list.style_sixs ul li:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}


.section_title.home_five h1 {
    font-weight: 800;
    font-size: 41px;
}


.about_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about_list.style_sixs ul li .icon-text h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
}

/* TOP ROW (ICON + TITLE) */
.about-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ICON */
.about-top i {
    width: 45px;
    height: 45px;
    background: #035b24;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TITLE */
.about-top h4 {
    margin: 0;
    font-size: 20px;
    color: #1c2340;
}

/* DESCRIPTION */
.about-item p {
    margin: 8px 0 0 57px; /* aligns under title */
    color: #555;
    line-height: 1.6;
}


.about_list.style_sixs ul li .icon-img
 {
    display: flex;
    gap: 20px;    
    align-items: center;

}

/* ICON STYLE */
.about_list ul li i {
   width: 36px;
    height: 36px;
    background: #035b24;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.3s;
    padding: 15px;
}

.about_thumb img {
    border-radius: 10px;
    width: 100%;
}

.about_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );
  transition: 0.7s;
}

.about_thumb:hover::before {
  left: 120%;
}

/* HOVER EFFECT */
.about_list ul li:hover i {
    background: #ffffff;
    color: #035b24;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .blog-card-v2__image img {
        height: 200px;
    }
}

/* ===== SECTION ===== */
.ai-services-v2 {
  position: relative;
  padding: 100px 20px 0px;
  text-align: center;
  overflow: hidden;
}

/* Title */
.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1c2340;
}

.section-subtitle {
  color: #555;
  margin-bottom: 50px;
}

/* ===== SWIPER ===== */
.ai-services-swiper-v2 {
  padding: 70px 0;
  margin-top: 50px;
}

.ai-services-swiper-v2 .swiper-slide {
  width: 300px;
  transition: 0.4s ease;
  height: fit-content;
}

.swiper.ai-services-swiper-v2 {
    height: fit-content;
}

/* ===== GLASS CARD (MODERN CLEAN) ===== */
.ai-glass-card {
  background: rgba(255, 255, 255, 0.05); /* clean glass */
  border-radius: 22px;
  padding: 0;
  height: 360px;

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: none; /* removed border */
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);

  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 20px;
  position: relative;
  overflow: hidden;
}

/* Base Image */
.ai-glass-card .img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

/* Hover Image */
.ai-glass-card .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
}

/* Hover Reveal */
.ai-glass-card:hover .img-hover {
  clip-path: inset(0 0 0 0);
}

/* Hover Effects */
.ai-glass-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

/* Optional Zoom */
.ai-glass-card:hover .img-main {
  transform: scale(1.05);
}

/* ACTIVE CARD */
.swiper-slide-active .ai-glass-card {
  transform: scale(1.08);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 25px 70px rgba(0,0,0,0.35);
      padding: 20px;
}

/* ===== PAGINATION ===== */
.swiper-pagination {
  margin-top: 40px;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ===== NAV BUTTON ===== */
.ai-nav-btn {
  position: absolute;
  top: 60% !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;

  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);

  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);

  transform: translateY(-50%);
  transition: 0.3s ease;
  z-index: 20;
}

.ai-nav-btn::after {
  font-size: 18px !important;
  color: #000;
}

/* Hover */
.ai-nav-btn:hover {
  background: rgba(0,0,0,0.1);
  transform: translateY(-50%) scale(1.1);
}

/* Position */
.swiper-button-prev { left: 20px !important; }
.swiper-button-next { right: 20px !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ai-services-v2 {
    padding: 60px 15px;
  }

  .ai-services-swiper-v2 .swiper-slide {
    width: 260px;
  }

  .ai-nav-btn {
    display: none;
  }
}

.swiper.ai-services-swiper-v2 div#swiper-wrapper-e1b45badf6b4c804 {
    height: fit-content;
}

/* ============================= */
/* DIRECTION HOVER */
/* ============================= */

/* LEFT */
.ai-glass-card.left .img-hover {
  transform: translateX(-100%);
}
.ai-glass-card.left:hover .img-hover {
  transform: translateX(0);
}

/* RIGHT */
.ai-glass-card.right .img-hover {
  transform: translateX(100%);
}
.ai-glass-card.right:hover .img-hover {
  transform: translateX(0);
}

/* TOP */
.ai-glass-card.top .img-hover {
  transform: translateY(-100%);
}
.ai-glass-card.top:hover .img-hover {
  transform: translateY(0);
}

/* BOTTOM */
.ai-glass-card.bottom .img-hover {
  transform: translateY(100%);
}
.ai-glass-card.bottom:hover .img-hover {
  transform: translateY(0);
}

/* Smooth transition */
.ai-glass-card .img-hover {
  transition: transform 0.6s ease;
}


/* ============================= */
/* BORDER EFFECT (FIXED) */
/* ============================= */

.ai-glass-card {
  position: relative;
  overflow: hidden;
}

/* Common */
.ai-glass-card::before,
.ai-glass-card::after {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  z-index: 5;
}

/* 🔲 Border spacing control (instead of padding) */
.ai-glass-card::before {
  top: 15px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  padding: 20px !important;

}

.ai-glass-card::after {
  bottom: 15px;
  right: 15px;
  width: 0;
  height: 0;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/* Hover animation */
.ai-glass-card:hover::before,
.ai-glass-card:hover::after {
  width: calc(100% - 30px);   /* 15px + 15px */
  height: calc(100% - 30px);
  opacity: 1;
}

/* ============================= */
/* ACTIVE SLIDE (ALWAYS SHOW BORDER) */
/* ============================= */

.swiper-slide-active .ai-glass-card::before,
.swiper-slide-active .ai-glass-card::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 1;
  padding: 20px !important;
}


/* HEADER */
.main-header {
    width: 100%;
    position: fixed;
    padding: 10px 0px;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
    background: transparent;
    background: #fff;

}

/* STICKY */
.main-header.sticky {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* INNER */
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.logo img {
    height: 60px;
}

/* NAV */
.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu ul li {
    position: relative;
}

/* MAIN LINKS */
.nav-menu ul li a {
    text-decoration: none;
    color: #222;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
}

.nav-menu ul li a:hover {
    color: #035b24;
}

/* ===== DROPDOWN ===== */
.sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    width: 240px;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}

/* SHOW ON HOVER */
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
        display: block;
    padding: 0px 20px;
}

/* DROPDOWN ITEMS */
.sub-menu li {
    padding: 0;
}

.sub-menu li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    display: block;
    transition: 0.3s;
}

/* HOVER EFFECT */
.sub-menu li a:hover {
    background: #f5f9fc;
    color: #035b24;
    padding-left: 25px;
}

/* ICON ROTATE */
.menu-item-has-children > a i {
    font-size: 12px;
    transition: 0.3s;
}

.menu-item-has-children:hover > a i {
    transform: rotate(180deg);
}

/* RIGHT */
.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* BUTTON */
.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  background: linear-gradient(135deg,#000000,#1a1a1a);
  color: #fff;

  padding: 10px 22px;
  border-radius: 50px;

  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;

  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Hover */
.header-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  color: #fff !important;
}

.header-btn a {
    color: #fff !important;
}

/* Gradient Hover Fill */
.header-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0b6b2e, #035b24);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
  border-radius: 50px;
}

.header-btn:hover::before {
  transform: scaleX(1);
}

/* SEARCH */
.search-box {
    position: relative;
}

.search-box input {
    width: 0;
    opacity: 0;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ddd;
    transition: 0.3s;
    position: absolute;
    right: 35px;
}

.search-box.active input {
    width: 180px;
    opacity: 1;
}

.search-toggle {
    cursor: pointer;
    font-size: 16px;
}

/* MOBILE */
.menu-toggle {
    display: none;
    font-size: 20px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 260px;
        height: 100%;
        background: #fff;
        flex-direction: column;
        padding: 60px 20px;
        transition: 0.3s;
        box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 20px;
    }

    .nav-menu.active {
        right: 0;
    }

    .menu-toggle {
        display: block;
    }

    .header-btn {
        display: none;
    }

     .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        box-shadow: none;
        padding-left: 10px;
    }

    .menu-item-has-children.active .sub-menu {
        display: block;
    }

    .sub-menu li a {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/* ===== SECTION ===== */
.testimonial-focus {
  padding: 100px 0 0px;
  position: relative;
}

/* ===== SLIDER ITEM ===== */
.focus-item {
  padding: 20px;
  transition: 0.4s;
  background: linear-gradient(279deg, #035b24, #0c160c);
  margin: 20px;
    border-radius: 10px;

}

/* ===== CARD ===== */
.focus-card {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  padding: 40px;
  transition: 0.5s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.focus-slider .slick-track {
    height: fit-content;
}

/* Inner */
.focus-inner {
  position: relative;
  z-index: 2;
}

/* ===== TEXT ===== */
.focus-text {
  font-size: 15px;
  line-height: 26px;
  color: #555;
  margin-bottom: 20px;
}

/* ===== USER ===== */
.focus-user h4 {
  font-size: 18px;
  margin: 0;
  color: #000;
}

.focus-user span {
  font-size: 14px;
  color: #777;
}

/* ===== STARS ===== */
.focus-stars {
  margin-top: 10px;
}

.focus-stars i {
  color: #ddd;
  font-size: 14px;
}

.focus-stars i.active {
  color: #f4b400;
}

/* ===== IMAGE (FLOAT RIGHT) ===== */
.focus-img {
      position: absolute;
    right: 20px;
    top: 75%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 3;
    box-shadow: 0px 10px 30px #7e7a7a57;
}

/* ===== QUOTE ICON ===== */
.focus-card::after {
  content: "❝";
  position: absolute;
   bottom: 195px;
    right: 493px;
  font-size: 60px;
  color: rgba(0,0,0,0.05);
}


/* ========================= */
/* HOVER + ACTIVE (GREEN CARD) */
/* ========================= */

.focus-item:hover .focus-card {
  background: linear-gradient(279deg, #035b24, #0c160c);
  color: #fff;
  transform: scale(1.05);
      border: 1px solid #fff;
}

.focus-item:hover .focus-card .focus-text{
  color: #fff !important;
}

.focus-item:hover h4 {
  color: #fff;
}

.focus-item:hover span {
  color: #e0f7f1;
}

/* Stars */
.focus-item:hover .focus-stars i,
.slick-center .focus-stars i {
  color: #ffd700;
}

/* Quote color */
.focus-item:hover .focus-card::after {
  color: rgba(255,255,255,0.2);
}

/* ===== SLIDER SCALE EFFECT ===== */
.slick-slide {
  opacity: 0.5;
  /* transform: translate3d(0px, 0px, -25px) rotateX(0deg) rotateY(20deg) scale(1) !important; */
    z-index: 0;
}

.slick-center {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* ===== ARROWS ===== */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 10;
      padding: 10px;
          color: #000;
}

.custom-arrow:hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(279deg, #035b24, #0c160c);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 10;
      padding: 10px;
          color: #f5f5f5;
}

  .prev-arrow { left: -60px; }
  .next-arrow { right: -60px; }

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .focus-card {
    padding: 30px;
  }

  .focus-img {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}

.blog2-section-area {
    position: relative;
    z-index: 1;
    padding: 0px 20px;
}


/* SECTION */
.hero-section {
  background: linear-gradient(135deg, #f0f7ef, #ffffff);
  padding: 150px 0 70px;
  overflow: hidden;
}

/* GRID */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.hero-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;
  color: #1c2340;
  margin-bottom: 20px;
}

.hero-title span {
  color: #035b24;
}

.hero-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  max-width: 500px;
}

.hero-text span {
  color: #035b24;
  font-weight: 600;
}

/* BUTTONS */
.hero-actions {
  display: flex;
  gap: 15px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: linear-gradient(135deg, #0b6b2e, #035b24);
  color: #fff;

  padding: 14px 32px;
  border-radius: 50px; /* pill shape */

  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;

  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.btn-primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Shine Effect */
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.btn-primary:hover::before {
  left: 130%;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  border: 2px solid #0b6b2e;
  color: #0b6b2e;

  padding: 14px 32px;
  border-radius: 50px; /* pill shape */

  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;

  background: transparent;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.btn-outline:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* Gradient Fill Animation */
.btn-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,#0b6b2e,#2ecc71);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
  border-radius: 50px;
}

.btn-outline:hover::before {
  transform: scaleX(1);
}
/* IMAGE */
.hero-image {
  position: relative;
  text-align: center;
}

.hero-image img {
  width: 100%;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  animation: float 5s ease-in-out infinite;
}

/* GLOW EFFECT */
.image-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(3,91,36,0.25), transparent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  z-index: 1;
}

/* FLOAT */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* SCROLL ANIMATION */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-text {
    margin: 0 auto 25px;
  }

  .hero-actions {
    justify-content: center;
  }
}


/* SECTION */
.category-section {
  padding: 50px 0;
  background: rgb(240 247 239);
}

/* CARD */
.category-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  transition: 0.4s ease;
      transition: 0.4s ease;
    margin-top: 40px;
}

/* IMAGE WRAPPER */
.category-image {
  position: relative;
  height: 327px;
  overflow: hidden;
}

/* BOTH IMAGES */
.category-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s ease !important;
}

/* MAIN IMAGE */
.img-main {
  z-index: 1;
  filter: grayscale(100%);
}

/* HOVER IMAGE */
.img-hover {
  z-index: 2;
}

/* HOVER MAIN IMAGE EFFECT */
.category-card:hover .img-main {
  transform: scale(1.05) !important;
  filter: grayscale(0%) !important;
}

/* ===== DIRECTION EFFECT ===== */

/* LEFT */
.category-card.left .img-hover {
  transform: translateX(-100%) !important;
}
.category-card.left:hover .img-hover {
  transform: translateX(0) !important;
}

/* RIGHT */
.category-card.right .img-hover {
  transform: translateX(100%) !important;
}
.category-card.right:hover .img-hover {
  transform: translateX(0) !important;
}

/* TOP */
.category-card.top .img-hover {
  transform: translateY(-100%);
}
.category-card.top:hover .img-hover {
  transform: translateY(0);
}

/* BOTTOM */
.category-card.bottom .img-hover {
  transform: translateY(100%);
}
.category-card.bottom:hover .img-hover {
  transform: translateY(0);
}

/* ===== BORDER EFFECT ===== */
.category-card::before,
.category-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 5;
}

.category-card::before {
  top: 12px;
  left: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.category-card::after {
  bottom: 12px;
  right: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.category-card:hover::before,
.category-card:hover::after {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  opacity: 1;
}

/* OVERLAY */
.category-overlay {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

/* TEXT */
.overlay-title {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s;
}

.category-card:hover .overlay-title {
  transform: translateY(0);
  opacity: 1;
}

.overlay-title h3 {
  color: #fff;
  font-size: 18px;
}

/* ===== SLIDER FIX ===== */
.category-slider .owl-stage {
  display: flex;
}

.category-slider .owl-item {
  padding: 6px;
}

/* ARROWS */
.category-slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.category-slider .owl-prev,
.category-slider .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #000 !important;
  color: #fff !important;
  border-radius: 50%;
}

.category-slider .owl-prev { left: -65px; }
.category-slider .owl-next { right: -65px; }

/* RESPONSIVE */
@media(max-width:768px){
  .category-image {
    height: 327px;
  }

  .category-slider .owl-prev,
  .category-slider .owl-next {
    display: none;
  }

  /* REMOVE SLIDE EFFECT ON MOBILE */
  .img-hover {
    transform: none !important;
    opacity: 0;
  }

  .category-card:hover .img-hover {
    opacity: 1;
  }
}



/* marquee section  */

.client-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.client-title {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #222;
    margin-bottom: 50px;
}

/* Marquee wrapper */
.marquee {
    position: relative;
    overflow: hidden;
}

/* Gradient fade effect */
.marquee::before,
.marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}


/* Track animation */
.marquee-track {
    display: flex;
        margin-top: 30px;
    align-items: center;
    width: max-content;
    animation: scroll 25s linear infinite;
}

/* Logo box */
.client-logo {
    flex: 0 0 auto;
    margin: 30px 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

/* Logo image */
.client-logo img {
    width: 120px;
    height: auto;
    /* filter: grayscale(100%); */
    transition: 0.3s ease;
}

/* Hover effects */
.client-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.client-logo:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.marquee:hover .marquee-track {
    animation-play-state: paused;
}

/* Responsive */
@media (max-width: 768px) {
    .client-logo {
        margin: 0 15px;
        padding: 10px 15px;
    }

    .client-logo img {
        width: 80px;
    }
}


@media (max-width: 992px) {
.ct-heading .ct-heading-desc {
    padding: 19px 20px 0px !important;
    font-size: 14px;
    line-height: 1.857;
}

.floating-card {
    position: absolute;
    top: 20px;
    right: -12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.why-rootora-new .grid {
    gap: 30px;
    align-items: center;
}
.row.contact-form-info {
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    border-radius: 20px;
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
button.custom-arrow.prev-arrow.slick-arrow {
    right: 85%;
}
button.custom-arrow.next-arrow.slick-arrow {
    left: 85%;
}

.blog-grid-section {
    padding: 0px 0 120px;
}

.client-section {
    padding: 0px 0 !important;
    position: relative;
    overflow: hidden;
}

.marquee {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 30px !important;
}

.services-split {
    padding: 50px 10px !important;
}
}

/* HERO */
.sb-hero {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.sb-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    animation: zoomHero 8s ease-in-out infinite alternate;
}

@keyframes zoomHero {
    to { transform: scale(1.2); }
}

.sb-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    color: #fff;
}

.sb-hero h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.sb-meta span {
    margin-right: 15px;
}

/* MAIN */
.sb-main {
    padding: 80px 0;
}

/* CONTENT */
.sb-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    line-height: 1.8;
}

/* SHARE */
.sb-share {
        margin-top: 15px;
    display: flex;
    align-items: anchor-center;
}

.sb-share a {
    margin-left: 15px;
    color: rgb(255 255 255);
    font-weight: 500;
    background: #0b6b2e;
    border-radius: 50%;
    padding: 10px;
}

/* COMMENTS */
.sb-comments {
    margin-top: 40px;
}

.sb-comment {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.sb-comment:hover {
    background: #eaf7ef;
}

/* SIDEBAR */
.sb-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

h3.revel-title {
    font-weight: 700;
    padding-top: 20px;
    color: #000;
}

.sb-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* SERVICES */
.sb-service {
    display: block;
    padding: 8px 0;
    color: #333;
    transition: 0.3s;
}

.sb-service:hover {
    color: #0b6b2e;
    transform: translateX(5px);
}

/* LATEST */
.sb-latest {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.sb-latest img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.sb-latest a {
    font-size: 15px;
    color: #111;
    font-weight: 700;
}

/* SCROLL ANIMATION */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* RESPONSIVE */
@media(max-width:768px){
    .sb-hero {
        height: 280px;
    }

    .sb-hero h1 {
        font-size: 26px;
    }

    .sb-content {
        padding: 20px;
    }
}

.vid/* SECTION */
.video-section {
  width: 100%;
  height: 100vh; /* full screen */
  position: relative;
  overflow: hidden;
}

/* CONTAINER */
.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

/* VIDEO BACKGROUND */
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* perfect fill */
  transform: translate(-50%, -50%);
}
