body {
    font-family: 'Outfit', sans-serif;
    font-size: 20px !important;
    color: #333;
    background-color: #fff;
}
.nav-link{
    font-size: 20px !important;
}
.section-padding {
    padding: 40px 80px !important;
}

.about-section {
    padding: 20px 0;
}
.text-primary
{
    color: #001F3F !important;
}

.checkbox-group {
    margin-top: 15px;
}

.checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    
    line-height: 1.4;
    cursor: pointer;
}

.checkbox-label input {
    margin-top: 4px;
    width: 5% !important;
}

.checkbox-label small {
    display: block;
    color: #666;
    
}

.about-image img {
    width: 100%;
    border-radius: 15px;
}

.partners img {
    height: 50px;
    opacity: 0.7;
    transition: 0.3s;
}

.partners img.partner-lg {
    height: 70px;
}

.partners img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.process-step {
    text-align: center;
    
}



.process-circle img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 0;
}

.process-label {
    margin-top: 10px;
    
    font-weight: 700;
    color: #333;
}

.card img {
    height: 200px;
    object-fit: cover;
}

.testimonial {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer {
    background: #111;
    color: #aaa;
}

/*===========================*/

.top-bar {
    background-color: #001f3f;
    /* dark blue */
    color: #fff;
    
    padding: 8px 0;
}

.top-bar .social-icons i {
    margin-right: 12px;
    cursor: pointer;
}

.top-bar .social-icons a {
    color: inherit;
    text-decoration: none;
}

.social a {
    color: inherit;
    text-decoration: none;
}

.top-bar .top-info span {
    margin-left: 15px;
}

.top-icon {
    color: #D4AF37;
    margin-right: 4px;
}

/* NAVBAR */
.custom-navbar {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.navbar-brand img {
    height: 80px;
    transition: 0.3s;
}

/* NAV LINKS */
.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin-left: 20px;
    position: relative;
}

/* ACTIVE UNDERLINE */
.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #001f3f;
    bottom: -5px;
    left: 0;
}

/* HOVER */
.navbar-nav .nav-link:hover {
    color: #001f3f;
}


/* HERO SECTION */
.hero-section {
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    height: 400px;
    overflow: hidden;
    background: #fff;
}


.hero-slider,
.swiper,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
}


/* MAIN BOX */
.hero-box {
    position: relative;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* Boost brightness significantly to fix dark images */
    filter: brightness(1.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT CONTENT - CENTERED */
.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.hero-content h1 {
    
    font-weight: 800;
    margin-bottom: 25px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    line-height: 1.1;
    letter-spacing: -3px;
    max-width: 1000px;
}

.hero-content p {
    
    margin: 0;
    font-weight: 500;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
    opacity: 1;
    letter-spacing: 1px;
}

/* RESPONSIVE HERO */
@media (max-width: 991px) {
    .hero-box {
        height: 650px;
    }
    .hero-content h1 {
        
    }
    .hero-content p {
        
    }
}

@media (max-width: 768px) {
    .hero-box {
        height: 550px;
    }
    .hero-content h1 {
        
    }
    .hero-content p {
        
    }
}

.products-section {
   
    background: #f5f5f5;
}

.section-title {
    
    font-weight: 600;
    margin-bottom: 40px;
    color: #001F3F;
}

/* CARD */
.product-card {
    background: transparent;
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.product-card h6 {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 10px;
}

.product-card p {
    
    color: #666;
    line-height: 1.6;
}

/* SLIDER */
.product-slider {
    position: relative;
    overflow: hidden;
}

/* NAV BUTTONS (bottom right) */
.slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 2px solid #001F3F;
    border-radius: 50%;
    box-shadow: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    
    color: #001F3F;
}


/* SECTION */
.why-section {
    padding: 80px 0;
    background: #fff;
}

/* TITLE */
.why-title {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 50px;
}

/* LIST */
.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    
    color: #444;
    margin-bottom: 15px;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
}

/* BULLET STYLE */
.why-list li::before {
    content: "â€¢";
    position: absolute;
    left: 0;
    top: 0;
    color: #001F3F;
    
}

/* MAP */
.map-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .why-title {
        
    }

    .map-box {
        margin-top: 30px;
    }
}


