@font-face {
  font-family: 'Amarna';
  src: url('assets/fonts/Amarna-VariableFont_wght.ttf') format('truetype');
  font-style: normal;

}


/* ------------------
   FONT VARIABLE
------------------- */
:root{
  --primary-font: 'Amarna', sans-serif;
}

/* ------------------
   GLOBAL RESET
------------------- */
*{
  font-family: var(--primary-font);
}

.preloader {
    background-color: #90dcff;

.theme-btn{
    background: #90dcff;
}

gap{
    padding-bottom: 0px;
}

/* ------------------
   GLOBAL HEADINGS
------------------- */
h1{
  font-size:42px;
  line-height:1.2;
  font-weight:600;
}
h2{
  font-size:32px;
  line-height:1.3;
  font-weight:600;
}
h3, h4, h5, h6{
  font-size:18px;
  line-height:1.4;
  font-weight:500;
}

/* ------------------
   BODY TEXT
------------------- */
p{
  font-size:16px;
  line-height:1.7;
  font-weight:400;
  text-align:justify;
  
}

/* ------------------
   COMMON UTILITIES
------------------- */
.imgg{
  border-radius:10px;
}
.center{
  margin:20px;
  text-align:center;
}
.theme-btn{
  margin:5px;
  font-weight:500;
}

/* ------------------
   PRELOADER
------------------- */
.preloader{
  background-color:#FF8A8A;
}

/* ------------------
   HERO SECTION
------------------- */
.hero-section{
  background-repeat:no-repeat;
  background-size:cover;
}

/* ------------------
   HOME IMAGE SECTION
------------------- */
.home-design-bg{
  background-image:url("./assets/img/Home&Design.png");
  background-repeat:no-repeat;
}

/* ------------------
   SERVICE CARDS
------------------- */
.service_cell{
  height:320px;
}
.service-card{
  border:0;
  background-size:cover;
  box-shadow:0 0 20px rgba(0,0,0,0.15)!important;
}
.OurServicecard{
  z-index:1;
}

/* ------------------
   TESTIMONIAL
------------------- */
.testimonial-img{
  border-radius:10px;
}

/* ------------------
   SECTION SPACING FIX
------------------- */
.no-top-padding{
  padding-top:0!important;
}

  font-family: var(--primary-font);
}

.card-text{
      font-size: 20px;
line-height: 40px;
width: 100%;
text-align: left;
color: rgba(67, 67, 67, 1);
height:80px;
float: left;
    }

h2 {
    font-size: 32px;
}

.imgg{border-radius: 10px;}

.check-icon {
      color: #28a745;
      font-size: 1.2rem;
      margin-right: 10px;
    }
.work-text {
      padding-right: 30px;
      color: white;
    }

    .bg-image-section {
      position: relative;
      background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1470&q=80') no-repeat center center;
      background-size: cover;
      color: white;
      padding: 100px 15px;
    }
    /* Overlay to darken the background for better text visibility */
    .bg-image-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0,0,0,0.5);
      z-index: 0;
    }
    .bg-image-content {
      position: relative;
      z-index: 1;
      max-width: 700px;
      margin: 0 auto;
    }
    @media (max-width: 767.98px) {
      .work-text {
        padding-right: 0;
        margin-bottom: 30px;
      }
    }
    .work-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
    }
    
    
/* =====================
   SERVICE SECTION
===================== */
.service-col{
  position:relative;
  padding-bottom:80px;
}

.service-col.mt-gap{
  margin-top:30px;
}

.col-a{
  position:absolute;
  bottom:0;
  width:90%;
}

.concept-design figure img{
  border-radius:10px;
}


.preloader{
  background-color:#FF8A8A;
}


/* =====================
   PRELOADER
===================== */
.preloader{
  background-color:#FF8A8A;
}

/* =====================
   HERO
===================== */
.hero-section{
  background-repeat:no-repeat;
  background-size:cover;
}

/* =====================
   BUILDER FLOOR CONTENT
===================== */
.test-name h3{
  font-size:var(--h3-size);
}

.test-message{
  font-size:var(--text-size);
}

/* =====================
   WHY US CARDS
===================== */
.card-text{
  font-size:20px;
  line-height:40px;
  width:100%;
  text-align:left;
  color:rgba(67,67,67,1);
  height:80px;
}

/* =====================
   PROCESS SECTION
===================== */
.process-wrap{
  background:#f9fafc;
  padding:40px;
  border-radius:18px;
}

.process-step{
  display:flex;
  gap:20px;
  padding:22px;
  margin-bottom:16px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  transition:.3s;
}

.process-step:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.08);
}

.step-no{
  min-width:48px;
  height:48px;
  background:linear-gradient(135deg,#4f7cff,#7fa8ff);
  color:#fff;
  font-weight:700;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.step-content h4{
  margin:0 0 6px;
  font-size:18px;
  font-weight:600;
}

.step-content p{
  margin:0;
  font-size:14.5px;
  color:#555;
}

/* =====================
   CTA BUTTON
===================== */
.cta-btn{
  display:inline-block;
  margin-top:25px;
  padding:14px 34px;
  border-radius:30px;
  background:linear-gradient(135deg,#4f7cff,#7fa8ff);
  color:#fff;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.cta-btn:hover{
  opacity:.9;
}

/* =====================
   IMAGE STYLES
===================== */
.work-image img,
.hero-section img{
  border-radius:10px;
}
