/* =========================================================
                      ROOT VARIABLES
========================================================= */
:root {
        --primary: #FFD700;
        --primary-dark: #E6C200;
        --dark: #121212;
        --dark-light: #1E1E1E;
        --gray: #2D2D2D;
        --light-gray: #F5F5F5;
        --white: #FFFFFF;
        --text: #333333;
        --text-light: #666666;
        --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        --addcontact-primary: #FFD700;
        --addcontact-dark: #121212;
        --addcontact-gray: #BDBDBD;
        --addcontact-white: #FFFFFF;
        --addcontact-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body {
        font-family: 'Poppins', sans-serif;
        color: var(--text);
        background-color: var(--white);
        line-height: 1.6;
        overflow-x: hidden;
        font-weight: 400;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
       
    }

.section-spacing { padding: 100px 0; }
.section-title { margin-bottom: 15px; position: relative; }
.section-title h2 { font-size: 42px; font-weight: 700; position: relative; display: inline-block; margin-bottom: 15px; }
.section-title h2:after { content: ''; position: absolute; width: 60px; height: 3px; background: var(--primary); bottom: -10px; left: 0; }
.section-title.center h2:after { left: 50%; transform: translateX(-50%); }
.section-title p { color: var(--text-dark); font-size: 17px; max-width: 700px; }
.btn-primary-custom { background-color: var(--primary); color: var(--bs-btn-color); font-weight: 600; padding: 16px 36px; border-radius: 37px; border: none; transition: var(--transition); font-size: 15px; letter-spacing: 0.5px; }
.btn-primary-custom:hover { background-color: black; color: white; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.btn-outline-custom { background-color: transparent; color: var(--white); font-weight: 600; padding: 16px 36px; border-radius: 0; border: 2px solid var(--white); transition: var(--transition); font-size: 15px; letter-spacing: 0.5px; }
.btn-outline-custom:hover { background-color: var(--white); color: var(--dark); transform: translateY(-3px); }
.home-banner-btn { text-decoration: none; color: white; }
.advanced-feature-section { padding: 100px 20px; background: var(--white); }
.advanced-feature-container { max-width: 1200px; margin: auto; text-align: center; }
.advanced-feature-title { font-size:36px; font-weight:700; color:#2b2b2b; margin-bottom:15px; letter-spacing:-0.5px; position:relative; display:inline-block; line-height:1.2; }
.advanced-feature-title span { color:#f5d322; }
.advanced-feature-title::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-12px; width:120px; height:2px; background:linear-gradient(90deg,#caa800,#f5d322,#caa800); border-radius:4px; }
.advanced-feature-subtitle { font-size: 18px; color: var(--text-light); max-width: 750px; margin: auto; margin-top: 25px; margin-bottom: 60px; line-height: 1.6; }
.advanced-feature-image-wrapper { position: relative; width: 100%; height: 700px; border-radius: 25px; overflow: hidden; margin: auto; border: 1px solid #a9a9a9; box-shadow: 0 20px 60px rgb(4 4 4 / 25%); }
.advanced-feature-image { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; border-radius: 25px; transition: var(--transition); }
.advanced-feature-image-first { background-image: url('images/feature-one.webp'); z-index: 1; }
.advanced-feature-image-second { background-image: url('images/feature-two.webp'); transform: translateY(100%); /* animation:slideUp 1.5s ease forwards; animation-delay:2s; */ z-index: 2; height: 90%; /* leaves top gap */ bottom: 0; border-top-left-radius: 25px; border-top-right-radius: 25px; }
@keyframes slideUp { to { transform: translateY(0); } }
  
/* ---------- NEW TRANSPARENT NAVBAR INSIDE HOME BANNER (REMOVED OLD NAV) ---------- */
.carvespace__navbar--transparent-premium { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; padding: 20px 40px; background: transparent; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.carvespace__navbar--transparent-premium .navbar-logo { height: 52px; width: auto; }
.carvespace__navbar--transparent-premium .navbar-logo img { height: 100%; width: auto; object-fit: contain; padding-top: 5px; }
.carvespace__navbar--transparent-premium .nav-menu { display: flex; align-items: center; gap: 18px; list-style: none; margin: 0; padding: 0; }
.carvespace__navbar--transparent-premium .nav-link { font-weight: 500; color: #1a1a1a; text-decoration: none; font-size: 15px; letter-spacing: 0.3px; padding: 6px 0; position: relative; transition: var(--transition); }
.carvespace__navbar--transparent-premium .nav-link::after { content: ''; position: absolute; width: 0; height: 2px; background: var(--primary); bottom: 0; left: 0; transition: width 0.3s ease; }
.carvespace__navbar--transparent-premium .nav-link:hover::after, .carvespace__navbar--transparent-premium .nav-link.active::after { width: 100%; }
.carvespace__navbar--transparent-premium .nav-link:hover, .carvespace__navbar--transparent-premium .nav-link.active { color: #000; }
.navbar-toggler-icon-custom { display: none; font-size: 21px; color: #222; cursor: pointer; background: transparent; border: none; }
.carvespace__navbar--transparent-premium.sticky { position: fixed; top: 0; left: 0; width: 101%; background: #ffffff; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); padding: 7px 43px; transition: all 0.4s ease; }
.carvespace__navbar--transparent-premium.sticky .nav-link { color: #111; }

/* contact */

.carvespace-contact-section { padding: 120px 8%; position: relative; background: url('images/contact-section-img.webp') center/cover no-repeat; }
.carvespace-contact-section::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.65); }
.carvespace-contact-section-container { max-width: 1200px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; z-index: 2; }
.carvespace-contact-section-left { display: flex; flex-direction: column; justify-content: center; color: #fff; }
.carvespace-contact-section-left span { font-size: 14px; letter-spacing: 3px; margin-bottom: 15px; color: var(--addcontact-primary); }
.carvespace-contact-section-left h2 { font-size: 46px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.carvespace-contact-section-left p { font-size: 15px; line-height: 1.8; margin-bottom: 40px; max-width: 480px; color: #ddd; }
.carvespace-contact-section-info-item { display: flex; align-items: center; gap: 20px; margin-bottom: 13px; }
.carvespace-contact-section-info-icon { width: 50px; height: 50px; border: 1px solid var(--addcontact-gray); border-radius: 12px; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); color: #fff; transition: var(--addcontact-transition); }
.carvespace-contact-section-info-item:hover .carvespace-contact-section-info-icon { background: var(--addcontact-primary); color: #000; border-color: var(--addcontact-primary); }
.carvespace-contact-section-form { padding: 60px; border-radius: 20px; border: 1px solid var(--addcontact-gray); background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(18px); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4); transition: var(--addcontact-transition); }
.carvespace-contact-section-form:hover { transform: translateY(-8px); }
.carvespace-contact-section-form h3 { font-size: 22px; margin-bottom: 30px; font-weight: 600; color: #fff; }
.carvespace-contact-section-form-group { margin-bottom: 22px; }
.carvespace-contact-section-form-group input, .carvespace-contact-section-form-group textarea { width: 100%; padding: 15px 18px; border: 1px solid var(--addcontact-gray); border-radius: 10px; background: transparent; outline: none; font-size: 14px; color: #fff; transition: var(--addcontact-transition); }
.carvespace-contact-section-form-group input::placeholder, .carvespace-contact-section-form-group textarea::placeholder { color: #ccc; }
.carvespace-contact-section-form-group input:focus, .carvespace-contact-section-form-group textarea:focus { border-color: var(--addcontact-primary); }
.carvespace-contact-section-form-group textarea { height: 130px; resize: none; }
.carvespace-contact-section-form-group select { width: 100%; padding: 15px 45px 15px 18px; border: 1px solid var(--addcontact-gray); border-radius: 10px; background: transparent; outline: none; font-size: 14px; color: #fff; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; background-size: 16px; transition: var(--addcontact-transition); }
.carvespace-contact-section-form-group select:focus { border-color: var(--addcontact-primary); }
.carvespace-contact-section-form-group option { color: #000; }
.carvespace-contact-section-submit-btn { width: 100%; padding: 15px; border-radius: 10px; border: 1px solid var(--addcontact-gray); background: var(--addcontact-primary); color: #000; font-weight: 600; cursor: pointer; transition: var(--addcontact-transition); }
.carvespace-contact-section-submit-btn:hover { background: transparent; color: var(--addcontact-primary); border-color: var(--addcontact-primary); }
   
/* ---------- HOME BANNER (EXACT PROVIDED, but with navbar inside) ---------- */
   .homebanner-carvespace-interior { height: 93vh; margin: 30px; border-radius: 22px; background: linear-gradient(135deg, #fbf2c5, #f7ea4f); position: relative; overflow: hidden; padding: 60px 80px 0; display: flex; flex-direction: column; justify-content: space-between; }
#homebannerCarvespaceInteriorSubtitleUniqueID { position: relative; text-align: center; font-size: 23px; color: #333; animation: homebannerCarvespaceInteriorSlideTop 1s ease forwards; }
.homebanner-carvespace-interior::before { content: "INTERIOR"; position: absolute; font-family: 'Inter', sans-serif !important; top: 22% !important; left: 50% !important; transform: translate(-50%, -50%); font-size: 200px !important; font-weight: 900; color: #383838; letter-spacing: 15px; white-space: nowrap; }
#homebannerCarvespaceInteriorSideContentUniqueID { position: absolute; top: 45%; left: 80px; transform: translateY(-50%); z-index: 2; animation: homebannerCarvespaceInteriorSlideTop 1.2s ease forwards; }
#homebannerCarvespaceInteriorSideContentUniqueID h3 { font-size: 16px; font-weight: 500; margin-bottom: 15px; }
#homebannerCarvespaceInteriorTagsWrapperUniqueID { display: flex; flex-direction: column; gap: 10px; }
.homebannerCarvespaceInteriorTagButtonUniqueID { border: 1px solid #444; padding: 15px 61px; border-radius: 20px; font-size: 12px; width: max-content; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: 0.3s; }
.homebannerCarvespaceInteriorTagButtonUniqueID:hover { background: #000; color: #fff; border-color: #000; }
.homebannerCarvespaceInteriorTickUniqueID { font-size: 12px; }
#homebannerCarvespaceInteriorRightContentUniqueID { position: absolute; top: 54%; right: 58px; transform: translateY(-50%); text-align: left; z-index: 2; animation: homebannerCarvespaceInteriorSlideTop 1.4s ease forwards; }
#homebannerCarvespaceInteriorRightContentUniqueID p { font-size: 24px; margin-bottom: 15px; max-width: 313px; line-height: 1.4; }
.homebannerCarvespaceInteriorButtonUniqueID { background: #393939;text-decoration: none; color: #fff; padding: 13px 26px; border: none; border-radius: 25px; cursor: pointer; font-size: 14px; }
.homebannerCarvespaceInteriorButtonUniqueID,
.homebannerCarvespaceInteriorButtonUniqueID:hover,
.homebannerCarvespaceInteriorButtonUniqueID:focus,
.homebannerCarvespaceInteriorButtonUniqueID:active{  text-decoration: none;}
#homebannerCarvespaceInteriorImageWrapperUniqueID { position: absolute; top: 79px; left: 0; right: 0; bottom: -151px; display: flex; justify-content: center; align-items: flex-end; animation: homebannerCarvespaceInteriorSlideBottom 1.2s ease forwards; }
#homebannerCarvespaceInteriorImageWrapperUniqueID img { width: 78%; height: 94%; object-fit: contain; z-index: 1; }
@keyframes homebannerCarvespaceInteriorSlideTop { from { opacity: 0; transform: translateY(-60px); } to { opacity: 1; transform: translateY(0); } }
@keyframes homebannerCarvespaceInteriorSlideBottom { from { opacity: 0; transform: translateY(80px); } to { opacity: 1; transform: translateY(0); } }

.carvespace-trust-container { /* display:flex; */ align-items:center; gap:0px; background:linear-gradient(145deg,#1a1a1a00,#2a2a2a00); padding:7px 49px; border-radius:14px; padding-bottom:200px; max-width:432px; transition:0.3s ease; }
.carvespace-trust-container:hover { transform:translateY(-3px); box-shadow:0 15px 35px rgba(0,0,0,0.7), 0 0 15px rgba(255,215,0,0.15); }
.carvespace-trust-badge img { width:224px; height:220px; object-fit:contain; filter:drop-shadow(0 0 8px rgba(255,215,0,0.25)); transform:rotate(-12deg) scale(2); opacity:0; animation:stampPress 0.8s ease-out forwards; transition:transform 0.3s ease, filter 0.3s ease; }
.carvespace-trust-badge img:hover { transform:rotate(-12deg) scale(1.08); filter:drop-shadow(0 0 18px rgba(255,215,0,0.45)); }
@keyframes stampPress { 0% { transform:rotate(-12deg) scale(2) translateY(-80px); opacity:0; } 60% { transform:rotate(-12deg) scale(0.85) translateY(10px); opacity:1; } 80% { transform:rotate(-12deg) scale(1.05) translateY(-5px); } 100% { transform:rotate(-12deg) scale(1) translateY(0); opacity:1; } }
.carvespace-trust-badge img { animation:stampPress 0.8s ease-out forwards, stampInk 0.4s ease-out 0.6s forwards; }
@keyframes stampInk { 0% { filter:drop-shadow(0 0 0 rgba(255,215,0,0)); } 100% { filter:drop-shadow(0 0 12px rgba(255,215,0,0.45)); } }
.carvespace-trust-content { display:flex; flex-direction:column; }
.carvespace-trust-title { color:#555555; font-size:18px; font-weight:600; letter-spacing:1px; margin-bottom:4px; }
.carvespace-trust-desc { color:#cfcfcf; font-size:14px; line-height:1.5; opacity:0.9; max-width:420px; }
.carvespace-why-choose-us-section { padding:100px 0; background:var(--light-gray); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-label { font-size:14px; font-weight:600; color:var(--primary-dark); letter-spacing:1px; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-heading { font-size:36px; font-weight:700; margin:20px 0; line-height:1.3; color:var(--dark); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-text { color:var(--text-light); margin-bottom:30px; font-size:14px; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-btn { display:inline-block; border-radius:32px; background:var(--primary); color:var(--dark); padding:14px 32px; font-weight:600; text-decoration:none; transition:var(--transition); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-btn:hover { background:var(--dark); color:var(--white); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-card { padding:40px 30px; height:100%; transition:var(--transition); opacity:0; transform:translateY(60px); animation:carvespaceWhyFadeUp 0.8s ease forwards; }
.carvespace-why-choose-us-section .col-md-6:nth-child(1) .carvespace-why-choose-us-section-card { animation-delay:0.2s; border-radius:0px 68px 0px 68px; }
.carvespace-why-choose-us-section .col-md-6:nth-child(2) .carvespace-why-choose-us-section-card { animation-delay:0.4s; border-radius:68px 0px 68px 0px; }
.carvespace-why-choose-us-section .col-md-6:nth-child(3) .carvespace-why-choose-us-section-card { animation-delay:0.6s; border-radius:68px 0px 68px 0px; }
.carvespace-why-choose-us-section .col-md-6:nth-child(4) .carvespace-why-choose-us-section-card { animation-delay:0.8s; border-radius:0px 68px 0px 68px; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-card:hover { transform:translateY(-10px); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-card-light { background:var(--white); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-card-dark { background:var(--dark); color:var(--white); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-card-dark p { color:#cccccc; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon { width:60px; height:60px; perspective:800px; margin-bottom:20px; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon-inner { width:100%; height:100%; position:relative; transition:transform 0.6s; transform-style:preserve-3d; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon:hover .carvespace-why-choose-us-section-icon-inner { transform:rotateY(180deg); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon-front, .carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon-back { position:absolute; width:100%; height:100%; display:flex; align-items:center; justify-content:center; backface-visibility:hidden; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon-front { background:var(--primary); border-radius:30px; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon-front i { font-size:22px; color:var(--dark); }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-icon-back { background:var(--gray); border-radius:30px; color:var(--primary); font-weight:800; font-size:40px; transform:rotateY(180deg); }
@keyframes carvespaceWhyFadeUp { to { opacity:1; transform:translateY(0); } }

   .carvespace-quick-enquiry-cta { width:100%; padding:150px 0px 60px 0px; display:flex; justify-content:center; background:#fff; }
.carvespace-quick-enquiry-cta .container { max-width:1200px; width:100%; background:linear-gradient(135deg,#1f1f1f 0%,#2d2d2d 50%,#685f1f 100%); border-radius:20px; padding:60px; display:flex; align-items:center; justify-content:space-between; box-shadow:0 25px 50px rgba(0,0,0,0.5); position:relative; }
.carvespace-quick-enquiry-cta .left { width:50%; position:relative; height:360px; }
.carvespace-quick-enquiry-cta .image-wrap { width:323px; position:absolute; top:-206px; left:-69px; user-select:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; }
.carvespace-quick-enquiry-cta .image-wrap img { width:194%; display:block; pointer-events:none; user-select:none; -webkit-user-drag:none; -webkit-user-select:none; }
.carvespace-quick-enquiry-cta .right { width:50%; padding-left:40px; }
.carvespace-quick-enquiry-cta .right h1 { font-size:44px; color:var(--white); margin-bottom:10px; }
.carvespace-quick-enquiry-cta .right h2 { font-size:26px; font-style:italic; font-weight:400; color:var(--primary); margin-bottom:18px; }
.carvespace-quick-enquiry-cta .right p { font-size:16px; color:#c3c3c3; margin-bottom:30px; }
.carvespace-quick-enquiry-cta .button { display:inline-block; padding:14px 36px; border-radius:50px; background:linear-gradient(to right,var(--primary),var(--primary-dark)); color:#000; text-decoration:none; font-size:16px; font-weight:600; cursor:default; border:none; transition:var(--transition); }
.carvespace-quick-enquiry-cta .button:hover { transform:translateY(-3px); }
.carvespace-quick-enquiry-cta .small-text { margin-top:16px; font-size:12px; color:#9E9E9E; }
.cta-button { text-decoration:none; color:black; }
.carvespace-project-scrollable-section * { margin:0; padding:0; box-sizing:border-box; font-family:'Poppins',sans-serif; }
.carvespace-project-scrollable-section { background:url('images/project-banner.webp') center/cover no-repeat; padding:60px 0; }
.carvespace-project-scrollable-section .section { max-width:1200px; margin:auto; padding:0 20px; }
.carvespace-project-scrollable-section .project-section-title { margin-bottom:40px; text-align:center; }
.carvespace-project-scrollable-section .project-section-title small { color:#000; font-size:12px; letter-spacing:2px; display:block; margin-bottom:10px; }
.carvespace-project-scrollable-section .project-section-title h2 { font-family:'Poppins',sans-serif; font-size:36px; font-weight:700; color:#2b2b2b; line-height:1.2; position:relative; display:inline-block; letter-spacing:-0.5px; }
.carvespace-project-scrollable-section .project-section-title span { color:#f5d322; }
.carvespace-project-scrollable-section .project-section-title h2::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-12px; width:120px; height:2px; background:linear-gradient(90deg,#caa800,#f5d322,#caa800); border-radius:4px; }
.carvespace-project-scrollable-section .project-section-title p { color:#000; font-size:15px; margin-top:15px; max-width:600px; line-height:1.5; margin-left:auto; margin-right:auto; }
.carvespace-project-scrollable-section .scroll-container { display:flex; gap:25px; overflow-x:auto; overflow-y:hidden; cursor:grab; padding:40px 0; margin:-40px 0; scrollbar-width:none; -ms-overflow-style:none; }
.carvespace-project-scrollable-section .scroll-container::-webkit-scrollbar { display:none; }
.carvespace-project-scrollable-section .scroll-track { display:flex; gap:25px; align-items:center; }
.carvespace-project-scrollable-section .project-card { width:280px; flex-shrink:0; transition:transform 0.3s ease; }
.carvespace-project-scrollable-section .project-card:nth-child(odd) { transform:translateY(-20px); }
.carvespace-project-scrollable-section .project-card:nth-child(even) { transform:translateY(20px); }
.carvespace-project-scrollable-section .card-image { width:100%; height:360px; border-radius:16px; overflow:hidden; box-shadow:0 10px 30px rgba(0,0,0,0.1); }
.carvespace-project-scrollable-section .card-image img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 0.5s ease; }
.carvespace-project-scrollable-section .project-card:hover .card-image img { transform:scale(1.05); }
.carvespace-project-scrollable-section .card-content { margin-top:20px; padding:0 5px; }
.carvespace-project-scrollable-section .card-content h4 { font-size:18px; font-weight:600; margin-bottom:5px; }
.carvespace-project-scrollable-section .card-content p { font-size:14px; color:#777; margin-bottom:3px; }
.carvespace-project-scrollable-section .card-content .location { font-size:13px; color:#2b2b2b; }
 
/* ---------- service ---------- */

.carvespace-services-section { background:linear-gradient(145deg,#ffffff,#ffffff); font-family:'Poppins',sans-serif; padding:23px 20px; color:#fff; min-height:70vh; text-align:center;}
.carvespace-services-section .carvespace-services-container { max-width:1300px; margin:auto; }
.carvespace-services-section .carvespace-services-section-title span { color:#f5d322; }
.carvespace-services-section .carvespace-services-section-title { font-size:36px; font-weight:700; text-align:center; position:relative; margin-bottom:23px; color:#2b2b2b; letter-spacing:-0.5px; display:inline-block; }
.carvespace-services-section .carvespace-services-section-title::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-12px; width:100px; height:2px; background:linear-gradient(90deg,#caa800,#f5d322,#caa800); border-radius:4px; }
@keyframes carveSpaceGoldFlow { 0% { background-position:0% 50%; } 50% { background-position:100% 50%; } 100% { background-position:0% 50%; } }
.carvespace-services-section .carvespace-services-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; padding-top: 15px;}
.carvespace-services-section .carvespace-services-card { cursor: pointer;background:#646464; border:1px solid #2c2c2c; border-radius:20px; padding:40px 20px; text-align:center; transition:var(--transition); position:relative; overflow:hidden; }
.carvespace-services-section .carvespace-services-card:hover { transform:translateY(-8px); border-color:var(--primary); box-shadow:0 15px 30px rgba(255,215,0,0.15); }
.carvespace-services-section .carvespace-services-card::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 80% 20%,rgba(255,215,0,.08),transparent 60%); opacity:0; transition:var(--transition); }
.carvespace-services-section .carvespace-services-card:hover::after { opacity:1; }
.carvespace-services-section .carvespace-services-icon { width:70px; height:70px; object-fit:contain; margin-bottom:18px; transition:var(--transition); }
.carvespace-services-section .carvespace-services-card:hover .carvespace-services-icon { transform:scale(1.1); filter:drop-shadow(0 0 10px rgba(255,215,0,.7)); }
.carvespace-services-section .carvespace-services-name { font-size:15px; font-weight:500; letter-spacing:.5px; color:#fdd501; }
.footer-title { font-size:28px; margin-bottom:25px; color:var(--white); font-weight:700; }
 
/* ---------- FOOTER ---------- */

.footer { background-color:#444; color:var(--white); padding:100px 0 30px; }
.footer-logo { height:60px; width:auto; }
.white-text { color:white; }
.footer-title span { color:var(--primary); }
.footer-links { list-style:none; padding:0; }
.footer-links li { margin-bottom:12px; }
.footer-links a { color:rgba(255,255,255,0.7); text-decoration:none; transition:var(--transition); font-weight:400; }
.footer-links a:hover { color:var(--primary); padding-left:5px; }
.social-links { display:flex; margin-top:25px; }
.social-link { display:flex; align-items:center; justify-content:center; width:40px; height:40px; background:rgba(255,255,255,0.1); color:var(--white); border-radius:50%; margin-right:10px; transition:var(--transition); font-size:16px; }
.social-link:hover { background:var(--primary); color:var(--dark); transform:translateY(-3px); }
.copyright { border-top:1px solid rgba(255,255,255,0.1); padding-top:30px; margin-top:0px; text-align:center; color:rgba(255,255,255,0.5); font-size:14px; }
.service-tab-bg { background-color:white; }
.showcase-service-section-tab { background-color:white; }
#carvespaceUltraPremiumModalOverlayUniqueID { position:fixed; inset:0; background:rgb(0 0 0 / 12%); backdrop-filter:blur(10px); display:flex; align-items:center; justify-content:center; z-index:999999; opacity:0; visibility:hidden; transition:all 0.35s ease; padding:20px; }
#carvespaceUltraPremiumModalOverlayUniqueID.active { opacity:1; visibility:visible; }
#carvespaceUltraPremiumModalContainerUniqueID { width:100%; max-width:520px; background:linear-gradient(145deg,#1E1E1E,#121212); border-radius:20px; border:1px solid rgba(255,215,0,0.3); box-shadow:0 50px 120px rgba(0,0,0,0.7); padding:35px; position:relative; transform:translateY(40px) scale(0.95); transition:all 0.35s ease; }
#carvespaceUltraPremiumModalOverlayUniqueID.active #carvespaceUltraPremiumModalContainerUniqueID { transform:translateY(0) scale(1); }
#carvespaceUltraPremiumModalCloseButtonUniqueID { position:absolute; top:15px; right:18px; font-size:22px; color:#999; cursor:pointer; }
#carvespaceUltraPremiumModalCloseButtonUniqueID:hover { color:#FFD700; }
#carvespaceUltraPremiumModalTitleUniqueID { color:#fff; font-size:24px; font-weight:600; margin-bottom:25px; }
.carvespaceUltraPremiumModalInputUniqueClass { width:100%; padding:15px; margin-bottom:16px; border-radius:12px; background:linear-gradient(145deg,#1E1E1E,#121212); border:1px solid rgba(255,215,0,0.35); color:#fff; outline:none; }
.carvespaceUltraPremiumModalInputUniqueClass:focus { border-color:#FFD700; }
#carvespaceUltraPremiumModalServiceSelectUniqueID { width:100%; padding:15px; border-radius:12px; background:linear-gradient(145deg,#1E1E1E,#121212); border:1px solid rgba(255,215,0,0.35); color:#fff; appearance:none; cursor:pointer; background-image:url("data:image/svg+xml,%3Csvg fill='%23FFD700' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5H5z'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 15px center; }
#carvespaceUltraPremiumModalServiceSelectUniqueID option { background:#121212; color:#fff; }
#carvespaceUltraPremiumModalServiceSelectUniqueID option:checked { background:linear-gradient(90deg,#FFD700,#E6C200); color:#2c2a2a; }
#carvespaceUltraPremiumModalSubmitButtonUniqueID { width:100%; padding:15px; border-radius:12px; border:none; background:linear-gradient(90deg,#FFD700,#E6C200); font-weight:600; cursor:pointer; margin-top:10px; }
#carvespaceUltraPremiumModalSubmitButtonUniqueID:hover { transform:translateY(-2px); }
#carvespaceUltraPremiumModalSuccessUniqueID { display:none; text-align:center; }
#carvespaceUltraPremiumModalSuccessUniqueID.active { display:block; }
.carvespaceSuccessCircleUltraPremiumUniqueClass { width:90px; height:90px; border-radius:50%; background:linear-gradient(145deg,#FFD700,#E6C200); margin:auto; display:flex; justify-content:center; align-items:center; box-shadow:0 0 0 10px rgba(255,215,0,0.08), 0 20px 40px rgba(255,215,0,0.25); animation:successScale 0.5s ease; }
.carvespaceSuccessCheckUltraPremiumUniqueClass { width:25px; height:50px; border-right:4px solid #000; border-bottom:4px solid #000; transform:rotate(45deg); }
.carvespaceSuccessTitleUltraPremiumUniqueClass { font-size:20px; color:#fff; margin-top:20px; }
.carvespaceSuccessSubtitleUltraPremiumUniqueClass { font-size:14px; color:#aaa; }

/* ==================service-modal=====================*/

.service-modal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); justify-content:center; align-items:center; z-index:9999; }
.service-modal-box { background:#424141; padding:30px; border-radius:12px; max-width:900px; width:90%; color:white; }
.service-images { display:flex; gap:15px; flex-wrap:wrap; }
.service-images img { width:150px; height:150px; object-fit:cover; border-radius:8px; }
.close { cursor:pointer; font-size:28px; float:right; }
.coverflow { position:relative; width:100%; height:407px; display:flex; align-items:center; justify-content:center; perspective:1000px; overflow:hidden; }
.coverflow-track { position:relative; width:100%; height:100%; }
.cf-card { position:absolute; top:50%; left:50%; width:220px; height:300px; transform:translate(-50%,-50%); transition:transform 0.5s ease, opacity 0.5s ease; border-radius:15px; overflow:hidden; box-shadow:0 20px 40px rgba(0,0,0,0.5); }
.cf-card img { width:100%; height:100%; object-fit:cover; }
.cf-card.center { transform:translate(-50%,-50%) translateX(0) scale(1.2); z-index:5; opacity:1; }
.cf-card.left1 { transform:translate(-50%,-50%) translateX(-160px) rotateY(35deg) scale(0.9); z-index:3; opacity:0.7; }
.cf-card.left2 { transform:translate(-50%,-50%) translateX(-300px) rotateY(45deg) scale(0.8); z-index:1; opacity:0.4; }
.cf-card.right1 { transform:translate(-50%,-50%) translateX(160px) rotateY(-35deg) scale(0.9); z-index:3; opacity:0.7; }
.cf-card.right2 { transform:translate(-50%,-50%) translateX(300px) rotateY(-45deg) scale(0.8); z-index:1; opacity:0.4; }
.cf-text { text-align:center; margin-top:20px; }
.cf-title { font-size:24px; color:#FFD700; }
.cf-desc { font-size:14px; color:#ccc; }
.cf-btn { position:absolute; background:none; border:none; color:white; font-size:35px; cursor:pointer; z-index:10; }
.modal-title { color:white; font-size:19px; }
.cf-btn.prev { left:10px; }
.cf-btn.next { right:10px; }
.test-btn { margin:50px; padding:15px 30px; font-size:18px; cursor:pointer; }
.showcase-service-section { max-width:1300px; margin:auto; padding:60px 20px; font-family:Poppins,sans-serif; box-sizing:border-box; }
.showcase-service-section-header { text-align:center; margin-bottom:30px; }
.showcase-service-section-header h2 { font-size:36px; font-weight:700; line-height:1.2; margin:0; color:#2b2b2b; letter-spacing:-0.5px; position:relative; display:inline-block; padding-bottom:15px; }
.showcase-service-section-header h2 span { color:#f5d322; }
.showcase-service-section-header h2::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:7px; width:120px; height:2px; background:linear-gradient(90deg,#caa800,#f5d322,#caa800); border-radius:4px; }
.showcase-service-section-tabs-wrapper { display:flex; align-items:center; gap:10px; }
.showcase-service-section-scroll-btn { width:42px; height:42px; border-radius:50%; border:none; background:#e1e1e1; cursor:pointer; font-size:18px; display:flex; align-items:center; justify-content:center; }
.showcase-service-section-tabs-container { display:flex; gap:12px; flex:1; overflow-x:auto; overflow-y:hidden; scroll-behavior:smooth; align-items:center; padding:5px 2px; }
.showcase-service-section-tabs-container::-webkit-scrollbar { display:none; }
.showcase-service-section-tab { padding:10px 22px; border-radius:25px; border:1px solid #FFD700; cursor:pointer; white-space:nowrap; flex:0 0 auto; }
.showcase-service-section-tab.active { background:#FFD700; }
.showcase-service-section-tab.active { background:#FFD700; }
.showcase-service-section-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; margin-top:30px; }
.showcase-service-section-card { aspect-ratio:1/1; border-radius:16px; overflow:hidden; cursor:pointer; position:relative; }
.showcase-service-section-card img { width:100%; height:100%; object-fit:cover; transition:0.4s; }
.showcase-service-section-card:hover img { transform:scale(1.08); }
.showcase-service-section-overlay { position:absolute; bottom:0; left:0; width:100%; padding:20px; background:linear-gradient(transparent,rgba(0,0,0,0.85)); color:white; transform:translateY(100%); transition:0.4s; }
.showcase-service-section-card:hover .showcase-service-section-overlay { transform:translateY(0); }
.showcase-service-section-overlay h4 { margin:0; font-size:16px; color:white; }
.showcase-service-section-overlay p { margin:6px 0 0; font-size:13px; }
.showcase-service-section-modal { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.95); justify-content:center; align-items:center; z-index:999; }
.showcase-service-section-modal-content { position:relative; }
.showcase-service-section-modal img { max-width:80vw; max-height:80vh; border-radius:10px; }
.showcase-service-section-close { position:absolute; top:-15px; right:-15px; background:white; color:black; width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; }
.showcase-service-section-modal-prev { position:absolute; left:-50px; top:50%; transform:translateY(-50%); color:white; font-size:35px; cursor:pointer; }
.showcase-service-section-modal-next { position:absolute; right:-50px; top:50%; transform:translateY(-50%); color:white; font-size:35px; cursor:pointer; }

/* WHY-CHOOSE-SECTION */

.why-trust-carvespace { padding:65px 20px; background:#fdf1bf33; }
.why-trust-carvespace .trustContainer { max-width:1200px; margin:auto; }
.why-trust-carvespace .trustHeader { text-align:center; margin-bottom:80px; }
.why-trust-carvespace .trustTitle { font-family:'Poppins',sans-serif; font-size:36px; font-weight:700; color:#2b2b2b; position:relative; display:inline-block; line-height:1.2; letter-spacing:-0.5px; }
.why-trust-carvespace .trustTitle span { color:#f5d322; }
.why-trust-carvespace .trustTitle::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-12px; width:120px; height:2px; background:linear-gradient(90deg,#caa800,#f5d322,#caa800); border-radius:4px; }
@keyframes titleUnderline { from { width:0; } to { width:140px; } }
.why-trust-carvespace .trustSubtitle { font-size:18px; color:#666; max-width:750px; margin:auto; line-height:1.7; padding-top:22px; }
.why-trust-carvespace .trustGrid { display:grid; grid-template-columns:repeat(4,1fr); background:#ffffff; border-radius:12px; overflow:hidden; box-shadow:0 0 0 1px #f3e7a4; }
.why-trust-carvespace .trustCard { padding:6px 30px; text-align:center; border-right:1px solid #f3e7a4; border-bottom:1px solid #f3e7a4; background:#fff; transition:all .3s ease; }
.why-trust-carvespace .trustCard:nth-child(4n) { border-right:none; }
.why-trust-carvespace .trustCard:nth-last-child(-n+4) { border-bottom:none; }
.why-trust-carvespace .trustCard:hover { transform:translateY(-5px); }
.why-trust-carvespace .trustNumber { font-size:13px; color:#c8b100; font-weight:600; }
.why-trust-carvespace .trustIcon { width:160px; opacity:1; transition:all .6s ease; pointer-events:none; user-select:none; -webkit-user-drag:none; }
.why-trust-carvespace .trustIcon.show { opacity:1; transform:translateY(0) scale(1); }
.why-trust-carvespace .trustCard:nth-child(n+5) { border-top:1px solid #f3e7a4; }
.why-trust-carvespace .trustCard h3 { font-size:16px; margin:0; font-weight:600; color:#111; padding-bottom:14px; }
.why-trust-carvespace .trustCard p { font-size:14px; color:#666; line-height:1.7; }

/* Trust Badge */

section.trust-badge-section { margin-top:73px; }
.trust-badge-section .trust-container { max-width:1200px; margin:15px auto; padding:0 5px; text-align:center; }
.trust-badge-section .trust-title { font-family:'Poppins',sans-serif; font-size:38px; font-weight:700; line-height:1.2; margin-bottom:60px; color:#2b2b2b; letter-spacing:-0.5px; position:relative; display:inline-block; }
.trust-badge-section .trust-title span { color:#f5d322; }
.trust-badge-section .trust-title::after { content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:-12px; width:120px; height:2px; background:linear-gradient(90deg,#caa800,#f5d322,#caa800); border-radius:4px; }
.trust-badge-section .trust-badges{display:flex;justify-content:center;align-items:stretch;gap:60px;flex-wrap:wrap;}
.trust-badge-section .trust-badge{width:220px;text-align:center;transition:0.3s ease;display:flex;flex-direction:column;align-items:center;}
.trust-badge-section .trust-badge:hover{transform:translateY(-10px);}
.trust-badge-section .trust-badge-img-wrap{height:210px;display:flex;align-items:flex-end;justify-content:center;width:100%;}
.trust-badge-section .trust-badge img{width:208px;height:auto;margin-bottom:20px;transition:all 0.35s ease;user-select:none;-webkit-user-drag:none;pointer-events:none;pointer-events:none;
user-select:none;
-webkit-user-drag:none;}
.trust-badge-section .trust-badge:hover img{filter:drop-shadow(0px 8px 18px rgba(201,161,74,0.45)) drop-shadow(0px 2px 6px rgba(201,161,74,0.35));}
.trust-badge-section .trust-badge h3{font-size:18px;font-weight:700;margin-bottom:-18px;color:#111;min-height:60px;display:flex;align-items:center;justify-content:center;}
.trust-badge-section .trust-badge p{font-size:14px;color:#555;line-height:1.5;padding-top: 32px;}

/* FAQ */

.faq-section{padding:68px 3%;}
.faq-container{max-width:1300px;margin:auto;display:flex;gap:60px;align-items:flex-start;}
.faq-left{width:45%;}
.faq-small{letter-spacing:4px;font-size:13px;color:#777;margin-bottom:20px;}
.faq-title{font-size:64px;font-weight:600;line-height:1.05;margin-bottom:20px;color:#111;}
.faq-desc{color:#777;margin-bottom:40px;}
.faq-images{display:flex;gap:25px;}
.faq-img{width:50%;border-radius:20px;overflow:hidden;background:#eee;height:257px;}
.faq-img img{width:100%;height:100%;object-fit:cover;}
.faq-right{width:55%;}
.faq-item{background:#fff;border-radius:18px;padding:29px 33px;margin-bottom:20px;cursor:pointer;border:1px solid #e5e5e5;transition:.3s;}
.faq-item:hover{box-shadow:0 5px 20px rgba(0,0,0,0.05);}
.faq-question{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:500;}
.faq-icon{width:37px;height:37px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#111;color:#fff;transition:.3s;}
.faq-answer{max-height:0;overflow:hidden;transition:.4s ease;color:#666;line-height:1.6;font-size:15px;}
.faq-item.active .faq-icon{background:#FFD700;color:#000;}
.faq-item.active .faq-answer{max-height:200px;margin-top:15px;}
.trust-badge-section .trust-badge h3 {    margin-bottom: -28px;padding-top: 23px;}

/* Before-After */
.compare-container { position:relative; width:100%; max-width:1200px; height:70vh; max-height:700px; min-height:350px; border-radius:16px; overflow:hidden; cursor:ew-resize; }
.compare-container img { position:absolute; width:100%; height:100%; object-fit:cover; object-position:center; top:0; left:0; pointer-events:none; }
.after-image { clip-path:inset(0 0 0 50%); }
.before-after-divider { position:absolute; top:0; left:50%; width:2px; height:100%; background:white; transform:translateX(-1px); }
.before-after-handle { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:50px; height:50px; border-radius:50%; background:white; display:flex; align-items:center; justify-content:center; font-weight:bold; cursor:ew-resize; }
.label { position:absolute; bottom:20px; background:rgba(0,0,0,0.5); color:white; padding:8px 18px; border-radius:20px; font-size:16px; }
.before { left:20px; }
.after { right:20px; }
.carvespace-google-review { position:relative; padding:33px 0 33px 0px; background:url('images/testi.webp') center/cover no-repeat; overflow:hidden; }
.carvespace-google-review::before { content:""; position:absolute; inset:0; background:rgb(118 118 118 / 15%) !important; backdrop-filter:blur(8px); }
.carvespace-google-review-container { position:relative; }
.carvespace-google-review-row { display:flex; gap:7px; width:max-content; }
.carvespace-google-review-row-left { animation:carvespace-google-review-scroll-left 60s linear infinite; }
.carvespace-google-review-row-right { animation:carvespace-google-review-scroll-right 60s linear infinite; }
@keyframes carvespace-google-review-scroll-left { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }
@keyframes carvespace-google-review-scroll-right { 0% { transform:translateX(-50%); } 100% { transform:translateX(0); } }
.carvespace-google-review-card { width:442px; background:rgb(118 118 118 / 59%); border-radius:20px; padding:20px; backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,0.08); transition:var(--transition); }
.carvespace-google-review-card:hover { transform:translateY(-8px); border:1px solid var(--primary); }
.carvespace-google-review-header { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.carvespace-google-review-google-icon { width:40px; }
.carvespace-google-review-stars { color:var(--primary); font-size:24px; }
.carvespace-google-review-service { color:var(--white); font-size:21px; margin-bottom:12px; opacity:0.8; }
.carvespace-google-review-content-box { background:#00000000; color:#262626 !important; padding:15px; border-radius:12px; font-size:18px; line-height:1.5; margin-bottom:15px; }
.carvespace-google-review-client { display:flex; align-items:center; gap:10px; justify-content:center; }
.carvespace-google-review-client img { width:57px; height:57px; border-radius:50%; }
.carvespace-google-review-client-name { color:var(--white); font-size:19px; font-weight:600; }
.carvespace-google-review-wrapper { display:flex; flex-direction:column; gap:20px; }
.carvespace-review-heading { text-align:center; margin-bottom:50px; padding:0 20px; }
.carvespace-review-title{font-family:'Poppins',sans-serif;font-size:36px;font-weight:700;color:#2b2b2b;letter-spacing:-0.5px;margin-bottom:15px;margin-top:45px;position:relative;display:inline-block;}
.carvespace-review-title::after{
content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-12px;width:120px;height:2px;background:linear-gradient(90deg,#caa800,#f5d322,#caa800);  border-radius:4px;}
.carvespace-review-title span{color:#f5d322;}
.carvespace-review-subtitle { font-size:18px; color:rgba(19,15,15,0.75); max-width:600px; margin:auto; line-height:1.6; }
.trust-badge-section h1.trust-title.mobile{ display: none !important;}

/* Scroll to top button */
.scroll-top-btn{position:fixed;bottom:25px;right:25px;width:44px;height:39px;border:none;border-radius:12px;background:#ffed4c;color:#5b5b5b;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .35s ease;z-index:999;box-shadow:0 8px 25px rgba(0,0,0,0.15);}
.scroll-top-btn:hover{background:#5b5b5b;color:#FFD700;transform:translateY(0) scale(1.08);}
/* show button */
.scroll-top-btn.show{opacity:1;visibility:visible;transform:translateY(0);}
/* chatbot */

.carvespace-chatbot-toggle{position:fixed;bottom: 80px;right: 22px;width: 53px;height: 53px;;border-radius:50%;background:linear-gradient(135deg,#FFD700,#FFF4B0);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,0.25);z-index:9999;}
.carvespace-chatbot-toggle i{font-size:26px;color:#6a6a6a;}
.carvespace-chatbot{position:fixed;bottom:95px;right:20px;width:370px;max-width:95%;background:#fff;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,0.2);overflow:hidden;opacity:0;transform:translateY(20px);pointer-events:none;transition:all 0.3s ease;z-index:9999;}
.carvespace-chatbot.active{opacity:1;transform:translateY(0);pointer-events:auto;}
.carvespace-chatbot-header{background:linear-gradient(135deg,#FFD700,#FFF4B0);color:#6a6a6a;padding:16px;font-weight:600;font-size:16px;display:flex;justify-content:space-between;align-items:center;}
.carvespace-chatbot-body{height:320px;overflow-y:auto;padding:15px;background:#c3c3c3;}
.carvespace-msg{margin-bottom:10px;padding:12px 14px;border-radius:12px;font-size:14px;max-width:80%;line-height:1.5;}
.carvespace-msg.bot{background:#e4e4e4;color:#333;}
.carvespace-msg.user{background:linear-gradient(135deg,#FFD700,#FFF4B0);color:#6a6a6a;margin-left:auto;}
.carvespace-chatbot-footer{display:flex;background:#fff;border-top:1px solid #ddd;}
.carvespace-chatbot-footer input{flex:1;border:none;padding:14px;font-size:14px;outline:none;background:#f9f9f9;}
.carvespace-chatbot-footer button{background:linear-gradient(135deg,#FFD700,#FFF4B0);border:none;padding:14px 18px;cursor:pointer;}
.carvespace-chatbot-footer i{font-size:16px;color:#6a6a6a;}

/* ==========================================================================================*/
/* ===============================   Responsiveness   ======================================= */
/* ==========================================================================================*/



@media(max-width:1199px) { .section-title h2 { font-size:36px; } }
@media(max-width:1100px){.faq-title{font-size:42px;}}
@media(min-width:1024px) { .carvespace-services-section .carvespace-services-grid { grid-template-columns:repeat(4,1fr); } }
@media(max-width:575px) { .why-trust-carvespace .trustGrid { grid-template-columns:1fr; } .why-trust-carvespace .trustCard { border-right:none; border-bottom:1px solid #f3e7a4; } .why-trust-carvespace .trustCard:last-child { border-bottom:none; } .why-trust-carvespace .trustTitle { font-size:21px; } .why-trust-carvespace .trustSubtitle { font-size:15px; } .why-trust-carvespace .trustHeader { margin-bottom:23px; } .showcase-service-section-header h2 { font-size:28px; } .showcase-service-section { padding:27px 12px; } .carvespace-project-scrollable-section { padding:28px 0; } .section-title h2 { font-size:28px; } .footer { padding:70px 0 30px; } .experience-badge { padding:11px; } .experience-years { font-size:28px; } .experience-label { font-size:11px; } .advanced-feature-image { border-radius:17px; } .faq-carvespace-section { padding:17px 4%; } .faq-carvespace-section-item { padding:16px 13px; } }

@media(max-width:430px) {.carvespace__navbar--transparent-premium { padding: 9px 10px; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-heading {font-size: 21px;}
.carvespace-services-section .carvespace-services-name {font-size: 13px;} 
.experience-badge { margin-top: -85px !important; min-width: 0px !important; border-radius: 15px !important; top: -42px !important; }
.section-title p { font-size: 14px; } .carvespace__navbar--transparent-premium .nav-menu { align-items: center; }
.carvespace__navbar--transparent-premium .navbar-logo img { height: 85%; padding-top: 12px; }
.mt-5 { margin-top: 2rem !important; } .btn-primary-custom, .btn-outline-custom { padding: 13px 13px !important; }
.carvespace-why-choose-us-section { padding: 27px 0 !important; }  .carvespace-contact-section-form { padding: 18px; }
.carvespace-contact-section { padding: 35px 5%; } .carvespace-quick-enquiry-cta .right h1 { font-size: 25px !important; }
.carvespace-quick-enquiry-cta .right h2 { font-size: 19px !important; }
.carvespace-quick-enquiry-cta .right p { font-size: 14px !important; color: #adadad !important; }
.carvespace-quick-enquiry-cta .button { padding: 10px 24px; }
#homebannerCarvespaceInteriorSubtitleUniqueID {bottom:-38px !important;font-size: 14px !important;right: 4px;}
#homebannerCarvespaceInteriorRightContentUniqueID p {font-size: 17px !important;padding-bottom: 6px;}
#homebannerCarvespaceInteriorRightContentUniqueID {top: 32% !important; right: 28px !important; }
}

@media(max-width:990px) {
.showcase-service-section-tab {padding: 6px 13px;}
.showcase-service-section-scroll-btn {width: 36px;height: 36px;}
.advanced-feature-title { font-size: 34px; }
 .advanced-feature-image-wrapper { height: 450px; }
.why-trust-carvespace .trustGrid { grid-template-columns:repeat(1,1fr); }
 .why-trust-carvespace .trustCard:nth-child(2n) { border-right:none; }
  .why-trust-carvespace .trustCard:nth-last-child(-n+2) { border-bottom:none; }
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-left { text-align:center; margin-bottom:50px; } 
#homebannerCarvespaceInteriorSideContentUniqueID { display: none; }
.carvespace-contact-section-container { grid-template-columns: 1fr; gap: 50px; }
.carvespace__navbar--transparent-premium { padding: 9px 24px; background: rgba(255, 255, 255, 0); backdrop-filter: blur(23px); margin: -2px; } .navbar-toggler-icon-custom { display: block; } .carvespace__navbar--transparent-premium .nav-menu { display: none; width: 101% !important; flex-direction: column; align-items: flex-start; gap: 20px; padding: 30px 0 20px; } .carvespace__navbar--transparent-premium .nav-menu.show { align-items: center;display: flex; height: 1140px; } 
.advanced-feature-title { font-size: 34px; } .advanced-feature-image-wrapper { height: 450px; }
.faq-container{flex-direction:column;gap: inherit;}.faq-left,.faq-right{width:100%;}
}

@media(max-width:768px) {
.scroll-top-btn{bottom: 16px;right: 4px;width: 37px;height: 34px; }
.carvespace-why-choose-us-section p { font-size:14px; }
.faq-answer { font-size:14px; }
.faq-question { font-size:15px; }
.carvespace-chatbot{right:10px;width:95%;bottom:85px;}.carvespace-chatbot-toggle {width: 46px;height: 46px;bottom: 61px;right: 2px;}.carvespace-chatbot-toggle i {font-size: 22px;}
.homebannerCarvespaceInteriorButtonUniqueID {padding: 10px 16px;}
.faq-section { padding:36px 3%; }
.mb-5 { margin-bottom:1rem !important; }
.label { padding: 2px 9px; font-size: 14px;}
.carvespace-review-title { font-size:25px; }
.carvespace-contact-section-left h2 {font-size: 32px;}
.showcase-service-section-header h2 { font-size:25px; }
.why-trust-carvespace .trustTitle { font-size:25px; }
.advanced-feature-title { font-size:25px; }
.carvespace-project-scrollable-section .project-section-title h2 { font-size:25px; }
.showcase-service-section-header p {font-size: 15px;}
.trust-badge-section .trust-title{font-size:32px;margin-bottom:37px; display: none;}
.trust-badge-section h1.trust-title.mobile{font-size:25px;margin-bottom:37px; display: block !important;}
.carvespace-trust-container { display:none; }
 .carvespace-review-subtitle { font-size:14px; } .carvespace-google-review { padding:28px 0; } .carvespace-review-heading { margin-bottom:12px; } .why-trust-carvespace { padding:23px 20px; } 
.carvespace-google-review-card { width:372px; padding:15px; } .carvespace-google-review-content-box { font-size:16px; }
.compare-container { height:40vh; }
.carvespace__navbar--transparent-premium.sticky {    padding: 7px 18px;}
#homebannerCarvespaceInteriorImageWrapperUniqueID {top: 105px;}
.trust-badge-section .trust-title{font-size:30px;}
.trust-badge-section .trust-badges{gap:23px;}
.trust-badge-section .trust-badge{width:160px;}
.carvespace-services-section .carvespace-services-card {border-radius: 12px;}
.trust-badge-section .trust-badge-img-wrap{height:190px;}
.trust-badge-section .trust-badge img{width:120px;}
.carvespace-services-section .carvespace-services-section-title {font-size: 25px;padding-top: 30px;}
.carvespace-services-section .carvespace-services-section-title::after{ width:70px;height:2px;bottom:-10px;}
#homebannerCarvespaceInteriorRightContentUniqueID {font-size: 14px; margin-top: 125px;text-align: center;align-items: center;display: flex;flex-direction: column;position: relative;top: 0 !important;right: 0 !important;}
#homebannerCarvespaceInteriorSubtitleUniqueID {font-size: 17px;}
#homebannerCarvespaceInteriorSubtitleUniqueID {bottom: -38px;}
.section-title h2 { font-size:32px; } .btn-primary-custom, .btn-outline-custom { padding:14px 30px; } .experience-badge { position:relative; bottom:0; right:0; margin-top:30px; display:inline-block; } 
.carvespace-services-section .carvespace-services-card { padding:16px 3px; }
.carvespace-services-section .carvespace-services-icon { width:58px; height:58px; } 
.carvespace-project-scrollable-section .project-card { width:220px; } .carvespace-project-scrollable-section .card-image { height:280px; } .carvespace-project-scrollable-section .project-card:nth-child(odd) { transform:translateY(-15px); } .carvespace-project-scrollable-section .project-card:nth-child(even) { transform:translateY(15px); }
.carvespace-quick-enquiry-cta .container { flex-direction:column; padding:33px 23px 23px; text-align:center; margin:10px; }
.carvespace-quick-enquiry-cta .left { display: none; } 
.carvespace-quick-enquiry-cta .image-wrap { position:relative; width:280px; top:-241px; left:-53px; } 
.carvespace-quick-enquiry-cta .image-wrap img { width:129%; } 
.carvespace-quick-enquiry-cta .right { width:100%; padding-left:0; } 
.carvespace-quick-enquiry-cta .right h1 { font-size:32px; }
.why-trust-carvespace .trustIcon { width: 134px;}
.carvespace-quick-enquiry-cta {  padding:21px 0px 25px 0px; } 
.carvespace-why-choose-us-section .carvespace-why-choose-us-section-heading { margin-top:0; } 
.homebanner-carvespace-interior { padding:60px 20px 40px; height: 73vh !important; margin: 0px;border-radius:0px;} 
.homebanner-carvespace-interior::before { font-size: 59px !important; top: 27% !important;letter-spacing:2px; }
 #homebannerCarvespaceInteriorImageWrapperUniqueID { position:relative; height:auto; margin-top:20px; }
#homebannerCarvespaceInteriorImageWrapperUniqueID img { width:158%; height:auto;        margin-top: -149px; }
#homebannerCarvespaceInteriorSideContentUniqueID { position:relative; top:auto; left:auto; transform:none; text-align:center; margin-top:30px; } 
#homebannerCarvespaceInteriorTagsWrapperUniqueID { flex-direction:row; flex-wrap:wrap; justify-content:center; gap:10px; }
.homebannerCarvespaceInteriorTagButtonUniqueID { padding:10px 18px; font-size:11px; } 
#homebannerCarvespaceInteriorTagsWrapperUniqueID .homebannerCarvespaceInteriorTagButtonUniqueID:nth-child(-n+3) { flex:0 0 30%; }
#homebannerCarvespaceInteriorTagsWrapperUniqueID .homebannerCarvespaceInteriorTagButtonUniqueID:nth-child(n+4) { flex:0 0 45%; } 
#homebannerCarvespaceInteriorRightContentUniqueID { transform:none; text-align:center; } 
.carvespace-trust-container { padding:14px 18px; gap:16px; } .carvespace-trust-badge img { width:50px; height:50px; } .carvespace-trust-title { font-size:16px; } .carvespace-trust-desc { font-size:13px; } 
#homebannerCarvespaceInteriorRightContentUniqueID p {font-size: 17px;}
}

@media(max-width:480px){
.trust-badge-section .trust-badges{flex-direction:column;align-items:center;}
.trust-badge-section .trust-badge{width:317px;position:relative;padding-bottom:25px;}
.trust-badge-section .trust-badge-img-wrap{height:auto;}
.trust-badge-section .trust-badge img{margin-bottom:-23px;}
.trust-badge-section .trust-badge::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120px;height:1px;background:linear-gradient(to right,transparent,rgba(201,161,74,0.6),transparent);}
.trust-badge-section .trust-badge:last-child::after{display:none;}
.trust-badge-section .trust-container {margin: -44px auto;}
.trust-badge-section .trust-title span::after {   height:1px; bottom: -48px;}
.cf-card { width:204px; } .service-modal-box { padding:11px; }
.carvespace-project-scrollable-section .project-card { width:180px; } .carvespace-project-scrollable-section .card-image { height:220px; } .carvespace-project-scrollable-section .project-card:nth-child(odd) { transform:translateY(-10px); } .carvespace-project-scrollable-section .project-card:nth-child(even) { transform:translateY(10px); } .carvespace-project-scrollable-section .project-section-title h2 { font-size:28px; } 
}

@media(max-width:600px){
.faq-title{font-size:32px;}.faq-icon{flex-shrink:0;}.faq-images{display:none;}.faq-img{width:100%;}.faq-item{padding:19px 18px;}
.showcase-service-section-grid { grid-template-columns:1fr 1fr;    gap: 9px; } .carvespace-trust-container { display:none; } .showcase-service-section-modal-prev { left:-21px; font-size:28px; } .showcase-service-section-modal-next { right:-21px; font-size:28px; } .showcase-service-section-tabs-container {   justify-content:flex-start;   /* FIX */padding-left:5px; } 
.carvespace-services-section .carvespace-services-grid { grid-template-columns:repeat(2,1fr);gap: 9px;}
.advanced-feature-section { padding: 26px 9px; } .advanced-feature-title { font-size: 28px; } .advanced-feature-subtitle { font-size: 15px; } .advanced-feature-image-wrapper { height: 219px; border-radius: 18px; } 

.showcase-service-section-grid .showcase-service-section-card:nth-child(9){
    display:none !important;
}}