/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!! STAR INTERNATIONAL - MASTER STYLESHEET !!!!!!!!!!!!!!!*/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESET & BASE STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #757F95;
    line-height: 1.8;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
    color: #03060D;
    font-weight: 600;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESET & BASE STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER TOP STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header-top {
    background: #24201F;
    padding: 12px 0 14px 0;
    position: relative;
    z-index: 1;
}

.header-top::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: -1px;
    width: 8%;
    border-left: 10px solid #ffffff;
    background: #DB5E41;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
    z-index: -1;
}

.header-top::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    bottom: -1px;
    width: 47%;
    background: #DB5E41;
    border-right: 10px solid #ffffff;
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 2% 100%, 0 50%);
    z-index: -1;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-top-contact a {
    color: #ffffff;
}

.header-top-contact a i {
    color: #DB5E41;
    margin-right: 5px;
}

.header-top-social span {
    color: #ffffff;
}

.header-top-social a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-left: 14px;
    border: 2px solid #ffffff;
    display: inline-block;
}

.header-top-social a:hover {
    color: #DB5E41;
    background: #ffffff;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER TOP STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! STICKY NAVIGATION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.main-navigation {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.navbar {
    background: #ffffff;
    padding: 0;
}

.navbar-brand img {
    width: 200px;
    max-height: 70px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #03060D;
    padding: 30px 0 30px 22px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #DB5E41;
}

.dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #DB5E41;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.dropdown-item:hover {
    background: transparent;
    color: #DB5E41;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 45px;
}

.search-btn .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #03060D;
}

.theme-btn {
    font-size: 14px;
    color: #ffffff;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: #DB5E41;
    display: inline-block;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #03060D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s;
    z-index: -1;
}

.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
    margin-left: 8px;
}

.theme-btn2 {
    background: #ffffff;
    color: #03060D;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! STICKY NAVIGATION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HERO SLIDER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.hero-section {
    margin-top: 0;
}

.hero-single {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
}

.hero-single::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom right, rgba(0,0,0,0.65) 30%, rgba(0,0,0,0.2) 100%);
    z-index: -1;
}

.hero-sub-title {
    display: inline-block;
    color: #DB5E41;
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #DB5E41;
}

.hero-title {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    margin: 20px 0;
}

.hero-title span {
    color: #DB5E41;
}

.hero-single p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-btn {
    display: flex;
    gap: 1rem;
    margin-top: 35px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    font-size: 25px !important;
    border-radius: 50% !important;
}

