.mt-100 {
    margin-top: 100px;
}
.mt-75 {
    margin-top: 75px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-100 {
    margin-bottom: 100px;
}

#top .social{
    display: flex;
    align-items: center;
}

#top .social-list{
    list-style: none;
    display: flex;
}

#top .social-list li{
    padding-left: 10px;
}

.owl-carousel-banner .item {
    /* Position the carousel items relative for absolute positioning of text and button */
    position: relative;
}

.carousel-content {
    /* Position the text and button inside the carousel item */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel-content h2 {
    /* Style for the heading */
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.carousel-content p {
    /* Style for the paragraph */
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 20px;
    max-width: 600px;
}

.carousel-content .btn {
    /* Style for the button */
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-hover-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
}

.carousel-content .btn:hover {
    /* Style when the button is hovered */
    background-color: var(--primary-color);
}

section .container {
    max-width: 1200px;
    margin-top: 30px;
    padding: 20px;
    /* background: linear-gradient(to bottom right, orange, red); */
}

.about-us h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--primary-hover-color);
}

.about-us p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    color:#666666;
}

.about-us a{
    display: block;
    color: var(--primary-hover-color);
    font-weight: bold;
}
.about-us a:hover{
    color: var(--primary-color);
}

.about-us .img-fluid {
    max-width: 100%;
    height: auto;
}

#more {
    display: none;
    color: #666666;
    margin-top: 10px;
}

#myBtn{
    background-color: var(--primary-hover-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


@media (max-width: 1199px) {
    .contact-info {
        display: block; /* Change the layout to stack elements vertically */
        text-align: center; /* Center the content */
    }
    
    /* Optionally, you can add specific styles for the links inside .contact-info */
    .contact-info a {
        margin: 5px 0; /* Add some vertical spacing between the links */
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contact-info {
        display: block; /* Change the layout to stack elements vertically */
        text-align: center; /* Center the content */
    }
    
    /* Optionally, you can add specific styles for the links inside .contact-info */
    .contact-info a {
        margin: 5px 0; /* Add some vertical spacing between the links */
    }
}

/* introduction */
.intro-section {
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
  }

  .intro-heading {
    font-size: 36px;
    font-weight: bold;
    color: var(--primary-hover-color);
    margin-bottom: 20px;
  }

  .intro-content {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
  }

/* market section */
.about-market h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--primary-hover-color);
}

.about-market p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    color:#666666;
}

.about-market a{
    display: block;
    color: var(--primary-hover-color);
}

.about-market .img-fluid {
    max-width: 100%;
    height: auto;
}

.manufacturer h2{
    color: var(--primary-hover-color);
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 36px;
}

.manufacturer .brand-carousel .box img {
    padding: 25px;
    transition: transform 0.3s ease; 
}

.manufacturer .brand-carousel .box img:hover {
    transform: scale(1.1); 
}

.manufacturer .brand-carousel {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-image: url(/assets/images/testimonial/testimonial-bg.jpg);
    background-size: cover;
}

.product-card .image {
    width: 230px;
    height: 240px;
    display: flex; 
    justify-content: center;
    align-items: center;
    object-fit: cover;
    padding: 5px;
}

.product-title a{
    color: white;
    font-size: 14px;
}


.product-description {
    text-align: center;
    padding-top: 20px;
    margin-top: -20px;
    padding-bottom: 10px;
}
.product-card .content {
    border-radius: 20px 20px 20px 20px;
}

.position-footer-right img{
    width:110px;
    height: 80px;
}


/* media queries */
@media (min-width: 1551px) {
    .product-card .content{
        width: 232px
    }
}

@media (max-width: 1440px) {
    .product-card .image{
        width: 196px;
    }
}
/* @media (min-width: 1200px) {

    .product-card image {
        width: 212px;
    }
} */
@media (max-width: 1199px){
    .product-card .image{
        width: 208px;
    }
}

@media (max-width: 990px){
    .product-card .image{
        width: 220px !important;
    }
}

@media (max-width: 768px){
    .carousel-content h2{
        font-size: 16px;
    }
    .carousel-content p{
        font-size:14px
    }
    .carousel-content .btn{
        padding: 5px 15px;
    }
    .product-card .image{
        width: 221px !important;
        height: 245px;
    }
}
@media (max-width: 540px){
    .product-card .image{
        width: 161px !important;
        height: 195px;
    }
}
@media (max-width:538px){
    .product-card .image{
        width: 125px !important;
        height: 160px;
    }
    .product-card .content{
        width: 125px !important;
    } 
}

@media (max-width: 480px){
    .carousel-content h2{
        font-size: 14px;
    }
    .carousel-content p{
        font-size:12px;
        line-height: 1;
    }
    .carousel-content .btn{
        padding: 5px 15px;
    }
}
@media (max-width:480px){
    .product-card .image{
        width: 210px !important;
        height: 275px;
    }
    .product-card .content{
        width: 210px !important;
    } 
}
@media (max-width:465px){
    .product-card .image{
        width: 183px !important;
        height: 211px
    }
    .product-card .content{
        width: 183px !important;
    } 
}
@media (max-width:419px){
    .product-card .image{
        width: 257px !important;
        height: 303px;
        margin-left: 62px;
    }
    .product-card .content{
        width: 257px !important;
        margin-left: 62px;
    } 
}
@media (max-width: 396px){
    .carousel-content h2{
        font-size: 13px;
    }
    .carousel-content p{
        font-size: 10px;
        line-height: 1;
    }
    .carousel-content .btn{
        padding: 5px 8px;
        font-size: small;
    }
}
@media (max-width: 375px){
    .carousel-content h2{
        font-size: 13px;
    }
    .carousel-content p{
        font-size: 10px;
        line-height: 1;
    }
    .carousel-content .btn{
        padding: 5px 8px;
        font-size: small;
    }
}


@media (max-width:391px){
    .product-card .image{
        width: 240px !important;
        height: 274px;
        margin-left: 56px;
        
    }
    .product-card .content{
        width: 240px !important;
        margin-left: 56px;
    } 
}

@media (max-width:376px){
    .product-card .image{
        width: 240px !important;
        height: 274px;
        margin-left: 47px;
        
    }
    .product-card .content{
        width: 240px !important;
        margin-left: 47px;
    } 
}
@media (max-width:280px){
    .product-card .image{
        width: 188px !important;
        height: 237px;
        margin-left: 32px;
        
    }
    .product-card .content{
        width: 188px !important;
        margin-left: 32px;
    } 
}
