body {
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    padding: 0;
    background: #fafafa;
    color: #333;
}

/* BREADCRUMB */
.breadcrumb-bar {
  background: #f4f6f6;
  padding: clamp(8px, 1.5vw, 14px) clamp(12px, 2vw, 31px); /* top/bottom | left/right */
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(12px, 1.5vw, 16px); /* scales font */
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box; /* ensures padding stays inside width */
}

/* CONTAINER */
.container {
  max-width: 1260px;
  margin: auto;
  padding: 0 1px;
  width: 100%;
  box-sizing: border-box;
}

.breadcrumb-bar p {
  margin: 0;
}

/* ARTICLE WRAPPER */
.article-container {
    width: 833px;  /* container shrinks on smaller screens */
    margin: clamp(20px, 5vw, 50px) auto; /* top/bottom margin responsive, horizontal centered */
}

/* TITLE */
.article-title {
    color: #FCB73D;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(28px, 5vw, 64px); /* responsive font size */
    font-style: normal;
    font-weight: 700;
    line-height: clamp(1.1em, 5vw, 1.2em); /* proportional line-height */
    letter-spacing: clamp(-0.6px, -0.2vw, -1.28px);
    margin-bottom: clamp(12px, 3vw, 24px);
}

.article-container p {
    color: #828282;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(12px, 2.5vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(16px, 3vw, 18px);
    margin-bottom: clamp(8px, 2vw, 15px);
}

/* IMAGE */
.featured-image img {
    width: 833px; /* prevent image from being too large on big screens */
    height: auto; /* maintain aspect ratio */
    aspect-ratio: 733/318;
    margin-bottom: clamp(20px, 5vw, 47px);
    flex-shrink: 0;
    border-radius: 8px; /* optional for style */
}

/* ARTICLE BODY */
.article-body {
    font-size: 17px;
    line-height: 1.7;
}

.article-body p {
	color: #000;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 30px */
}

.section-heading {
    position: relative;         /* needed for offsets */
    left: 70%;                  /* move the element 50% from left of viewport */
    right: 70%;                 /* optional for symmetry */
    margin-left: -50vw;         /* pull it back to align with viewport edges */
    margin-right: -50vw;        /* pull right to match full width */
    width: 80vw;               /* full viewport width */
	color: #0B4C53;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px; /* 122.222% */
	letter-spacing:  0;
	margin-bottom: 49px;
	margin-top: 49px;
}

.article-body ul {
    padding-left: 20px;
	margin-bottom: 20px;
}
.article-body ul li {
	color: #000;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 30px */
}

/* AUTHOR BOX */
.author-box {
    display: flex;
    flex-wrap: wrap; /* allows stacking on smaller screens */
    align-items: center;
    gap: clamp(8px, 2vw, 15px); /* responsive gap */
    margin-top: clamp(20px, 5vw, 40px);
    padding-top: clamp(10px, 3vw, 20px);
}

.author-box img {
	width:  clamp(60px, 10vw, 140px);
	height: clamp(60px, 10vw, 140px);
    aspect-ratio: 61/62;
    border-radius: 50%;
    object-fit: cover;
}

.author-box h4 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2.5vw, 24px); /* responsive */
    font-style: normal;
    font-weight: 500;
    line-height: clamp(24px, 3vw, 36px);
}

.author-box p {
    color: #828282;
    font-family: "Inter", sans-serif;
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(18px, 3vw, 24px);
}

/* Outline button */
.btn-outline {
    padding: clamp(8px, 2vw, 12px) clamp(16px, 4vw, 22px);
    border-radius: clamp(45px, 5vw, 90px);
    border: clamp(2px, 0.5vw, 4px) solid #FCB73D;
    text-decoration: none;
    font-weight: 600;
    color: #FCB73D;
    font-family: "Inter", sans-serif;
    font-size: clamp(16px, 2.5vw, 24px);
    line-height: clamp(1.2em, 2.5vw, 1.5em);
    display: inline-block;
    text-align: center;
}

.btn-outline:hover {
    background: #FCB73D;
    color: #ffffff;
}

