@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
}

body{
    font-optical-sizing: auto;
    height: 100vh;
}

/* CURSOR START  */

.cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 2px solid #00ffff;
    transition: 0.15s ease-out;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000;
}

.cursor2 {
    position: fixed;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.05s;
    pointer-events: none;
    z-index: 1000;
}

.grow,
.grow-small {
    transform: scale(3);
    background: white;
    mix-blend-mode: difference;
    border: none;
}

.grow-small {
    transform: scale(1.7);
}






/* :after,
:before, */

.container {
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h2 {
      line-height:1.1;
}



/* Button Adjustments */
.theme-btn, .theme-btn-s2 {
  font-size: 18px;
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 14px;
    padding: 8px 20px;
  }
}

/* Hide Navigation Arrows on Small Screens */
@media (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}

/* Base button styles */
.theme-btn-s2, .theme-btn-s3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.hero-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 1rem;
 
}

/* Register Now Button */
.theme-btn-s2 {
    background: linear-gradient(135deg, #ff7b00, #ff4b00);
    color: #fff;
    border: 2px solid transparent;
}

.theme-btn-s2:hover {
    background: #fff;
    color: #ff4b00;
    border: 2px solid #ff4b00;
}

/* Get Info Button */
.theme-btn-s3 {
    background: #ffffff;
    color: #333;
    border: 2px solid #ff4b00;
    padding: 10px 25px;
}

.theme-btn-s3 i {
    margin-right: 8px;
    font-size: 20px;
    color: #ff4b00;
}

.theme-btn-s3:hover {
    background: #ff4b00;
    color: #fff;
}

.theme-btn-s3:hover i {
    color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .theme-btn-s2, .theme-btn-s3 {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider12 {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.slide12 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none; /* Initially hide all slides */
    text-align: center;
    background-size: cover; /* Ensures the image covers the entire slide */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    /* Remove this from here and place the overlay as a pseudo-element or a separate div */
}

.slide12.active {
    display: block; /* Show active slide */
}

.Aechislider1 {
    background-image: url('https://www.marrakeshrest.com/wp-content/uploads/2024/08/A-Complete-Guide-to-Modern-Architecture-Styles-1.jpg');
}

.Aechislider2 {
    background-image: url('https://images.ctfassets.net/v7wr16nrr0mz/5D7yDHc5tn9NuxVcbyNWJQ/167003bc793a473f74ebd3e983228682/banner-technology-architecture.jpg');
}

.Aechislider3 {
    background-image: url('https://www.realsimple.com/thmb/R26WlmAr7Jm3d8YJTRxoB77cDCc=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/modern-architecture-GettyImages-1283532143-a61afc966237469fb384890712c9bab1.jpg');
}

.heading {
    font-size: 32px;
    margin-top: 200px;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 2; /* Ensures the text stays above the overlay */
}

/* Overlay effect for the background image */
.slide12::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1; /* Make sure the overlay is below the text */
}

/* slider end  */
/* slider end  */




.main{
    padding: 40px;
    height: 40vh;
}




/* <!-- section 3  start After & Before Image Slider -->
<!-- section 3  start After & Before Image Slider --> */


.ac-sg-split-screen {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slider Wrapper */
.ac-sg-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.ac-sg-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/img/architecture/2.png') center/cover;
    z-index: 1;
}


.ac-sg-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/img/architecture/1.png') center/cover;
    clip-path: inset(0 50% 0 0);
    /* Initially fully hidden */
    z-index: 2;
}


.ac-sg-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background: white;
    cursor: ew-resize;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}



.handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
  
    transform: translate(-50%, -50%);
    cursor: col-resize;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .handle::before {
    background-color: white;
    border: 1px solid rgb(68, 47, 47);
    content: "← Before";
    position: absolute;
    padding: 4px;
    left: -69px;
    border-radius: 15px 0 0 15px;
    font-size: 16px;
   
  }
  
  .handle::after {
    content: "After →";
    background-color: white;
    border: 1px solid rgb(68, 47, 47);
    padding: 4px;
    border-radius: 0 15px 15px 0;
    position: absolute;
    right: -56px;
    font-size: 16px;
  
  }


.ac-sg-philosophy {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fb501a;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    z-index: 4;
}

.ac-sg-philosophy span {
    color: #ff4444;
}


@media (max-width: 768px) {
    .ac-sg-philosophy {
        font-size: 2.5rem;
    }
}





  /* TRANSFORMING SPACE
OUR PROCESS */



:root {
    --dark-bg: #1a1a1a;
    --accent-color: #ff4d4d;
}


.accordion-container {
    max-width: 800px;
    margin: auto;
}

.accordion {
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    background-color: #007BFF;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

.accordion-title {
    font-weight: bold;
}

.accordion-icon {
    font-size: 22px;
}

.accordion-content {
    padding: 10px;
    background-color: #f1f1f1;
    display: none;
    transition: max-height 0.2s ease-out;
}

.accordion.open .accordion-content {
    display: block;
}

.accordion.open .accordion-icon {
    content: "-";
}

.accordion-content p {
    margin: 0;
}

@media screen and (max-width: 600px) {
    .accordion-header {
        font-size: 16px;
    }

    .accordion-icon {
        font-size: 18px;
    }
}




.page-title {
    color: #000;
    
    font-size: 32px;
    font-weight: 500;
}

.project-grid {
    
    margin: auto 50px;
}

.project-grid .col-lg-3{
    margin-top: 10px;
    margin-bottom: 10px;
}

.project-card {
    position: relative  ;
    overflow: hidden ;
    
}

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

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
}

.project-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.project-location {
    font-size: 0.9rem;
    opacity: 0.9;
}

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

