* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}

body {
    background: #0b0b0b;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.navbar .container {
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
}

.contact-item img {
    width: 217px;
   
}

.export-btn {
    background: #fff;
    border: none;
    width: 100%;
    transform: none;
    color: #000;
    padding: 10px 18px;
    display: inline-block;
    transition: none;
}


.export-btn:hover {
    background: #fff;
    color: #000;
    transform: none;
    box-shadow: none;
}
.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    padding: 20px 0;
    background: #000;
}

nav a {
    margin: 0 20px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.hero {
    background: #000;
    color: #fff;
    padding: 60px 0;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.hero-left,
.hero-right {
    flex: 1;
}

h1 {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.1;
}

.highlight {
    color: #f4a300;
    font-style: italic;
}

.image-card {
    position: relative;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 20px;
    background: #111;
}

.image-card img {
    width: 100%;
    border-radius: 15px;
}

.info-card {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 220px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(244, 163, 0, 0.5);
    color: #ddd;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
}

@media (max-width: 992px) {

    nav {
        position: absolute;
        top: 70px;
        right: 0;
        left: auto;
        width: 100%;
        background: #0b0f14;
        display: none;
        flex-direction: column;
        text-align: left;
        align-items: flex-end;
        padding: 10px 0;

        border-left: 1px solid #1f2937;
        border-bottom: 1px solid #1f2937;
        box-shadow: -5px 10px 25px rgba(0, 0, 0, 0.4);

    }

    nav a:not(:last-child) {
        border-bottom: 1px solid #1f2937;
    }

    nav.active {
        display: flex;
    }

    .menu-toggle {
        display: flex;
    }

    .quote-btn {
        display: none;
    }

    .hero-inner {
        flex-direction: column;
        text-align: left;
    }

    .info-card {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-top: 15px;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 60px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 18px;
}

.logo-img {
    height: 100px;
    width: auto;
}

.feature .icon i {
    color: #f4a300;
}

nav a {
    width: 94%;
    padding: 14px 20px;
    color: #e5e7eb;
    text-decoration: none;
    font-size: 19px;
    transition: 0.3s;
}

.quote-btn {
    background: #f4a300;
    border: none;
    color: #000;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
}

.hero-left {
    max-width: 50%;
}

.badge {
    display: inline-block;
    border: 1px solid #f4a300;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    color: #f4a300;
    margin-bottom: 20px;
}

h1 {
    font-size: 72px;
    line-height: 1.1;
}

.highlight {
    color: #f4a300;
    font-style: italic;
}

.hero-left p {
    margin: 20px 0;
    color: #aaa;
    font-size: 16px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.primary-btn {
    background: #f4a300;
    color: #000;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.quality-badge {
    background: #1a1a1a;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #f4a300;
    border-radius: 50%;
}

.hero-right {
    width: 45%;
    display: flex;
    justify-content: center;
}

.image-card {
    border: 2px solid #333;
    border-radius: 20px;
    padding: 20px;
    background: #111;
}

.image-card img {
    width: 100%;
    border-radius: 15px;
    display: block;
    height:400px;
}

.image-card {
    position: relative;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 20px;
    background: #111;
}

.info-card {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 240px;
    padding: 16px;
    border-radius: 16px;

    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.15),
            rgba(0, 0, 0, 0.6));

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(244, 163, 0, 0.5);
    color: #ddd;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.check-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #f4a300;
    color: #f4a300;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    margin-bottom: 10px;
}

.info-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #ccc;
}

@media (max-width: 600px) {

    .hero {
        flex-direction: column;
        padding: 50px 0;
    }

    .hero-left {
        max-width: 80%;
    }

    .navbar {
        padding: 6px 6px;
        width: 100%;
    }

    .hero-right {
        width: 80%;
        margin-top: 34px;
    }

    h1 {
        font-size: 32px;
    }

    .hero-left p {
        font-size: 14px;
    }

    .primary-btn {
        width: 100%;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .quality-badge {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .pulp-right img {
        height: 335px !important;
    }
    
    .image-card img{
        height:168px;
    }
.info-card{
    padding:12px 5px 7px 12px;
}
    .kesar-section {
        display: flex;
        flex-direction: column;
    }

    .kesar-section .image-box {
        order: 1;
    }

    .kesar-section .text-box {
        order: 2;
    }
}

.contact-section {
    padding: 80px 60px;
    background: #000;
    display: flex;
    justify-content: center;
}

.contact-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 170, 0, 0.3);
}

.contact-left {
    width: 40%;
    padding: 50px;
    background: linear-gradient(180deg, #ffb21c, #e58c00);
    color: #000;
}

.contact-left h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-left p {
    font-size: 14px;
    margin-bottom: 40px;
    color: #222;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.info-item span {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.info-item strong {
    display: block;
    font-size: 14px;
}

.contact-right {
    width: 60%;
    padding: 50px;
    background: #070707;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    outline: none;
    width:100%;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #fff;
}

.form-group textarea {
    height: 120px;
    resize: none;
}

.form-group select {
    background: #111;
    border: 1px solid #222;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
    font-size: 14px;
    outline: none;
    width:100%;
}

.form-group.full {
    grid-column: span 2;
}

.submit-btn {
    grid-column: span 2;
    margin-top: 10px;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #ffb21c, #e58c00);
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
}

@media (max-width: 992px) {

    .contact-section {
        padding: 60px 20px;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-left {
        padding: 40px 25px;
        text-align: center;
    }

    .contact-left h2 {
        font-size: 30px;
    }

    .contact-left p {
        margin-bottom: 30px;
    }

    .contact-info {
        align-items: start;
        text-align: left;
    }

    .info-item {
        justify-content: center;
    }

    .contact-right {
        padding: 40px 25px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-group.full,
    .submit-btn {
        grid-column: span 1;
    }
}

@media (max-width: 576px) {

    .contact-section {
        padding: 40px 0px;
    }

    .contact-left {
        padding: 30px 20px;
    }

    .contact-left h2 {
        font-size: 24px;
    }

    .contact-left p {
        font-size: 13px;
    }

    .contact-right {
        padding: 30px 20px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
        padding: 10px;
    }

    .submit-btn {
        padding: 12px;
        font-size: 14px;
    }
}

.mango-section {
    background: #0b0b0b;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.subtitle {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.title {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 50px;
}

.card-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background: #111;
    border-radius: 20px;
    overflow: hidden;
    width: 320px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(255, 165, 0, 0.2);
}

.card:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-10px) scale(1.03);
    box-shadow: 0 20px 40px rgba(255, 165, 0, 0.2);
}

.card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    text-align: left;
}

