@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zain:wght@200;300;400;700;800;900&display=swap');
:root {
    --primary-green: #8abe46;
    --dark-green: rgba(73, 72, 72, 1);
    --accent-green: #81C784;
    --text-dark: #333333;
    --text-light:rgba(73, 72, 72, 1);
    --white: #ffffff;
    --bg-light: #F9FBF9;
    --gradient-overlay: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(27,77,62,0.8) 100%);
    --transition: all 0.3s ease;
}
/* =========================================
   External Redirect Popup
   ========================================= */
 @media(max-width:767px){

.viewMoreBox{
margin-bottom: 50px;   
}
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
     font-family: "Geist", sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
}

html[lang="ar"] body,
body.rtl {
    font-family: "Zain", sans-serif;
}
.tab-btnser, .service-tab{
font-family: "Zain", sans-serif;
}
.ar_move {
      transform: scaleX(-1) !important;

}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
/* BASIC */
/* Toggle button */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 2000;
}

.menu-toggle span {
  width: 26px;
  height: 3px;
  background: #fff;
}

button.viewMoreBtn:hover, .custom-btn:hover {
    background: rgb(138, 190, 70);
    color: #fff;
    
}

.custom-btn{transition: all 0.3s ease;}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* NAV */
.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* TOGGLE BUTTON */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}

/* ============================= */
/* MOBILE MENU (AFTER 990px) */
/* ============================= */


.container {
        max-width: 1300px;
    margin: 0 auto; padding: 0 15px;
}

.btn {
   display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    font-size: 0.9rem;


}

.btn-primary {
    background-color: var(--white);
    color: #8ABE46;
      display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.contactBox .btn {
    color: rgba(73, 72, 72, 1);
    width: 190px;
    height: 45px;
    font-weight: 400;
    display: flex;
}.contactBox {
   display: inline-block;
    
    position: relative;
}
.btn-primary:hover {
    background-color: #8ABE46 !important;
    color: var(--white);
}

.btn-circle {
    width: 39px !important;
    /* position: absolute !important; */
    /* right: 5px ; */
    height: 39px !important;
    top: 4px;
}
 
.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 44px;
    color: var(--dark-green);
    margin-bottom: 5px;
    letter-spacing: -1px;
    font-weight: 500;
}

.section-title p {
    color: var(--text-light);
    font-size: 1rem;
}

.section-title-simple {
    margin-bottom: 20px;
}

.section-title-simple h3 {
    color: #444;
    margin-top: 5px;
}


.hero {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white);
}section.hero.innerPage {
    height: 464px;
    background-size: cover;
    background-position: center;
}
header {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 30px; z-index: 99;
}
.hero-background{
    
    width: 100%;
    z-index: -2;
   
}
.hero-content-outer{position: absolute; width:100%; left: 0; right: 0; margin: auto;     z-index: 9;}
.hero-content h1 span{
        font-size: 45px;
    font-weight: 500;
}


.hero-content {
    max-width: 850px;
}
section.hero.innerPage .hero-content {
    width: 100%; max-width: 70%;
}

.hero h1 {
      font-size: 68px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 600;
}
section#home:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
  background: #494848;
    background: linear-gradient(90deg, rgb(73 72 72 / 76%) 0%, rgba(73, 72, 72, 0) 70%);
}
.hero p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 22px;
}.heroCont {
    display: flex;
    align-items: center;justify-content: space-between;
}
.scroll-down {
    position: absolute;
    bottom: 30px;
    right: 5%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    animation: bounce 2s infinite;    z-index: 9;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}
    40% {transform: translateX(-50%) translateY(-10px);}
    60% {transform: translateX(-50%) translateY(-5px);}
}

/* Solutions */
.solutions {
    
    max-width: 100%; 
    z-index: -1;padding-bottom: 150px;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.solution-card{    position: relative;transition: var(--transition);
 
    box-shadow: 0px 26px 49px 0px rgba(0, 0, 0, 0.15);}
.solution-card-inner { position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 20px;
    text-align: center;}
.solution-card:before {
    position: absolute;
    content: "";
    width: 106%;
    height: 107%;
    left: -7px;
    top: -4px;
    background-image: url(https://greendimen.com/demo/public/assets/images/solution_card.png);
    background-size: 100% 100%;
}
.solution-card-background{
    position: absolute;
    width: 22%;
    z-index: 0;
    display: flex;
}
.solution-card h3 {
    font-size: 18px;
    color: rgba(73, 72, 72, 1);
    font-weight: 500;}
.solution-card .icon{
        margin: 0 0 30px;
    width: 70px;
}

.solution-card:hover {    
    transform: translateY(-10px);
}

.solution-card i {
       font-size: 24px;
    color: rgba(73, 72, 72, 1);
    z-index: 1;
    font-weight: 500;
}




/* Advanced */
.Advanced{
    z-index: 1;margin-top: -320px;    padding-bottom: 170px;
}



/* Technologies */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.tech-card {
    background: transparent;
    border-radius: 15px;
    padding: 10px;
}
.custom-btn {
    display: inline-flex;
    align-items: center;
    gap:35px;

    padding: 6px 10px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #000;
    cursor: pointer;
    justify-content: space-between;
}

.custom-btn img {
    width: 39px;
    height: 39px;
    display: block;
}
.viewMoreBtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 5px;

    border: none;
    border-radius: 999px;

    background: rgb(73, 72, 72);
    color: #fff;

    font-size: 16px;
    cursor: pointer;
}

.viewMoreText {
    padding: 0 18px;
}

.viewMoreIcon {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    border-radius: 50%;
    background: rgb(138, 190, 70);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-content .btn-circle,.view-more-container .btn-circle,.section-title-outer .contactBox .btn-circle,#carousel .btn-circle {
    width: 45px;
    height: 45px;
    background: rgba(138, 190, 70, 1);
    border-radius: 50%;
    flex-shrink: 0;
    text-align: center;
    line-height: 45px;
    color: #fff;   
    top: 3px !important;
}
.Advanced .view-more-container .btn-circle{ right: 30px !important;}
#carousel .contactBox {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 87%;
}#carousel .card {
    padding-bottom: 70px; position: relative;
}
#carousel .card-title {
    font-weight: 400;
    margin-bottom: 11px;
    font-size: 23px;
    line-height: 26px;
}
#carousel .contactBox .btn{width: 100%}
.tech-content .contactBox {
    display: flex;
    align-items: center;
    margin-top: 10px;opacity: 0;
}
.tech-content h3 {
    font-size: 21px;
    color: var(--dark-green);
    margin-bottom: 10px;
    font-weight: 500;
}
.tech-content p {
    font-size: 15px;
    color: var(--text-light);
    margin-bottom: 0;
}.tech-card:hover .contactBox {
    opacity: 1;
}.view-more-container .contactBox .btn {
    background: rgba(73, 72, 72, 1);
    color: #fff;justify-content: center !important;
}
.view-more-container .contactBox .btn:hover,.contactBox .btn:hover{background: rgba(138, 190, 70, 1)}
.tech-content {
    margin-top: 20px;
}
a.back-top-ftter span {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(73, 72, 72, 1);
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto 5px;
}
.tech-card:hover {
    background: rgba(138, 190, 70, 0.2);
}
.tech-card .contactBox .btn {
    width: 100%;
}

