:root {
    --theme-blue: #00508f;
    --theme-red: #B72221;
}

::selection {
    color: white;
    background: var(--theme-red);
}

body {
    font-family: "Lato", sans-serif !important;
}

a {
    text-decoration: none;
}

/* main{
    z-index: -1;
    position: relative;
} */

.logo-block {
    width: 200px;
}

.hero {
    background: url('hero-image.jpg') center center/cover no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.section {
    padding: 60px 0;
}

.bg-blue {
    background-color: #3b5f81;
    color: white;
}

.bg-red {
    background-color: #b45645;
    color: white;
}

.product-img img,
.application-img img {
    max-width: 100%;
    height: auto;
}

.faq-question {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}

.custom-navbar {
    background: url('../images/header-bg.jpg') center center/cover no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    transition: all 0.3s ease;
}

.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}

li a {
    text-transform: uppercase;
}

/* Hero Carousel Caption Styling */
.carousel-caption {
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
    bottom: 152px !important;
}

/* Optional: Add smooth transitions */
.carousel-caption h1,
.carousel-caption p {
    transition: all 0.3s ease;
}

.h-about-section {
    background: url('../images/home/about-bg.jpg') center center/cover no-repeat;
}

.h-about-section p {
    color: #fff;
    text-align: left;
}

.h-about-section .cta img {
    height: 40px;
}

.h-our-product-section {
    background-color: #CCCCCC;
}

