* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;
}
body{
    width: 100%;
    background-color: #eaeded;
    box-sizing: border-box;
}
.first{
    width: 100%;
    height: 70px;
    background-color: #141622;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.first img{
    width: 130px;
    margin: 0 10px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
}
.first{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex{
    display: flex;
    justify-content: center;
}
.flex span, i{
color: white;
}
.logo{
    flex: 0.18;
    margin-right: 10px;
    justify-content: space-between;
}
.map{
    border: 1px solid transparent;
    border-radius: 3px;
}
.map i{
    margin-top: 17px;
    padding-left: 5px;
    font-size: 17px;
}
.map div{
    padding: 5px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
}
.map div span:first-child{
    font-weight: 400;
    font-size: 13px;
}
.map div span{
    font-weight: bold;
}
.right{
    justify-content: space-between;
    flex: 0.29;
    margin-right: 10px;
    align-items: center;
}
.input{
    width: 100%;
    background-color: white;
    flex: 0.53;
    border-radius: 5px;
    display: flex;
    margin: 0 10px;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}
.input input{
    outline: none;
    width: 80%;
    font-size: 16px;
    padding: 10px 2px;
    border: none;
}
.input .fa-search{
    color: rgb(51, 51, 51);
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    background-color: #febd69;
    border-radius: 0 5px 5px 0;
}
.input div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid grey;
    background-color: rgb(236, 234, 234);
    padding: 6px 0;
}
.input div span{
    border-radius: 5px 0 0 5px;
    color: rgb(51, 51, 51);
    padding: 6px 5px;
    font-size: 13px;
    cursor: pointer;
    
}
.input .fa-caret-down{
    color: rgb(51, 51, 51);
    cursor: pointer;
    padding: 5px;
}
.lang i{
padding: 0;
margin: 0;
color: gray;
}
.lang{
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 1px solid transparent;
    border-radius: 3px;

}
.right img{
    width: 40px;
    height: 50px;
    padding: 4px;
    margin: 0;
    padding-top: 10px;
    cursor: pointer;

}
.sign{
    display: flex;
    flex-direction: column;
    padding: 3px 6px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.sign span:first-child{
    font-weight: 400;
    font-size: 13px;

}
.sign a{
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 16px;

}
.flex .ac span{
    font-size: 15px;
    margin-right: 5px;
    font-weight: bold;
}
.fa-shopping-cart{
    font-size: 30px;
}
.ca{
    font-size: 14px;
    font-weight: bold;
}
.cart{
    align-items: flex-end;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;

}
.cart p{
    position: absolute;
    font-weight: bolder;
    color: #131a22;
    top: 7px;
    left: 23px;
}
.cart:hover{
    border: 1px solid white;
    border-radius: 3px;
}
.logo img:hover{
    border: 1px solid white;
    border-radius: 3px;
}
.map:hover{
    border: 1px solid white;
    border-radius: 3px;
}
.lang:hover{
    border: 1px solid white;
    border-radius: 3px;
}
.sign:hover{
    border: 1px solid white;
    border-radius: 3px;
}
.lang:hover{
    border: 1px solid white;
    border-radius: 3px;
}
.input .fa-search:hover{
    background-color: #fdae46;
}
.input div:hover{
    background-color: rgb(204, 202, 202);
    color: black;
}
.second{
    width: 100%;
    height: 42px;
    background-color:#d30d0d;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}
.second ul{
    align-items: center;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.second span{
    font-size: 15px;
}
.second-1 div{
    font-size: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.second li{
    padding: 5px 10px;
    font-size: 15px;
    margin: 7px 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.second a{
    padding: 5px 10px;
    font-size: 15px;
    margin: 7px 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    color: white;
}


.second-1{
    flex: 0.06;
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-1 div{
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.second-2{
    display: flex;
    flex: 0.74;
    justify-content: flex-start;
    color: white;
    
}
.second-3{
    flex: 0.2;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    overflow: hidden;
}
.second-3 span{
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
}
.second-1 div span{
    padding: 5px;
cursor: pointer;
}
.second a:hover{
    border: 1px solid white;
}
.second-1 div:hover{
    border: 1px solid white;
}
.second-2 li:hover{
    border: 1px solid white;
}
.second-3 span:hover{
    border: 1px solid white;
}
.sec-1{
    position: relative;
    width: 100%;
    height: 1190px;
    box-sizing: border-box;
}
.slide img{
    width: 1560px;
    height: 100%;
}
.container{
    position: relative;
    width: 100%;
    height: auto;
}
.slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 560px;
}
.image-box{
    display: flex;
    position: absolute;
    animation: carousel 15s alternate infinite;
}
@keyframes carousel{
    0%{
        left: 0;
    }
    20%{
        left: 0%;
    }
    24%{
        left: -1560px;
    }
    50%{
        left: -1560px;
    }
    54%{
        left: calc(-1560*2px);
    }
    80%{
        left: calc(-1560*2px);
    }
    66%{
        left: calc(-1560*3px);
    }
    84%{
        left: calc(-1560*3px);
    }
    
    100%{
        left: calc(-1560*4px);
    }
}
.container-1{
    position: absolute;
    z-index: 1;
    top: 230px;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom,transparent,#eaeded 30%);
}
.container-1 .para{
    background-color: rgb(238, 234, 234);
    width: 100%;
    text-align: center;
    }
    .container-1 div:first-child p{
        font-size: 14px;
        padding: 12px 0;
}
.product-copm{
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 20px 0;
    justify-content: space-around;
}
.product-copm .box{
    width: 315px;
    height: 400px;
    background-color: white;
}
.box h5{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(43, 42, 42);
}
.box a{
    font-size: 13px;
    margin-left: 20px;
    display: block;
    padding-top: 30px;
    }
    .box-a{
        overflow: hidden;
        background-color: white;
    }
.box div img{
    width: 167px;
    height: 120px;
    cursor: pointer;
    margin-left: -20px;
    margin-right: 0;
}
.box-a div{
    display: inline-block;
}
.box-a div span{
    display: block;
    font-size: 13px;
    margin-left: 20px;
}
.box-b{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.box-b .best{
    background-color: white;
    height: 130px;
    width: 315px;
}
.best h5{
    font-size: 21px;
    margin: 20px;
    margin-bottom: 15px;
}
.best button{
    border-radius: 7px;
    box-shadow: 1px 2px 5pc rgb(211, 207, 207);
    color: rgb(43, 42, 42);
    background-color: #ffd814;
    width: 280px;
    margin-left: 20px;
    height: 30px;
    border: none;
}
.box.box-c img{
    margin: 0 20px;
    width: 275px;
    cursor: pointer;
    height: 280px;
}
.sec-2{
    width: 100%;
    height: 315px;
    padding: 25px;
    padding-top: 0;
    padding-bottom: 25px;
    }
    .slide-sec h5{
        font-size: 20px;
        padding-bottom: 5px;
    }
    .slide-sec{
        width: 100%;
        height: 100%;
        padding: 20px 20px 10px 20px;
        overflow-x: hidden;
        background-color: white;
        position: relative;
    }
    .products-slide{
        display: flex;
        margin-top: 5px;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }
    .products-slide::-webkit-scrollbar{
        background-color: transparent;
        height: 7px;
        cursor: pointer;
}
.products-slide::-webkit-scrollbar-thumb{
    border-radius: 9px;
    cursor: pointer;
    }
    .products-slide li{
        list-style: none;
        margin-right: 10px;
        margin-bottom: 15px;
        cursor: pointer;
}
.l-btn,
.r-btn{
    background-color: rgb(255, 255, 255, 1);
    height: 90px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    top: 35%;
    position: absolute;
    border: 3pc soild transparent;
}
.l-btn{
    border-radius: 0 5px 5px 0;
    left: 20px;
}
.r-btn{
    border-radius: 5px 0 0 5px;
    right: 20px;
}
.l-btn:hover{
    border: 3px solid rgb(2, 150, 150);
}
.r-btn:hover{
    border: 3px solid rgb(2, 150, 150);
}
.r-btn i,
.l-btn i{
    color: rgb(54, 54, 54);
    position: absolute;
    font-size: 30px;
    top: 35%;
    left: 13%;
    right: 13%;
}
.box-d a{
padding-top: 10px;
}
.box-d div img{
    width: 147px;
    height: 110px;
    margin-left: 5px;
    margin-right: 0px;
}
.box-d div span{
    margin-bottom: 22px;
}
.footer{
    width: 100%;
    height: 490px;
    transition: all 0.2s;
}
.backtop{
    text-align: center;
    height: 50px;
    background-color: #37475a;
    padding: 16px;
    cursor: pointer;
}
.backtop span{
    color: white;
    font-weight: bold;
}
.backtop:hover{
    background-color: #4d627c;
}
.detail{
    background-color: #232f3e;
    height: 350px;
}
.table{
    margin: 0 150px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}
.table div{
    width: 230px;
}
.t-head{
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
}
.table a{
    color: rgb(223, 221, 221);
    padding-top: 10px;
    font-weight: lighter;
    font-size: 14px;
    list-style: none;
}
.copy{
    background-color: #212f3e;
    height: 90px;
    padding: 40px;
    text-align: center;
}
.copy span{
    color: white;
    font-size: 14px
}
.line{
    height: 0.8px;
    width: 100%;
    background-color: rgb(172, 172, 172);
}
.sidebar{
    background-color: white;
    width: 380px;
    height: 100%;
    transform: translateX(-390px);
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    z-index: 101;
    overflow-y: scroll;
    box-shadow: 2px 2px 30px black;
}
.hdn-head{
    background-color: #232f3e;
    height: 60px;
    width: 100%;
    color: white;
    text-align: center;
}
.hdn-head h2{
    line-height: 60px;

}
.hdn-head h3{
padding: 20px 25px;
color: rgb(39, 39, 39);
}

.hdn-content ul div{
display: flex;
cursor: pointer;
transition: all 0.2s;
font-size: 14px;
color: rgb(70, 70, 70);
padding: 15px 25px;
justify-content: space-between;

}
.fa-xmark{
    top: 20px;
    left: 400px;
    position: absolute;
    font-size: 30px;
    display: none;
    z-index: 101;
    
}
.fa-angle-right{
    color: rgb(27, 27, 27);

}

.hdn-content ul div:hover{
    background-color: rgb(230, 227, 227);
}
.hdn-content ul{
    padding-bottom: 9px;
}
.black{
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.black.active{
    width: 100%;
    z-index: 100;
}

.black.active-1{
    top: 70px;
    width: 100%;
    z-index: 99;
}
.sidebar.active{
    transform: translateX(0);
}
.fa-xmark.active{
    display: block;
}

.hdn-sign.active{
    display: block;
}

.triangle.active{
    display: block;
}

.triangle{
    position: absolute;
    z-index: 101;
    right: 188px;
    top: 42px;
    display: none;
    background-color: transparent;
    width: 0;
    height: 0;
    transition: all 2s;
    border: 12px solid blue;
    border-color: transparent transparent white transparent;
    }
    .hdn-sign{
        position: absolute;
        z-index: 101;
        transition: all 2s;
        width: 500px;
        height: 350px;
        display: none;
        top: 65px;
        right: 80px;
        background-color: white;
        border-radius: 5px;
    }
    .hdn-table{
        display: flex;
        justify-content: space-around;
        padding: 20px 0;
    }
    .hdn-table h3{
        font-size: 16px;
        padding: 10px 0;
    
    }
    .hdn-table li{
        color: rgb(84, 84, 84);
        font-size: 13px;
        padding: 5px 0px;
        cursor: pointer;
    }
    .hdn-line{
        width: 0.5px;
        color: black;
        background-color: rgb(190, 190, 190);
        height: 300px
    }

    .stop-scroll{
        overflow: hidden;
        height: 100%;
    }

    .container{
        width: 100%;
        height:100vh ;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

    }
    h1{
        color: #333;
        margin-bottom: 60px;
    }
    iframe {
        width: 80%;
        height: 500px;
        filter: invert(100%);
    }

    .second-2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
      }
      
      .second-2 li {
        margin-right: 20px;
      }

      ..................

      body{
        font-family: Arial, sans-serif;
        background: #f0f2f5;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
      }
      
      .payment-form {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0,0,0,0.1);
        width: 100%;
        max-width: 400px;
      }
      
      .payment-form h2 {
        margin-bottom: 20px;
        font-size: 24px;
      }
      
      .payment-form label {
        display: block;
        margin: 10px 0 5px;
      }
      
      .payment-form input[type="text"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
      }
      
      .row {
        display: flex;
        gap: 10px;
      }
      
      .column {
        flex: 1;
      }
      
      .payment-options {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
      }
      
      .payment-options label {
        font-weight: normal;
      }
      
      button {
        width: 100%;
        padding: 12px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
      }
      
      button:hover {
        background-color: #45a049;
      }
      



      @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
      * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          outline: none;
          border: none;
          text-decoration: none;
          list-style: none;
          scroll-behavior: smooth;
          font-family: 'playfair display', serif;
      }
      
      html {
          font-size: 65.5%;
      }
      
      :root {
          --main-color: #d30d0d;
          --text-color: #141622;
      }
      
      
      /*=== top header section strat ===*/
      
      .top-header .out-box {
          width: 100%;
          background:var(--main-color);
      }
      
      .top-header .out-box .inside-box {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: #141622;
          padding: 1rem 0;
          clip-path: polygon(8% 0%, 92% 0%, 96% 100%, 5% 100%);
      }
      
      .out-box .inside-box .col-1 {
          display: flex;
          gap: 1rem;
          align-items: center;
          justify-content: center;
          color: #fff;
          margin-left: 13rem;
      }
      
      .out-box .inside-box .col-1 span {
          font-size: 1.8rem;
          font-weight: 600;
      }
      
      .out-box .inside-box .col-1 span i {
          color: var(--main-color);
          padding-right: 0.5rem;
          font-size: 1.3rem;
      }
      
      .out-box .inside-box .col-2 {
          display: flex;
          gap: 1rem;
          align-items: center;
          justify-content: center;
          color: #fff;
          margin-right: 13rem;
      }
      
      .out-box .inside-box .col-2 a,
      .out-box .inside-box .col-2 span,
      .out-box .inside-box .col-2 .social i {
          color: #fff;
          font-size: 1.5rem;
          transition: 0.4s;
      }
      
      .out-box .inside-box .col-2 .social {
          display: flex;
          gap: 0.9rem;
      }
      
      .out-box .inside-box .col-2 a i {
          padding-right: 0.5rem;
      }
      
      .out-box .inside-box .col-2 .social i:hover,
      .out-box .inside-box .col-2 a:hover {
          color: var(--main-color);
      }
      
      
      /*=== media query ===*/
      
      @media(max-width:1150px) {
          .out-box .inside-box .col-1 {
              margin-left: 8rem;
          }
          .out-box .inside-box .col-2 {
              margin-right: 8rem;
          }
      }
      
      @media(max-width:991px) {
          .top-header {
              display: none;
          }
      }

      /*=== footer section start ==*/

 .footer{
    background: var(--text-color);
    position: relative;
}

.footer .footer-row{
    padding: 2rem 16rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.footer-row .footer-col img{
    width: 200px;
    height: 50px;
    margin-bottom: 1rem;

}

.footer-row .footer-col p{
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
}

.footer-row .footer-col span{
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}

.footer-row .footer-col span i{
    background: var(--main-color);
    padding: 0.5rem;
    border-radius: 10px;
    margin-right: 5px;
    font-size: 18px;
 }

 .footer-row .footer-col h5{
    color: #fff;
    font-size: 1.9rem;
    margin: 1rem 0;
    padding: 0.5rem;
    letter-spacing: 1px;
    position: relative;

 }

 .footer-row .footer-col h5::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    bottom: 0;
 }

 .footer-row .footer-col h5::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background:var(--main-color);
    bottom: 0;
    left: 40px;
 }

 .footer-row .footer-col h5::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    bottom: 0;
 }
 .footer-row .footer-col h5::before{
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    bottom: 0;
 }

 .footer-row .footer-col a{
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding-top: 1rem;
    transition: 0.4s ease;
 }

 .footer-row .footer-col a:hover{
    padding-left: 5px;
    color: var(--main-color);
 }

 .footer-row .footer-col input{
    width: 250px;
    height: 40px;
    font-size: 1.4rem;
    padding-left: 10px;
    color: #141622;
    margin-bottom: 1.5rem;
 }

 .footer-row .footer-col button{
    background: var(--main-color);
    padding: 1rem 2rem;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    transition: 0.4s ease;
 }

 .footer-row .footer-col button:hover{
    background: var(--text-color);
    border: 2px solid #fff;
 }

 .footer .footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 16rem;
    background: #3a3737;
    position: relative;
    text-align: center;

 }

 .footer .footer-bottom p{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;

 }

 .footer .footer-bottom p span{
     color: var(--main-color);
 }

 .footer .footer-bottom .social{
    position: absolute;
    background: var(--main-color);
    padding: 1.3rem 30rem;
    right: 0;
    bottom: 0;
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 5% 100%);
 }

 .footer .footer-bottom .social i{
    color: var(--main-color);
    background: #fff;
    font-size: 1.6rem;
    margin-left: 20px;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s ease;
 }

 .footer .footer-bottom .social i:hover{
    transform: scale(1.1);
 }

 @media(max-width:1390px){
    .footer .footer-bottom .social{
        padding: 1.3rem 17rem;
    }
 }

 
 @media(max-width:1150px) {
    .footer .footer-bottom .social{
        position: inherit;
        background: none;
        padding: 1.3rem;
    }
    .footer .footer-bottom {
        flex-direction: column;
    }
    .footer .footer-row{
        grid-template-columns: 1fr 1fr 1fr;
    }
 }

 @media(max-width:991px) {
    .footer .footer-row{
        padding: 2rem 10rem;
    }

    .footer .footer-bottom{
        padding: 2rem 10rem;
    }
 }

 @media(max-width:768px) {
      .footer .footer-row{
        grid-template-columns: 1fr 1fr;
      }
 }

 @media(max-width:600px) {
    .footer .footer-row{
        grid-template-columns: 1fr;
      }

      .footer .footer-row{
        padding: 2rem 7rem;
    }

      .footer .footer-bottom{
        padding: 2rem 7rem;
    }
 }

/*=== Scroll Top Button Adding ===*/
    
.scrollBtn{
    position: absolute;
    right: 5rem;
    bottom: 1rem;
    z-index: 100;
    font-size: 3rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    box-shadow: 0 0 5px var(--main-color);
    border: 1px solid #fff;
}

.scrollBtn:hover{
    background: var(--text-color);
}

@media(max-width:1150px) {
    .scrollBtn{
        right: 5rem;
        bottom: 3rem;

    }
}

@media(max-width:450px) {
    .scrollBtn{
        right: 1rem;
        bottom: 3rem;
        
    }
}

/* Container for floating buttons */
 .floating-buttons {
    position: fixed;
    top: 40%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  
  }
  
  /* Style each button */
  .floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #09307f; /* Facebook blue */
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
  }
  
  /* Instagram button color */
  .floating-buttons a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  
  /* Twitter button color */
  .floating-buttons a.twitter {
    background-color: black
  }
  
  /* Linkedin button color */
  .floating-buttons a.linkedin {
    background-color: blue
  }
  
  /* whatsapp button color */
  .floating-buttons a.whatsapp {
    background-color: rgb(4, 106, 4);
  }
  
  /* Hover effect */
  .floating-buttons a:hover {
    opacity: 0.8;
    padding-left: 10px;
  }

 
