@charset "UTF-8";

/* html, body {
    overflow-x: hidden;
    height: 100%;
     overflow-y: auto; 
 }*/

.customerreview
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    /*width:100%;*/
    text-align: center;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position:relative;
    gap: 62px;
}
.reviewtext
{
    width: 100%;
    color: #5E5E5E;
    text-align: center;
    font-family: "DM Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 35.01px; /* 166.714% */
}

.testimonial-section {
    text-align: center;
    /*width: 100%;*/
    /*max-width: 800px;*/
    background: #fff;
    padding: 40px;
/*    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}
.customerreview {
    font-size: 40px;
    font-weight: 1000;

    margin: 20px;
}
.testimonial-swiper {
    width: 100%;
    height: 250px;
}
.testimonial {
    font-size: 18px;
    color: #333;

    /*margin: 100px;*/
}
.customer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin: 120px*/
}
.customer-info img {
    width: 150px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    /*color:yellow;*/
}
.customer-name {
    font-weight: bold;
    font-size: 20px;
}
.customer-location {
    font-size: 16px;
    color: #777;
}
.swiper-button-prev, .swiper-button-next {
    color: white;
    border-radius: 50%;
    background-color: #36B4A3;
    padding: 30px;
    display: none !important;
}
.arrow-container {
    display: flex;
    justify-content: space-between;
    /*margin: 20px;*/
    padding: 20px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #36B4A3; /* Color of arrows */

}


/* Hide navigation arrows on screens below 576px */
@media (max-width: 576px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .testimonial-section {
        padding: 20px;
        
    }
    .testimonial-swiper {
       height:400px;
        
    }
}



/* Homepage - Photographyservice */
.flex1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    text-align: center;
    filter: blur(0.5px);
    padding: 80px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(0, 0, 0, 0.50);
    background-size: cover;
    gap: 10px;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.smallfont1 {
    height: 38px;
    width: 150px;
    background: rgba(0, 0, 0, 0.40);
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    color: #43FFEC;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 100px;
    position: relative;
}
.service .card{
    transition: opacity 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    border-radius: 22px;
}


.service .card:hover {
    opacity: 0.8; 
    transform: scale(1.02);   
    box-shadow: 0 12px 24px rgba(64, 64, 64, 0.5);
}

/*.sectiontitlewhite {
    font-family: "DM Sans";
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
}

.sectiontitlewhite span {
    color: #43FFEC;
}*/
.serviceitem {
    background-position: center;
    border-radius: 20px;
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds subtle shadow for effect */
}
.serviceitem:hover {
    opacity: 0.8; 
    transform: scale(1.02);   
    box-shadow: 0 12px 24px rgba(64, 64, 64, 0.5);
}
 

.serviceitem {
    position: relative;
    flex: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    gap: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.40);
    color: #fff;
    text-align: left;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    justify-content: left;
    height: 300px;
    width: 250px;
}
.serviceitem3 {
    position: relative;
    flex: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.40);
    color: #fff;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    justify-content: center;
    height: 300px;
    width: 250px;
}

.service-description {
    font-size: 12px;
    font-weight: 200px;
      font-family: "DM Sans" ,sans-serif;
}

.showmore-text {
    padding-top: 10px;
    font-size: 16px;
    color: white;
    text-align: center;
}

.showmore {
    border-radius: 50%;
    color: #36B4A3;
    width: 50px;
    height: 50px;
    background-color: #36B4A3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}

.imginsidefullframe {
    width: 62px;
    height: 43px;
    flex-shrink: 0;
}
.service-num{
    align-items: right;
     justify-content: right;
     text-align: right;
     font-size: 30px;
}
/* Media Queries for Responsiveness */
@media (max-width: 800px) {
    .flex1 {
        flex-direction: column;
        padding: 40px;
    }

    .serviceitem {
        flex: 100%; /* Make the service items full width */
        width: 100%;
        height: auto; /* Allow height to adjust based on content */
    }

/*    .sectiontitlewhite {
        font-size: 22px;
    }*/

    .smallfont1 {
        font-size: 14px;
        width: auto;
    }
}


/*special offer banner*/

.giftflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items in the flex container */
  align-items: flex-start; /* Align items at the start of the container */
  width: 100%;
  gap: 20px; /* Added gap for spacing between items */
  padding-bottom: 30px !important;
  /*padding: 30px;*/
   padding: 0 30px;
}