.gradient-text {
    background: linear-gradient(to right, #047ff7, #ff1700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 600;
}

.bg-application {
    background: url('../images/home/application-bg.jpg') center center/cover no-repeat;
}

.applications-card-pvc {
    background: url('../images/home/application-card-bg.png') center center/cover no-repeat;
    border-radius: 14px;
    /* box-shadow: 0 4px 18px rgba(30, 110, 183, 0.10); */
    box-shadow: 1px 4px 5px 3px #ccc;
    padding: 32px 24px 24px 24px;
    text-align: left;
    flex: 1 1 0;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.applications-card-pvc img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 18px;
    margin-left: 2px;
}

.applications-card-pvc h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.applications-card-pvc p {
    font-size: 0.98rem;
    color: #9d9d9d !important;
    margin-bottom: 0;
}

/* on hover change bg color */
.applications-card-pvc:hover {
    background: linear-gradient(to right, #2f5980 30%, #dd6f64);
    color: #fff;
    box-shadow: 0 6px 24px rgba(43, 195, 206, 0.18);
}

.applications-card-pvc:hover>h3 {
    color: #fff !important;
}

.applications-card-pvc:hover>p {
    color: #fff !important;
}

.img-hover {
    display: none;
}

.applications-card-pvc:hover .img-normal {
    display: none;
}

.applications-card-pvc:hover .img-hover {
    display: inline;
}

.product-range-highligh span {
    font-weight: 700;
}

.small-transparent-card {
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    padding: 10px 20px;
}

.small-transparent-card h5 {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.1px;
}

.small-transparent-card p {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

.small-transparent-card-bg-red {
    background-color: #924c40;
}

.small-transparent-card-bg-blue {
    background-color: #3b5f81;
}

.product-range-bg {
    background-image: url('../images/home/product-range-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spec-btn {
    background: linear-gradient(90deg, #e9e9e9 0%, #d6d6d6 100%);
    color: #222;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 36px;
    font-size: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.why-choose-bg {
    background-color: #b45645;
    color: white;
    padding-top: 100px;
}

.why-choose-bg li {
    background-color: #924c40;
    margin-bottom: 20px;
    padding: 10px 0px;
    border-radius: 10px;
    font-weight: lighter;
    padding-left: 20px;
}

.why-choose-bg i {
    color: #b45645;
}

.my-accordion-item-1 {
    box-shadow: 1px 1px 5px 5px #f8f8f8;
}

.footer-section {
    background-color: #CCCCCC;
    padding: 50px 0px;
}

.footer-heading {
    background: linear-gradient(to right, #047ff7, #ff1700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 50px;
}

.footer-logo {
    position: relative;
    /* Needed for pseudo-element positioning */
    padding: 20px 0;
    border: none;
    /* Remove default borders */
}

/* Gradient border for top & bottom */
.footer-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    /* Border thickness */
    background: linear-gradient(to right, #047ff7, #ff1700);
}

.footer-logo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    /* Border thickness */
    background: linear-gradient(to right, #047ff7, #ff1700);
}

.footer-logo-img {
    width: 200px;
}

.footer-contact-section i {
    background-color: #fff;
    color: #313131;
    padding: 8px;
    border-radius: 20px;
}

.footer-contact-section {
    font-weight: 550;
}

.footer-menu-text {
    text-decoration: none;
    color: #000;
    font-weight: 550;
}

.copyright-footer {
    background: linear-gradient(to right, #2f5980 30%, #dd6f64);
    padding: 20px;
    text-align: center;
    color: #fff;
}

.faq-section-bg {
    background-color: #ccc;
    padding: 50px 0px;
}

.accordion-item {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 1px 1px 9px 3px #939393;
}

.custom-accordion .accordion-button {
    border-radius: 10px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #fff !important;
}

.accordion-body {
    background-color: #dfdfdf;
    border: none !important;
    border-radius: 0px 0px 10px 10px;
}

.blog-section {
    background: url('../images/home/application-card-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.blog-card {
    background-color: transparent;
    border: none;
    box-shadow: 0px 10px 15px 3px #dbdbdb;
}

.blog-card a {
    text-decoration: none;
    color: #2f5980;
    font-weight: 700;
}

.custom-accordion .accordion-button {
    padding: 1rem 1.25rem;
    font-weight: 500;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: inherit;
}

.custom-accordion .accordion-button::after {
    display: none;
    /* Remove Bootstrap's default arrow */
}

.custom-accordion .accordion-button .fa-question-circle {
    color: #0d6efd;
    /* Bootstrap primary color */
}

.custom-accordion .accordion-body {
    padding: 1rem 1.25rem 1rem 2.5rem;
}

.nav-btn {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    padding: 4px 10px;
}

/* prodcut page */
.product-section {
    padding: 40px 0;
    background: #f8f8f8;
}

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

.product-slider {
    flex: 1;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    background: white;
}

.slider-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.slider-wrapper img.active {
    opacity: 1;
}

.slider-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.slider-thumbs img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
}

.slider-thumbs img.active {
    border: 2px solid #0073e6;
}

.product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-details h1 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.product-details p {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
}

.product-details ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.product-details li {
    margin-bottom: 8px;
}

.buy-btn {
    padding: 12px 25px;
    background: #00508f;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 550;
}

.buy-btn:hover {
    background: #003d6b;
}

/* Features Section Styles */
.features-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

/* Static background elements */
.features-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(4, 127, 247, 0.1) 0%, rgba(255, 23, 0, 0.1) 50%, transparent 100%);
    z-index: 0;
}

.features-section::after {
    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="%23047ff7" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ff1700" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23047ff7" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ff1700" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    z-index: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(45deg, #047ff7, #ff1700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Feature Cards */
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #047ff7, #ff1700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
}

.feature-icon::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #047ff7, #ff1700);
    border-radius: 50%;
    z-index: -1;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.feature-card:hover h3 {
    background: linear-gradient(45deg, #047ff7, #ff1700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.feature-card:hover p {
    color: #333;
}

/* Specifications Section */
.specifications-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.specifications-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #047ff7, #ff1700);
}

.specs-header {
    text-align: center;
    margin-bottom: 40px;
}

.specs-header h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #047ff7, #ff1700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #047ff7;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
}

.spec-item:nth-child(1) {
    animation-delay: 0.1s;
}

.spec-item:nth-child(2) {
    animation-delay: 0.2s;
}

.spec-item:nth-child(3) {
    animation-delay: 0.3s;
}

.spec-item:nth-child(4) {
    animation-delay: 0.4s;
}

.spec-item:nth-child(5) {
    animation-delay: 0.5s;
}

.spec-item:nth-child(6) {
    animation-delay: 0.6s;
}

.spec-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(4, 127, 247, 0.1), transparent);
    transition: left 0.5s ease;
}

.spec-item:hover::before {
    left: 100%;
}

.spec-item:hover {
    background: linear-gradient(135deg, #e3f2fd, #fce4ec);
    transform: translateX(5px) scale(1.02);
    border-left-color: #ff1700;
}

.spec-label {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.spec-value {
    color: #047ff7;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.spec-item:hover .spec-value {
    color: #ff1700;
    transform: scale(1.05);
}

/* Benefits Section */
.benefits-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    animation: slideInRight 1s ease-out;
}

.benefits-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 23, 0, 0.05) 0%, transparent 70%);
    animation: float 10s ease-in-out infinite reverse;
    z-index: 0;
}

.benefits-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.benefits-text h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #047ff7, #ff1700, #047ff7);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    animation: gradientShift 3s ease-in-out infinite;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.5s ease-out;
}

