:root {
    /* Font Families */
    --font-primary: "Figtree", sans-serif !important;
    --font-secondary: 'Calibri', sans-serif !important
    /* Headings Font Sizes */
    --h1-size: 55px;
    --h2-size: 38px;
    --h3-size: 32px;
    --h4-size: 26px;
    /* Subheading */
    --subheading-size: 24px;
    --subheading-font-weight: 600
    /* Description / Paragraphs */
    --description-size: 20px;
    --description-line-height: 24px;
    --inner-cards-description-size:18px;
    --inner-cards-description-line-height:24px;
   /* subtitles */
     --subtitle-size:24px;
     --subtitle-line-height:28px;
    /* Button Text */
    --button-font-size: 20px;
    --button-font-weight: 500;
    --button-line-height: 22px;
   /* Headings Font Weight */
    --h1-weight: 600;
    --h2-weight: 600;
    --h3-weight: 500;
    --h4-weight: 600;
    /* Headings line Height */
    --h1-line-height: 1.1;
    --h2-line-height: 1.2;
    --h3-line-height: 34px;
    --h4-line-height: 28px;
}



/* CONSULTING US HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  height: 45vh; 
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.163); 
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 1050px;
  padding-top: 60px ;
}

.hero-content h1 {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: 700;
  /* margin-bottom:50px; */
  margin: 16px 0;
}



/* Buttons */
.hero-content .breadcrumb-btn {
  background: rgba(255, 255, 255, 0.35);
  border: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
 transition: transform 0.3s ease ;
  font-weight: 500; 
  text-decoration: none;
cursor: text;

}
.hero-content .breadcrumb-btn:hover {
 background: rgba(255, 255, 255, 0.25);
  transform: scale(1.01);
}



