/* Import Base styles */
@import url(global.css);

/* Import Header styles */
@import url(header.css);

/* -------------------------------------------New Added CSS------------------------------------------- */

/* top bar */
.top-bar-content {
    display: flex;
    justify-content: space-between;
}

.contact-info span:nth-child(1) {
    padding-inline-end: 40px;
}
.contact-info span {
    font-size: 15px;
}
.top-bar {
    padding: 28px 0;
}

.contact-info span {
    color: #3D3734;
}
.language-selector a {
    font-size: 15px;
}
/*---------  Hero---------------------------*/

.fixed-icone a:hover {
    color: #fff !important;
}

.hero {padding: 90px 0 80px;overflow: hidden; position: relative; }
.btn svg{width: 36px;}

.hero_im {
	position: absolute;
    right: 105px;
    z-index: 28;
    top: -113px;
}

.hero_im img {
    max-width: 620px;
    height: 412px;
    position: relative;
}


.hero_txt p {
    text-align: left;
    color: #3D3734;
margin-bottom:22px;	
}

.hero_txt h1 {
    width: 100%;
    font-size: 44px;
    font-weight: 700;
    color: #3D3734;
    text-align: left;
    margin-bottom: 18px;
}

.hero .btn {
    max-width: 206px;
}



/* ---------------- About --------------------- */

.about {
    position: relative;
    z-index: 9;
}

.img_about img {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
}

.about_items * {
    position: relative;
    z-index: 99;
}

/* .img_about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1b;
  opacity: 0.3;
  pointer-events: none; 
  content: "";
  position: absolute;
} */

.about_items .row{justify-content: space-between;}

.about_items h3::before {content:"";position: absolute;width: 5px;height: 5px;background: #fff;border-radius: 100%;left: 0;top: 6px;}

.about_items h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -12px;
    left: 0;
}

.about_items::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/ab_items_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    opacity: 15%;
}

.about_items {
    background: #7A726A;
    padding-top: 37px;
    color: #fff;
    padding-bottom: 47px;
    position: relative;
}

.about_items h3 {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
}

.about_items p {
    font-size: 12px;
    padding-top: 22px;
}

.about_items .row{justify-content: space-between;}

.about_items h3::before {
    content:"";position: absolute;
    width: 5px;height: 5px;background: #fff;
    border-radius: 100%;left: 0;top: 6px;
}

.about_items h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -12px;
    left: 0;
}

.about .about_items::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/ab_items_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about .info-section {
    max-width: 377px;
}

/* ---------------- Journey --------------------- */

.journey-section {
    padding: 60px 0;
}

h2.journey-title {
    font-size: 4rem;
    font-weight: 600;
    color: #3D3734;
}

.journey-content h3 {
    color: #3D3734;
    font-size: 38px;
}

.journey-content p {
    color: #3D3734;
    font-size: 15px;
    padding-bottom: 27px;
}

.journey-content .btn {
    max-width: 231px;
    font-size: 14px;
}

.stat-circle {
    width: 232px;
    height: 232px;
    border-radius: 100%;
    text-align: center;
    /* line-height: 232px; */
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stat-circle.large {
    background: #7A726A;
    color: #fff;
    position: relative;
    z-index: 8;
}

.stat-circle.small {
    background: #E8DED4;
    color: #5B4B3E;
    position: absolute;
    left: 166px;
}

.journey-stats {
    display: flex;
    position: relative;
}


/* ---------------- Services Banners --------------------- */

.services_banners {
    padding: 40px 0;
}

.services_banners .image {
    border-top: 1px solid #7A726A;
    padding-top: 68px;
}

.services_banners .image img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    object-position: center;
}

.services_banners h4.serv_title {
    color: #3D3734;
    text-align: center;
    padding: 55px 0 20px;
    border-bottom: 1px solid #7A726A;
    position: relative;
    font-weight: 400;
}

.services_banners h4.serv_title::before, .services_banners h4.serv_title::after{
    content:"";position: absolute;width: 5px;height: 5px;background: #5B4B3E;border-radius: 100%;bottom:33px
}
.services_banners h4.serv_title::before {
    left: calc(50% - 175px);
    transform:translateX(-50%)
}
.services_banners h4.serv_title::after {
    right: calc(50% - 175px);
    transform:translateX(-50%)
}