.benefits-list li:nth-child(1) {
    animation-delay: 0.1s;
}

.benefits-list li:nth-child(2) {
    animation-delay: 0.2s;
}

.benefits-list li:nth-child(3) {
    animation-delay: 0.3s;
}

.benefits-list li:nth-child(4) {
    animation-delay: 0.4s;
}

.benefits-list li:nth-child(5) {
    animation-delay: 0.5s;
}

.benefits-list li:nth-child(6) {
    animation-delay: 0.6s;
}

.benefits-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(40, 167, 69, 0.1), transparent);
    transition: left 0.5s ease;
}

.benefits-list li:hover::before {
    left: 100%;
}

.benefits-list li:hover {
    background: linear-gradient(135deg, #e8f5e8, #f0f8f0);
    transform: translateX(10px) scale(1.02);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.2);
}

.benefits-list i {
    color: #28a745;
    margin-right: 15px;
    font-size: 1.2rem;
    min-width: 20px;
    animation: pulse 2s ease-in-out infinite;
}

.benefits-list li:hover i {
    animation: bounce 0.5s ease-in-out;
    color: #20c997;
}

.benefits-list li span {
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.benefits-image {
    text-align: center;
    animation: float 6s ease-in-out infinite;
}

.benefits-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.benefits-image:hover img {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

/* Keyframe Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes slideGradient {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .feature-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .benefits-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .specifications-section,
    .benefits-section {
        padding: 30px 20px;
    }

    .feature-card {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-icon i {
        font-size: 1.5rem;
    }
}

/* Contact Form Section Styles */
.contact-form-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2f5980 0%, #dd6f64 100%);
    position: relative;
    overflow: hidden;
}

.contact-form-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="contact-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="40" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');
    animation: float 20s ease-in-out infinite;
    z-index: 0;
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease-out;
}

/* Contact Info Styles */
.contact-info {
    color: white;
}

.contact-header {
    margin-bottom: 50px;
    animation: slideInLeft 1s ease-out;
}

.contact-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-header p {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
}

.contact-item:nth-child(1) {
    animation-delay: 0.1s;
}

.contact-item:nth-child(2) {
    animation-delay: 0.2s;
}

.contact-item:nth-child(3) {
    animation-delay: 0.3s;
}

.contact-item:nth-child(4) {
    animation-delay: 0.4s;
}

.contact-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #047ff7, #ff1700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    animation: pulse 2s ease-in-out infinite;
}

.contact-icon i {
    font-size: 1.5rem;
    color: white;
}

.contact-item:hover .contact-icon {
    animation: bounce 0.5s ease-in-out;
}

.contact-text h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-text p {
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
}

/* Contact Form Styles */
.contact-form {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: slideInRight 1s ease-out;
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #047ff7, #ff1700, #047ff7);
    background-size: 200% 100%;
    animation: slideGradient 3s ease-in-out infinite;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out;
}

.form-header h3 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    background: linear-gradient(45deg, #047ff7, #ff1700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-header p {
    color: #666;
    font-size: 1rem;
}

.contact-form-fields {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    gap: 20px;
}

.form-group {
    position: relative;
    animation: fadeInUp 0.6s ease-out;
}

.form-group:nth-child(1) {
    animation-delay: 0.1s;
}

.form-group:nth-child(2) {
    animation-delay: 0.2s;
}