.view-more-container {
    text-align: center;
     width: 240px;
    margin: auto;    margin-top: 50px;

}

.btn-dark {
    background: #444;
    color: var(--white);
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 0.9rem;
}

.icon-right {
    margin-left: 10px;
}

.link-green {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--primary-green);
}

/* Partners */
.partners {
    padding: 80px 0;
    /* background-image: url(assets/client_background.png); */
        border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    align-content: center;
    
}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.about-text h4 {
    font-size: 28px;
    color: rgba(73, 72, 72, 1);
    font-weight: 500;
}
.partners-track {
       display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(22, 45, 34, 0.06);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.partner-logo {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;  filter: grayscale(1);
    opacity: 0.66;
    transform: translateZ(0) scale(1);
   transition: 350ms ease-in-out;    min-height: 138px;
    border-inline-end: 1px solid #ccc;
    border-block-end: 1px solid #ccc;
    width: 100%;

}
.partner-logo:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.045);
}
.partner-logo:hover {
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(22, 45, 34, 0.10);
    z-index: 3;
}
/* About */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;    width: 95%;
}

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

.about-logo-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.eyebrow {
    text-transform: uppercase;
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.about-text h3 {
    font-size: 2rem;
    color: var(--dark-green);
    margin-bottom: 20px;
}

.about-main {
    margin-bottom: 20px;
    color: #666;
}

.about-sub {
    font-size: 16px;
    margin-bottom: 20px;
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
}

.value-item {
    display: flex;
    align-items: center;
    background: var(--white);
  padding: 10px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #8ABE46;    transition: var(--transition);

}
.value-item:hover {
    transform: translateY(-10px);
}
.about-img:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 86%;
    background: rgba(138, 190, 70, 1);
    right: -40px;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    top: 7%;
}section#about {
    padding-bottom: 150px;
}
.value-icon {
    width: 70px;
    height: 70px;
    background: rgba(138, 190, 70, 1);
    color: var(--white);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 10px;
}

/* Services */
.services-bg {
    /* background: url(assets/solution_background.png) center; */
    padding: 120px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    position: relative;
    border-radius: 20px;
    
}





.arrow-btn {
    position: absolute;
    right: 6px;
    width: 60px;
    height: 60px;
    background: transparent;
    color: var(--dark-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    border: 1px solid rgba(73, 72, 72, 1);
    bottom: -2px;
}.service-card:hover a.arrow-btn path {
    stroke: #fff;
}
.service-card:hover a.arrow-btn {
    background: rgba(138, 190, 70, 1);
    border-color: rgba(138, 190, 70, 1);
}
.service-content {
    margin: 30px 0 0;
}.service-card:hover h3 {
    color: rgba(0, 0, 0, 1);
}
/* Vision */
.vision-section {
    padding: 200px 0 150px;
}
.service-content h3 {
    color: rgba(83, 73, 73, 1);
    font-size: 24px;
    font-weight: 500;
}.service-bg {
    position: relative;
}
.vision-text {
    padding: 50px;
    width: 95%;
    margin-right: 20px;
}
.vision-inner {
    position: relative;
    background: rgba(73, 72, 72, 0.1);
    border-radius: 20px;padding-right: 45%;
}.support-img {
    width: 45%;
    flex-shrink: 0;
    position: relative;
}.support-img {
    width: 45%;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    right: 40px;
    top: 0;
    bottom: 0;
    transform: translatey(-20%);
}
.eyebrow-green {
    text-transform: uppercase;
    color: rgb(0 0 0 / 57%);
    margin-bottom: 0px;
    font-size: 14px;
}
.vision-quote {
    position: relative;
    padding-left: 20px;
    color: rgba(73, 72, 72, 1);
    font-size: 15px;
    opacity: .7;
}
.vision-quote:before {
    background: rgba(138, 190, 70, 1);
    width: 5px;
    height: 100%;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
}.supLogo {
    position: absolute;
    top: 10px;
    right: 10px;
}
.vision-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.vision-main {
    margin-bottom: 20px;
    opacity: 0.8;
}

.vision-quote {

    padding-left: 15px;
    font-style: italic;
    opacity: 0.9;
}

.vision-img {
    height: 100%;
    min-height: 500px;
    background: url('https://images.unsplash.com/photo-1597500366881-c7e6c40a771b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80') center/cover;
    position: relative;
}

.vision-logo-overlay {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border-radius: 5px;
    color: #2E7D32;
    font-weight: bold;
}

/* Projects */
.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.projects-title {
    color: var(--dark-green);
}

.project-tabs {
    display: flex;
    gap: 10px;
}

.tab-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
}

.tab-btn.active {
    background: var(--accent-green);
    color: var(--white);
    border-color: var(--accent-green);
}

.project-display {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    background: var(--bg-light);
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
    transition: opacity 0.3s ease;
}

.project-info {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-number {
    color: #ccc;
    font-size: 3rem;
    margin-bottom: 10px;
}

.project-title {
    color: var(--dark-green);
    margin-bottom: 20px;
}

.project-details {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.8;
}

.project-sublist {
    margin-left: 20px;
    list-style: disc;
}

.project-image {
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-image.img-main1 {
    background-image: url('https://images.unsplash.com/photo-1563276686-218f0f04c637?ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80');
}

.project-logo-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}
a.back-top-ftter span:hover img {
}
a.back-top-ftter span:hover {
    background: #6ea82d;
    border-color: #6ea82d;
}a.back-top-ftter span:hover svg path {
    stroke: #fff;
}
/* Footer */
footer {
        
    color: #fff;
    padding-top: 80px;
    font-size: 0.9rem;
    background-size: cover; position: relative;
}
.back-top-ftter {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100px;
    top: -30px;
    text-align: center;
    color: rgba(73, 72, 72, 1);
}.back-top-ftter span  {
    transition: var(--transition);
}


.cta-footer h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 400;
}

