@font-face {
    font-family: 'Montserrat Black';
    src: url('../font/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../font/Montserrat-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Montserrat Medium';
    margin: 0 !important;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

a,
li {
    list-style: none;
    color: inherit;
    transition: color;
    color: #333;
}

li:hover {
    color: #EB1E30;
}

p {
    color: #333333c9;
    font-family: 'Montserrat Regular';
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 1.2em;
    word-wrap: break-word;
    hyphens: auto;
}

h2 {
    color: #333333c9;
    font-family: 'Montserrat Bold';
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}

.container.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    max-height: 55px;
}

.main-navigation {
    flex: 1;
    text-align: center;
}

.main-navigation .menu li {
    display: inline-block;
}

.main-navigation .menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: 'Montserrat Medium';
}

.main-navigation .menu a:hover {
    color: #EB1E30;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-contact {
    background: #EB1E30;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
    border-radius: 50px;
}

.btn-contact:hover {
    background: #b81624;
}

.main-navigation .menu {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.btn-search {
    background: none;
    border: 2px solid #EB1E30;
    color: #EB1E30;
    font-size: 16px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background: #EB1E30;
    color: #fff;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: #EB1E30;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
}

.mobile-menu-overlay.active {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.mobile-menu img {
    max-height: 40px;
}


.mobile-navigation .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-navigation .mobile-menu li {
    margin-bottom: 25px;
}

.mobile-navigation .mobile-menu li a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.desktop-menu {
    display: block;
}

.hamburger {
    display: none;
}

.custom-slider {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
    display: flex;
    align-items: center;
}

.slide.active {
    opacity: 1;
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 1;
}

.slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 2;
}

.slide-content {
    max-width: 600px;
    margin-left: 20%;
    color: #fff;
    z-index: 3;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.slide-content.show {
    transform: translateX(0);
    opacity: 1;
}

.slide-content h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-family: 'Montserrat Black';
    color: #f3efef;
}

.slide-content p {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #f3efef;
}

.btn-slide {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffffffad;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 3rem;
    transition: all 0.3s ease;
}

.btn-slide:hover {
    background: rgba(255, 255, 255, 0.2);
}

.slider-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 4;
}

.slider-controls button {
    background: rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.slider-controls button:hover {
    background: rgba(0, 0, 0, 0.6);
}

.responsive-section {
    padding: 60px 20px;
}

.container {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-content {
    max-width: 600px;
    opacity: 0;
    transform: translateX(50px);
    transition: transform 1s ease, opacity 1s ease;
}

.section-image {
    opacity: 0;
    transform: translateX(-50px);
    transition: transform 1s ease, opacity 1s ease;
}

.section-content.show,
.section-image.show {
    opacity: 1;
    transform: translateX(0);
}

.section-content h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.section-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.btn-section {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #33333380;
    background: transparent;
    color: #333333;
    text-decoration: none;
    border-radius: 3rem;
    font-weight: 500;
}

.btn-section:hover {
    background: #d01e1ef3;
    border: none;
    color: #fff;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}


.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.parallax-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.parallax-section .container {
    position: relative;
    z-index: 2;
    max-width: 80%;
    padding: 40px 20px;
}

.parallax-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5%;
}


.parallax-header {
    flex: 0 0 40%;
    text-align: left;
}

.run-side {
    opacity: 0;
    transition: all 0.8s ease-out;
    transform: translateX(0);
}


.run-side[data-side="left"] {
    transform: translateX(-100px);
}

.run-side[data-side="right"] {
    transform: translateX(100px);
}


.run-side.show {
    opacity: 1;
    transform: translateX(0);
    width: 50%;
}

.parallax-header h2 {
    font-size: 2.3rem;
    margin-bottom: 3rem;
    color: #f0ecec;
    text-align: left;
}

.parallax-header .btn-section {
    display: inline-block;
    margin-top: 10px;
}


.parallax-description {
    flex: 0 0 40%;
    text-align: right;
}

.parallax-description p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0ecec;
}

.custom-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3.75rem;
}

.custom-section .left-side {
    /* flex: 1; */
    position: relative;
}

.custom-section .image-wrapper img {
    width: 100%;
}

.custom-section .overlay-content {
    position: absolute;
    margin: 0 1.5rem;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    top: 30%;
}