.form-group:nth-child(3) {
    animation-delay: 0.3s;
}

.form-group:nth-child(4) {
    animation-delay: 0.4s;
}

.form-group:nth-child(5) {
    animation-delay: 0.5s;
}

.form-group:nth-child(6) {
    animation-delay: 0.6s;
}

.form-group:nth-child(7) {
    animation-delay: 0.7s;
}

.form-group:nth-child(8) {
    animation-delay: 0.8s;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #047ff7;
    background: white;
    box-shadow: 0 0 0 3px rgba(4, 127, 247, 0.1);
    transform: translateY(-2px);
}

.form-group input:focus+.input-border,
.form-group select:focus+.input-border,
.form-group textarea:focus+.input-border {
    transform: scaleX(1);
}

.input-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #047ff7, #ff1700);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 2;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Checkbox Styles */
.checkbox-group {
    margin-top: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #666;
    transition: color 0.3s ease;
}

.checkbox-label:hover {
    color: #333;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    background: white;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
    background: linear-gradient(135deg, #047ff7, #ff1700);
    border-color: transparent;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
}

/* Submit Button */
.submit-btn {
    background: #00508f;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    animation: fadeInUp 0.8s ease-out 0.9s both;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 80, 143, 0.3);
}

.submit-btn:active {
    transform: translateY(-1px);
}

.btn-text {
    position: relative;
    z-index: 1;
}

.btn-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.submit-btn:hover .btn-icon {
    transform: translateX(5px);
}

/* Form Validation Styles */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: #dc3545;
    background: #fff5f5;
}

