/* =============================
       Basic CSS Style
================================ */

html {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}
.scraped-container-fluid {
  padding: 0 45px;
}

/* ============================
     Slider CSS Start Here
=============================== */

.main {
  background-color: rgba(255, 255, 255, 1);
  max-width: 390px;
  margin: 0 auto;
  padding: 30px 0px;
}

.slider-section{
  padding: 0px 30px;
  position: relative;
}

.swiper-pagination{
  bottom: -23px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
}

.swiper-pagination-bullet-active{
  background-color: #000000CC !important;
  width: 8px !important;
  height: 8px !important;
}
.swiper-pagination-bullet-active-next{
    background-color: #0000006B !important;
 
}


.slider-heading{
  font-family: "ProximaNova";
   font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #2C4237;
}

.slider-heading2{
   font-family: "Futura ";
   font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  color: #2C4237;
  padding-bottom: 25px;
}



.slider-img{
  width: 100%;
  object-fit: cover;
}
/* ============================
     modal-1 Start Here
=============================== */

.modal-1{
padding: 30px 30px 17px 30px;
}
.modal-1-heading{
 font-family: "ProximaNova";
     font-weight: 400;
  font-size: 24px;
  line-height: 28px;
    color: #86868B;
  
}
.modal-number{
  font-family: "ProximaNova";
  font-weight: 600;
  font-size: 35px;
  line-height: 28px;
 
  color: #2C4237;
}

.modal-sub-heading{
 font-family: "ProximaNova";
     font-weight: 400;
  font-size: 24px;
  line-height: 28px;
color: #2C4237;
 padding-right: 9px;
}


.panda-types-main{
padding-top: 27px;
display: flex;
flex-direction: column;
gap: 14px 0px;
}


.panda-otr{
  padding: 19px 15px 8px 15px;
  border-radius: 12px;
  border: 1px solid #86868B;
  display: flex;
  align-items: center;
  justify-content: space-between;
cursor: pointer;
transition: .4s;
}
.panda-left{

}
.panda-type{
  padding-top: 6px;
 font-family: "ProximaNova";
     font-weight: 700;
  font-size: 17px;
  line-height: 21px;
color: #1D1D1F;
}

.panda-desc{
 font-family: "ProximaNova";
     font-weight: 400;
  font-size: 14px;
  line-height: 16px;
color: #1D1D1F;
}
.panda-right{

}

.panda-price{
 font-family: "ProximaNova";
     font-weight: 400;
  font-size: 14px;
  line-height: 16px;
color: #1D1D1F;
}

.panda-price1{
  text-decoration: line-through;
}
.panda-free{
 font-family: "ProximaNova";
     font-weight: 400;
  font-size: 14px;
  line-height: 16px;
color: #1D1D1F;
}

.need-box-otr{
  margin-top: 17px;
border-radius: 12px;
background-color: #F5F5F7;
padding: 16px;
height: 89px;
}

.text-add{
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.need-box-heading{
 font-family: "ProximaNova";
     font-weight: 700;
  font-size: 14px;
  line-height: 18px;
color: #1D1D1F;
}

.add-img{
  cursor: pointer;
}
.need-box-desc{
  padding-top: 2px;
 font-family: "ProximaNova";
     font-weight: 400;
  font-size: 14px;
  line-height: 18px;
color: #1D1D1F;
}


/* ============================
     modal-2 Start Here
=============================== */

.modal-2{
  padding: 74px 30px 0px 30px;
  position: relative;
}

.slider-modal-2{
  padding-top: 32px;
}

#swiper-2{
  padding-top: 32px;
}




.colors-main{
padding: 48px 30px 92px 30px;

}

.colors-heading{
padding-bottom: 22px;
 font-family: "ProximaNova";
     font-weight: 700;
  font-size: 17px;
  line-height: 25px;
}

.ul-color{
  display: flex;
  align-items: center;
  gap: 0px 13px;

}

.li-color{

}

.color-circle{
  width: 28px;
  height: 28px;
  border-radius: 100%;
 display: block;
 cursor: pointer;
}
.circle-1{
 
  background-color: #EEECF4;
}
.circle-2{
 
  background-color: #A7DBFA;
}
.circle-3{
 
  background-color: black;
}
.circle-4{
 
  background-color: #C88D1B;
}

 .color-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  
  .color-circle.active {
    border-color: #333;
    transform: scale(1.1);
  }
/* ============================
     modal-3 Start Here
=============================== */

.modal-3{
  position: relative;
  padding: 0px 30px;
}

#swiper-3{
  padding-top: 29px;
}

.modal3-boxes{
  padding: 60px 30px 0px 30px;
}

.swiper-pagination-3{
  justify-content: space-between;
  width: 120px !important;
}

.modal3-boxes-otr{
  padding: 11px 15px;
}

.modal3-heading{
 background: linear-gradient(90deg, #2C4237 21.07%, #BBDCCB 52.05%, #EDC1B4 83.25%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;

}

.action-inr-second {
  background: #3D9D3D;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  margin: 50px 15px 50px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.arrow-right{
  width: 17px;
  height: 11px;
}


/* ============================
     modal CSS Start Here
=============================== */

.custom-modal-dialog{
      top: 50%;
    transform: translateY(-50%) !important;
}

.custom-modal-dialog .modal-content{
      width: 360px;
    margin: 0 auto;
}

.heading-of-modal{
  font-family: "ProximaNova";
     font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 23px;
}
.modal-body{
  position: relative;
}
.modal-icon{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.images-otr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-headline{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-imgs{
  width: 145px;
  height: 145px;
}
.headline{
  font-family: "ProximaNova";
     font-weight: 600;
  font-size: 13px;
  line-height: 25px;
}

.modal-detail{
  padding-top: 23px;
   font-family: "ProximaNova";
     font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}


/* Active state styling */
.panda-otr.active {
  background: rgba(187, 220, 203, 0.2);
  border: 1px solid #BBDCCB;
}

/* Pagination bullet styling */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2C4237;
}


.panda-otr[data-selected="true"] {
  background: rgba(187, 220, 203, 0.2);
  border: 1px solid #BBDCCB;
}




.default-image,
.swiper {
  transition: all 0.3s ease;
}
