body{
    background-color: #edfde8;
    padding-top: 50px;
}
@media (min-width: 100px) and (max-width: 576px) {
section{
    min-height: 100px;
}
.section-heading{
    margin-bottom: 80px;
    color: #3d602e;
    font-size: 24px;
    font-family: "Roboto", serif;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}
/* -----------------divider------------------- */
.divider{
    text-align: center;
    min-height: 0;
}
.divider img{
    width: 60vw;
}
/* -----------------nav------------------ */
.navbar{
    background-color: rgba(255, 255, 255, 0.894);
    color: #394435;
    border-bottom: 1px solid #394435;
}
.navbar-brand{
   font-weight: 800;
}
.nav-link{
    font-weight: 500;
}
.btn-nav{
    padding-top: 0px;
    text-align: center;
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3d602e;
    border-radius: 15px;
    background-color: rgb(238, 239, 239);
    transition-duration: 0.2s;
}
.btn-nav:hover{
    border:2px solid #394435;
    color: rgb(238, 239, 239);
    background-color: #394435;
}
/* ----------------main--------------------- */
.main{
    margin-top: 33px;
    height: 500px;
    padding-top: 120px;
    background-repeat: no-repeat;
    background-image: url(./images/22d2b85b-c576-4b1b-aed0-3a6eb65acf9e.jpeg);
    
    
    background-size: cover;
}
.main-text{
    padding-top: 30px;
    text-align: left;
}
.ritul-text{
    color: #394435;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    letter-spacing: 3px;
}
.lead{
    font-size: 20px;
    font-weight: 300;
    color: #394435;
    letter-spacing: 3px;
    opacity: 0.8;
}
.btn{
    margin-top: 15px;
    width: 170px;
    height: 60px;
    font-size: 18px;
    font-weight: 450;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3d602e;
    border-radius: 15px;
    background-color: rgb(238, 239, 239);
    transition-duration: 0.2s;
}
.btn:hover{
    border:2px solid #394435;
    color: rgb(238, 239, 239);
    background-color: #394435;
}
.btn-book{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
    margin-top: 40px;
    width: 170px;
    height: 60px;
    font-size: 18px;
    font-weight: 450;
    border-radius: 15px;
    color: rgb(238, 239, 239);
    background-color: #3d602e;
    transition-duration: 0.2s;
    
}
.btn-book:hover{
    background-color: #394435;
}
/* -------------------------------about me section (home page)----------------------- */
.about-section{
    padding: 30px 10px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    background-color: rgb(13, 13, 13);
    color: #c1cdbc;
    border-radius: 30px;
}
.about-section div figure{
    width: 60%;
    margin-bottom: 20px;
}
.about-section div figure img{
    box-shadow: 0px 7px 17px 8px #3d3232;
    margin-bottom: 15px;
    
}
.about-section  div{
    justify-items: center;
    padding: 0px 10px;
}
.heading-about{
    text-align: center;
    margin-bottom: 50px;
    color: #c3c9c1;
    font-size: 24px;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    
}
.about-text-container{
    margin-bottom: 18px;
    align-content: center;
    margin-left: 0px;
    width: 100%;
    
}
.about-text{
    text-align: justify;
    font-family: "Roboto", serif;
    font-size: 18px;
    line-height: 26px;
}
.heading-inner-container{
    display: flex;
    flex-direction: column;
}
/* ---------------------packages--------------------- */
.packages-section{
    padding: 30px 10px;
}
.package-card{
    padding-bottom: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 9px 14px #c1cdbc;
    border-radius: 24px;
    min-height: 300px;
    min-width: 300px;
    text-align: left;
    transform-style: preserve-3d;
    box-shadow:
      1px 1px 0 1px #f9f9fb,
      -1px 0 28px 0 rgba(34, 33, 81, 0.01),
      0px 20px 10px 0 rgba(34, 33, 81, 0.25);
    transition:
      .4s ease-in-out transform,
      .4s ease-in-out box-shadow;
    &:hover {
        transform:
          translate3d(0px, -16px, 0px);
        box-shadow:
          1px 1px 0 1px #f9f9fb,
          -1px 0 28px 0 rgba(34, 33, 81, 0.01),
          54px 54px 28px -10px rgba(34, 33, 81, 0.15),
          0px 40px 28px -10px rgba(34, 33, 81, 0.15),
              -10px 20px 28px 0px rgba(34, 33, 81, 0.15);
    }
}
.package-card-header{
    padding: 20px 0px;
    background-color:#3d602e ;
    color: rgb(238, 239, 239) ;
    font-family: "Roboto", serif;
    font-weight: 300;
}
.fa-solid{
    color: #3d602e;
}
.price{
    font-size: 24px;
    color: #173311ce;
}
.package-card ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.package-card ul li{
    list-style-type: none;
}
/* -------------------testimonial------------------ */
.testimonials-section{

}
.scroll-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
  }
  .testimonial {
      flex: 0 0 auto;
      width: 400px;
      padding: 20px;
      text-align: center;
    }
    /* Optional: hide scrollbar for a cleaner look */
    .scroll-container::-webkit-scrollbar {
        display: none;
    } 
    .scroll-container {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;     /* Firefox */
    }
      @import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
      @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
    .snip1533 {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        color: #9e9e9e;
        display: inline-block;
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 16px;
        margin: 0px 10px 10px;
        max-width: 310px;
        min-width: 250px;
        position: relative;
        text-align: center;
        width: 100%;
        background-color: #ffffff;
        border-radius: 5px;
        border-top: 5px solid #3d602e;
    }
      
    .snip1533 *,
    .snip1533 *:before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out;
    }
      
    .snip1533 figcaption {
        padding: 13% 10% 12%;
    }
      
    .snip1533 figcaption:before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        color: #3d602e;
        content: "\f10e";
        font-family: 'FontAwesome';
        font-size: 32px;
        font-style: normal;
        left: 50%;
        line-height: 60px;
        position: absolute;
        top: -30px;
        width: 60px;
    }
      
    .snip1533 h3 {
        color: #3c3c3c;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        margin: 10px 0 5px;
    }
      
    .snip1533 h4 {
        font-weight: 400;
        margin: 0;
        opacity: 0.5;
    }
      
    .snip1533 blockquote {
        font-style: italic;
        font-weight: 300;
        margin: 0 0 20px;
    }