.card-content h3 {
    color: #f5a623;
    margin-bottom: 10px;
    font-size: 22px;
}

.card-content p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
}

.mango-highlight {
    background: #0b0b0b;
    color: #fff;
    padding: 100px 20px;
}

.top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.subtitle {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 10px;
}

.title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.desc {
    color: #aaa;
    max-width: 500px;
    line-height: 1.6;
}

.badge {
    border: 1px solid rgba(255, 165, 0, 0.5);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    background: #f5a623;
    border-radius: 50%;
}

.bottom-content {
    display: flex;
    gap: 50px;
    padding-top: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.image-box {
    position: relative;
    flex: 1;
    min-width: 300px;
}

.image-box img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-size: 32px;
    font-weight: 600;
}

.text-box {
    flex: 1;
    min-width: 300px;
}

.text-box h3 {
    color: #f5a623;
    font-size: 28px;
    margin-bottom: 15px;
}

.text-box p {
    color: #aaa;
    line-height: 1.7;
    margin-bottom: 20px;
}

.link-btn {
    color: #f5a623;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.link-btn:hover {
    letter-spacing: 2px;
}

.why-section {
    background: #0b0b0b;
    color: #fff;
    padding: 100px 20px;
}

.why-wrapper {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.subtitle {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 10px;
}

.title {
    font-size: 48px;
    margin-bottom: 20px;
}

.desc {
    color: #aaa;
    max-width: 500px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-text p{
    color:#AAAAAA;
    font-size:13px;
}


.feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.icon {
    width: 57px;
    height: 33px;
    border: 1px solid rgba(255, 165, 0, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a623;
    font-size: 16px;
}

.why-card {
    flex: 1;
    min-width: 415px;
}

.card-inner {
    padding: 50px 30px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    background: radial-gradient(circle at top right, rgba(255, 165, 0, 0.25), transparent 60%),
        radial-gradient(circle at bottom left, rgba(255, 140, 0, 0.2), transparent 60%),
        #111;
    border: 1px solid rgba(255, 165, 0, 0.3);
    box-shadow: 0 0 60px rgba(255, 165, 0, 0.08);
}

.circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f5a623, #ffb347);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
}

.mini-title {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

.card-inner h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.card-desc {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 25px;
}

.countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.countries span {
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: #ddd;
    transition: 0.3s;
}

.countries span:hover {
    background: rgba(255, 165, 0, 0.2);
    color: #fff;
}

@media (max-width: 992px) {

    .why-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .title {
        font-size: 36px;
        text-align: left;
    }

    .desc {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .why-card {
        width: 100%;
    }

    .card-inner {
        padding: 40px 20px;
    }
}

@media (max-width: 576px) {

    .why-section {
        padding: 60px 15px;
    }

    .title {
        font-size: 28px;
    }

    .circle {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .card-inner h3 {
        font-size: 22px;
    }

    .countries span {
        font-size: 12px;
        padding: 6px 12px;
    }
}

.pulp-section {
    padding: 80px 20px;
    background: #000;
}

.pulp-features {
    padding-left: 20px;
}

.pulp-features li {
    margin-bottom: 8px;
    color: #fff;
}

.pulp-features li::marker {
    color: #f4a300;
}

.pulp-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}

.pulp-left {
    flex: 1;
    background: #0b0b0b;
    padding: 60px;
    color: #fff;
}

.badge {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(255, 165, 0, 0.4);
    border-radius: 20px;
    font-size: 12px;
    color: #f5a623;
    margin-bottom: 20px;
}

.pulp-left h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.pulp-left h1 span {
    color: #f5a623;
}

.pulp-left h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #ddd;
}

.desc {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
}

.pulp-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 40px;
    margin-bottom: 25px;
}

.pulp-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ddd;
    font-size: 14px;
}

.pulp-features span {
    color: #f5a623;
}

.note {
    font-size: 13px;
    color: #f5a623;
    font-style: italic;
    padding-top: 27px;
}

.pulp-right {
    flex: 1;
    position: relative;
}

.pulp-right img {
    width: 100%;
    height: 678px;
    object-fit: cover;
}

@media (max-width: 900px) {
    .pulp-wrapper {
        flex-direction: column;
    }

    .pulp-left {
        padding: 40px 25px;
    }

    .pulp-left h1 {
        font-size: 40px;
    }
}

.faq-section {
    background: #000;
    padding: 80px 20px;
    text-align: center;
    color: white;
}

.faq-subtitle {
    color: #f5a623;
    letter-spacing: 3px;
    font-size: 12px;
    margin-bottom: 10px;
}

.faq-title {
    font-size: 42px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 1.2;
}

.faq-container {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    border: 1px solid #2a2a2a;
    border-radius: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    background: #0b0b0b;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: white;
    padding: 22px 25px;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon {
    color: #000;
    font-size: 18px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    text-align: left;
    padding: 0 25px;
}

.faq-answer p {
    padding-bottom: 20px;
    color: #bdbdbd;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 280px;
}

.faq-item.active {
    border-color: #f5a623;
}

.faq-question .icon {
    font-size: 18px;
    color: #f5a623;
    transition: transform 0.3s ease;
}

.faq-item .icon {
    transform: rotate(0deg);
}

.faq-item.active .icon {
    transform: rotate(180deg);
}

.footer {
    background: #05070a;
    color: #9ca3af;
    padding: 70px 20px 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0fr;
    gap: 50px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.logo-icon {
    background: #d4af37;
    color: #000;
    font-weight: 600;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.logo-text {
    font-size: 18px;
    color: #fff;
}

.logo-text strong {
    color: #d4af37;
}

.footer-col h4 {
    color: #d4af37;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-col ul li a {
    color: #9ca3af;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #fff;
}

.contact li {
    margin-bottom: 12px;
}

.newsletter {
    display: flex;
    margin-top: 15px;
}

.newsletter input {
    flex: 1;
    padding: 12px;
    background: #111827;
    border: 1px solid #1f2937;
    color: #fff;
    outline: none;
}

.newsletter button {
    background: #d4af37;
    border: none;
    padding: 0 18px;
    cursor: pointer;
    font-size: 18px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 50px auto 0;
    padding-top: 20px;
    border-top: 1px solid #1f2937;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.footer-links a {
    color: #9ca3af;
    margin-left: 20px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border: 1px solid #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #9ca3af;
    transition: 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #F4A300;
    color: #000;
    border-color: #d4af37;
}



.mx-sec {
  padding: 80px 20px;
  background: #0b0b0b;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.mx-wrap {
  max-width: 1200px;
  margin: auto;
}

/* Top */
.mx-top {
  text-align: center;
  margin-bottom: 50px;
}

.mx-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #f5a623;
  border-radius: 20px;
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 15px;
}

.mx-top h1 {
  font-size: 42px;
  margin: 10px 0;
}

.mx-highlight {
  color: #f5a623;
  font-style: italic;
}

.mx-top p {
  color: #aaa;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}

/* Grid */
.mx-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Image */
.mx-img-box {
  position: relative;
}

.mx-img-box img {
  width: 100%;
  border-radius: 15px;
}

.mx-img-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0,0,0,0.7);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
}

/* Content */
.mx-content h2 {
  font-size: 28px;
}

.mx-content h2 span {
  color: #f5a623;
}

.mx-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mx-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #ddd;
}

.mx-list li::before {
  content: "▣";
  position: absolute;
  left: 0;
  color: #f5a623;
}

/* Buttons */
.mx-btns {
  margin-top: 20px;
}

.mx-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 10px;
  font-size: 14px;
}