.form-group.success input,
.form-group.success select,
.form-group.success textarea {
    border-color: #28a745;
    background: #f8fff9;
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-form-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form {
        padding: 40px 30px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 80px 0;
    }

    .contact-header h2 {
        font-size: 2rem;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .contact-item {
        padding: 20px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;
    }

    .contact-icon i {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .contact-form-section {
        padding: 60px 0;
    }

    .contact-header h2 {
        font-size: 1.8rem;
    }

    .form-header h3 {
        font-size: 1.6rem;
    }

    .submit-btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* Product Page Styles (migrated from products.php) */
.product-hero {
    color: white;
    padding: 120px 0 80px;
    text-align: left;
    position: relative;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.product-grid {
    padding: 30px 0;
    background-color: #f8f9fa;
    position: relative;
    /* z-index: -1; */
}

.product-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
    background: url('../images/home/product/bg.png') center center/cover no-repeat;
    /* padding: 40px 20px; */
    text-align: center;
    /* min-height: 200px; */
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    /* max-width: 100%;
    max-height: 250px; */
    width: 500px;
}

.product-content {
    padding: 25px;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.product-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-category {
    background: linear-gradient(45deg, #047ff7, #ff1700);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.product-features li {
    padding: 3px 0;
    color: #555;
    font-size: 0.85rem;
}

.product-features li:before {
    content: "✓";
    color: #047ff7;
    font-weight: bold;
    margin-right: 8px;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.btn-primary-custom {
    background: #00508f;
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background: #003d6b;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 80, 143, 0.3);
    color: white;
}

.btn-outline-custom {
    border: 2px solid #00508f;
    color: #00508f;
    background: transparent;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background: #00508f;
    color: white;
}

.filter-section {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.search-box {
    border: 2px solid #e9ecef;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
}

.search-box:focus {
    outline: none;
    border-color: #047ff7;
    box-shadow: 0 0 0 3px rgba(4, 127, 247, 0.1);
}

.product-count {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.breadcrumb-custom {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-custom .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: lighter;
    text-transform: capitalize;
}

.breadcrumb-custom .breadcrumb-item.active {
    color: #fff;
    font-weight: 700;
}

/* Category and Subcategory Titles */
.category-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    /* border-bottom: 3px solid #00508f; */
    position: relative;
}

.category-title::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #00508f;
}

.subcategory-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    margin: 0px 0 15px 0;
    padding-left: 15px;
    border-left: 4px solid #00508f;
}

/* Mega Menu Redesign (Updated for width and hover) */
.mega-menu-parent {
    position: relative;
    z-index: 9;
}

.mega-menu {
    display: none;
    /* opacity: 0;
    visibility: hidden; */
    left: 50%;
    top: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    border-radius: 0 0 12px 12px;
    width: 1100px;
    max-width: 95vw;
    transform: translateX(-50%);
    padding: 0;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.mega-menu-parent:hover>.mega-menu,
.mega-menu-parent:focus-within>.mega-menu,
.mega-menu-parent .mega-menu.show {
    /* opacity: 1;
    visibility: visible; */
    display: block;
    pointer-events: auto;
}

.mega-menu-parent>.mega-menu {
    pointer-events: none;
}

.mega-menu-categories {
    background: var(--theme-blue);
    color: #fff;
    min-height: 350px;
    border-radius: 0 0 0 12px;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.03);
    max-height: 500px;
    overflow-y: scroll;
}

.mega-menu-categories ul {
    padding-left: 0;
}

.category-item {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border-bottom: 1px solid;
}

/* Normal state (blue background, white text) */
.category-item a {
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    text-transform: capitalize;
}

/* Hover (temporary highlight) */
.category-item:hover a {
    background: #fff;
    color: var(--theme-red);
}

/* Active (selected tab stays highlighted even after mouse leaves) */
.category-item.active a {
    background: #fff;
    color: var(--theme-red);
}



.find-adhesive-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 20px;
    transition: background 0.2s, color 0.2s;
}

.find-adhesive-btn:hover {
    background: #fff;
    color: var(--theme-red);
}

.mega-menu-products {
    background: #fff;
    border-radius: 0 0 12px 0;
}

.mega-menu-products .product-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 8px;
    margin-bottom: 0;
    text-transform: capitalize !important;
}

.mega-menu-products img {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 6px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.mega-menu-products .col:hover img {
    box-shadow: 0 4px 16px rgba(166, 206, 57, 0.15);
    transform: scale(1.07);
}

.mega-menu-products .col:hover .product-name {
    color: var(--theme-red);
}

.mega-menu-products .col {
    display: none;
}

.mega-menu-products .col[data-category="footware-leather"] {
    display: block;
}



@media (max-width: 991px) {
    .mega-menu {
        position: static;
        min-width: 0;
        width: 100%;
        margin-left: 0;
        left: 0;
        border-radius: 0 0 12px 12px;
    }

    .mega-menu .row {
        flex-direction: column;
    }

    .mega-menu-categories,
    .mega-menu-products {
        border-radius: 0;
    }

    .mega-menu-categories {
        min-height: unset;
    }
}

#productsDropdown {
    min-height: 56px;
    padding-top: 14px !important;
    display: flex;
    align-items: center;
}

.navbar-nav>.nav-item>.nav-link {
    font-size: 15px;
    min-height: 56px;
    padding-top: 14px !important;
    /* padding-bottom: 14px !important; */
    display: flex;
    align-items: center;
}

/* category page */
.cate-section {
    background-color: #ffeaea;
    /* light beige background */
    padding: 50px 20px;
}

.section-subtext {
    font-size: 1rem;
    color: #333;
    margin-top: 5px;
}

.paint-card {
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    position: relative;
    height: 450px;
}

.paint-card h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 23px;
}

.paint-card p {
    margin: 5px 0 15px;
    font-size: 1.1rem;
}

.warranty {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.btn-explore {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    background: transparent;
    transition: 0.3s;
    margin-top: 187px;
}

.btn-explore:hover {
    background: #fff;
    color: #000;
}

.paint-card img {
    max-height: 280px;
    position: absolute;
    bottom: -15px;
    left: -34px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.paint-card .second-last {
    left: 0px;
    max-height: 320px;
}

.paint-card .last {
    bottom: 2px;
}

.paint-card .meta {
    left: 19px;
}

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

.product-box img {
    max-width: 100%;
    height: auto;
}

.bg1 {
    background: url(../images/bg/bg-blue.avif) center center / cover no-repeat;
}

.bg2 {
    background:
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(3, 3, 3, 0.4)),
        url(../images/bg/bg-green.jpg) center center / cover no-repeat fixed;
}

.bg3 {
    background: url(../images/bg/bg-gray.jpg) center center / cover no-repeat;
}

.bg-paper {
    background: url(../images/bg/bg-paper.jpg) center center / cover no-repeat;
}

.circle-section {
    position: relative;
    overflow: hidden;
}

.yellow-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.circle1 {
    width: 180px;
    height: 180px;
    top: 5px;
    left: 4%;
    z-index: -1;
    background: #008eff1a;
}

.circle2 {
    width: 140px;
    height: 140px;
    bottom: 34px;
    left: 21%;
    background: #06ff001a;
}

.circle3 {
    width: 100px;
    height: 100px;
    top: 80px;
    right: 5%;
    background: #ff76001a;
}

.our-company h2 {
    font-size: 46px;
    font-weight: 550;
    color: #fff;
}

.our-company .subtitle {
    color: #ccc;
    margin-top: 20px;
    font-weight: 550;
}

.my-card1 {
    padding: 40px 20px;
    border-radius: 10px;
    height: 100%;
}

.text-blue {
    color: var(--theme-blue);
}

.theme-btn {
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    background-color: var(--theme-blue);
}

/* instagram reel section */

.instagram-reel-section {
    background-color: #fff;
}

.video-card {
    width: 340px;
    height: 500px;
    /* padding: 20px; */
    background: #f8f7f3;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.video-card h2 {
    font-size: 22px;
    color: #556b2f;
    margin-bottom: 5px;
}

.video-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.video-wrapper video {
    width: 100%;
    object-fit: cover;
    display: block;
}

.video-btn {
    display: inline-block;
    background: black;
    color: white;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}

.video-btn:hover {
    background: #444;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.about-counter-section h3 {
    font-size: 60px;
}

.long-content-color {
    color: #464646;
}

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

.contact-form {
    background: #1f2530;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: none;
    box-shadow: 0 0 5px #00aaff;
}

.contact-form button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #fff;
    color: #000;
}

.map iframe {
    width: 100%;
    height: 500px;
    border: 0;
    border-radius: 8px;
}

.h-card {
    color: #fff;
    padding: 20px;
    height: 100%;
}

.h-card h3 {
    font-weight: 600;
    font-size: 40px;
}

.mySwiperHistory .swiper-slide {
    background-color: #646464;
}

.mySwiperHistory .swiper-slide-active {
    background: #3B5F81;
}

.top-menu a {
    color: #fff;
}

.category-hero-section p {
    font-size: 17px;
    color: #252525;
}

.category-application h3 {
    text-transform: uppercase;
}

#contactForm label {
    color: #fff;
}

.nav-item a {
    margin: 0 10px;
}


/* RESPONSICE DESIGN */

/* Small Devices (Large Phones) */
@media (max-width: 767px) {
    .h-about-section .cta img {
        height: 32px;
    }

    .spec-btn {
        padding: 6px 19px;
        font-size: 13px;
    }

    .footer-logo-img {
        width: 100%;
    }

    .carousel-item img {
        height: 200px;
    }

    .custom-navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-nav>.nav-item>.nav-link {
        border-bottom: 1px solid #000;
    }

    .carousel-caption {
        font-size: 14px !important;
        bottom: 0 !important;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .product-hero {
        padding: 30px 0 8px;
    }

    .mega-menu {
        transform: translateX(0%);
    }

    .paint-card .meta {
        left: 0px;
        bottom: 15px;
    }

    .our-company h2 {
        font-size: 30px;
    }

    .product-container {
        display: grid;
    }

    .product-slider {
        padding: 20px;
    }

    .product-details {
        padding: 20px;
    }

    .benefits-text h3 {
        font-size: inherit;
    }

    .logo-block {
        width: 100px;
    }

}

/* Medium Devices (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .home-spect-btn {
        margin-bottom: -94px;
    }

    .carousel-caption {
        bottom: 0 !important;
    }

    .mega-menu {
        margin-left: 350px;
    }
}

/* Large Devices (Laptops) */
@media (min-width: 992px) {
    .home-spect-btn {
        margin-bottom: -94px;
    }
}

.product-image {
    display: none;
}

.sustainable{
    padding: 100px 0;
}

/* END */