 :root {
      --black: #0A0A0A;
      --black-light: #1A1A1A;
      --gold: #D4AF37;
      --gold-dark: #B8860B;
      --light: #f8f8f8;
      --transition: 0.3s ease-in-out;
    }
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
       /*border: red 1px solid; /*For debugging layout issues, remove in production */
    }
        html,
        body{
            overflow-x:hidden;
        }
    body {
      font-family: 'Inter', Arial, sans-serif;
      background: #fff;
      color: #222;
      overflow-x: hidden;
    }
    /* ----- transparent navbar (sticky) ----- */
    .navbar-transparent {
      background: transparent !important;
      backdrop-filter: none;
      transition: background 0.4s ease, box-shadow 0.4s ease;
      padding: 12px 0;
    }
    .navbar-transparent.scrolled {
      background: rgba(10, 10, 10, 0.92) !important;
      backdrop-filter: blur(8px);
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .navbar-brand img {
      height: 80px;
       width: auto;
      transition: 0.3s;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-weight: 600;
      font-size: 0.95rem;
      letter-spacing: 0.3px;
      margin: 0 10px;
      padding: 8px 0;
      position: relative;
      transition: color 0.3s;
    }
    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: var(--gold);
      transition: width 0.3s;
    }
    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after {
      width: 100%;
    }
    .navbar-nav .nav-link:hover {
      color: var(--gold) !important;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28212,175,55,0.9%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .btn-gold {
      background: var(--gold);
      color: #000;
      font-weight: 600;
      padding: 5px 40px;
      border-radius: 40px;
      border: none;
      transition: 0.3s;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    }
    .btn-gold:hover {
      background: #c9a82c;
      color: #000;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
    }
    .btn-outline-gold {
      background: transparent;
      color: var(--gold);
      border: 2px solid var(--gold);
      font-weight: 600;
      padding: 5px 40px;
      border-radius: 40px;
      transition: 0.3s;
    }
    .btn-outline-gold:hover {
      background: var(--gold);
      color: #000;
      transform: translateY(-2px);
    }
    @media (max-width: 768px) {

    .btn-gold,
    .btn-outline-gold {
        padding: 12px 24px;
        font-size: 15px;
    }

}

@media (max-width: 576px) {

    .btn-gold,
    .btn-outline-gold {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 12px;
    }

}
/* Tablet */
@media (max-width: 768px) {
    .navbar-brand img {
        height: 65px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .navbar-brand img {
        height: 55px;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .navbar-brand img {
        height: 50px;
    }
}

    /* ----- hero (full viewport) ----- */
    .hero {
     
      min-height:650px;
      background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), center/cover no-repeat;
      display: flex;
      align-items: center;
      position: relative;
       overflow:hidden;
    }


    .hero h1 {
        color: #fff;
      font-size: 4.5rem;
      font-weight: 800;
      line-height: 1.1;
      text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .hero .gold {
      color: var(--gold);
      text-shadow: 0 2px 10px rgba(212,175,55,0.3);
    }
    .hero .lead {
        color: #fff;
      font-size: 1rem;
      font-weight: 500;
      max-width: 600px;
      opacity: 0.9;
    }

    .hero .carousel,
.hero .carousel-inner,
.hero .carousel-item{
   position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hero-bg{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    filter:brightness(.45);
}

.hero-content{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    z-index:10;
    color:#fff;
    padding-bottom:80px;
}
    /* ----- section titles ----- */
    .section-title {
      font-weight: 800;
      font-size: 2.6rem;
      letter-spacing: -0.5px;
      margin-bottom: 0.5rem;
    }
    .section-subtitle {
      color: #666;
      font-size: 1.1rem;
      max-width: 700px;
      margin: 0 auto 2.5rem auto;
    }
    .gold-line {
      width: 70px;
      height: 4px;
      background: var(--gold);
      margin: 0.8rem auto 1.8rem auto;
      border-radius: 4px;
    }
    .section-badge{
    color:#D4AF37;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;
}
    /* ----- about ----- */
    #about img{
        width:100%;
    height: 500px;
    object-fit:cover;
}
.about-text{
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
    border-left: 4px solid #d49a37;
    padding-left: 20px;
}

.text-muted{
    font-size: 16px;
    line-height: 1.8;
    color: #666 !important;
    margin-bottom: 30px;
    text-align: justify;
}

/* Highlight important words */
.about-text strong,
.text-muted strong{
    color: #D4AF37;
    font-weight: 700;
}
.about-content{
    padding-right: 30px;
}

.about-content h2{
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
}

.about-content h2 span{
    color: #D4AF37;
}

.about-content .section-line{
    width: 80px;
    height: 4px;
    background: #D4AF37;
    margin-bottom: 25px;
    border-radius: 50px;
}

@media (max-width:768px){

    .about-text
   {
        font-size: 15px;
        line-height: 1.5;
        text-align: justify;
    }
     .text-muted{
        font-size: 14px;
        line-height: 1.4;
        text-align: justify;
     }

    .about-content{
        padding-right: 0;
        margin-bottom: 30px;
    }

}
    /* ----- stats ----- */
    .stats-section {
        background: #B8860B;
   border-radius:20px;
   margin:-60px 30px 60px 30px;
   padding:30px 0;
   position:relative;
   z-index:10;
   box-shadow:0 15px 40px rgba(0,0,0,.25);
    }
    .stat-box h2 {
      color: black;
      font-weight: 800;
      font-size: 2rem;
      margin-bottom: 0;
    }
    .stat-box p {
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 0.9rem;
    
    }
    /* cards */
    .project-card, .test-card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
      transition: 0.3s ease;
      height: 100%;
      overflow: hidden;
    }
   .project-card:hover, .test-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

    .highlight-section{
    position: relative;
    padding: 120px 0;
    background: url('https://assets.autorender.io/hVtAx6dPfz/Lakshana Builder/herobanner1.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
/* Overlay */
.highlight-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.65)
    );
    z-index:1;
}

/* Content above overlay */
.highlight-section .container{
    position: relative;
    z-index: 2;
}

.highlight-section h2{
    font-size:4rem;
    font-weight:800;
}

.highlight-section p{
    font-size:1.2rem;
    color:#ddd;
}
    @media (max-width: 992px) {
      .highlight-section h2 { font-size: 2.5rem; }
      .highlight-section p { font-size: 1rem; }
    }
    @media (max-width: 576px) {
      .highlight-section h2 { font-size: 1.8rem; }
      .highlight-section p { font-size: 0.9rem; }
    }

    /* Services Section */
    .services-section{
    background:#f8f8f8;
}

.service-tag{
    color:#d4af37;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}


.section-title p{
    max-width:700px;
    margin:15px auto 0;
    color:#666;
    line-height:1.8;
}

/* Service Card */

.service-card{
    position:relative;
    background:#fff;
    border-radius:20px;
    padding:75px 25px 30px;
    text-align:center;
    height:100%;
    overflow:hidden;
    transition:all .4s ease;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    z-index:2;
}

/* Tilt Layer */

.service-card::before{
    content:"";
    position:absolute;
    width:92%;
    height:92%;
    top:4%;
    left:4%;
    /*background:#f3f1db;*/
    background:linear-gradient(271deg, #ece6c8 0%, #fce6d3 100%);
    border-radius:24px;
    border: 1px solid rgba(0,0,0,0.1);
    z-index:-1;
    transition:.4s ease;
}

/* Alternate Tilt */

.tilt-left::before{
    transform:rotate(-15deg);
}

.tilt-right::before{
    transform:rotate(15deg);
}

/* Hover */

.service-card:hover{
    transform:translateY(-10px);
}

.service-card:hover::before{
    transform:rotate(0deg);
}

/* Icon */

.service-icon{
    position:absolute;
    top:18px;
    left:50%;
    transform:translateX(-50%);
    width:65px;
    height:65px;
    border-radius:50%;
    background:#fff;
    color:#d4af37;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    z-index:5;
}

/* Title */

.service-card h4{
    font-size:1.35rem;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
    line-height:1.4;
    padding-top:20px;
}

/* Content */

.service-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    margin-bottom:25px;
}

/* Button */

.service-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s ease;
    margin:auto;
}

.service-btn:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
}

