@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: none;

}
html{
    scroll-behavior: smooth;
}

.scroll-container{
    max-height: 100%;
    overflow-y: auto;
    
    scroll-behavior: smooth;
}
.About_body {
    font-family: 'Poppins', sans-serif;
    background-color: rgba(217, 174, 215, 0.7);
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    padding: 0;
    

}
body {
    font-size: 14px;
    background: black;
    font-family: poppins;

}

.icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url('./no_writing_logo.png');
    background-size: cover; /* or contain */
}

.apple-touch-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url('./no_writing_logo.png');
    background-size: cover; /* or contain */
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(227, 96, 69);
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(60, 23, 136);
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left: 15px;
	background-color:#24b058;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 5px 5px 5px #3d3d3d;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

.mandala-image {
    position: fixed;
    top: -40px;
    left: -150px;
    height: 40vh;
    width: 20vw;
    animation: rotateCounterclockwise 15s linear infinite;
    z-index: 2;
}

.mandala-image1 {
    position: fixed;
    top: -40px;
    right: -150px;
    height: 40vh;
    width: 20vw;
    animation: rotateClockwise 15s linear infinite;
    z-index: 2;
}

.mandala-image2 {
    position: fixed;
    bottom: -220px;
    left: -150px;
    height: 40vh;
    width: 20vw;
    animation: rotateClockwise 15s linear infinite;
    z-index: 2;
}

.mandala-image3 {
    position: fixed;
    z-index: 2;
    bottom: -220px;
    right: -150px;
    height: 40vh;
    width: 20vw;
    animation: rotateCounterclockwise 15s linear infinite;
}

/* Mandala rotation */
@keyframes rotateCounterclockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateCounterclockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}


