/* CSS خاص لصفحة About Us */

.site-breadcrumb {
    position: relative;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 50px;
}

.site-breadcrumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.8;
    z-index: -1;
}

.site-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 42, 58, 0.7);
    z-index: -1;
}

.site-breadcrumb-wrap {
    position: relative;
    z-index: 1;
}

.breadcrumb-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.breadcrumb-menu li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-menu li:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -5px;
    top: 0;
    color: #ffffff;
}

.breadcrumb-menu li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-menu li a:hover {
    color: #4B9CD3;
}

.breadcrumb-menu li.active {
    color: #4B9CD3;
}

/* About Area Styling */

/* About Area Styling */
.about-area {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading .sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #4B9CD3;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-heading .sub-title i {
    margin-right: 10px;
    font-size: 18px;
}

.section-heading .title {
    font-size: 40px;
    font-weight: 700;
    color: #1a2a3a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-heading .title span {
    color: #4B9CD3;
}

.about-img {
    position: relative;
    padding: 20px;
    height: 500px;
}

.about-img .img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 60%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transition: all 0.4s ease;
}

.about-img .img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 50%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.4s ease;
}

.about-img .img-3 {
    position: absolute;
    top: 30%;
    right: 20%;
    width: 40%;
    height: 40%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: all 0.4s ease;
}

.about-images:hover .img-1 {
    transform: translateY(-10px);
}

.about-images:hover .img-2 {
    transform: translateX(10px);
}

.about-images:hover .img-3 {
    transform: scale(1.05);
}

.about-content {
    padding: 20px 0 20px 30px;
}

.about-content .lead-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9fafb;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background-color: #f0f5ff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(75, 156, 211, 0.1);
}

.feature-item i {
    font-size: 24px;
    color: #4B9CD3;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6f2ff;
    border-radius: 50%;
}

.feature-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a2a3a;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .section-heading .title {
        font-size: 36px;
    }

    .about-img {
        height: 450px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .about-area {
        padding: 60px 0;
    }

    .section-heading .title {
        font-size: 32px;
    }

    .about-img {
        height: 400px;
        margin-bottom: 40px;
    }

    .about-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .about-area {
        padding: 50px 0;
    }

    .section-heading .title {
        font-size: 28px;
    }

    .about-img {
        height: 350px;
    }

    .about-content .lead-text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .about-area {
        padding: 40px 0;
    }

    .section-heading .title {
        font-size: 24px;
    }

    .about-img {
        height: 300px;
    }
}

/* Manufacturing Area */
.about-manufacturing {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.snuz-left, .snuz-right {
    padding: 30px;
}

/* Video Area */
.video-area {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.video-content {
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}

.video-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 42, 58, 0.6);
    z-index: 1;
}

.video-wrapper {
    position: relative;
    z-index: 2;
}

.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #4B9CD3;
    color: #ffffff;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.play-btn:hover {
    background-color: #ffffff;
    color: #4B9CD3;
    transform: scale(1.1);
}

/* Testimonial Area */
.testimonial-area {
    padding: 80px 0;
    background-color: #1a2a3a;
    position: relative;
}

.testimonial-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    margin: 20px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-author-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a2a3a;
}

.testimonial-author-info p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.testimonial-quote {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.testimonial-rate {
    color: #FFC107;
    font-size: 14px;
}

.testimonial-quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.1;
    z-index: 0;
}

.testimonial-quote-icon img {
    width: 60px;
}

/* Brand Area */
.brand-area {
    padding: 50px 0;
    background-color: #ffffff;
}

.brand-slider .brand-item {
    /*height: 120px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.brand-slider .brand-item img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brand-slider .brand-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation Effects */
.wow {
    visibility: hidden;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .site-title {
        font-size: 32px;
    }

    .about-img {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .site-breadcrumb {
        padding: 60px 0;
    }

    .breadcrumb-title {
        font-size: 36px;
    }

    .about-area, .about-manufacturing, .video-area {
        padding: 60px 0;
    }

    .about-img {
        height: 400px;
        margin-bottom: 40px;
    }

    .video-content {
        height: 400px;
    }

    .site-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .site-breadcrumb {
        padding: 50px 0;
    }

    .breadcrumb-title {
        font-size: 30px;
    }

    .about-area, .about-manufacturing, .video-area {
        padding: 50px 0;
    }

    .about-img {
        height: 350px;
    }

    .site-title {
        font-size: 24px;
    }

    .site-title-tagline {
        font-size: 14px;
    }

    .video-content {
        height: 350px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .site-breadcrumb {
        padding: 40px 0;
    }

    .breadcrumb-title {
        font-size: 24px;
    }

    .about-area, .about-manufacturing, .video-area {
        padding: 40px 0;
    }

    .about-img {
        height: 300px;
    }

    .site-title {
        font-size: 22px;
    }

    .video-content {
        height: 300px;
    }
}



/* new hero */

.hero-section {
    position: relative;
    /*padding: 100px 0;*/
    margin-top: 100px;
    overflow: hidden;
    background-color: #fff;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.hero-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero-shape svg {
    width: 100%;
    height: 100%;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 80px 0;
    }
    .hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 60px 0;
    }
    .hero-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 50px 0;
    }
    .hero-title {
        font-size: 1.5rem;
    }
}


