
/* General Reset */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
}
/* start new css code */
.slider-mt{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.offer-box{
    min-height: 15rem;
    padding-top: 1.9rem;
}
.slider-mh{
    /* max-height: 700px; */
}

.prevnextBtn {
    padding: 10px 20px;
    margin-left: 5rem;
    margin-right: 5rem;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 15px;
    min-width: 2vw;
}



/* end new css code */


.mh{
    min-height: 515px;
}
.datepicker{
    /* margin: 25% 0 0 50%; */
}
.shadow-y{
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}
.shadow-y:hover{
    transform: translateY(-8px);
    background-color: #899ad1;
}
.teal{
    color: #008080;
}
.bg-teel{
    background-color: #008080;
}

.navy-color{
    color: #000080;
}
.background-navy{
    background-color: #000080;
}

.hero-icons{
    position: absolute;
    margin-top: 10rem;
    margin-left: 96%;
    display: flex;
    flex-direction: column;   
    
}
.icons-a{
    /* position: absolute; */
    /* margin-top:95% ; */
  
    font-size: 16px;
}

.icons-dn{
    visibility: hidden;
}
.icons-dn:hover{
    visibility: visible;
}

.heading{
    font-size:2.7rem ;
    font-weight: bold;
    margin-bottom: 0.9rem;
}
.sub-heading{
    font-size:2rem ;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.title{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.sub-title{
    font-size: 1.4rem;
    /* font-weight: bold; */
    margin-bottom: 0.3rem;
}
.mid-title{
    font-size: 1.1rem;
    font-weight: 300;
}
.min-title{
    font-size: 1rem;
    font-weight: 300;
}
.sm-title{
    font-size: 0.750rem;
    font-weight: bold;
}
.hero-img-size{
    width: 25rem;
    height: 28.125rem;
}
.hero-bg-color{
    /* background-color: #b6c0b2bb; */
}
.section-mt{
    margin-top: 6rem;
}
.slider-mt{
    margin-top: 6rem;
}
.banner{
    position: relative;
    margin-top: 6rem;
    width: 100%;
    height: 12.5rem;
    background-color: #879adb;
}
.banner-img{
    position: absolute;
    margin: 4.6rem 0 0  2rem;
}
.row-mt{
    margin-top: 5.2rem;
}
.text-navy{
    color: #1B4875;
}
.bg-navy{
    background-color: #1B4875;
}
.btn-outline-navy{
    background-color : #fff;
    border:1px solid #1B4875;
    color:#000;
}
.btn-outline-navy:hover{
    background-color: #1B4875;
    color:#000;
    
}

.btn-navyc{
    background-color: white;
    color: #1B4875;
    border: 1px solid #1B4875 !important;
}

.btn-navyc:hover{
     background-color: #1B4875;
    color: white;
}

.btn-navy{
    background-color: #1B4875;
    color: white;
}
.btn-navy:hover{
    background-color: white;
    color: #1B4875;
    border: 1px solid #1B4875;
}
.nav-aicons{
    margin-top:10px;
}
.nav-icons{
    font-size: 1.5rem;
    padding: 0.625rem;
    /* border: 2px solid black; */
    border-radius: 50% ;
    background-color: #45a049;
    color: white;
    justify-content: center;
    align-items: center;
    
}
.slider{
    position: relative; 
    /* background-image: url('../banner/banner1.jpg'); */
    background-size: cover; 
    background-position: center;
    margin-top: 6rem;
    height: 31.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
    font-size: 1.5rem;
    text-align: center;
    overflow: hidden; 

}
.slider1{
    background-image: url('../banner/banner1.jpg');    
}
.slider2{
    background-image: url('../banner/banner2.jpg');    
}
.slider3{
    background-image: url('../banner/home-banner3.jpg');    
}
.slider4{
    background-image: url('../banner/home-banner4.jpg');    
}

.slider-contain-w{
    min-width: 0px;
    text-align: left;
    width: 600px;
    /* margin-top: 1rem; */
    margin-left: 7rem;
    /* border: 2px solid red; */
    /* margin: 0 0 0 -20rem; */

}
/* .imgposision{
    position: absolute;
    margin-top: 4rem;
} */
 .shadow_hover:hover{
    box-shadow: 0 0 5px 0;
    cursor: pointer;
 }
 .border-vh{
    min-height: 18rem;
 }
 .min-width-a{
    /* min-width: 2rem; */
    min-height: 3rem;
 }

.swiper-container {
    width: 80%;
    height: auto;
    margin: auto;
  }
  
  .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 8px;
  }
  
.scroll-image{
    /* width: 100%; 
    max-width: 600px;  */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth animation */
}
.book_shadow-vh{
    min-height:37.5rem;
}
.location-icons{
    margin-top: 3.2rem;
    margin-left: 6.5rem;
}
.profile{
    /* min-height: 15rem; */
}

/* timeline start */
.timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 2px;
    height: 100%;
    background: #ddd;
}
.timeline-item {
    position: relative;
    margin-bottom: 20px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -34px;
    width: 20px;
    height: 20px;
    /* background: #c1554b; */
    background:  rgb(82, 80, 80);
    border-radius: 50%;
}
.timeline-item .icon {
    position: absolute;
    left: -78px;
    width: 1.5rem;
    height: 1.5rem;
    background:  rgb(82, 80, 80);
    /* background: #e44e4e; */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-item h5 {
    margin-bottom: 5px;
}
.timeline-item p {
    margin-bottom: 0;
}
/* timeline start */
.imgrounded{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    
}
.bg-color{
    /* background-color: #f6c2c2a4; */
    background-color:#f5f5f5;
    /* background-color:#c0c0c0 ; */
}
.program{
    margin-top: 7rem;
}
.shadow-mh{
    min-height: 23rem;
}
/* mincardheight */
.mincardheight{
    /* min-height: 20rem; */
}
/* container-min-height */
.container-min-height{
    min-height: 30rem;
    padding-top: 6rem;
}
/* background image */
/* Apply the background image to the container */
.background-container {
    position: relative; /* Required for ::before positioning */
    background-image: url('../banner/banner1.jpg');
    background-size: cover; /* Adjusts the size of the background image */
    background-position: center;
    margin-top: 5.2rem;
    height: 40rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: white; */
    font-size: 1.5rem;
    text-align: center;
    overflow: hidden; /* Ensures ::before content doesn't overflow */
  }
  
  /* Use ::before for an overlay effect */
  .background-container::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5);  */
    z-index: 1; 
  }
  
  /* Ensures the content stays above the overlay */
  .background-container p {
    position: relative;
    z-index: 2;
  }
  