.transparent-block {
    background-color: rgba(83, 194, 187, 0.9);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
    
/*THIS IS FOR THE LOGO PART OF THE NAV BAR*/
nav {
    background: #8a0b9e;
    height: 160px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.logo-image {
    height: 160px;
    width: 180px;
    
}

.logo-name1 {
    
    height: 95px;
    width: 400px;
    position: relative;
    right: 0%;
    margin-left: 2%;
    

}

.logo-name {
    position:relative;
    width: 440px;
    left: 0%;
    height: 97px;
    margin-right: 20%;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;

}

.image-container img {
    margin-right: 10px;
}


nav ul {
    text-align: center;
}

nav ul li {
    display: inline-block;
    margin: 10px;
}

nav ul li a {
    color: white;
    font-size: 1.3rem;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}

.transparent-block  a:hover {
    background: #8a0b9e;
    transition: .5s;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 100px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}


/*CONTENT */
.section_slider1 {
    position: relative;
    top: 275px;
    min-height: 80vh;
    min-width: 100%; /* Adjust for responsiveness */
    overflow: hidden;
  }
  
  .backgroundHome {
    position: absolute; /* Position absolutely within the slider */
    top: 0;
    left: 0;
    width: 100%;
    
    filter: blur(6px);
    -webkit-filter: blur(6px);
    z-index: 0;
  }
  
  .backgroundHome img {
    width: 100%;
    min-height: 70vh;
    object-fit: cover;
  }
  
  .home_p1 {
    font-size: 2rem;
    word-wrap: break-word;
    max-width: 60%;
    color: black;
    z-index: 5;
  }
  
  .Phrase {
    font-family: "Playwrite GB S", cursive;
    font-style: italic;
    font-size: 3rem;
    margin-top: 15%;
    max-width: 50%;
    z-index: 5;
  }
  
  /*P1 transition*/
  .item-1,
  .item-2,
  .item-3 {
    display: block;
    position: absolute;
    animation-duration: 25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  
  .item-1 {
    animation-name: text-1;
  }
  
  .item-2 {
    animation-name: text-2;
  }
  
  .item-3 {
    animation-name: text-3;
  }
  
  @keyframes text-1 {
    0%,
    8.3% {
      left: -20%;
      opacity: 0;
    }
    8.3%,
    25% {
      left: 10%;
      opacity: 1;
    }
    33.33%,
    100% {
      left: 12%;
      opacity: 0;
    }
  }
  
  @keyframes text-2 {
    0%,
    33.33% {
      left: -20%;
      opacity: 0;
    }
    41.63%,
    58.29% {
      left: 10%;
      opacity: 1;
    }
    66.66%,
    100% {
      left: 12%;
      opacity: 0;
    }
  }
  
  @keyframes text-3 {
    0%,
    66.66% {
      left: -10%;
      opacity: 0;
    }
    74.96%,
    91.62% {
      left: 10%;
      opacity: 1;
    }
    100% {
      left: 12%;
      opacity: 0;
    }
  }
  
  #button1 {
    padding: 1rem 1rem;
    margin-top: 30px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    transition: all 1000ms;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    outline: 2px solid #2c9caf;
    background-color: #2c9caf;
  }
  
  #button1:hover {
    color: #2a9caf;
    transform: scale(1.05);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
    background-color: #ffffff;
  }
  
  #button1::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
  #button1:hover::before {
    width: 150%;
  }
  
  #button12 {
    padding: 1rem 1rem;
    margin-top: 30px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #2c9caf;
    transition: all 1000ms;
    font-size: 1.2rem;
    position: relative;
    overflow: hidden;
    outline: 2px solid #2c9caf;
  }
  
  #button12:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
  }
  
  #button12::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2c9caf;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
  #button12:hover::before {
    width: 150%;
  }
  
  .buttonsland {
    display: flex;
    gap: 15px;
    position: absolute;
    bottom: 15%; /* Position from bottom instead of using negative margin-top */
    left: 10%; /* Match the left position of the text items when visible */
    z-index: 2; /* Ensure buttons are above other elements */
  }
  
  .imageSlides {
    position: absolute;
    left: 75%;
    top: 45%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s ease-in-out;
    max-width: 70vw;
    max-height: 60vh;
  }
  
  #img_cs {
    box-shadow: 0 2px 5px 2px #2c9caf;
  }
  
  #img_isC {
    box-shadow: 0 2px 5px 2px #2c9caf;
  }
  
  #img_mes1 {
    box-shadow: 0 2px 5px 2px #2c9caf;
  }
  
  /* add 'visible' class via Javascript */
  .visible {
    opacity: 1;
  }
  
  /*END of HOME SLIDER/SECTION SLIDER 1*/
  
  /*Gallery Slider*/
  .section_slider2 {
    position: relative;
    top: 219px;
    min-height: 50vh;
    max-width: 100%; /* Adjust for responsiveness */
    background: #f0b9b9;
    background-size: cover;
    z-index: 1; /* Changed to 1 for proper stacking */
  }
  
  .img-team {
    position: absolute;
    top: 10%;
    left: 14%; /* Changed from margin to left for more control */
  
    height: 40vh;
    width: 500px;
    box-shadow: 0 2px 5px 2px #2c9caf;
  }
  
  .gallery_p1 {
    font-size: 25px;
    word-wrap: break-word;
    margin: 42px 100px 0px 45%; /* Combined margins for easier adjustment */
    max-width: 37%;
    padding-top: 42px;
    justify-content: center;
  }
  
  #button2-gallery {
    padding: 1rem 1rem;
    margin: 10px 90px 0px 45%; /* Margins adjusted */
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #2c9caf;
    transition: all 1000ms; /* Faster transition */
    text-align: center;
    font-size: 1.2rem;
    position: relative; /* Changed to relative */
    overflow: hidden;
    outline: 2px solid #2c9caf;
  }
  
  #button2-gallery:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
  }
  
  #button2-gallery::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2c9caf;
    transform: skewX(45deg);
    z-index: -1; /* Keep it behind the button */
    transition: width 0.3s; /* Faster transition */
  }
  
  #button2-gallery:hover::before {
    width: 150%;
  }
  
  #button3-gallery {
    padding: 1rem 1rem;
    margin: 10px 90px 0px 30%; /* Margins adjusted */
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #2c9caf;
    transition: all 1000ms; /* Faster transition */
    text-align: center;
    font-size: 1.2rem;
    position: relative; /* Changed to relative */
    overflow: hidden;
    outline: 2px solid #2c9caf;
    width: 10vw;
  }
  
  #button3-gallery:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
  }
  
  #button3-gallery::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2c9caf;
    transform: skewX(45deg);
    z-index: -1; /* Keep it behind the button */
    transition: width 0.3s; /* Faster transition */
  }
  
  #button3-gallery:hover::before {
    width: 150%;
  }
  
  .btncontain {
    display: flex;
    margin-left: 38%;
  }
  
  /*PRODUCT CSS*/
  
  .section_slider3 {
    position: relative;
    height: 1000px;
    min-width: 100%; /* Adjust for responsiveness */
  }
  
  .section_slider3 h3 {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 250px;
    margin-left: 45%;
    max-width: 50%;
    font-size: 2.5rem;
  }
  
  .grid {
    position: relative;
    left: 19%;
  
    top: 310px;
    padding: 1em 0 4em;
    max-width: 65%;
    list-style: none;
    text-align: center;
  }
  
  /* Common style */
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: 380px;
    max-height: 90vh;
    width: 48%;
    text-align: center;
    cursor: pointer;
  }
  
  .grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    height: 32vh;
    min-width: 100%;
  }
  
  .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .grid figure figcaption::before,
  .grid figure figcaption::after {
    pointer-events: none;
  }
  
  .grid figure figcaption,
  .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  
  .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 400;
    font-size: 2rem;
    color: #700606;
  }
  
  .grid figure h2 span {
    font-weight: 900;
  }
  
  .grid figure h2,
  .grid figure p {
    margin: 0;
  }
  
  .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
  }
  
  /* Individual effects */
  
  /*---------------*/
  /***** Lily *****/
  /*---------------*/
  
  figure.product-effect img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.6;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.35s;
    transition: opacity 0.4s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  
  figure.product-effect figcaption {
    text-align: left;
  }
  
  figure.product-effect figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
  }
  
  figure.product-effect h2,
  figure.product-effect p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  
  figure.product-effect h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    border: 2px solid #fff;
    background-color: white;
  }
  
  figure.product-effect p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
  }
  
  figure.product-effect:hover img,
  figure.product-effect:hover p {
    opacity: 1;
  }
  
  figure.product-effect:hover img,
  figure.product-effect:hover h2,
  figure.product-effect:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  figure.product-effect:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
  
  .Pro-Heading {
    font-size: 3rem;
    text-align: center;
  }
  
  #button3-Products {
    padding: 1rem 1rem;
    margin: 350px 30px 0px 42%; /* Margins adjusted */
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #2c9caf;
    transition: all 1000ms; /* Faster transition */
    text-align: center;
    font-size: 1.2rem;
    position: relative; /* Changed to relative */
    overflow: hidden;
    outline: 2px solid #2c9caf;
  }
  
  #button3-Products:hover {
    color: #ffffff;
    transform: scale(1.05);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
  }
  
  #button3-Products::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2c9caf;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
  #button3-Products:hover::before {
    width: 150%;
  }
  
  /*Price list*/
  /* Remove the old section_slider4 CSS */
  
  /*Contact Us*/
  
  .section_slider4 {
    position: relative;
    margin-top: 25%;
    top: 235px;
    min-height: 750px;
    max-width: 100%; /* Adjust for responsiveness */
    background: #ffffff;
    background-size: cover;
    z-index: 1;
  }
  
  .ContactHead {
    font-size: 2.5rem;
    text-align: center;
    justify-content: center;
    padding-top: 50px;
  }
  
  .map {
    position: absolute;
    top: 206px;
    left: 50%;
    margin-right: 18.6%;
    z-index: 1;
    box-shadow: 0 2px 9px 3px #2c9caf;
  }
  
  .ContactTable {
    position: absolute;
    left: 7%;
    top: 206px;
    z-index: 1;
  }
  
  .ContactTable a {
    color: black;
  }
  
  .Table1 {
    vertical-align: middle;
    height: 50px;
    padding-left: 15px;
    font-size: 1.5rem;
    z-index: 1;
  }
  
  /*ABOUT US*/
  
  .section_slider5 {
    position: relative;
    top: 235px;
    min-height: 720px;
    max-width: 100%; /* Adjust for responsiveness */
    background: rgba(134, 224, 230, 0.9);
    background-size: cover;
    z-index: -1;
  }
  
  .aboutHead {
    font-size: 2.5rem;
    text-align: center;
    justify-content: center;
    padding-top: 50px;
  }
  
  .about-info {
    font-size: 25px;
    margin-left: 48%;
    max-width: 43%;
    padding-top: 25px;
  }
  
  .about-img {
    position: absolute;
    top: 18%;
    left: 6%;
    margin-right: -1500px;
    width: 40%;
    height: 70%;
    box-shadow: 4px 5px 17px -4px #000000;
  }
  
  /*FAQ's*/
  
  .faq-container {
    margin-right: 15%;
    margin-left: 15%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  
    margin-top: 300px;
  }
  
  .faq-item {
    border-bottom: 1px solid #e9ecef;
  }
  
  .faq-item:last-child {
    border-bottom: none;
  }
  
  .faq-question {
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #97c1ec;
    transition: background-color 0.3s ease;
  }
  
  .faq-question:hover {
    background-color: #e9ecef;
  }
  
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #a36cb8;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.6;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  
  .faq-answer.open {
    max-height: 100%; /* Adjust for longer answers */
    padding: 15px 20px;
  }
  
  .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
    margin-right: 5%;
  }
  
  .arrow.open {
    transform: rotate(90deg);
  }
  