.back-top {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-col h4 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
.footer-col ul li span.ficon {
    /* position: absolute; left: 0; */
}
.footer-col ul li {font-size: 16px;
    margin-bottom: 10px;
    display: flex;
}
form.footer-form .form-group {
    width: 47%;
}
.footer-col ul li a {
    color: #fff;
}

.footer-col ul li a:hover {
    color: #fff;
}

.footer-form {
    display: flex;
    gap: 15px;
    width: 370px;
    flex-wrap: wrap;
}
.footer-form input,
.footer-form select {
    background: rgba(247, 247, 245, 0.1);
    border: none;
    padding: 12px;
    color: rgba(217, 217, 217, 1);
    border-radius: 5px;    outline: none;
    width: 100%;
}
form.footer-form label {
    color: rgba(255, 255, 255, 1);
    opacity: 70%;
    font-size: 14px;
}
.full-width {
    grid-column: span 2;
}
.footerMid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 0;
}
.btn-footer {
    background: #444;
    color: white;
    margin-top: 10px;
}

.copyright {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    justify-content: space-between;
    padding: 15px 0;
    font-weight: 400;
}
.h-accordion {
  display: flex;
    min-height: 420px;
    border-radius: 16px;
    gap: 5px;
}
.section-title-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-title-outer .contactBox .btn {
    background: rgba(73, 72, 72, 1);
    color: #fff;
}
.section-title-outer .contactBox {
    padding-left: 100px;
}
/* PANELS */
.h-panel {
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 5px;
    transition: flex 0.6s ease;
    box-sizing: border-box;
}

.h-panel.active .h-content {
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
}

/* Border add karne ke bajaye outline */
.h-panel.active .h-content:hover {
    outline: 3px solid var(--primary-green);
    outline-offset: -3px;
}

.h-panel.active .h-content:hover .circle-button-img{
    /* background-color: red; */
    display: block;

}

     .hor-row{
display: flex;
flex-direction: row;
justify-content: space-between;
            }
          
            .circle-button-img{
                display: none;
            }

  .read-more{
            color: rgb(137, 189, 70);
    font-weight: 700;
    font-size: 16px;

    float: right;
    }
    @media (max-width: 600px) {
    .read-more-btn-title{
        display: none;
    }
    .circle-button{
        width: unset !important;
    }
}
    .circle-button{
        width: 200px;
    }

/* OPEN PANEL */
.h-panel.active {
    border-radius: 20px;
}
.panelNo {
    position: absolute;
    top: 40px;
    font-weight: 400;
}
/* TITLE BAR */
/*.h-title {*/
/*  width: 90px;*/
/*    background: #6ea82d;*/
/*    color: #fff;*/
/*    font-size: 26px;*/
/*    font-weight: bold;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*       border-radius: 10px !important;*/

/*    background: linear-gradient(0deg, #8ABE46, #8ABE46), linear-gradient(180deg, rgba(204, 254, 140, 0) 0%, rgba(209, 255, 162, 0.3) 100%);*/
/*}*/
/* .h-panel:last-child .h-title {
    border-radius: 0 20px 20px 0;
} */
.h-title span {
    transform: rotate(-90deg);
    font-size: 16px;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
}
.h-panel.active .h-title {
    background: rgba(243, 248, 242, 1);
    color: rgba(73, 72, 72, 1);
}
.h-content h2 {
    color: rgba(73, 72, 72, 1);
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 10px;
}.h-content p, .h-content li {
    color: rgba(73, 72, 72, 1);
    font-size: 14px;
}.h-content ul {
    list-style: disc;
    padding-left: 30px;
    margin: 10px 0 0;
}
/* CONTENT */
.h-content {
  opacity: 0;
  padding: 30px;
  width: 100%;display: none;
  transition: opacity 0.4s ease 0.2s;
  overflow: hidden;
}

.h-panel.active .h-content {
  opacity: 1; background: rgba(243, 248, 242, 1);    

}.w-100 {
    width: 100% !important;
}
/* .h-panel:first-child .h-title {
    border-radius: 20px 0 0 20px;
} */
.h-content img {
  width: 100%;
  border-radius: 12px;
  margin-top: 15px;
}
.socialMedia a {
       display: flex;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    justify-content: center;
    align-content: center;
    align-items: center
}

.socialMedia {
    display: flex;
    gap: 10px;
}

section.serviceOuter {
    padding: 60px 0;
}
.row{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.left{
    flex:1;
}

.right{
    flex:1;
}

.section-number{
    font-size:14px;
    color:#666;
    margin-bottom:10px;
}

.main-title{
    font-size:42px;
    font-weight:600;
    margin-bottom:20px;
}

.description{
    font-size:15px;
    line-height:1.7;
    color:#555;
}

.main-img{
    width:100%;
    border-radius:16px;
    margin-top:30px;
}

.service-card{
    background:#fff;
    padding:25px;
    border-radius:18px;
    margin-bottom:25px;
    border:1px solid #e5e5e5;
}

.service-card.green{
    border:2px solid #8BC34A;
    background:#f9fff3;
}

.service-title{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}

.service-text{
    font-size:14px;
    line-height:1.6;
    color:#666;
}

.green .service-title,
.green .service-text{
    color:#6cab2f;
}
.top-section{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}



.section-number{
    font-size:14px;
    color:#666;
}

.main-title{
    font-size:42px;
    font-weight:600;
    margin:10px 0;
}

.subtitle{
    font-weight:600;
    margin-bottom:15px;
}

.description{
    font-size:15px;
    line-height:1.7;
    color:#555;
}

.top-image{
    width:100%;
    border-radius:18px;
}

/* CAROUSEL */

.carousel-wrapper{
    margin-top:50px;
    position:relative;
    overflow:hidden;
}

.carousel{
    display:flex;
    gap:25px;
    transition:transform 0.5s ease;
}

.card{
    min-width:260px;
    background:rgba(244, 244, 244, 1);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}
.card:first-child {
    min-width: 400px;
}.card:first-child img {
    height: auto;
}
.card-image-panel > img{
    width:100%;
    height:180px;
    object-fit:cover;
}
.card-image-panel {
    position: relative;
}

a.viewMoreSer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 62px;
}
.card-content{
    padding:20px;
}

.card-title{
    font-weight:600;
    margin-bottom:10px;
}

.card-text{
    font-size:14px;
    line-height:1.6;
    color:#666;
}

.explore{
    margin-top:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.explore-btn{
    background:#f1f1f1;
    border:none;
    padding:8px 18px;
    border-radius:20px;
    cursor:pointer;
}

.arrow-circle{
    background:#7cb342;
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    cursor:pointer;
}

/* Navigation arrows */

.nav{
    position:absolute;
    top:50%;z-index: 999;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.4);
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    cursor:pointer;
}

.nav.left{
    left:10px;
}

