* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sec1 {
    width: 100%;
    min-height: 850px; 
    
}
#products{
    width: 150px;
    border: none;
}
    .brand-logo {
      font-family: 'Georgia', serif;
      font-size: 1.8rem;
      font-weight: bold;
    }

    .brand-logo span:first-child {
      font-size: 2.2rem;
      font-weight: bold;
    }
    .navbar-custom {
      border-radius: 40px;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 0.5rem 2rem;
    }

    .btn-quote {
      border-radius: 25px;
      padding: 8px 20px;
      font-weight: 500;
    }
@media (max-width: 768px) {
    .sec1 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.hero-sec-para {
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.5rem;
    font-style: italic;
    line-height: 50px;  
}

.hero-sec-para1 {
    font-size: 1.5rem;
    color: #686D76;
}

.hero-sec-but {
    width: 170px;
    height: 50px;
    background-color: #0B6FF4;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    padding: 10px 0;
}

.hero-sec-img img {
    width: 100%;
    height: auto;
}


.equal-img1, .equal-img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 250px;
    display: block;
    border-radius: 30px;
}

.sec-2-div3 > div {
    display: flex;
    align-items: stretch;
}
.sec2-para{
    font-size: 1.5rem;
}


@media (max-width: 768px) {
 
    .hero-sec-img img {
        width: 100%;
        height: auto;
    }
    .hero-sec-para {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .hero-sec-para1 {
        font-size: 1.1rem;
        max-width: 100%;
    }
    .hero-sec-but {
        width: 100%;
        font-size: 0.9rem;
        padding: 10px 0;
    }
    .hero-sec-div4{
        margin: auto;
    }
    .sec-2-div3 > div {
        display: block;
    }
    .equal-img1 {
       display: none; 
    }
    .sec-2-div2 {
        width: 100%;
    }
    .sec3-img{
        display: none;
    }
    .sec-3-div1{
        width: 100%;
    }
    .equal-img{
        width: 100%;
        height: auto;
        max-height: 250px;
    }
    .sec2-para{
    font-size: 1.1rem;
}

}

@media (min-width: 320px) and (max-width: 425px){
    .sec-1-img{
        width: 135px;
    }
}
section.sec2 {
    width: 100%;
    height: 680px;
    padding: 50px 0;
    background-color: #F0F0F1;
}
.sec-2-div1 p {
    font-size: 20px;
    text-transform: uppercase;
}
.sec-2-div2{
    width: 550px;
}
.sec2-img .sec2-img{
    object-fit: contain;
    height: 100%;
    min-height: 250px; 
}
.sec-3-div1{
    font-size: 21px;
    color: #686D76;
}
.sec-3-para2{
  font-size: 40px;
  color: black;
  font-weight: 620;
  width: 500px;
  font-style: italic;
  line-height: 1.2;
}
.sec3-img {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}
.sec3-para{
        font-size: 1.5rem;
        width: 100%;
    }

@media (max-width: 768px) {
    .sec3-img {
        max-height: 220px;
    }
    .sec-3-div2 {
        margin-top: 20px;
    }
    .sec3-para{
        font-size: 1.1rem;
        width: 100%;
    }
    .sec-3-para2 {
        font-size: 22px;
        width: 100%;
        text-align: center;
    }
}

.sec4{
    width: 100%;
    background-color: #F0F0F1;
}

.sec4-div6{
     border-bottom-style: dashed;
    border-bottom-width: 2px;   
}
.sec-4-div2 p {
        font-size: 1.5rem;
    }

@media (max-width: 768px) {
    .sec-4-div2 h1 {
        font-size: 1.5rem;
    }
    .sec-4-div2 p {
        font-size: 1.1rem;
    }
    .sec4-div3 .col-12 {
        margin-bottom: 20px;
    }
   
}
.sec5 {
    width: 100%;
    padding: 50px 0px;
    background-color: #FFFFFF;
}

.div5-div2-but {
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 1.1rem;
    background: #0B6FF4;
    color: #fff;
    border: none;
    transition: background 0.3s;
}
.sec-5-a {
    text-decoration: none;
    color: inherit;
}

.div5-div2-but:hover {
    background: #084b9c;
}

.sec-5-div2 p {
        width: 100%;
        font-size: 1.5rem;
    }

@media (max-width: 768px) {
    .sec5 {
        padding: 30px 0;
    }
    .sec-5-div1, .sec-5-div2 {
        width: 100%;
    }
    .sec-5-div3 {
        width: 100%;
        font-size: 1rem;
        padding: 12px 0;
        display: flex;
        justify-content: center;
    }
    .sec-5-div2 h1 {
        font-size: 2.6rem;
        text-align: center;
    }
    .sec-5-div4 h1 {
        font-size: 1.8rem;
        text-align: center;
    }
    .sec-5-div4 img {
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .sec-5-div2 p {
        width: 100%;
        padding: 0 20px;
        font-size: 1.1rem;
    }
}
.sec6 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #F0F0F1;
}
.sec6-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.sec-6-div2 h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.sec-6-p {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
    color:#686D76;
}
.sec-6-p1 {
    font-size: 33px;
    font-weight: 700;
    font-style: italic;
    text-align: left;
}


@media (max-width: 768px) {
    .sec6 {
        padding-bottom: 10px;
    }
    .sec-6-div1 {
        text-align: center;
        padding-top: 0;
    }
    .sec-6-div2 h1 {
        padding: 10px;
        font-size: 1.7rem;
    }
    .sec-6-p {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    .sec-6-p1 {
        font-size: 1.1rem;
        text-align: center;
        padding: 0 10px;
    }
    .sec6-img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.sec7 {
    width: 100%;
    max-height: fit-content;
}

.sec7-para,
.sec7-para1 {
    font-size: 1.5rem;
    color: #686D76;
}

.sec7-div2 img {
    width: 100%;
    height: auto;
    border-radius: 20px;

}

.sec7-but {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #0B6FF4;
    color: white;
    border: none;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .sec7-div1 h1 {
        padding-left: 10px;
        margin-bottom: 20px;
    }
     .sec7-div2 {
        padding-top: 0;

     }
    .sec7-para,
    .sec7-para1 {
        font-size: 1.1rem;
        padding: 0px 10px;
    }
    .sec7-but {
        width: 100%;
        font-size: 1rem;
    }
    .sec7-div2 img {
        max-width: 600px;
    }
}
.sec-8-div{
    background-color: #F0F0F1;
    border-radius: 20px;
}
.sec-8-div1 {
    font-size: 1.5rem;
}
.sec-8-div2{
    color: #686D76;
}
@media (max-width:768px) {
    .sec-8-div1{
        font-size: 1.1rem;
    }
}
.sec9{
    width: 100%;
    height:fit-content;   
    border-top-style: dashed;
    border-top-width: 2px; 
    border-bottom-style: dashed;
    border-bottom-width: 2px; 
}
.sec-9-div3{
    border-bottom-style: dashed;
    border-bottom-width: 2px;  
}
.sec-9-div2{
    font-size: 2.1rem;
}

@media (max-width:768px) {
   .sec-9-div2 {
    font-size: 1.1rem;
   }
   .sec-10-ullist{
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
}
   .sec-10-div{
    font-size: 1.1rem;
    text-align: center;
   }
   .sec-10-div1{
    display: flex;
    flex-direction: column;
    justify-content: start;
   }
   .sec-10-ul li,.sec-10-ul1 li{
    line-height: 20px;
}
}
footer{
    width: 100%;
    background-color: #F0F0F1;
}
.sec-10-ul li,.sec-10-ul1 li{
    padding: 10px;
}
.sec-10-ullist{
    display: flex;
    justify-content: end;
}
.sec-10-div1{
    display: flex;
    justify-content: end;
   }
.sec10 img{
    max-width:auto;
}   

.men-sec10-p{
    font-size: 1.1rem;
}
@media (max-width:768px) {
 .men-sec10-p{
    font-size: 1rem;
}
.men-sec-10-ullist{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.men-sec-10-ul1{
   padding-left: 10px;
}
}
.men-sec-10-ullist{
    display: flex;
    justify-content: end;
}
.men-sec-10-ul li,.men-sec-10-ul1 li{
    padding-top: 15px;
}
.men-sec10-div{
    display: flex;
}
.men-sec10-div i{
    margin: 10px;
}



.contact-sec1-div1 p {
  font-size: 2rem;
  line-height: 1.6;
}
.contact-sec1-p1 {
  border: 1px solid black;
  max-width: 100%;
  width: 100%;
  padding: 15px 20px;
  border-radius: 15px;
  font-size: 1rem;  
  display: flex;
  align-items: center;
}
.contact-sec1-div1{
    width: 450px;
}

@media (max-width: 768px) {
  .contact-sec1-div1 {
    padding: 0 15px;
  }

  .contact-sec1-p1 {
    font-size: 0.95rem;
    padding: 12px 16px;
  }
}
.header-section {
  height: 250px;
  background: url('asset/contact/Rectangle\ 20.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.contact-form-textarea{
  resize: none;
}
.header-section h1 {
  z-index: 2;
  padding-top: 100px;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.header-section {
  height: 250px;
  background: url('asset/contact/Rectangle\ 20.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.contact-form-textarea{
  resize: none;
}
.header-section h1 {
  z-index: 2;
  padding-top: 100px;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.list-unstyled a{
    text-decoration: none;
    color: black;
}