/*====  terms and condition ====*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #fff;
    color: #333;
    line-height: 1.6;
  }
  
  /* Header with black & red theme */
  .condition{
    background: linear-gradient(135deg, black, red);
    color: white;
    text-align: center;
    padding: 80px 40px;
  }
  
  .condition h1 {
    font-size: 3.5rem;
    margin: 0;
    color: #000000;

  }
  .condition p {
    font-size: 2.2rem;
    margin-top: 10px;
  }
  
  /* Tabs */
  .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: black;
  }
  .tabs button {
    background: none;
    border: none;
    padding: 12px 20px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    font-size: 18px;
    text-align: center;
  }
  .tabs button:hover,
  .tabs button.active {
    background: red;
  }
  
  /* Content box */
  .tab-content {
    display: none;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-left: 5px solid red;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .tab-content.active {
    display: block;
  }
  
  /* Headings with arrows */
  h3{
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size:15px ;
  }
  h3::before{
    content: "➤";
    color: red;
    font-size: 2.35rem;
  }
  
  /* Responsive adjustments */
  @media (max-width: 600px) {
    header h1 {
        font-size: 1.8rem;
    }
    header p {
        font-size: 1rem;
    }
    .tabs {
        flex-direction: column;
        font-size: 18px;
    }
  }
  
  /* Privacy-Policy */
  :root{
    --black:#000000;
    --red:#b30000;
    --white:#ffffff;
    --text:#333333;
    --muted:#666666;
    --card:#ffffff;
    --border:#e6e6e6;
  }
  *{box-sizing:border-box}
  body{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.65;
  }
  
  .section{
    background:var(--card);
    border:1px solid var(--border);
    border-left:5px solid var(--red);
    border-radius:10px;
    padding:20px 20px;
    margin:16px 0 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    font-size: 18px;
  }
  
  h3{
    margin:0 0 12px;
    font-size:2.35rem;
    color:var(--black);
    display:flex;align-items:center;gap:8px
  }
  h3::before{content:"➤"; color:var(--red); font-size: 2.35;}
  h4{margin:18px 0 8px; color:var(--black); font-size:2.05rem}
  
  p{margin:10px 0}
  ul{margin:8px 0 10px 22px; list-style:circle}
  
  a{color:var(--red); text-decoration:none}
  a:hover{text-decoration:underline}
  
  /* Tables */
  .table-wrap{overflow-x:auto}
  table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin:10px 0 0;
  }
  th, td{
    border:1px solid var(--border);
    padding:12px 14px;
    text-align:left; vertical-align:top;
  }
  th{
    background:var(--black);
    color:#fff;
    font-weight:700;
    letter-spacing:.2px;
    font-size: 15px;
  }
  tbody tr:nth-child(even){background:#fafafa}
  td ul{margin:0; padding-left:18px; list-style:circle}
  td ul li{margin:6px 0}
  
  /* Mobile table pattern */
  @media (max-width: 760px){
    table, thead, tbody, th, td, tr{display:block}
    thead{display:none}
    tbody tr{
      border:1px solid var(--border);
      border-radius:8px;
      padding:8px 10px;
      margin:10px 0;
      background:#fff;
    }
    td{
      border:none;
      border-bottom:1px dashed var(--border);
      padding:10px 8px;
    }
    td:last-child{border-bottom:none}
    td[data-label]::before{
      content: attr(data-label);
      display:block;
      font-weight:700;
      color:var(--muted);
      margin-bottom:6px;
    }
  }
  
  
   /*=== Inventory grid section strat ===*/
   .inventory{
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5)), url(./assets/CONTACT\ US.png);
    background-position: center;
    background-size: cover;background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
 }

 .inventory h2{
    font-size: 3.5rem;
    color:black;
 }

 .inventory .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color:black;
    padding-top: 2rem;
 }

 .inventory .link a{
    color: black;
    font-size: 1.5rem;
    
 }

 .inventory .link a:hover{
    color: var(--main-color);
 } 

 .inventory .link span,
 .inventory .link p{
    font-size: 1.5rem;
    color:black;
    
 }

    /*====   Contact section start   ====*/


   
    .contact .contact-row{
        padding: 4.5rem 12.5%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .contact-row .contact-col{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background:#fddddf;
        padding: 30px;
        border-radius: 8px;
        transition: 0.5s ease;
    }

    .contact-row .contact-col:hover{
        transform: translateY(-10px);
    }

    .contact-row .contact-col img{
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }

    .contact-row .contact-col h6{
        padding: 6px 0;
        font-size: 20px;
        font-family: 'poppins', sans-serif;
        color: #646161;
    }

    .contact-row .contact-col p{
        font-size: 14px;
        color: #646161;
    }

    .contact .touch-row{
        padding: 4.5rem 12.5%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .touch-row .touch-col img{
        width: 100%;
        height: auto;
        border-radius: 20px 50% 50% 50%;
    }

    .touch-row .touch-col h5{
        font-size: 27px;
        font-family: 'poppins', sans-serif;
        color: #646161;
    }

    .touch-row .touch-col p{
        font-size: 14px;
        font-family: 'poppins', sans-serif;
        color: #646161;
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .touch-row .touch-col .box{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
       }

    .touch-row .touch-col .box .inputBx,
    .touch-row .touch-col .inputBx{
        width: 100%;
        height: 45px;
        border: 1px solid #646161;
        margin-bottom: 30px;
        border-radius: 8px;

    }

    .touch-row .touch-col .inputBx input,
    .touch-row .touch-col .inputBx input{
       width: 100%;
       height: 100%;
       padding: 5px;
       font-size: 16px;
       border-radius: 8px;
    }

    .touch-row .touch-col .inputBx input:focus,
    .touch-row .touch-col .inputBx input:focus,
    .touch-row .touch-col textarea:focus{
       border: 1px solid var(--main-color);
    }

    .touch-row .touch-col textarea{
        width: 100%;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #646161;
        border-radius: 8px;
    }

    .touch-row .touch-col button{
        margin-top: 40px;
        padding: 15px 30px;
        background: var(--main-color);
        color: #fff;
        font-size: 17px;
        border-radius: 7px;
        cursor: pointer;
        transition: 0.5s;
    }

    .touch-row .touch-col button:hover{
        background: var(--text-color);
    }

    @media(max-width:1200px) {
        .contact .contact-row{
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media(max-width:991px) {
        .contact .contact-row{
            grid-template-columns: repeat(2, 1fr);
        }

        .contact .contact-row{
            grid-template-columns: repeat(1, 1fr);
        }
    }

    @media(max-width:600px) {
        .contact .contact-row{
            grid-template-columns: repeat(1 1fr);
        }

        .contact .touch-row .box{
            grid-template-columns: repeat(1, 1fr);
        }

        .touch-row .touch-col .box{
            gap: 0;
        }
    }

     /* About Section start */
   
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
      }
  
      body {
        background-color: #f8f9fc;
        color: #333;
        line-height: 1.6;
      }
  
      /* Header Section */
      .navbar {
        background: linear-gradient(90deg, #004e92, #091475);
        color: white;
        padding: 70px 20px;
        text-align: center;
      }
  
      .navbar h1 {
        font-size: 3.5rem;
        margin-bottom: 10px;
        letter-spacing: 1px;
        color: black;
      }
  
      .navbar p {
        font-size: 1.6rem;
        max-width: 750px;
        margin: 0 auto;
        color: #e0e0e0;
      }
  
      /* About Section */
     
      .about {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
      }
  
      .about img {
        flex: 1 1 400px;
        max-width: 100%;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }
  
      .about-text {
        flex: 1 1 450px;
      }
  
      .about-text h2 {
        font-size: 4rem;
        color: #004e92;
        margin-bottom: 15px;
      }
  
      .about-text p {
        font-size: 2rem;
        color: #555;
        margin-bottom: 10px;
      }
  
      
      /* Mission Section */
      .mission {
        text-align: center;
        margin-top: 80px;
      }
  
      .mission h2 {
        font-size: 4rem;
        color: #004e92;
        margin-bottom: 20px;
      }
  
      .mission p {
        max-width: 800px;
        margin: 0 auto;
        color: #555;
        font-size: 2rem;
      }
  
    
  
      /* Responsive */
      @media (max-width: 768px) {
        header h1 {
          font-size: 2rem;
        }
  
        .about {
          flex-direction: column;
        }
  
        .about-text h2 {
          text-align: center;
        }
  
        .mission h2,
        .team h2,
        .services h2 {
          font-size: 1.8rem;
        }
      }