/* Button container alignment */
.btn-container {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.btn-container img {
    width: clamp(16px, 2vw, 25.276px);
    height: clamp(16px, 2vw, 28.084px);
}

/* BLOG SECTION */
.blog h2 {
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(24px, 3.43vw, 48px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: clamp(-0.48px, -0.03vw, -0.96px);
}

.btn {
    padding: clamp(8px, 1.07vw, 15px) clamp(17px, 2.43vw, 34px);
    border-radius: clamp(45px, 6.43vw, 90px);
    background: transparent;
    border: clamp(2px, 0.29vw, 4px) solid #FCB73D;
    color: #FCB73D;
    font-family: 'Inter', sans-serif; 
    font-size: clamp(14px, 1.71vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: clamp(21px, 3.09vw, 36px);
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #f3c239;
    color: #fff;
}

/* Individual card */
.blog-card {
    position: relative;
    border-radius: clamp(9px, 1.29vw, 18px);
    overflow: hidden;
    height: clamp(221px, 31.57vw, 442px);
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text overlay */
.blog-text {
    position: absolute;
    bottom: clamp(8px, 1.07vw, 15px);
    left: clamp(8px, 1.07vw, 15px);
    right: clamp(8px, 1.07vw, 15px);
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(18px, 2.57vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(21px, 3.09vw, 43.2px);
}

.blog {
    padding: clamp(24px, 3.43vw, 48px) clamp(20px, 2.86vw, 40px) clamp(16px, 2.29vw, 32px);
    background: #FFFFFF;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(18px, 2.5vw, 35px);
}

.blog-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.79vw, 25px);
}

/* Responsive media queries remain unchanged */
@media (max-width: 900px) {
    .blog-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .blog-cards {
        grid-template-columns: 1fr;
    }

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(5px, 0.71vw, 10px);
    }
}

/* END BLOG SECTION */

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .article-container {
        width: 95% !important;  /* full width on smaller screens */
        margin: clamp(15px, 5vw, 30px) auto;
        padding: 0 10px;
    }

    .featured-image img {
        width: 100% !important; /* make images scale */
        height: auto !important;
        aspect-ratio: auto;
    }

    .section-heading {
        font-size: clamp(24px, 5vw, 32px);
        line-height: 1.3;
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .author-box {
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(10px, 3vw, 15px);
    }

    .author-box img {
        width: clamp(50px, 20%, 100px) !important;
        height: clamp(50px, 20%, 100px) !important;
    }

    .btn-container {
        justify-content: flex-start !important;
        width: 100%;
    }

    /* Blog Cards stack vertically */
    .blog-cards {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: clamp(12px, 3vw, 20px) !important;
    }

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: clamp(5px, 1.5vw, 10px);
    }

    .btn {
        width: 100% !important; /* full-width buttons */
        font-size: clamp(14px, 3vw, 20px) !important;
        padding: clamp(8px, 2vw, 12px) clamp(16px, 4vw, 22px);
    }

    .breadcrumb-bar {
        padding: clamp(6px, 2vw, 12px) clamp(10px, 3vw, 20px);
        font-size: clamp(10px, 3vw, 14px);
    }

    .article-title {
        font-size: clamp(20px, 6vw, 36px);
        line-height: 1.2;
    }

    .article-body p, 
    .article-body ul li {
        font-size: clamp(14px, 4vw, 18px);
        line-height: 1.5;
    }

    .blog-text {
        font-size: clamp(16px, 4vw, 24px);
        line-height: 1.2;
    }
}

/* EXTRA SMALL SCREENS */
@media (max-width: 576px) {
    .article-container {
        margin: 10px auto;
        padding: 0 5px;
    }

    .featured-image img {
        border-radius: 4px;
    }

    .author-box {
        align-items: center;
        text-align: center;
    }

    .author-box div {
        width: 100%;
    }

    .btn-container {
        justify-content: center !important;
        margin-top: 10px;
    }

    .blog-header {
        gap: 5px;
    }

    .section-heading {
        font-size: clamp(20px, 5vw, 28px);
        line-height: 1.25;
    }
}

.tooltip {
    position: relative;
    display: inline-flex;
}

.tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 125%; /* shows above the button */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.tooltip.show .tooltip-text {
    visibility: visible;
    opacity: 1;
}