/* ---------------- Services section --------------------- */
        .services-section {
            padding: 0px 0 60px;
            text-align: center;
        }

        p.services-subtitle {
            padding-bottom: 100px;
            max-width: 734px;
            margin: 0 auto;
            padding-top: 12px;
            font-size: 14px;
            color: #3D3734;
        }

        h2.services-title {
            color: #3D3734;
            font-weight: 800;
            font-size: 36px;
        }

        .swiper {
            padding: 0 50px;
        }

        .swiper-slide {
            position: relative;
        }

        .service-card {
            border: 2px solid #7A726A;
            padding: 40px 40px;
            height: 525px;
            background: white;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .service-card.featured {
    background: #7A726A;
    border-color: #7A726A;
        }

        .service-card.featured .service-title,
        .service-card.featured .service-description,
        .service-card.featured .service-link {
            color: white;
        }

        .service-card.featured .service-icon {
            border-color: rgba(255,255,255,0.4);
        }

        .service-card.featured .service-link::after {
            background: white;
        }

        .service-card .service-icon img {
            max-width: 100%;
            max-height: 100px;
        }

        .service-card .service-icon {
            border-top: 2px solid #7A726A;
            border-bottom: 2px solid #7A726A;
            padding: 32px 0;
        }

        .service-card .service-title {
            font-size: 20px;
            font-weight: 500;
            color: #3D3734;
        }

        .service-card .service-description {
            color: #000000;
            font-size: 12px;
            padding: 23px 0 53px;
        }

        .service-card .service-link {
            font-weight: 600;
            font-size: 12px;
            color: #3D3734;
            position: relative;
            text-decoration: none;
        }

        .service-card .service-link::after {
            position: absolute;
            content: "";
            bottom: -4px;
            background: #7A726A;
            left: 50%;
            width: 30px;
            height: 2px;
            transform: translateX(-50%);
        }

        /* Hover Content Overlay */
        .service-hover-content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #5B4B3E;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 60px 40px 40px;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        .service-card:hover .service-hover-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .hover-header {
            margin-bottom: 0;
        }

        .hover-title {
            font-size: 24px;
            font-weight: 500;
            color: white;
            margin-bottom: 20px;
            text-align: center;
        }

        .hover-divider {
            width: 100%;
            height: 2px;
            background: rgba(255,255,255,0.4);
            margin: 0 auto 60px;
        }

        .services-list {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 15px;
        }

        .services-list li {
            color: rgba(255,255,255,0.9);
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 0.5px;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }

        .service-card:hover .services-list li {
            opacity: 1;
            transform: translateY(0);
        }

        .service-card:hover .services-list li:nth-child(1) { transition-delay: 0.1s; }
        .service-card:hover .services-list li:nth-child(2) { transition-delay: 0.15s; }
        .service-card:hover .services-list li:nth-child(3) { transition-delay: 0.2s; }
        .service-card:hover .services-list li:nth-child(4) { transition-delay: 0.25s; }
        .service-card:hover .services-list li:nth-child(5) { transition-delay: 0.3s; }
        .service-card:hover .services-list li:nth-child(6) { transition-delay: 0.35s; }

        .hover-find-more-btn {
            background: none;
            border: none;
            color: white;
            padding: 0;
            font-weight: 600;
            font-size: 12px;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            position: relative;
            padding-top: 20px;
        }

        .hover-find-more-btn::after {
            position: absolute;
            content: "";
            bottom: -4px;
            background: white;
            left: 50%;
            width: 30px;
            height: 2px;
            transform: translateX(-50%);
        }

        .hover-find-more-btn:hover {
            opacity: 0.8;
        }

        /* Navigation arrows */
        .swiper-button-next,
        .swiper-button-prev {
            color: #8B7355;
            font-weight: bold;
            font-size: 24px;
        }

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

        .swiper-button-prev {
            left: 10px;
        }

        .swiper-button-next {
            right: 10px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .swiper {
                padding: 0 20px;
            }
            
            .service-card {
                padding: 30px 25px;
                height: 450px;
            }
            
            .services-list {
                gap: 20px;
            }
            
            .services-list li {
                font-size: 16px;
            }
        }

/* --------------------------- projects section ------------------------------------ */

.projects-section-h {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.projects-section-h .section-title {
    text-align: left;
    margin-bottom: 60px;
    padding-left: 20px;
}

.projects-section-h .section-title h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: -2px;
}

.projects-section-h .section-title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    line-height: 1.6;
}

.projects-section-h .filter-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 20px;
}

.projects-section-h .filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 200px;
}

.projects-section-h .filter-btn {
    padding: 15px 0;
    border: none;
    background: transparent;
    color: #3D3734;
    cursor: pointer;
    transition: var(--transition-fast);
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.projects-section-h .filter-btn:hover {
    color: #333;
}

.projects-section-h .filter-btn.active {
    color: #333;
    font-weight: 600;
}

.projects-section-h .filter-btn.active::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #333;
}

.projects-section-h .projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    padding: 0 20px;
}

.projects-section-h .project-card {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    transition: var(--transition-fast);
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.6s ease-out;
}

.projects-section-h .project-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: var(--transition-fast);
}

.projects-section-h .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: var(--transition-fast);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 40px;
}

.projects-section-h .project-card:hover .project-overlay {
    opacity: 1;
}

.projects-section-h .project-card:hover .project-image {
    transform: scale(1.05);
}

.projects-section-h .project-category {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.projects-section-h .project-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}

.projects-section-h .project-description {
    font-size: .7rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

#swiperContainer {
    position: relative !important;
}

.projects-section-h .project-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: .8rem;
    font-weight: 500;
    transition: var(--transition-fast);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.projects-section-h .project-link:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

.projects-section-h .arrow-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    opacity: 0;
    transition: var(--transition-fast);
    cursor: pointer;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.projects-section-h .project-card:hover .arrow-circle {
    opacity: 1;
    transform: translateY(-5px);
}

.projects-section-h .arrow-circle:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) scale(1.1);
}

