@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {margin: 0;padding: 0;}body{ font-family: 'Poppins', sans-serif;line-height: normal} img{width: 100%;height:auto}p{font-size: 16px;margin-bottom: 15px}
h2{font-size: 30px;margin-bottom: 10px}h6{font-size: 14px;font-weight: 400;}.gp{gap:20px}.txt-cen{text-align: center}
.op2lo-wrap{max-width: 85%;margin: auto}.op2lo-flx{display: flex}.op2lo-al{align-items: center}.op2lo-jus{justify-content: space-between}.pd{padding:30px 0} a{text-decoration: none} ul li{list-style: none;}
header{padding: 10px;background: #5c0000} header ul li{padding: 10px}  header a{font-size: 16px;color: #fff}.op2lo-hero{background-image: url(../images/top-img.webp);background-repeat: no-repeat;background-size: cover;padding: 160px 0px}
header ul a:hover{color: rgb(255, 252, 216);}
.op2lo-hero-inf{max-width: 500px;margin-left: auto;text-align: center;background-color: #ffffffee;padding: 20px 10px;}
.op2lo-sm{position: relative;}.op2lo-scd-50{flex: 50%}.op2lo-hero-inf h2{font-size: 60px;font-weight: 700}
.op2lo-hero-inf{flex: 50%}
.op2lo-btn{background: #5c0000;
 max-width: 30%;
    padding: 10px;
    margin: 20px 0;
    text-align: center;margin: auto; border-radius: 30px; color: #ffffff;font-weight: 600;}
   
    .op2lo-btn1{background: #5c0000;
        max-width: 30%;
           padding: 10px;
           margin: 20px 0;
           text-align: center;border-radius: 30px; color: #ffffff;font-weight: 600;}


.op2lo-fets-bx{width: 33.3%;padding: 20px 25px;}.op2lo-fets-bx img {width: 50px;height: 50px;}.op2lo-fets-bx h4 {
color: #111111;font-weight: 700;font-size: 20px;}.op2lo-fets-bx h4 {color: #fff;}
.op2lo-prd-bx{flex:33.3%;margin-bottom: 40px;text-align: center}.op2lo-prd-bx1{flex: 60%}.op2lo-prd-bx1-25{flex: 25%}
.logo{
    margin: auto;
    font-size: 35px;
    color: #fff;
}

.op2lo-prd-bt {
    max-width: 40%;
    border-radius: 30px;
    padding: 12px;
    text-align: center;
    background: #5c0000;
    margin: auto;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.op2lo-prd-bt:hover{background: #000000;border:0} .op2lo-prd-bt a:hover{color: #fff}
.op2lo-ft-bx{flex:33.3%}.op2lo-ft-bx ul li {color: #fff;}

.abt-hbl-inf {
    flex: 50%}
.product {text-align: center;}
/*.thumbnails {margin-top: 20px;}*/
.thumbnail {margin: 0 5px;cursor: pointer;border: 2px solid transparent;}.thumbnails img{display:inline-flex;max-width:110px;}.thumbnail:hover {border-color: #333;}.product img{max-width: 500px;}.op2lo-abtn{
    max-width: 40%;
    background-color: #5c0000;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
   padding: 10px;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}.op2lo-mid li{font-size: 16px;}
.op2lo-flex-60{flex: 60%}.op2lo-flex-40{flex: 40%}.op2lo-flex-15{flex:25%}.prd-del ul li {
    list-style-type: disclosure-closed;
    margin-left: 35px;
    margin-bottom: 10px;
}
.cnt li{list-style: circle}
.op2lo-prd-bx-uit{font-size: 15px} .op2lo-prd-bx-uit2{font-size: 12px} 
.prd-list li{list-style-type:disclosure-closed;
    margin-left: 30px;
    line-height: 1.8;}footer{background:#5c0000;padding: 30px 0;color: #fff}
input[type=text], select, textarea {
  width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;}input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}

input[type=submit]:hover {background-color: #45a049;}

#pop-up-hide{
  display : none;
}

.gr2sd-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.gr2sd-popup-modal {
  background: #fff;
    padding: 2rem;
    border-radius: 20px;
    min-height: 320px;
    max-width: 600px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    animation: fadeIn 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gr2sd-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gr2sd-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.gr2sd-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.gr2sd-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.gr2sd-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.gr2sd-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.gr2sd-popup-btn--accept {
  background: #1b1c31;
}

.gr2sd-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .gr2sd-popup-modal {
    padding: 1.5rem;
  }

  .gr2sd-popup-title {
    font-size: 1.5rem;
  }

  .gr2sd-popup-text {
    font-size:16px;
  }

  .gr2sd-popup-btn {
    padding: 0.9rem 2.5rem;
        font-size: 18px;
  }

  /* .gr2sd-popup-actions {
    justify-content: center;
  } */
}

@media (max-width: 480px) {
  .gr2sd-popup-modal {
    padding: 1rem;
  }

  .gr2sd-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .gr2sd-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .gr2sd-popup-title {
    font-size: 24px
  }

  .gr2sd-popup-icon {
    align-self: flex-end;
  }
}


@media screen and (max-width: 768px) {.op2lo-scd{padding: 40px 20px} .op2lo-hero{padding: 30px 0px;}.mb-menu{display:none}.op2lo-bann h2{font-size: 30px !important}.op2lo-bann.pd {padding: 30px 0px!important;}.op2lo-col{flex-direction:column}.op2lo-hero-inf134{order: 2}.op2lo-mb-txt{text-align: center}.op2lo-mt{margin-top: 20px}.op2lo-hero-inf h2 {font-size: 30px;}.op2lo-hero-inf p {font-size: 17px;}.op2lo-btn{margin: auto;max-width: 40%}.op2lo-btn1{margin: auto;max-width: 40%}.op2lo-fets-bx{width: 100%; border: 0 !important}.op2lo-prd-bt{max-width: 40%}.op2lo-prd-bx{text-align: center}.op2lo-col-rev{flex-direction: column-reverse}.prd-h1{font-size: 22px  !important }.op2lo-abtn{max-width: 40%}.op2lo-hero-inf {
    max-width: 100%;
    text-align: center;
    }.op2lo-fets{margin: 0 30px}.abt-hbl-inf{text-align: center}}

html
{
    scroll-behavior: smooth;
}