.testimonial-section {
 
    background: #fff;
}

.testimonial-title {
    font-size: 32px;
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 50px;
}

/* CARD */
.testimonial-card {
    background: #fff;
    padding: 18px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: stretch;
    gap: 15px;
}

/* LEFT SIDE - Image + Name */
.testimonial-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    max-width: 100px;
}

/* RIGHT SIDE - Stars + Description */
.testimonial-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.user-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
}

/* STARS */
.stars {
    color: #D4AF37;
    
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.google-icon {
    color: #4285F4;
    
}

/* TEXT */
.testimonial-text {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
}

/* NAME */
.testimonial-card h6 {
    margin: 4px 0 0;
    font-weight: 600;
    
    color: #001F3F;
}

.testimonial-card span {
    font-size: 11px;
    color: #888;
}

/* SLIDER */
.testimonial-slider {
    position: relative;
}

.testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.testimonial-slider .swiper-slide {
    height: auto;
}

/* NAV (center bottom like Figma) */
.testimonial-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    
    color: #001F3F;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}


/* SECTION BACKGROUND */
.contact-section {
    
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.3)) !important; */
    background-color: #f5f5f5 !important;
    color: #fff;
}


/* WRAPPER */
.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT TEXT */
.contact-content {
    max-width: 500px;
}

.contact-content h2 {
    
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-content p {
    
    color: #000;
}

/* FORM CARD */
.contact-form {
    background: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    width: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-form input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    
    color: #333;
    background: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
}

.contact-form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    
    color: #333;
    background: #f9f9f9;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
    resize: none;
    height: 38px;
}

.contact-form input[type="file"] {
    padding: 6px 10px;
    
    cursor: pointer;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #001F3F;
    box-shadow: 0 0 0 3px rgba(28, 43, 74, 0.1);
    background: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #aaa;
    font-weight: 400;
}

.contact-form .form-group {
    margin-bottom: 8px;
}