.projects-section-h .fade-in {
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.projects-section-h .section-header h2 {
    font-size: 4rem;
    font-weight: 600;
    color: #3D3734;
}

.projects-section-h .section-header p {
    max-width: 779px;
    padding-inline-start: 67px;
    color: #3D3734;
    font-size: 14px;
    padding-bottom: 22px;
    margin-bottom: 50px;
    position: relative;
}

.projects-section-h .section-header p::after {
    content: "";
    position: absolute;
    width: 779px;
    height: 2px;
    background: #7A726A;
    border-radius: 100%;
    left: 76px;
    top: 71px;
}

/* --------------------------- pdf downloads section ------------------------------------ */

    .top-links {
      border: 1px solid #5a514c;
      padding: 1rem;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-bottom: 4rem;
    }
    .top-links a {
      display: block;
      font-weight: 500;
      color: #333;
      text-decoration: none;
      margin: 0.5rem 1rem;
    }
    .top-links a:hover {
      color: #000;
      text-decoration: underline;
    }

/* --------------------------- Testimonials  section ------------------------------------ */
testimonials-section{padding: 50px 0}
    .testimonial-title {
      font-size: 4rem;
      font-weight: 700;
      color: #3a3532;
      text-align: center;
      position: relative;
      margin-bottom: 3rem;
    }
    .testimonial-title::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 6px;
      background: #3a3532;
      transform: translateY(-50%);
      z-index: -1;
    }
    .testimonial-title span {
      background: #fff;
      padding: 0 20px;
      position: relative;
      z-index: 2;
    }

    .testimonial-card {
      text-align: center;
      max-width: 700px;
      margin: 0 auto;
    }
    .testimonial-avatar {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: 0 auto 1rem;
      background: #dcdcdc;
      position: relative;
    }
.testimonial-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50% 50%;
}    
    .testimonial-avatar::after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 20px;
      height: 20px;
      background: #000;
      border-radius: 50%;
    }
    .testimonial-name {
      font-weight: 600;
    }
    .testimonial-role {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 1rem;
    }
    .testimonial-text {
      font-size: 1rem;
      font-weight: 500;
      color: #333;
    }

    /* Swiper Pagination Style */
    .swiper-pagination {
      margin-top: 2rem;
      text-align: center;
      font-size: 0.9rem;
      color: #444;
      position: static;
    }
    .swiper-wrapper{height: auto; }


/*---------------------------------- banner_fullscreen  ------------------------*/
.banner_fullscreen {
    margin: 50px 0;
}

.banner_fullscreen img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

/* --------------- let's talk section ------------------ */

.letstalk {
  padding: 4rem 0;
  font-family: "Poppins", sans-serif;
  color: #3a3532;
}