/* --------------------how we help u--------------- */
.help-section{
    background-color: #394435;
    color: #c1cdbc;
}
.help-heading{
    margin-bottom: 80px;
    padding-top: 30px;
    font-size: 40px;
    font-family: "Roboto", serif;
    
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}
.help-container{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 30px;
}
.help-container div{
    background: white; 
    padding: 30px; 
    border-radius: 12px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
    width: 300px;
}
.help-container div h3{
    color: #394435;
    margin-bottom: 10px;
}
/* --------------------footer-------------------- */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    box-shadow:  0px 11px 7px 1px rgb(0 0 0 / 40%);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    will-change: transform;
  }
  .whatsapp-button:hover{
    transform: perspective(500px) rotateX(10deg) translateY(-5px);
    box-shadow:  0px 20px 25px 1px rgb(0 0 0 / 60%);
  }
.footer{
    background-image: url('images/footer-edit.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    padding-top: 30px;
    background-color: #394435;
    min-height: 200px;
    color: #c1cdbc;
}
.insta-link{
    width: 30px;
    font-size: 40px;
    color: red;
    transition: transform 0.3s ease;
}
.insta-link:hover{
    transform: rotateX(-10deg) rotateY(10deg) scale(1.2);
}

   
}
/* ------------------- media-query ( medium devices ) --------------------- */
/* For tablets */
@media (min-width: 578px) and (max-width: 1199px) {
    section{
        min-height: 50px;
    }
    .section-heading{
        margin-bottom: 60px;
        color: #3d602e;
        font-size: 40px;
        font-family: "Roboto", serif;
        text-underline-offset: 10px;
        text-decoration-thickness: 4px;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 1px;
    }
    /* -----------------divider------------------- */
    .divider{
        text-align: center;
        min-height: 0;
    }
    .divider img{
        width: 60vw;
    }
    /* -----------------nav------------------ */
    
    .navbar{
        background-color: rgba(255, 255, 255, 0.894);
        color: #394435;
        border-bottom: 1px solid #394435;
    }
    .navbar-brand{
       font-weight: 800;
    }
    .nav-link{
        font-weight: 500;
    }
    .btn-nav{
        padding-top: 0px;
        text-align: center;
        width: 140px;
        height: 40px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #3d602e;
        border-radius: 15px;
        background-color: rgb(238, 239, 239);
        transition-duration: 0.2s;
    }
    .btn-nav:hover{
        border:2px solid #394435;
        color: rgb(238, 239, 239);
        background-color: #394435;
    }
    /* ----------------main--------------------- */
    .main{
        margin-top: 33px;
        height: 500px;
        padding-top: 120px;
        background-repeat: no-repeat;
        background-image: url(./images/22d2b85b-c576-4b1b-aed0-3a6eb65acf9e.jpeg);
        background-size: cover;
    }
    .main-text{
        padding-top: 30px;
        text-align: left;
    }
    .ritul-text{
        color: #394435;
        font-family: "Roboto", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 40px;
        font-style: normal;
        letter-spacing: 2px;
    }
    .lead{
        font-size: 20px;
        font-weight: 300;
        color: #394435;
        letter-spacing: 3px;
        opacity: 0.8;
    }
    .btn{
        margin-top: -3px;
        width: 170px;
        height: 60px;
        font-size: 18px;
        font-weight: 450;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #3d602e;
        border-radius: 15px;
        background-color: rgb(238, 239, 239);
        transition-duration: 0.2s;
    }
    .btn:hover{
        border:2px solid #394435;
        color: rgb(238, 239, 239);
        background-color: #394435;
    }
    .btn-book{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        text-decoration: none;
        text-align: center;
        margin-top: 40px;
        width: 170px;
        height: 60px;
        font-size: 18px;
        font-weight: 450;
        border-radius: 15px;
        color: rgb(238, 239, 239);
        background-color: #3d602e;
        transition-duration: 0.2s;  
    }
    .btn-book:hover{
        background-color: #394435;
    }
    /* -------------------------------about me section (home page)----------------------- */
    .about-section{
        padding: 15px 10px;
        margin: 0px 10px;
        display: flex;
        align-items: center;
        background-color: rgb(13, 13, 13);
        color: #c1cdbc;
        border-radius: 30px;
    }
    .about-section div figure{
        width: 40%;
    }
    .about-section div figure img{
        width: 300px;
        box-shadow: 0px 7px 17px 8px #3d3232;
    }
    
    .about-section  div{
        justify-items: center;
        padding: 0px 0px;
    }
    .heading-about{
        text-align: center;
        margin-bottom: 60px;
        color: #c3c9c1;
        font-size: 40px;
        font-family: "Roboto", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 1px; 
    }
    .about-text-container{
        margin-top: 40px;
        border: 0px;
        margin-bottom: 18px;
        align-content: center;
        margin-left: 0;
        width: 100%;
        border-radius: 3%;
    }
    .heading-inner-container{
       
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .about-text{
        padding: 0px 80px;
        text-align: center;
        font-family: "Roboto", serif;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px; 
    }
    /* ---------------------packages--------------------- */
    .packages-section{
        padding: 15px 10px;
    }
    .packages-inner-container{
        display: flex;
        flex-direction: row;
        gap: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 20px;
        justify-content: center;
    }
    .package-card{
        margin-bottom: 15px;
        padding-bottom: 20px;
        overflow: hidden;
        box-shadow: 0px 10px 9px 14px #c1cdbc;
        border-radius: 24px;
        min-height: 300px;
        min-width: 300px;
        text-align: left;
    
        transform-style: preserve-3d;
        box-shadow:
          1px 1px 0 1px #f9f9fb,
          -1px 0 28px 0 rgba(34, 33, 81, 0.01),
          0px 20px 10px 0 rgba(34, 33, 81, 0.25);
        transition:
          .4s ease-in-out transform,
          .4s ease-in-out box-shadow;
        &:hover {
            transform:
              translate3d(0px, -16px, 0px);
            box-shadow:
              1px 1px 0 1px #f9f9fb,
              -1px 0 28px 0 rgba(34, 33, 81, 0.01),
              54px 54px 28px -10px rgba(34, 33, 81, 0.15),
              0px 40px 28px -10px rgba(34, 33, 81, 0.15),
              -10px 20px 28px 0px rgba(34, 33, 81, 0.15);
        }
    }
    .package-card-header{
        padding: 20px 0px;
        background-color:#3d602e ;
        color: rgb(238, 239, 239) ;
        font-family: "Roboto", serif;
        font-weight: 300;
    }
    .fa-solid{
        color: #3d602e;
    }
    .price{
        font-size: 24px;
        color: #173311ce;
    }
    .package-card ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .package-card ul li{
        list-style-type: none;
    }
    /* -------------------testimonial------------------ */
    .testimonials-section{
    
    }
    .scroll-container {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 20px;
      }
      .testimonial {
          flex: 0 0 auto;
          width: 400px;
          padding: 10px;
          text-align: center;
        }
        /* Optional: hide scrollbar for a cleaner look */
        .scroll-container::-webkit-scrollbar {
            display: none;
          } 
          .scroll-container {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;     /* Firefox */
          }
          @import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
          @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
          .snip1533 {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            color: #9e9e9e;
            display: inline-block;
            font-family: 'Roboto', Arial, sans-serif;
            font-size: 16px;
            margin: 0px 10px 10px;
            max-width: 310px;
            min-width: 250px;
            position: relative;
            text-align: center;
            width: 100%;
            background-color: #ffffff;
            border-radius: 5px;
            border-top: 5px solid #3d602e;
          }
          
          .snip1533 *,
          .snip1533 *:before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
          }
          
          .snip1533 figcaption {
            padding: 13% 10% 12%;
          }
          
          .snip1533 figcaption:before {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            color: #3d602e;
            content: "\f10e";
            font-family: 'FontAwesome';
            font-size: 32px;
            font-style: normal;
            left: 50%;
            line-height: 60px;
            position: absolute;
            top: -30px;
            width: 60px;
          }
          
          .snip1533 h3 {
            color: #3c3c3c;
            font-size: 20px;
            font-weight: 300;
            line-height: 24px;
            margin: 10px 0 5px;
          }
          
          .snip1533 h4 {
            font-weight: 400;
            margin: 0;
            opacity: 0.5;
          }
          
          .snip1533 blockquote {
            font-style: italic;
            font-weight: 300;
            margin: 0 0 20px;
          }
    /* --------------------how we help u--------------- */
    .help-section{
        background-color: #394435;
        color: #c1cdbc;
    }
    .help-heading{
        margin-bottom: 80px;
        padding-top: 30px;
        font-size: 60px;
        font-family: "Roboto", serif;
        
        text-underline-offset: 10px;
        text-decoration-thickness: 4px;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
    }
    .help-container{
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 30px;
    }
    .help-container div{
        background: white; 
        padding: 30px; 
        border-radius: 12px; 
        box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
        width: 300px;
    }
    .help-container div h3{
        color: #394435;
        margin-bottom: 10px;
    }
    /* --------------------footer-------------------- */
    .whatsapp-button {
        position: fixed;
        bottom: 50px;
        right: 20px;
        background-color: #25D366;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 30px;
        font-size: 16px;
        text-decoration: none;
        box-shadow:  0px 11px 7px 1px rgb(0 0 0 / 40%);
        z-index: 1000;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        transform-style: preserve-3d;
        will-change: transform;
      }
      .whatsapp-button:hover{
        transform: perspective(500px) rotateX(10deg) translateY(-5px);
        box-shadow:  0px 20px 25px 1px rgb(0 0 0 / 60%);
      }
    .footer{
        background-image: url('images/footer-edit.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-blend-mode: overlay;
        padding-top: 30px;
        background-color: #394435;
        min-height: 200px;
        color: #c1cdbc;
    }
    .insta-link{
        width: 30px;
        font-size: 40px;
        color: red;
        transition: transform 0.3s ease;
    }
    .insta-link:hover{
        transform: rotateX(-10deg) rotateY(10deg) scale(1.2);
    }
    
       
}
/* ------------------- media-query ( medium devices ) --------------------- */
/* For tablets */
@media (min-width: 1199px){
    section{
        min-height: 50px;
    }
    .section-heading{
        margin-bottom: 60px;
        color: #3d602e;
        font-size: 40px;
        font-family: "Roboto", serif;
        text-underline-offset: 10px;
        text-decoration-thickness: 4px;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 1px;
    }
    /* -----------------divider------------------- */
    .divider{
        text-align: center;
        min-height: 0;
    }
    .divider img{
        width: 40vw;
    }
    /* -----------------nav------------------ */
    
    .navbar{
        background-color: rgba(255, 255, 255, 0.894);
        color: #394435;
        border-bottom: 1px solid #394435;
    }
    .navbar-brand{
       font-weight: 800;
    }
    .nav-link{
        font-weight: 500;
    }
    .btn-nav{
        padding-top: 0px;
        text-align: center;
        width: 140px;
        height: 40px;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #3d602e;
        border-radius: 15px;
        background-color: rgb(238, 239, 239);
        transition-duration: 0.2s;
    }
    .btn-nav:hover{
        border:2px solid #394435;
        color: rgb(238, 239, 239);
        background-color: #394435;
    }
    /* ----------------main--------------------- */
    .main{
        margin-top: 33px;
        height: 500px;
        padding-top: 120px;
        background-repeat: no-repeat;
        background-image: url(./images/22d2b85b-c576-4b1b-aed0-3a6eb65acf9e.jpeg);
        background-size: cover;
    }
    .main-text{
        padding-top: 30px;
        text-align: left;
    }
    .ritul-text{
        color: #394435;
        font-family: "Roboto", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 40px;
        font-style: normal;
        letter-spacing: 2px;
    }
    .lead{
        font-size: 20px;
        font-weight: 300;
        color: #394435;
        letter-spacing: 3px;
        opacity: 0.8;
    }
    .btn{
        margin-top: -3px;
        width: 170px;
        height: 60px;
        font-size: 18px;
        font-weight: 450;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #3d602e;
        border-radius: 15px;
        background-color: rgb(238, 239, 239);
        transition-duration: 0.2s;
    }
    .btn:hover{
        border:2px solid #394435;
        color: rgb(238, 239, 239);
        background-color: #394435;
    }
    .btn-book{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        text-decoration: none;
        text-align: center;
        margin-top: 40px;
        width: 170px;
        height: 60px;
        font-size: 18px;
        font-weight: 450;
        border-radius: 15px;
        color: rgb(238, 239, 239);
        background-color: #3d602e;
        transition-duration: 0.2s;  
    }
    .btn-book:hover{
        background-color: #394435;
    }
    /* -------------------------------about me section (home page)----------------------- */
    .about-section{
        padding: 40px 60px;
        margin: 0px 10px;
        display: flex;
        align-items: center;
        background-color: rgb(13, 13, 13);
        color: #c1cdbc;
        border-radius: 30px;
    }
    .about-section div figure{
        width: 40%;
    }
    .about-section div figure img{
        width: 300px;
        box-shadow: 0px 7px 17px 8px #3d3232;
    }
    
    .about-section  div{
        justify-items: center;
        padding: 0px 0px;
    }
    .heading-about{
        text-align: center;
        margin-bottom: 60px;
        color: #c3c9c1;
        font-size: 40px;
        font-family: "Roboto", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 1px; 
    }
    .about-text-container{
        margin-top: 40px;
        border: 0px;
        margin-bottom: 18px;
        align-content: center;
        margin-left: 0;
        width: 100%;
        border-radius: 3%;
    }
    .heading-inner-container{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .about-text{ 
        height: 100%;
        padding: 0px 80px;
        text-align: left;
        font-family: "Roboto", serif;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px; 
    }
    /* ---------------------packages--------------------- */
    .packages-section{
        padding: 15px 10px;
    }
    .packages-inner-container{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .package-card{
        
        padding-bottom: 20px;
        overflow: hidden;
        box-shadow: 0px 10px 9px 14px #c1cdbc;
        border-radius: 24px;
        min-height: 300px;
        min-width: 300px;
        text-align: left;
    
        transform-style: preserve-3d;
        box-shadow:
          1px 1px 0 1px #f9f9fb,
          -1px 0 28px 0 rgba(34, 33, 81, 0.01),
          0px 20px 10px 0 rgba(34, 33, 81, 0.25);
        transition:
          .4s ease-in-out transform,
          .4s ease-in-out box-shadow;
        &:hover {
            transform:
              translate3d(0px, -16px, 0px);
            box-shadow:
              1px 1px 0 1px #f9f9fb,
              -1px 0 28px 0 rgba(34, 33, 81, 0.01),
              54px 54px 28px -10px rgba(34, 33, 81, 0.15),
              0px 40px 28px -10px rgba(34, 33, 81, 0.15),
              -10px 20px 28px 0px rgba(34, 33, 81, 0.15);
        }
    }
    .package-card-header{
        padding: 20px 0px;
        background-color:#3d602e ;
        color: rgb(238, 239, 239) ;
        font-family: "Roboto", serif;
        font-weight: 300;
    }
    .fa-solid{
        color: #3d602e;
    }
    .price{
        font-size: 24px;
        color: #173311ce;
    }
    .package-card ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .package-card ul li{
        list-style-type: none;
    }
    /* -------------------testimonial------------------ */
    .testimonials-section{
    
    }
    .scroll-container {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 20px;
      }
      .testimonial {
          flex: 0 0 auto;
          width: 400px;
          padding: 10px;
          text-align: center;
        }
        /* Optional: hide scrollbar for a cleaner look */
        .scroll-container::-webkit-scrollbar {
            display: none;
          } 
          .scroll-container {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;     /* Firefox */
          }
          @import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
          @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
          .snip1533 {
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            color: #9e9e9e;
            display: inline-block;
            font-family: 'Roboto', Arial, sans-serif;
            font-size: 16px;
            margin: 0px 10px 10px;
            max-width: 310px;
            min-width: 250px;
            position: relative;
            text-align: center;
            width: 100%;
            background-color: #ffffff;
            border-radius: 5px;
            border-top: 5px solid #3d602e;
          }
          
          .snip1533 *,
          .snip1533 *:before {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
          }
          
          .snip1533 figcaption {
            padding: 13% 10% 12%;
          }
          
          .snip1533 figcaption:before {
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            color: #3d602e;
            content: "\f10e";
            font-family: 'FontAwesome';
            font-size: 32px;
            font-style: normal;
            left: 50%;
            line-height: 60px;
            position: absolute;
            top: -30px;
            width: 60px;
          }
          
          .snip1533 h3 {
            color: #3c3c3c;
            font-size: 20px;
            font-weight: 300;
            line-height: 24px;
            margin: 10px 0 5px;
          }
          
          .snip1533 h4 {
            font-weight: 400;
            margin: 0;
            opacity: 0.5;
          }
          
          .snip1533 blockquote {
            font-style: italic;
            font-weight: 300;
            margin: 0 0 20px;
          }
    /* --------------------how we help u--------------- */
    .help-section{
        background-color: #394435;
        color: #c1cdbc;
    }
    .help-heading{
        margin-bottom: 80px;
        padding-top: 30px;
        font-size: 60px;
        font-family: "Roboto", serif;
        
        text-underline-offset: 10px;
        text-decoration-thickness: 4px;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2px;
    }
    .help-container{
        display: flex; 
        flex-wrap: wrap; 
        justify-content: center; 
        gap: 30px;
    }
    .help-container div{
        background: white; 
        padding: 30px; 
        border-radius: 12px; 
        box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
        width: 300px;
    }
    .help-container div h3{
        color: #394435;
        margin-bottom: 10px;
    }
    /* --------------------footer-------------------- */
    .whatsapp-button {
        position: fixed;
        bottom: 50px;
        right: 20px;
        background-color: #25D366;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 30px;
        font-size: 16px;
        text-decoration: none;
        box-shadow:  0px 11px 7px 1px rgb(0 0 0 / 40%);
        z-index: 1000;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        transform-style: preserve-3d;
        will-change: transform;
      }
      .whatsapp-button:hover{
        transform: perspective(500px) rotateX(10deg) translateY(-5px);
        box-shadow:  0px 20px 25px 1px rgb(0 0 0 / 60%);
      }
    .footer{
        background-image: url('images/footer-edit.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-blend-mode: overlay;
        padding-top: 30px;
        background-color: #394435;
        min-height: 200px;
        color: #c1cdbc;
    }
    .insta-link{
        width: 30px;
        font-size: 40px;
        color: red;
        transition: transform 0.3s ease;
    }
    .insta-link:hover{
        transform: rotateX(-10deg) rotateY(10deg) scale(1.2);
    }
    
       
}