.giftflexitem1, .giftflexitem2, .giftflexitem3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;  /* Center horizontally */
  justify-content: center;  /* Center vertically */
  height: 350px; /* Ensures consistent item height */
  padding: 20px;
  box-sizing: border-box;
  background-size: cover; /* Ensures background image covers the area */
  background-position: center;
   border-radius: 20px;
}
/* Basic Image Styling */


/* Fade Effect on Hover */
.giftflexitem1, .giftflexitem2, .giftflexitem3 {
    
box-shadow: 0 4px 12px rgba(64, 64, 64, 0.4);  /* Darker grey shadow */
transition: transform 0.3s ease, box-shadow 0.3s ease;  /* Smooth transition */
}
.giftflexitem1:hover, .giftflexitem2:hover, .giftflexitem3:hover {
    opacity: 0.8; /* Reduces opacity to 70% on hover */
    transform: scale(1.02);  /* Slightly increase the size of the card */
  box-shadow: 0 12px 24px rgba(64, 64, 64, 0.5); 
}

.giftflexitem1 {
  flex: 35%; /* This will take 35% of the available space */
}

.giftflexitem2 {
  flex: 60%; /* This will take 60% of the available space */
  
}

.giftflexitem3 {
  flex: 100%; /* This will take 100% of the available space */
  
}
/* Select the 'Shop Now' button */
.giftflex .shopnow a {
    
    clear: both;
    width: 160px;
    height: 45px;
    margin: 9px auto;
    border: 1px solid white;  /* Change border color to black for visibility */
    background-color: white !important;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    color: black;  /* Change text color to black for visibility */
    padding: 10px 15px;
    line-height: 23px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;  /* Center the text inside the button */
    display: inline-block;  /* Ensure it's treated as a block element */
    text-decoration: none;  /* Remove underline from the link */
/*    giftflexitem3 .shopnow a*/
}

/* Hover effect for the button */
.giftflex .shopnow a:hover {
    background-color: #36B4A3 !important;  /* Change background on hover */
    color: white !important;  /* Change text color to white on hover */
    border-color: #36B4A3;  /* Change border color on hover */
}

/* Text overlay styles */
.textoverimage1 {
  position: absolute;
  top: 30%;  /* Centers text vertically */
  left: 50%; /* Centers text horizontally */
 
  transform: translate(-50%, -50%); /* Exactly center the text */
  color: black;  /* Set font color to black */
  font-size: 18px;
  font-weight: 500;
  text-align: center;  /* Ensures text is centered horizontally */
  z-index: 1; /* Ensures the text stays on top of the image */
  padding-bottom: 20px;
  letter-spacing: 0.5px;
   font-family: Inter;
}

.priceoverimage1 {
  position: absolute;
  top: 120px;  /* Positioned near the bottom of the image */
  left: 50%;
  transform: translateX(-50%); /* Horizontally center the price text */
  color: black;  /* Set font color to black */
  font-size: 26px;
  /*font-weight: bold;*/
  text-align: center;  /* Center the price text */
  z-index: 1; /* Ensures the text stays on top of the image */
  letter-spacing: 2px;
  font-family: Inter;
  font-weight: 600;
}

.priceoverimage1 a img {
  margin-top: 10px;
}