.contact-form label {
    display: block;
    
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* PHONE GROUP */
.phone-group {
    display: flex;
    align-items: center;
}

.phone-group span,
.phone-group select.phone-code {
    padding: 8px 12px;
    background: #eee;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    
    color: #555;
    outline: none;
    cursor: pointer;
}

.contact-info-heading {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 15px;
}

.phone-group input {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

/* BUTTON */
.contact-form button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #001F3F;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 5px;
}

.contact-form button:hover {
    background: #001F3F;
}

/* SECTION */
.newsletter {
    background: #001F3F;
    padding: 30px 0;
}

/* WRAPPER */
.newsletter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* TEXT */
.newsletter-text h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.newsletter-text p {
    color: #aaa;
    
    margin: 0;
}

/* FORM */
.newsletter-form {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

/* INPUT */
.newsletter-form input {
    width: 250px;
    height: 40px;
    padding: 0 18px;
    border-radius: 12px 0 0 12px;
    outline: none;
    background: #000;
    border: 2px solid #001f3f;
    color: #777;
}

/* BUTTON */
.newsletter-form button {
    height: 40px;
    padding: 0 22px;
    border-radius: 0 12px 12px 0;
    border: none;
    background: #001f3f;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

/* HOVER */
.newsletter-form button:hover {
    background: #123a66;
}

@media (max-width: 768px) {
    .newsletter-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }
}

.newsletter-form input::placeholder {
    color: #777;
}

.newsletter-form input:focus {
    box-shadow: 0 0 0 2px rgba(13, 43, 76, 0.2);
}

/* FOOTER */
.footer-logo {
    max-height: 50px;
    margin-bottom: 15px;
}

.footer {
    background: #001F3F;
    color: #aaa;
    padding: 40px 0 20px;
}

.footer h6 {
    color: #fff;
    margin-bottom: 20px;
}

.footer p {
    margin-bottom: 12px;
    line-height: 1.7;
}

.footer p i {
    color: #D4AF37;
    margin-right: 6px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 12px;
}

.footer ul li a {
    color: #aaa !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.social i {
    margin-right: 10px;
    cursor: pointer;
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #222;
    padding: 15px;
    color: #777;
}

/* PRIVACY POLICY PAGE */
.privacy-policy-section {
    padding: 40px 0;
    background: #f8f9fb;
}

.privacy-policy-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.privacy-policy-card h1 {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 20px;
}

.privacy-policy-card h2 {
    
    font-weight: 600;
    color: #001F3F;
    margin-top: 30px;
    margin-bottom: 12px;
}

.privacy-policy-card h3 {
    
    font-weight: 600;
    color: #001F3F;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-policy-card p {
    
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 12px;
}

.privacy-policy-card ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.privacy-policy-card ul li {
    
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 5px;
}

.privacy-policy-card address {
    
    line-height: 1.8;
    color: #4a5568;
    font-style: normal;
}

.privacy-policy-card address a {
    color: #001F3F;
    text-decoration: none;
}

.privacy-policy-card address a:hover {
    text-decoration: underline;
}

/* CONTACT PAGE STYLES */

/* CONTACT HERO SECTION */
.contact-hero-section {
    padding: 40px 0;
    background: #fff;
}

.contact-hero-box {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.contact-hero-box {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover !important;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    
}
.product-background{
    background: #1c2b4a url('../images/product-banner.jpeg') no-repeat center center;
}
.contact-background{
    background: #1c2b4a url('../images/contact-bg1.png') no-repeat center center;
}
.industry-background{
    background: #1c2b4a url('../images/industries-banner.jpeg') no-repeat center center;
}

.blog-background{
    background: #1c2b4a url('../images/blog-banner.jpeg') no-repeat center center;
}
.gallery-background{
    background: #1c2b4a url('../images/gallery-banner.jpeg') no-repeat center center;

}
.contact-hero-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.contact-hero-content h1 {
    
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.contact-hero-content p {
    
    margin: 0 0 10px;
    font-weight: 500;
    opacity: 1;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.contact-hero-content p a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s;
}

.contact-hero-content p a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* CONSULTATION SECTION */
.consultation-section {
    padding: 30px 0;
    background: #fff;
}

.consultation-header {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 20px;
}

.consultation-desc {
    color: #555;
    
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
}

.appointment-btn-wrapper {
    margin-bottom: 40px;
}

.btn-appointment {
    background: #3a4557;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    
    cursor: pointer;
    transition: 0.3s;
}

.btn-appointment:hover {
    background: #2a3447;
}

/* CONSULTATION WRAPPER */
.consultation-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 50px;
    align-items: stretch;
    margin-top: 30px;
}

/* CONTACT INFO BOX */
.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-item i {
    
    color: #f4a623;
    margin-top: 2px;
    min-width: 35px;
}

.info-item a {
    color: #333;
    text-decoration: none;
    
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}

.info-item a:hover {
    color: #001f3f;
}

.info-item span {
    color: #333;
    
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
}

/* CONTACT FORM BOX */
.contact-form-box {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.contact-form-box form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    transition: border-color 0.3s;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    outline: none;
    border-color: #001f3f;
    box-shadow: 0 0 0 3px rgba(13, 43, 76, 0.1);
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
    color: #999;
}

.contact-form-box textarea {
    resize: none;
    min-height: auto;
    height: 40px;
    line-height: 1.5;
}

/* PHONE GROUP */
.contact-form-box .phone-group {
    display: flex;
    gap: 0;
}

.contact-form-box .phone-group span {
    background: #e8e8e8;
    border: 1px solid #e0e0e0;
    border-radius: 6px 0 0 6px;
    padding: 10px 12px;
    font-weight: 600;
    color: #333;
    
    min-width: 40px;
    display: flex;
    align-items: center;
}

.contact-form-box .phone-group input {
    border-radius: 0 6px 6px 0;
    border-left: none;
    flex: 1;
}

/* SUBMIT BUTTON */
.btn-submit {
    width: 100%;
    padding: 11px;
    background: #b0b0b0;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    
    margin-top: 8px;
}

.btn-submit:hover {
    background: #9a9a9a;
}

/* MAP SECTION */
.map-section {
    padding: 30px 0;
    background: #f9f9f9;
}

.map-box-contact {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .consultation-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-hero-content {
        padding: 35px 40px;
    }

    .contact-hero-content h1 {
        
    }

    .consultation-header {
        
    }
}

@media (max-width: 768px) {
    .consultation-wrapper {
        grid-template-columns: 1fr;
    }

    .consultation-section {
        padding: 40px 0;
    }

    .contact-hero-box {
        height: 220px;
    }

    .contact-hero-content {
        padding: 25px 30px;
    }

    .contact-hero-content h1 {
        
    }

    .contact-hero-content p {
        
    }

    .contact-form-box {
        padding: 20px;
    }

    .consultation-header {
        
    }

    .consultation-desc {
        
    }

    .contact-info-box {
        gap: 20px;
    }
}

/* ==================== INDUSTRIES PAGE STYLES (NEW) ==================== */

.industries-top-section {
    padding: 30px 0 20px;
    background: #f8f9fb;
}

.industries-main-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* BREADCRUMB */
.custom-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.custom-breadcrumb .breadcrumb-item {
    
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #99abb4;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #99abb4;
}

.breadcrumb-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 15px 0 30px;
}

/* HEADER CONTENT */
.industries-header-content {
    margin-bottom: 50px;
}

.industries-header-content h1 {
    
    font-weight: 800;
    color: #001f3f;
    margin-bottom: 12px;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    outline: none;
    border-color: #001f3f;
    box-shadow: 0 0 0 3px rgba(13, 43, 76, 0.1);
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
    color: #999;
}

.contact-form-box textarea {
    resize: none;
    min-height: auto;
    height: 40px;
    line-height: 1.5;
}

/* PHONE GROUP */
.contact-form-box .phone-group {
    display: flex;
    gap: 0;
}

.contact-form-box .phone-group span {
    background: #e8e8e8;
    border: 1px solid #e0e0e0;
    border-radius: 6px 0 0 6px;
    padding: 10px 12px;
    font-weight: 600;
    color: #333;
    
    min-width: 40px;
    display: flex;
    align-items: center;
}

.contact-form-box .phone-group input {
    border-radius: 0 6px 6px 0;
    border-left: none;
    flex: 1;
}

/* SUBMIT BUTTON */
.btn-submit {
    width: 100%;
    padding: 11px;
    background: #b0b0b0;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    
    margin-top: 8px;
}

.btn-submit:hover {
    background: #9a9a9a;
}

/* MAP SECTION */
.map-section {
    padding: 30px 0;
    background: #f9f9f9;
}

.map-box-contact {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .consultation-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-hero-content {
        padding: 35px 40px;
    }

    .contact-hero-content h1 {
        
    }

    .consultation-header {
        
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 50px !important;
    }
    .hero-content h1 {
        !important;
    }
    .consultation-wrapper {
        grid-template-columns: 1fr;
    }

    .consultation-section {
        padding: 40px 0;
    }

    .contact-hero-box {
        height: 220px;
    }

    .contact-hero-content {
        padding: 25px 30px;
    }

    .contact-hero-content h1 {
        
    }

    .contact-hero-content p {
        
    }

    .contact-form-box {
        padding: 20px;
    }

    .consultation-header {
        
    }

    .consultation-desc {
        
    }

    .contact-info-box {
        gap: 20px;
    }
}

/* ==================== INDUSTRIES PAGE STYLES (NEW) ==================== */

.industries-top-section {
    padding: 30px 0 20px;
    background: #f8f9fb;
}

.industries-main-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* BREADCRUMB */
.custom-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.custom-breadcrumb .breadcrumb-item {
    
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.custom-breadcrumb .breadcrumb-item.active {
    color: #99abb4;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #99abb4;
}

.breadcrumb-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 15px 0 30px;
}

/* HEADER CONTENT */
.industries-header-content {
    margin-bottom: 50px;
}

.industries-header-content h1 {
    
    font-weight: 800;
    color: #001f3f;
    margin-bottom: 12px;
}

.industries-header-content p {
    
    color: #6c757d;
    font-weight: 400;
}

/* SWIPER SPECIFIC STACKING & ANIMATION */
.industries-swiper {
    padding-bottom: 20px;
    overflow: hidden !important;
    height: 300px;
    clip-path: inset(0);
}

.industries-swiper .swiper-wrapper {
    align-items: center;
    flex-wrap: nowrap !important;
    height: 300px;
}

.industries-swiper .swiper-slide {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    opacity: 0;
    flex-shrink: 0;
    visibility: hidden;
    display: flex !important;
    align-items: center;
    height: 300px;
}

.industries-swiper .swiper-slide-active,
.industries-swiper .swiper-slide-prev,
.industries-swiper .swiper-slide-next {
    opacity: 1;
    visibility: visible;
}

.industries-swiper .swiper-slide-active {
    z-index: 10;
    opacity: 1;
}

.industries-swiper .swiper-slide-prev,
.industries-swiper .swiper-slide-next {
    opacity: 0.85;
}

.industries-swiper .swiper-slide .industry-card {
    height: 210px;
}

.industries-swiper .swiper-slide-active .industry-card {
    height: 270px;
}

.industry-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: #000;
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.industry-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Manrope', sans-serif;
}

.industry-card-overlay h3 {
    
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.industry-card-overlay p {
    
    line-height: 1.4;
    margin: 0;
    opacity: 0.85;
    font-weight: 600;
}

/* PAGINATION DOTS (FIXED PLACEMENT) */
.swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e0;
    opacity: 0.5;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #1a202c;
    opacity: 1;
    transform: scale(1.2);
}

/* FEATURED INDUSTRY SECTION */
.featured-industry-section {
    padding: 10px 0;
    background: #fff;
}

/* CENTERED FEATURED SECTION (MATCHING IMAGE) */
.featured-header-new h2 {
    
    font-weight: 700;
    color: #001F3F;
    margin-top: 20px;
    margin-bottom: 20px;
}

.featured-sub {
    
    color: #4a5568;
    margin-bottom: 40px;
}

.featured-description-new {
    max-width: 950px;
    margin: 0 auto;
}

.featured-description-new p {
    
    line-height: 1.6;
    color: #2d3748;
    margin-bottom: 25px;
}

.featured-description-new strong {
    font-weight: 700;
    color: #001F3F;
}

/* MASONRY GRID STYLES */
.featured-masonry-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(3, 150px);
    gap: 8px;
    margin-bottom: 60px;
}