/* booking session */
.book_session{
    line-height: 1.5;
}
.book_session h4{
    font-size: 1.3rem;
    font-weight: bold;
}
.book_session p{
    font-size: 0.625rems;
}
.book_session btn{
    font-size: 0.750rem;
}
/* wellness program */
.well-hero{
    margin-top: 6rem;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 60vh;
    padding: 20px;
    background-image: url('../banner/banner1.jpg'); /* Replace with your image */
    background-size: cover;
    background-color: black ;
    /* opacity: 1; */
    background-position: center;
    /* color: #e44e4e; */
    /* color: #010101; */
    color: rgb(82, 80, 80);
}
.well-hero::before{
    margin-top: 6rem;
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27rem;
    /* background: rgba(0, 0, 0, 0.5);  */
    z-index: -1; 
}
.well-hero h1,h2,h3,h4,h5,h6,p{
    position: relative;
    z-index: 2;

}

.well_img{
    width: 100%;
    margin:0 20rem 0 20rem;
}

/* road map health */
.road-hero{
    margin-top: 6rem;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 60vh;
    padding: 20px;
    background-image: url('../banner/fruit.webp'); /* Replace with your image */
    background-size: cover;
    background-color: black ;
    /* opacity: 1; */
    background-position: center;
    /* color: #e44e4e; */
    /* color: #070505; */
    color: rgb(82, 80, 80);

}