/* For giftflexitem3 text alignment (left side) */
.textoverimage2 {
	font-family: "DM Sans";
        color: #000;
text-align: center;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 100% */
text-transform: uppercase;
  position: absolute;
  top: 20%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.textoverimage2 {
  position: absolute;
  top: 80px;
  left: 25%;
 
  padding-left: 50px;
  /*left: 20px;  Align text to the left */
  color: black;
  font-size: 16px;
  font-weight: muted;
  z-index: 1;
  text-align: left; /* Align text to the left */
  padding-bottom: 20px;
}



.priceoverimage2 {
    transform: translate(-50%, -50%);
  position: absolute;
  top: 180px;
  left:180px;
  font-style: normal;

  /*padding-left: 10px;  Align the price text to the left */
  color: black;
  font-size: 26px;
/*  font-weight: bold;*/
  z-index: 1;
  text-align: left; /* Align the price text to the left */
   max-width: 90%;
    letter-spacing: 3px;
    font-weight: 600;
line-height: 36px; /* 120% */

}

.priceoverimage2 a img {
  margin-top: 10px;
}

/* Media Query for smaller screens (max-width 800px) */
@media (max-width: 800px) {
  .giftflexitem1, .giftflexitem2, .giftflexitem3 {
    flex: 100%; /* Makes each item take 100% width on smaller screens */
  }
  
  /* Optional adjustments for other elements */
  .aboutusblogframe2 {
    flex-wrap: wrap; /* Ensure wrapping of items inside about us section */
  }
  
  .blogimage1, .blogtext1, .blogtext2 {
    flex: 100%; /* Make each of these take 100% width */
  }
  
  .blogimage2 {
    /*display: none;  Hide these elements on smaller screens */
    flex: 100%;
  }
}


@media (max-width: 600px) {
    .textoverimage2{
         position: absolute;
  top: 80px;
  left: 15%;
 
  padding-left: 50px;
  /*left: 20px;  Align text to the left */
  color: black;
  font-size: 16px;
  font-weight: muted;
  z-index: 1;
  text-align: left; /* Align text to the left */
  padding-bottom: 20px;
    }
    
    .priceoverimage2 {
  position: absolute;
  top: 180px;
  left:36%;
  /*padding-left: 10px;  Align the price text to the left */
  color: black;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
  text-align: left; /* Align the price text to the left */
   max-width: 90%;
    letter-spacing: 3px;
}
  }
  
  
  
  
  
  /*about*/
.aboutusblogframe1
{
    
  padding:30px;
  flex-shrink: 1;
  flex-direction: column;
}
.aboutusblogframe2
{
    width: 100%;
    display: flex;
  flex-direction: row;
 flex-wrap: nowrap;
  
}

.aboutusblogframe2 >div
{
/*    padding-bottom:20px;
     padding-left:40px;
     padding-right: 40px;*/
}


.blogimage1
{
    width: 30%;
height: 400px;
flex-shrink: 0;
}

.blogimage2
{
    width: 30%;
height: 600px;
flex-shrink: 0;
}


.blogtext1
{
  color: #2C2C2C;
font-family: Sora;
font-size: 32px;
font-style: normal;
font-weight: 300;
line-height: 40px;
width: 100%;
text-align: justify;
  text-justify: inter-word;
}
.blogtext1 > span
{
   font-weight: 600;
}

.blogtext2
{
  color: #2C2C2C;
font-family: Sora;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 32px; /* 177.778% */
text-align: justify;
  text-justify: inter-word;
}
.blogtext3
{
  color: #FFF;
text-align: center;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 175% */
text-align: justify;
}
.aboutusheroframe {
    
	display:flex;
        width:100%;
        height:500px;
        flex-direction: column;
 flex-wrap: nowrap;
 align-items: center;
 background: linear-gradient(177deg, rgba(0, 0, 0, 0.00) 1.73%, rgba(0, 0, 0, 0.10) 46.26%, #000 97.49%);
}
.aboutusfullframe {
    
	display:flex;
        width:100%;
        flex-direction: column;
 flex-wrap: nowrap;
 align-items: center;
 background: linear-gradient(177deg, rgba(0, 0, 0, 0.00) 1.73%, rgba(0, 0, 0, 0.10) 46.26%, #000 97.49%);
}

.insideaboutusfullframe {
	background: linear-gradient(177deg, rgba(0, 0, 0, 0.00) 1.73%, rgba(0, 0, 0, 0.10) 46.26%, #000 97.49%);
}
.insideaboutusfullframe > div{
    margin-top: 30px;
     margin-bottom: 30px;
    background: linear-gradient(177deg, rgba(0, 0, 0, 0.00) 1.73%, rgba(0, 0, 0, 0.10) 46.26%, #000 97.49%);
    
}

.frameinaboutus{
   justify-content: center;
display: flex;
align-items: center;
gap: 100px;
align-self: stretch;
padding: 30px;
flex-grow: 1;

}
.frameinaboutus > div {
border-bottom: 1px solid #FFF;
display: flex;
width: 339.14px;
height:90px;
flex-direction: column;
align-self: stretch;
align-items: left;
background:rgba(0, 0, 0, 0.40);
color: #fff;
text-align: left;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 21.6px;
justify-content: left;

}

.numbersframeaboutus{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 48px 0px 12px;
}

.numbersframeaboutus > div {
    padding-right: 10.39px;
align-items: center;
align-content: center;
gap: 0px 30px;
flex-wrap: wrap;
padding-bottom: 26px;
}

.aboutusnumber
{
    color: #36B4A3;
text-align: center;
font-family: Sora;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 57.2px; /* 110% */
}
.aboutustext
{
    color: #FFF;
font-family: Sora;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
text-transform: uppercase;

}
.aboutsection{
    padding-top: 60px;
}
.about{
    margin:60px;
}

.abouttext1
{
  color: #2C2C2C;
/*font-family: Sora;*/
font-size: 28px;
font-style: normal;
font-weight: 300;
line-height: 35px;
width: 100%;
text-align: justify;
  /*text-justify: inter-word;*/
}
.abouttext1 > span
{
   font-weight: 600;
}
.abouttext2
{
  color: #2C2C2C;
/*font-family: ;*/
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 177.778% */
text-align: justify;
  text-justify: inter-word;
  padding-top: 10px;
}


.aboutimage1
{
    width: 35%;
height: 350px;
flex-shrink: 0;
}

.aboutimage2
{
    width: 25%;
height: 500px;
flex-shrink: 0;
}

.aboutcontent{
    margin-left:40px;
     margin-right:40px;
     /*height: 350px;*/
}
/* Media Query for smaller screens (max-width 800px) */
@media (max-width: 800px) {
  .about{
    margin:20px;
}

  /* Optional adjustments for other elements */
  .aboutusblogframe2 {
    flex-wrap: wrap; /* Ensure wrapping of items inside about us section */
  }
  
  .aboutimage1, .abouttext1, .abouttext2 {
    flex: 100%; /* Make each of these take 100% width */
  }
  
  .aboutimage2 {
    /*display: none;  Hide these elements on smaller screens */
    flex: 100%;
  }
  .aboutcontent{
       margin-left:0px;
     margin-right:0px;
  }
}

.aboutflex1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
  filter: blur(0.5px);
  padding: 80px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(0, 0, 0, 0.50);
  flex-direction: row;
  gap: 10px;
  background-size: cover;
  width: 100%;
}

.aboutusflex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  /*padding:  40px;*/
}

.aboutusflexitem1,
.aboutusflexitem2,
.aboutusflexitem3,
.aboutusflexitem4 {
  border-bottom: 1px solid #FFF;
  display: flex;
  width: 100%;
  height: 120px;
  flex-direction: column;
  align-self: stretch;
  align-items: left;
  /*background: rgba(0, 0, 0, 0.40);*/
  color: #fff;
  text-align: left;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.6px;
  justify-content: left;
  gap: 100px;
  justify-content: space-around;
}

/* Large screen (desktop) */
@media (min-width: 1024px) {
  .aboutusflexitem1,
  .aboutusflexitem2 {
    flex: 0 0 48%; /* 2 items in a row */
  }

  .aboutusflexitem3,
  .aboutusflexitem4 {
    flex: 0 0 48%; /* 2 items in a row */
  }
  .aboutflex1 {
        background-size: cover;   /* Ensure the background image covers the entire element */
        background-position: center;  /* Keeps the image centered */
    }
}

/* Medium screens (tablet to small desktop) */
@media (max-width: 1024px) and (min-width: 800px) {
  .aboutusflexitem1,
  .aboutusflexitem2 {
    flex: 0 0 100%; /* 2 items in a row */
    /*width: 20%;*/
  }

  .aboutusflexitem3,
  .aboutusflexitem4 {
    flex: 0 0 100%; /* 2 items in a row */
  }
  .about-content{
    display: flex;
    flex-direction: column !important;
}
.experience-card{
    padding-bottom: 20px;
    padding-top: 20px;
}
.abouttext2{
    height:auto;
}
.aboutimage1{
    width:80%;
    margin-left: 20px;
        margin-bottom: 20px;
        justify-content: center;
}
}

/* Small screens (mobile to tablet) */
@media (max-width: 800px) {
  .aboutusflexitem1,
  .aboutusflexitem2 {
    flex: 0 0 100%; /* 2 items in a row */
     /*width:50%;*/
  }
.aboutflex1 {
        background-size: cover;   /* Ensure background still covers the area */
        background-position: center;  /* Image remains centered */
        height: auto;  /* Allow the height to adjust if necessary */
    }
  .aboutusflexitem3,
  .aboutusflexitem4 {
    flex: 0 0 100%; /* 2 items in a row */
     /*width:50%;*/
  }

  .sectiontitlewhite {
    flex: 90%;
  }

 

  .frame > div {
    width: 100%;
  }
  .about-content{
    display: flex;
    flex-direction: column !important;
}
.experience-card{
    padding-bottom: 20px;
    padding-top: 20px;
}
.abouttext2{
    height:auto;
}
.aboutimage1{
    width:100%;
        margin-bottom: 20px;
}
}

/* Very small screens (mobile) */
@media (max-width: 600px) {
    .about-title{
        display: none !important;
    }
  .aboutusflexitem1,
  .aboutusflexitem2,
  .aboutusflexitem3,
  .aboutusflexitem4 {
    flex: 0 0 100%; /* Full width for each item */
    width: 100%;
    height: 70px;
  }
  
  .aboutflex1{
      padding: 15px;
    
        background-size: cover;   /* Still cover the container, but without stretching */
        background-position: center;  /* Keep image centered */
        height: auto;  /* Allow the height to adjust if needed */
        background-repeat: no-repeat !important;
   
  }
  .aboutsection{
    padding-top: 40px;
}
.about-content{
    display: flex;
    flex-direction: column !important;
}
.experience-card{
    padding-bottom: 20px;
    padding-top: 20px;
}
.abouttext2{
    height:auto;
}
.aboutimage1{
    width:100%;
        margin-bottom: 20px;
}
}


.sectiontitle
{color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 54.844px;
font-style: normal;
font-weight: 700;
line-height: 74px; /* 134.929% */	
}
.sectiontitle span
{
	
	background: linear-gradient(90deg, #FFB84D 0%, #FF0080 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "DM Sans";
font-size: 54.844px;
font-style: normal;
font-weight: 700;
line-height: 74px;
}
.sectiontitle #welcome
{
	
	background: linear-gradient(90deg, #20d3ac 0%, #6ec7b4 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "DM Sans";
font-size: 54.844px;
font-style: normal;
font-weight: 700;
line-height: 74px;
}


.experience-card{
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: row;
}

 .experience {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background-color: #36B4A3 !important;
            color: white;
            display: flex;
            justify-content: end;
            align-items: center;
            font-size: 35px;
            font-weight: bold;
            font-family: Arial, sans-serif;
            text-align: center;
            padding-right: 20px !important;
        }
        .experience-text{
             /*width: 120px;*/
            height: 120px;
            font-size: 35px;
              display: flex;
              /*flex-direction: row;*/
            font-weight: bold;
            font-family: Arial, sans-serif;
            color :black;
             align-items: center;
               justify-content:center;
                text-align: center;
        }
        
        .about-content{
            display: flex;
    justify-content: space-between;
    flex-direction: row;
        }
        
        
  
  
  
  
.frame {
   /* flex:100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #36B4A3;
  justify-content: center;
  width:100%;*/
   display: flex;
  flex-wrap: wrap;
  background-color: #36B4A3;
    position:relative;
  width:100%;
  
  display: flex;
      flex:100%;  
  flex-wrap: wrap;
  background-color: #36B4A3;
  flex-direction: row;
  
   
}
.frame > div {
	justify-content: center;
	padding:40px;
  background-color: #36B4A3;
 
  /*flex: 1 1 33%;*/
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}


.icontext1
{ color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 21.6px;}
.icontext2
{color: #FFF;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */}

@media (max-width: 800px) {
   


  .frame > div{
      width:100%;
  }
}







.product-tab-list{
    background-color: #36B4A3;
    margin:20px;
    border-radius: 50px;
    padding:10px;
}


.category-scroll {
height: 300px !important;          /* Set a fixed height */
    overflow-y: auto;       /* Enable vertical scrolling if content overflows */
    /*border: 1px solid #ccc;*/
     padding-right: 10px !important;
    }
    
    /* Hide the scrollbar (Webkit-based browsers) */
.category-scroll::-webkit-scrollbar {
    width: 10px; /* Hide scrollbar by setting width to 0 */
    height: 0; /* For horizontal scrollbar */
    border-radius: 50px;
   
}

.category-scroll::-webkit-scrollbar-thumb {
    background-color: #36B4A3; /* Make the thumb invisible */
}

.category-scroll::-webkit-scrollbar-track {
    background: lightgrey; /* Make the track invisible */
}

.swiper-pagination-bullet-active{
    background-color:#36B4A3 !important;
}


.static-banner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    background-color: white;
}

.banner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: white;
    box-sizing: border-box;
    margin: 10px;
    width: calc(25% - 20px); /* Make each item take up 25% of the row */
    text-align: center;
}

.banner-img {
    flex: 0 0 20%; /* Image takes 30% of the space */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700px;
}
.banner-img svg{
    fill: grey;
    
            transition: fill 0.3s ease;
}
.banner-img svg:hover {
     fill: #36B4A3 !important;
}

.banner-text {
    flex: 1;
    text-align: left;
    padding-left: 10px; /* Space between image and text */
  
}

.banner-icontext1 {
    
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
     text-transform: uppercase;
}

.banner-icontext2 {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

@media (max-width: 480px) {
   
    .static-banner{
        margin-top: 50px;
       
    }
    .banner-item {
        /*flex-direction: column;  Stack image and text vertically on mobile */
        align-items: center; /* Center items */
        width: 100%; /* Full width on mobile */
        /*margin-bottom: 20px;*/
         margin:10px;
    }

    .banner-img {
        flex: 0 0 10%; /* Image takes 60% of the width on mobile */
        /*margin-bottom: 20px;  Add space between image and text */
    }

    .banner-text {
        text-align: left; /* Center text on mobile */
        padding-left: 30px;
        padding-right: 20px;
        text-align: justify;
    }
}
@media (max-width: 1024px) {
    
}



/* Styles for tablet and larger screens */
@media (max-width: 768px) {
    .static-banner {
        width: 100%; /* Full width for tablets and larger screens */
    }

    .banner-item {
        display: flex;
        flex-direction: row; /* Stack image and text horizontally on tablet */
        width: 48%; /* Two items in a row, with some space between */
        margin: 10px; /* Adjust as needed */
        flex: 0 0 100%; /* Ensure two items per row */
    }
}

.homepage-showall a {
    width: auto;
    border: none;
    background-color: #36B4A3;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size:16px;
}

.homepage-showall a:hover {
    background-color: white;
    color: #36B4A3;
    border: 2px solid #36B4A3;
}