.nav.right{
    right:10px;
}

/* Dots */

.dots{
    text-align:center;
    margin-top:25px;
}

.dot{
    display:inline-block;
    width:30px;
    height:6px;
    background:#ccc;
    border-radius:10px;
    margin:0 4px;
}

.dot.active{
    background:#7cb342;    width: 60px;
}
.carousel-wrapper {
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.carousel {
    display: flex;
    gap: 25px;
    transition: transform 0.4s ease;
}

.carousel.dragging {
    transition: none;
    cursor: grabbing;
}
.innerPage section.partners {
    background: rgba(158, 208, 96, 1);border: none;
}

.innerPage footer {
    background-color: rgba(158, 208, 96, 1); 
}
.innerPage footer .back-top-ftter {
    color: #fff;
}
.innerPage footer a.back-top-ftter span {
    border-color: #fff;
}
.innerPage footer a.back-top-ftter span path{stroke: #fff;}
.text-center {
    text-align: center !important;
}
.innerPageProgect{padding-bottom: 60px}

 
.section-top{
    position:relative;
    border-radius:20px;
    overflow:hidden;
}

.section-top img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:20px;
}
.optimized_box {
    background: rgba(241, 245, 250, 1);
    padding: 50px;
    border-radius: 50px;
    margin-top: 60px;
}.optimized_box p {
    margin: 25px 0;
}
.optimized_box h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 20px;
}
.section-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, #F1F5FA 0%, rgba(241, 245, 250, 0.9) 53.15%, rgba(241, 245, 250, 0) 87.08%);

    padding:40px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.innerPage .nav-container {
    background: rgba(73, 72, 72, 1);
}section.detailBanner {
    padding-top: 150px;
}
.left-content{
    max-width:550px;
}

.left-content h2 {
    font-size: 38px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.right-content{
    max-width:400px;
    font-size:15px;
    line-height:1.7;
    color:#555;
}

/* BOTTOM BOXES */
.box-row{
    display:flex;
    gap:30px;
    margin-top:-80px;
    position:relative;
    z-index:2;    padding: 0 60px;
}

.info-box{
    background:#fff;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    overflow:hidden;
    flex:1;
}

.info-box img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.box-content{
    padding:25px;
}

.box-content h4{
    margin:0 0 10px;
    font-weight:600;
}

.box-content p{
    font-size:14px;
    line-height:1.6;
    color:#666;
}

/* RESPONSIVE */
@media (max-width: 992px){
    .section-overlay{
        flex-direction:column;
        gap:20px;
    }

    .section-top img{
        height:420px;
    }

    .box-row{
        flex-direction:column;
        margin-top:30px;
    }
}

@media (max-width: 768px){
    .section-overlay{
        padding:30px;
    }

    .left-content h2{
        font-size:28px;
    }

    .section-top img{
        height:350px;
    }
}
@media (max-width: 768px){

 .circle-button-img{
    /* background-color: red; */
    display: none !important;
}
.partners-track {
 
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

}






/* Responsive */

@media(max-width:992px){
    .top-section{
        flex-direction:column;
    }
}
/* Responsive */
@media (max-width:992px){
    .row{
        flex-direction:column;
    }
}






@media (max-width: 1200px) {
    .nav-links {    gap: 20px;   margin-right: 20px;}
.container{max-width: 960px}
.solution-card h3 {  font-size: 18px;}
.arrow-btn {width: 50px;    height: 50px;     bottom: -12px;}
.vision-text h2 {    font-size: 30px;}
.h-title span {    font-size: 13px;}
.solution-card-inner{padding: 40px 20px 20px}


}
@media (max-width: 992px) {
    .support-img {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    max-width: 80%;
    margin: auto;
    transform: none;
}.vision-inner {
    padding: 0;
    display: flex;
    flex-direction: column;    padding-bottom: 40px;

}.vision-section {
    padding: 50px 0;
}.h-title {    font-size: 16px;    width: 50px;}
.panelNo {top: 20px}
    .solutions-grid,
    .tech-grid,
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-footer h2 br {   display: none;}
.footer-col {
    width: 30%;
}
.footer-col ul li { font-size: 13px;}
.footer-form{width: 250px}
.copyright{font-size: 13px}
.cta-footer h2 {    font-size: 30px;}

    .vision-section,
    .about-grid,
    .footer-grid,
    .project-display {
        grid-template-columns: 1fr;
    }

    .hero h1 ,.hero-content h1 span {
        font-size: 36px !important;
    }
section.hero.innerPage .hero-content {
    width: 100%;
    max-width: 100%;
}
    .vision-text {
        padding: 40px 20px;
    }
    .container {        max-width: 720px;;}
        .menu-toggle {
        display: flex;
        position: absolute;
        right: 20px;
    }.lang-switcher {
    margin-right: 45px !important;
}header button.custom-btn {
    margin-left: auto;
}

  .nav-links {
        position: absolute;
        top: 100%;
        right: 0;
        width: 200px;
        background: #8bc34a;
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 25px;
        display: none;
        z-index: 1500;
        border-radius: 10px;
    }


  .nav-links.active {
    display: flex;
  }

  .contactBox,
  .nav-search {
    /* display: none; */
            margin-top: 12px;
  }

  .section-title-outer{
        display: flex;
        flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .hero-image-wrapper {
 
    min-height: 0px !important;
}

  .solutions-grid > .solution-card:last-child:nth-child(odd) ,.tech-grid > .tech-card:last-child:nth-child(odd) , .services-grid > .service-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;   /* take full row */
  justify-self: center; /* center the card */
  max-width: 50%;       /* optional: control width */
}.section-title h2 {
    font-size: 34px;}
.Advanced { padding-bottom: 0;}

}
    @media screen and (max-width: 375px) {
.hero-background {    
    
        height: 1500px;
}
    }
@media (max-width: 767px) {
    .section-padding {
    padding: 0 0 30px;
}.service-content h3 {font-size: 16px;}
.services-bg {padding: 50px 0;}
.hero-background {    
    width: 100%;
    height: 500px;
    object-fit: cover;
}
    .section-title h2 {
        font-size: 24px;
    }.Advanced {
    padding: 50px 0 0;
    margin: 0;
}
section.section-padding.solutions {
    padding: 50px 0;
}.about-img {
    
    width: 75%;
    margin: auto;
}
.footer-grid {
    flex-wrap: wrap;
}.footer-col:last-child {
    width: 100%;
}
.footer-col {
    width: 45%;
}    .footer-form {
        width: 100%; gap: 0;
        margin: auto;
    }form.footer-form .form-group {    width: 50%;    padding: 0 10px;}


section#about {
    padding-bottom: 50px;
}section#about,.partners {
    padding-bottom: 40px;
    padding-top: 40px;
}
}



