@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}
body{
    font-family: "Inter", sans-serif;
    color: #1A1A1A;
    background-color: #fff;
    overflow-x: hidden;
}
.page-wraper {
    background: linear-gradient(to bottom, #ffffff, #8cc2b4)!important;
}
.header_sec{
    position: absolute;
    z-index: 999;
    width: 100%;

}
 .hero-section {
      background-image: url(../images/HEADER.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 60px 0;
      position: relative;
      overflow: hidden;
      height: 450px;
    }
    .hero-section h1 {
      font-weight: 700;
      font-size: 3rem;
    }
    .hero-section p {
      font-size: 1.2rem;
      color: #333;
    }
    .hero-img {
      max-width: 100%;
      height: auto;
    }
    .btn-learn {
      background-color: #ff5c5c;
      color: #fff;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 30px;
      transition: 0.3s;
    }
    .btn-learn:hover {
      background-color: #e14c4c;
      color: #fff;
    }
    
.bnt-txt-cont{
    position: relative;
    top: 120px;
}
.bnt-txt-cont h1{
    font-size: 4rem;
}
.bnt-txt-cont p{
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1%;
}
/*-------------*/
.category-card-1 {
      background-image: url(../images/Rec-1.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
   
.category-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #2e6b57;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.category-image {
    max-height: 100%;
    object-fit: cover;
}
.category-card-2 {
      background-image: url(../images/Rec-2.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  

.category-card-3 {
      background-image: url(../images/Rec-3.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.category-card-4 {
      background-image: url(../images/Rec-4.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/*------------------------*/
.feature_sec{
    padding: 30px;
}
.feture-border{
    padding: 30px 28px;
    border: 5px solid #8CC2B4;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.feature-card-1 {
      background-image: url(../images/rec-8.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
   

.feature-card-2 {
      background-image: url(../images/rec-5.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  

.feature-card-3 {
      background-image: url(../images/rec-6.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-card-4 {
      background-image: url(../images/rec-7.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-title {
    font-weight: 700;
    font-size: 1.6rem;
    color: #F3F3F2;
    margin-bottom: 30px;
    font-family: "Montserrat", serif;
}
.feature-para{
    font-weight: 400;
    max-width: 67%;
    font-size: 1rem;
    color: #F3F3F2;
    font-family: "Montserrat", serif;
}

.feature-title-2 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #121212;
    margin-bottom: 30px;
    font-family: "Montserrat", serif;
}
.feature-para-2{
    font-weight: 400;
    max-width: 60%;
    font-size: 1rem;
    color: #121212;
    font-family: "Montserrat", serif;
}

/*----swiper slider-----*/

.product-card {
    background: #fff;
    border-radius: 0px;
    transition: transform 0.3s;
    box-shadow: none;
    border: 7px solid #fff;
    border-radius: 5px;
    height: 370px;
}

.custom-slide:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px!important;   
}

.product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}
body{
    font-family: "Inter", sans-serif;
    color: #1A1A1A;
    background-color: #fff;
    overflow-x: hidden;
}
.header_sec{
    position: absolute;
    z-index: 999;
    width: 100%;

}
 .hero-section {
      background-image: url(../images/HEADER.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 60px 0;
      position: relative;
      overflow: hidden;
      height: 450px;
    }
    .hero-section h1 {
      font-weight: 700;
      font-size: 4rem;
    }
    .hero-section p {
      font-size: 1.2rem;
      color: #333;
    }
    .hero-img {
      max-width: 100%;
      height: auto;
    }
    .btn-learn {
      background-color: #ff5c5c;
      color: #fff;
      font-weight: 600;
      padding: 12px 30px;
      border-radius: 30px;
      transition: 0.3s;
    }
    .btn-learn:hover {
      background-color: #e14c4c;
      color: #fff;
    }
    

/*-------------*/
.category-card-1 {
      background-image: url(../images/Rec-1.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
   
.category-title {
    font-weight: 700;
    font-size: 2.2rem;
    max-width: 70%;
    color: #3E7F5F;
    text-shadow: 0px 3.4px 4.2px rgb(0 0 0 / 0.25);
}
.category-image {
    max-height: 100%;
    object-fit: cover;
}
.category-card-2 {
      background-image: url(../images/Rec-2.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  

.category-card-3 {
      background-image: url(../images/Rec-3.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.category-card-4 {
      background-image: url(../images/Rec-4.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
      height: 160px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Pulse Button css  */
.pulse-button-full-wd {
    display: block;
    width: 15%;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    background-color: #ff5c57;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    animation: pulsewd 1.8s infinite;
}
.pulse-button-full-wd:hover {
    color: #fff;
    background-color: #ed4c47;
}
@keyframes pulsewd {
  0% {
        width: 15%;
        transform: scale(1);
      }
      50% {
        width: 30%;
        transform: scale(1.1);
      }
      100% {
        width: 15%;
        transform: scale(1);
}
}
/*------------------------*/
.feature_sec{
    padding: 30px;
}
.feture-border{
    padding: 30px 28px;
    border: 5px solid #8CC2B4;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.feature-card-1 {
      background-image: url(../images/rec-8.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
   

.feature-card-2 {
      background-image: url(../images/rec-5.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  

.feature-card-3 {
      background-image: url(../images/rec-6.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-card-4 {
      background-image: url(../images/rec-7.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      border-radius: 0px;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 25px;
      box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
      height: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-title {
    font-weight: 700;
    font-size: 1.6rem;
    color: #F3F3F2;
    margin-bottom: 30px;
    font-family: "Montserrat", serif;
}
.feature-para{
    font-weight: 400;
    max-width: 67%;
    font-size: 1rem;
    color: #F3F3F2;
    font-family: "Montserrat", serif;
}

.feature-title-2 {
    font-weight: 700;
    font-size: 1.6rem;
    color: #121212;
    margin-bottom: 30px;
    font-family: "Montserrat", serif;
}
.feature-para-2{
    font-weight: 400;
    max-width: 60%;
    font-size: 1rem;
    color: #121212;
    font-family: "Montserrat", serif;
}

/*----swiper slider-----*/

.product-card {
    background: #fff;
    border-radius: 0px;
    transition: transform 0.3s;
    box-shadow: none;
    border: 7px solid #fff;
    border-radius: 5px;
    height: 370px;
}

.custom-slide:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px!important;   
}
.product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.add-cart-btn {
    background: #ff5c57;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.add-cart-btn:hover{
    background-color: #ed4c47;
    color: #fff;
}
.product-info {
    padding: 10px 5px 0px 5px;
    display: flex;
    justify-content: space-between;
}
.pro-info h6{
    font-family: "Montserrat", serif;
    font-size: 1rem;
}
.pro-info p{
    font-family: "Montserrat", serif;   
}

.wishlist {
    font-size: 1.4rem;
    cursor: pointer;
    color: #999;
}
.wishlist.active {
    color: red;
}

/* Swiper navigation */
.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #333;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}
.slider-sec{
    background-color: #8CC2B4;
    padding: 40px 30px;
}
.swiper-button-prev{
    position: absolute;
    width: 58px!important;
    height: 58px!important;
    background: #fff!important;
    opacity: 1!important;
    left: -30px!important;
    top: 160px!important;
}
.swiper-button-next{
    /* position: absolute; */
    width: 58px!important;
    height: 58px!important;
    background: #fff!important;
    opacity: 1!important;
    top: 160px!important;
    right: -30px!important;
}

.swiper-cont{
    position: relative;
    display: block;
    z-index: 4;
}
.custom-slide{
    width: 280px!important;
    margin-right: 10px!important;
    border-radius: 4px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.custom-prev i::before,
.custom-next i::before {
  font-size: 2.8rem;
  font-weight: 900!important;
  color: #8CC2B4;
}
.swiper-pagination-1{
    bottom: -26px!important;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
  
  width: 12px !important;
  height: 12px !important;
  background: #D4D8D7!important;       
  opacity: 1 !important;              
  margin: 0 4px;           
  border-radius: 50%;    
  transition: all 0.3s ease;
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: #ff4d4d !important;     
  width: 14px !important;           
  height: 14px !important;
}

/*----swiper slider-----*/

/*-----why choose us---*/
.why-cont{
    background: #8CC2B4;
    padding: 40px;  
    border-radius: 30px;    
}
.heading_sec{
    margin-bottom: 2rem;
}
.why_text h4{
    color: #fff;
}
.why_text p{
    color: #fff;
}
/*----why choose us---*/

/*----accordian----*/

 .faq_sec {
      padding: 40px;
      background: #F3F3F2;
    }
    .faq_title {
        font-size: 48px;
        line-height: 58px;
        color: #1a1a1a;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
    .accordion-button {
      font-weight: 600;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    
.accordion-item {
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
  /* Remove margin from first item */
  .accordion-item:first-child {
    margin-top: 0px;
}
.cont-btn{
    background-color: #FF5555;
    color: #ffffff;
    padding: 12px 80px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: "Inter", sans-serif;
    
}

.add-cart-btn {
    background: #ff5c57;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
}

.product-info {
    padding: 10px 5px 0px 5px;
    display: flex;
    justify-content: space-between;
}
.pro-info h6{
    font-family: "Montserrat", serif;
    font-size: 1rem;
}
.pro-info p{
    font-family: "Montserrat", serif;   
}

.wishlist {
    font-size: 1.4rem;
    cursor: pointer;
    color: #999;
}
.wishlist.active {
    color: red;
}

/* Swiper navigation */
.swiper-button-next,
.swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #333;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}
.slider-sec{
    background-color: #8CC2B4;
    padding: 40px 30px;
}
.swiper-button-prev{
    position: absolute;
    width: 58px!important;
    height: 58px!important;
    background: #fff!important;
    border: 0.78px solid #8cc2b4;
    opacity: 1!important;
    left: -30px!important;
    top: 160px!important;
}
.swiper-button-next{
    /* position: absolute; */
    width: 58px!important;
    height: 58px!important;
    background: #fff!important;
    opacity: 1!important;
    border: 0.78px solid #8cc2b4;
    top: 160px!important;
    right: -30px!important;
}

.swiper-cont{
    position: relative;
    display: block;
    z-index: 4;
}
.custom-slide{
    width: 280px!important;
    margin-right: 10px!important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.custom-prev img::before,
.custom-next img::before {
  width: 80%;
  color: #8CC2B4;
}
.swiper-pagination{
    bottom: -26px!important;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
  
  width: 12px !important;
  height: 12px !important;
  background: #D4D8D7!important;       
  opacity: 1 !important;              
  margin: 0 4px;           
  border-radius: 50%;    
  transition: all 0.3s ease;
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: #ff4d4d !important;     
  width: 14px !important;           
  height: 14px !important;
}

/*----swiper slider-----*/

/*-----why choose us---*/
.swiper_res{
    display: none;
}
.why_sec{
    display: block;
    padding: 0px 15px;
}
.why-cont{
    background: #8CC2B4;
    padding: 30px;
    border-radius: 30px;
}
.why_text h4{
    color: #fff;
}
.why_text p{
    color: #fff;
}
/*----why choose us---*/

/*----accordian----*/

 .faq_sec {
      padding: 40px;
      background: #F3F3F2;
    }
    .faq_title {
        font-size: 42px;
        line-height: 58px;
        color: #1a1a1a;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }
    .accordion-button {
      font-weight: 600;
    }
    .accordion-button:focus {
      box-shadow: none;
    }
    
.accordion-item {
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    color: #12132F;
    border: none;
}
  /* Remove margin from first item */
  .accordion-item:first-child {
    margin-top: 0px;
}
.cont-btn{
    background-color: #FF5555;
    color: #ffffff;
    padding: 12px 80px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: "Inter", sans-serif;    
}
.cont-btn:hover{
    background-color: #ed4c47;
    color: #ffffff; 
}
/*------footer style--------*/
.foot-cont-1{
    padding: 0px 40px;
}
.foot-cont-2{
    padding: 20px 70px;
}
.foot-top{
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    font-family: "Montserrat", serif;
}  
.ft-btm{
    font-family: "Montserrat", serif;
}
hr {
  height: 3px;
  background-color: #121212;
  border: none;
  border-radius: 2px;
  opacity: 0.8;
} 
.foot-cont-2 p{
    font-size: 15px;
}
.foot-pay{
    text-align: left;
}
.foot-pay h6{
    font-size: 1.06rem;
    font-family: "Montserrat", serif;
    text-transform:uppercase;
    padding-bottom: 4px;
}
.foot-ship{
    text-align: left;
}
.foot-ship h6{
    font-size: 1.06rem;
    font-family: "Montserrat", serif;
    text-transform:uppercase;
    padding-bottom: 4px;   
}
.mob-foot{
    display: none;
}
.swiper-pagination-2{
    position: relative; /* or absolute depending on your layout */
    bottom: 10px;       /* adjust as needed */
    text-align: center;
    display: block !important;
    z-index: 10;
}
.add-cart-btn-2{
    background: #ff5c57;
    color: #fff !important;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-bottom: 18px;
}


/*-----------responsive css----------------*/

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .hero-section{
        background-image: url(../images/Header-res.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        height: 700px;
    }   
    
}

@media only screen and (max-width: 575px) {
    .bnt-txt-cont{
        position: relative;
        top: 60px!important;
        text-align: center !important;
    }
    .bnt-txt-cont h1{
        font-size: 3rem !important;
    }
    .bnt-txt-cont p{
        font-size: 1rem;
        font-weight: 600;
    }
    .bnr-txt{
        max-width: 80%;
    }
    
    .theme_btn{
        font-size: 14px;
        padding: 10px 10px 10px 40px;  
        display: flex;
        justify-content: right;
        align-items: center;
        width: 55%;
        gap: 40px;
        margin: auto;
    }
    .bnt-txt-cont p{
        margin: auto;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 1%;
    }
    .category_sec{
        padding: 30px 3px 10px 3px!important;
    }
    .category-card-1{
        height: 100px;
    }
    .category-card-2{
        height: 100px;
    }
    .category-card-3{
        height: 100px;
    }
    .category-card-4{
        height: 100px;
    }
    .category-title{
        font-size: 1.4rem;
    }

    /* Pulse Button css  */
.pulse-button-full-wd {
    display: block;
    width: 40%;
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #ff5c57;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    animation: pulsewd 1.8s infinite;
}
.pulse-button-full-wd:hover {
    color: #fff;
    background-color: #ed4c47;
}
    @keyframes pulsewd {
    0% {
            width: 40%;
            transform: scale(1);
        }
        50% {
            width: 86%;
            transform: scale(1.1);
        }
        100% {
            width: 40%;
            transform: scale(1);
        }
    }

.feature_sec{
    padding: 30px 15px;
}
.feture-border {
    padding: 8px;
}
.feature-card-1{
    background-image: url(../images/rec-res1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}
.feature-card-1 div{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: -200px;
    position: relative;
}
.feature-card-2{
    background-image: url(../images/rec-res3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}
.feature-card-2 div{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: -200px;
    position: relative;
}
.feature-card-3{
    background-image: url(../images/rec-res2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}
.feature-card-3 div{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: -200px;
    position: relative;
}
.feature-card-4{
    background-image: url(../images/rec-res4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}
.feature-card-4 div{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: -200px;
    position: relative;
}

.feature-title{
    font-size: 1.8rem;
}
.feature-para{
    max-width: 95%;
    font-size: 1.1rem;
}
.feature-title-2{
    font-size: 1.8rem;
}
.feature-para-2{
    max-width: 95%;
    font-size: 1.1rem;
}
.order-430-1 { order: 1 !important; }
  .order-430-2 { order: 2 !important; }

.slider-sec {
    background-color: #8CC2B4;
    padding: 25px 5px 60px 5px!important;
}
.swiper-pagination-1 {
    bottom: -40px!important;
}
.swiper-pagination-2 {
    bottom: -4px!important;
}

.swiper_res {
    display: block;
    padding: 10px 15px;
}
.why-cont-desk{
    display: none;
}
.heading_sec{
    margin-bottom: 0rem;
}
.why_box_res {
  background: transparent!important;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.why_box_res:hover {
  transform: translateY(-5px);
}
.why-cstm-slide{
    background-color: transparent!important;
}
.swiper {
  padding-bottom: 40px; /* space for pagination */
}

.swiper-slide {
  display: flex;
  justify-content: center;
}
.faq_title{
    font-size: 32px;
}
.foot-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.foot-pay{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.foot-pay h6{
    font-size: 1.06rem;
    font-family: "Montserrat", serif;
    text-transform:uppercase;
    padding-bottom: 4px;
}
.foot-top b{
    display: none;
}
.foot-ship{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.foot-ship h6{
    font-size: 1.06rem;
    font-family: "Montserrat", serif;
    text-transform:uppercase;
    padding-bottom: 4px;   
}
.foot-cont-2{
    display: none;
}
.mob-foot{
    display: flex;
    padding: 10px 30px;
    margin: 0px;
}
.mob-foot hr {
    height: 1px;
    background-color: #121212;
    border: none;
    border-radius: 2px;
    opacity: 0.8;
}
.cubion-foot-res-1 h4{
    font-size: 17px;
    font-weight: 700;
    font-family: "Montserrat", serif;
}
.cubion-foot-res-1 p{
    font-size: 17px;
    font-weight: 400;
    font-family: "Montserrat", serif;
}
.cubion-foot-res-1 p a{
    font-size: 17px;
    font-weight: 400;
    font-family: "Montserrat", serif;
}
.ft-btm{
    padding: 0px;
}
.mob-foot b{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding: 0px;
}

}

.excel-footer a{    
    text-decoration: underline !important;   
}
.excel_foot_link{
    text-transform: capitalize !important;
    padding: 0 5px;
    font-size: 14px;
}

.nav-link {
    transition: color 0.25s ease, border-bottom 0.25s ease;
}