@media (max-width: 768px) {
    .project-image {
        height: 250px;
    }

    .main-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.hero-title{
    font-size: 1rem;
}

.cta{
    border-radius: 3px;
}
.cta span{
letter-spacing: 0px !important;
padding-right: 0px !important;
}


.cta:hover{
    letter-spacing: 0px !important;
    padding-right: 10px !important;
    }


.process-section {
  height: 150vh;
    padding: 7rem 2rem;
    position: relative;
    background-color: var(--dark-bg);
    color: white;
}

.project-grid {
    margin:0;
}
}


.project-title {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    /* Space between text and line */
}

.project-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    /* Text ke bilkul niche */
    width: 0;
    height: 2px;
    background: #0A62EA;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.project-card:hover .project-title::after {
    width: 100%;
    left: 0;
}

/* section 5 end  */



/* section 6 start  */
/* section 6 start  */

.ac-sgr {
    text-align: center;
    padding: 50px 0;
}

.ac-sgr h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2.5rem;
}

.ac-sgr .view-all {
    text-decoration: none;
    font-weight: bold;
    float: right;
    color: #000;
}


 /* From Uiverse.io by alexmaracinaru */
 .cta {
    border: none;
    background: none;
    cursor: pointer;
    padding: 9px 9px;
    background: linear-gradient(135deg, #ff7b00, #ff4b00);
}

.cta a{
    
    text-decoration: none;
}
.cta:hover{

    background: #fff;
    color: #ff4b00;

    border: 2px solid #ff4b00;
}

.cta span {
    padding-bottom: 7px;
    letter-spacing: 4px;
    font-size: 15px;
    font-weight: 400;
    color: white ;
    padding-right: 15px;
    text-transform: uppercase;
}

.cta span:hover{
    color:black;
}

.cta:hover.cta span{
    color: #000;
}


.cta svg {
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.cta:hover svg {
    transform: translateX(0);
    fill:#000
}

.cta:active svg {
    transform: scale(0.9);
}

.hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
}

.hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0163FA;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.ac-sgr .service-item {
    text-align: left;
}

.ac-sgr .service-item img {
    width: 100%;
    border-radius: 5px;
}

.ac-sgr .service-item h3 {
    font-weight: bold;
    margin-top: 15px;
}

.ac-sgr .service-item p {
    color: #666;
}

/* section 6 end  */



/* {{-- section 7 start testimonial-container  --}} */



/* Testimonial Container */
.testimonial-container {
    position: relative;
    overflow: hidden;
   
    
}


.testobgimage{
    background-image: url("https://static.vecteezy.com/system/resources/previews/028/217/471/large_2x/contemporary-white-architectural-interior-design-free-photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Client Testimonials Header */
.client-testimonials {
    color: #ff3a3a;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* Main Heading */
.saying-clients {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2d2d2d;
    line-height: 1.2;
    margin-top: -8.5rem;
    position: relative;
    z-index: 2;
}

.testiborder{
    border:3px solid #EBEDEB;
    border-radius: 8px;
}

/* Quote Marks */
.quote-marks {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.quote-mark {
    position: absolute;
    font-size: 8rem;
    color: #f5f5f5;
    opacity: 0.8;
    font-family: 'Georgia', serif;
    line-height: 1;
}

.quote-left {
    top: 0;
    right: 0;
}

.quote-right {
    bottom: -50px;
    left: 50%;
}

/* Navigation Buttons */
.navigation-buttons {
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: #f8f8f8;
    border-color: #ccc;
}

.nav-btn i {
    color: #333;
}

/* Testimonial Content */
.testimonial-content {
    padding: 20px 0;
}

.testimonial-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 1.5rem;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1.5rem;
}

.testimonial-divider {
    margin: 2rem 0;
    opacity: 0.2;
}

/* Author Section */
.author-image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d2d2d;
}

.author-position {
    font-size: 0.9rem;
    color: #666;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .saying-clients {
        font-size: 2.5rem;
    }
    
    .quote-mark {
        font-size: 6rem;
    }
    
    .testimonial-title {
        font-size: 1.8rem;
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .saying-clients {
        font-size: 2rem;
    }
    
    .quote-mark {
        font-size: 5rem;
    }
}

.prev-btn:after{
    content: '';
    display: none !important;
    
}
.next-btn:after{
    content: '';
    display: none !important;
   
}

/* {{-- section 7 end testimonial-container  --}}
{{-- section 7 end testimonial-container  --}} */




        /* Faq start  */
        /* Faq start  */

        .section-title-2 {
            color: var(--accent-color);
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 1px;
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        
        .section-title-2::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 20px;
            height: 2px;
            background-color: var(--accent-color);
            transform: translateY(-50%);
        }
        
        .main-heading {
            color: var(--primary-color);
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 30px;
        }
        
        .quote-box {
            background-color: var(--accent-color);
            color: white;
            padding: 30px;
            position: relative;
        }
        
        .quote-mark {
            font-size: 4rem;
            line-height: 1;
            margin-bottom: 10px;
        }
        
        .accordion-item {
            border: none;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }
        
        .accordion-button {
            font-weight: 600;
            color: var(--primary-color);
            background-color: white;
            box-shadow: none !important;
            padding: 20px 0;
        }
        
x
        .accordion-button:not(.collapsed) {
            background-color: var(--bs-accordion-active-bg) !important;
            color: white;
          }
      
          .accordion-button.collapsed {
            background-color: var(--bs-accordion-active-bg) !important;
            color: #000;
          }
      
       
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(0,0,0,0.1);
        }
        
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230f1e45' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        }
        
        .accordion-button.active {
            background-color: #CFE2FF; 
            color: white;
          }
    
        @media (max-width: 991px) {
            .main-heading {
                font-size: 2rem;
                margin-top: 30px;
            }
            
            .quote-box {
                margin-bottom: 30px;
            }
        }

        /* Faq end  */


 
 .profile {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    min-height: 300px;
    margin-top: 5rem;
    margin-bottom: 3rem;
    padding: 10px;
    box-shadow: 1px 1px 15px 10px #ccc;
    border-radius: 1rem;
    position: relative;
    flex-direction: column;
}

.profile:hover .profile-title {
    transform: translateY(40px);
    display: none;
}
.profile-title {
    position: absolute;
    bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.profile-image {
    border-radius: 1rem;
    position: absolute;
    top: -50px;
    max-width: 80%;
    margin: 0 auto;
    height: 280px;
    z-index: 100;
    box-shadow: 1px 1px 10px 3px #ccc;
    transition: top 0.5s ease-in-out;
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 1rem;
}

.profile:hover .profile-image {
    top: -210px;
}



.profile-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    transform: translateY(-150px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}



.info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .info div {
    text-align: center;
  }
  .info div strong {
  font-size: 14px;
    margin-bottom: 5px;
  }



.profile-content .link {
    display: inline-block;
    width: 50%;
    color: #fff;
    margin: 1rem 0;
    z-index: 99;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 6px 0;
    border-radius: 6px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #ff7b00, #ff4b00);
    box-shadow: 1px 1px 10px 2px #ccc;
    transition: background-color 0.3s ease, border 0.3s ease;
}


.profile-content .link:hover {
    background: #fff;
    color: #ff4b00;
    border: 2px solid #ff4b00;
}

.clientall{
    background: linear-gradient(135deg, #ff7b00, #ff4b00);
    border: 2px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    padding: 6px 0;
}

.clientall:hover{
    background: #fff;
    color: #ff4b00;
    border: 2px solid #ff4b00;
}


.profile:hover .profile-content {
    transform: translateY(60px);
    opacity: 1;
    transition-delay: 0.2s;
    
}

        .slider {
            display: flex;
          
            transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  
        }

        .slide {
            min-width: 100%;
            height: 600px;
            background-size: cover;
            background-position: center;
            display: flex;
           
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
            
            opacity: 0;
            transform: translateX(-100px);
          
            animation: slideClipReveal 1.2s ease-out forwards;
        }

        .slide-content {
            padding: 20px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            opacity: 0;
            transform: scale(0.8);
            
            animation: contentScaleFadeIn 0.8s ease-out 0.4s forwards;
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
            color: white;
            font-size: 2rem;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 0.7;
            transform: scale(1.1);
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            padding: 10px;
        }

        @keyframes slideClipReveal {
            0% {
                clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
               
                opacity: 0;
                transform: translateX(-100px);
            }

            50% {
                clip-path: polygon(0% 0%, 50% 0%, 80% 100%, 0% 100%);
                opacity: 0.5;
                transform: translateX(20px);
            }

            100% {
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes contentScaleFadeIn {
            0% {
                opacity: 0;
                transform: scale(0.8);
            }

            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

       
        @media (max-width: 768px) {
            .slide {
                height: 400px;
            }

            .slide-content {
                padding: 10px;
            }
        }

        @media (max-width: 480px) {
            .slide {
                height: 300px;
            }

            .carousel-control-prev,
            .carousel-control-next {
                font-size: 1.5rem;
            }
        }

        .main-heading {
            color: #3a2f3b;
            font-weight: 600;
            font-size:35px;
        }

        .sub-heading {
            color: #555;
            line-height: 1.6;
        }

        .service-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            background-color: #fff;
            border: none;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .card-img-container {
            height: 220px;
            overflow: hidden;
        }

        .card-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .service-card:hover .card-img-container img {
            transform: scale(1.05);
        }

        .card-body {
            padding: 1.5rem;
            text-align: center;
        }

        .card-title {
            font-weight: 600;
            margin-bottom: 0.75rem;
            color: #3a2f3b;
        }

        .card-text {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
        }

        .arrow-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #fb501a;
            color: #fff;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .service-card:hover .arrow-icon {
            background-color: #fb501a;
            color: #fff;
        }

        .swiper {
            padding: 20px 10px 3px;
        }

        .swiper-pagination {
            bottom: 0;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #3a2f3b;
            background-color: rgba(255, 255, 255, 0.8);
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

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

        @media (max-width: 767px) {
            .card-img-container {
                height: 180px;
            }




        }

        .container-custom {

            margin: 0 auto;
            /* padding: 1rem 1rem; */
        }

        .image-container {
            position: relative;
            width: 100%;
            height: 80vh;

            min-height: 450px;
            
        }
        .mySwiper{
            position: relative;
            overflow: hidden;
        }

        .client-prev-button::after{

            content: '';
            display: none !important;
            
        }
        .client-next-button::after{

            content: '';
            display: none !important;
            
        }

        .image-container img {
            position: absolute;
            width: 100%;
            border-radius: 15px;
            height: 100%;
            object-fit: cover;
        }

        .before-image {
            z-index: 2;
            clip-path: inset(0 50% 0 0);
        }

        .imageDivider {
            position: absolute;
            z-index: 3;
            top: 0;
            left: 50%;
            width: 2px;
            height: 100%;
            background: #000;
            cursor: col-resize;
            transform: translateX(-50%);
            touch-action: none;
            
        }


        .tabs {
            display: flex;
            justify-content: center;
            gap: 1vw;
            margin: 2vh 0;
            padding: 1vh 1vw;
        }

        .tab {
            display: flex;
            align-items: center;
            gap: 0.5vw;
            padding: 1.5vh 1vw;
            cursor: pointer;
            background: white;
            font-weight: 550;
            border-radius: 15px;
           
            border: 1px solid #e0e0e0;
         
            font-size: clamp(12px, 1vw, 14px);
          
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
           
            transition: background-color 0.3s, transform 0.2s;
           
        }

        .tab.active {
            background: #fb501aa8;
            color: white;
            border-color: #fb501a;
            transform: scale(1.05);
           
        }

        .tab:not(.active):hover {
            background: #f0f0f0;
            transform: scale(1.02);
          
        }

        
        .tab-icon i {
            font-size: 1.2rem;
        }

        
        @media screen and (max-width: 768px) {

           .ac-sg-split-screen{
            height: 300px;
           }
            .image-container {
                height: 50vh;
            }

            .handle::before{
                background-color: white;
                border: 1px solid rgb(68, 47, 47);
                content: "← ";
                position: absolute;
                padding: 4px;
                left: -7px;
              }
              
              .handle::after{
                background-color: white;
                border: 1px solid rgb(68, 47, 47);
                content: " →";
                position: absolute;
                padding: 4px;
                right: -7px;
              }

            .tabs {
                gap: 0.5vw;
                
        overflow: hidden;
        gap: 0.5vw;
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
            }

            .tab {
                padding: 1.5vh 1.5vw;
            }
        }

        @media screen and (max-width: 480px) {
          


            .image-container {
                height: 40vh;
                min-height: 200px;
            }

            .handle {
                width: 40px;
                height: 40px;
               
            }

            .tab {
                flex: 1 0 45%;
                
                margin: 1vw;
                text-align: center;
            }
        }

        .flip-card {
            position: relative;
            height: 400px;
            perspective: 1000px;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }

        .flip-card:hover .flip-card-inner {
            transform: rotateY(180deg);
        }

        .flip-card-front,
        .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .flip-card-front {
            background: #fff;
        }

        .flip-card-front img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .flip-card-back {
            background: #333;
            color: white;
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .swiper-slide a{
            text-decoration: none;
        }
        .swiper-slide a:hover{
            text-decoration: none;
        }

        .card-title {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }

        .card-text {
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .arrow-icon svg {
           background-color: #fb501a;
           color: #fb501a;
            width: 19px;
            height: 19px;
        }

       
        @media (max-width: 768px) {
            .swiper-slide {
                height: 350px;
            }
            .flip-card{
                height: 300px;
            }

            .card-title {
                font-size: 1.2rem;
            }

            .card-text {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .swiper-slide {
                height: 300px;
            }
            .flip-card{
                height: 300px;
            }

            .card-title {
                font-size: 1rem;
            }

            .card-text {
                font-size: 0.8rem;
            }
        }
   

        /* {{-- client profile end    --}}
{{-- client profile end   --}} */




/* project css start  */
/* project css start  */


  /* Background Section */
  .hero-section {
    background: url('https://media.architecturaldigest.com/photos/5d3f6c8084a5790008e99f37/master/w_1600%2Cc_limit/GettyImages-1143278588.jpg') no-repeat center center/cover;
    height: 60vh; /* Full viewport height */
    display: flex;
    align-items: center;
    
    text-align: center;
    position: relative;
    color: white;
}

/* Overlay Effect */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay */
}

/* Text Content */
.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1{
    font-size: 4rem;
    font-weight: 700;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

/* project css end   */
/* project css end   */




/* filter start css  */
/* filter start css  */

:root {
    --primary-color: #2c3e50;
    --secondary-color: #e67e22;
    --dark-color: #1a252f;
    --light-color: #f8f9fa;
    --text-color: #333;
    --text-light: #6c757d;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    --transition: all 0.3s ease;
}

body {
    font-family: var(--font-body);
    color: var(--text-color);
    background-color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

a:hover {
    color: var(--secondary-color);
}

.btn {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-light:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

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

.section-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
}

.section-subtitle {
    color: var(--text-light);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 1rem;
}

.subtitle{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
}

.main-title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: black;
}

.steepp{
   
    padding-top: 20px;
    padding-bottom: 20px;
}


.step-number{
    background: #000;
    padding: 4px 12px;
    border-radius: 20px;
font-size: 18px;
    color: white;
}

.project-tag {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transform: skewX(-10deg);
}

.banner-content h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-content h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* ===== SIDEBAR ===== */
.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
}

.sidebar {
    padding: 10px 30px 30px;
    height: 100%;
}

.sidebar-heading {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.search-box .form-control {
    border-radius: 0;
    border-right: none;
}

.search-box .btn {
    border-radius: 0;
}

.category-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.category-item.active .category-link {
    color: var(--secondary-color);
    font-weight: 600;
}

.category-link {
    color: var(--text-color);
    text-decoration: none;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.category-link:hover {
    color: var(--secondary-color);
}

/* .dropdown-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} */
/* 
.dropdown-toggle i {
    transition: var(--transition);
}

.category-dropdown.open .dropdown-toggle i {
    transform: rotate(180deg);
}

.dropdown-toggle::after{
    content: "";
    display: none !important;
}

.subcategories {
    display: none;
    padding-left: 25px;
    margin-top: 5px;
}

.category-dropdown.open .subcategories {
    display: block;
    animation: fadeIn 0.3s ease;
} */

.subcategory-item {
    padding: 8px 0;
}

.subcategory-link {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
}

.subcategory-link:hover {
    color: var(--secondary-color);
}

.subcategory-item.active .subcategory-link {
    color: var(--secondary-color);
    font-weight: 600;
}

/* ===== MOBILE FILTER ===== */
.mobile-filter {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

/* ===== PROJECTS SECTION ===== */
.projects-section {
    padding: 80px 0;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.project-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: var(--transition);
}

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

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 30px 20px 20px;
    color: white;
    transition: var(--transition);
}

.project-card:hover .project-overlay {
    background: linear-gradient(to top, rgba(44, 62, 80, 0.95), transparent);
}

.project-tag-small {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    transform: skewX(-10deg);
    z-index: 1;
}

.project-title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    font-weight: 600;
    color: white;
}

.project-architect {
    font-size: 0.9rem;
    opacity: 0.9;
}

.project-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: var(--transition);
}

.project-card:hover .project-details {
    opacity: 1;
}

.project-details-btn {
    background-color: var(--secondary-color);
    color: #fff;
    border: 2px solid var(--secondary-color);
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: var(--transition);
}

.project-details-btn:hover {
    background-color: transparent;
    color: #fff;
}


/* ===== BACK TO TOP BUTTON ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: translateY(-5px);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1200px) {
    .banner-content h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 992px) {
    .banner-content h1 {
        font-size: 3rem;
    }
    
    .projects-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: 80vh;
    }
    
    .banner-content h1 {
        font-size: 2.5rem;
    }
    
    .banner-content h3 {
        font-size: 1.2rem;
    }
    
    .projects-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .footer {
        padding: 50px 0 20px;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        height: 70vh;
    }
    
    .banner-content h1 {
        font-size: 2rem;
    }
    
    .banner-content h3 {
        font-size: 1rem;
    }
    
    .project-image {
        height: 250px;
    }
    
    .back-to-top {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }
}

/* filter end  css  */
/* filter end css  */



/* // Footer Start // */
.footer {
    background-image: url('https://www.rsarchitecture-studio.com/wp-content/uploads/2017/06/Image-Architectural-Design-Services-6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65); 
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #000000; /* Orange top line */
}

.footer > .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 30px;
}

.footer h4 {
  
    color: #fb501a;
    padding: 5px 1px;
    font-size: 23px;
    font-weight: 600;
  
    /* margin-bottom: 10px; */
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    /* margin-bottom: 10px; */
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #fb501a;
}

.newsletter-section {
    margin-bottom: 40px;
}

.newsletter-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.newsletter-section p{
    color: #fff;
}
.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fb501a;
    color: #fff;
    padding: 10px 40px 10px 15px;
    width: 100%;
}

.newsletter-button {
    background: none;
    border: none;
    color: #fb501a;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fb501a;
    margin-right: 15px;
    font-size: 18px;
    transition: color 0.3s ease;
}
.social-icons a img{
    width: 18px;
    height: 18px;
}

.social-icons a:hover {
    color: #fff;
}

.cities-list {
    columns: 6 !important;
    -webkit-columns: 6 !important;
    -moz-columns: 6 !important;
    line-height: 3px;
}

.cities-list1 {
  columns: 4 !important;
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
}

.cities-list2 {
    columns: 5 !important;
    -webkit-columns: 5 !important;
    -moz-columns: 5 !important;
  }

@media (max-width: 768px) {
    .cities-list {
        columns: 1 !important;
        -webkit-columns: 1 !important;
        -moz-columns: 1 !important;
        line-height: 26px;

    }

    .cities-list1 {
      columns: 1 !important;
      -webkit-columns: 1 !important;
      -moz-columns: 1 !important;
    }
}



.copyright {
    border-top: 1px solid rgb(251 80 26);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/* Footer End */


/* Navbar start */


.navbar {
    background-color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .navbar-brand {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }


  li.dropdown:hover .dropdown-menu {
    display: block;
  }


  .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 18px;
    padding: 10px 15px;
  }

  .navbar-nav .nav-link:hover {
    background-color: #007bff;
    border-radius: 5px;
    color: #fff !important;
    transition: 0.3s ease;
  }



  .dropdown-menu {
    background-color: #333;
    border-radius: 5px;
  }

  .dropdown-menu .dropdown-item{
    color: black !important;
  }

  .dropdown-item {
    color: #ddd !important;
    font-size: 16px;
  }

  .dropdown-item:hover {
    background-color: #007bff !important;
    color: #fff !important;
   
  }

  /* Sign-Up Button */
  .signup-btn {
    position: relative;
    padding: 10px 20px;
    background: linear-gradient(135deg, #ff7b00, #ff4b00);
    color: white;
    font-size: 16px;
    border: 2px solid transparent;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .signup-btn:hover {
    background: #fff;
    color: #ff4b00;
    border: 2px solid #ff4b00;
    text-decoration: none;
  }


  @media (max-width: 576px) {
    .signup-btn{
        margin-top: 30px !important;
        margin-bottom: 15px;
    }

}

  /* For ensuring the Sign-Up Button is in the right place on mobile */
  .navbar-nav .nav-item.signup {
    margin-left: auto;
  }
  .nav-item{
      margin-right:3px;
      margin-left:3px;
  }
  

  /* Animation for Navbar Items */
  .navbar-nav .nav-item {
    animation: fadeIn 1s ease-out;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Making the Sign-Up Button responsive */
  .navbar-collapse {
    justify-content: space-between;
  }

  /* Custom styles for smaller screens */
  @media (max-width: 767px) {
    .signup-btn {
      margin-top: 10px;
      margin-right: 0;
      width: 100%;
    }
  }


  /* navbar end */


  /* slider */

  
/* Slider Container */
.slider-container1 {
    position: relative;
    width: 100%;
    margin-top:0px !important;
      padding:0px 0px 40px 0px !important;
      overflow: hidden;
      background: #f8f9fa;
      
    }
    
    /* Slider Image */
    .slider-image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: none;
        /* box-shadow: 10px 10px 15px 5px rgba(0, 0, 0, 0.3); */
}

.slider-image.active {
    display: block;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    bottom: 30px;
    /* Relative to viewport height */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 210px;
    /* Relative to viewport width */
    width: 100%;
    /* Ensure it doesn't overflow on small screens */
    max-width: 1000px;
    /* Cap the width on larger screens */
    justify-content: center;
}

.slider-controls .line {
    width: 100%;
    /* Relative width */
    max-width: 450px;
    /* Cap for larger screens */
    height: 5px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.slider-controls .dot {
    width: 7px;
    /* Relative to viewport width */
    height: 7px;
    min-width: 20px;
    /* Minimum size for small screens */
    min-height: 20px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2vw;
 
    transition: background 0.3s ease;
}

.slider-controls .dot.active {
    background: #FB501A;
}

.slider-controls .dot:hover {
    background: #FB501A;
}

.slider-controls .label {
    position: absolute;
    top: 25px;
    /* Relative to viewport height */
    font-size: 15px;
    /* Relative to viewport width */
    min-font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    /* Prevent text wrapping */
}

/* Media Queries for Smaller Screens */
@media (max-width: 768px) {
    .slider-controls {
        bottom: 30px;
        gap: 180px;
    }

    .slider-controls .line {
        width: 100%;
        max-width: 400px;
    }

    .slider-controls .dot {
        width: 3px;
        height: 3px;
        min-width: 18px;
        min-height: 18px;
    }

    .slider-controls .label {
        font-size: 12px;
       
        top: 18px;
    }
}

@media (max-width: 480px) {

    
    .slider-controls {
        bottom: 30px;
        gap: 90px;
    }

    .slider-controls .line {
        width: 70%;
        max-width: 210px;
    }

    .slider-controls .dot {
        width: 3px;
        height: 3px;
        min-width: 16px;
        min-height: 16px;
    }

    .slider-controls .label {
        font-size: 12px;
      
        top: 17px;
    }
}



/* Services */
.Cards76d8 .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}

.Cards76d8 {
    margin-top: 20px;
}
.unbtn1:hover {
    text-decoration: none;
}

.unbtn2:hover {
    text-decoration: none;
}

.unbtn3:hover {
    text-decoration: none;
}

.service-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important ;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100%;
    background-color: #fff;
    border: none;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .card-img-container {
    height: 220px;
    overflow: hidden;
  }
  
  .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .service-card:hover .card-img-container img {
    transform: scale(1.05);
  }
  
  .card-body {
    padding: 1.5rem !important;
    text-align: center;
   
  }
  
  .card-title {
    font-weight: 600;
    margin-bottom: 0.75rem;

    color: #3a2f3b !important;
  }
  
  .card-text {
    color: #666;
    font-size: 0.9rem;
    
    margin-bottom: 1.5rem;
  }
  
  .arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #fb501a;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .service-card:hover .arrow-icon {
    background-color: #fb501a;
    color: white;
  }
  
  .swiper {
    padding: 20px 10px 20px !important;
  }
  
  .swiper-pagination {
    bottom: 0;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #3a2f3b !important;
    background-color: rgba(255, 255, 255, 0.8);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px !important;
  }
  
  @media (max-width: 767px) {
    .card-img-container {
        height: 180px;
    }
  }


  /* step point */

  
.accordion-content {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    border: none;
}

.accordion.open .accordion-content {
    display: block;
    max-height: 1000px;
    /* Adjust to suit your content's maximum height */
}

.accordion-header {
    cursor: pointer;
    background: grey;
}




  

.accordion {
    border: none;
}

.bgfaq {
    background: black;
    padding: 0px;
}

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


.accordion-item {
    margin-bottom: 15px;

}


.tabbs-container {

    border-radius: 8px;
}

.appproch{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.tabbs {
    /* display: flex; */
    display: flex;
    justify-content: center;
    gap: 1vw;
    margin: 2vh 0;
    padding: 1vh 1vw;

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tabb {
    display: block;
    align-items: center;
    gap: 0.5vw;
    margin:10px 0px;
    padding: 1.5vh 1vw;
    cursor: pointer;
    background: white;
    font-weight: 550;
    color: black;
    border-radius: 15px;

    border: 1px solid #e0e0e0;




    transition: background-color 0.3s ease;
}

.tabhead {
    font-size: 26px;
    font-weight: 600;
}

.tabb:hover {
    background-color: #6C757D !important;
    color: white;

    transform: scale(1.02);
}

/* Active Tab */
.tabb.active {
    background-color: #6C757D;
    color: white;

}



/* Tab Content */
.tabb-content {
    padding: 20px;
}

.content {
    display: none;
}

.content img{
    margin:18px 0px;
    border-radius: 18px;
}

.content.active {
    display: block;
}


.archi2 {
    margin: 0;
    padding: 0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('https://www.skyarchitectstudio.com.au/wp-content/uploads/2021/04/WYNDHAM-BEACH-HOUSE-18.jpg') no-repeat center center/cover;
  
  }

  .fullhome {
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Shadow properties */
    text-align: center;
  }




  /* Client list Page */


  
/* Sticky sidebar */
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    height: 90vh;
    overflow-y: auto;
}




/* Category list styles */
.category-list {
    list-style: none;
    padding-left: 0;
}

.category-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.categor {
    justify-content: left !important;
}

.category-list li:hover {
    background-color: #fb501a;
    color: white;
    cursor: pointer;
}

.subcategory-list {
    list-style: none;
    padding-left: 15px;
    display: none;
}

.subcategory-list li {
    padding: 8px;
}

.category-images {
    display: none;
}

.image-contai {
    overflow-y: auto;

    max-height: 90vh;
}



.image-contai img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 5px;
}

/* Grid layout for categories */
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-12,
.col-6,
.col-md-4 {
    margin-bottom: 15px;
}

/* Toggle icons */
.toggle-icon {
    font-size: 18px;
}

.plus-icon::before {
    content: "+";
}

.minus-icon::before {
    content: "-";
}


.new-card {
    position: relative;
    /* width: 350px; */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    background: white;
}

.new-card-image {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.hover-profile {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.hover-profile:hover {
    background: rgba(255, 255, 255, 1);
}

.profile-avatar {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    margin-right: 8px;
}

.profile-username {
    font-weight: bold;
    color: #333;
}

/* Profile Popup */
.profile-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 320px;
    z-index: 100;
    text-align: center;
}

.profile-popup.show {
    display: block;
}

.popup-avatar {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
}

.popup-text h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.popup-text p {
    margin: 0;
    font-size: 14px;
    color: gray;
}

.popup-gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.popup-gallery img {
    width: 30%;
    border-radius: 5px;
}

.view-profile {
    margin-top: 10px;
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;

}

.view-profile:hover {
    background: #0056b3;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.close-popup:hover {
    color: #fb501a;
}

.title432 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fb501a;

}

/* Responsive Styles for Phone View */
@media screen and (max-width: 768px) {

    .sticky-sidebar {
        position: relative;
        height: auto;
    }

    .image-contai {
        top: 30px;
        height: 340px;
    }

    .tittle432 {
        margin-top: 10px;
    }




}

.premium-tag {
    position: absolute;
    top: 24px;
    left: -33px;
    background-color: black;
    /* Black background */
    color: white;
    /* White text */
    padding: 5px 44px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-30deg);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    /* White glow */
    border-radius: 4px;
    z-index: 9;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
        /* Subtle white glow */
    }

    100% {
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
        /* Stronger white glow */
    }
}


/* Price Box Styling */
.price-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Box shadow for depth */
}

.price {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* Hover Effects */
.new-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    /* Slightly stronger shadow on hover */
}

.new-card:hover .price-box {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    /* Box shadow effect for price box on hover */
}


.text-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
  }


  /* client css */


      
.form-container {
    width: 100%;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.5s;
}

.popop{
    padding: 0px !important;
    box-shadow: none !important;
}

.form-container img {
    display: block;
    margin: 0 auto 20px;
    animation: fadeIn 1s ease-out forwards;
    animation-delay: 0.5s;
}

.form-group {
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft 0.5s ease-out forwards;
}

.form-group:nth-child(1) {
    animation-delay: 1s;
}

.form-group:nth-child(2) {
    animation-delay: 1.2s;
}

.form-group:nth-child(3) {
    animation-delay: 1.4s;
}

.form-group:nth-child(4) {
    animation-delay: 1.6s;
}

.form-group:nth-child(5) {
    animation-delay: 1.8s;
}

.form-group label {
    font-weight: bold;
    color: #333;
}

.form-group input,
.form-group select {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.form-group input[type="range"] {
    width: 100%;
}

.form-group small {
    display: block;
    margin-top: 5px;
    color: #777;
}

.budget {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.budget:hover {
    background-color: #0056b3;
}

/* Keyframes for animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.project {
    padding: 10px;
}

.project img {
    border-radius: 8px;
    width: 100%;
    height: 320px;
    transition: all 0.3s ease-in-out;

}

@media (max-width: 767px) {
    .project img{
        height: 220px;
        
  }

}

.project img:hover {
    border: 3px solid #fb501a;

}


figure {

   
    transition: background 0.2s;
    background:
        black;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    margin-top: 10px;
}

figure:after {
    content: "";
    position: absolute;
    width: 20%;
    aspect-ratio: 1;
    border-radius: 50%;
    bottom: 0%;
    left: 10%;
    background: linear-gradient(-65deg, var(--bg) 50%, var(--accent) 50%);
    filter: blur(25px);
    transform:
        translateX(calc(var(--hover) * 15%)) scale(calc(1 + (var(--hover) * 0.2)));
    transition: transform 0.2s, background 0.2s;
}

.imgee {
    position: absolute;
    left: 20%;
    /* top: 15%; */

    transform:
        translateX(calc(var(--hover) * -15%)) scale(calc(1 + (var(--hover) * 0.2)));
    transition: transform 0.2s;
    width: 100% !important;
}

article {
    --hover: 0;
}

article:hover {
    --hover: 1;
}


/* 
.modal-content{
    width: 500px;
} */

.modalImage {
    width: 100%;
}

.modal-body img {
    width: 100%;

    height: 350px;
    margin-bottom: 20px;
}

.modal {
    top: 50px;

}



.proj {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #ff6a00, #ffb400, #ff0080, #d400d4);
    background-size: 300%;
    color: transparent;
    -webkit-background-clip: text;
    animation: gradientAnimation 3s infinite alternate;
    position: relative;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}




/* Background Overlay */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Popup Container */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    border-radius: 10px;
    text-align: center;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Close Button with Shadow */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fb501a;
    color: white;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px;
    cursor: pointer;
    border-radius: 14%;
    /* box-shadow: 0px 4px 10px rgba(255, 0, 0, 0.5); */
    transition: all 0.3s ease-in-out;
}

.close-btn:hover {
    background: dark#fb501a;
    box-shadow: 0px 6px 12px rgba(255, 0, 0, 0.7);
}

/* Form Styles */
.form-container img {
    max-width: 160px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Budget Range */
.form-group small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

/* Submit Button */
.btnn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fb501a;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.btnn:hover {
    background: dark#fb501a;
    color:white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup {
        width: 90%;
    }

    .form-group input,
    .form-group select {
        font-size: 12px;
        padding: 6px;
    }

    .btnn {
        font-size: 14px;
    }
}

.popup.show,
.overlay.show {
    opacity: 1;
    display: block;
}




/* The sliding form container */
.review-form {
    position: fixed;
    top: 0;
    right: -400px;
    /* Hidden by default */
    width: 400px;
    height: 100%;

    padding-top: 130px !important;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.5s ease-in-out;
    /* Smooth sliding animation */
    z-index: 999;
    overflow-y: auto;
}

/* When the form is open */
.review-form.open {
    right: 0;
    /* Slide in */
}



/* Review submission form */
.rating-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
    width: 100%;
}

.textarea12 {
  
    padding: 10px;
  
    margin-bottom: 10px;
}



/* Rating stars */
.rating {
    display: flex;
    justify-content: left;
    color: #FF6200;
}

.star {
    font-size: 50px;
    padding: 0px;
    color: gray;
    cursor: pointer;
}

.star.selected {
    color: #FF6200;
}

/* Reviews display */
.reviews-display {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
   border:2px solid #fff;
    width: 100%;
    height: 250px;
    max-height: 400px;
    overflow-y: auto;
}

.reviews-container {
    max-height: 300px;
}

.review {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.review .rating {
    margin-bottom: 5px;
}



/* Modal form verification form */




.query_form_modal { 
 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); 
  }
  .query_form_title { 
   font-size: 27px !important;
    color: #000000; 
  }
  .query_form_subtitle { 
    color: #6c757d; 
  }
  .query_form_otp_container { 
    gap: 10px; 
  }
  .query_form_otp_input { 
    width: 60px; 
    height: 60px; 
    text-align: center; 
    font-size: 24px; 
    border: 1px solid #dee2e6; 
    border-radius: 8px; 
    background-color: #f8f9fa; 
  }
  .query_form_otp_input:focus { 
    outline: none; 
    border-color: var(--fire-color); 
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25); 
  }
  .query_form_send_btn, .query_form_verify_btn { 
    background-color: var(--fire-color); 
    border-color: var(--fire-color); 
    padding: 12px; 
    font-weight: 500; 
    border-radius: 8px; 
  }
  .query_form_send_btn:hover, .query_form_verify_btn:hover { 
    background-color: var(--main_color); 
    border-color: var(--main_color); 
  }
  .query_form_resend a { 
    color: var(--fire-color); 
    text-decoration: none; 
    font-weight: 500; 
  }
  .query_form_resend a:hover { 
    text-decoration: underline; 
  }
  .query_form_phone_input { 
    
    padding: 12px; 
    border-radius: 8px; 
  }
  .query_form_phone_input:focus {
    box-shadow: none !important;
  }
  .query_form_input {
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
  }
  
  .query_form_input:focus {
    outline: none;
    border-color: var(--fire-color);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
  }
  
  .query_form_submit_btn {
    background-color: var(--fire-color);
    border-color: var(--fire-color);
    padding: 12px;
    font-weight: 500;
    border-radius: 8px;
  }
  
  .query_form_submit_btn:hover {
    background-color: var(--main_color);
    border-color: var(--main_color);
  }
  
  .textareaOf_qyeryForm{
    height: 100px;
  }


  .submireview{
    background: url("https://media.istockphoto.com/id/1226864259/vector/grey-and-white-abstract-background-geometry-shine-and-layer-element-concept-building.jpg?s=612x612&w=0&k=20&c=BZyIAAEhYE8x5ndaNULaLBTL4VNGuSJXcGgH01ibezk=");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .submireview1{
    background: transparent;
  }
  
/* social media  */

.new-footer-social-icons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }
  
  .new-footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    color: #333333;
    margin-right: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  
  .new-footer-social-icons a:hover {
    transform: translateY(-5px);
  }
  
  .new-footer-social-icons a.new-footer-facebook:hover {
    background-color: #3b5998;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-twitter:hover {
    background-color: #000000;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-linkedin:hover {
    background-color: #0077b5;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-youtube:hover {
    background-color: #ff0000;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-pinterest:hover {
    background-color: #bd081c;
    color: white;
  }
  .new-footer-social-icons a.new-footer-blogger:hover {
    background-color: #f38d39;
    color: white;
  }
  .new-footer-social-icons a.new-footer-tumblr:hover {
    background-color:#001935;
    color:white;
  }

  @media (max-width: 991px) {
    .new-footer-col {
        margin-bottom: 18px;
    }
}
.new-footer-heading {
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    font-size: 20px;
  }
  
  .new-footer-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #0163fa;
  }
  
  .new-footer-heading::after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 0;
    width: 15px;
    height: 3px;
    background: #fb501a;
  }
  .new-footer-description {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 13px;
  }
  /* Newsletter Form */
.new-footer-newsletter-form {
    position: relative;
    margin-top: 25px;
  }
  
  .new-footer-newsletter-form input {
    height: 50px;
    border-radius: 27px;
    padding-left: 25px;
    padding-right: 140px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    transition: all 0.3s ease;
  }
  
  .new-footer-newsletter-form input:focus {
    box-shadow: 0 5px 20px rgba(0, 102, 204, 0.2);
    border-color: #0163fa;
  }
  
  .new-footer-newsletter-form button {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 39px;
    border-radius: 21px;
    background: #fb501a 100%;
    border: none;
    color: white;
    padding: 0 25px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .new-footer-newsletter-form button:hover {
    background: #0163fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 87, 34, 0.3);
  }




  /* new view all button  */
  .custom-button-arche {
    width: 120px;
    height: 40px;
    background-color: #fb501a; /* Orange color */
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(242, 140, 56, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
}

.custom-button-arche:hover {
    background-color: #fb501a;
    transform: translateY(-2px);
    color: #e6e6e6 !important;
    box-shadow: 0 6px 20px rgba(242, 140, 56, 0.4);
}

.custom-button-arche:active {
    transform: translateY(0);
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(242, 140, 56, 0.2);
}

.custom-button-arche:focus {
    color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 140, 56, 0.5);
}


.custom-button-service {
    width: 40px;
    height: 40px;
    background-color: #fb501a; /* Orange color */
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(242, 140, 56, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    border-radius: 50%;
}