/* Hero Section */
.online-hero{
    margin-top: 6rem;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 60vh;
    padding: 20px;
    background-image: url('../banner/banner1.jpg'); /* Replace with your image */
    background-size: cover;
    background-color: black ;
    /* opacity: 1; */
    background-position: center;
    /* color: #e44e4e; */
    /* color: #050303; */
    color: rgb(82, 80, 80);
    
}
.couple-hero{
    margin-top: 6rem;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 100vh;
    padding: 20px;
    background-image: url('../banner/home-banner.jpg'); /* Replace with your image */
    background-size: cover;
    background-color: black ;
    /* opacity: 1; */
    background-position: center;
    /* color: #e44e4e;     */
    /* color: #0c0808;     */
    color: rgb(82, 80, 80);
}
.diet-hero{
    margin-top: 6rem;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 100vh;
    padding: 20px;
    background-image: url('../banner/fruit1.jpg'); /* Replace with your image */
    background-size: cover;
    background-color: black ;
    /* opacity: 1; */
    background-position: center;
    /* color: #e44e4e; */
    /* color: #060303; */
    color: rgb(82, 80, 80);

}
.hero {
    margin-top: 6rem;
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 100vh;
    padding: 20px;
    background-image: url('../banner/banner2.jpg'); /* Replace with your image */
    background-size:cover;
    /* background-repeat: no-repeat; */
    /* background-color: black ; */
    /* opacity: 1; */
    background-position: center;
    /* color: #e44e4e; */
    /* color: #060505; */
    /* color: #32ad93; */
    color: rgb(82, 80, 80);
}
.hero::before{
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5);  */
    z-index: 1; 
}
.hero_img {
    max-width: 700px; /* Limit the width of the text content */
}
.hero h1,h2,h3,h4,h5,h6,p{
    position: relative;
    /* text-shadow: 3; */
    z-index: 1;

}
.hero.online-hero.couple-hero h1{
    font-size: 2.3rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

}
.hero.online-hero.couple-hero h2{
    font-size: 2rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.hero.online-hero.couple-hero h3{
    font-size: 1.8rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.hero.online-hero.couple-hero h4{
    font-size: 1.3rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    

}
.hero.online-hero.couple-hero h5{
    font-size: 1.2rem;
    font-weight: bold;
    /* margin-bottom: 1.4rem; */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    

}
.hero.online-hero.couple-hero h6{
    font-size: 1.1rem;
    font-weight: bold;
    /* margin-bottom: 1.3rem; */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);    

}
.hero.online-hero.couple-hero p{
    font-size: 0.9rem;
    font-weight: bold;
}



/* Text Styling */
.tagline {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.headline {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtext {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.mintext{
    font-size: 0.875rem;
}
/* card height */
.card-height{
    min-height: 200px;
}
.shadow-card-height{
    min-height: 140px;
}
/* Button Styling */
/* .cta-buttons {
    display: flex;
    gap: 15px;
} */

.btn {
    padding: 10px 20px;
    /* border: none; */
    border-radius: 50px;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.5;
    transition: transform 0.2s ease;
}

.primary-btn {
    background-color: #4CAF50;
    color: white;
}

.secondary-btn {
    background-color: #008CBA;
    color: white;
}

.btn:hover {
    transform: scale(1.05);
}
/* Box Section */
.boxs {
    display: flex;
    flex-wrap: wrap; /* Makes the boxes wrap on smaller screens */
    justify-content: center; /* Center the boxes horizontally */
    gap: 20px; /* Add space between the boxes */
    padding: 20px;
    background-color: #f5f5f5; 
    /* background-color: #d4cdcd;  */
}

/* Individual Box */
.box {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the content in the box */
    justify-content: center;
    width: 300px; /* Set a fixed width */
    min-height: 200px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0; /* Light border */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Icon Style */
.box i {
    font-size: 1.5rem;
    color: #4CAF50; /* Green color for the icons */
    margin-bottom: 10px;
}
.icons{
    font-size: 0.750rem;
    /* color: #e44e4e; */
    /* color: #0f0b0b; */
    color: rgb(82, 80, 80);
}

/* Text Style */
.box p {
    font-size: 1rem;
    /* color: #333;  */
}

/* Hover Effect */
.box:hover {
    transform: translateY(-5px); /* Slight upward movement */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
}
/* General Section Styling */
.counselling-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

/* Left Column */
.counselling-info {
    max-width: 350px;
    margin: auto;
}
.primary-btn {
    padding: 10px 20px;
    border: none;
    background-color: #c36a1c;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.primary-btn:hover {
    background-color: #45a049;
}

/* Right Column */
.counselling-services {
    gap: 20px;
}

.service-card {
    width: 48%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.service-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.service-btn {
    padding: 8px 15px;
    background-color: #008CBA;
    color: #b92b2b;
    border: none;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-btn:hover {
    background-color: #007bb5;
}

/* Section Styling with Background Image */
.counselling-platform {
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 50vh;
    padding: 20px;
    /* background-image: url('../banner/banner1.jpg'); Replace with your image */
    background-size: cover;
    background-color: black ;
    /* opacity: 1; */
    background-position: center;
    /* color: #fff; */
    /* color: #e44e4e; */
    /* color: #080505; */
    color: rgb(82, 80, 80);
}



/* Title Styling */
.counselling-platform h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); /* Add text shadow for better visibility */
}

/* List Styling */
.counselling-platform ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}

.counselling-platform ul li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); /* Add subtle shadow to list items */
}
/* vertual */
.virtual{
    display: flex;
    justify-content: flex-start; /* Align content to the left */
    align-items: center; /* Vertically center the content */
    min-height: 70vh;
    padding: 20px;
    /* background-image: url('../banner/banner1.jpg'); */
    background-size: cover;
    /* background-color: rgb(199, 183, 183) ; */
    /* opacity: 1; */
    background-position: center;
    /* color: #fff; */
    /* color: #e44e4e; */
    /* color: #0a0707; */
    color: rgb(82, 80, 80);
}
.virtual h1{
    font-size: 2.3rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); */

}
.virtual h2{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); */
}
.virtual h3{
    font-size: 1.8rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); */
}
.virtual h4{
    font-size: 1.3rem;
    font-weight: bold;
    /* margin-bottom: 1.5rem; */
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);     */

}
.virtual h5{
    font-size: 1.2rem;
    font-weight: bold;
    /* margin-bottom: 1.4rem; */
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);     */

}
.virtual h6{
    font-size: 1.1rem;
    font-weight: bold;
    /* margin-bottom: 1.3rem; */
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);     */

}
.virtual p{
    font-size: 0.9rem;
    font-weight: bold;
}
.virtual ul{
    list-style-type: disc;
    margin-left: 1.5rem;
}
.virtual ul li{
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); */

}
/* Beneficial-column */
.Beneficial-column h2{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); Add text shadow for better visibility */

}
.Beneficial-column ul {
    list-style-type: disc;
    margin-left: 1.5rem;
}
.Beneficial-column ul li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); Add subtle shadow to list items */
}
.contact-icons i{
    font-size: 2rem;
}
.icons{
    font-size: 5rem;
    /* transition: transform 0.5s ease-in-out; */
    /* transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; */
    /* transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; */
    
}
.icons:hover{
    /* transform: rotate(360deg); */
    /* transform: rotate(360deg) scale(1.2); */
    transform: rotate(360deg) scale(0.1);
}
/* index3 */
.index3{
    width: 100%;
    height: 500px;
    /* background-color: #4CAF50; */
    padding-top: 7rem;
}
/* image height */
.image-height{
    min-height: 3rem;
}
.docter-img{
    width: 100%;
    height: 200px;
}
/* card-height */
.card-min-height{
    min-height: 130px;
}
.box1{
    margin: 2px;
    width: 24%;
    min-height: 300px;
    /* border: 2px solid red; */
    border: 2px solid rgb(15, 9, 9);
}
.justifytext{
    text-align: justify;
}
.btn_fs{
    font-size: 12px;
}
.color{
    /* color: #e44e4e; */
    /* color: #1e1717; */
    color: rgb(82, 80, 80);
}
.border_vh{
    /* min-height: 3rem; */
}
/* @media(max-width:576px){
    .box1{
        width: 45%;
    }
} */


