/* FAQ Section Custom Styles */
.faq-section {
    color: white !important;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="30" r="0.5" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.faq-section .sec-title h1 {
    color: white !important;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.faq-section .sec-title h1::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    margin: 20px auto 0;
    border-radius: 2px;
}

.faq-section .faq-single h2 {
    color: white !important;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.faq-section .faq-single p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.faq-section .faq-single {
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.faq-section .faq-single::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.faq-section .faq-single:hover::before {
    left: 100%;
}

.faq-section .faq-single:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.25);
}

.faq-section .media-left .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(182.7deg, rgb(121, 96, 51), rgb(52, 50, 47));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.faq-section .faq-single:hover .media-left .icon {
    background: linear-gradient(182.7deg, rgb(121, 96, 51), rgb(52, 50, 47));
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(121, 96, 51, 0.3);
}

.faq-section .media-left .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.faq-section .media-body {
    flex: 1;
    position: relative;
    z-index: 1;
}

.faq-section .vedio-inner {
    position: relative;
    padding: 20px;
}

.faq-section .vedio-inner img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    /* border: 1px solid #796033; */
    box-shadow: 20px 20px 30px #796033;
    transition: all 0.9s ease;
}

.faq-section .vedio-inner:hover img {
    transform: scale(0.9);
    box-shadow: 0 0 40px 20px #796033;
}

.faq-section .vedio-inner::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    /* border: 2px solid #796033; */
    border-radius: 15px;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .faq-section .sec-title h1 {
        font-size: 40px;
    }

    .faq-section .faq-single {
        padding: 25px;
        margin-bottom: 20px;
    }

    .faq-section .media-left .icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .faq-section .media-left .icon img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .faq-section .sec-title h1 {
        font-size: 32px;
    }

    .faq-section .faq-single {
        padding: 20px;
        margin-bottom: 15px;
    }

    .faq-section .faq-single h2 {
        font-size: 18px;
    }

    .faq-section .faq-single p {
        font-size: 14px;
    }

    .faq-section .media-left .icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .faq-section .media-left .icon img {
        width: 25px;
        height: 25px;
    }

    .faq-section .vedio-inner {
        padding: 10px;
        margin-top: 30px;
    }
}

/* ============================================
   Greta Global Presence - Feature Service CSS
   ============================================ */

/* Section Background */
.feature-sec-v2 {
    width: 100%;
    min-height: 80px;
    position: relative;
    background: linear-gradient(182.7deg, #896f3e, #5f4e30, #34322f);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.feature-sec-v2 .sec-title h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
}

/* Carousel Wrapper */
.gg-carousel-wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 44px;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
}

.gg-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gg-carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 24px;
}

.gg-carousel-slide {
    flex: 0 0 calc((100% - (24px * 2)) / 3);
    min-width: 0;
}

/* Card Styles */
.gg-service-card {
    height: 750px;
    width: 100%;
    position: relative;
    box-shadow: 2px 4px 19px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-color: #fff;
    border: 8px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gg-card-thumb {
    width: 100%;
    height: 380px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.gg-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gg-service-card:hover .gg-card-thumb img {
    transform: scale(1.05);
}

.gg-card-content {
    flex: 1;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gg-card-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.gg-card-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #003c70;
    line-height: 1.3;
}

.gg-card-desc {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.6;
}

.gg-read-more-btn {
    margin-top: auto;
    width: 100%;
    background-color: #796033;
    border-radius: 5px;
    padding: 14px 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.gg-read-more-btn a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    display: block;
}

.gg-read-more-btn:hover {
    background-color: #002a4e;
}

/* Navigation Buttons */
.gg-nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.gg-nav-btn:hover {
    background: #f0f0f0;
    transform: translateY(-50%) scale(1.05);
}

.gg-btn-prev {
    left: 10px;
}

.gg-btn-next {
    right: 10px;
}

.gg-nav-btn svg {
    width: 24px;
    height: 24px;
    stroke: #003c70;
}

/* Carousel Dots */
.gg-dots-container {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.gg-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.gg-dot.active {
    background: #fff;
    width: 24px;
    border-radius: 10px;
}

/* Responsive - Tablet */
@media (max-width: 1200px) {
    .gg-carousel-slide {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .gg-carousel-slide {
        flex: 0 0 100%;
    }

    .gg-service-card {
        height: auto;
        min-height: 600px;
    }

    .gg-card-thumb {
        height: 250px;
    }

    .gg-carousel-wrapper {
        padding: 0 20px;
    }

    .gg-nav-btn {
        display: none;
    }
}

/* Greta group network css ends here */



.plus {
    font-size: 48px;
    color: white;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .plus {
        font-size: 26px;
        color: white;

    }

    .countup-text {
        text-align: center;
    }
}

.counter-up-align-center {
    justify-content: center;
}

/* Product Lines Custom CSS */
.product-lines-sec {
    background: #2F2F2F;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.product-lines-title {
    text-align: center;
    color: white;
    font-size: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.product-lines-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 1400px;
    width: 100%;
}

.product-lines-card {
    width: 430px;
    height: 383px;
    position: relative;
    background: linear-gradient(180deg, #7F6434 0%, rgba(113, 89, 48, 0.06) 100%);
    box-shadow: 2px 4px 19px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
    transition: transform 0.3s ease;
}

.product-lines-card:hover {
    transform: translateY(-5px);
}

.product-lines-icon-box {
    width: 114px;
    height: 114px;
    background: #715930;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 53px;
    margin-bottom: 30px;
}

.product-lines-icon-box.large {
    width: 125px;
    height: 125px;
    margin-top: 42px;
    margin-bottom: 41px;
}

.product-lines-icon-box img {
    max-width: 73px;
    max-height: 73px;
    object-fit: contain;
}

.white-icon {
    filter: brightness(0) invert(1);
}

.product-lines-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.product-lines-card h2,
.product-lines-card h2 a {
    text-align: center;
    color: white !important;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    text-decoration: none;
}

.product-lines-card h2 a:hover {
    color: #f1f1f1 !important;
}

.product-lines-card p {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

/* ============================================
   Footer - Custom Color Override
   ============================================ */

/* Main footer background - dark golden gradient */
footer.footer {
    background: linear-gradient(182.7deg, rgb(121, 96, 51), rgb(52, 50, 47)) !important;
}

/* Section heading underline bar - golden */
.footer-sec h2::before {
    background: linear-gradient(90deg, rgb(121, 96, 51), rgb(180, 140, 70)) !important;
}

/* Contact icon boxes - golden gradient instead of orange */
.inner-item .icon {
    background: linear-gradient(135deg, rgb(121, 96, 51), rgb(180, 140, 70)) !important;
    border-color: rgb(121, 96, 51) !important;
}

/* Social media icon circles - golden gradient instead of orange */
.footer-social-profile ul li a i {
    background: linear-gradient(135deg, rgb(121, 96, 51), rgb(180, 140, 70)) !important;
}

.footer-social-profile ul li a i:hover {
    background: linear-gradient(135deg, rgb(140, 110, 60), rgb(200, 160, 80)) !important;
}

/* Quick link hover - golden instead of orange */
.footer-widget-menu li a:hover {
    color: rgb(180, 140, 70) !important;
}

/* Footer bottom bar - deep dark as requested */
.footer-bottom-sec {
    background: #333333 !important;
}

/* Responsive padding tweaks */
@media (max-width: 768px) {
    .footer-sec {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}