/* Responsive */



@media(max-width:768px){

  

    .service-card{
        padding:70px 20px 25px;
    }

    .service-icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .tilt-left::before,
    .tilt-right::before{
        transform:rotate(-10deg);
    }
}

@media(max-width:576px){

    .section-title h2{
        font-size:1.8rem;
    }

    .service-card{
        padding:65px 18px 25px;
    }

    .service-card h4{
        font-size:1.2rem;
    }
}
/* why choose us cards */
.why-card{
    background:#f4f2d1;
    padding:30px 20px;
    border-radius:16px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid rgba(212,175,55,.15);
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.why-card i{
    font-size:42px;
    color:#D4AF37;
    margin-bottom:20px;
}

.why-card h6{
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.why-card p{
    color:#666;
    font-size:14px;
    margin:0;
}
/* How we work cards */
.process-timeline{
    display:flex;
    justify-content:space-between;
    position:relative;
    gap:20px;
}

.process-timeline::before{
    content:'';
    position:absolute;
    top:35px;
    left:8%;
    width:84%;
    height:2px;
    background:#e4d7b0;
    z-index:0;
}

.process-step{
    text-align:center;
    position:relative;
    z-index:2;
    flex:1;
}

.step-number{
    width:65px;
    height:65px;
    background:#D4AF37;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:28px;
    position:relative;
    box-shadow:0 10px 30px rgba(212,175,55,.35);
}

.step-number::after{
    content:'';
    position:absolute;
    inset:-8px;
    border:2px dashed rgba(212,175,55,.4);
    border-radius:50%;
}
.process-step h5{
    font-size:17px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.process-step p{
    color:#666;
    font-size:12px;
    line-height:1.7;
}
@media(max-width:600px){

    .process-title{
        font-size:34px;
    }

    .process-timeline{
        flex-direction:column;
    }

    .process-timeline::before{
        display:none;
    }

    .process-step{
        margin-bottom:30px;
    }
}
.process-step:last-child{
    margin-bottom:0;
}
    .project-card img {
      height: 220px;
      object-fit: cover;
      transition: 0.5s;
    }
    .project-card:hover img {
      transform: scale(1.03);
    }
    .project-card .card-body {
      padding: 1.2rem 1.2rem;
    }
    .project-card .card-body h5 {
      font-weight: 700;
    }
   
    
    /* testimonials */
    .test-card {
      padding: 2rem 1.8rem;
      background: #fff;
    }
    .test-card i.fa-quote-left {
      color: var(--gold);
      opacity: 0.4;
      font-size: 2rem;
    }
    .test-card .stars {
      color: var(--gold);
      letter-spacing: 2px;
    }

     /* refined testimonial section 
    .testimonial-section {
      background: #1a1f24; 
      border-radius: 48px;
      padding: 3.5rem 2rem 2.5rem;
       margin: 0 auto 60px; 
      width: 100%;
      box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.7);
      transition: all 0.2s;
    }*/
    .testimonial-section {
    position: relative;
    overflow: hidden;

    background: linear-gradient(135deg, #12171d 0%, #1a1f24 50%, #0f1318 100%);
    border: 1px solid rgba(212, 175, 55, 0.12);

    border-radius: 40px;

    padding: 70px 40px;

    margin: 0 auto 80px;

    width: 100%;
    max-width: 1400px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 8px 20px rgba(212, 175, 55, 0.08);

    transition: all .4s ease;
}

/* Soft golden glow */
.testimonial-section::before{

    content:"";

    position:absolute;

    width:350px;
    height:350px;

    background:rgba(212,175,55,.08);

    border-radius:50%;

    top:-120px;
    left:-120px;

    filter:blur(120px);

}

/* Soft blue glow */
.testimonial-section::after{

    content:"";

    position:absolute;

    width:300px;
    height:300px;

    background:rgba(35,120,255,.05);

    border-radius:50%;

    right:-100px;
    bottom:-100px;

    filter:blur(120px);

}

    

    .text-center {
      text-align: center;
    }

    .mb-5 {
      margin-bottom: 2.5rem;
    }

    /*.section-subtitle {
      color: #d4af37;
      font-weight: 600;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-size: 0.85rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(212, 175, 55, 0.10);
      padding: 0.3rem 1.4rem;
      border-radius: 60px;
      border: 1px solid rgba(212, 175, 55, 0.2);
    }

    .section-subtitle i {
      font-size: 0.9rem;
    }

    .section-title {
      color: #f2ede6;
      font-size: 2.8rem;
      font-weight: 700;
      margin: 0.8rem 0 0.4rem;
      letter-spacing: -0.5px;
    }

    .section-title span {
      color: #d4af37;
    }

    .section-title + p {
      color: #b5b0a6;
      max-width: 620px;
      margin: 0.4rem auto 1.2rem;
      font-size: 1.05rem;
      line-height: 1.6;
    }

    .gold-line {
      width: 80px;
      height: 3px;
      background: linear-gradient(90deg, #d4af37, #b8942e);
      margin: 0.6rem auto 0;
      border-radius: 10px;
    }*/

    /* testimonial card – refined */
    .testimonial-card {
      position: relative;
      padding: 2rem 1.6rem 1.8rem;
      border-radius: 28px;
      background: rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(6px);
      border: 1px solid rgba(212, 175, 55, 0.15);
      transition: all 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.1);
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .testimonial-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px -12px rgba(212, 175, 55, 0.25);
      border-color: #d4af37;
      background: rgba(255, 255, 255, 0.07);
    }

    .quote {
      font-size: 2rem;
      color: #d4af37;
      margin-bottom: 0.8rem;
      opacity: 0.6;
    }

    .client {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 1.2rem;
    }

    .client img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      border: 2.5px solid #d4af37;
      background: #2a3138;
    }

    .client h5 {
      color: #f2ede6;
      font-size: 1.05rem;
      font-weight: 600;
      margin: 0;
      letter-spacing: -0.2px;
    }

    .client span {
      color: #b5b0a6;
      font-size: 0.8rem;
      display: block;
      margin-top: 2px;
    }

    .testimonial-card p {
      color: #d6d2c8;
      line-height: 1.7;
      margin-bottom: 1.2rem;
      flex: 1;
      font-size: 0.95rem;
    }

    .stars {
      color: #d4af37;
      font-size: 1rem;
      letter-spacing: 2px;
      margin-top: auto;
    }

    /* swiper overrides */
    .swiper {
      padding-bottom: 70px;
    }

    .swiper-button-next,
    .swiper-button-prev {
      color: #d4af37;
      background: rgba(20, 25, 30, 0.6);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      backdrop-filter: blur(4px);
      border: 1px solid rgba(212, 175, 55, 0.2);
      transition: 0.2s;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      background: rgba(212, 175, 55, 0.15);
      border-color: #d4af37;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 1.2rem;
      font-weight: 700;
    }

    .swiper-pagination-bullet {
      background: #5f6a72;
      opacity: 1;
      width: 10px;
      height: 10px;
      transition: 0.2s;
    }

    .swiper-pagination-bullet-active {
      background: #d4af37;
      transform: scale(1.3);
      box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
    }

    /* responsive */
    @media (max-width: 768px) {
      .testimonial-section {
        padding: 2.2rem 1.2rem;
        border-radius: 32px;
      }
  
      .testimonial-card {
        padding: 1.6rem 1.2rem;
      }
      .swiper-button-next,
      .swiper-button-prev {
        display: none;
      }
    }

    @media (max-width: 480px) {
     
      .client img {
        width: 48px;
        height: 48px;
      }
    }
    /* Large Desktop */
@media (min-width:1400px){

    .testimonial-section{

        max-width:1500px;
        padding:80px 50px;

    }

}

/* Laptop */
@media (max-width:1200px){

    .testimonial-section{

        padding:60px 35px;

    }

}

/* Tablet */
@media (max-width:768px){

    .testimonial-section{

        border-radius:30px;
        padding:50px 25px;
        margin-bottom:50px;

    }

}

/* Mobile */
@media (max-width:576px){

    .testimonial-section{

        border-radius:20px;
        padding:40px 18px;
        margin-bottom:40px;

    }

}
    /* CTA */
    .cta-section {
    /*background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);*/
    background: url('images/architect.png') no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 5rem 0;
    margin: 60px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.cta-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.65)
    );
    z-index:1;
     border-radius:20px;
}
/* Content above overlay */
.cta-section .container{
    position: relative;
    z-index: 2;
}

