/* ------------------------------------ */
/* Home Page Css is starts from here */
/* --------------------------------------- */
:root
{
    --green-color-new:#8EC73D;
    --dark-green-color:#459a48;
    --blue-color-logo:#000f57;
    --card-bg-color:linear-gradient(180deg, #FFFFFF 0%, #dfdfdf 100%);;
    --btn-1:linear-gradient(135deg, #1b8e3e 0%, #7ed957 100%);;
    --btn-2:linear-gradient(135deg, #D4AF37 0%, #F4D03F 100%);
    --btn-3:linear-gradient(135deg, #2C5F7C 0%, #3A7CA5 100%);
    --btn-4:linear-gradient(135deg, #B8956A 0%, #C9A261 100%);


}
.mt-20
{
    margin-top: 20px;
}
.mb-20
{
    margin-bottom: 20px;
}
.pb-0
{
    padding-bottom: 0px !important;
}
.dark-green-text
{
    color: var(--dark-green-color);
}
.dark-green-bg
{
    background: var(--dark-green-color);
}
.text-blue
{
    color: var(--blue-color-logo);
}
.px-80
{
    padding-left: 80px;
    padding-right: 80px;
}
.text-white-badge
{
    background-color: var(--green-color-new);
    padding: 4px 12px;
    border-radius: 12px;
    display: inline-block;
    color: rgb(0, 0, 0);
}
.breadcrumb-text
{

    color: #fff;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 2px;

}
.section-space
{
    padding: 30px 0px;
}
.section-space.px-12
{
    padding: 60px 40px;
}
.section-title-2
{
    font-size: 36px;
    text-transform: capitalize;
}
.section-title-3
{
    font-size: 24px;
}
.w-100
{
    width: 100%;
}
.h-100
{
    height: 100%;
}
.border-1-gray
{
border:1px solid rgba(0, 0, 0, 0.273);
}
.text-muted
{
    color: #333;
}
.bg-light-blue
{
    background: #f0f5ff; /* fallback for older browsers */
    background: oklch(97% .014 254.604);
}
.card-1-bg
{
    background: var(--card-bg-color);
    
}   
.card-bg-white
{
    background: #fff;
    border: 1px solid #00000050;
}
.card-2-bg
{
   
    background: linear-gradient(135deg, #ffffff 0%, #c5bbbb29 100%);
}
.why-choose-brick.card-2-bg
{
 
    background: linear-gradient(119deg, #ffffff 0%, #ffffff29 100%);
    box-shadow: #00000050 0px 2px 12px;
margin-bottom:10px ;

}
.text-highlight
{
    color: #1f0582;
    font-size: 18px;
 
    font-style: italic;
    font-weight: 600;
}
.get-a-quote-button
{
    background: linear-gradient(135deg, #1b8e3e 0%, #7ed957 100%);
    color: #fff;
    border: 1px solid #3d8f28;
    border-radius: 12px;
    padding: 10px 20px;
    position: relative;
    overflow: visible;
}
/* Pulse ring — uses transform+opacity only (GPU compositor, zero repaints) */
.get-a-quote-button::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid rgba(171,223,0,0.6);
    animation: quotePulse 3s ease-in-out infinite;
    pointer-events: none;
}
@keyframes quotePulse {
    0%   { transform: scale(1);   opacity: 0.7; }
    70%  { transform: scale(1.25); opacity: 0; }
    100% { transform: scale(1.25); opacity: 0; }
}
.mail-us-button
{
    background: var(--btn-4);
        border-radius: 12px;
    padding: 10px 20px;
}
.button-3
{
    background: var(--btn-2);
     border-radius: 12px;
    padding: 10px 20px;
}
.btn-default {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3em;
    text-transform: capitalize;
    color: #fff;
    background: #a5cf3c;
    border-radius: 12px;
    padding: 20px 30px 20px 30px;
  
}
.green-bg-button
{
    background: linear-gradient(135deg, #1b8e3e 0%, #7ed957 100%);
    color: #fff;
    border: 1px solid #3d8f28;
    border-radius: 12px;
    padding: 10px 20px;
}
.banner-section
{
    height: 80vh;
}
.banner-section .Banner-text
{
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-section .banner-description
{
      font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    color: #000f57;
    font-family: "DM Sans", Sans-serif;
    background: #bdc6bd;
    background: #daefda;
    width: max-content;
    padding: 4px 20px;
    border-radius: 26px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-section .banner-description .home-icon
{
    /* color: #459a48; */
    background: linear-gradient(135deg, #1b8e3e 0%, #7ed957 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.banner-section .banner-description br
{
    display: none;
}


/* =====================
   INFO SECTION
===================== */
.be-info-wrap {
  position: relative;
  margin-top: -70px;
  z-index: 10;
  
}

.be-info-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 0 20px;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
    border-radius: 18px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
/* =====================
   INFO CARD
===================== */
.be-info-card {
  

  padding: 20px  20px 10px ;
  text-align: center;
  width: 340px;

  transition: all 0.3s ease;
  display: flex;
  gap: 10px;
}

/* .be-info-card-main {
  transform: translateY(-20px);
} */

/* .be-info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
} */

/* =====================
   ICON
===================== */
.be-info-icon {
  min-width: 54px;
  height: 54px;
 
  border-radius: 20px;
  background: #e6f4ea;
  color: #1e8e3e;
  /* color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
 /* background: linear-gradient(135deg, #1b8e3e 0%, #7ed957 100%); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;  */
}

/* =====================
   TEXT
===================== */
.be-info-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.be-info-card p {
  margin-bottom: 6px;
  font-size: 15px;
}

.be-info-card a {
  color: #333;
  text-decoration: none;
}

.be-info-card a:hover {
  color: #1e8e3e;
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 1024px) {
  .be-info-card {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .be-info-wrap {
    margin-top: -50px;
  }

  .be-info-card-main {
    transform: none;
  }
}

@media (max-width: 480px) {
  .be-banner {
    height: 280px;
  }

  .be-info-wrap {
    margin-top: 20px;
  }

  .be-info-container {
    flex-direction: column;
    align-items: center;
  }
}




.best-choice-section
{
    
    background: #22396a30;
    padding: 60px 0px;
}
.best-choice-swiper-slide
{
height: auto;
}
.best-choice-card
{
    background-color: white;
    border-radius: 16px;
    padding: 16px 26px;
    height: 100%;
    border: 1px solid #00000078
}
.best-choice-card img{
    
    width: 60px;
    height: 60px;
}
.best-choice-card  h3{
    color: black;
}

.steps-heading
{
    display: flex;
    align-items: center;
    gap: 5px;
}
.steps{
    
    color: white;
    background: #000f57;
    background: linear-gradient(45deg, #1c2860, #000f57);
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 12px;
}

.blog-card
{
    background: var(--card-bg-color);
    border: 1px solid #00000050;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.date-publisher
{
    font-size: 14px;
    color: #888;
    text-align: left;
    margin-top: 20px;
}

.pulse-ring
{
    background-color: var(--green-color-new) !important;
}
.section-bg-overlay
{
    position: relative;
    overflow: hidden;
}
.section-bg-overlay::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust the opacity as needed */
    z-index: 0; /* Ensure the overlay is behind the content */
}
.why-choose-card
{
    height: auto;
   
}
.top-left
{
    top: -10px;
    left: -10px;
    animation: topbottom 3s ease-in-out infinite;
}
@keyframes topbottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.bottom-right
{
animation: topbottom 3s ease-in-out infinite;
}
.bg-light-greeen
{
    background: #e6f4ea;
}
.data-display-tabel
{
    background: #e4eff7;
    padding: 40px;
    color:black;
    border-radius: 12px;
    margin: 0px 60px;
    border: 1px solid #00000050;
    overflow: auto;
}
.data-display-tabel  table
{
    border-radius: 16px !important;
}
.data-display-tabel  table  th{
    padding: 8px;
    color: white;
    background-color: #0b1343;
}
.data-display-tabel  table  tr:hover{
    padding: 8px;
    background-color: #d3e8f5;
}


/* Responsiveness design */
@media (max-width: 1200px) {
    .home-about-us.px-80 {
        padding-left: 20px;
        padding-right: 20px;
    }
      .be-info-card {
        width: 303px;
      }

}
@media (max-width: 768px) {
    .home-about-us.px-80 {
        padding-left: 20px;
        padding-right: 20px;
    }
      .be-info-card {
        width: 100%;
      }
}
@media (max-width: 576px) {
    .home-about-us.px-80 {
        padding-left: 0px;
        padding-right: 0px;
    }
      .be-info-card {
        width: 100%;
      }
      .banner-section .Banner-text
      {
        font-size:26px;
        margin-top: 60px;
      }
      .banner-section .banner-description
      {
        font-size: 14px;
        width: 90%;
                justify-content: center;
        align-items: center;
      }
      .steps
      {
        white-space: nowrap;
      }
      .section-title-2 
      {
        font-size: 28px;
      }
      .breadcrumb-text {
        font-size: 32px;
      }
      .data-display-tabel
      {
        margin: 0px;
      }
}
@media (max-width: 768px) and (min-width: 577px) {
    .Banner-text {
        font-size: 36px !important;
    }
}
.why-choose-brick
{
    height: auto;
}

/* Wrapper */
.content-with-image {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Left text */
.content-text {
    width: 55%;
}

.content-desc {
    line-height: 1.7;
    margin-top: 20px;
}

/* Right image */
.content-image {
    width: 45%;
    text-align: right;
}

.content-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    background: #fff;
    padding: 8px;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
    .content-with-image {
        flex-direction: column;
        text-align: center;
    }

    .content-text,
    .content-image {
        width: 100%;
    }

    .content-image {
        margin-top: 30px;
        text-align: center;
    }
}

.section-soft-bg {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: #1e293b;
}
.home-why-choose
{
    position: relative;
    background-attachment: fixed !important;
}
.home-why-choose h2 {
    position: relative;
    z-index: 1;
}
.home-why-choose::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 43%);
    z-index: 0;
}
.conatc-page-bg
{
background-image: url(assets/contact-ussuss.png);
background-size: cover;
background-position: center;
position: relative;
}
.conatc-page-bg::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.69); /* Adjust the opacity as needed */
    z-index: 0; /* Ensure the overlay is behind the content */
}
.address-block.social-block
{
 background: white !important;
    box-shadow: inset 0 0 0 1px #00000050 !important;
}
.address-block.social-block h3.text-white
{
    color: black !important;
}
.address-block:hover
{
    background: white !important;
    box-shadow: inset 0 0 0 1px #00000050 !important;
    color: black !important;
}

.address-block:hover h3.text-white
{
    color: black !important;
}

.interior-types-slide  .swiper-slide  {
    height: auto;
}

@media (max-width: 768px) {
    .home-why-choose {
        background-attachment: scroll !important;
    }
}

/* ===== Performance & Visual Improvements ===== */

/* Better button hover transitions */
.btn, button, [class*="btn-"] {
    transition: all 0.25s ease-in-out;
}

/* Card hover lift — scoped to non-flip, non-swiper cards only */
.card,
[class*="package-"] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover,
[class*="package-"]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Improve nav link transitions */
nav a, .nav-link {
    transition: color 0.2s ease, opacity 0.2s ease;
}

/* Section padding consistency */
section {
    scroll-margin-top: 80px;
}

/* Image optimization - prevent layout shift on fluid images only */
img:not([width]):not([height]):not([style*="height"]) {
    max-width: 100%;
    height: auto;
}

/* Focus styles for accessibility — scoped to avoid overriding themed form styles */
a:focus, button:focus {
    outline: 2px solid #f0a500;
    outline-offset: 2px;
}

/* Testimonial card improvements */
[class*="testimonial"] {
    transition: transform 0.3s ease;
}

/* Logo image - prevent distortion */
.navbar-brand img, .logo img {
    object-fit: contain;
}

/* Position Tidio chat widget directly above floating action buttons */
/* Floating buttons: bottom-12 (48px) + WhatsApp(52px) + gap(12px) + Phone(48px) = 160px stack top */
/* Tidio sits at 175px = just above the stack with 15px gap */
#tidio-chat-iframe,
#tidio-chat,
.tidio-1a,
[id^="tidio"],
.t-iframe {
    bottom: 175px !important;
    right: 16px !important;
}
#tidio-chat-code {
    bottom: 175px !important;
    right: 16px !important;
}

/* ===== Package Accordion Enhancements ===== */

/* Smooth chevron rotation */
.markdown-package-view details summary::after {
    transition: transform 0.3s ease !important;
}

/* Smooth content reveal + description content styling */
.markdown-package-view details > *:not(summary) {
    overflow: hidden;
    animation: accordionOpen 0.3s ease forwards;
    padding: 8px 8px 8px 24px;
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.6;
}
@keyframes accordionOpen {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Summary hover effect */
.markdown-package-view details summary {
    transition: background-color 0.2s ease, padding-left 0.2s ease !important;
    border-radius: 8px;
    padding: 8px 28px 8px 8px !important;
}
.markdown-package-view details summary:hover {
    background-color: rgba(0, 15, 87, 0.06);
    padding-left: 14px !important;
}

/* Open state — highlight the open summary */
.markdown-package-view details[open] > summary {
    background-color: rgba(171, 223, 0, 0.12);
    font-weight: 600;
    color: #000f57;
}

/* Alternating row tint for easier reading */
.markdown-package-view details:nth-child(even) {
    background-color: rgba(0, 15, 87, 0.02);
    border-radius: 6px;
}

/* Open details visual separator */
.markdown-package-view details[open] {
    border-left: 3px solid #abdf00;
    padding-left: 4px;
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

/* Checkmark icon — use local asset instead of external URL */
.tick summary::before {
    background: url("assets/check.svg") center center / cover !important;
    vertical-align: middle !important;
}

/* Header scroll shrink effect */
#headerOne {
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
#headerOne.scrolled-header {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Nav link hover underline animation */
#headerOne nav a {
  position: relative;
}
#headerOne nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #abdf00;
  transition: width 0.3s ease;
}
#headerOne nav a:hover::after {
  width: 100%;
}

/* Project card entrance animation */
@keyframes projectCardIn {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.project-card {
    animation: projectCardIn 0.6s ease forwards;
    opacity: 0;
}
.project-card:nth-child(1) { animation-delay: 0.1s; }
.project-card:nth-child(2) { animation-delay: 0.2s; }
.project-card:nth-child(3) { animation-delay: 0.3s; }
.project-card:nth-child(4) { animation-delay: 0.4s; }
.project-card:nth-child(5) { animation-delay: 0.5s; }
.project-card:nth-child(6) { animation-delay: 0.6s; }

/* =====================
   HERO CONTAINER (inner page banners)
===================== */
.hero-container {
    position: relative;
    min-height: 280px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,15,87,0.72) 0%, rgba(0,0,0,0.45) 100%);
}
.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 3rem 1.5rem;
}
@media (max-width: 768px) {
    .hero-container {
        min-height: 200px;
    }
    .hero-content {
        padding: 2rem 1rem;
    }
}

/* =====================
   ACCESSIBILITY — reduced motion (scoped, no !important overreach)
===================== */
@media (prefers-reduced-motion: reduce) {
    .project-card {
        opacity: 1;
        animation: none;
    }
    .get-a-quote-button::after {
        animation: none;
    }
    .topbottom, [class*="slideUp"], .animate-on-view {
        animation: none !important;
        transition: none !important;
    }
}