.tr{
    padding: 5px;
    display: inline-block;
}



/* Mobile-first approach */
@media (max-width: 575px) {
    /* Styles for extra-small devices (phones) */
    h2{
        line-height: 2.5rem;
    }
    .hero{
        margin-top: 3rem;
        min-height: 28vh;
    }
    .hero h1{

        font-size: 1.8rem;
    }
    .prevnextBtn{
        margin: 0 1rem 0 1rem;
    }

    .tr{
        padding: 1px;

    }
    .headline{
        font-size: 1.4rem;
    }
    .subtext{
        font-size: 1.3rem;
    }
    .btn{
        font-size: 0.7rem;
    }
    .container-min-height{
        padding-top: 2rem;
    }
    .counselling-platform h2 {
        font-size: 1.4rem;
    }
    .virtual{
        min-height: 28vh;
        margin-top: 3rem;
    }
    .virtual h2{
        font-size: 1.4rem;
    }
    .virtual h3{
        font-size: 1.3rem;
    }
    .virtual h4{
        font-size: 1.2rem;
    }
    .online-hero{
        margin-top: 3rem;
        min-height: 28vh;
    }
    .sub-heros{
        margin-top: -7rem;
    }
    .diet-hero{
        min-height: 0vh;
        margin-top: 4rem;
    }
    .road-hero{
        min-height: 0vh;
        margin-top: 1rem;
    }
    .well-hero{
        min-height: 28vh;
        margin-top: 3rem;
    }
    .well_img{
        min-width: 10rem;
        margin: 0%;
    }
    .hero_img{
        min-width: 16.688rem;
    }
    .btn_fs{
        font-size: 11px;
    }
    .slider{
        margin-top: 0rem;
    }
    /* home page hero section */
    .hero-icons{
        margin-left:0.88rem;
        margin-top: ;
    }
    .slider-mt{
        margin-top: 3rem;
    }
    .slider-contain-w{
        margin-left: 1rem;

    }
    .heading{
        font-size: 1.3rem;
    }
    .title{
        font-size: 1.1rem;
    }
    .sub-title{
        font-size: 1rem;
    }
    .min-title{
        font-size: 0.8rem;
    }
    .hero-img-size{
        width: 15rem;
        height: 15rem;
    }


    
    

}

@media (min-width: 576px) and (max-width: 767px) {
    /* Styles for small devices (landscape phones) */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Styles for medium devices (tablets) */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Styles for large devices (desktops) */
}

@media (min-width: 1200px) {
    /* Styles for extra-large devices (large desktops) */
}