@media (max-width: 600px) {
    .solutions-grid,
    .tech-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        display: none;
    }

    .projects-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .footer-form {
        grid-template-columns: 1fr;
    }

    .full-width {
        grid-column: span 1;
    }
}

@media (max-width: 580px) {
     .circle-button-img{
    /* background-color: red; */
    display: none !important;
}
    .tech-grid,.services-grid,.solutions-grid.sol-card-zigzag {
    max-width: 350px;
    margin: auto;
}.values-grid > div {
    width: 100%;
}
.values-grid {
    display: flex;
    flex-wrap: wrap;
}

    .solutions-grid > .solution-card:last-child:nth-child(odd), .tech-grid > .tech-card:last-child:nth-child(odd), .services-grid > .service-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 100%;
    }

.h-accordion ,.h-panel{
    flex-direction: column;
}
.h-title span{transform: none; font-size: 16px; white-space: normal;}
    .h-title {
        width: 
        100%;border-radius: 10px !important;
        padding: 15px 15px 15px 40px;
    }.back-top-ftter{top: -15px;}
        .panelNo {
        top: 0;
        left: 10px;
        /* bottom: 0; */
        transform: translateY(20px);
    }
    header{top: 10px}
    .copyright {    flex-direction: column;}
    .h-content h2 br {   display: none;}
.hero h1 br,.vision-text h2 br {   display: none;}
    .hero h1, .hero-content h1 span {      font-size: 28px;    }  
      .hero-background {height: 550px;}
.section-title {margin-bottom: 20px;}
.footer-col ul li br{display: none;}
    .footer-col {
        width: 100%;
    }
}

@media (max-width:430px) {
    .circle-button-img{

    display: none !important;
}
.about-img{width: 100%}
.about-img:after { display: none;}
.vision-text h2,.cta-footer h2 {    font-size: 20px;    }
    footer {
        background: #494848;
        padding-top: 40px;
        margin-top: 70px;
    }
    .back-top-ftter {
        top: -85px;
    }
}
.text-marging-left{
    margin-left:15px !important;
}
.text-marging-right{
    margin-right:15px !important;
}

.custom-btn {
    display: inline-flex;
    align-items: center;
    gap:35px;

    padding: 6px 10px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #000;
    cursor: pointer;
    justify-content: space-between;
}

.custom-btn img {
    width: 39px;
    height: 39px;
    display: block;
}
.viewMoreBtn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 5px;

    border: none;
    border-radius: 999px;

    background: rgb(73, 72, 72);
    color: #fff;

    font-size: 16px;
    cursor: pointer;
}

.viewMoreText {
    padding: 0 18px;
}