/* details section css  */
.details-section{
    padding: 60px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
        .details-main-container{
            margin: 0 auto;
            display: flex;
            gap: 70px;
        }
        .left-content {
            max-width: 65%;
width:100%;
        }

        .details-image {
            width: 100%;
            height: 500px;
            border-radius: 20px;
            margin-bottom: 20px;
            object-fit: cover;
        }

        .meta-info {
            display: flex;
            gap: 40px;
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 16px;
            color: #091d3e;
            font-weight: 500;
        }

        .intro-text {
            font-size: 19.4px;
            color: #091d3e;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .details-section-heading {
            font-size: 42px;
            font-weight: 600;
            color: #091d3e;
            margin-bottom: 20px;
            line-height: 1.2;
            font-family: Georgia, serif;
        }

        .main-text {
            font-size: 19.4px;
            color: #091d3e;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .details-subheading {
            font-size: 19.4px;
            font-weight: 600;
            color: #f96e46;
            margin-bottom: 15px;
            margin-top: 30px;
        }

        .benefit-text {
            font-size: 19.4px;
            color: #091d3e;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .benefit-item {
            margin-bottom: 20px;
            font-size: 19.4px;
        }

        .benefit-title {
            font-weight: 600;
            color: #091d3e;
            margin-bottom: 5px;
        }
        .recent-post-container {
            border: 2px solid #e5e5e5;
            padding: 30px;
            border-radius: 30px;
        }

        .recent-case-container{
            margin-top: 40px;
            border: 2px solid #e5e5e5;
            padding: 30px;
            border-radius: 30px;
        }

        .pitfall {
            margin-bottom: 25px;
        }

        .pitfall-title {
            font-weight: 600;
            color: #091d3e;
            display: inline;
            font-size: 19.4px;
        }

        .pitfall-description {
            display: inline;
            color: #091d3e;
            font-size: 19.4px;
        }

        .conclusion-text {
            color: #091d3e;
            font-size: 19.4px;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .related-posts {
            display: flex;
            justify-content: space-between;
            margin-top: 50px;
            padding-top: 30px;
            border-top: 2px solid #e0e0e0;
        }
        .related-posts .post-image{
          height: 100%;
          margin: 0px;
        }

        .post-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #000;
            width: 35%;
        }

        .post-link.next {
            flex-direction: row-reverse;
            text-align: right;
        }

        .post-image {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            object-fit: cover;
        }

        .post-content {
            flex: 1;
        }

        .post-link:not(.next) .post-content {
            margin-left: 15px;
        }

        .post-link.next .post-content {
            margin-right: 15px;
        }

        .post-title {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 4px;
            line-height: 1.4;
        }

        .post-meta {
            font-size: 18px;
            color: #666;
font-family: var(--font-secondary);
        }

        .right-sidebar {
            width: 30%;
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        .sidebar-title {
            font-size: 28px;
            font-weight: 600;
            color: #000;
            margin-bottom: 25px;
            font-family: var(--font-primary);
        }

        .post-item {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

        .post-item:last-child {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .post-image {
            width: 80px;
            height: 80px;
            border-radius: 12px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .post-content {
            flex: 1;
        }

        .post-title {
            font-size: 20px;
            font-weight: 600;
            color: #1c0d45;
            margin-bottom: 8px;
            line-height: 1.4;
font-family: var(--font-primary);
        }

        .post-date {
            font-size: 16px;
            color: #000;
font-family: var(--font-secondary);
        }

        @media (max-width: 1024px) {
            .container {
                flex-direction: column;
            }

            .right-sidebar {
                position: static;
                width: 100%;
                max-width: 800px;
            }
        }


.intro-text , .main-text , .benefit-item , .pitfall , .conclusion-text{
font-size: 18px !important;
color: #000;
}
.details-section-heading{
font-size:38px !important;
color: #1c0d45;
}


/* ============================= */
/* 📱 RESPONSIVE DESIGN STYLES */
/* ============================= */

/* ---------- TABLET (≤1024px) ---------- */
@media (max-width: 1024px) {

  /* HERO SECTION */
  .hero-section {
    height: 60vh;
  }

  .hero-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 35px;
    padding: 0 20px;
  }

  .hero-content .breadcrumb-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }

  /* DETAILS SECTION */
  .details-section {
    padding: 40px;
  }

  .details-main-container {
    flex-direction: column;
    gap: 50px;
  }

  .left-content {
    max-width: 100%;
  }

  .details-image {
    height: 400px;
  }

  .right-sidebar {
    width: 100%;
    /* position: static; */
    display: flex;
        gap: 50px;
        max-width: 100%;
  }
  .recent-case-container{
    margin-top: 0px;
  }

  .sidebar-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .details-section-heading {
    font-size: 30px !important;
  }

  .intro-text,
  .main-text,
  .benefit-item,
  .pitfall,
  .conclusion-text {
    font-size: 17px !important;
  }

  .related-posts {
    /* flex-direction: column; */
    gap: 25px;
  }

  .post-link {
    width: 100%;
  }
}

/* ---------- MOBILE (≤768px) ---------- */
@media (max-width: 768px) {

  /* HERO SECTION */
  .hero-section{
  height: 320px !important;
}
  .hero-content {
    padding: 0 20px;
  }

  .hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .hero-content .breadcrumb-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  /* DETAILS SECTION */
  .details-section {
    padding: 25px 20px;
  }

  .details-main-container {
    gap: 40px;
  }

  .details-image {
    height: 300px;
  }

  .meta-info {
    flex-direction: column;
    gap: 10px;
  }

  .details-section-heading {
    font-size: 26px !important;
  }

  .intro-text,
  .main-text,
  .benefit-item,
  .pitfall,
  .conclusion-text {
    font-size: 15.5px !important;
    line-height: 1.7;
  }

  .details-subheading {
    font-size: 17px;
  }

  .right-sidebar {
    width: 100%;
    display: block;
  }

  .recent-case-container{
    margin-top: 30px;
  }

  .recent-case-container , .recent-post-container {

    padding: 20px;
  }

  .sidebar-title {
    font-size: 22px;
  }

  .post-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .post-image {
    width: 70px;
    height: 70px;
  }

  .post-title {
    font-size: 16px;
  }

  .related-posts {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }

  .post-link {
    width: 100%;
  }
}

/* ---------- SMALL MOBILE (≤480px) ---------- */
@media (max-width: 480px) {

  /* HERO SECTION */
  .hero-section {
    height: 65vh;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content .breadcrumb-btn {
    font-size: 0.85rem;
    padding: 7px 18px;
  }

  /* DETAILS SECTION */
  .details-section {
    padding: 20px 15px;
  }

  .details-image {
    height: 250px;
    border-radius: 15px;
  }

  .details-section-heading {
    font-size: 22px !important;
  }

  .intro-text,
  .main-text,
  .benefit-item,
  .pitfall,
  .conclusion-text {
    font-size: 14.8px !important;
  }

  .post-title {
    font-size: 15px;
  }

  .sidebar-title {
    font-size: 20px;
  }

  .related-posts {
    gap: 15px;
  }
}

@media(max-width:768px){
    .details-section-heading , .details-subheading , .details-section-heading{
font-size:32px !important;
}
.intro-text, .main-text, .benefit-item, .pitfall, .conclusion-text , .pitfall-description{

font-size:16px !important;

}



.hero-content h1{
font-size:20px;
}
.hero-content .breadcrumb-btn{
font-size:12px;
}
.hero-content{
margin-top:60px;
}
.container-fluid{
  padding: 0px;
}
.details-section{
  padding: 30px 20px;
}
.related-posts .post-image{
  height: 65px;
}
}


@media (min-width:1700px){


.details-section{
padding:60px 40px;
}
.details-section .container-fluid{
padding:0px;
}

}