/* footer section start */

#footer {
    background: #f7f7f7;
    margin-top: 155px;
    
  }

  #footer-content a{
    color: #105e6b;
  }
  
  #footer-content a:hover{
    background-color: #e89eec;
    border-radius: 5px;
  }

  .footer-img{
    position: absolute;
    width: 100px;
    left: 300px;
    margin-top: 15px;
  }

  
  table{
    overflow-x: auto;
    margin-right: 25%;
    margin-left: 30%;
    
}


  td,th{
    text-align: left;
    padding: 5px;
    vertical-align:top;
    font-size: 16px;
    
  }


  table .social1 a{
	display: flexbox;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	line-height: 30px;
	border-radius: 50%;
	color: black;
	transition: all 0.5s ease;
    
}

  .col-md-3 h4{
	font-size: 20px;
	color: black;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
}
/*CSS for line table*/
  .col-md-3 h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -1px;
	background-color: #e91e63;
	height:2px;
	box-sizing: border-box;
	width: 50px;
}
 
  
  .copy-right-sec {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #8a0b9e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    
  }
  
  .copy-right-sec a {
    color: #fcd462;
    font-weight: 500;
  }
  
  a {
    text-decoration: none;
  }
  
  /* footer section end */



/*Responsiveness Tablet size*/