.letstalk h2 {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.letstalk h2::after {
  /* content: ""; */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background: #3a3532;
  transform: translateY(-50%);
  z-index: -1;
}

.letstalk h2 span,
.letstalk h2 {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.letstalk p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.letstalk .underlined {
  width: 100%;
  height: 1px;
  background: #5a514c;
  margin: 1rem 0 2rem;
}

.letstalk .items {
  margin-top: 2rem;
}

.letstalk .item {
  text-align: left;
  margin-bottom: 2rem;
  /* display: flex;
  align-items: center;
  gap: 10px; */
}

.letstalk .item i {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #3a3532;
  display: block;
}

.letstalk .item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.letstalk .item p {
  font-size: 0.95rem;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

.letstalk .social_links {
  margin-top: 1rem;
  display: flex;
}

.letstalk .social_links a {
  margin-right: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  color: #3a3532;
}

.letstalk .social_links a:hover {
  text-decoration: underline;
}

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

/* Clients Section */
.clients-section img {
    height: 67px !important;
    object-fit: cover;
}

.clients-section .swiper-slide {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-section .swiper-slide img {
  max-height: 70px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.clients-section .swiper-slide:hover img {
  opacity: 1;
  transform: scale(1.05);
}


/* ----------------------------Breadcrumb (hero)------------------------------- */

       .hero-section {
            background: linear-gradient(135deg, rgba(75,65,56,.8), rgba(75,65,56,0.4)), url('../images/about_bread.png');
            background-size: cover;
            background-position: center;
            padding: 285px 0 40px;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero-title {
            font-size: 4.5rem;
            font-weight: 800;
            margin-bottom: 60px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .hero-section.sin_pro .hero-title {
            font-size: 1.5rem;
        }

        .hero-subtitle {
            position: absolute;
            right: 80px;
            bottom: 20px;
            text-align: center;
        }

        .hero-subtitle p {
            margin: 0;
            font-size: 1.2rem;
            font-weight: 600;
            color: #fff;
            padding-bottom: 5px;
        }

    .page_inner {
        padding: 80px 0 40px;
    }
/* --------------------------- About us Page----------------------------------------- */

        /*---- spaces Section ---*/
        .spaces-section {
            padding: 90px 0;
            background: #f8f9fa;
        }

        .spaces-section h2 {
            font-size: 32px;
            font-weight: 600;
            color: #3D3734;
            line-height: 1.8;
            max-width: 700px;
            margin: 0 auto 60px;
        }



        .spaces-section .content-text {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 25px;
            color: var(--text-dark);
        }

        .spaces-content p {
            line-height: 1.4;
            font-weight: 600;
            white-space: pre-line;
        }
        
        .btn.btn_serv {
            margin: 52px 0 0;
            display: inline-flex;
            padding: 12px 33px 14px;
        }
        
        .btn.btn_serv svg {
            padding-inline-start: 7px;
        }


     /*------- Values Section ---------*/

        .values-section {
            padding: 80px 0;
            background: #7A726A;
            color: white;
            position: relative;
        }

        .values-intro {
            text-align: center;
            margin-bottom: 60px;
        }

        .values-intro h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 30px;
        }

        .values-intro p {
            font-size: 14px;
            line-height: 1.8;
            max-width: 500px;
            margin: auto;
            opacity: 0.9;
            color: #E8DED4;
            font-weight: 600;
            text-align: left;
            max-width: 409px;
        }

        .arrow-btn {
            position: absolute;
            top: 100px;
            right: 30px;
            width: 80px;
            height: 80px;
            background: #E8DED4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #5B4B3E;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .arrow-btn:hover {
            background: white;
            transform: translateY(-2px);
        }
/*------ value items------*/
        .values-container {
            position: relative;
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
        }

        .values-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            position: relative;
            flex-wrap: wrap;
        }

        .value-item {
            width: 280px;
            height: 280px;
            border: 3px solid #E5D5C8;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            background-color: transparent;
            margin: -20px;
            z-index: 2;
        }

        .value-item:hover {
            background-color: rgba(229, 213, 200, 0.1);
            transform: scale(1.02);
            transition: all 0.3s ease;
        }

        .icon {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
            /* stroke: #E5D5C8; */
            /* fill: none; */
            /* stroke-width: 2; */
            /* stroke-linecap: round; */
            /* stroke-linejoin: round; */
            object-fit: cover;
        }

        .value-item h4 {
            color: #E5D5C8;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            letter-spacing: 0.5px;
        }

        /* Connecting lines */
        .connecting-lines {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #E5D5C8;
            transform: translateY(-50%);
            z-index: 1;
        }

        .vertical-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 3px;
            background-color: #E5D5C8;
            transform: translateX(-50%);
            z-index: 1;
        }

        /* Responsive design */
        @media (max-width: 1024px) {
            .value-item {
                width: 220px;
                height: 220px;
                margin: -15px;
            }

            .icon {
                width: 50px;
                height: 50px;
            }

            .value-item h4 {
                font-size: 16px;
            }
        }

        @media (max-width: 768px) {
            .values-grid {
                flex-direction: column;
                gap: 30px;
            }

            .value-item {
                width: 200px;
                height: 200px;
                margin: 0;
            }

            .connecting-lines,
            .vertical-line {
                display: none;
            }

            /* Mobile connecting lines */
            .value-item:not(:last-child)::after {
                content: '';
                position: absolute;
                bottom: -45px;
                left: 50%;
                transform: translateX(-50%);
                width: 3px;
                height: 30px;
                background-color: #E5D5C8;
            }
        }


/*----------*/
        .values-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 70px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .feature-item i {
            color: #E8DED4;
            margin-top: 5px;
            flex-shrink: 0;
        }

        .feature-text {
            font-size: 14px;
            line-height: 1.6;
            opacity: 0.9;
            color: #E8DED4;
            font-weight: 600;
        }

        .feature-text strong {
            font-weight: 600;
            /* display: block; */
            margin-bottom: 5px;
        }


       .about_banner{height: 419px;width:100%;background-size: cover;background-attachment: fixed;}
     

        /*--------- Services Overview Section -----------*/
        .services-overview-section {
            padding: 55px 0;
            background: white;
            position: relative;
        }

        .services-bg-image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect width="1200" height="600" fill="%23f8f9fa"/><g opacity="0.1"><rect x="0" y="0" width="400" height="600" fill="%23003666"/><rect x="400" y="100" width="300" height="400" fill="%23D4AF37"/><rect x="800" y="200" width="400" height="300" fill="%231A1A1A"/></g></svg>'); */
            background-size: cover;
            z-index: 0;
        }

        .services-content {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .services-title {
            font-size: 3rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 30px;
        }

        .services-description {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--text-dark);
            max-width: 600px;
            margin: 0 auto 60px;
        }

        .services-list {
            max-width: 500px;
            margin: 0 auto;
        }

        .service-item {
            padding: 15px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--text-dark);
            transition: all 0.3s ease;
        }

        .service-item:hover {
            color: var(--main-color);
            padding-left: 10px;
        }

        .service-item:last-child {
            border-bottom: none;
        }


        .values_heading h2 {
            font-weight: 700;
            font-size: 100px;
            color: #E8DED4;
            margin-top: -12px;
        }

        /*--------- stats  Section -----------*/
     .about_page .stats-section {
            padding: 55px 0 75px;
            text-align: center;
            margin:0 auto;
            background:#f3f3f3
        }



        .about_page .stats-title {
            font-size: 36px;
            font-weight: 800;
            color: #3D3734;
            margin-bottom: 100px;
            position: relative;
        }

        .about_page .stats-title::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: #333;
        }

        .about_page .stats-grid {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            position: relative;
            flex-wrap: wrap;
            padding: 0 20px;
        }

        .about_page .stat-circle {
            width: 320px;
            height: 320px;
            border: 3px solid #7A726A;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            background-color: white;
            margin: -30px;
            z-index: 2;
            transition: all 0.3s ease;
        }

.about_page .stat-circle:hover {
   transform: scale(1.05);
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   z-index: 4;
}

.about_page .stat-circle:nth-child(1) {
   z-index: 1;
}

.about_page .stat-circle:nth-child(2) {
   z-index: 2;
}

.about_page.stat-circle:nth-child(3) {
   z-index: 1;
}

        .about_page .stat-number {
            font-size: 41px;
            font-weight: 800;
            color: #333;
            margin-bottom: 10px;
            line-height: 1;
        }

        .about_page .stat-label {
            font-size: 16px;
            color: #666;
            font-weight: 500;
            text-align: center;
            line-height: 1.3;
            font-style: italic;
        }

        /* Animation for numbers */
        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .about_page .stat-number {
            animation: countUp 0.8s ease-out;
        }

        .about_page .stat-label {
            animation: countUp 0.8s ease-out 0.2s both;
        }

        /* Responsive design */
        @media (max-width: 1024px) {
            .about_page .stats-title {
                font-size: 40px;
                margin-bottom: 60px;
            }

            .about_page .stat-circle {
                width: 280px;
                height: 280px;
                margin: -25px;
            }

            .about_page .stat-number {
                font-size: 56px;
            }

            .about_page .stat-label {
                font-size: 15px;
            }
        }

        @media (max-width: 768px) {
            .about_page .stats-title {
                font-size: 32px;
                margin-bottom: 40px;
            }

            .about_page .stats-grid {
                flex-direction: column;
                gap: 20px;
            }

            .about_page .stat-circle {
                width: 250px;
                height: 250px;
                margin: 0;
            }

            .about_page .stat-number {
                font-size: 48px;
            }

            .about_page .stat-label {
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .about_page .stats-title {
                font-size: 28px;
            }

            .about_page .stat-circle {
                width: 220px;
                height: 220px;
            }

            .about_page .stat-number {
                font-size: 42px;
            }
        }

        /* Intersection observer animation trigger */
        .about_page .stats-section.animate .stat-circle {
            animation: fadeInUp 0.6s ease-out;
        }

        .about_page .stats-section.animate .stat-circle:nth-child(1) {
            animation-delay: 0.1s;
        }

        .about_page .stats-section.animate .stat-circle:nth-child(2) {
            animation-delay: 0.2s;
        }

        .about_page .stats-section.animate .stat-circle:nth-child(3) {
            animation-delay: 0.3s;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px) scale(0.9);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }


/* --------------------------- contact us Page----------------------------------------- */
.contact_banner {
    height: 550px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}



        /* Contact Section */
        .contact-section {
            background: #f7f4f1;
            padding: 90px 0 100px;
        }

        .contact-section .section-title {
            font-size: 4.5rem;
            font-weight: 800;
            color: #2c2c2c;
            margin-bottom: 80px;
            letter-spacing: -1px;
        }

        .contact-info {
            padding-right: 40px;
        }

        .intro-text {
            color: #666;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 50px;
            font-weight: 400;
        }

        .communications-title {
            color: #2c2c2c;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 35px;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 35px;
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: #5B4B3E;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
            position: relative;
        }

        .contact-icon i{
            color: #fff;
            font-size: 20px;
        }
        .contact-details h4 {
            font-size: 16px;
            font-weight: 600;
            color: #2c2c2c;
            margin-bottom: 6px;
            line-height: 1.3;
        }

        .contact-details p {
            color: #666;
            font-size: 13px;
            line-height: 1.5;
            margin: 0;
            font-weight: 400;
        }

        /* Form Styles */
        .form-section {
            padding-left: 20px;
        }

        .form-title {
            font-size: 22px;
            font-weight: 600;
            color: #2c2c2c;
            margin-bottom: 35px;
        }

        .form-control {
            border: 1.5px solid #d5d5d5;
            border-radius: 2px;
            padding: 14px 16px;
            font-size: 13px;
            transition: border-color 0.3s ease;
            background: white;
            font-family: 'Inter', sans-serif;
        }

        .form-control:focus {
            border-color: #2c2c2c;
            box-shadow: none;
            outline: none;
        }

        .form-control::placeholder {
            color: #999;
            font-size: 13px;
            font-weight: 400;
        }

        textarea.form-control {
            min-height: 140px;
            resize: vertical;
        }

        .form-row {
            margin-bottom: 20px;
        }

        .btn-submit {
            background: #2c2c2c;
            color: white;
            border: none;
            padding: 14px 35px;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.5px;
            border-radius: 2px;
            transition: all 0.3s ease;
            margin-top: 25px;
            text-transform: uppercase;
        }

        .btn-submit:hover {
            background: #1a1a1a;
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        /* Responsive */
        @media (max-width: 992px) {
            .contact-info {
                padding-right: 0;
                margin-bottom: 60px;
            }
            
            .form-section {
                padding-left: 0;
            }
        }



/* ----------------------------------------------------- */

        .office-section {
            background-color: white;
            padding: 80px 0;
        }

        .office-title {
            font-size: 4rem;
            font-weight: 700;
            color: #333;
            text-align: center;
            margin-bottom: 2rem;
            letter-spacing: -2px;
        }

        .office-subtitle {
            text-align: center;
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 4rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .office-card {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-bottom: 4rem;
            border: none;
        }

        .office-image {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 2rem auto;
            display: block;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .office-location {
            font-size: 2rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 0.5rem;
        }

        .office-type {
            color: #888;
            font-size: 0.9rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 2rem;
            position: relative;
        }

        .office-type::after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background-color: #333;
            margin: 1rem auto;
        }

        .office-details {
            text-align: left;
            max-width: 300px;
            margin: 0 auto;
        }

        .office-details p {
            margin-bottom: 0.8rem;
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
            /* text-align:left; */
        }

        .office-details strong {
            color: #333;
        }


        .map-iframe {
            width: 100%;
            height: 100%;
            border: none;
            /* filter: grayscale(20%) contrast(1.1); */
        }
         .map-container img{width:100%}

        @media (max-width: 768px) {
            .office-title {
                font-size: 2.5rem;
            }
            
            .office-card {
                padding: 2rem 1.5rem;
                margin: 0 1rem 3rem 1rem;
            }
            
            .office-image {
                width: 150px;
                height: 150px;
            }
            
            .map-container {
                height: 400px;
            }
        }

        /* Hover effects */
        .office-card:hover {
            transform: translateY(-5px);
            transition: all 0.3s ease;
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }



/* --------------------------- Projects Page----------------------------------------- */        
        /* :root {
            --primary-color: #212529;
            --secondary-color: #6c757d;
            --accent-color: #4a90e2;
            --success-color: #28a745;
            --transition-smooth: all 0.45s ease-out;
            --transition-fast: all 0.15s ease;
            --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.06);
            --shadow-medium: 0 4px 12px rgba(0, 0, 0, 0.08);
            --shadow-heavy: 0 8px 20px rgba(0, 0, 0, 0.12);
        } */


.projects_page .portfolio-container {
    max-width: 1400px;
}

/* Filter Navigation */
.projects_page .filter-nav {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 3rem;
    padding-bottom: 0;
}

.projects_page .filter-btn {
    background: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #6c757d; /* var(--secondary-color) */
    cursor: pointer;
    position: relative;
    transition: all 0.15s ease; /* var(--transition-fast) */
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}

.projects_page .filter-btn::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 3px;
    background: #4a90e2; /* var(--accent-color) */
    transition: transform 0.2s ease-out;
    transform-origin: center;
}

.projects_page .filter-btn.active {
    color: #212529; /* var(--primary-color) */
}

.projects_page .filter-btn.active::before {
    transform: translateX(-50%) scaleX(1);
}

.projects_page .filter-btn:hover:not(.active) {
    color: #212529; /* var(--primary-color) */
}

/* Project Cards */
.projects_page .project-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* var(--shadow-light) */
    transition: all 0.45s ease-out; /* var(--transition-smooth) */
    cursor: pointer;
    height: 400px;
    background: white;
    transform: translateZ(0);
}

.projects_page .project-card::before {
    display: none;
}

.projects_page .project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); /* var(--shadow-heavy) */
}

