@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&display=swap');

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.txt-cntr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

p {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.womnjpsut-wrap {
  max-width: 1155px;
  width: 100%;
  margin: auto;
}

.womnjpsut-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*header*/
.womnjpsut-navbar ul {
  padding: 0;
}

.womnjpsut-navbar li {
  list-style-type: none;
}

.womnjpsut-navbar a {
  color: #000;
  transition: 0.2s;
}

.womnjpsut-header {
  padding: 25px 10px;
}

.womnjpsut-header h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

/*banner*/
.womnjpsut-banner-head {
  font-size: 40px;
  line-height: 1.5;
  margin: 15px 0 15px 0;
  font-weight: 600;
}

.womnjpsut-banner-btn {
  max-width: 220px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.3s;
  margin: 30px auto auto;
  border-left: #fff solid 4px;
  border-right: #fff solid 4px;
  border-top: #ffffff45 solid 2px;
  border-bottom: #ffffff45 solid 2px;
  color: #fff;
  font-size: 16px;
}

.womnjpsut-banner-blk {
  max-width: 460px;
  padding: 50px 10px;
}

.womnjpsut-banner {
  padding: 110px 50px;
}

.womnjpsut-banner-wrap {
  background-image: url('../images/s-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*flex*/
.womnjpsut-flex {
  display: flex;
}

.womnjpsut-flex-aln {
  align-items: center;
}

.womnjpsut-flex-jus {
  justify-content: space-between;
}

.womnjpsut-flex-gp {
  gap: 20px;
}

/*flex-child*/
.womnjpsut-flex-50 {
  flex: 50%;
}

.womnjpsut-flex-33 {
  flex: 33.33%;
}

.womnjpsut-flex-80 {
  flex: 80%;
}

.womnjpsut-flex-20 {
  flex: 20%;
}

.womnjpsut-flex-40 {
  flex: 40%;
}

.womnjpsut-flex-60 {
  flex: 60%;
}

.womnjpsut-flex-30 {
  flex: 30%;
}

.womnjpsut-flex-70 {
  flex: 70%;
}

.womnjpsut-flex-10 {
  flex: 10%;
}

.womnjpsut-flex-25 {
  flex: 25%;
}

.womnjpsut-flex-75 {
  flex: 75%;
}

.womnjpsut-flex-15 {
  flex: 15%;
}

.womnjpsut-flex-55 {
  flex: 55%;
}


.womnjpsut-pri ul {
  font-size: 18px;
  line-height: 1.7;
}

/*back-pages*/
.womnjpsut-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnails img {
  display: inline-flex;
  max-width: 200px;
  border-radius: 50px;
}

.thumbnail:hover {
  border-color: #333;
}

.product img {
  max-width: 480px;
  border-radius: 100px;
}

.womnjpsut-abtn {
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding: 10px 100px;
  font-size: 20px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.womnjpsut-mid li {
  font-size: 16px;
}

.womnjpsut-des {
  padding: 0 10px 30px 10px;
}

.womnjpsut-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}

/*product*/
.womnjpsut-btn {
  max-width: 140px;
  padding: 10px;
  margin-top: 20px;
  transition: 0.3s;
  text-align: center;
  border-left: #000 solid 4px;
  border-right: #000 solid 4px;
  border-top: #dedede solid 2px;
  border-bottom: #dedede solid 2px;
  color: #000;
}

.womnjpsut-product-img {
  max-width: 450px;
  border: 5px double #787474;
  border-radius: 50px;
}

.womnjpsut-product {
  padding: 40px 10px;
}

.womnjpsut-btn p {
  color: #000;
  text-align: center;
}

/*thanku*/
.womnjpsut-midb {
  padding: 135px 10px;
}

.womnjpsut-midb-blk {
  max-width: 550px;
  margin: auto;
  padding: 40px 20px;
  background-color: #dedede;
  border-radius: 5px;
}

.womnjpsut-midb h1 {
  font-size: 35px;
  margin: 10px 0;
}

.womnjpsut-hig {
  min-height: calc(100vh - 250px);
}

/*offer*/
.womnjpsut-offer {
  padding: 40px 10px;
}

.womnjpsut-offer h1 {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0 0 0;
}

.womnjpsut-offer-blk {
  max-width: 500px;
}

.womnjpsut-offer-img {
  background-image: url('../images/gc-strip.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 40px;
  border-radius: 5px;
  background-attachment: fixed;
}

.womnjpsut-offer-con {
  max-width: 450px;
  text-align: center;
  padding: 50px 20px;
  margin: auto;
}

/*footer*/
.womnjpsut-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.womnjpsut-footer-nav a {
  color: #fff;
  transition: 0.2s;
}

.womnjpsut-footer ul {
  padding: 0;
}

.womnjpsut-footer-nav {
  max-width: 300px;
  margin-top: 10px;
}

.womnjpsut-footer-nav-p {
  border-left: #fff solid 1px;
  padding-left: 10px;
}

.womnjpsut-footer-top {
  padding: 40px 10px;
  background-color: #000;
}

.womnjpsut-footer-blk {
  max-width: 180px;
  text-align: center;
  margin-top: 10px;
}

.womnjpsut-footer h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.desk-nn {
  display: none;
}

.mob-nn {
  display: block;
}



/*contact-page-css*/
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: #333;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000;
}

/*media*/
@media only screen and (max-width: 767px) {
  .womnjpsut-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }

  .desk-nn {
    display: block;
  }

  .mob-nn {
    display: none;
  }

  .womnjpsut-banner {
    padding: 50px 10px 80px 10px;
  }

  .womnjpsut-banner-btn {
    margin: 30px auto auto;
  }

  .womnjpsut-banner-head {
    font-size: 35px;
  }

  .womnjpsut-strip {
    padding: 30px 10px;
  }

  .thumbnails img {
    max-width: 80px;
  }

  .womnjpsut-mid {
    padding: 20px 10px;
  }

  .womnjpsut-flex-dir-rev {
    flex-direction: column-reverse;
  }

  .womnjpsut-strip-p {
    font-size: 35px;
  }

  .womnjpsut-banner h3 {
    font-size: 22px;
  }

  .womnjpsut-strip h1 {
    font-size: 30px;
  }

  .womnjpsut-offer h1 {
    font-size: 26px;
  }

  .womnjpsut-footer-nav {
    margin: 15px auto auto;
  }

  .womnjpsut-footer-blk {
    margin: 15px auto auto;
  }

  .womnjpsut-banner-blk {
    margin: auto;
    background-color: #ffffff96;
  }

  .womnjpsut-offer-con {
    margin: auto;
  }

  .womnjpsut-midb {
    padding: 40px 20px;
  }

  .womnjpsut-btn {
    margin: auto;
  }

  .search-container {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  .search-input {
    margin-bottom: 10px;
  }

  .search-button {
    width: 100%;
  }
}


/**/
.select-container {
  max-width: 100%;
  width: 220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;

  background-color: #fff;
}

.search-button:hover {
  transform: scale(1.1);
}


.lcaspw1-popup {
                position: fixed;
                inset: 0;
                background: #000000d4;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                padding: 1rem;
                overflow-y: auto;
            }

            .lcaspw1-popup-modal {
                background: #fff;
                padding: 2rem;
                border-radius: 20px;
                min-height: 320px;
                max-width: 600px;
                width: 100%;
                box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
                animation: fadeIn 0.3s ease-out;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

            .lcaspw1-popup-flx {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
                position: relative;
            }

            .lcaspw1-popup-icon {
                font-size: 30px;
                cursor: pointer;
                position: absolute;
                top: -15px;
                right: 0;
            }

            .lcaspw1-popup-title {
                font-size: 40px;
                color: #222;
                margin: 5px 0 13px !important;
            }

            .lcaspw1-popup-text {
                font-size: 16px;
                color: #000000;
                line-height: 1.6;
                margin: 10px 0;
            }

            .lcaspw1-popup-actions {
                display: flex;
                justify-content: flex-start;
                gap: 1rem;
                margin-top: 10px;
                flex-wrap: wrap;
            }

            .lcaspw1-popup-actions a {
                flex: 1;
            }

            .lcaspw1-popup-btn {
                padding: 15px 10px;
                color: #fff;
                border: none;
                border-radius: 8px;
                font-weight: bold;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
                font-size: 20px;
                width: 100%;
                flex: 1;
            }

            .lcaspw1-popup-btn--accept {
                background: #1b1c31;
            }

            .lcaspw1-popup-btn--reject {
                background: #58575752;
                color: #1b1c31;
            }

  .womnjpsut-custmr {
    padding: 50px 10px;
    background: #cdc9c9;
    }

    .clint-says {
        background: #cdc9c9;
        padding: 25px;
    }          