@media (min-width: 1024px) and (max-width: 1609px){
    
    

    #footer {
        background: #f7f7f7;
        transition: all .5s;
        margin-top: 750px;
       
        
      }
      
      table{
        overflow-x: auto;
        border-collapse: collapse;
        margin-right: 175px;
        margin-left: 175px;
        width: 60%;
        
        
    }
    
    
      td,th{
        text-align: left;
        padding: 1px;
        height: 45px;
        text-align: left;
        line-height: 2;
        
        
      }
      
      
      
      a {
        text-decoration: none;
      }

    .mandala-image {
        position: fixed;
        top: 20px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image2 {
        position: fixed;
        bottom: -130px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image3 {
        position: fixed;
        bottom: -130px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

 


    /*SECTION 1 START*/
    .section_slider1{
        min-width: 100%;
        
    }

    .backgroundHome img{
        max-width: 1609px;
        
    }

    .imageSlides{
        top: 40%;
        left: 75%;
        height: 45vh;
        width: 25vw;
    }

    .Phrase{
       margin-top: 5%;
        font-size: 2.5rem;
        margin-left: 5%;
        max-width: 50%;
    }

    .home_p1{
        max-width: 45%;
        font-size: 1.7rem;
        margin-left: 5%;
    }

    .buttonsland{
        margin-left: 5%;
        bottom: 10%;
        margin-right: 30%;
    }

    #button1{
        padding: .9rem .9rem;
        font-size: 1.1rem;
        width: 20vw;
    }

    #button12{
        padding: .9rem .9rem;
        font-size: 1.1rem;
        width: 20vw;
    }

    /*SECTION 1 END*/


   /*SECTION 2 START*/


   .section_slider2{
    max-width: 1609px;
    min-height: 55vh;
    }

    .img-team{
        width: 35%;
        height: 45vh;
        left: 15%;
    }   

    .gallery_p1{
        font-size: 1.3rem;
        word-wrap: break-word;
        margin: 42px 100px 0px 55%; /* Combined margins for easier adjustment */
        max-width: 37%;
        padding-top: 42px;
        justify-content: center;
    }

    #button2-gallery{
        width: 15vw;
        
        word-break: break-all;
    }

    #button3-gallery{
        width: 13vw;
        
    }

    .btncontain{
        display: inline-flex;
       margin-left: 46%;
        gap: 10px;
    }


    /*SECTION 2 END*/

    /*SECTION 3 START*/

    .section_slider3{
        max-width: 1609px;
        min-height: 240vh;
    }

    .grid{
        left: 15%;
        right: 60%;
    }

    .grid figure{
        left: 7%;
        max-width: 490px;
    }

    .grid figure img{
        height: 50vh;
    }

    #button3-Products{
        margin: 350px 200px 0px 10%;
        width: 20vw;
        
    }

    .section_slider3 h3{
        
        font-size: 3em;
        margin-left: 45%;
        justify-items: center;
       
      
    }

    

    /*SECTION 3 END*/

    /*SECTION 4 START*/

    .section_slider4{
        max-width: 1609px;
        margin-top: 450px;
    }

    .treatmentimg{
        width: 30%;
    }

    #button3{
        padding: 1rem 1rem;
        font-size: 1.2rem;
        width: 200px;
    }
    

    /*SECTION 4 END*/

    /*SECTION 5 START*/

    .section_slider5{
        max-width: 1609px;
    }

    .ContactTable{
        left: 0;
        margin-left: -10%;
        margin-right: 100%;
        position: relative;
        top: 110px;
       
    }

    .Table1 img{
      margin-left: 80%;
    }

    .map{
        left: 55%;
        top: 150px;
    }

 

    .map iframe{
        left:0;
        top:0;
        height:55vh;
        width:35vw;
    
    }

    /*SECTION 5 END*/

    /*SECTION 6 START*/
    
    .section_slider6{
        max-width: 1609px;
        min-height: 70vh;
    }

    .about-img{
        margin-top: 3%;
        width: 36%;
        height: 40%;
        margin-left: 3%;
        
    }

    .about-info{
        font-size: 1.2rem;
        margin-right: 10%;
        max-width: 65%;
        padding-bottom: 15px;
    }

    /*SECTION 6 END*/
    

    .home_p1{
        max-width: 50%;
    }

    .faq-container{
        max-width: 1609px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .faq-question {
        font-size: 1.3rem;
        padding: 15px;
      }
    
      .faq-answer {
        font-size: 1.2rem;
      }

      .faq-answer.open{
        max-height: 100%;
      }
    

      /*FOOTER START*/

        #footer{
            max-width: 1609px;
            margin-top: 40px;
        }

        .footer-img{
            left: 10%;
        }

        table{
            margin-left: 20%;
           padding-right: 30px;
            max-width: 100%;
        }

        td{
            
            max-width: 500px;
            font-size: 1rem;
            min-width: 300px;
        }

        .copy-right-sec{
            max-width: 1609px;
        }

        .copy-right-sec-p{
          margin-left: 15%;
          margin-right:15% ;
        }

      /*FOOTER END*/


}


