/* ============================================
    STYLE GUIDE PAGE - CUSTOM COMPONENT STYLES
============================================ */

/* --- BANNER (Image 1) --- */
.sg-banner-sec {
    position: relative;
    overflow: hidden;
}
.sg-banner-sec .sg-banner-bg {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.sg-banner-sec .sg-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.sg-banner-sec .sg-banner-h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 14px;
}
.sg-banner-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
}
.sg-banner-breadcrumb li,
.sg-banner-breadcrumb li a {
    color: #F4B804;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    text-decoration: none;
}
.sg-banner-breadcrumb li + li::before {
    content: " | ";
    color: #F4B804;
    padding: 0 8px;
}
@media (max-width: 768px) {
    .sg-banner-sec .sg-banner-bg { height: 240px; }
    .sg-banner-sec .sg-banner-h1 { font-size: 30px; }
}

/* --- SECTION HEADING --- */
.sg-section-heading {
    color: #212121;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 145%;
    text-align: center;
    margin-bottom: 30px;
}
.sg-heading-divider {
    width: 100%;
    border: 0;
    border-top: 1px solid #E5E5E5;
    margin: 0 0 40px 0;
}

/* --- CONTENT IMAGE LEFT/RIGHT (Images 2 & 3) --- */
.sg-content-sec {
    padding: 60px 0;
}
.sg-img-top-border {
    position: relative;
}
.sg-img-top-border::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #F4B804;
    z-index: 1;
}
.sg-img-top-border img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}
.sg-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.sg-para {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 22px;
}

/* --- TEXT + YELLOW BULLETS (Image 4) --- */
.sg-text-bullet-sec { padding: 50px 0; }
.sg-full-para {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 25px;
}
.sg-full-para a {
    color: #F4B804;
    text-decoration: none;
}
.sg-yellow-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sg-yellow-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 14px;
}
.sg-yellow-bullets li::before {
    content: "";
    display: inline-block;
    min-width: 9px;
    width: 9px;
    height: 9px;
    background: #F4B804;
    margin-top: 5px;
    flex-shrink: 0;
}