.cta-section h2 {
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.2;
}

/* Tablet */
@media (max-width: 991px) {
    .cta-section {
        margin: 40px 20px;
        padding: 4rem 2rem;
    }

    .cta-section h2 {
        font-size: 2.2rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .cta-section {
        margin: 30px 15px;
        padding: 3rem 1.5rem;
        border-radius: 15px;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .cta-section p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .cta-section {
        margin: 20px 10px;
        padding: 2.5rem 1rem;
        border-radius: 12px;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .cta-section p {
        font-size: 14px;
    }

    .cta-section .btn {
        width: 100%;
        max-width: 250px;
    }
    .test-card {
      padding: 1.5rem 1rem;
      font-size: 0.8rem;
    
    }
   .test-card h6 {
      font-size: 0.8rem;
    }
        .strength-card h5 {
        font-size: 1rem;
        }
        .strength-card .icon {
        width: 50px;
        height: 50px;
    }
    .strength-card p {
    font-size: 12px;
    }
}
    /* responsive */
    @media (max-width: 992px) {
      .navbar-transparent {
        background: rgba(10, 10, 10, 0.9) !important;
      }
      .hero h1 {
        font-size: 3rem;
      }
    }
    @media (max-width: 576px) {
      .hero h1 {
        padding-top: 60px;
        font-size: 2.4rem;
      }
      .hero .lead {
        font-size: 0.8rem;
        font-weight: bolder;
      }
      .section-title {
        font-size: 2rem;
      }
      .stat-box h2 {
        font-size: 1.8rem;
      }
      .stat-box p {
        font-size: 0.6rem;
        font-weight: bolder;
      }
    }

@media (max-width:576px){

    .hero-bg{
        object-position:70% center;
    }

}

@media(max-width:576px){

    .hero{
        
        padding-top:100px;
        
    }
     .hero-bg{
        object-position:center center;
    }
.stats-section{
    margin:0; 
    border-radius:0;
}

}
/*===================================================
                 About Page Section
=====================================================*/
/* page hero */
    .page-hero {
      min-height: 55vh;
      background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.5) 100%), url('https://assets.autorender.io/hVtAx6dPfz/Lakshana Builder/herobanner.jpg') center/cover no-repeat;
      display: flex;
      align-items: center;
      padding-top: 100px;
    }
    .page-hero h1 { 
      font-weight: 800; 
      font-size: 3.8rem; 
      letter-spacing: -1px; 
      color: #fff;
    }
    .gold { 
      color: var(--gold); 
    }
    /* company overview */
    .company-overview{
    background:#fff;
    position:relative;
}

.overview-badge{
    display:inline-flex;
    align-items:center;
    background:rgba(212,175,55,.12);
    color: #101010;
    padding:10px 22px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:20px;
}

.overview-title{
    font-size:44px;
    font-weight:800;
    line-height:1.2;
    color:#111;
    margin-bottom:15px;
}

.overview-title span{
    color:#D4AF37;
}

.overview-text{
    font-size:18px;
    line-height:1.5;
    color:#333;
    text-align:justify;
    margin-top:25px;
}

.overview-text-light{
    color:#666;
    line-height:1.4;
    text-align:justify;
    margin-top:15px;
}

.overview-image-wrapper{
    position:relative;
}

.overview-image{
    width:100%;
    border-radius:30px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.experience-badge{
    position:absolute;
    bottom:30px;
    left:-30px;
    background:#0A0A0A;
    color:#fff;
    padding:20px 25px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.experience-badge h3{
    margin:0;
    font-size:42px;
    color:#D4AF37;
    font-weight:800;
}

.experience-badge span{
    font-size:14px;
    letter-spacing:1px;
}

.overview-feature{
    background:#fff;
    border:1px solid #eee;
    border-radius:15px;
    padding:12px;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
}

.overview-feature:hover{
    transform:translateY(-5px);
    border-color:#D4AF37;
    box-shadow:0 10px 25px rgba(212,175,55,.15);
}

.overview-feature i{
    color:#D4AF37;
    font-size:20px;
}

.overview-feature span{
    font-weight:600;
}

@media(max-width:768px){

    .overview-title{
        font-size:36px;
    }

    .overview-text{
        font-size:17px;
    }

    .experience-badge{
        left:15px;
        bottom:15px;
        padding:15px 20px;
    }

    .experience-badge h3{
        font-size:30px;
    }
}
   /* Vision & Mission */
   /* ===== Vision Mission ===== */

.vision-mission-section{
    background:#f8f8f8;
    position:relative;
}

.vm-title{
    font-size:52px;
    font-weight:800;
    color:#111;
    margin-top:20px;
    margin-bottom:15px;
}

.vm-title span{
    color:#D4AF37;
}

.vm-subtitle{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.gold-line{
    width:90px;
    height:4px;
    background:#D4AF37;
    border-radius:50px;
    margin:20px auto;
}

.vm-card{
    background:#f0e8e1;
    border-radius:24px;
    padding:40px 35px;
    height:100%;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    border:1px solid #f2f2f2;
}

.vm-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(212,175,55,0.18);
    border-color:#D4AF37;
}

.vm-icon{
    width:80px;
    height:80px;
    background:rgba(212,175,55,0.12);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.vm-icon i{
    font-size:34px;
    color:#D4AF37;
}

.vm-card h3{
    font-size:30px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.vm-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

.vm-list{
    list-style:none;
    padding:0;
    margin:0;
}

.vm-list li{
    margin-bottom:12px;
    font-weight:600;
    color:#222;
    position:relative;
    padding-left:25px;
}

.vm-list li::before{
    content:"✓";
    color:#D4AF37;
    position:absolute;
    left:0;
    font-weight:700;
}

/* Mobile */

@media(max-width:768px){

    .vm-title{
        font-size:36px;
    }

    .vm-subtitle{
        font-size:16px;
    }

    .vm-card{
        padding:30px 25px;
    }

    .vm-card h3{
        font-size:26px;
    }

    .vm-icon{
        width:70px;
        height:70px;
    }

    .vm-icon i{
        font-size:28px;
    }
}
/*stats & strengths */
    
    .stat-badge {
      background: var(--gold);
      color: #000;
      font-weight: 700;
      padding: 6px 18px;
      border-radius: 40px;
      display: inline-block;
      font-size: 0.8rem;
      letter-spacing: 0.5px;
    }
    /* ===== COMPANY STRENGTHS ===== */

#strengths{
    background: linear-gradient(180deg,#fafafa,#f5f5f5);
    position: relative;
    overflow: hidden;
}

.strength-card{
    background:#fff;
    border-radius:24px;
    padding:20px 15px;
    text-align:center;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    border:1px solid rgba(212,175,55,.08);
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.strength-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(212,175,55,.12),
        transparent
    );
    transition:.7s;
}

.strength-card:hover::before{
    left:100%;
}

.strength-card:hover{
    transform:translateY(-12px);
    border-color:#D4AF37;
    box-shadow:0 20px 40px rgba(212,175,55,.18);
}

.strength-card .icon{
    width:75px;
    height:75px;
    margin:0 auto 20px;
    border-radius:50%;
    background:rgba(212,175,55,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
    position:relative;
}

.strength-card .icon::after{
    content:'';
    position:absolute;
    inset:-6px;
    border:2px dashed rgba(212,175,55,.3);
    border-radius:50%;
}

.strength-card .icon i{
    font-size:32px;
    color:#D4AF37;
    transition:.4s;
}

.strength-card:hover .icon{
    background:#D4AF37;
    transform:rotateY(180deg);
}

.strength-card:hover .icon i{
    color:#fff;
    transform:rotateY(180deg);
}

.strength-card h5{
    font-size:20px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.strength-card p{
    color:#777 !important;
    font-size:14px;
    line-height:1.7;
    margin-bottom:0;
    text-align:center;
}

/* Section Heading */


/* Mobile */

@media(max-width:768px){

    .strength-card{
        padding:25px 15px;
    }

    .strength-card .icon{
        width:70px;
        height:70px;
    }

    .strength-card .icon i{
        font-size:26px;
    }

    .strength-card h5{
        font-size:18px;
    }

    #strengths .section-title{
        font-size:34px;
    }

    #strengths .section-subtitle{
        font-size:15px;
    }
}
    
.founder-section{
    background:#f8f8f8;
}

.founder-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    padding:60px 50px;

    background:url('images/interior.jpg') center center;
    background-size:cover;

    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* Dark Overlay */
.founder-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.7);
    z-index:1;
}

/* Quote Icon */
.founder-card::after{
    content:"\f10d";
    font-family:"Font Awesome 6 Free";
    font-weight:900;

    position:absolute;
    top:25px;
    right:30px;

    font-size:70px;
    color:rgba(255,255,255,0.15);

    z-index:2;
}

/* Content Above Overlay */
.founder-card > *{
    position:relative;
    z-index:3;
}


.founder-message{
    font-size:1.1rem;
    line-height:1.9;
    color:#fff;
    text-align:center;
    max-width:900px;
    margin:auto;
}

.founder-name{
    margin-top:30px;
    text-align:right;
    font-size:1.1rem;
    font-weight:700;
    color:#fff;
}

.founder-divider{
    width:80px;
    height:4px;
    background:#d4af37;
    margin:20px auto 30px;
    border-radius:10px;
}

.founder-designation{
    color:var(--gold);
    font-weight:600;
    text-align:center;
    display:block;
}



/* Mobile */
@media(max-width:768px){

    .founder-card{
        padding:30px 20px;
    }

   

    .founder-message{
        font-size:1rem;
        line-height:1.8;
    }

    .founder-card::before{
        font-size:50px;
    }
}

    @media (max-width: 992px) {
      
      .page-hero h1 { font-size: 2.8rem; }
    }
    @media (max-width: 576px) {
      .page-hero h1 { font-size: 2rem; }
     
    }

    @media (max-width: 768px) {
    .page-hero {
        padding-top: 110px;
        padding-bottom: 50px;
    }
}

/*===================================================
                 Gallery Page Section
=====================================================*/

    .gallery-section{
    background:#f8f8f8;
}

.gallery-badge{
    background:#d4af37;
    color:#111;
    padding:10px 25px;
    border-radius:50px;
    font-weight:600;
}

.gallery-title{
    font-size:3rem;
    font-weight:800;
    color:#111;
}

.gallery-title span{
    color:#d4af37;
}

.gallery-subtitle{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:1.1rem;
}

.gallery-filter button{
    border:none;
    padding:12px 25px;
    margin:5px;
    border-radius:30px;
    background:#fff;
    font-weight:600;
    transition:.3s;
}

.gallery-filter button.active,
.gallery-filter button:hover{
    background:#d4af37;
    color:#fff;
}

.gallery-grid{
    column-count:3;
    column-gap:20px;
}

.gallery-item{
    margin-bottom:20px;
    overflow:hidden;
    border-radius:15px;
    break-inside:avoid;
}

.gallery-item img{
    width:100%;
     height:300px;
      object-fit:cover;
    border-radius:15px;
    transition:.5s;
    display:block;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item{
    position:relative;
}



.gallery-item:hover::after{
    opacity:1;
}
.gallery-popup-img{
    width:100%;
    max-height:80vh;
    object-fit:contain;
    border-radius:15px;
}

.gallery-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:rgba(212,175,55,0.9);
    color:#fff;
    font-size:20px;
    z-index:999;
}

.prev-btn{
    left:15px;
}

.next-btn{
    right:15px;
}

.gallery-nav:hover{
    background:#d4af37;
}
@media(max-width:992px){

    .gallery-grid{
        column-count:2;
    }

    .gallery-title{
        font-size:2.5rem;
    }

}

@media(max-width:768px){

    .gallery-grid{
        column-count:1;
    }

    .gallery-title{
        font-size:2rem;
    }

}

#modalImage{
    max-height:80vh;
    width:auto;
    max-width:100%;
    display:block;
    margin:auto;
    object-fit:contain;
    background:#000;
}
/*===================================================
                 Contact Page Section
=====================================================*/
 /* contact info cards */
    .contact-info-card {
      border: none;
      border-radius: 20px;
      padding: 2rem 1.8rem;
      box-shadow: 0 8px 30px rgba(0,0,0,0.06);
      transition: 0.3s;
      height: 100%;
      background: #fff;
      text-align: center;
    }
    .contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
    .contact-info-card .icon {
      font-size: 2.8rem;
      color: var(--gold);
      margin-bottom: 1rem;
    }
    .contact-info-card h6 { font-weight: 700; }
    .contact-info-card p { color: #555; margin-bottom: 0; }
    
    /* form */
    .form-control {
      padding: 12px 18px;
      border-radius: 12px;
      border: 1px solid #ddd;
      font-size: 0.95rem;
    }
    .form-control:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 3px rgba(212,175,55,0.15);
    }
    .form-label { font-weight: 600; }
    
    /* map */
    .map-container {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    .map-container iframe {
      width: 100%;
      height: 300px;
      border: 0;
      display: block;
    }
    
    /* location details box */
    .location-details {
      background: #fff;
      border-radius: 20px;
      padding: 1.8rem;
      box-shadow: 0 8px 30px rgba(0,0,0,0.06);
      margin-bottom: 1.5rem;
    }
    .location-details .detail-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding: 0.7rem 0;
      border-bottom: 1px solid #f0f0f0;
    }
    .location-details .detail-item:last-child { border-bottom: none; }
    .location-details .detail-item i {
      color: var(--gold);
      font-size: 1.2rem;
      width: 24px;
      margin-top: 2px;
    }
    .location-details .detail-item strong { display: block; font-size: 0.9rem; }
    .location-details .detail-item span { color: #555; font-size: 0.95rem; }
    
   
    /* Tablet Devices */
@media (max-width: 991px){

    .contact-info-card{
        padding: 1.8rem 1.4rem;
    }

    .contact-info-card .icon{
        font-size: 2.4rem;
    }

    .location-details{
        padding: 1.5rem;
    }

    .map-container iframe{
        height: 280px;
    }
}

/* Mobile Devices */
@media (max-width: 768px){

    .stat-badge{
        font-size: 0.75rem;
        padding: 5px 15px;
    }

    .contact-info-card{
        padding: 1.5rem 1.2rem;
        border-radius: 16px;
    }

    .contact-info-card .icon{
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .contact-info-card h6{
        font-size: 1rem;
    }

    .contact-info-card p{
        font-size: 0.9rem;
    }

    .form-control{
        padding: 10px 14px;
        font-size: 0.9rem;
    }

    .form-label{
        font-size: 0.9rem;
    }

    .location-details{
        padding: 1.3rem;
        border-radius: 16px;
    }

    .location-details .detail-item{
        gap: 0.8rem;
        padding: 0.6rem 0;
    }

    .location-details .detail-item i{
        font-size: 1rem;
        width: 20px;
    }

    .location-details .detail-item strong{
        font-size: 0.85rem;
    }

    .location-details .detail-item span{
        font-size: 0.85rem;
    }

    .map-container{
        border-radius: 16px;
    }

    .map-container iframe{
        height: 250px;
    }
}

/* Small Mobile Devices */
@media (max-width: 576px){

    .stat-badge{
        font-size: 0.7rem;
        padding: 4px 12px;
    }

    .contact-info-card{
        padding: 1.2rem 1rem;
    }

    .contact-info-card .icon{
        font-size: 1.8rem;
    }

    .contact-info-card h6{
        font-size: 0.95rem;
    }

    .contact-info-card p{
        font-size: 0.85rem;
        line-height: 1.6;
    }

    .location-details{
        padding: 1rem;
    }

    .location-details .detail-item{
        align-items:flex-start;
    }

    .location-details .detail-item strong{
        font-size: 0.8rem;
    }

    .location-details .detail-item span{
        font-size: 0.8rem;
    }

    .map-container iframe{
        height: 220px;
    }
}



/* ===========================
   PRELOADER
=========================== */

#preloader{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh; 
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 999999;
    transition: opacity .8s ease, visibility .8s ease;
}


#preloader picture,
.preloader-image{
    width: 100%;
    height: 100%;
}

.preloader-image{
    object-fit: cover;
    object-position: center center;
    display: block;
    object-fit: cover;
    animation: zoomEffect 2.5s ease-in-out infinite alternate;
}

#preloader.hide{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Zoom Animation */
@keyframes zoomEffect{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.05);
    }
}