@media (min-width: 690px) and (max-width: 1023px) {
    .checkbtn {
        display: block;
        margin-top: 17px;
        margin-left: 20px;
    }   

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #f888de;
        top: 160px;
        left: -100%;
        text-align: center;
        transition: all .5s;

    }
    

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 30px;
    }

    a:hover,
    a.active {
        background: none;
        color: #F53DA5;
    }

    #check:checked~ul {
        left: 0;
    }

    .checkbtn:checked~ul{
        left: -250px;
    }
    #footer {
        background: #f7f7f7;
        transition: all .5s;
        margin-top: 750px;
       
        
      }
      
      table{
        overflow-x: auto;
        border-collapse: collapse;
        margin-right: 175px;
        margin-left: 175px;
        width: 60%;
        
        
    }
    
    
      td,th{
        text-align: left;
        padding: 1px;
        height: 45px;
        text-align: left;
        line-height: 2;
        
        
      }

      
      a {
        text-decoration: none;
      }

    .mandala-image {
        position: fixed;
        top: 20px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image2 {
        position: fixed;
        bottom: -130px;
        left: -130px;
        height: 300px;
        width: 300px;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image3 {
        position: fixed;
        bottom: -130px;
        right: -130px;
        height: 300px;
        width: 300px;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }

    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes rotateClockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes rotateCounterclockwise {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(-360deg);
        }
    }
    

    .logo-image{
       height: 150px;
    }
      

    .logo-name{
        width: 32vw;
    }

    .logo-name1{
        width: 32vw;
    }

    /*SECTION 1 START*/

    .backgroundHome img{
       overflow: hidden;
    }

    .section_slider1{
        max-width: 100%;
        top: 200px;
    }    

    .home_p1{
        max-width: 45%;
        margin-left: 2%;
        font-size: 1.5rem;
    }
    .Phrase{
        margin-top: 10%;
        margin-left: 2%;
        font-size: 2rem;
    }

    .buttonsland{
        bottom: 15%;
        margin-left: 2%;
    }   
    .imageSlides{
        top: 30%;
        margin-left: 0%;
        width: 300px;
    }
    #button1{
        padding: .9rem .9rem;
        font-size: 1rem;
        width: 25vw;
    }

    #button12{
        padding: .9rem .9rem;
        font-size: 1rem;
        width: 20vw;
    }



    /*SECTION 1 END*/

    /*SECTION 2 START*/

    .section_slider2{
        min-width: 100%;
        top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
    }

    .img-team{
        top: 100px;
        left: 20%;
        height: 40vh;
        width: 60vw;
    }

    .gallery_p1{
        margin: 400px 0 0 0;
        max-width: 80%;
        font-size: 1.2rem;
        text-align: center;
        justify-content: center;
    }

    #button2-gallery{
        padding: .7rem .7rem;
        font-size: 1.1rem;
        width: 20vw;
        z-index: 1;
        word-break: break-all;
        margin-left: 0%
     
    }

    #button3-gallery{
      padding: .7rem .7rem;
        font-size: 1.1rem;
        width: 19vw;
        z-index: 1;
        margin-left: 0%;
    
    }
    .btncontain{
      display: inline-flex;
     margin-left: 10%;
      gap: 1px;
  }

    

    /*SECTION 2 END*/

    /*SECTION 3 START*/

    .section_slider3{
        max-width: 689px;
        min-height: 150vh;
        top: -50px;
        padding-bottom: 500px;
    }

    .section_slider3 h3{
        font-size: 3em;
        margin-left: 41%;
    }

    .grid{
        left: 13%;
        right: 60%;
    }

    .grid figure{
        left: 7%;
        max-width: 900px;
        max-height: 130vh;
    }

    #button3-Products{
        margin: 320px 60px 0px 33%;
        left: 0;
        width: 35vw;
        font-size: 1.3rem;
    }
    
    /*SECTION 3 END*/

    /*SECTION 4 START*/

    .section_slider4{
        max-width: 100%;
        min-height: 65vh;
    }

    .treatmentimg{
        height: 40vh;
        width: 35%;
        left: 10%;
    }

    .treatmentinfo{
        max-width: 47%;
        font-size: 1.5rem;
    }

    #button3{
        font-size: 1.3rem;
        width: 240px;
    }

    .ContactHead{
        font-size: 3rem;
    }

    /*SECTION 4 END*/

    /*SECTION 5 START*/

    .section_slider5{
        max-width: 1023px;
        min-height: 120vh;
    }

    .ContactTable{
        top: 15px;
        position: relative;
        left: 0;
        margin-right: 10%;
        justify-items: center;
        
    }

    .map{
        left: 10%;
        top: 55%;
        overflow: hidden;
        padding-bottom:56.25%;
        position:relative;
        height:0;
    }

    .map iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }

    .Table1{
        vertical-align: middle;
        font-size: 1.4rem;
        padding-bottom: 20px;   
   

    }

   


    /*SECTION 5 END*/

    /*SECTION 6 START*/

    .section_slider6{
        max-width: 1023px;
        min-height: 100vh;
    }

    .about-info{
        padding-top: 340px;
        margin-left: 17%;
        max-width: 65%;
        font-size: 1.2rem;
        text-align: center;
        padding-bottom: 15px;
    }

    .about-img{
        top:150px;
        left: 22%;
        height:  30vh;
        width: 57%;
    }

    /*SECTION 6 END*/

    .faq-container{
        max-width: 800px;
        margin-left: 15%;
        margin-right: 15%;
    }

    .faq-question {
        font-size: 1.2rem;
        padding: 15px;
      }
    
      .faq-answer {
        font-size: 1.1rem;
      }

      .faq-answer.open{
        max-height: 100%;
      }


      /*Footer Start*/

      #footer{
        max-width: 1023px;
        margin-top: 40px;
    }

    .footer-img{
        left: 50px;
    }

    table{
        margin-left: 180px;
    }

    td{
        font-size: 1rem;
        max-width: 400px;
        padding-right: 25px;
        padding-left: 5px;
    }

    .col-md-3 h4{
        font-size: 1.2rem;
    }

    .copy-right-sec{
        max-width: 1023px;
        font-size: 1rem;
    }

      /*Footer End*/
      .copy-right-sec-p{
        margin-left: 20%;
        margin-right:20% ;
      }
    

}