/* --- INFOGRAPHICS 4-COL (Image 7) --- */
.sg-infographic-card {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
    padding: 22px 18px 18px 18px;
    height: 100%;
}
.sg-infographic-card::after {
    content: "";
    position: absolute;
    top: -5px; right: -5px;
    width: 34px; height: 34px;
    background: #F4B804;
    z-index: 2;
}
.sg-infographic-card .sg-ic-top {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding-right: 28px;
}
.sg-infographic-card .sg-ic-number {
    color: #F4B804;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    min-width: 50px;
}
.sg-infographic-card .sg-ic-title {
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    line-height: 140%;
    margin: 8px 0 0 0;
}
.sg-infographic-card .sg-ic-bottom {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.sg-infographic-card .sg-ic-icon {
    min-width: 44px; width: 44px; height: 44px;
    background: #F4B804;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sg-infographic-card .sg-ic-icon img {
    width: 26px; height: 26px;
    object-fit: contain;
}
.sg-infographic-card .sg-ic-para {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 155%;
    margin: 0;
}

/* --- INFOGRAPHICS 2×2 (Image 8) --- */
.sg-infographic-card-v2 {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    position: relative;
    padding: 0 18px 20px 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0;
    overflow: visible;
}
.sg-infographic-card-v2 .sg-ic-badge {
    min-width: 60px; width: 60px; height: 60px;
    background: #FFDF5D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: -8px;
    left: -8px;
    margin-right: 12px;
    margin-bottom: -8px;
}
.sg-infographic-card-v2 .sg-ic-badge span {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
}
.sg-infographic-card-v2 .sg-ic-content {
    flex: 1;
    padding-top: 14px;
}
.sg-infographic-card-v2 .sg-ic-title {
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sg-infographic-card-v2 .sg-ic-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.sg-infographic-card-v2 .sg-ic-inner img {
    width: 30px; height: 30px;
    object-fit: contain;
    opacity: 0.45;
    flex-shrink: 0;
    margin-top: 2px;
}
.sg-infographic-card-v2 .sg-ic-para {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 155%;
    margin: 0;
}

/* --- BLOGS (Image 9) --- */
.sg-blog-card {
    background: #fff;
    box-shadow: 0 4px 9px rgba(0,0,0,0.20);
    border-radius: 2px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}
.sg-blog-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.28); }
.sg-blog-card .sg-blog-img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-bottom: 3px solid #F4B804;
    display: block;
}
.sg-blog-card .sg-blog-body {
    padding: 18px 15px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.sg-blog-card .sg-blog-title {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.sg-blog-card .sg-blog-desc {
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 14px;
    flex: 1;
}
.sg-blog-card .sg-blog-arrow {
    color: #282828;
    font-size: 20px;
    display: block;
    transition: transform 0.3s;
}
.sg-blog-card:hover .sg-blog-arrow { transform: translateX(8px); }

/* --- TESTIMONIALS (Image 10) --- */
.sg-testimonial-card {
    border-radius: 2px;
    border-top: 2px solid #FFCD11;
    background: #F6F6F6;
    padding: 0 15px 20px 15px;
    height: 100%;
}
.sg-testimonial-card .sg-testi-icon {
    display: block;
    margin-left: auto;
    width: 55px;
    margin-top: 10px;
    margin-bottom: 14px;
}
.sg-testimonial-card .sg-testi-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 158%;
    margin-bottom: 16px;
}
.sg-testimonial-card .sg-testi-author {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

/* --- TAB STYLE (Image 11) --- */
.sg-tab-sec { padding: 60px 0; }
.sg-tab-nav-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.sg-tab-nav {
    display: inline-flex;
    border: 1.5px solid #F4B804;
    overflow: hidden;
}
.sg-tab-btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #282828;
    background: transparent;
    border: none;
    border-right: 1px solid #F4B804;
    cursor: pointer;
    transition: background 0.2s;
    outline: none;
    min-width: 120px;
}
.sg-tab-btn:last-child { border-right: none; }
.sg-tab-btn.active,
.sg-tab-btn:hover { background: #F4B804; }
.sg-tab-content { display: none; text-align: center; }
.sg-tab-content.active { display: block; }
.sg-tab-content .sg-tab-title {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}
.sg-tab-content .sg-tab-para {
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: 165%;
    max-width: 780px;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .sg-tab-btn { padding: 10px 14px; font-size: 13px; min-width: auto; }
}

/* --- INFRASTRUCTURE (Image 12) --- */
.sg-infra-sec { padding: 60px 0; }
.sg-infra-top-line {
    width: 100%;
    height: 3px;
    background: #F4B804;
    margin-bottom: 40px;
}
.sg-infra-img {
    width: 100%;
   /* height: 320px;*/
    height:auto;
    object-fit: cover;
    display: block;
}
.sg-infra-content {
    padding: 10px 0 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.sg-infra-title {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sg-infra-desc {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 16px;
}
.sg-infra-list {
    list-style: none;
    padding: 0; margin: 0;
}
.sg-infra-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 10px;
}
.sg-infra-list li::before {
    content: "";
    display: block;
    min-width: 9px; width: 9px; height: 9px;
    background: #F4B804;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .sg-infra-content { padding: 20px 0 0 0; }
}

/* --- RECOGNITIONS (Image 13) --- */
.sg-recognition-sec { padding: 60px 0; }
.sg-recognition-card {
    background: #fff;
    box-shadow: 0 4px 9px rgba(0,0,0,0.10);
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
}
.sg-rec-img-wrap::before {
    content: "";
    display: block;
    height: 3px;
    background: #F4B804;
}
.sg-rec-img-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}
.sg-rec-body { padding: 16px 16px 18px; }
.sg-rec-title {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.sg-rec-desc {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin: 0;
}

/* --- LEADERSHIP (Image 14) --- */
.sg-leadership-sec {
    background: #F6F6F6;
    padding: 60px 0;
}
.sg-leadership-card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 30px 30px;
    background: #F6F6F6;
}
.sg-lead-img-wrap {
    position: relative;
    flex-shrink: 0;
}
.sg-lead-img-wrap::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: #F4B804;
    z-index: 1;
}
.sg-lead-img-wrap img {
    width: 270px;
    height: 310px;
    object-fit: cover;
    object-position: top center;
    display: block;
}
.sg-lead-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}
.sg-lead-name {
    color: #F4B804;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}
.sg-lead-designation {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}
.sg-lead-desc {
    color: #555;
    font-size: 15px;
    font-weight: 400;
    line-height: 165%;
    margin: 0;
}
@media (max-width: 767px) {
    .sg-leadership-card {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    .sg-lead-img-wrap img {
        width: 100%;
        height: 260px;
    }
}

/* --- MEDIA (Image 15) --- */
.sg-media-sec { padding: 60px 0; }
.sg-media-card {
    background: #fff;
    box-shadow: 0 4px 9px rgba(0,0,0,0.10);
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}
.sg-media-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.18); }
.sg-media-img-wrap img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    border-bottom: 3px solid #F4B804;
}
.sg-media-body {
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.sg-media-title {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.sg-media-desc {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin-bottom: 14px;
    flex: 1;
}
.sg-media-date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
}
.sg-media-date::before {
    content: "";
    display: block;
    min-width: 9px; width: 9px; height: 9px;
    background: #F4B804;
    flex-shrink: 0;
}

/* --- VIDEO (Image 16) --- */
.sg-video-sec {
    padding: 60px 0;
    background: #fff;
}
.sg-video-card {
    background: #fff;
    box-shadow: 0 4px 9px rgba(0,0,0,0.10);
    border-radius: 2px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sg-video-thumb {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.sg-video-thumb img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.sg-video-card:hover .sg-video-thumb img { transform: scale(1.04); }
.sg-video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.28);
}
.sg-play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 54px; height: 54px;
    border: 2.5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background 0.3s;
}
.sg-video-card:hover .sg-play-btn { background: rgba(255,255,255,0.15); }
.sg-play-btn::after {
    content: "";
    display: block;
    width: 0; height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #fff;
    margin-left: 4px;
}
.sg-video-body { padding: 16px 15px 16px; flex: 1; }
.sg-video-title {
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}
.sg-video-desc {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin: 0;
}

/* --- HELPERS --- */
.sg-pad { padding: 60px 0; }
.sg-pad-gray { padding: 60px 0; background: #F6F6F6; }

/* CODE / TABLE STYLE */
.sg-table thead th {
    background: #1a1a1a;
    color: #f5c518;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 16px;
    border: 0;
}
.sg-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.sg-table tbody td {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
.sg-badge {
    display: inline-block;
    background: #f5c518;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
}
.sg-badge.green {
    background: #28a745;
    color: #fff;
}
.sg-badge.gray {
    background: #6c757d;
    color: #fff;
}