/* contract us*/

/* Contact Page Styles */

/* Breadcrumb Styles (Shared with About Page) */
.site-breadcrumb {
    position: relative;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 0;
}

.site-breadcrumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0.8;
    z-index: -1;
}

.site-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 42, 58, 0.7);
    z-index: -1;
}

.site-breadcrumb-wrap {
    position: relative;
    z-index: 1;
}

.breadcrumb-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.breadcrumb-menu li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-menu li:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -5px;
    top: 0;
    color: #ffffff;
}

.breadcrumb-menu li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-menu li a:hover {
    color: #4B9CD3;
}

.breadcrumb-menu li.active {
    color: #4B9CD3;
}

/* Spacing Utilities */
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

/* Contact Info Boxes */
.contact-info-section {
    background-color: #fff;
}

.contact-info-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-box .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact-info-box:hover .icon-wrapper {
    background-color: #1a2a3a;
}

.contact-info-box .icon-wrapper i {
    font-size: 28px;
    color: #4B9CD3;
    transition: all 0.3s ease;
}

.contact-info-box:hover .icon-wrapper i {
    color: #ffffff;
}

.contact-info-box .info-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 10px;
}

.contact-info-box .info-content p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 5px;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #f8f9fa;
}

.contact-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.contact-form-wrapper {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.section-heading .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #4B9CD3;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.section-heading .title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 15px;
}

.section-heading p {
    color: #666666;
    margin-bottom: 20px;
}

/* Form Controls */
.form-floating {
    margin-bottom: 20px;
}

.form-control {
    height: 56px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9fafb;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #4B9CD3;
    box-shadow: 0 0 0 0.2rem rgba(75, 156, 211, 0.15);
    background-color: #ffffff;
}

.form-floating > .form-control {
    padding: 1.5rem 0.75rem 0.5rem;
}

.form-floating > label {
    padding: 1rem 0.75rem;
    font-size: 14px;
    color: #666666;
}

textarea.form-control {
    min-height: 150px;
    resize: none;
}

/* Submit Button */
.submit-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #1a2a3a;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #4B9CD3;
    transform: translateY(-3px);
}

.submit-btn i {
    margin-left: 8px;
    transition: all 0.3s ease;
}

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

/* Form Response */
.form-response {
    margin-top: 20px;
}

.alert {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Map Section */
.contact-map-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.map-heading {
    padding: 25px;
    background-color: #1a2a3a;
}

.map-heading h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.contact-map {
    flex: 1;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .breadcrumb-title {
        font-size: 38px;
    }

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

    .section-heading .title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .site-breadcrumb {
        padding: 60px 0;
    }

    .breadcrumb-title {
        font-size: 34px;
    }

    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }

    .contact-info-box {
        padding: 25px;
    }

    .section-heading .title {
        font-size: 26px;
    }

    .contact-map-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .site-breadcrumb {
        padding: 50px 0;
    }

    .breadcrumb-title {
        font-size: 30px;
    }

    .py-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pb-80 {
        padding-bottom: 50px;
    }

    .contact-info-box .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .contact-info-box .icon-wrapper i {
        font-size: 24px;
    }

    .contact-info-box .info-content h4 {
        font-size: 18px;
    }

    .contact-form-wrapper {
        padding: 25px;
    }

    .section-heading .title {
        font-size: 24px;
    }

    .submit-btn {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .site-breadcrumb {
        padding: 40px 0;
    }

    .breadcrumb-title {
        font-size: 26px;
    }

    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .contact-info-box {
        padding: 20px;
    }

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

    .section-heading .title {
        font-size: 22px;
    }
}


/* title section */

.about-hero-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.about-hero-image {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 42, 58, 0.5);
}

.about-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.about-breadcrumb {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}

