 
    * {
            box-sizing: border-box;
        }
 :root {
            --deep-navy: #0A192F;
            --gold: #D4A017;
            --ivory: #F8F1E9;
            --sage-green: #A8B5A2;
        }
        


        .appointment-btn {
            background-color: #228b22;
            color: #ffffff;
            padding: 0.5rem 1rem;
            border-radius: 0.5rem;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
        .appointment-btn:hover {
            background-color: #1c6f1c;            
        }

         .navbar {
            transition: background-color 0.3s ease;
        }
        .navbar.scrolled {
            background-color: #212741;
        }
        .mobile-menu {
            transition: transform 0.3s ease;
            width: 80%;
            background-color: #212741;
            right: 0;
        }
        .navbar .desktop-menu a, 
        .navbar .desktop-menu button {
            color: #FFFFFF;
            font-size: 1.1rem;
        }
        .navbar .desktop-menu a:hover,
        .navbar .desktop-menu button:hover {
            color: #ff511a;
        }
        .navbar.scrolled .desktop-menu a,
        .navbar.scrolled .desktop-menu button {
            color: #FFFFFF;
        }
        .navbar.scrolled .desktop-menu a:hover,
        .navbar.scrolled .desktop-menu button:hover {
            color: #ff511a;
        }
        .mobile-menu a,
        .mobile-menu button {
            font-size: 1.1rem;
            color: #FFFFFF;
        }
        .mobile-menu a:hover,
        .mobile-menu button:hover {
            color: #ff511a;
        }
        .icon-bar {
            display: block;
            width: 24px;
            height: 3px;
            background-color: #FFFFFF;
            margin: 4px 0;
            transition: all 0.3s ease;
        }
        #menu-toggle .icon-bar {
            background-color: #FFFFFF;
        }
        .navbar.scrolled #menu-toggle .icon-bar {
            background-color: #FFFFFF;
        }
        #menu-close .icon-bar {
            background-color: #4B5563;
        }

        .main-slider {
            height: 650px !important;
            position: relative;
        }
        .swiper-slide {
            transition: all 0.5s ease;
        }
        .swiper-slide h2, .swiper-slide p, .swiper-slide a {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
        }
        .swiper-slide-active h2, .swiper-slide-active p, .swiper-slide-active a {
            opacity: 1;
            transform: translateY(0);
        }
       
        .swiper-slide p {
            color: #FFFFFF;
        }
        .cta-button {
            background-color: #ff511a;
            color: #FFFFFF;
        }
        .color-white {
            color: #FFFFFF;
        }
        .color-orange {
            color: #ff511a;
        }
        .swiper-slide h2 {
            font-size: 3rem;
            line-height: 1.2;
        }
        .swiper-slide p {
            font-size: 1.25rem;
        }
        @media (max-width: 768px) {
            .swiper-slide h2 {
                font-size: 2rem;
            }
            .swiper-slide p {
                font-size: 1rem;
            }
            .swiper-slide .text-container {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }
        .main-slider .swiper-button-prev,
        .main-slider .swiper-button-next {
            color: #FFFFFF;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 50%;
            width: 44px;
            height: 44px;
            margin-top: -22px;
        }
        .main-slider .swiper-button-prev:after,
        .main-slider .swiper-button-next:after {
            font-size: 20px;
        }
        @media (max-width: 768px) {
            .main-slider .swiper-button-prev,
            .main-slider .swiper-button-next {
                width: 36px;
                height: 36px;
                margin-top: -18px;
            }
            .main-slider .swiper-button-prev {
                left: 10px;
            }
            .main-slider .swiper-button-next {
                right: 10px;
            }
            .main-slider .swiper-button-prev:after,
            .main-slider .swiper-button-next:after {
                font-size: 16px;
            }
        }
     
        .image-div {
            transition: all 0.3s ease-in-out;
        }
        .image-div:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            border: 4px double #6B7280;
        }
        @media (max-width: 768px) {
            .about-text p {
                font-size: 0.95rem;
                line-height: 1.6;
            }
        }
         /* Hero Section Styles */
        .hero-section {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
            background-size: cover;
            background-position: center;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #FFFFFF;
        }
        .hero-section h2 {
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }
        .hero-section p {
            font-size: 1.25rem;
            max-width: 600px;
            margin: 0 auto;
        }
        @media (max-width: 768px) {
            .hero-section h2 {
                font-size: 2rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
        }
        /* Services Section Styles */
        .services-section, .project-details-section {
            background: #f8fafc;
        }
        .services-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
        }
        .service-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
            flex-basis: 100%;
        }
        @media (min-width: 640px) {
            .service-card {
                flex-basis: 48%;
            }
        }
        @media (min-width: 768px) {
            .service-card {
                flex-basis: 31%;
            }
        }
        @media (min-width: 1024px) {
            .service-card {
                flex-basis: 23%;
            }
        }
        .service-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 1rem;
            transition: transform 0.3s ease;
        }
        .service-card:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
        }
        .service-card:hover img {
            transform: scale(1.05);
        }
        .service-card h3, .service-card p {
            transition: color 0.3s ease;
        }
        .service-card a {
            transition: color 0.3s ease;
        }
        .service-card:hover h3, .service-card:hover p {
            color: #1E3A8A;
        }
        .service-card:hover a {
            color: #F97316;
        }
        .service-card.arch-civil:hover {
            background-color: #BFDBFE;
        }
        .service-card.landscape:hover {
            background-color: #D1FAE5;
        }
        .service-card.interior:hover {
            background-color: #FEF3C7;
        }
        .service-card.submissions:hover {
            background-color: #E9D5FF;
        }
        .service-card.liaisoning:hover {
            background-color: #FED7AA;
        }
        .service-card.urban:hover {
            background-color: #CCFBF1;
        }
        .service-card.vaastu:hover {
            background-color: #E4E4E7;
        }

          /* Service Details Section Styles */
        .service-details-section {
            background: #f8fafc;
        }
        .service-details-content, .project-details-content {
            max-width: 1200px;
            margin: 0 auto;
        }
        .service-details-content p, .project-details-content p {
            color: #4B5563;
            line-height: 1.6;
            font-size: 1.1rem;
        }
        .features-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            margin-top: 2rem;
        }
        .feature-item {
            background: #FFFFFF;
            border-radius: 8px;
            padding: 1.5rem;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #E5E7EB;
            flex: 0 1 250px;
            max-width: 300px;
        }
        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        .feature-item i {
            color: #228b22;
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        .feature-item h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1F2937;
            margin-bottom: 0.5rem;
        }
        .feature-item p {
            font-size: 0.95rem;
            color: #4B5563;
        }














        /* Projects Section Styles */
        .projects-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
        }
        .project-card {
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #E5E7EB;
            flex-basis: 100%;
            background: #FFFFFF;
            border-radius: 8px;
        }
        @media (min-width: 640px) {
            .project-card {
                flex-basis: 48%;
            }
        }
        @media (min-width: 768px) {
            .project-card {
                flex-basis: 31%;
            }
        }
        @media (min-width: 1024px) {
            .project-card {
                flex-basis: 23%;
            }
        }
        .project-card:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .project-image-container {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }
        .project-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .project-card:hover .project-image {
            transform: scale(1.1);
        }
        .project-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .project-card:hover .project-overlay {
            opacity: 1;
        }
        .project-overlay h3 {
            color: #FFFFFF;
            font-size: 1.5rem;
            font-weight: bold;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }
        .project-content {
            padding: 1rem;
        }
        .project-content p {
            color: #4B5563;
            margin-bottom: 1rem;
            font-size: 0.95rem;
        }
        .project-button {
            display: inline-block;
            padding: 0.5rem 1rem;
            background-color: #3B82F6;
            color: #FFFFFF;
            border-radius: 0.375rem;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .project-button:hover {
            background-color: #ff511a;
            transform: translateY(-2px);
        }
        @media (max-width: 768px) {
            .project-image-container {
                height: 180px;
            }
            .project-overlay h3 {
                font-size: 1.25rem;
            }
            .project-content p {
                font-size: 0.9rem;
            }
        }

        .project-card-btn {
            display: inline-block;
            padding: 0.5rem 1rem;
            background-color: #228b22;
            color: #ffffff;
            border-radius: 0.375rem;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .project-card-btn:hover {
            background-color: #1c6f1c;
            transform: translateY(-2px);
        }
        /* Gallery Section Styles */
        .gallery-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
        }
        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            flex-basis: 100%;
            transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
        }
        @media (min-width: 640px) {
            .gallery-item {
                flex-basis: 48%;
            }
        }
        @media (min-width: 768px) {
            .gallery-item {
                flex-basis: 31%;
            }
        }
        @media (min-width: 1024px) {
            .gallery-item {
                flex-basis: 23%;
            }
        }
        .gallery-item img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .gallery-item:hover {
            transform: scale(1.05) translateY(-5px);
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
            filter: brightness(1.1);
        }
        .gallery-item:hover img {
            transform: scale(1.15);
        }
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        .gallery-overlay p {
            color: #FFFFFF;
            font-size: 1.25rem;
            font-weight: 600;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        }
        @media (max-width: 768px) {
            .gallery-item img {
                height: 200px;
            }
            .gallery-overlay p {
                font-size: 1rem;
            }
        }
        /* Why Us Section Styles */
        .why-us-section {
            background: linear-gradient(135deg, #f8fafc 0%, #e5e7eb 100%);
        }
        .why-us-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
        }
        .why-us-item {
            flex-basis: 100%;
            background: #ffffff;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e5e7eb;
        }
        @media (min-width: 640px) {
            .why-us-item {
                flex-basis: 48%;
            }
        }
        @media (min-width: 1024px) {
            .why-us-item {
                flex-basis: 31%;
            }
        }
        .why-us-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        .why-us-item i {
            color: green;
            font-size: 2.5rem;
            margin-bottom: 1rem;
            transition: transform 0.3s ease;
        }
        .why-us-item:hover i {
            transform: scale(1.2);
        }
        .why-us-item h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 0.5rem;
        }
        .why-us-item p {
            color: #4b5563;
            font-size: 1rem;
            line-height: 1.6;
        }
        .why-us-cta, .projects-cta {
            display: inline-block;
            padding: 0.75rem 2rem;
            background-color: #228b22;
            color: #ffffff;
            border-radius: 0.375rem;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease;
            margin: 2rem;
        }
        .why-us-cta:hover, .projects-cta:hover .project-cta:hover  {
            background-color: #1c6f1c;
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .why-us-item {
                padding: 1.5rem;
            }
            .why-us-item i {
                font-size: 2rem;
            }
            .why-us-item h3 {
                font-size: 1.25rem;
            }
            .why-us-item p {
                font-size: 0.95rem;
            }
            .why-us-cta {
                padding: 0.5rem 1.5rem;
                font-size: 1rem;
            }
        }
        /* Achievements Section Styles */
        .achievements-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
        }
        .achievement-card {
            background: linear-gradient(145deg, #ffffff, #f3f4f6);
            border-radius: 12px;
            overflow: hidden;
            flex-basis: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        @media (min-width: 640px) {
            .achievement-card {
                flex-basis: 48%;
            }
        }
        @media (min-width: 768px) {
            .achievement-card {
                flex-basis: 31%;
            }
        }
        @media (min-width: 1024px) {
            .achievement-card {
                flex-basis: 23%;
            }
        }
        .achievement-card:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .achievement-card h3 {
            font-size: 2rem;
            line-height: 1.2;
            color: #ff511a;
        }
        .achievement-card p {
            font-size: 1rem;
            line-height: 1.4;
            color: #4B5563;
        }
        /* Awards and Honours Section Styles */
        .awards-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
        }
        .award-card {
            background: linear-gradient(145deg, #ffffff, #f3f4f6);
            border-radius: 12px;
            overflow: hidden;
            flex-basis: 100%;
        }
        @media (min-width: 640px) {
            .award-card {
                flex-basis: 48%;
            }
        }
        @media (min-width: 768px) {
            .award-card {
                flex-basis: 31%;
            }
        }
        @media (min-width: 1024px) {
            .award-card {
                flex-basis: 23%;
            }
        }
        .award-image-container {
            position: relative;
            width: 128px;
            height: 128px;
            margin: 0 auto;
        }
        .award-image-container img:hover {
            transform: scale(1.1);
        }
        .award-image-container::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            z-index: -1;
        }
        /* Customers Review Display Section Styles (Redesigned) */
        .review-section {
            position: relative;
            padding-left: 60px;
            padding-right: 60px;
            overflow: hidden;
        }
        .review-slider-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        .review-slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }
        .review-slide {
            flex: 0 0 100%;
            box-sizing: border-box;
            padding: 0 12px;
        }
        @media (min-width: 640px) {
            .review-slide {
                flex: 0 0 50%;
            }
        }
        @media (min-width: 1024px) {
            .review-slide {
                flex: 0 0 33.333%;
            }
        }
        .review-card {
            background: #ffffff;
            border-radius: 16px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            padding: 1.5rem;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .review-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        .review-header {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }
        .review-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            margin-right: 1rem;
            object-fit: cover;
            border: 2px solid #ff511a;
        }
        .review-header h3 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1f2937;
        }
        .review-stars {
            margin-bottom: 1rem;
        }
        .review-stars i {
            color: #fbbf24;
            font-size: 1rem;
            filter: drop-shadow(0 0 2px rgba(251, 191, 36, 0.5));
        }
        .review-text {
            font-size: 0.95rem;
            color: #4b5563;
            line-height: 1.6;
            font-style: italic;
            margin: 0;
        }
        .review-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            background: rgba(0, 0, 0, 0.3);
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.3s ease;
            z-index: 10;
        }
        .review-nav:hover {
            background: rgba(0, 0, 0, 0.5);
        }
        .review-prev {
            left: 10px;
        }
        .review-next {
            right: 10px;
        }
        @media (max-width: 768px) {
            .review-section {
                padding-left: 40px;
                padding-right: 40px;
            }
            .review-card {
                min-height: 180px;
            }
            .review-header h3 {
                font-size: 1.1rem;
            }
            .review-text {
                font-size: 0.9rem;
            }
            .review-nav {
                width: 36px;
                height: 36px;
                font-size: 16px;
            }
            .review-prev {
                left: 5px;
            }
            .review-next {
                right: 5px;
            }
        }
        /* Blog Section Styles */
        .blog-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
        }
        .blog-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            flex-basis: 100%;
        }
        @media (min-width: 640px) {
            .blog-card {
                flex-basis: 48%;
            }
        }
        @media (min-width: 768px) {
            .blog-card {
                flex-basis: 31%;
            }
        }
        @media (min-width: 1024px) {
            .blog-card {
                flex-basis: 23%;
            }
        }
        .blog-card:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .blog-card h3 {
            font-size: 1rem;
            line-height: 1.4;
        }
        .blog-card p {
            font-size: 0.875rem;
            line-height: 1.4;
            color: #4B5563;
        }
        #back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #ff511a;
            color: #FFFFFF;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
            z-index: 1000;
        }
        #back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }
        #back-to-top:hover {
            transform: translateY(-5px);
            background-color: #e03e00;
        }
        .navbar-logo {
            transition: transform 0.3s ease;
        }
        .navbar-logo:hover {
            transform: scale(1.1);
        }
        .navbar-logo h1 {
            transition: color 0.3s ease;
        }
        .navbar-logo:hover h1 {
            color: #ff511a;
        }
        .navbar-logo h1 {
            color: wheat;
        }
        .navbar.scrolled .navbar-logo h1 {
            color: #FFFFFF;
        }
        .social-links a {
            margin: 0 10px;
            color: #FFFFFF;
            font-size: 1.5rem;
            transition: color 0.3s ease, transform 0.3s ease;
        }
        .social-links a:hover {
            color: #ff511a;
            transform: translateY(-3px);
        }
        .section-heading {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        .section-heading.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .consultancy-section {
            position: relative;
            overflow: hidden;
        }
        .consultancy-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(255, 81, 26, 0.1) 0%, transparent 70%);
            z-index: 0;
        }
        .consultancy-section > * {
            position: relative;
            z-index: 1;
        }
        .consultancy-details {
            margin-bottom: 2.5rem;
        }
        .consultancy-item {
            transition: transform 0.3s ease, color 0.3s ease;
        }
        .consultancy-item:hover {
            transform: translateY(-3px);
            color: green;
        }
        .consultancy-item i {
            transition: transform 0.3s ease;
        }
        .consultancy-item:hover i {
            transform: scale(1.2);
        }
        @media (max-width: 768px) {
            .consultancy-details {
                flex-direction: column;
                align-items: center;
                space-x-0;
            }
            .consultancy-item {
                flex-direction: row;
                justify-content: center;
                text-align: center;
            }
            .consultancy-cta {
                padding: 0.75rem 2rem;
                font-size: 1rem;
            }
            .consultancy-section h2 {
                font-size: 2.5rem;
            }
            .consultancy-section .text-xl {
                font-size: 1.125rem;
            }
        }
        .consultancy-appointment-btn {
            background-color: #228b22;
            border: 1px solid #228b22;
            color: #ffffff;
            padding: 1.25rem 2.5rem;
            font-size: 1.25rem;
            font-weight: 700;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        .consultancy-appointment-btn:hover {
            background-color: #1c6f1c;
            border-color: #1c6f1c;
            transform: scale(1.05) rotate(2deg);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            letter-spacing: 0.05em;
        }

        .consultancy-cta.consultancy-appointment-btn {
            display: inline-block;
            padding: 0.75rem 2rem;
            background-color: #228b22;
            color: #ffffff;
            border-radius: 0.375rem;
            font-weight: 600;
            font-size: 1rem;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .consultancy-cta.consultancy-appointment-btn:hover {
            background-color: #1c6f1c;
            transform: translateY(-2px);
        }
        @media (max-width: 768px) {
            .consultancy-cta.consultancy-appointment-btn {
                padding: 0.5rem 1.5rem;
                font-size: 0.875rem;
            }
        }

         /* CTA Section Styles */
        .cta-section {
            background: linear-gradient(135deg, #f8fafc 0%, #e5e7eb 100%);
        }
        .cta-section .cta-button {
            display: inline-block;
            padding: 0.75rem 2rem;
            background-color: #ff511a;
            color: #ffffff;
            border-radius: 0.375rem;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .cta-section .cta-button:hover {
            background-color: #e03e00;
            transform: translateY(-2px);
        }
        .services-cta, .service-item-cta {
            display: inline-block;
            padding: 0.75rem 2rem;
            background-color: #228b22;
            color: #ffffff;
            border-radius: 0.375rem;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }
        .services-cta:hover, .service-item-cta:hover {
            background-color: #1c6f1c;
            transform: translateY(-2px);
        }
        .desktop-menu, .mobile-menu, .service-card, .feature-item, .gallery-item, .project-card {
            min-width: 0;
        }
  