.mx-btn-primary {
  background: #f5a623;
  color: #000;
}

.mx-btn-secondary {
  border: 1px solid #555;
  color: #fff;
}



.gl-sec {
  padding: 80px 20px;
  background: linear-gradient(to right, #0b0b0b, #111);
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.gl-wrap {
  max-width: 1200px;
  margin: auto;
}

/* Top */
.gl-top {
  text-align: center;
  margin-bottom: 50px;
}

.gl-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #f5a623;
  border-radius: 20px;
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 15px;
}

.gl-top h2 {
  font-size: 38px;
}

.gl-top h2 span {
  color: #f5a623;
  font-style: italic;
}

/* Grid */
.gl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.gl-card {
  border: 1px solid #222;
  border-radius: 15px;
  padding: 30px;
  background: rgba(255,255,255,0.02);
  transition: 0.3s;
}

.gl-card:hover {
  border-color: #f5a623;
  transform: translateY(-5px);
}

.gl-icon {
  width: 50px;
  height: 50px;
  background: rgba(245,166,35,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 15px;
  color: #f5a623;
}

.gl-card h3 {
  margin-bottom: 15px;
}

.gl-info p {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  color: #ccc;
}

.gl-info span {
  color: #f5a623;
}

.gl-small {
  color: #aaa;
  margin-bottom: 24px;
}

.gl-card ul {
  padding-left: 18px;
  color: #ccc;
}

.gl-card ul li {
  margin-bottom: 8px;
}

.gl-card p{
    font0
}


/* ========== Responsive ========== */

@media (max-width: 1024px) {
  .mx-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mx-top h1 {
    font-size: 32px;
  }

  .gl-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .mx-sec {
    padding: 60px 15px;
  }

  .mx-top h1 {
    font-size: 26px;
  }

  .mx-content h2 {
    font-size: 22px;
  }

  .mx-btn {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .gl-sec {
    padding: 60px 15px;
  }

  .gl-top h2 {
    font-size: 26px;
  }

  .gl-grid {
    grid-template-columns: 1fr;
  }

  .gl-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .mx-top h1 {
    font-size: 22px;
  }

  .mx-top p {
    font-size: 14px;
  }

  .gl-top h2 {
    font-size: 22px;
  }

  .gl-badge,
  .mx-badge {
    font-size: 12px;
    padding: 5px 10px;
  }
}


.gl-divider {
  height: 1px;
  background: #fff;
  margin: 15px 0;
}

.gl-ideal {
  color: #ccc;
  font-size: 14px;
}

.gl-ideal strong {
  color: #f5a623;
}