.projects_page .project-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.projects_page .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.projects_page .project-card:hover .project-image img {
    transform: scale(1.05);
}

/* Overlay Effects */
.projects_page .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(33, 37, 41, 0.9), rgba(74, 144, 226, 0.8)); */
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.25s ease-out;
    z-index: 3;
}

.projects_page .project-card:hover .project-overlay {
    opacity: 1;
}

.projects_page .project-category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.15s ease; /* var(--transition-fast) */
    z-index: 2;
}

.projects_page .project-card:hover .project-category {
    transform: translateY(-2px);
}

.projects_page .project-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    color: white;
    opacity: 1;
    transition: all 0.45s ease-out; /* var(--transition-smooth) */
    z-index: 2;
}

.projects_page .project-card:hover .project-title {
    opacity: 0;
}

.projects_page .project-title h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.projects_page .project-title p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
    text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.projects_page .overlay-content {
    text-align: center;
    color: white;
    padding: 2rem;
    transition: all 0.45s ease-out; /* var(--transition-smooth) */
}

.projects_page .overlay-content h4 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}

.projects_page .overlay-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.projects_page .view-project-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.15s ease; /* var(--transition-fast) */
}

.projects_page .view-project-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: scale(1.02);
}

.projects_page .view-project-btn i {
    transition: transform 0.2s ease;
}

