body {
    font-family: sans-serif;
}

h1, h2, h3, h4 {
    font-family: sans-serif;
    font-weight: 600 !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 107px;
}

.card {
    position: relative;
    width: 100%;
    flex: 0 50%;
    word-wrap: break-word;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 10px;
}

.carousel_slide{
    margin-top: 30px;
}

.heading {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    border-bottom: 2px solid #222E50;
    width: 42%;
}

.card img {
    height: 225px;
}


.gallery .product {
    position: relative;
    overflow: hidden;
}

.gallery .product img {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.gallery .product .container.text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    color: white;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.gallery .product:hover img {
    opacity: 0.7; /* Dull background effect on hover */
}

.gallery .product:hover .container.text {
    opacity: 1; /* Show text on hover */
}

* {
    box-sizing: border-box;
}

#our-innovation .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.product:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    /* width: 100%; */
    /*margin-top: 50px;*/
    border-radius: 5px;
}

.product img {
    border-radius: 5px;
    /*height: 440px !important;*/
}

.product{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.text {
    padding-bottom: 10px;
}

.text h4 {
    font-size: 15px;
    margin-top: 25px;
}

.text p {
    font: 10px;
    margin-bottom:8px;
}

.background {
    background-color: #F5F5F5;
    padding: 80px 0px 80px 0px;
    /*margin-top: 50px;*/
}

.aboutimg img {
    height: 70%;
    margin-top: 25px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.abouttext h3 {
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tab {
    justify-content: right;
    margin-top: 35px;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* Style the buttons inside the tab */
.tab button {
    color: #fff;
    background-color: #222E50;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: background-color 0.3s;
    font-size: 17px;
    flex: 1; /* Equal width for buttons */
    border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #000;
    background-color: orange
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: orange;
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    text-align: center;
}

/* Show the first tab by default */
.tabcontent:first-of-type {
    display: block;
}

/* Card styles */
.card_tabber {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
    background-color: #fff;
    text-align: center;
    transition: transform 0.2s;
    display: inline-block;
    width: calc(30% - 20px);
    vertical-align: top;
}

.card_tabber:hover {
    transform: scale(1.05);
}

/* Card title styles */
.card_tabber h4 {
    margin: 10px 0;
    color: #222E50;
}

/* Card price styles */
.card_tabber p {
    color: #333;
}

/* Product image styles */
.card_tabber img {
    width: 100%;
    border-radius: 5px;
}

/* Responsive design */
@media (max-width: 600px) {
    .card_tabber {
        width: calc(100% - 20px); /* Full width for smaller screens */
    }
    /* .tab {
  
        justify-content: right;
        margin-top: 35px;
        margin-bottom: 20px;
        margin-left: 90px;
        border-radius: 5px;
    }
    
   
    .tab button {
            color:black;
        background-color:#222E50;
       border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: background-color 0.3s;
        font-size: 17px;
        flex: 1; /* Equal width for buttons */
       
    /* }  */
}/* end tabber*/

.findproduct h3 {
    font-family: sans-serif;
    font-size: 35px;
    margin-top: 30px;
}

.collection h3 {
    margin-top: 40px;
    text-align: center;
    font-family: sans-serif;
    font-size: 35px;
}

.excellence {
    width: 12.17vw;
    height: 9.4vw;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-direction: column;
    font-style: normal;
    font-weight: normal;
    font-size: 0.81vw;
    line-height: 10px;
    color: #444444;
    background-color: #00000029;
    text-align: center;
    box-shadow: 0px 1px 6px #00000029;
    padding-top: 9%;
    margin-left: 10px;
    margin-top: 10px;
}

/* Position the image container (needed to position the left and right arrows) */
.slide {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    margin-right: 12px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #000000;
    font-size: 15px;
    padding: 14px 18px;
    position: absolute;
    top: 50px;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66% !important;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.support-section {
    /*background: linear-gradient(45deg, #000000a8, #000000a8);*/
    background: #222E50;
    margin-top: 50px;
    padding: 40px;
    /*margin-bottom: -39px;*/
}

.support-box {
    border-right: 1px solid #ffffff70;
    padding: 20px 0;
}

.supportpolicy{
    color:#fff;
    font-size: 20px;
}

#contact-banner {
    background-image: url("../img/contact-us.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 0px;
}

#contact-img {
    margin-top: 0px;
}

.contacttext h1 {
    font-family: Sans-Serif;
    font-weight: 600;
}

.aboutpage h1 {
    margin-top: 30px;
    font-family: Sans-Serif;
    font-weight: 600;
}

.aboutpage h3 {
    /*margin-top: 20px;*/
    font-family: Sans-Serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.aboutcontainer {
    margin-top: 30px;
}

.corevalueimg img {
    height: 85%;
    margin-top: 30px;
    /* margin-left: 60px; */
}

#viewall {
    margin-top: 30px;
    padding: 8px 25px 8px 25px;
    background-color: #222E50 !important;
    color: #fff;
    border: none;
    text-decoration:none !important;
    font-family: Sans-Serif;
    margin-bottom: 10px;
    transition: .5s;
}

#viewall:hover{
    background-color: orange !important;
    border: none;
    color: #000;
}

.pagination {
    display: inline-block !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #222E50;
    color: #fff;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
   margin-top: 40px;
}

.counter-box {
    text-align: center;
    border: 2px solid orange;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 40px;
    margin-top:50px;
}

.counter-box h2 {
    font-family: sans-serif;
    font-weight: 600;
    color: #222E50;
}

.counter-item {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

.counter-value {
    font-size: 48px;
    color: #222E50;
    font-weight: 500;
}

.counterlabel {
    font-size: 18px;
    color: #000;
    font-family: sans-serif;
}

.counter-item span {
    display: block;
    font-size: 32px;
    margin-top: 5px;
    font-family: sans-serif;
}

.pagination {
    display: inline-block;
    margin-top: 30px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #222E50;
    color: #fff;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.contacttext h1 {
    margin-top: 30px;
    font-weight: 600;
}

.submit{
    background-color: #222E50;
    border: none;
    color: #fff;
    transition: .5s;
    padding: 10px 20px;
}

.submit:hover{
    background-color: orange;
    border: none;
    color: #000;
}

.map {
    border-radius: 10px;
    width: 100%;
    margin-left: 30px;
}

@media (max-width: 599px) {
    /* For mobile phones: */
    #logo{
        width:50%;
    }

    .heading {
        font-size: 13px;
    }
            
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 0px !important;
    }
    
    .background {
        padding: 30px 0px 60px 0px;
    }
    
    .card img{
        height: 100px;
    }
    
    .card {
        margin-left: 0px;
    }

    .corevalueimg img {
       width: 100%;
        height: 10% !important;
        margin-top: 30px;
        /* margin-left: 47px; */
    }
    
    .collection h3 {
        margin-top: 40px;
        width: 40%;
        font-size: 19px;
    }
    
    .gallery{
        margin-top: -30px;
    }

    .product img {
        height: 300px !important;
        margin-bottom: -17px;
    }
    
    .text h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .counter-box {
        padding: 1px;
        text-align: center;
        border: 2px solid #222E50;
        border-radius: 10px;
        width: 70%;
        margin-bottom: 0px;
    }
    
    .counter-box h2{
        font-size: 19px;
        margin-top: 20px;
    }
    
    .counterlabel{
        font-size: 12px;
        margin-bottom: 0px;
    }
    
    .counter-value {
        font-size:20px !important;
        color: #222E50;
        font-weight: 700;
    }
    
    .text p {
        font-size:12px;
        margin-bottom: 3px;
    }
 
    .aboutpage h3 {
        font-size: 15px;
    }
  
    .abouttext p{
        font-size: 15px;
    }

    .aboutpage p{
        font-size: 10px;
    }
 
    .aboutimg img {
        height: 70%;
        margin-top: 25px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    .background{
        margin-top: 31px;
    }
    
    .abouttext h3 {
        border-bottom: 2px solid #222E50;
        width: 25%;
        margin-top: 30px;
        font-size: 17px;
    }
    
    .findproduct h3 {
        border-bottom: 2px solid #222E50;
        width: 50%;
        margin-top: 30px;
        font-size: 17px;
    }
    
    .aboutpimg img{
        width: 70%;
        height: 90%;
        margin-bottom: 12px;
    }
    
    .abouttext p{
        font-size: 10px;
    }
   
    .support-box {
        border-right: 0px solid #ffffff70;
        padding: 15px 0;
    }
    
    .support-section {
        padding:0px !important;
    }
  
    .supportpolicy{
        color: #fff;
        font-size: 12px;
        margin-left:30px !important;
    }

    .support-images{
        width: 40%;
        height: 40%;
        margin-left:30px;
    }

    .contacttext h1 {
        font-size: 15px;
    }
    
    .aboutcontainer>form{
        width: 50%;
    }
    
    .aboutpage h1 {
        margin-top: 18px;
        width: 18%;
        font-size: 15px;
    }
    
    .pagination {
        width: 53%;
        font-size: 11px;
        margin-bottom: -27px;
    }
    
    .productrow{
        margin-bottom: -20px;
    }
    
    .mapdiv{
        width: 340px;
        margin-top:35px;
    }
    
    .cicon{
       font-size:22px !important;
    }
    
    #viewall {
        margin-top: 30px;
        padding: 5px 13px 5px 13px;
    }
}
  
@media (max-width: 1024px) and (min-width: 600px) {
    .heading {
        width: 65%;
    }
    
    #logo{
        width:100%;
        margin-right: 175px;
    }
    
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 0px !important;
    }
    
    .abouttext h3 {
        width: 46%;
    }
    
    .abouttext p{
        font-size: 15px;
    }
    
    .counter-box h2 {
        margin-top: 0px;
    }
    
    .counterlabel {
        font-size: 15px;
    }
    
    .collection h3 {
        margin-top: 0px;
        width: 28%;
    }
    
    .gallery{
        margin-top: -30px;
    }
    
    .product {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        /* width: 100%; */
        margin-top: 50px;
        border-radius: 5px;
    }
    
    .product img {
        height: 250px !important;
        margin-bottom: -17px;
    }
    
    .text p {
        font-size: 13px;
    }
    
    .contacttext h1 {
        font-size: 25px;
    }
    
    .aboutimg img {
        height: 85%;
        width: 100%;
        margin-top: 65px;
    }
    
    .findproduct h3 {
        border-bottom: 2px solid #222E50;
        width: 41%;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    /* .corevalueimg img {
      
        height: 85%;
        margin-top: 30px;
        margin-left: 5%;
    } */
    
    .aboutpimg img {
        width: 70%;
        height: 100%;
    }
    
    .aboutpage h1 {
        font-size: 21px;
    }
    
    .counter-box {
        text-align: center;
        border: 2px solid #222E50;
        padding: 25px;
        border-radius: 10px;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (min-width: 390px) and (max-width: 932px) {
    .aboutpageimg{
        margin-top: 158px !important;
    }
    
    .map {
        margin-left: 0px;
        margin-top: 15px;
    }
    
    #contact-img {
        margin-top: 127px !important;
    }
}
  
@media (min-width: 768px) and (max-width: 1024px) {
    .aboutpageimg {
        margin-top: 88px !important;
    }
    
    .map {
        margin-left: 0px;
        margin-top: 0px;
    }
    
    #left {
        padding-left: 50px !important;
        text-align: center;
        padding-right: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
       .carousel-inner {
        margin-top: 0 !important;
    }
}