:root {
    --orange: #FF6400;
    --orange-dk: #f05a28;
    --blue-nav: #2c3e6b;
    --blue-line: #0d6efd;
    --text-dark: #222;
    --text-mid: #555;
    --text-light: #777;
    --bg-light: #edf2f8;
    --white: #ffffff;
    --border: #e0e0e0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', 'Poppins';
    color: var(--text-dark);
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.top-bar {
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13.33px;
    color: #777777;
    padding: 12px;
}

.top-bar a {
    color: #555;
}

.top-bar a:hover {
    color: var(--blue-line);
}

.top-bar .sep {
    margin: 0 10px;
    color: #ccc;
}

.top-social a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 11px;
    color: #555;
    margin-left: 4px;
}

.top-social a:hover {
    background: var(--blue-line);
    border-color: var(--blue-line);
    color: #fff;
}

.lang-btn {
    font-size: 12px;
    color: #555;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.main-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px;
}

.navbar-brand {
    padding: 8px 0;
}

.navbar-brand img {
    height: 90px;
}

.main-nav .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    /* color: #333 !important; */
    padding: 9px 14px !important;
    letter-spacing: 0.2px;
    transition: color .2s;
}

.main-nav .navbar-nav .nav-link:not(.btn-nav-contact):hover,
.main-nav .navbar-nav .nav-link.active {
    color: var(--blue-line) !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.main-nav .dropdown-menu {
    border: none;
    /* border-top: 3px solid var(--orange); */
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    min-width: 220px;
    padding: 6px 0;
    margin-top: 0;
}

.main-nav .dropdown-item {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    padding: 8px 18px;
    transition: background .15s;
}

.main-nav .dropdown-item:hover {
    background: var(--orange);
    color: #fff;
}

/* Mega menu container */
.mega-menu {
    width: 650px;
    /* adjust if needed */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

/* Remove default dropdown arrow spacing issue */
.mega-dropdown {
    position: relative;
}

/* Show on hover */
.mega-dropdown:hover .mega-menu {
    display: block;
}

/* Spacing + alignment */
.mega-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 10px;
    font-weight: 600;
    color: #333;
}

/* Hover effect */
.mega-menu .dropdown-item:hover {
    background: transparent;
    color: var(--blue-line);
}

/* Remove bootstrap default */
.mega-menu {
    display: none;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-nav-contact {
    background: #fff;
    color: var(--orange) !important;
    border: 2px solid var(--orange);
    border-radius: 4px;
    padding: 9px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .3s ease;
}

.btn-nav-contact:hover {
    background: var(--orange);
    color: #fff !important;
}

.arrow-icon {
    font-size: 11px;
    transition: transform .3s ease;
}

.btn-nav-contact:hover .arrow-icon,
.btn-hero:hover .arrow-icon {
    animation: arrowMove 0.18s cubic-bezier(.4, 0, .2, 1);
}



.hero {
    background: url('../images/banner.jpeg') no-repeat center center;
    background-size: cover;
    min-height: 88vh;
    position: relative;
    padding-top: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-diamond {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    border-radius: 18px;
}

.hero-diamond.d1 {
    top: 60px;
    right: 340px;
    opacity: .5;
}

.hero-diamond.d2 {
    top: 30px;
    right: 240px;
    width: 130px;
    height: 130px;
    opacity: .3;
}

.hero-diamond.d3 {
    bottom: 40px;
    right: 380px;
    width: 160px;
    height: 160px;
    opacity: .25;
}

.hero-content {
    position: absolute;
    z-index: 2;
    top: 80px;
}

.hero-pre {
    font-size: 18.9px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 6px;
    display: block;
    align-items: center;
    gap: 10px;
}

.hero-pre::before {
    content: '';
    width: 50px;
    height: 6px;
    background: #F6921E;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
}

.hero h1 {
    font-family: 'Roboto', 'Poppins';
    font-size: clamp(28px, 4vw, 35px);
    font-weight: 800;
    color: #212529;
    line-height: 1.15;
    margin-bottom: 22px;
}

.btn-hero {
    background: #F6921E;
    color: #fff;
    padding: 11px 28px;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .2s, transform .15s;
    border: none;
    cursor: pointer;
}

.btn-hero:hover {
    background: #F6921E;
    color: #fff;
    transform: translateY(-1px);
}

.scroll-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #F6921E;
    color: #F6921E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 24px;
    transition: all .2s;
    cursor: pointer;
}

/* .scroll-btn:hover {
    border-color: var(--orange);
    color: var(--orange);
} */

.hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 48%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.hero-img img {
    height: 100%;
    max-height: 560px;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

section {
    padding: 75px 0;
}

.stats-pre {
    font-size: 16.8px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 2px;
}

.stats-pre::before {
    content: '';
    width: 50px;
    height: 6px;
    background: #F6921E;
    display: block;
    margin: 0 auto 10px;
    border-radius: 4px;
}

.sec-title {
    font-family: 'Roboto', 'Poppins';
    font-size: clamp(22px, 3.5vw, 32.2px);
    font-weight: 700;
    color: #212529;
    line-height: 1.2;
    margin-bottom: 0;
}

.sec-title.orange {
    color: #6EC1E4;
}

.features-section {
    background: transparent;
    top: -210px;
    position: relative;
    height: 500px;
}

.features-section>.container>.row {
    align-items: center;
}

.feat-img-wrap {
    position: relative;
    padding: 20px;
}

.feat-img-inner {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}

.feat-img-inner::before {
    content: '';
    position: absolute;
    inset: -16px;
    border: 4px solid #2c5eac;
    border-radius: 16px;
    transform: rotate(-8deg);
    z-index: 0;
}

.feat-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transform: rotate(4deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feat-checks {
    margin-top: 18px;
}

.feat-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.feat-check:last-child {
    border-bottom: none;
}

.feat-check-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    font-size: 10px;
    flex-shrink: 0;
}

.services-section {
    background: var(--bg-light);
}

.svc-card {
    background: #fff;
    border-radius: 6px;
    padding: 38px 22px 30px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: box-shadow .4s ease, transform .4s ease;
    position: relative;
    overflow: hidden;
}

.svc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 4px;
    background: var(--blue-line);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform .45s ease;
}

.svc-card:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.svc-card:hover {
    box-shadow: 0 8px 28px rgba(26, 95, 180, 0.12);
    transform: translateY(-4px);
}

.svc-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svc-icon svg {
    width: 52px;
    height: 52px;
    stroke: var(--orange);
    fill: none;
    stroke-width: 1.5;
}

.svc-card h5 {
    font-size: 21px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

.svc-card p {
    font-size: 15.4px;
    color: #666;
    line-height: 1.7;
}

.svc-icon,
.svc-card h5,
.svc-card p {
    transition: transform 0.12s ease;
}

.svc-card:hover .svc-icon {
    transform: translateY(-10px);
}

.svc-card:hover h5 {
    transform: translateY(-8px);
}

.svc-card:hover p {
    transform: translateY(-6px);
}

.stats-section {
    background: var(--orange);
    padding: 75px 0;
}

.stats-section .sec-tag {
    color: #fff;
}

.stats-section .sec-tag::before,
.stats-section .sec-tag::after {
    background: #fff;
    opacity: .4;
}

.stats-section .sec-title {
    color: #fff;
}

.stat-num {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(50px, 7vw, 72px);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.stat-num span:first-child {
    font-size: 50px;
}

.stat-num .plus {
    font-size: 50px;
    margin-left: 3px;
    margin-top: -8px;
    opacity: 0.9;
}

.stat-label {
    font-size: 16.8px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 6px;
    font-weight: 500;
}

.stat-sep {
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
    height: 70px;
    margin: auto;
}

.news-section {
    background: #fff;
}

.news-card {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow .25s, transform .2s;
    height: 100%;
}

.news-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.news-img-wrap {
    position: relative;
    height: 195px;
    overflow: hidden;
    background: #d0d8e4;
}

.news-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.news-card:hover .news-img-wrap img {
    transform: scale(1.05);
}

.news-date-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--orange);
    color: #fff;
    text-align: center;
    padding: 6px 12px;
    min-width: 52px;
}

.news-date-badge .day {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.news-date-badge .month {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.news-body {
    padding: 18px 16px 22px;
}

.news-by {
    font-size: 12.6px;
    color: var(--text-light);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.news-body h5 {
    font-size: 21px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 12px;
    line-height: 1.4;
}

.news-read {
    font-size: 12.6px;
    color: #0052CC;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.news-read:hover {
    color: var(--orange-dk);
}

.news-section .sec-tag {
    display: block;
    text-align: center;
    letter-spacing: 6px;
    color: #969696;
    font-size: 16.8px;
}

.news-section .sec-tag::before {
    content: '';
    width: 50px;
    height: 6px;
    background: #F6921E;
    display: block;
    margin: 0 auto 10px;
    border-radius: 4px;
}

.news-section .sec-tag::after {
    display: none;
}

.news-read-more {
    font-size: 12.6px;
    font-family: 'Roboto', 'Poppins';
}

.news-read-more:hover {
    text-decoration: underline;

}

footer {
    background: #E5EFFB;
    border-top: 1px solid #eee;
    padding: 55px 0 0;
}

.footer-logo img {
    height: 90px;
    margin-bottom: 14px;
}

.footer-addr {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-top: 10px;
}

.footer-socials {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.footer-socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 13px;
    transition: all .2s;
}

.footer-socials a:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.footer-col-title {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 18px;
    margin-top: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
}

.footer-links.single {
    columns: 1;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    /* gap: 6px; */
}

.footer-links a::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.footer-links a:hover {
    color: var(--orange);
}

.subscribe-wrap {
    display: flex;
}

.subscribe-wrap input {
    flex: 1;
    border-width: 1px 1px 1px 1px;
    border-color: #273171;
    border-right: none;
    padding: 13px 10px 13px 20px;
    font-size: 13px;
    border-radius: 25px 0px 0px 25px;
    outline: none;
    color: #333;
}

.subscribe-wrap input::placeholder {
    color: #aaa;
}

.subscribe-wrap input:focus {
    border-color: #EA5356;
}

.subscribe-wrap button {
    background: #EA5356;
    border: none;
    color: #fff;
    width: 46px;
    border-radius: 0px 25px 25px 0px;
    font-size: 24px !important;
    cursor: pointer;
    transition: background .2s;
    padding: 11px 10px 13px 10px;
    margin-left: -5px;
}

/* .subscribe-wrap button:hover {
    background: #EA5356;
} */

.footer-bottom {
    background: #4F4F4F;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
    font-size: 12.5px;
    color: #FFFFFF;
}

#goTop {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
    border: none;
    transition: background .2s;
}

#goTop.show {
    display: flex;
}

#goTop:hover {
    background: var(--orange-dk);
}

.modal-dialog {
    max-width: 1100px;
}

.modal-content {
    border-radius: 8px;
}

.modal-header {
    padding: 10px 16px;
}

.modal-body {
    padding: 10px 16px;
}

.language-container {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 6px;
}

.language-container::-webkit-scrollbar {
    width: 6px;
}

.language-container::-webkit-scrollbar-track {
    background: #F0F0F0;
}

.language-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.language-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px 12px;
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    font-size: 13px;
    color: #ff6a00;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.2s;
}

.page-hero {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    top: 0px;
    bottom: -120px;
    background:
        linear-gradient(rgba(0, 3, 32, 0.6), rgba(0, 3, 32, 0.6)),
        url('../images/our-clients/our-clients-banner.jpeg') center/cover no-repeat;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 0;
}

.page-hero-title {
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(30px, 5vw, 48px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
}

.iso-section {
    background: #fff;
    padding: 0 0 60px;
}

.iso-layout {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.iso-left {
    flex: 1;
    min-width: 0;
    padding-top: 44px;
}

.iso-logo-wrap {
    text-align: center;
    margin-bottom: 40px;
}


.iso-body p {
    font-size: 14.5px;
    color: var(--text-gray);
    line-height: 1.85;
    margin-bottom: 16px;
}

.iso-body p:last-child {
    margin-bottom: 0;
}

.iso-right {
    width: 380px;
    flex-shrink: 0;
    margin-top: -90px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.orange-box {
    background: var(--orange);
    color: #fff;
    padding: 60px 14px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 6px 6px 0 0;
    font-family: 'Roboto', 'Poppins';
}

.form-card {
    background: #F0F0F0;
    border: 1px solid var(--border);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    padding: 60px 24px 0 24px;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    border-radius: 6px;
}

.form-card-title {
    font-family: 'Muli', 'Poppins';
    font-size: 22px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 2;
    margin-bottom: 90px;

}

.f-label {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    display: block;
}

.req {
    color: var(--orange);
}

.f-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 9px 12px;
    font-size: 13px;
    color: #333;
    outline: none;
    transition: border-color .2s;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 16px;
    background: #fff;
    display: block;
}

.f-input:focus {
    border-color: var(--orange);
}

textarea.f-input {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    /* border-radius: 3px; */
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #DDDDDD;
    /* color: #fff; */
    /* border-color: var(--orange); */
}

.btn-contact-us {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 30px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    /* width: 100%; */
    justify-content: flex-start;
    transition: background .2s, color .2s, border-color .2s;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}




.iso-body {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.iso-body p {
    margin-bottom: 10px;
}

.iso-body ol {
    margin-left: 25px;
    margin-bottom: 25px;
}

.audit-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0;
    padding-bottom: 12px;
    border-bottom: 6px double #ff4d00;
    font-family: 'Open-sans', 'Poppins' !important;
}

.stage-section {
    max-width: 1200px;
}

.stage-title {
    font-size: 30px;
    font-weight: 700;
    color: #444;
    margin-top: 20px;
    /* margin-bottom: 25px; */
}

.stage-section p {
    font-size: 16px;
    line-height: 1.8;
    /* margin-bottom: 20px; */
    color: #111;
}

.cert-section {
    background: #fff;
    padding: 55px 0 65px;
}

.cert-card-wrap {
    margin-bottom: 28px;
}

.cert-card {
    border: 2.5px solid var(--orange);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow .25s, transform .2s;
    cursor: pointer;
    position: relative;
}

.cert-card:hover {
    box-shadow: 0 8px 32px rgba(232, 105, 42, 0.18);
    transform: translateY(-3px);
}

.cert-card .cert-img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.cert-card .cert-label {
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #2a8a8a;
    padding: 14px 12px 16px;
    background: #fff;
    border-top: 1px solid #f0ece8;
    letter-spacing: 0.1px;
    transition: color .2s;
}

.cert-card:hover .cert-label {
    color: var(--orange);
}

.iso-right {
    width: 315px;
    flex-shrink: 0;
    margin-top: -90px;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orange-box {
    background: var(--orange);
    color: #fff;
    padding: 26px 24px;
    font-size: 13.5px;
    line-height: 1.8;
    font-weight: 400;
}

.form-card {
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    padding: 28px 24px 0 24px;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.form-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 24px;
}

.f-label {
    font-size: 12.5px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    display: block;
}

.btn-submit {
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 9px 24px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 20px;
}

.btn-submit:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

.btn-contact-us {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    justify-content: flex-start;
    transition: background .2s, color .2s, border-color .2s;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.btn-contact-us:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

.contact-section {
    background: #f3f3f3;
}

.contact-img {
    max-width: 350px;
    margin-left: 40px;
}

.map-box iframe {
    border-radius: 6px;
}

.contact-item h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-item p {
    margin: 0;
    color: #333;
}

.icon {
    font-size: 26px;
    color: #f47b20;
    margin-right: 15px;
    position: relative;
    top: -4px;
}

.orange-box {
    background: var(--orange);
    color: #fff;
    padding: 26px 24px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    font-family: 'Roboto', 'Poppins';
}

.form-card {
    background: #F0F0F0;
    border: 1px solid var(--border);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    padding: 60px 24px 0 24px;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    border-radius: 6px;
}

.form-card-title {
    font-family: 'Muli', 'Poppins';
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 24px;

}

.btn-contact-us {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    /* width: 100%; */
    justify-content: flex-start;
    transition: background .2s, color .2s, border-color .2s;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    width: 60%;
    height: 60px;
}

.iso-body p {
    margin-bottom: 20px;
}

.learning-tips {
    font-size: 18px;
    line-height: 1.7;
}

.learning-tips h3 {
    font-weight: 700;
    margin-top: 20px;
}

.learning-tips ul {
    margin-left: 20px;
}

.syllabus-table {
    max-width: 700px;
    margin: 40px auto 0;
}

.syllabus-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.syllabus-table th,
.syllabus-table td {
    border: 1px solid #d9d9d9;
    padding: 6px;
    color: #6b6b6b;
}

.syllabus-table th {
    font-weight: 700;
    font-size: 16px;
    background: #f3f3f3;
    color: #555;
}

.syllabus-table tr {
    height: 40px;
}

.syllabus-table tbody tr:nth-child(2) {
    background: #f7f7f7;
}

.syllabus-table a {
    color: #ff5a1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}



.refining-cards {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.ref-card {
    background: #f4f4f4;
    border-radius: 16px;
    overflow: hidden;
    width: 50%;
}

.ref-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s ease-in-out;
}

.ref-card-body {
    padding: 30px;
}

.ref-card-body h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.ref-card-body p {
    font-size: 18px;
    line-height: 1.7;
}

.ref-card:hover img {
    transform: scale(1.08);
}

.process-section {
    padding: 60px 0;
}

.process-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
}

.process-img img {
    width: 520px;
    height: auto;
}

.process-content {
    max-width: 600px;
}

.process-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.process-content ul {
    padding-left: 20px;
}

.process-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.process-content p {
    margin-top: 20px;
    line-height: 1.8;
}

.highlight {
    color: #ff5a1f;
    font-weight: 600;
}

.gold-box {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

.gold-img img {
    width: 300px;
    height: auto;
}

.gold-text {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.7;
}

.iso-body p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.85;
    margin-bottom: 16px;
}

.iso-body ol {
    margin-left: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #777777;
}

.link-text {
    font-size: 28px;
    color: #6b6b7b;
}

.link-text a {
    color: #f25c2a;
    text-decoration: none;
}

.link-text a:hover {
    text-decoration: underline;
}

.nabl-section {
    font-size: 16px;
    line-height: 1.8;
}

.nabl-list {
    display: flex;
    gap: 120px;
    margin: 40px 0;
}

.nabl-list ul {
    list-style: disc;
}

/* .nabl-list li {
        margin-bottom: 12px;
    } */

/* .nabl-note {
        margin-top: 40px;
    } */

/* Mega menu container */
.mega-menu {
    width: 650px;
    /* adjust if needed */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

.iso-logo-wrap img {
    max-width: 600px;
    margin: 0 auto;
    margin-left: -40px;
}

.blog-section {
    padding: 70px 0 90px;
    background: #eef1f5;
}

.blog-section .container {
    max-width: 1100px !important;

}

.outer-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    transition: all .3s ease;
    text-decoration: none;
    color: inherit;
}

.inner-img-card {
    flex-shrink: 0;
    width: 500px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    background: #c7d6e3;
    position: relative;
}

.inner-img-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.outer-card:hover .inner-img-card img {
    transform: scale(1.08);
}

.blog-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.blog-title {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
}

.blog-desc {
    font-size: 14px;
    color: #8D8D8D;
    line-height: 1.8;

    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.mega-menu {
    width: 650px;
    /* adjust if needed */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

.clients-section {
    padding: 60px 0 70px;
    background: #fff;
}

.client-card {
    background: #fff;
    border: 1.5px solid #e4eaf2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    transition: box-shadow .25s, transform .2s, border-color .2s;
    cursor: default;
    width: 100%;
}

.client-card:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    border-color: #c8d5e5;
}

.client-card.h-short {
    height: 110px;
}

.client-card.h-med {
    height: 130px;
}

.client-card.h-tall {
    height: 185px;
}

.client-card {
    overflow: hidden;
}

.client-card img {
    max-width: 90%;
    object-fit: contain;
    display: block;
    margin: 0 auto;

    transition: transform 0.4s ease;
}

.client-card:hover img {
    transform: scale(1.1);
}

.client-card.h-tall img {
    max-height: 200px;
}

.clients-row {
    margin-bottom: 22px;
}

.clients-row:last-child {
    margin-bottom: 0;
}

.page-hero {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero-title {
    position: relative;
    z-index: 2;
    font-family: 'Muli', 'Poppins';
    font-size: 56px !important;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 10px;
}

h1,
h2,
h3,
p {
    font-size: 16px !important;
    font-family: 'Open sans', 'Poppins' !important;
    margin: 10px;
}

h1,
h2 {
    font-weight: 700 !important;
}

.remember-new-words {
    font-size: 16px !important;
}

.iso-logo-wrap1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #eec1a5, #e9a35d);
    padding: 60px 60px;
    max-width: 1200px;
    margin: 20px auto;
}

.iso-logo-wrap1 img:first-child {
    width: 60%;
    height: auto;
    margin-left: -60px;
    margin-top: -50px;
}

.iso-logo-wrap1 img:last-child {
    width: 60%;
    height: auto;
    margin-right: -60px;
    margin-top: -50px;

}


/* real-life-inspirational-stories-of-achievers.php */
.blog-hero {
    background: #f4f9fd;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding-bottom: 27px;
    padding-left: 12px;
    padding-right: 12px;
}

.hero-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.hero-left h1 {
    font-size: 28px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700 !important;
    color: #1c1c1c;
    margin: 0;
}

.hero-right {
    text-align: right;
}

.breadcrumb-top {
    font-size: 12.32px !important;
    color: #8a8a8a;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.breadcrumb-bottom {
    font-size: 12.32px !important;
    font-weight: 600;
    color: #6b6b6b;
    letter-spacing: 1px;
}

.blog-detail-section {
    padding: 50px 0;
    background: #fff;
}

.blog-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}

.blog-image img {
    width: 75%;
    border-radius: 10px;
    display: block;
}

.blog-meta {
    margin-top: 18px;
    font-size: 11px;
    color: #999999;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.blog-meta span {
    margin-right: 6px;
    position: relative;
}

.watch-btn {
    margin-top: 18px;
    background: #1c1c1c;
    color: #fff;
    border: none;
    padding: 10px 22px;
    font-size: 13px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s ease;
}

.watch-btn:hover {
    background: #ff5722;
}

.blog-text {
    margin-top: 20px;
}

.blog-text p {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    color: #777777;
    margin: 0 0 1.25rem !important;
}

.blog-wrapper hr {
    width: 1050px;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.share-post h3 {
    font-size: 19.6px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
    color: #212529;
    margin: 0 0 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.fb {
    background: #3b5998;
}

.tw {
    background: #1da1f2;
}

.in {
    background: #0077b5;
}

.gp {
    background: #db4a39;
}

.mail {
    background: #f15a4a;
}

.social-icons a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.author-section h3 {
    font-size: 19.6px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
    color: #212529;
    margin: 0 0 20px;
}

.author-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-img {
    width: 70px;
    height: 70px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.author-img {
    width: 80px;
    height: 80px;
    background: #cfcfcf;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.author-img::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
}

.author-img::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 26px;
    background: #fff;
    border-radius: 50% 50% 0 0;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #ff5722;
}

.comment-block {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 15px;
}

.comment-block h3 {
    font-size: 19.6px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
    margin-bottom: 20px;
    color: #212529;
    margin-left: -15px;
}

.comment-box {
    background: #ededed;
    padding: 30px;
    border-radius: 8px;
    margin-left: -15px;
}

.note {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    color: #777777;
    margin-bottom: 20px;
    margin-left: -2px;
}

.comment-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 6px;
    color: #333;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    display: block;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    outline: none;
}

.comment-form textarea {
    height: 140px;
    resize: vertical;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 15px 0;
}

.checkbox input[type="checkbox"] {
    width: auto; 
    margin-top: 4px;
    flex-shrink: 0;
}

.checkbox label {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
    color: #222529;
    line-height: 1.5;
    margin-top: 2px;
}

.post-btn {
    background: #ff5722;
    color: #fff;
    border: none;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.post-btn:hover {
    background: #e64a19;
}

.related-posts-block {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 15px;
}

.related-title {
    font-size: 16.8px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 700;
    margin: 0px 0px 14px;
    margin-left: -8px;
    margin-top: -35px;
}

.slider-wrapper {
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.related-card {
    min-width: 33.33%;
    padding: 0 10px;
}

.related-card img {
    width: 100%;
    border-radius: 8px;
}

.card-content {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.date-box {
    text-align: center;
}

.day {
    background: #f3f3f3;
    padding: 8px;
    color: #ff5722;
    font-weight: 700;
    display: block;
}

.month {
    background: #ff5722;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    display: block;
}

.text h4 {
    font-size: 16.8px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
}

.text p {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    color: #777777;
    margin-left: -1px;
}

.text a {
    font-size: 14px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.slider-dots {
    text-align: center;
    margin-top: 20px;
}

.slider-dots span {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
}

.slider-dots .active {
    background: #ff5722;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s ease-in-out;
}

.related-card {
    min-width: calc((100% - 40px) / 3);
    box-sizing: border-box;
}

/* why-fire-safety-audit-is-important.php */
.blog-content-block {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

.blog-content-block h2 {
    font-size: 35px !important;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0px 0px 32px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

.blog-content-block p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
    margin: 0px 0px 20px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

.blog-content-block ul {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
    margin: 0px 0px 20px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}


/* top-26-lean-tools.php */
.lean-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

.lean-image {
    text-align: center;
    margin-bottom: 30px;
}

.lean-image img {
    width: 100%;
    max-width: 600px;
    border: 2px solid #333;
    margin-left: -280px;
}

.lean-image-history img {
    width: 100%;
    max-width: 600px;
    border: 2px solid #333;
    margin-left: 40px !important;
    margin: 0px 0px 20px;
}

.lean-content h3 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0px 0px 20px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

.lean-content ul {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    font-family: Poppins, sans-serif;
    margin-left: -80px;
}

.lean-content ul li {
    margin: 0px 0px 20px;
}

/* us-sewage-plants-reveal-medicine-removal-methods.php */
.sewage-content p {
    font-size: 16px !important;
    color: #444;
    margin: 0 0 20px;
    font-family: Roboto, Poppins !important;
    text-align: justify;
}

.sewage-content>p {
    margin-top: 20px;
}

.two-col-section {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 15px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.two-col-image {
    flex: 1;
}

.two-col-image img {
    width: 100%;
}

.two-col-content {
    flex: 1;
}

.two-col-content p {
    font-size: 16px !important;
    color: #444;
    margin-bottom: 0 0 20px;
    font-family: Poppins, sans-serif !important;
}

/* six-sigma */
.six-sigma-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 15px;
}

.six-sigma-image {
    text-align: center;
    margin-bottom: 30px;
}

.six-sigma-image img {
    max-width: 600px;
    border: 2px solid #333;
    margin-left: -270px;
}

.six-sigma-content h3 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

.six-sigma-content p {
    font-size: 16px !important;
    line-height: 1.8;
    color: #444;
    margin: 0 0 20px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

.six-sigma-process {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 15px;
}

.process-grid {
    display: flex;
    gap: 60px;
    margin-left: -100px;
    text-align: justify;
}

.process-box {
    flex: 1;
}

.process-box h4 {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif !important;
}

.process-box ol {
    padding-left: 20px;
}

.process-box ol li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #333;
    font-family: Poppins, sans-serif;
}

.process-note {
    margin-top: 40px;
    font-size: 16px;
    color: #444;
    font-family: Poppins, sans-serif;
    margin-left: -100px;
}

.process-note span {
    color: #ff5722;
    font-weight: 500;
}

/* ces-2020 */
.ces-2020-content h3 {
    font-size: 32px !important;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 16px;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

/* 6s-information */
.sixs-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 15px;
}

.sixs-section h2 {
    font-size: 35px !important;
    font-weight: 700;
    margin: 0 0 32px;
    color: #1c1c1c;
    font-family: Poppins, sans-serif !important;
    margin-left: -100px;
}

.sixs-section p {
    font-size: 16px !important;
    color: #444;
    margin: 0 0 20px;
    font-family: 'Roboto', 'Poppins' !important;
    margin-left: -100px;
}

.sixs-section ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.sixs-section ol li {
    font-size: 16px !important;
    color: #333;
    font-family: Poppins, sans-serif !important;
    margin-left: -80px;
}

.highlight-link {
    color: #ff5722;
    font-weight: 500;
}

.sixs-detail-section {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 15px;
    font-family: 'Roboto', 'Poppins' !important;
    margin-left: -80px;
}

.top-point {
    font-size: 16px !important;
    font-family: 'Roboto', 'Poppins' !important;
    margin: 0 0 20px;
    color: #222;
    margin-left: -2px;
    margin-top: -30px;
}

.sixs-grid {
    display: flex;
    gap: 60px;
}

.sixs-box {
    flex: 1;
}

.sixs-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.sixs-box p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.highlight {
    color: #ff5722;
    font-weight: 500;
}

/* 2nd-certification-modal */
.img-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);

    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.img-modal.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    max-width: 75vw;
    max-height: 90vh;

    width: auto;
    height: auto;

    object-fit: contain;

    border-radius: 12px;
    background: #fff;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.08);

    transform: scale(0.85);
    transition: all 0.35s ease;
}

.img-modal.show .modal-content {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 30px;

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;

    color: #fff;
    font-size: 22px;

    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #ff4d4d;
    transform: rotate(90deg) scale(1.1);
}

/* about-us */
.about-top-section,
.about-cards-section,
.about-bottom-section {
    padding: 60px 0;
    background: #f5f6f8;
}

.container {
    max-width: 1200px;
}

.about-top {
    display: flex;
    gap: 40px;
    align-items: center;
}

.about-top-section {
    background: #F0F0F0;
}

.about-text {
    flex: 1;
    max-width: 100%;
    font-size: 16px;
    color: #333;
}

.about-text .bold {
    margin-top: 20px;
    font-weight: 600;
}

.about-text ol {
    padding-left: 20px;
    line-height: 1.8;
}

.about-text li {
    margin-bottom: 10px;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    margin-bottom: 640px;
}

.about-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 25px;
}

.card-item {
    text-align: center;
}

.card-item img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
}

.card-item p {
    font-size: 20px;
    margin-top: 20px;
}

.card-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.card-item:hover {
    transform: scale(0.95);
}

.about-bottom {
    display: flex;
    gap: 50px;
    font-size: 16px;
    color: #333;
    margin-top: -60px;
}

/* our-product */
.product-section {
    padding: 20px 0;
    background: #f3f4f6;
}

.container {
    max-width: 1200px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-card img {
    height: 220px;
    object-fit: contain;
}

.product-card h3 {
    font-size: 20px;
    color: #f15a27;
    margin-top: 18px;
    font-weight: 600;
}

/* gallery */
.image-section {
    padding: 60px 0;
    background: #f3f4f6;
}

.container {
    max-width: 1150px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.image-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.video-section {
    padding: 60px 0;
    background: #f3f4f6;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.video-wrapper {
    display: flex;
    justify-content: center;
}

.video-wrapper video {
    width: 100%;
    max-width: 1150px;
    height: 650px;
    object-fit: cover;
}

/* privacy-policy */
.policy-section {
    background: #f3f4f6;
    padding: 50px;
}

.policy-content {
    max-width: 1000px;
    margin: 0 auto;
    color: #222;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.policy-content p,
.policy-content li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.policy-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0 20px;
}

.policy-content strong {
    font-weight: 700;
}

.policy-content .highlight {
    color: #f15a27;
    font-weight: 700;
}

.policy-content ul {
    padding-left: 0px;
    margin-bottom: 15px;
}

.policy-content ul li {
    margin-bottom: 0px;
    /* padding-left: 15px; */
}

.effective-date {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
}

.custom-number {
    list-style: none;
    padding-left: 0;
    counter-reset: item;
}

.custom-number li {
    counter-increment: item;
    margin-bottom: 10px;
    font-size: 16px;
}

.custom-number li::before {
    min-width: 30px;
}

.custom-number li::before {
    content: "0." counter(item) ". ";
    font-weight: 500;
}

.nested-number {
    list-style: none;
    padding-left: 0;
    counter-reset: subitem;
}

.nested-number li {
    counter-increment: subitem;
    margin-bottom: 10px;
    display: flex;
}

.nested-number li::before {
    content: "0.0." counter(subitem) ". ";
    min-width: 60px;
    font-weight: 500;
}

.main-point {
    margin-bottom: 15px;
    font-size: 16px;
}

.custom-list {
    counter-reset: main;
}

.main-item {
    counter-increment: main;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.main-item h4::before {
    content: "0." counter(main) ". ";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.sub-list {
    padding-left: 0;
    margin-top: 10px;
}

.sub-list li {
    display: flex;
    align-items: flex-start;
    gap: 2px; 
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
}

.sub-list li::before {
    content: "0." counter(main) "." counter(sub) ". ";
    flex-shrink: 0;
    min-width: 32px; 
    font-size: 14px;
    font-weight: 500;
    position: static;
}

/* terms-conditions */
.terms-section {
    background: #f3f4f6;
    padding: 80px;
}

.terms-content {
    max-width: 1000px;
    margin: 0 auto;
    color: #222;
    line-height: 1.8;
    font-family: Roboto, Poppins;
}

.terms-content p,
.terms-content li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}

.terms-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0px 0px 20px;
    font-family: Poppins, sans-serif;
}

.terms-content strong {
    font-weight: 700;
}

.terms-content .highlight {
    color: #f15a27;
    font-weight: 700;
}

.terms-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.terms-content ul li {
    margin-bottom: 0px;
}

/* refund-policy */
.refund-section {
    background: #f3f4f6;
    padding: 50px 80px;
}

.refund-content {
    max-width: 1100px;
    margin: 0 auto;
    color: #222;
    font-size: 16px;
    line-height: 1.9;
}

.refund-content p {
    margin-bottom: 20px;
}


.highlight {
    color: #f15a27;
    font-weight: 500;
}