.projects_page .view-project-btn:hover i {
    transform: translateX(3px);
}

/* Category Colors */
.projects_page .commercial .project-category {
    background: #4a90e2;
    color: white;
}

.projects_page .administrative .project-category {
    background: #6c757d;
    color: white;
}

.projects_page .residential .project-category {
    background: #28a745;
    color: white;
}

/* Filter Animation */
.projects_page .project-card.filtered-out {
    opacity: 0 !important;
    transform: scale(0.95) !important;
    pointer-events: none;
}

.projects_page .project-card.fade-in {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Loading Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .projects_page .project-card {
        height: 350px;
    }
    
    .projects_page .filter-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .projects_page .overlay-content {
        padding: 1.5rem;
    }
    
    .projects_page .overlay-content h4 {
        font-size: 1.2rem;
    }
    
    .projects_page .overlay-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .projects_page .project-card {
        height: 320px;
    }
}

/* Enhanced focus states */
.projects_page .filter-btn:focus-visible,
.projects_page .view-project-btn:focus-visible,
.projects_page .project-card:focus-visible {
    outline: 2px solid #4a90e2; /* var(--accent-color) */
    outline-offset: 2px;
}

/* --------------------------- Services Page----------------------------------------- */ 

.services_page {
    /* Capabilities Section */
    .capabilities-section {
        background: linear-gradient(135deg, #7A726A 0%, #5B4B3E 100%);
        padding: 80px 0 40px;
        color: white;
        position: relative;
    }

    .capabilities-section h4 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .wrap_deut h2 {
        font-size: 34px;
        font-weight: 300;
        line-height: 1.3;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    .wrap_deut p {
        font-size: 16px;
        line-height: 1.8;
        opacity: 0.9;
        max-width: 400px;
    }

    .btn_wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

    .btn_circle {
        width: 120px;
        height: 120px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #000;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        background: #fff;
        pointer-events:none;
    }

    .btn_circle:hover {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.1);
        transform: scale(1.05);
        /* border: 0; */
    }

    .btn_circle span {
        font-size: 12px;
        text-align: center;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
        height: auto;
    }

    .btn_circle img {
        width: 16px;
        height: 16px;
        filter: invert(1);
    }

    /* Stats */
    .stats {
        display: flex;
        justify-content: space-around;
        margin-top: 80px;
        padding-top: 60px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    .stat {
        text-align: center;
    }

    .stat-circle {
        width: auto;
        height: auto;
        /* border: 2px solid rgba(255,255,255,0.3); */
        border-radius: 50%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        position: relative;
        transition: all 0.3s ease;
    }

    /* .stat-circle:hover {
        border-color: white;
        background: rgba(255,255,255,0.1);
        transform: translateY(-5px);
    } */

    .stat-number {
        font-size: 48px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .stat-label {
        font-size: 11px;
        text-align: center;
        line-height: 1.3;
        max-width: 194px;
        letter-spacing: 0.5px;
        opacity: 0.8;
        text-align: left;
        padding-inline-start: 12px;
        line-height: 1.8;
    }

    /* Service Banner */
    .service_banner {
        height: 60vh;
        position: relative;
        background-size: cover;
        background-attachment: fixed;
    }

    .service_banner::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(0,0,0,0.4), rgba(139,115,85,0.3));
    }

    /* Service Section */
    .service {
        background: #fafafa;
        padding: 100px 0;
    }

    .service > .container > h2 {
        font-size: 55px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 100px;
        letter-spacing: -2px;
        color: #3D3734;
    }

    .service_wrap {
        padding: 60px 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        animation: fadeInUp 0.8s ease forwards;
    }

    .service_wrap span {
        font-size: 16px;
        color: #8B7355;
        margin-bottom: 20px;
        font-weight: 300;
        letter-spacing: 3px;
    }

    .service_wrap h2 {
        font-size: 36px;
        font-weight: 300;
        margin-bottom: 25px;
        color: #2c2c2c;
        letter-spacing: -1px;
    }

    .service_wrap p {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        margin-bottom: 40px;
        max-width: 450px;
    }

    .service .row {
        margin-bottom: 50px;
        min-height: 500px;
        border-bottom: 1.6px solid #7A726A;
        padding-bottom: 50px;
    }

    .service .row:last-child {
        margin-bottom: 0;
    }

    .img_wrap {
        height: 500px;
        position: relative;
        overflow: hidden;
        /* background: #f0f0f0; */
    }

    .img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .img_wrap:hover img {
        transform: scale(1.05);
    }

    /* Buttons */
    .btn_serv {
        display: inline-flex;
        align-items: center;
        padding: 15px 0;
        text-decoration: none;
        color: #2c2c2c;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent;
        position: relative;
    }

    .btn_serv span {
        position: relative;
        z-index: 2;
    }

    .btn_serv:hover {
        color: #8B7355;
        border-bottom-color: #8B7355;
    }

    .btn_serv i {
        margin-left: 10px;
        transition: transform 0.3s ease;
    }

    .btn_serv:hover i {
        transform: translateX(5px);
    }



    /* Decorative Elements */
    /* .service_wrap::before {
        content: '';
        position: absolute;
        left: 40px;
        top: 60px;
        width: 60px;
        height: 1px;
        background: #8B7355;
    } */

    /* .img_wrap::after {
        content: '';
        position: absolute;
        bottom: 40px;
        right: 40px;
        width: 60px;
        height: 60px;
        border: 2px solid rgba(255,255,255,0.8);
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(10px);
    } */

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

        .col-md-4,
        .col-md-6 {
            flex: 0 0 100%;
            margin-bottom: 40px;
        }

        .capabilities-section {
            padding: 60px 0;
        }

        .wrap_deut h2 {
            font-size: 32px;
        }

        .service > .container > h2 {
            font-size: 48px;
        }

        .stats {
            flex-direction: column;
            gap: 40px;
        }

        .service .row:nth-child(3) .img_wrap,
        .service .row:nth-child(5) .img_wrap {
            order: 0;
        }

        .service .row:nth-child(3) .service_wrap,
        .service .row:nth-child(5) .service_wrap {
            order: 0;
        }
    }

    /* Animations */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}