/* Golden Shine */
#preloader::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,215,0,.20),
        transparent
    );
    animation: shine 2.5s linear infinite;
    z-index: 2;
}

/* Dark Overlay */
#preloader::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.15);
    z-index: 1;
}

/* Shine Animation */
@keyframes shine{
    from{
        left: -120%;
    }
    to{
        left: 120%;
    }
}

/* ===========================
   MOBILE RESPONSIVE
=========================== */

@media (min-width: 1025px) {

    .preloader-image{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center center;
    }

}
@media (min-width:1440px){

    .preloader-image{
        width:100%;
        height:100%;
        object-fit:cover;
       object-position: center center;
    }

}

/* ===========================
   2K & 4K Displays
=========================== */

@media (min-width:1920px){

    .preloader-image{
        transform:scale(1.02);
    }

}

@media (max-width: 992px){

    .preloader-image{
        animation: zoomEffect 2.5s ease-in-out infinite alternate;
    }

    #preloader::before{
        width: 60%;
    }
}


/* Mobile */
@media (max-width:768px){
    #preloader{
        height: 100dvh; 
    }

    .preloader-image{
        object-fit:contain;
        object-position:center center;
    }

}
@media (max-width: 576px){

    #preloader{
        height: 100dvh; 
    }

    .preloader-image{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        animation: zoomEffect 1.8s ease-in-out infinite alternate;
    }

    #preloader::before{
        width: 80%;
        animation-duration: 2s;
    }
}