.masonry-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.masonry-item:hover img {
    transform: scale(1.05);
}

/* Specific Grid Placements to match image */
/* Col 1: Top (2 units), Bottom (1 unit) */
.item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.item-2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

/* Col 2: Top (1 unit), Bottom (2 units) */
.item-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.item-4 {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}

/* Col 3: Top (2 units), Bottom (1 unit) */
.item-5 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.item-6 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

@media (max-width: 768px) {
    .featured-masonry-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        display: flex;
        flex-direction: column;
    }

    .masonry-item {
        height: 250px;
        margin-bottom: 15px;
    }
}

/* THREE COLUMN GRID STYLES */
.featured-image-grid {
    margin-bottom: 80px;
}

.grid-col-wrapper {
    display: flex;
    flex-direction: column;
}

.masonry-item.item-tall {
    height: 380px;
}

.masonry-item.item-short {
    height: 200px;
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.masonry-item img:hover {
    transform: translateY(-5px);
}

/* ==================== GALLERY PAGE STYLES ==================== */

.gallery-top-bg {
    padding: 30px 0;
    background: #f8f9fb;
}

.gallery-main-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.gallery-header-content h1 {
    
    font-weight: 800;
    color: #001f3f;
    margin-bottom: 0;
}

.gallery-connect-section {
    padding: 50px 0 20px;
}

.gallery-connect-title {
    
    font-weight: 700;
    color: #001f3f;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.gallery-connect-buttons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.btn-call-now {
    background: #001F3F;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    
    transition: all 0.3s ease;
}

.btn-call-now:hover {
    background: #0d1a33;
    color: #fff;
}

.btn-book-appt {
    background: #fff;
    color: #001F3F;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    
    transition: all 0.3s ease;
}

.btn-book-appt:hover {
    background: #f8f9fb;
    color: #001F3F;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-connect-title {
        
    }

    .gallery-item {
        height: 250px;
    }
}