.custom-section .overlay-content h2 {
    margin: 0 0 10px;
    font-size: 1.8rem;
    color: #fff;
}

.custom-section .overlay-content p {
    margin: 0 0 10px;
    font-size: 1rem;
    color: #fff;
}

.custom-section .btn-section {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
}

.custom-section .right-side {
    flex: 1;
}

.custom-section .icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.custom-section .icon-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-section .icon-item img {
    width: 80px;
    height: 70px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 5px;
    text-align: center;
    padding: 0;
    color: #fff;
}

.footer-divider {
    border: none;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}

.custom-footer {
/*     background: #000000e8; */
    color: #fff;
    padding: 40px 20px;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://hormozangroup.com/wp-content/uploads/2025/09/footer-1.jpg') left/cover no-repeat;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-desc {
    color: #fff;
}

.footer-column p,
.footer-column a {
    color: #ccc;
    font-size: 14px;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-contacts h2 {
    margin: 5px 0;
}

.footer-socials a {
    margin-right: 10px;
    font-size: 1.5rem;
    color: #fff;
    transition: color 0.3s;
}

.footer-socials a:hover {
    color: #F91F32;
}

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

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu a:hover {
    color: #F91F32;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* logo slider */
.logo-slider-section {
    padding: 40px 0;
    overflow: hidden;
}

.logo-slider-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.logo-slider {
    display: flex;
    gap: 50px;
}

.logo-slide {
    flex: 0 0 auto;
    width: calc(25% - 12.5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slide img {
    max-width: 100%;
    display: block;
    filter: grayscale(0.5);
    transition: filter 0.3s;
    height: 100px;
}

.logo-slide img:hover {
    filter: grayscale(0);
}

.team-section {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
}

.team-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}

.team-member {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.team-member img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.member-info h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #222;
}

.member-info .role {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    margin-bottom: 10px;
}

.member-info .desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.about-hero-section {
    width: 100%;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

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

.hero-content h1 {
    font-size: 5rem;
    max-width: 600px;
    font-family: 'Montserrat Bold';
}

.blog-meta {
    font-size: 14px;
    color: #777;
    margin: 0 0 1rem 1rem;
}

.blog-excerpt {
    font-size: 15px;
    color: #555;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 3rem auto;
}

.blog-item {
    background: #fff;
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.blog-title {
    font-size: 18px;
    margin: 15px;
    font-weight: 600;
}

.blog-excerpt {
    font-size: 14px;
    color: #555;
    margin: 0 15px 20px;
}

.single-hero {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.single-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* لایه مشکی روی عکس */
.single-hero-overlay {
    position: absolute;
    inset: 0;
    /* بالا، راست، پایین، چپ صفر */
    background: rgba(0, 0, 0, 0.5);
    /* شفافیت مشکی */
    z-index: 1;
    /* زیر متن */
}

/* متن روی عکس */
.single-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* بالای لایه مشکی */
    font-family: 'Montserrat Bold';
}

.single-hero-title h1 {
    color: #fff;
    margin: 0;
}

.single-hero {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.single-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single-hero-title {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat Bold';
}

.single-hero-title h1 {
    color: #fff;
    margin: 0;
}

.single-content {
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
}

.single-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 1rem;
}

.single-text {
    font-size: 16px;
    line-height: 1.8;
}

.related-posts {
    margin-top: 3rem;
}

.related-posts h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.related-item h3 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.product-inquiry {
    text-align: left;
    padding: 60px 20px;
    /* background-color: #f5f5f5; */
}

.product-columns-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto 3rem;
    gap: 0;
    max-width: 1200px;
}

.product-column {
    background: #f9f9f9cf;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    flex: 1 1 200px;
}

.product-column:first-child {
    border-left: none;
}

.column-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

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

.column-items li {
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}


.column-items li:last-child {
    border-bottom: none;
}

.inquiry-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: 'Montserrat Bold';
    margin: 20px 10%;
}

.inquiry-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.contact-section {
    padding: 80px 20px;
    background-color: #F4F4F4;
}

.contact-wrapper {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'Montserrat Bold';
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.contact-item i {
    margin-right: 10px;
    font-size: 20px;
    color: #F91F32;
}

.contact-form {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 1rem;
    width: 95%;
}

.contact-form textarea {
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border: 2px solid #414141c8;
}


.contact-form .btn-submit {
    padding: 12px;
    background-color: #F91F32;
    color: #fff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    width: 100%;
}

.contact-form .btn-submit:hover {
    background-color: #d11827;
}

.fullwidth-image .image-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.fullwidth-image .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
    max-width: 1200px;
    margin: 3.75rem auto 5rem;
}

.product-links-wrapper {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.category-item {
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 390px;
}

.category-header img {
    width: 100%;
    height: 300px;
    display: block;
}

.category-header h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #363535ff;
    font-family: 'Montserrat Regular';
}

.category-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #f9f9f9;
    text-align: left;
    transition: max-height 0.2s ease-in-out, padding 0.6s ease-in-out;
}




.category-content.open {
    max-height: 1000px;
    padding: 15px;
}


.category-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-content li {
    margin: 5px 0;

}

.category-content a {
    text-decoration: none;
    color: #363535ff;
}

.category-content a:hover {
    text-decoration: underline;
}

.close-btn {
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    border-radius: 1rem;
}

.category-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 3.75rem auto;
    padding: 0 10px;
}

.category-grid-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}