.owl-prev { left: 40px; }
.owl-next { right: 40px; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HERO SLIDER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURE AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.feature-area { padding-top: 120px; }
.feature-item {
    padding: 28px;
    background: #F3EFEE;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.5s;
}
.feature-item:hover { transform: translateY(-10px); }
.feature-item .count {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 50px;
    font-weight: 700;
    -webkit-text-stroke: 2px #DB5E41;
    -webkit-text-fill-color: transparent;
}
.feature-icon {
    width: 100px;
    height: 100px;
    line-height: 95px;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    background: #DB5E41;
    border-radius: 50%;
    margin-bottom: 25px;
}
.feature-title { font-size: 24px; margin-bottom: 15px; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURE AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT AREA STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.about-area { padding: 120px 0; }
.about-left { position: relative; z-index: 1; }
.about-left::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 250px;
    height: 250px;
    background: #DB5E41;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
}
.about-left::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: 250px;
    height: 50%;
    border-right: 5px solid #DB5E41;
    z-index: -1;
}
.about-experience {
    position: absolute;
    top: 80px;
    right: -20px;
    text-align: center;
    background: #DB5E41;
    padding: 15px 20px 15px 15px;
    color: #ffffff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience-icon {
    color: #DB5E41;
    font-size: 59px;
    width: 90px;
    height: 90px;
    line-height: 85px;
    text-align: center;
    margin: auto;
    background: #ffffff;
    border-radius: 50px;
    margin-bottom: 5px;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #DB5E41;
    border-bottom: 2px solid #DB5E41;
    position: relative;
}
.site-title-tagline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12px;
    background: #DB5E41;
    opacity: .1;
}
.site-title { font-size: 55px; font-weight: 700; margin-top: 10px; }
.site-title span { color: #DB5E41; }
.about-item { display: flex; gap: 15px; margin-top: 30px; }
.about-item-icon { font-size: 45px; color: #DB5E41; }
.about-list li { padding-left: 25px; position: relative; margin-top: 10px; }
.about-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #DB5E41;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT AREA STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! PREMIUM PRODUCT CARD STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.service-area { padding: 120px 0; background: #F3EFEE; }
.service-item {
    background: #ffffff;
    margin-bottom: 25px;
    padding: 5px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all 0.5s;
}
.service-item:hover { transform: translateY(-10px); }
.service-img { position: relative; overflow: hidden; height: 240px; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.service-item:hover .service-img img { transform: scale(1.08); }
.service-content { padding: 25px; position: relative; }
.service-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 68px;
    background: #DB5E41;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    right: 20px;
    bottom: -40px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    border: 4px solid #ffffff;
}
.service-shadow-icon {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 100px;
    color: #DB5E41;
    opacity: .1;
    z-index: -1;
}
.service-title a { font-size: 24px; font-weight: 600; color: #03060D; }
.service-title a:hover { color: #DB5E41; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! PREMIUM PRODUCT CARD STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! CLIENTS SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.clients-area {
    padding: 80px 0;
    background: #ffffff;
}
.client-item {
    text-align: center;
    padding: 20px;
    background: #F3EFEE;
    border-radius: 10px;
    margin: 15px;
    transition: all 0.3s;
}
.client-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.client-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.client-item:hover img {
    filter: grayscale(0%);
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! CLIENTS SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.footer-area { background: #302C2B; }
.footer-widget { padding: 80px 0 50px; }
.footer-logo img { width: 220px; max-height: 80px; object-fit: contain; margin-bottom: 20px; }
.footer-widget-title {
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 3px;
    background: rgba(255,255,255,0.2);
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #DB5E41;
    bottom: 0;
    left: 18px;
}
.footer-list li { margin-bottom: 12px; }
.footer-list li a { color: #ffffff; transition: all 0.3s; }
.footer-list li a:hover { color: #DB5E41; padding-left: 10px; }
.footer-list li a i { margin-right: 8px; color: #DB5E41; }
.footer-contact li {
    color: #F5FAFF;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.footer-contact li a { color: #F5FAFF; }
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #DB5E41;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
}
.footer-widget-box p { color: #ffffff; margin-bottom: 20px; }
.copyright {
    background: #24201F;
    padding: 20px 0;
    position: relative;
}
.copyright::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #DB5E41;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 3% 100%, 0 50%);
    width: 50%;
    height: 100%;
    z-index: 0;
}
.copyright-text { color: #F5FAFF; margin-bottom: 0; position: relative; z-index: 1; }
.copyright-text a { color: #DB5E41; }
.footer-social { display: flex; gap: 15px; justify-content: flex-end; position: relative; z-index: 1; }
.footer-social li a i {
    width: 42px;
    height: 42px;
    line-height: 39px;
    text-align: center;
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all 0.3s;
}
.footer-social li a i:hover {
    background: #ffffff;
    color: #DB5E41;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESPONSIVE MEDIA QUERIES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
@media (max-width: 991px) {
    .hero-title { font-size: 40px; }
    .site-title { font-size: 35px; }
    .navbar-nav .nav-link { padding: 15px 0 !important; }
    .footer-social { justify-content: center; margin-top: 15px; }
    .copyright-text { text-align: center; }
    .copyright::before { width: 30%; clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%); }
    .service-img { height: 200px; }
    .header-top::before, .header-top::after { display: none; }
    .header-top-wrapper { flex-direction: column; gap: 10px; }
    .header-top-contact ul { flex-wrap: wrap; justify-content: center; }
    .about-experience { position: relative; top: auto; right: auto; margin-top: 20px; display: inline-block; width: 100%; }
    .about-left::before, .about-left::after { display: none; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 32px; }
    .hero-sub-title { font-size: 18px; letter-spacing: 3px; }
    .hero-btn { flex-direction: column; gap: 1rem; align-items: flex-start; }
    .hero-single { padding-top: 100px; padding-bottom: 100px; }
    .owl-nav button { width: 40px; height: 40px; font-size: 16px !important; }
    .owl-prev { left: 10px; }
    .owl-next { right: 10px; }
    .feature-area { padding-top: 60px; }
    .about-area, .service-area { padding: 60px 0; }
    .clients-area { padding: 50px 0; }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESPONSIVE MEDIA QUERIES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/


/* Gallery Section */
.gallery-area {
    background: #f9f5f0;
}

.gallery-grid {
    margin-top: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 25px;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 40px;
    color: #fff;
    background: #e67e22;
    padding: 15px;
    border-radius: 50%;
}

/* Lightbox Popup */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close-lightbox:hover {
    color: #e67e22;
}


/* Get In Touch Section */
.contact-area {
    background: #fff;
}

.contact-info-wrapper {
    padding-right: 30px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
    padding: 20px;
    background: #f9f5f0;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 24px;
    color: #fff;
}

.contact-details h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.contact-details p, 
.contact-details a {
    color: #555;
    margin-bottom: 5px;
    text-decoration: none;
}

.contact-details a:hover {
    color: #e67e22;
}

/* Contact Form */
.contact-form-wrapper {
    background: #f9f5f0;
    padding: 35px;
    border-radius: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #e67e22;
    outline: none;
    box-shadow: 0 0 0 3px rgba(230,126,34,0.1);
}

textarea.form-control {
    resize: vertical;
}

.theme-btn {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    transition: all 0.3s;
}

.theme-btn:hover {
    background: #d35400;
    color: #fff;
    transform: translateY(-2px);
}

/* Section Padding */
.section-padding {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0;
    }
    .contact-info-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .contact-form-wrapper {
        padding: 25px;
    }
}




/* ========== ABOUT BANNER SECTION START ========== */
.about-banner-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0a2e1f 0%, #1a4d2e 50%, #0f3a25 100%);
    overflow: hidden;
}

.about-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.03)" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') repeat-x;
    background-position: bottom;
    background-size: cover;
    opacity: 0.4;
    pointer-events: none;
}

.about-banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(249, 171, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.about-banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 300px;
}

.about-banner-content {
    position: relative;
    z-index: 2;
}

.about-banner-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f9ab00;
    background: rgba(249, 171, 0, 0.12);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.about-banner-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.about-banner-title span {
    color: #f9ab00;
    position: relative;
    display: inline-block;
}

.about-banner-title span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f9ab00, #ffd966);
    border-radius: 3px;
}

.about-banner-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f9ab00, #ffd966);
    margin: 25px auto 0;
    border-radius: 4px;
    position: relative;
}

.about-banner-divider::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f9ab00;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
    box-shadow: 0 0 0 3px rgba(249, 171, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .about-banner-section {
        padding: 70px 0;
    }
    
    .about-banner-title {
        font-size: 42px;
    }
    
    .about-banner-wrapper {
        min-height: 240px;
    }
    
    .about-banner-subtitle {
        font-size: 13px;
        padding: 4px 14px;
    }
}

@media (max-width: 480px) {
    .about-banner-section {
        padding: 55px 0;
    }
    
    .about-banner-title {
        font-size: 32px;
    }
    
    .about-banner-wrapper {
        min-height: 200px;
    }
}
/* ========== ABOUT BANNER SECTION END ========== */


/* ========== PRODUCT SPECIFICATIONS SECTION START ========== */
.product-spec-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9fafb 0%, #f0f2f5 100%);
    position: relative;
    overflow: hidden;
}

.product-spec-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle at 100% 0%, rgba(249, 171, 0, 0.05), transparent);
    pointer-events: none;
}

.spec-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

/* Left Column - Image Styles */
.spec-image-col {
    flex: 1;
    min-width: 280px;
}

.spec-image-box {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.spec-image-box:hover {
    transform: translateY(-8px);
}

.spec-image-box img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.spec-image-badge {
    position: absolute;
    bottom: 35px;
    left: 35px;
    background: linear-gradient(135deg, #f9ab00, #e69500);
    color: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.spec-image-badge i {
    font-size: 16px;
}

/* Right Column - Content Styles */
.spec-content-col {
    flex: 1;
    min-width: 300px;
}

.spec-tagline {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f9ab00;
    background: rgba(249, 171, 0, 0.1);
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.spec-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a2e2a;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.spec-title span {
    color: #f9ab00;
    position: relative;
}

.spec-desc {
    color: #5a6e6a;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

/* Table Styles */
.spec-table-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
}

.spec-table tr {
    border-bottom: 1px solid #eef2f0;
}

.spec-table tr:last-child {
    border-bottom: none;
}

.spec-table td {
    padding: 14px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.spec-table td:first-child {
    font-weight: 600;
    color: #1a2e2a;
    background: #fafcfb;
    width: 45%;
}

.spec-table td:first-child i {
    color: #f9ab00;
    width: 24px;
    margin-right: 10px;
    font-size: 14px;
}

.spec-table td:last-child {
    color: #4a5e5a;
    font-weight: 500;
}

/* Bulk Order Info Styles */
.bulk-order-info {
    display: flex;
    gap: 18px;
    background: linear-gradient(135deg, #ffffff, #fffef8);
    padding: 20px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #f9ab00;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.bulk-icon {
    width: 50px;
    height: 50px;
    background: rgba(249, 171, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bulk-icon i {
    font-size: 26px;
    color: #f9ab00;
}

.bulk-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a2e2a;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.bulk-text p {
    font-size: 14px;
    color: #6b7e7a;
    line-height: 1.5;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* CTA Buttons */
.spec-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f9ab00, #e69500);
    color: #fff;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.theme-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.theme-btn:hover {
    background: linear-gradient(135deg, #e69500, #d48900);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(249, 171, 0, 0.3);
    color: #fff;
}

.theme-btn:hover i {
    transform: translateX(5px);
}

.theme-btn-outline {
    background: transparent;
    border: 2px solid #f9ab00;
    color: #f9ab00;
}

.theme-btn-outline:hover {
    background: #f9ab00;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .product-spec-section {
        padding: 60px 0;
    }
    
    .spec-title {
        font-size: 32px;
    }
    
    .spec-table td {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .spec-wrapper {
        flex-direction: column;
        gap: 35px;
    }
    
    .spec-image-col,
    .spec-content-col {
        flex: auto;
        width: 100%;
    }
    
    .spec-title {
        font-size: 28px;
    }
    
    .bulk-order-info {
        padding: 15px 20px;
    }
    
    .spec-cta {
        flex-direction: column;
    }
    
    .theme-btn {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .product-spec-section {
        padding: 50px 0;
    }
    
    .spec-table td {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .spec-table td:first-child i {
        margin-right: 5px;
    }
    
    .bulk-text h4 {
        font-size: 16px;
    }
    
    .bulk-text p {
        font-size: 13px;
    }
}
/* ========== PRODUCT SPECIFICATIONS SECTION END ========== */