/* ==================== PRODUCTS PAGE STYLES ==================== */

.products-page-section {
    padding: 40px 0 60px;
    background: #fff;
}

.product-page-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.product-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.product-page-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-page-info {
    padding: 20px;
}

.product-page-info h6 {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 10px;
}

.product-page-info p {
    
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* PRODUCTS NEW LAYOUT */
.product-row {
    margin-bottom: 60px;
}

.product-row .row {
    align-items: stretch;
}

.product-rounded-img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-title-new {
    color: #001f3f;
    font-weight: 700;
    
    margin-bottom: 15px;
}

.product-desc-new {
    color: #222;
    
    line-height: 1.6;
}

.product-subtitle-new {
    
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.product-list-new {
    padding-left: 20px;
    list-style-type: disc;
}

.product-list-new li {
    
    color: #222;
    margin-bottom: 8px;
}

/* CUSTOM BLOG CARDS */
.blog-card-link {
    height: 100%;
}

.blog-card-custom {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card-img-wrapper {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 160px;
    flex-shrink: 0;
}

.blog-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-card-body-custom {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
}

.blog-meta-custom {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3b5068;
    
    font-weight: 500;
    margin-bottom: 12px;
}

.blog-meta-custom i {
    
    margin-right: 4px;
}

.meta-divider {
    color: #e0e0e0;
    
}

.blog-title-custom {
    
    font-weight: 400;
    color: #1e3b60;
    line-height: 1.4;
    margin: 0;
}

/* ==================== BLOG PAGE STYLES ==================== */

.blog-section {
    padding: 40px 0 60px;
    background: #fff;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-date {
    
    color: #999;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-card-body h5 {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-card-body p {
    
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

.blog-read-more {
    
    font-weight: 600;
    color: #001f3f;
    text-decoration: none;
    transition: 0.3s;
}

.blog-read-more:hover {
    color: #1a4a7a;
}

.blog-read-more i {
    margin-left: 5px;
    transition: margin-left 0.3s;
}

.blog-read-more:hover i {
    margin-left: 10px;
}

/* HEADER DROPDOWN MENU */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.custom-dropdown {
    border: 1px solid #eaebf0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 0;
    min-width: 160px;
}

.custom-dropdown .dropdown-item {
    padding: 10px 15px;
    
    color: #64738f;
    border-bottom: 1px solid #eaebf0;
    transition: 0.3s ease;
    background-color: #fff;
    position: relative;
    white-space: normal;
}

.custom-dropdown .dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 8px 8px;
}

.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item:focus {
    color: #D4AF37;
    background-color: #f7f9fd;
    padding-left: 28px;
}

.custom-dropdown .dropdown-item::before {
    content: "- ";
    position: absolute;
    left: 15px;
    opacity: 0;
    transition: 0.3s ease;
    font-weight: bold;
}

.custom-dropdown .dropdown-item:hover::before,
.custom-dropdown .dropdown-item:focus::before {
    opacity: 1;
    left: 15px;
}
/* ==================== BLOG DETAIL PAGE STYLES ==================== */

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-card-link:hover {
    color: inherit;
}

/* Hero Section - Two Column Layout */
.blog-detail-section {
    padding: 60px 0 40px;
    background: #fff;
}

.blog-detail-hero {
    gap: 0;
}

.blog-detail-left {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.blog-tag {
    background: #001F3F;
    color: #fff;
    padding: 5px 16px;
    border-radius: 20px;
    
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.blog-date {
    
    color: #888;
}

.blog-date i {
    color: #D4AF37;
    margin-right: 5px;
}

.blog-detail-title {
    
    font-weight: 800;
    color: #001F3F;
    margin-bottom: 20px;
    line-height: 1.25;
}

.blog-detail-excerpt {
    
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

/* Author Box */
.blog-detail-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #001F3F, #2a4070);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 700;
    color: #001F3F;
    
}

.author-role {
    
    color: #999;
}

/* Right Image */
.blog-detail-right {
    padding-left: 20px;
}

.blog-detail-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(28, 43, 74, 0.15);
}

.blog-detail-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-detail-img:hover img {
    transform: scale(1.03);
}

/* Article Content Section */
.blog-article-section {
    padding: 50px 0 60px;
    background: #f8f9fb;
}

.blog-detail-content {
    background: #fff;
    border-radius: 20px;
    padding: 45px 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    
    line-height: 1.8;
    color: #444;
}

.blog-detail-content h4 {
    
    font-weight: 700;
    color: #001F3F;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.blog-detail-content h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 22px;
    background: #D4AF37;
    border-radius: 2px;
}

.blog-detail-content p {
    margin-bottom: 15px;
}

.blog-detail-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-detail-content ul li {
    margin-bottom: 10px;
    color: #555;
    position: relative;
    padding-left: 10px;
}

.blog-detail-content ul li::marker {
    color: #D4AF37;
}

/* Highlight Quote Box */
.blog-highlight-box {
    background: linear-gradient(135deg, #001F3F, #2a4070);
    border-radius: 15px;
    padding: 30px 35px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.blog-highlight-box::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(245, 166, 35, 0.15);
    border-radius: 50%;
}

.blog-highlight-box i {
    
    color: #D4AF37;
    margin-bottom: 10px;
    display: block;
}

.blog-highlight-box p {
    color: #e0e6f0;
    
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Related Blogs */
.related-blogs-section {
    padding: 50px 0 70px;
    background: #fff;
}

.related-blogs-title {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 35px;
    text-align: center;
}

/* Responsive Blog Detail */
@media (max-width: 991px) {
    .blog-detail-left {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .blog-detail-right {
        padding-left: 15px;
    }

    .blog-detail-title {
        
    }
}

@media (max-width: 768px) {
    .blog-detail-hero {
        flex-direction: column-reverse;
    }

    .blog-detail-img img {
        height: 260px;
    }

    .blog-detail-title {
        
    }

    .blog-detail-meta {
        flex-wrap: wrap;
    }

    .blog-detail-content {
        padding: 25px 20px;
    }

    .blog-highlight-box {
        padding: 20px 25px;
    }

    .blog-highlight-box p {
        
    }

    .related-blogs-title {
        
    }
}

/* FLOATING ACTION BUTTONS */
.fab-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fab-item {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
}

.fab-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.fab-mail {
    background-color: #D4AF37;
     color: #001f3f;
}

.fab-phone {
    background-color: #D4AF37;
    color: #001f3f;
}

.fab-phone:hover {
    color: #001f3f;
}

.fab-back-to-top {
    background-color: #D4AF37;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.fab-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

@media (max-width: 768px) {
    .fab-container {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
    
    .fab-item {
        width: 50px;
        height: 50px;
        
        border-radius: 12px;
    }
}

/* NEW PRODUCT LISTING UI */
.product-list-item {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-list-item:hover {
    transform: translateY(-5px);
}

.product-image-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-list-item:hover .product-image-wrapper img {
    transform: scale(1.05);
}

.product-content-wrapper {
    padding: 20px 40px;
}

.product-content-wrapper h2 {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 20px;
}

.product-content-wrapper .description-text {
    
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-column h4 {
    
    font-weight: 700;
    color: #001F3F;
    margin-bottom: 15px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    
    color: #444;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.info-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #001F3F;
    font-weight: bold;
}

@media (max-width: 991px) {
    .product-content-wrapper {
        padding: 30px 20px;
    }
    
    .product-image-wrapper {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-content-wrapper h2 {
        
    }
}

/* FAQ Section */
.faq-section {
    background: #f8f8f8;
}

.faq-section h2 {
    color: #001F3F;
    font-size: 38px;
    font-weight: 700;
}

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.custom-faq .accordion-button {
    background: #fff;
    color: #001F3F;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 24px;
    box-shadow: none !important;
}

.custom-faq .accordion-button:not(.collapsed) {
    background: #001F3F;
    color: #fff;
}

.custom-faq .accordion-button::after {
    filter: brightness(0);
}

.custom-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.custom-faq .accordion-body {
    padding: 20px 24px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    background: #fff;
}
