/*
Theme Name: ACE Packaging 
Author: Webwork India
Author URI: https://www.webwork.in
Description: Wordpress Theme
Version: 1.0
*/


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #e5e3ff4f;
}

h1, h2, h3, h4, h5, h6 {
     font-family: "Montserrat", sans-serif;
    color: #383184;
    font-weight: 600;
    margin-bottom: 0;
}
p{
    margin-bottom: 0px;
}
.c1 {
    color: #383184 !important;
}

.lead {
    font-weight: 500;
}

/* Buttons */
.ace-btn {
    text-decoration: none;
    background-color: #383184;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-block;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: translateY(0);
}

.ace-btn:hover {
    background-color: #4e42c5;
    box-shadow: 0 6px 0px 0px rgb(37 32 87);
    transform: translateY(-3px);
    color: #fff;
}

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

.ace-btn.outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.ace-btn.outline:hover {
    background-color: #4e42c5;
    box-shadow: 0 6px 0px 0px rgb(242, 240, 255);
    transform: translateY(-3px);
    color: #fff;
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px
    }
}
@media (min-width:1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1480px
    }
}
@media (min-width:1800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px
    }
}
/* Header */
.navbar-brand img {
    width: 340px;

}

header nav {
    background-color: #fff;
}

header .ace-btn {
    margin-top: 3px;
}

.navbar-nav .nav-item {
    color: #383184;
    padding: 0 15px;
}

.navbar-nav .nav-link {
    color: #383184;
    font-weight: 600;
    transition: color 0.2s ease;
    position: relative;
     padding: 15px 15px !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #4e42c5;
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
    position: relative;
    background-color: #fff;
    margin: 28px 0 0 0;
    border-color: #383184;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: top center;
    pointer-events: none;
    width: 250px;
}

.navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.dropdown-menu::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 55px;
    background-color: transparent;
    top: -55px;
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #383184;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.navbar-nav .dropdown-item {
    color: #383184;
    font-weight: 600;
    padding: 20px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: #383184;
    color: #fff;
    padding-left: 45px;
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: none !important;
}

.navbar-nav .dropdown-menu li:first-child {
    border-radius: 8px 8px 0 0 !important;
}

.navbar-nav .dropdown-menu li:last-child {
    border-radius: 0 0 8px 8px !important;
}


/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-content {
    position: absolute;
    top: 15%;
    left: 9%;
}

.wcu-card{
    background-color: #383184;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    color: #fff;
    height: 100%;
    border-radius: 10px;
}
.wcu-card:hover{
    transform: translateY(-5px);

}
.ace-card{
    border: 1px solid #383184;
    border-radius: 20px;
    background-color: #383184;
    overflow: hidden;
}
.ace-card-body{
    padding: 30px 20px;
    color: #fff;

}
.ace-card-body h3{
    color: #fff;
}
.ace-card img {
    transition: transform 0.5s ease;
}

.ace-card:hover img {
    transform: scale(1.05);
}

.ace-indu-card {
    overflow: hidden;
    border: 2px solid #383184;
    border-radius: 30px;
    /* padding: 40px 30px; */
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ace-indu-card:hover {
    background-color: #f5f4ff;
    transform: translateY(-5px);
}

.ace-indu-card img {
    /* width: 90px !important; */
    transition: transform 0.3s ease;
}

.ace-indu-card:hover img {
    transform: scale(1.1);
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
}

.faq-item {
    margin-bottom: 20px;
    border: 2px solid #383184;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.6s ease;
}

.faq-item:hover {
    border-color: #4e42c5;
}

.faq-question {
       padding: 8px 15px;
    background-color: #383184;
    color: white;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.6s ease;
}

.faq-question:hover {
    background-color: #4e42c5;
}

.faq-question i {
    transition: transform 0.6s ease;
}

.faq-question.active i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background-color: white;
}

.faq-answer.show {
    padding: 20px;
    max-height: 500px;
}
input.form-control{
    background-color: transparent;
    height: 50px;
    border: 1px solid #383184;
}
textarea.form-control{
    background-color: transparent;
    height: 100px;
    border: 1px solid #383184;
} 

.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 2px solid #383184;
}
.form-control::placeholder{
    color: #383184;
}
.inner-hero{
    background: url(images/bg.png), linear-gradient(#383184, #383184);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    
}
/* Footer */
footer {
       background-color: #fff;
    color: #383184;
    padding: 60px 60px 20px 60px;

    position: relative;
}
.footer-logo img {
    width: 280px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-links h4 {
    color: #383184;
    margin-bottom: 20px;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-links h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #4e42c5;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
    transition: transform 0.2s ease;
}

.footer-links li:hover {
    transform: translateX(5px);
}

.footer-links a {
    color: #4e42c5;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
}

.footer-links a:hover {
    color: #383184;
}

/* .footer-links i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
} */

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #383184;
    font-size:  20px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(118, 116, 255, 0.548);
}

.social-icons a:hover {
    background-color: #4e42c5;
    transform: translateY(-3px);
}

.copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #383184;
    text-align: center;
    font-size: 0.9rem;
    color: #383184;
}

.copyright a {
    color: #383184;
    text-decoration: none;
    transition: color 0.3s;
}

.copyright a:hover {
    color: #383184;
    text-decoration: underline;
}
 
.product-content img{
    border-radius: 10px;
}

.size-tab {
    border: 1px solid #383184;
    border-radius: 10px;
    padding: 8px 15px;
    margin: 0 0 5px 0;
    display: inline-block;
}
 
.ace-f-card{
    background-color: #383184;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    h3{
        color: #fff;
        font-weight: 500 !important;
    }
}
.ace-custom-card{
    background-color: #383184;
    border-radius: 10px;
    overflow: hidden;
}
.ace-custom-card .card-body{
    padding: 20px 10px;

}
.ace-table{
    width: 100%;
    border: 1px solid #fff;
    border-collapse: collapse;
    th,td{
        border: 1px solid #fff;
        padding: 10px;
        color: #fff;
    }
    th{
        background-color: #383184;
    }
    td{
        background-color: #fff;
        color: #383184;
        border: 1px solid #383184;
    }
    tr:nth-child(even){
        background-color: #f2f2f2;
    }
    tr:nth-child(odd){
        background-color: #fff;
    }

   
}
/* Responsive Design */
@media screen and (max-width: 768px) and (min-width: 600px) {
    .navbar-brand img {
        width: 200px;
    }
    .hero-content {
    position: absolute;
    top: 3%;
    left: 3%;
    right: 3%;
}
.hero-content h1{
    font-size: 25px;
}
.hero-content p{
    font-size: 13px;
}
.wwo-bottle{
    /* width: 150px !important; */
}
footer{
    padding: 60px 0 20px;

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

}
}
@media screen and (max-width: 600px) and (min-width: 300px) {
    .navbar-brand img {
        width: 200px;
    }
    .hero-content {
    position: absolute;
    top: 3%;
    left: 3%;
    right: 3%;
}
.hero-content h1{
    font-size: 2rem;
}
.hero-content p{
    font-size: 15px;
}
.wwo-bottle{
    width: 150px !important;
}
footer{
    padding: 60px 0 20px;

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

}
}
@media screen and (max-width:1490px) and (min-width:1200px) {
    .hero-content{
        left: 4%;
    }
    .hero-content h1{
        font-size: 45px;
    }
    footer{
        padding: 60px 40px 20px 40px;
    }

}
@media screen and (max-width:1600px) and (min-width:1500px) {
    .hero-content{
        left: 4%;
    }
}