@media (max-width: 375px) {

    #preloader{
       width: 100%;
       height: 100dvh;
        background:#000;
    }

    .preloader-image{
        width:100%;
        height: 100vh;
        object-fit:contain;
        object-position:center center;
    }
}

@media only screen and (max-width: 320px) {

    #preloader{
    position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
    }

    #preloader picture{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .preloader-image{
        width: 100%;          
        height: auto;
        max-height: 100vh;
        object-fit: contain;
        object-position: center;
        transform: none;
    }

}

/* ===========================
   Home Page 
=========================== */

.card-section{
    background: linear-gradient(180deg,#fafafa,#f5f5f5);
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
/* main card – slim, single column */
    .card-compact {
      max-width: 1000px;
     margin: 0 auto;
      width: 100%;
      background: #ffffff;
      border-radius: 40px;
      box-shadow: 0 20px 40px -16px rgba(0,0,0,0.2);
      padding: 2rem 2rem 1.8rem;
      transition: all 0.2s;
    }

    /* header */
    .headline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 0.2rem;
    }

    .headline h1 {
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: -0.3px;
      color: #1e2b2f;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .headline h1 i {
      color: var(--gold);
      font-size: 1.7rem;
    }

    .headline .badge-premium {
      background: var(--gold);;
      color: #f2ede6;
      padding: 0.25rem 1.2rem;
      border-radius: 60px;
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.3px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .sub {
      font-size: 0.95rem;
      color: #4b5c61;
      margin-bottom: 1.5rem;
      padding-left: 0.3rem;
      border-left: 4px solid #c9a87c;
      padding-left: 1rem;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.4rem 0.8rem;
    }

    .sub i {
      color: #a5885a;
      margin-right: 4px;
    }

    .sub .tag {
      background: #f0ebe4;
      padding: 0.1rem 0.9rem;
      border-radius: 30px;
      font-size: 0.75rem;
      color: #3d3225;
      font-weight: 500;
    }

    /* compact grid – 3 columns on desktop, 2 on tablet, 1 on mobile */
    .spec-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.9rem;
      margin: 1.8rem 0 1.5rem;
    }

    .spec-item {
      background: linear-gradient(271deg, rgb(245, 242, 226) 0%, rgb(245, 234, 223) 100%);
      border-radius: 20px;
      padding: 0.8rem 0.6rem 0.7rem;
      border: 1px solid #ede8e0;
      transition: all 0.2s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      animation: popIn 0.5s ease forwards;
      opacity: 0;
      transform: scale(0.94);
    }

    .spec-item:hover {
      transform: translateY(-4px) scale(1.01);
      border-color: #c9b394;
      box-shadow: 0 12px 20px -12px rgba(0,0,0,0.1);
      background: #ffffff;
    }

    .spec-item .icon-circle {
      width: 40px;
      height: 40px;
      background: #f0ebe4;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #695b48;
      font-size: 1.1rem;
      margin-bottom: 0.3rem;
      transition: 0.15s;
    }

    .spec-item:hover .icon-circle {
      background: #dacfc2;
      color: #3d3225;
    }

    .spec-item .cat {
      font-size: 0.85rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      color: #4a575a;
      margin-bottom: 0.1rem;
    }

    .spec-item .val {
      font-size: 0.7rem;
      font-weight: 600;
      color: #495154;
      background: #f3efea;
      padding: 0.1rem 0.6rem;
      border-radius: 30px;
      display: inline-block;
      line-height: 1.3;
      max-width: 100%;
      word-break: break-word;
    }

    .spec-item .brand-tiny {
      font-size: 0.55rem;
      font-weight: 600;
      color: #94816a;
      background: #e8e1d8;
      padding: 0.05rem 0.7rem;
      border-radius: 20px;
      margin-top: 0.2rem;
      letter-spacing: 0.1px;
    }

    /* staggered delays */
    .spec-item:nth-child(1) { animation-delay: 0.02s; }
    .spec-item:nth-child(2) { animation-delay: 0.06s; }
    .spec-item:nth-child(3) { animation-delay: 0.10s; }
    .spec-item:nth-child(4) { animation-delay: 0.14s; }
    .spec-item:nth-child(5) { animation-delay: 0.18s; }
    .spec-item:nth-child(6) { animation-delay: 0.22s; }
    .spec-item:nth-child(7) { animation-delay: 0.26s; }
    .spec-item:nth-child(8) { animation-delay: 0.30s; }
    .spec-item:nth-child(9) { animation-delay: 0.34s; }
    .spec-item:nth-child(10) { animation-delay: 0.38s; }
    .spec-item:nth-child(11) { animation-delay: 0.42s; }
    .spec-item:nth-child(12) { animation-delay: 0.46s; }
    .spec-item:nth-child(13) { animation-delay: 0.50s; }

    @keyframes popIn {
      0% { opacity: 0; transform: scale(0.92); }
      100% { opacity: 1; transform: scale(1); }
    }

    /* included pills + footer */
    .included-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.4rem 0.7rem;
      background: #f2efea;
      border-radius: 40px;
      padding: 0.6rem 1.2rem;
      margin: 0.6rem 0 0.8rem;
      border-left: 6px solid #c9a87c;
    }

    .included-row i {
      color: #a5885a;
      font-size: 1rem;
    }

    .included-row .label {
      font-weight: 600;
      font-size: 0.8rem;
      color: #1e2b2f;
      white-space: nowrap;
    }

    .included-row .pill-list {
      display: flex;
      flex-wrap: wrap;
      gap: 0.3rem 0.6rem;
    }

    .included-row .pill-list span {
      background: #ffffff;
      padding: 0.1rem 0.8rem;
      border-radius: 30px;
      font-size: 0.7rem;
      color: #2f3e42;
      border: 1px solid #ddd6cb;
      white-space: nowrap;
    }

    .included-row .pill-list span i {
      color: #b39268;
      font-size: 0.6rem;
      margin-right: 3px;
    }

    .bottom-note {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.85rem;
      color: #3f4d52;
      background: #fcfbf9;
      padding: 0.5rem 1rem;
      border-radius: 40px;
      border: 1px solid #e3dbd0;
      margin-top: 0.7rem;
    }

    .bottom-note i {
      color: #a5885a;
      font-size: 1rem;
    }

    hr {
      border: none;
      border-top: 1px solid #e3dbd0;
      margin: 0.8rem 0 0.2rem;
      opacity: 0.4;
    }

    

    /* responsive */
    @media (max-width: 680px) {
      .spec-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.7rem;
      }
      .card-compact {
        padding: 1.5rem 1.2rem;
      }
      .headline h1 {
        font-size: 1.5rem;
      }
      .included-row {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 30px;
        padding: 0.8rem 1rem;
      }
      .included-row .pill-list span {
        white-space: normal;
      }
    }

    @media (max-width: 440px) {
      .spec-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
      }
      .spec-item .val {
        font-size: 0.7rem;
      }
      .headline .badge-premium {
        font-size: 0.6rem;
        padding: 0.15rem 0.8rem;
      }
      .sub {
        font-size: 0.8rem;
      }
    }