.about-hero-title {
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .about-hero-title {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .about-hero-image {
        height: 400px;
    }

    .about-hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .about-hero-section {
        margin-bottom: 60px;
    }

    .about-hero-image {
        height: 350px;
    }

    .about-breadcrumb {
        font-size: 16px;
    }

    .about-hero-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .about-hero-section {
        margin-bottom: 50px;
    }

    .about-hero-image {
        height: 300px;
    }

    .about-breadcrumb {
        font-size: 14px;
    }

    .about-hero-title {
        font-size: 32px;
    }
}

/* end title section */


/* made in usa */

/* Made in USA Section Styles */
.made-in-usa-section {
    position: relative;
    padding: 80px 0 0;
    background-color: #ffffff;
    overflow: hidden;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 0;
}

.mt-60 {
    margin-top: 60px;
}

.made-in-usa-content {
    max-width: 1000px;
    margin: 0 auto;
}

.made-in-usa-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a2a3a;
    margin-bottom: 60px;
    padding: 0 20px;
}

.usa-text {
    display: inline-block;
    position: relative;
    font-weight: 800;
    color: #002868; /* Navy blue from American flag */
    background: linear-gradient(45deg, #bf0a30 0%, #bf0a30 33%, #ffffff 33%, #ffffff 66%, #002868 66%, #002868 100%);
    background-size: 300% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 5px;
    animation: usa-gradient 4s infinite alternate;
}

.usa-text-small {
    font-weight: 700;
    color: #002868; /* Navy blue from American flag */
    text-decoration: underline #bf0a30; /* Red from American flag */
    text-decoration-thickness: 2px;
}

@keyframes usa-gradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.made-in-usa-text {
    max-width: 800px;
    margin: 0 auto;
}

.quote-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #1a2a3a;
    margin-bottom: 40px;
    font-style: italic;
}

.description-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.usa-manufacturing-image {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.usa-manufacturing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .made-in-usa-title {
        font-size: 38px;
    }

    .quote-text {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .py-100 {
        padding-top: 80px;
    }

    .mt-60 {
        margin-top: 50px;
    }

    .made-in-usa-title {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .quote-text {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .usa-manufacturing-image {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .py-100 {
        padding-top: 60px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .made-in-usa-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .quote-text {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .description-text {
        font-size: 15px;
    }

    .usa-manufacturing-image {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .py-100 {
        padding-top: 50px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .made-in-usa-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .quote-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .description-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .usa-manufacturing-image {
        height: 250px;
    }
}

/* end made in usa */

/* brands */

/* Hero Section Styles */
.hero-section {
    padding: 0px 0 10px;
    background-color: #ffffff;
    position: relative;
}

.hero-content {
    margin-bottom: 50px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #063672;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Brand Items */
.brand-item {
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.brand-image {
    margin-bottom: 15px;
    overflow: hidden;
}

.brand-image img {
    width: 100%;
    transition: transform 0.5s ease;
}

.brand-item:hover .brand-image img {
    transform: scale(1.05);
}

.brand-name {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-section {
        padding: 80px 0 60px;
    }

    .hero-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 60px 0 40px;
    }

    .hero-title {
        font-size: 32px;
    }

    .brand-name {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .hero-section {
        padding: 50px 0 30px;
    }

    .hero-title {
        font-size: 26px;
    }

    .hero-description {
        font-size: 14px;
    }

    .brand-name {
        font-size: 18px;
    }
}

/* end brands */


/* Manufacturing Section Styles */
.manufacturing-section {
    padding: 80px 0;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.manufacturing-content,
.product-care-content {
    padding: 30px;
    position: relative;
}

/* Section Tag Style */
.section-tag {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #063672;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-tag i {
    margin-right: 10px;
    font-size: 16px;
}

/* Section Title Style */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a2a3a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.section-title span {
    color: #063672;
}

/* Paragraph Style */
.manufacturing-content p,
.product-care-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Feature List Style */
.feature-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item i {
    color: #063672;
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

.feature-item span {
    font-size: 16px;
    color: #1a2a3a;
    font-weight: 500;
}

/* Care Instructions Style */
.care-instructions {
    margin-top: 30px;
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.care-instructions h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a2a3a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.care-instructions h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #063672;
}

/* Animated Background Element */
.manufacturing-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(6, 54, 114, 0.05) 0%, rgba(27, 107, 187, 0.05) 100%);
    border-radius: 50%;
    top: -150px;
    right: -150px;
    z-index: 0;
}

.manufacturing-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(6, 54, 114, 0.05) 0%, rgba(27, 107, 187, 0.05) 100%);
    border-radius: 50%;
    bottom: -100px;
    left: -100px;
    z-index: 0;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .section-title {
        font-size: 32px;
    }
}

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

    .manufacturing-content,
    .product-care-content {
        padding: 20px 0;
    }

    .product-care-content {
        margin-top: 40px;
    }

    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .manufacturing-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .manufacturing-content p,
    .product-care-content p {
        font-size: 15px;
    }

    .feature-item span {
        font-size: 15px;
    }

    .care-instructions {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .manufacturing-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 22px;
    }

    .care-instructions h5 {
        font-size: 16px;
    }
}

/* end manufactoires */