.viewMoreIcon {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    border-radius: 50%;
    background: rgb(138, 190, 70);
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

    /* ==========================================
       1. GLOBAL & BASE STYLES
       ========================================== */
    .Advanced { margin: 0; }
    section#featureSec {
        padding: 50px 0 200px;
        background: #494848;
    }
    .arabic-video {
        direction: rtl;
        display: flex;
        flex-direction: row-reverse;
        transform: scaleX(-1);
    }
    .english-video {
        direction: ltr;
    }

    /* ==========================================
       2. FEATURE SECTION (DESKTOP)
       ========================================== */
    .featureSecInner {
        display: flex;
        align-items: flex-start;
        position: relative;
    }
    .featureBox {
        position: relative;
    }
    .featureBox h3 {
        color: #8ABE46;
        font-size: 28px;
        font-weight: 400;
    }
    .featureBox p {
        font-size: 17px;
        font-weight: 300;
        line-height: 26px;
    }
    .featureBoxCont {
        position: absolute;
        width: 310px;
        bottom: 60px;
        color: #fff;
        left: 130px;
    }
    .featureBoxCont p {
        font-size: 15px;
    }

    /* English Layout Positions */
    .feature1 {

        width: 572px;
        min-height: 602px;
        background-size: contain;
        display: flex;
        flex-direction: column;
        color: #fff;
        justify-content: flex-end;
        padding: 50px;
    }
    .feature2 {
        position: absolute;
        left: 440px;
        width: 500px;
        bottom: 40px;
    }
    .feature3.featureBox {
        position: absolute;
        right: 0;
        width: 420px;
        bottom: 140px;
    }
    .feature3.featureBox .featureBoxCont {
        left: 100px;
        bottom: 130px;
        width: 260px;
    }
    .feature4.featureBox, 
    .feature5.featureBox {
        width: 270px;
        position: absolute;
        right: 0;
    }
    .feature4.featureBox { bottom: -40px; }
    .feature5.featureBox { bottom: -143px;
    right: 249px;}

    .feature4.featureBox .featureBoxCont,
    .feature5.featureBox .featureBoxCont,
    .featurear4.featureBox .featureBoxCont,
    .featurear5.featureBox .featureBoxCont {
        width: auto;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: 80px;
    }
    .feature4.featureBox .featureBoxCont h3,
    .feature5.featureBox .featureBoxCont h3,
    .featurear4.featureBox .featureBoxCont h3,
    .featurear5.featureBox .featureBoxCont h3 {
        font-size: 24px;
    }

    /* Arabic Layout Positions */
    .featurear1 {

        width: 550px;
        min-height: 602px;
        background-size: contain;
        display: flex;
        flex-direction: column;
        color: #fff;
        justify-content: flex-end;
        padding: 50px;
        bottom: -20px;
    }
    .featurear2 {
        position: relative !important;
        left: 124px;
        width: 500px;
        bottom: -100px;
    }
    .featurear4.featureBox {
        width: 270px;
        position: absolute;
        bottom: -40px;
        left: 0;
    }
    .featurear5.featureBox {
        width: 270px;
        position: absolute;
        bottom: -168px;
        left: 240px;
    }
    .featurear1 h3, .featurear1 p,
    .featurear2 h3, .featurear2 p,
    .featurear3 h3, .featurear3 p {
        text-align: right !important;
    }

    /* ==========================================
       3. SERVICES CARDS ROW (CUSTOM SVG MASK)
       ========================================== */
    .cards-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
        width: 100%;
        max-width: 1350px;
        flex-wrap: wrap;
    }
    .card-outer {
        flex: 1 1 350px;
        max-width: 420px;
    }
    .card-inner {
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
        transition: box-shadow 0.3s ease, border-color 0.3s ease;
    }
    .card-inner:hover {
        box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
        border-color: #d1d5db;
    }
    .image-wrapper {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 10;
        padding: 10px;
    }
    .masked-image {
        width: 100%;
        height: 100%;
        clip-path: url(#custom-card-mask);
        overflow: hidden;
    }
    .card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        padding: 10px;
    }
    .arrow-btn {
        position: absolute;
        bottom: 22px;
        right: 22px;
        width: 55px;
        height: 55px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1.5px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #000000;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .arrow-btn:hover {
        background-color: #8abe46;
        border-color: #22c55e;
        color: #ffffff;
        transform: scale(1.05);
    }
    .content-wrapper {
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .card-title {
        font-size: 22px;
        font-weight: 600;
        color: #3f3f46;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    .card-description {
        font-size: 15px;
        line-height: 1.6;
        color: #71717a;
    }

    /* ==========================================
       4. MOBILE / SMALL FEATURE CARDS
       ========================================== */
    .feat-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 20px;
    }
    .feat-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
    }
    .feat-box {
        flex: 1 1 calc(33.333% - 24px);
        min-width: 280px;
        height: 320px;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        cursor: pointer;
    }
    .feat-box-img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .feat-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .feat-box::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.88) 100%);
        z-index: 2;
        transition: background 0.3s ease;
    }
    .feat-box-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 24px;
        z-index: 3;
        transform: translateY(10px);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .feat-box-content h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 8px;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .feat-box-content p {
        font-size: 0.875rem;
        color: #cbd5e1;
        line-height: 1.5;
        margin: 0;
    }
    .feat-box:hover .feat-box-img img { transform: scale(1.08); }
    .feat-box:hover::after { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.95) 100%); }
    .feat-box:hover .feat-box-content { transform: translateY(0); }

    /* Icon Cards Grid */
    .icon-cards-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
        width: 100%;
        margin-top: 50px;
    }
    .icon-card-item {
        position: relative;
        flex: 1;
        max-width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 12px;
    }
    .icon-card-item img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .icon-card-item::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
    }
    .icon-card-item .featureBoxCont {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        width: 280px;
    }
    .icon-card-item .featureBoxCont h3 {
        color: #8abe44;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.3;
        margin: 0;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    /* ==========================================
       5. RTL / LTR CONDITIONAL STYLES
       ========================================== */
    .new-icon { margin-right: 0px !important; }
    .icon-text { margin-right: 10px; margin-left: 10px; }

    @if($isRtl)
        .vision-quote {
            border-right: 3px solid #81C784;
            padding-right: 15px;
        }
        .vision-quote:before { right: 0 !important; }
        /* .h-panel:first-child .h-title { border-radius: 0px 20px 20px 0px !important; }
        .h-panel:last-child .h-title { border-radius: 20px 0px 0px 20px !important; } */
    @else
        .vision-quote {
            border-left: 3px solid #81C784;
        }
        .vision-quote:before { left: 0 !important; }
        /* .h-panel:first-child .h-title { border-radius: 20px 0 0 20px !important; }
        .h-panel:last-child .h-title { border-radius: 0 20px 20px 0; } */
    @endif

    /* ==========================================
       6. MEDIA QUERIES & BREAKPOINTS
       ========================================== */
    @media (max-width: 1200px) {
        .feat-box { height: 340px; }
        .feat-box-content { padding: 20px; }
    }
    @media (max-width: 992px) {
        .feat-box { flex: 1 1 calc(50% - 24px); height: 340px; }
               
    }
    @media (max-width: 600px) {
        .feat-container { padding: 40px 16px; }
        .feat-wrapper { gap: 20px; }
        .feat-box { flex: 1 1 100%; height: 300px; }
        .feat-box-content { padding: 18px; }
        .feat-box-content h3 { font-size: 1.1rem; }
        .feat-box-content p { font-size: 0.825rem; }
        .icon-cards-wrapper { gap: 10px; }
        .icon-card-item .featureBoxCont h3 { font-size: 0.85rem; }
              .icon-card-item .featureBoxCont {
        
                width: 100%;
    }
    }

    /* Visibility Breakpoints */
    @media screen and (max-width: 1023px) {
        .feature-small { display: block !important; z-index: 999; }
        .feature-larg-en, .feature-larg-ar { display: none !important; }
        .hero-content-outer { margin-top: 100px; }
        .cta-footer { margin-top: 60px; }
    }
    @media screen and (max-width: 375px) {
        
        .feature-larg-en { display: none !important; }
        .feature-larg-ar { display: none !important; }
        
      
    }
    @media screen and (min-width: 1024px) {
        .feature-small { display: none !important; z-index: 999; }
        .feature-larg-en { display: block !important; }
        .feature-larg-ar { display: none !important; }
    }

    /* Tablets / iPads (769px to 1024px) */
@media screen and (min-width: 1025px) and (max-width: 1280px) {

  /* Custom styles for tablets and iPad portrait/landscape */
  /* .hero-background{
    height: 750px
  } */
    .hero-content-outer{
        padding-top:100px;
    }
  .hero h1 {
    font-size: 58px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 600;
}
 

        .feature-small { display: block !important; z-index: 999; }

        .feature-larg-en { display: none !important; }
        .feature-larg-ar { display: none !important; }

}

.btn-banner{
    display: flex;
    justify-content: space-between;
}



.flip-img{
     transform: scaleX(-1);
}


/* new css */
/* ==========================================================================
   GREEN DIMENSION - DIRECTORY & SECTION CSS (TAILWIND REPLACEMENT)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. HERO & INTRO SECTIONS
   -------------------------------------------------------------------------- */
.technology-hero {
  padding: 92px 0 76px;
  background: radial-gradient(circle at 86% 12%, rgba(138, 190, 70, 0.18), transparent 28%),
              linear-gradient(135deg, #f9fcf5 0%, #edf5e4 100%);
  border-bottom: 1px solid var(--gd-line, rgba(73, 73, 73, 0.16));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  gap: 72px;
  align-items: center;
}

.breadcrumbs {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 13px;
  color: var(--text-light, #666);
}

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition, all 0.3s ease);
}

.breadcrumbs a:hover {
  color: var(--primary-green, #2E7D32);
}

.eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--primary-green, #2E7D32);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -1px;
  color: var(--dark-green, #494848);
  font-weight: 600;
}

.hero-lead {
  max-width: 750px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-light, #666);
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.button-primary, 
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
  cursor: pointer;
}

.button-primary {
  background-color: #8ABE46;
  color: #fff;
  border: 1px solid #8ABE46;
}

.button-primary:hover {
  background-color: var(--primary-green, #2E7D32) !important;
  border-color: var(--primary-green, #2E7D32) !important;
  color: #fff;
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--dark-green, #494848);
  background-color: transparent;
  border: 1px solid var(--dark-green, #494848);
}

.button-secondary:hover {
  background-color: #8ABE46 !important;
  border-color: #8ABE46 !important;
  color: #fff;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   2. SOLUTION METHODOLOGY PANEL
   -------------------------------------------------------------------------- */
.hero-panel.solution-method {
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(73, 72, 72, 0.15);
  border-top: 4px solid #8ABE46;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.06);
}

.solution-method .method-header h2 {
  margin: 10px 0 8px;
  color: var(--dark-green, #494848);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.solution-method .method-header p {
  margin: 0;
  color: var(--text-light, #666);
  font-size: 14px;
  line-height: 1.6;
}

.solution-method ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  margin: 20px 0 0;
  list-style: none;
  padding: 0;
  counter-reset: steps;
}

.solution-method li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(73, 72, 72, 0.1);
  counter-increment: steps;
}

.solution-method li::before {
  content: "0" counter(steps);
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(138, 190, 70, 0.5);
  border-radius: 50%;
  background: rgba(138, 190, 70, 0.1);
  color: var(--dark-green, #494848);
  font-size: 11px;
  font-weight: 700;
}

.solution-method strong {
  display: block;
  color: var(--dark-green, #494848);
  font-size: 15px;
  font-weight: 600;
}

.solution-method li span {
  display: block;
  color: var(--text-light, #666);
  font-size: 12.5px;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   3. INTRO SECTION
   -------------------------------------------------------------------------- */
.intro-section {
  padding: 70px 0;
  background: #ffffff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-grid h2 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--dark-green, #494848);
  line-height: 1.15;
  font-weight: 600;
}

.intro-grid > p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-light, #666);
}

/* --------------------------------------------------------------------------
   4. DIRECTORY & TOOLBAR
   -------------------------------------------------------------------------- */
.directory-section {
  padding: 0 0 90px;
  background: #ffffff;
}

.directory-toolbar {
 
}

.directory-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.directory-tab {
  border: 1px solid rgba(73, 72, 72, 0.2);
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: var(--dark-green, #494848);
  transition: var(--transition, all 0.3s ease);
}

.directory-tab span {
  margin-left: 6px;
  opacity: 0.7;
  font-size: 12px;
}

.directory-tab.active {
  background: #8ABE46;
  border-color: #8ABE46;
  color: #fff;
}

.directory-tab.active span {
  opacity: 1;
}

.filter-row {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  margin-top: 16px;
}

.search-field, 
.select-field {
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(73, 72, 72, 0.2);
  border-radius: 8px;
  background: #fff;
  padding: 0 14px;
}

.search-field input, 
.select-field select {
  width: 100%;
  border: none !important;
  outline: none !important;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  color: var(--text-dark, #333);
}

.search-status {
  margin: 12px 0 0;
  color: var(--text-light, #666);
  font-size: 13px;
}

.section-divider {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  padding: 60px 0 24px;
  border-bottom: 2px solid var(--dark-green, #494848);
}

.section-divider span {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark-green, #494848);
}

.section-divider p {
  margin: 4px 0 0;
  color: var(--text-light, #666);
  font-size: 14px;
}

/* --------------------------------------------------------------------------
   5. TECHNOLOGY CARDS & GRID
   -------------------------------------------------------------------------- */
.category-group {
  padding: 40px 0 20px;
}

.category-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  gap: 20px;
}

.category-heading h2 {
  margin: 0;
  font-size: 28px;
  color: var(--dark-green, #494848);
  font-weight: 600;
}

.result-count {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-light, #666);
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tech-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(73, 72, 72, 0.15);
  border-radius: 18px;
  transition: var(--transition, all 0.3s ease);
  position: relative;
}

.tech-card:hover {
  transform: translateY(-5px);
  border-color: #8ABE46;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.tech-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8ABE46;
  margin-bottom: 12px;
}

.tech-type {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tech-card h3 {
  margin: 10px 0;
  font-size: 21px;
  color: var(--dark-green, #494848);
  font-weight: 600;
  line-height: 1.25;
}

.tech-card > p {
  margin: 0 0 20px;
  color: var(--text-light, #666);
  font-size: 14px;
  line-height: 1.6;
}

.keyword-block {
  padding-top: 14px;
  border-top: 1px solid rgba(73, 72, 72, 0.1);
}

.keyword-block strong {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-light, #666);
}

.keyword-block span {
  font-size: 13px;
  color: var(--dark-green, #494848);
  font-weight: 500;
}

.keyword-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}

.keyword-chips li {
  padding: 4px 10px;
  background: rgba(138, 190, 70, 0.12);
  border-radius: 50px;
  font-size: 11px;
  color: var(--dark-green, #494848);
  font-weight: 500;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #8ABE46;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}

.card-link:hover {
  color: var(--primary-green, #2E7D32);
  transform: translateX(4px);
}

.no-results {
  text-align: center;
  padding: 80px 20px;
}

.no-results .material-symbols-outlined {
  font-size: 48px;
  color: #8ABE46;
  margin-bottom: 12px;
}

/* --------------------------------------------------------------------------
   6. SEO, ENTITY & FAQ SECTIONS
   -------------------------------------------------------------------------- */
.seo-copy-section {
  padding: 80px 0;
  background: rgba(243, 248, 242, 0.6);
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
}

.seo-copy-section article p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-light, #666);
  margin-top: 16px;
}

.entity-panel {
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(73, 72, 72, 0.15);
  border-radius: 16px;
}

.entity-panel h2 {
  font-size: 22px;
  color: var(--dark-green, #494848);
}

.entity-panel dl div {
  padding: 12px 0;
  border-top: 1px solid rgba(73, 72, 72, 0.1);
}

.entity-panel dt {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-light, #666);
}

.entity-panel dd {
  margin: 4px 0 0;
  font-weight: 600;
  color: var(--dark-green, #494848);
}

.faq-section {
  padding: 80px 0;
  background: #ffffff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
}

.faq-list details {
  border-top: 1px solid rgba(73, 72, 72, 0.15);
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(73, 72, 72, 0.15);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--dark-green, #494848);
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary .material-symbols-outlined {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 0 20px;
  color: var(--text-light, #666);
  font-size: 14.5px;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   7. FINAL CALL TO ACTION (CTA)
   -------------------------------------------------------------------------- */
.final-cta {
  padding: 80px 0;
  background: var(--dark-green, #494848);
  color: #ffffff;
  border-radius: 24px;
  margin-bottom: 60px;
}

.final-cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.final-cta .eyebrow {
  color: #8ABE46;
}

.final-cta h2 {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 8px;
}

.final-cta p {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.light-button {
  background: #8ABE46 !important;
  color: #ffffff !important;
  border: none !important;
  white-space: nowrap;
}

.light-button:hover {
  background: #ffffff !important;
  color: var(--dark-green, #494848) !important;
}

[hidden], .is-hidden {
  display: none !important;
}

/* --------------------------------------------------------------------------
   8. MEDIA QUERIES (RESPONSIVE RULES)
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .hero-grid, 
  .intro-grid, 
  .seo-copy-grid, 
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-row {
    grid-template-columns: 1fr;
  }

  .section-divider {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-toolbar {
    top: 0;
  }
}

@media (max-width: 600px) {
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button-primary, 
  .button-secondary {
    width: 100%;
  }

  .solution-method ol {
    grid-template-columns: 1fr;
  }
}

/* new text */

   
/* ==========================================================================
   FIXED & ENHANCED FAQ SECTION
   ========================================================================== */
.faq-section {
  padding: 80px 0;
  background: #ffffff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: flex-start;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item-advance {
  border: 1px solid rgba(73, 72, 72, 0.15);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.faq-item-advance:hover {
  border-color: #8ABE46;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.faq-item-advance summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  font-size: 17px;
  font-weight: 600;
  color: var(--dark-green, #494848);
  cursor: pointer;
  list-style: none;
  user-select: none;
  gap: 16px;
}

.faq-item-advance summary::-webkit-details-marker,
.faq-item-advance summary::marker {
  display: none !important;
}

/* Accordion Smooth Icon Animation */
.faq-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(138, 190, 70, 0.12);
  color: #8ABE46;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.faq-item-advance[open] summary .faq-icon-box {
  transform: rotate(45deg);
  background: #8ABE46;
  color: #ffffff;
}

/* Accordion Content Smooth Padding & Border */
.faq-content {
  padding: 0 24px 22px 24px;
  border-top: 1px solid transparent;
}

.faq-item-advance[open] .faq-content {
  border-top-color: rgba(73, 72, 72, 0.08);
}

.faq-content p {
  margin: 14px 0 0;
  color: var(--text-light, #666);
  font-size: 15px;
  line-height: 1.7;
}

/* ==========================================================================
   FIXED & PERFECT CTA BANNER (Left Alignment & Spacing Corrected)
   ========================================================================== */
.final-cta-wrapper {
  padding: 40px 0 80px;
  
}

.final-cta {
  padding: 60px;
  background: var(--dark-green, #494848);
  color: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(138, 190, 70, 0.08);
  pointer-events: none;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.cta-text-content {
  max-width: 680px;
  text-align: left; /* Left alignment fixed */
}

.cta-text-content .eyebrow {
  color: #8ABE46;
  margin-bottom: 12px;
}

.cta-text-content h2 {
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.2;
}

.cta-text-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
}

.light-button {
  background: #8ABE46 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(138, 190, 70, 0.3);
}

.light-button:hover {
  background: #ffffff !important;
  color: var(--dark-green, #494848) !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 255, 255, 0.25);
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 992px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .final-cta {
    padding: 40px 30px;
            margin-bottom: 100px;
  }
  
  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cta-text-content h2 {
    font-size: 28px;
  }
}




/* ==========================================================================
   Language Controller & Floating UI
   ========================================================================== */
.gd-language-view[hidden] { display: none !important; }

#gd-view-ar {
  font-family: var(--font-arabic);
  direction: rtl;
  text-align: right;
}


.gd-language-control button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: transparent;
  color: var(--primary-green);
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
      
}

.gd-language-control button[aria-pressed="true"] {
  background: var(--primary-green);
  color: #fff;
}


.gd-language-control a {
  border: 0;
  border-radius: 999px;
  padding: 5px 8px;
  background: transparent;
  color: var(--primary-green);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.gd-language-control a[aria-pressed="true"] {
  background: var(--primary);
  color: #fff;
}
.gd-language-control {
  position: fixed;
  inset-inline-end: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border: 1px solid var(--outline-variant);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid var(--primary-green);

}


.gd-progress {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--primary-container) var(--gd-progress, 0%), var(--surface-container-high) 0);
  position: relative;
}

.gd-progress::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: #fff;
}

.gd-progress span {
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-weight: 800;
  color: var(--primary-green);
}

.lang-active{
      background: var(--primary-green) !important;
  color: #fff !important;
}

/*  */

.unique-services-row {
    background-color: #f7f9fa;
    padding: 40px 0;
}

.unique-services-row .unique-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.unique-services-grid {
    display: grid;
    grid-template-columns: 1fr 460px;
    align-items: center;
    gap: 40px;
}

.unique-service-left span {
    display: inline-block;
    color: #8ABE46;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.unique-service-left h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #1b1b1b;
    font-weight: 700;
}

.unique-service-left p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}

.unique-service-right {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-start;
}

.unique-service-box {
    width: 200px;
    height: 250px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    /* Only ONE corner cut */
    clip-path: polygon(
        35px 0,
        100% 0,
        100% 100%,
        0 100%,
        0 35px
    );

    transition: all 0.5s ease-in-out;
}

.unique-service-box:last-child {
    margin-top: 40px;
}

.unique-service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 1. NORMAL STATE: Halkaa dark gradient taaki white text clearly visible ho */
.unique-service-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 80%);
    transition: opacity 0.5s ease-in-out;
}

/* 2. HOVER STATE: Aapka green gradient jo hover karne par smoothly upar aayega */
.unique-service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        181deg,
        rgba(138, 190, 70, 0) 0%,
        rgba(138, 190, 70, 0.74) 54%,
        rgba(138, 190, 70, 1) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.unique-service-box h4 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 3;
    font-size: 20px;
    font-weight: 600;
}

/* HOVER EFFECTS */
.unique-service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

/* Hover par green gradient dikhega aur dark gradient fade ho jayega */
.unique-service-box:hover::before {
    opacity: 1;
}

.unique-service-box:hover::after {
    opacity: 0;
}

/* Tablet */
@media(max-width: 991px) {
    .unique-services-row {
        padding: 60px 0;
    }
    .unique-services-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .unique-service-left {
        max-width: 100%;
        text-align: center;
    }
    .unique-service-left h2 {
        font-size: 34px;
    }
    .unique-service-right {
        justify-content: center;
    }
}

/* Mobile */
@media(max-width: 576px) {
    .unique-services-row {
        padding: 45px 0;
    }
    .unique-service-right {
        flex-direction: column;
        align-items: center;
    }
    .unique-service-box {
        width: 100%;
        max-width: 280px;
        height: 200px;
    }
    .unique-service-box:last-child {
        margin-top: 0;
    }
    .unique-service-left h2 {
        font-size: 28px;
    }
    .unique-service-left p {
        font-size: 15px;
    }
}