/* --------------------------- single Project Page----------------------------------------- */

.sing_project_page{
        #featuresAccordion .feature-item {
            display: block;
        }
        .signature-text {
            font-size: 18px;
            color: var(--light-text);
            font-weight: 300;
            text-align: right;
            margin-top: 30px;
        }

        /* Info Cards Section */
        .info-section {
            background-color: var(--light-beige);
            padding: 40px 0 60px;
        }

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

        .info-label {
            font-size: 14px;
            color: var(--light-text);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .info-value {
            font-size: 16px;
            color: var(--dark-text);
            font-weight: 500;
        }

        .download-btn {
            background-color: #E8DED4;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
        }

        .download-btn::after {
            content: '→';
            margin-left: 10px;
        }

        /* Main Image Section */
        .main-image-section {
            position: relative;
            height: 600px;
            overflow: hidden;
            background-size: cover;
            background-attachment: fixed;
        }

        /* .main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        } */

        /* Description Section */
        .description-section {
            background-color: white;
            padding: 80px 0;
            position: relative;
        }

        .description-title {
        font-size: 80px;
        font-weight: 600;
        color: #3D3734;
        line-height: 0.9;
        margin-bottom: 40px;
        position: relative;
        }

        .description-content {
        font-size: 18px;
        line-height: 1.8;
        color: #3D3734;
        font-weight: 400;
        max-width: 944px;
        margin-bottom: 40px;
        }

        .description-details {
        font-size: 14px;
        line-height: 1.6;
        color: #3D3734;
        max-width: 599px;
        font-weight: 500;
        }



        @media (max-width: 576px) {
            .description-title {
                font-size: 60px;
            }
            
            .hero-title {
                font-size: 28px;
            }
        }
}