.red-shade-top {
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.09), rgba(255, 0, 0, 0));
    width: 100%;
}

.blog-item {
    position: relative;
}

.blog-item img {
    width: 100%;
    height: 350px;
    border-radius: 8px;
    display: block;
}

.blog-grid-section {
    max-width: 1200px;
    margin: 20px auto 5rem;
    position: relative;
}


.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    transition: background 0.3s ease;
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-image-wrapper:hover .blog-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.blog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 0 15px;
    width: 100%;
}

.blog-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    width: 40px;
    height: 40px;
}

.swiper-button-next {
    right: -50px;
}

.swiper-button-prev {
    left: -50px;
}

.swiper-button-next::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    margin-left: 8rem;
    color: #000;
}

.main-navigation .menu li {
    position: relative;
}

.main-navigation .menu li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    text-align: left;
    padding: 1rem 0;
}

.main-navigation .menu li .sub-menu li a {
    display: block;
    padding: 10px 20px;

    white-space: nowrap;

}

.main-navigation .menu li:hover>.sub-menu {
    display: block;
}


.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    margin-right: 8rem;
    color: #000;
}

.responsive-section .container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.card {
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.card:hover {
    background: #f1f1f1;
    transform: translateY(-3px);
}

.section-image img {
    max-width: 100%;
    border-radius: 12px;
    display: block;
}

@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .hamburger {
        display: block;
        background: none;
        border: none;
        font-size: 26px;
        cursor: pointer;
        color: #EB1E30;
    }

    .close-menu {
        background: none;
        border: none;
        font-size: 28px;
        color: #fff;
        cursor: pointer;
    }

    .logo img {
        max-height: 35px;
    }

    .team-section {
        padding: 0 20px;
    }

    .team-grid {
        gap: 10px;
    }

    .btn-contact {
        background: #EB1E30;
        color: #fff;
        padding: 8px 20px;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        transition: background 0.3s ease;
        border-radius: 50px;
    }

    .custom-slider {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .slide-content {
        max-width: 80%;
        margin-left: 20px;
    }

    .slide-content h2 {
        font-size: 1.6rem;
        font-family: 'Montserrat Black';
        color: #f3efef;
    }

    .slide-content p {
        font-size: 13px;
        color: #f3efef;
    }

    .product-columns-table {
        flex-direction: column;
        align-items: center;
    }

    .swiper-button-next {
        right: -30px;
    }

    .swiper-button-prev {
        left: -30px;
    }

    .blog-grid-section {
        margin: 20px 5px;
    }

    .run-side.show {
        opacity: 1;
        transform: translateX(0);
        width: 100%;
    }

    .product-column {
        width: 80%;
        border-left: none;
        margin-bottom: 15px;
    }

    .container {
        flex-direction: column;
        gap: 20px;
    }

    .logo-slide img {
        max-width: 100%;
        display: block;
        filter: grayscale(0.5);
        transition: filter 0.3s;
        height: 50px;
    }

    .container.header-flex {
        flex-direction: row;
    }

    .section-content {
        transform: translateY(50px);
    }

    .section-content h2 {
        font-size: 1.3rem;
    }

    .section-content p {
        font-size: .8rem;
    }

    .inquiry-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
        font-family: 'Montserrat Bold';
        margin: 20px 5%;
    }

    .parallax-row {
        flex-direction: column;
        text-align: center;
    }

    .parallax-header,
    .parallax-description {
        flex: 0 0 100%;
        text-align: center;
    }

    .parallax-header h2 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .parallax-section {
        min-height: 400px;
    }

    .custom-section .overlay-content h2 {
        font-size: 1.2rem;
    }

    .section-image img {
        height: 250px;
    }

    .parallax-description p {
        font-size: .8rem;
    }

    .btn-section {
        font-size: .8rem;
    }

    .custom-section .container {
        flex-direction: column;
    }

    .custom-section .icon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .custom-section .container {
        flex-direction: column-reverse;
    }

    .icon-title {
        font-size: .7rem;
    }

    .custom-section .overlay-content {
        top: 15%;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "column1 column1"
            "column2 column3";
    }

    .footer-column:nth-child(1) {
        grid-area: column1;
    }

    .footer-column:nth-child(2) {
        grid-area: column2;
    }

    .footer-column:nth-child(3) {
        grid-area: column3;
    }

    .footer-bottom {
        width: 100%;
        padding: 20px 0 5px;
        box-sizing: border-box;
    }

    .footer-divider {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .logo-slide {
        width: calc(50% - 12px);
    }

    .hero-wrapper {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: 400px;
        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: 36px;
    }


    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 1rem;
    }


    .blog-thumb img {
        height: 160px;
    }

    .blog-title {
        font-size: 16px;
        margin: 10px;
    }

    .blog-excerpt {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    .blog-meta {
        font-size: 12px;
        margin: 0 0 1rem 10px;
    }

    .footer-desc {
        color: #fff;
        font-size: 1rem;
    }

    .footer-copyright {
        font-size: .7rem;
    }

    .single-hero img {
        height: 300px;
    }

    .single-hero-title h1 {
        font-size: 1.5rem;
        padding: 0 10px;
    }

    .single-hero-title {
        top: 30%;
    }

    .container.reverse {
        flex-direction: column;
    }


    .container.reverse .section-image {
        order: -1;
    }

    .container.reverse .section-content {
        order: 0;
    }

    .product-inquiry {
        padding: 30px 20px;
    }

    .responsive-section {
        padding: 20px 20px;
    }

    .fullwidth-image .image-wrapper {
        height: 300px;
    }

    .category-grid-title {
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        font-family: 'Montserrat Medium';
    }

    .category-grid-header {
        margin: 3.75rem auto 0;
    }
}



@media (max-width: 992px) {
    .logo-slide {
        width: calc(33.33% - 16px);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 80%;
    }

    .contact-info h2 {
        font-size: 28px;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 480px) {
    .logo-slide {
        width: 25%;
    }

    .hero-wrapper {
        height: 400px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .single-hero img {
        height: 250px;
    }

    .single-hero-title h1 {
        font-size: 1.2rem;
        padding: 0 8px;

    }

    .single-hero-title {
        top: 30%;
    }
}


@media (max-width: 600px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .member-info .desc {
        font-size: .7rem;
    }

    .member-info h3 {
        margin: 0 0 8px;
        font-size: 1rem;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 10px;
        padding: 20px 5px;
        margin: 0;
    }

    .category-header img {
        height: 170px;
    }

    .category-header h3 {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .hero-wrapper {
        padding: 0;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .blog-thumb img {
        height: 180px;
    }
}

@media (max-width: 1280px) {
    .inquiry-title {
        font-size: 32px;
        margin: 18px 2%;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 1rem;
    }


    .blog-thumb img {
        height: 160px;
    }

    .blog-title {
        font-size: 16px;
        margin: 10px;
    }

    .blog-excerpt {
        font-size: 13px;
        margin: 0 10px 15px;
    }

    .blog-meta {
        font-size: 12px;
        margin: 0 0 1rem 10px;
    }
}

@media (min-width: 768px) {

    .footer-column:nth-child(2),
    .footer-column:nth-child(3) {
        padding-left: 6rem;
    }
}