/*Responsiveness Phone size */
@media all and (max-width: 689px) {
    .checkbtn {
        display: block;
        margin-top: 20px;
        font-size: 2rem;
    }

    

    ul {
        position: fixed;
        width: 100%;
        height: 110vh;
        background: #f888de;
        top: 130px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }

   

    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 20px;
        
    }

    nav ul li a {
        font-size: 1rem;
    }

    a:hover,
    a.active {
        background: none;
        color: #F53DA5;
    }

    #check:checked~ul {
        left: 0;
    }

    /* MANDALA CSS */
    .mandala-image {
        position: fixed;
        top: 20px;
        left: -110px;
        height: 14rem;
        width: 14rem;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    .mandala-image1 {
        position: fixed;
        top: 20px;
        right: -110px;
        height: 14rem;
        width: 14rem;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image2 {
        position: fixed;
        bottom: -110px;
        left: -110px;
        height: 14rem;
        width: 14rem;
        animation: rotateClockwise 15s linear infinite;
    }

    .mandala-image3 {
        position: fixed;
        bottom: -110px;
        right: -110px;
        height: 14rem;
        width: 14rem;
        animation: rotateCounterclockwise 15s linear infinite;
    }

    nav{
        height: 130px;
    }

    .logo-image{
      padding-top: 0.3rem ;
        width: 19.5vw;
        height: 100px;
     }
       
 
     .logo-name{
      padding-top: 1.5rem ;
         width: 22.5vw;
         height: 71px;
     }
 
     .logo-name1{
      padding-top: 1.5rem ;
         width: 22vw;
         height: 65px;
     }

    .section_slider1{
        max-width: 100%;
        top: 200px;
        height: 90vh;

    }
    .backgroundHome img{
        overflow: hidden;
        min-height: 73vh;
    }

    .Phrase{
        margin-top: 10%;
        font-size: 1.2rem;
        max-width: 46%;
        margin-left: 0;
    }

    .imageSlides{
        top: 25%;
        left: 75%;
        height: 30vh;
        width: 40vw;
    }

    .home_p1{
        max-width: 45%;
        font-size: 1.1rem;
    }

    

    .buttonsland{
        bottom: 10%;
        margin-left: 5%;
    
        
    }

    #button1{
        padding: .7rem .7rem;
        font-size: .9rem;
        width: 32vw;
    }

    #button12{
        padding: 0.7rem .7rem;
        font-size: .9rem;
        width: 32vw;
    }


    #img_cs{
    
    max-height: 70vh;
    box-shadow: 0 2px 5px 2px #2c9caf;  }

  #img_isC{
    
    max-height: 70vh;
    box-shadow: 0 2px 5px 2px #2c9caf;  
  }

  #img_mes1{
    
    max-height: 70vh;
    box-shadow: 0 2px 5px 2px #2c9caf;  
     }

    /*SECTION 2 START*/
    .section_slider2{
        min-width: 100%;
        top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
    }

    .img-team{
        top: 150px;
        left: 20%;
        height: 30vh;
        width: 60vw;
    }

    .gallery_p1{
        margin: 400px 0px 0px 0% ; 
        max-width: 80%;
        font-size: 1.1rem;
        text-align: center;
        justify-content: center;
        
        
    }

    #button2-gallery{
        margin: 10px 0 0px 0%;
        padding: .7rem .7rem;
        font-size: .9rem;
        width: 30vw;
        /*word-break: break-all;*/
        
    }

    #button3-gallery{
      margin: 10px 0 0px 0%;
        padding: .7rem .7rem;
        font-size: .9rem;
        width: 30vw;
        
    }
    


    .btncontain {
      display: flex;
      margin-left: 3%;
      gap: 15px;
    }

  
    

    /*SECTION 2 END*/

    /*SECTION 3 START*/

    .section_slider3{
        max-width: 689px;
        min-height: 500vh;
        
    }

    .grid{
        position: relative;
        top: 125px;
        padding: 1em;
        left: 15%;
        margin: 0; /* Center the grid */
        list-style: none;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; 
        
        
    }

    .grid figure{
        margin: 10px 1%;
        height: 30vh;
        width: 100%;
        padding-top: 5rem;
        float: none;
        overflow: hidden;
        cursor: pointer;
        
    }

    .grid figure img {
       
        height: 45vh;
        width: 90vw;
    }

    .grid figure h2{
        font-size: 2rem;
    }

    .section_slider3 h3{
        left: 25%;
        font-size: 2em;
        margin-left: 0%;
        position: relative;
        top: 190px;
    }

    #button3-Products{
        margin-top: 150px;
        display: flex;
        padding: 1em 1em;
        font-size: 1rem;
        justify-content: center;
        width: 55vw;
        text-align: center;
        margin-left: 22%;
    }

     .grid figure h2{
        font-size: 1.5rem;
        margin-right: 20%;
        word-wrap: break-word;
     }   

    /*SECTION 3 END*/

    /*SECTION 4 START*/

    .section_slider4{
        max-width: 689px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 80vh;
        top: 20px;
        margin-top: 0;
    }

    .treatmentimg{
        top: 50px;
        left: 22%;
        height:  30vh;
        width: 55%;
    }

    .treatmentinfo{
        padding-top: 340px;
        margin-left: 17%;
        max-width: 65%;
        font-size: 1.1rem;
        text-align: center;
    }


    #button3{
        padding: .5rem .5rem;
        font-size: 1.1rem;
        margin-left: 25%;
        width: 50vw;
    }

    /*SECTION 4 END*/

    /*SECTION 5 START*/

    .section_slider5{
        max-width: 689px;
        min-height: 130vh;
        top: 0;
    }

    .ContactTable{
        top: 15px;
        position: relative;
        margin-right: 10%;
        left: 5%;
        margin-left: 1%;
        
        
    }

    .map{
        left: 10%;
        top: 55%;
       
        overflow: hidden;
        padding-bottom:56%;
        position:relative;
        height:0;
        
        
    }

    .map iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
        
    }

    .ContactHead{
        font-size: 2em;
        left: 40%;
    }

    .Table1{
        vertical-align: middle;
        font-size: 1.1rem;
        padding-bottom: 20px;

    }

    .Table1 img{
        left: 80%;
    }


    /*SECTION 5 END*/

    /*SECTION 6 START*/

    .about-info{
        padding-top: 340px;
        margin-left: 17%;
        max-width: 65%;
        font-size: 1rem;
        text-align: center;
    }

    .aboutHead{
      font-size: 2rem;
    }

    .about-img{
        top:150px;
        left: 22%;
        height:  30vh;
        width: 57%;
    }
    /*SECTION 6 END*/



    .faq-container{
        max-width: 489px;
        margin-left: 15%;
        margin-right: 10%;
        top: 0;
    }

    .arrow{
        margin-right: 10%;
    }

    .faq-question{
        font-size: 1rem;
        word-wrap: break-word;
        max-width: 489px;
    }

    .faq-answer{
        font-size: 1rem;
        max-width: 589px;
    }

    .faq-answer.open{
      max-height: 100%;
    }

    /*Footer Start*/

    #footer{
        max-width: 689px;
        min-height: 40vh;
        margin-top: 40px;
          
    }

    .footer-img{
        left: 10px;
        padding-top: 100px;
        width: 90px;
    }

    table{
        
        margin-left: 5%;
        margin-right: 5%;
        
        
    }   

    td{ 
        padding-right: 25px;
        padding-left: 5px;
        font-size: .7rem;
        max-width: 400px;
        
    }

    .col-md-3 h4{
        font-size: 1.1rem;
    }


    .copy-right-sec{
        max-width: 689px;
        min-height: 2rem;
        font-size: .6rem;
    }

    .copy-right-sec-p{
      margin-left: 20%;
      margin-right:20% ;
    }

    .footer-img{
        margin-top: 70px;
        left: 10%;
    }

}