/* -------------------------------------------------------------------------------------------------------------------- */

/*---------------------------------- Start Footer  ------------------------*/

        /* Footer */
        .footer {
            background-color: #7A726A;
            color: white;
            padding: 60px 0 30px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 50px;
            margin-bottom: 40px;
        }

        .footer-brand {
            font-size: 24px;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .footer-description {
            font-size: 13px;
            line-height: 1.8;
            opacity: 0.9;
            margin-bottom: 20px;
        }

        .footer-section h4 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 8px;
        }

        .footer-section ul li a {
            color: white;
            text-decoration: none;
            font-size: 12px;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .footer-section ul li a:hover {
            opacity: 1;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            border-bottom: 1px solid rgba(255,255,255,0.1);
            /* padding-top: 30px; */
            text-align: center;
        }

        .footer-bottom p {
            font-size: 12px;
            opacity: 0.7;
            margin-bottom: 20px;
        }

        .footer-logos {
            display: flex;
            justify-content: center;
            gap: 30px;
        }
.footer_swiper{overflow: hidden;}
        .footer-logo {
            /* width: 80px;
            height: 40px; */
            margin: 0 auto;
        }

        .footer-logo img {
            height: 100%;
            margin-bottom: -33px;
        }

.footer_down {
    padding-top: 30px;
}

.footer_down .copyright a {
    color: #cbbfaf;
}

.footer_down .social_links {
    text-align: right;
}

.footer_down .social_links a {
    color: #fff;
    padding-inline-start: 14px;
    font-weight: 500;
}

.footer_down .copyright p {
    font-weight: 500;
    font-size: 13px;
}

.footer-section .item h4 {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 500;
}

.footer-section .item {
    margin-bottom: 13px;
}

.footer-section .item p {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.7;
}

/* ------------------------------------------------------------ */

/* float icons */
.fixed-icone {
position: fixed;
top: 65%;
/* transform: translateY(-50%); */
left: 30px;
z-index: 99;
animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

0%,
100% {
transform: translateY(-12px);
}

50% {
transform: translateY(12px);
}
}

.fixed-icone a {
width: 47px;
height: 47px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
border: 1px solid #DADADA;
box-shadow: 0px 5.41px 5.41px 0px #4AED363D;
color: #fff;
font-size: 22px;
border-radius: 10px;
}

.fixed-icone a.phone_link {
box-shadow: 0px 5.41px 5.41px 0px #CCB26633;
border: 0.74px solid #DADADA;
color: #fff;
background: linear-gradient(180deg, #363636 0%, #2D2D2D 100%);
}

.fixed-icone a i {
font-size: 25px;
}
.fixed-icone a.phone_link i {
font-size: 19px;
}

/*---------------------------------- End Footer  ------------------------*/
.iframe_wrap {
    margin: -19px auto 30px auto;
    text-align: center;
}


