/* navbarrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --primary-color: #ff6600;
  --secondary-color: #f5f5f5;
  --text-color: #333;
  --text-color-light: #666;
  --text-color-lighter: #999;
  --rajni-yellow: #dd5b0f;
}


.swiper {
  width: 100%; /* Ensure the swiper takes the full width */
  max-width: 1200px; /* Optional: Set a maximum width */
  margin: auto; /* Center the swiper */
}

.swiper-slide img {
  width: 100%; /* Ensure images are responsive */
  height: auto; /* Maintain aspect ratio */
}

.text-content h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .text-content h1 {
    font-size: 1.5rem; /* Adjust text size for smaller screens */
  }
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
}

.header {
    background-color: var(--rajni-yellow) !important;
    color: white;
    padding: 10px 20px;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.header .contact-info {
   
   

}
.header .contact-info span {
    /* margin: 0 70px; */
    justify-content: center;
    align-items: center;
    color: white;
    /* text-decoration: none; */
    font-size: 18px;
    /* padding-left: 124px; */
    /* font-weight: bold; */
}
.header .social-icons a {
    color: white;
    margin: 0 5px;
    text-decoration: none;
    font-size: 18px;
}
.main-content {
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
    padding: 1px;
    background-color: whitesmoke;
}
.main-content .logo {
  font-family: 'Brush Script MT', cursive;
  letter-spacing: 2px;
    font-size: 30px;
    font-weight:700;
    color: #ff6600;
}
.main-content .actions a {
    margin: 0 10px;
    text-decoration: none;
    padding: 1px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
}
.main-content .actions a.call {
    background-color: #ff6600;
}
.main-content a.call {
     font-color: #5eff00;
}

.main-content .actions a.email {
    background-color: #ff6600;
}

.main-content .actions a.book {
    background: linear-gradient(to right, #ff6600, #ff0077);
    padding: 10px 20px;

}
.main-content .actions{
  
}
.contact-info .item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
  .contact-info .item .span {
    padding-bottom: px;
}


/* navbar3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.nav-container-fluid  {
  background-color: #f9dbc6!important;
  display: flex;
  margin-bottom: 10px;

}
.navbar{
  padding: 0 !important;
}
.navbar-rajni{
  height: 60px;
  z-index: 99999999999999999999;
}
.navbar-nav{
  margin-left: 200px !important;
}
.nav-container-fluid.collapse  {
  
  align-items: center;
  display: flex;
}
.nav-item a {

  gap: 3px;
  margin-left: 20px;
  /* padding-left: 100px; */

}
@media(min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -20px !important;
  }

}
@media screen and (max-width: 767px) {
  .contact-info .item {
    display: none !important;
  }
  .navbar-nav {
    margin-left: 0px !important;
    z-index: 10;
    position: absolute;
    width: 94%;
    background-color: #dd5b0f;
    top: 100%; /* Start position */
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); /* Slight upward shift */
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

/* When the navbar is expanded */
.navbar-collapse.show .navbar-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Smooth dropdown effect */
}

}
.mobile-logo {
  height: 40px; /* Adjust as needed */
  max-width: 100px;
}


.logo-name{
  font-family: "Poetsen One", sans-serif;
  font-weight: 900;
  font-style: normal;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* aboutusjustttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttttt */

   
  .container2 {
      /* display: flex; */
      /* width: 80%; */
      border: px solid #ddd;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
      /* padding: 50px; */
      border-radius: 8px;
      /* height: 150%; */
    
  }
  .left-column {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .right-column {
      flex: 2;
      padding-left: 20px;
      padding-bottom: 50px;
      padding-top: 50px;
  }
  .right-column ,.b {
        padding-right: 50px;
  }
  /* img {
      max-width: 100px;
      height: auto;
      border-radius: 50%;
  } */
  h1 {
      font-size: 24px;
      margin: 0;
     
        /* text-align: center; */
        font-size: 74px;
        margin-bottom: 20px;
      
  }


  .right-column h3 {
    margin-top: -300px;
  }
  /* .right-column p {
    /* margin: 10px 0; */
    /* margin-left:-900px;
    font-weight: bolder; */


  a {
      text-decoration: none;
      color: blue;
  }

  /* .image-container{
    width: 100%;
    height: calc(100vw / (your image width / image height));
    height: calc(100vw / (812 / 133));
    background-image: url('https://i.postimg.cc/ht1YnwcD/example.png');
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #000;
  } */

  .image-container .chini {
    display: block;
    /* width: 100%;
    height: auto; */
    transition: transform 0.3s ease;
    margin-top: 5px;
    /* margin-left:-10px; */
}
/* .image-container:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */
/* .image-container:hover .chini {
    transform: scale(1.2);
} */

       .container2 .actions a.book{
        background: linear-gradient(to right, #ff6600, #ffd900d5);
        padding: 10px 20px;
       }

       .container2 .actions a {
        /* margin: -350px; */
        text-decoration: none;
        padding: 1px;
        border-radius: 5px;
        font-weight: bold;
        color: white;
    }


    /* imagegalleryswiperrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr */

    html,
    body {
      position: relative;
      /* height: 80%; */
    }

 
    .swiper-button-next {
      margin-left: 20px;
    }

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .mySwiper1 .swiper-slide img{
      /*height: 250px !important ;*/
    }
    

    .swiper-container {
      width: 100%;
      /* max-width: 600px; */
      margin: 0 auto;
  }
  .swiper-wrapper {
      text-align: center;
  }
  .swiper-slide img {
      width: 100%;
      height: auto;
      display: block;
  }
  .swiper-pagination {
      position: relative; /* Move pagination out of the image */
      bottom: 0; /* Default position */
      margin-top: 1px; /* Space between image and pagination */
      margin-bottom: 180px;

  }
  .container2 {
    width: 100%;
    margin: auto;
    position: relative;
    /* margin: 9px; */
    margin-top: 56px;
  }
  
  .text-content h1 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
 
  }
  
  .swiper {
    position: relative;
    width: 100%;
    margin: 8px;
  }
  
  .swiper-wrapper {
    display: flex;
    /* padding-left: 20px; */
    
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
  
  /* Navigation Arrows */
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    padding-top: 80px;
    color: #df2419;

  }
  
 
  .swiper-button-prev {
    left: -40px;
    color: #df2419;
  }
  
  .swiper-button-next {
    right: -20px;
  }
    
  

  /* <!-- Service//////////////////////////////////////////////////////////////////////////////////////////////////s --> */




.chips {
    /* max-width: 12000px; */
    margin: 0 auto;
    /* max-height: 1400px; */
    padding: 40px 20px;
    text-align: center;
    /* background-color:red; */
    padding-left: 170px;
    padding-right: 170px;
    /* background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQJw78C18k9jTOcj2SOM4yf7Kn6XR49unnvkdgAlwrNcBUHulB78q8Mah8&s'); */
    
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #000;
    width: 100%;
  

}
@media screen and (max-width:767px){
    .astro-blog-section h1{
        font-size: 1.5rem !important;
    }
  .chips {
    padding: 0;
  }
  .butter-item{
    margin-top: 15px;
  }
  .container-RAJ{
    margin: 0 auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    width: 250px !important;
    line-height: 20px !important;
    height: 50px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* margin-left: 0px !important; */
  }
}
/* .chips:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  
} */


.heading {
    margin-bottom: 0px;
}
.heading p {
  /* margin-left: -671px; */
  font-weight: bolder;
  font-size: 24px;
  color: #fff;

}

.heading h1 {
    /* font-size: 32px; */
    font-weight: 700;
    color: #fff;
   
    line-height: 1.2em;
}

.butter {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* .butter-item {
    flex: 1;
    background-color: #f9dbc6; 
    padding: 20px;
    padding-left: -20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #333;
}
.butter-item1 {
    flex: 1;
    background-color: #f9dbc6; 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #333;
}
.butter-item2 {
  flex: 1;
  background-color: #f9dbc6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #333;
}
.butter-item3 {
  flex: 1;
  background-color: #f9dbc6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #333;
}
.butter-item4 {
  flex: 1;
  background-color: #f9dbc6; 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #333;
}
.butter-item5 {
  flex: 1;
  background-color: #f9dbc6; 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  color: #333;
}

.butter-item h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.butter-item img {
    width: 40px;
    margin-bottom: 15px;
}

.butter-item p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.butter-item a {
    text-decoration: none;
    font-weight: bold;
    color: #e45d29;
}
.butter-item1 a {
  text-decoration: none;
  font-weight: bold;
  color: #e45d29;
}
.butter-item2 a {
  text-decoration: none;
  font-weight: bold;
  color: #e45d29;
}.butter-item3 a {
  text-decoration: none;
  font-weight: bold;
  color: #e45d29;
}.butter-item4 a {
  text-decoration: none;
  font-weight: bold;
  color: #e45d29;
}.butter-item5 a {
  text-decoration: none;
  font-weight: bold;
  color: #e45d29;
}

.butter-item a:hover {
    text-decoration: underline;
}  */

.chips {
  width: 100%;
  margin: auto;
  /* text-align: center; */
  height: 351%;
}
h

.heading p {
  font-size: 18px;
  color: #e71919;
  padding-right:1200px;
}

.heading h1 {
  font-size: 24px;
  margin: 10px 0 20px;
  color: #fdfbfb;
  /* padding-right:200px; */
  text-align: start;
}

.butter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.butter-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.butter-item {
  flex: 1;
  padding: 15px;
  /* margin-left: 20px; */
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #f9dbc6;

  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(240, 238, 238, 0.1);
  transition: transform 0.3s ease;
}

.butter-item img {
  width: 100%;
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.butter-item h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #4d4d4d;
}

.butter-item p {
  font-size: 14px;
  color: #0e0606;
  margin-bottom: 15px;
}

.butter-item a {
  font-size: 14px;
  color: #dd6128;
  text-decoration: none;
  font-weight: bold;
}

.butter-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.container-RAJ{
  display: flex;
  width: 30%;
  background-color: white;
  /* border: 3px solid #ddd; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 3px;
}
.container-RAJ p {
  font-weight: bolder; 
  color:#e01212;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* ratings//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////>>>>>>>> */

.custom-container {
  width: 13%;
  border: 0.5px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 5px;
  /* padding-left: 20px; */
  padding-right: 20px;
  border-radius: 8px;
  margin: 30px ; 
  margin-left: 400px;
  
}

.google-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
}

.google-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%; 
}

.google-info h2 {
  font-size: 20px;
  margin: 0;
  color: #333;
}

.rating {
  text-align: center;
  margin: 10px 0;
}

.rating span {
  font-size: 18px;
  color: rgb(221, 82, 27);
}

.ratings-info {
  text-align: center;
  font-size: 14px;
  color: #555;
}
.custo-container {
  width: 13%;
  border: 0.5px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: 900px;
  margin-right: 900px;
  margin-top: -230px;
  border-radius: 5px;
  padding: 5px;
  padding-right: 20px;

}

.shifted {
  position: relative;
  left: 490px;
}
.text-shift {
  position: relative;
  left: 890px;
  top: -39px;
}
/* swipers///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* experienceeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee...................................................e */



.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.title-section {
  text-align: center;
  margin-bottom: 30px;
}

.title-section h1 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.title-section p {
  font-size: 16px;
  color: #080000;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.feature img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.feature-content h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .feature-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
  }
}
.feature-content p {
  font-size: 14px;
  color: #0c0101;
  margin: 5px 0 0 0;
}

.orange-box {
padding: 10px;
  background-color: #ff6600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border-radius: 5px;
}

.orange-box img {
    margin-left: 15px;
    display: flex;
    justify-content: center;
  width: 40px;
  height: 40px;
}

/* //////////////////////////////////////////////////////////////////////////////>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.chat-button {
  background: linear-gradient(to right, #ff6600, #ff6600);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.chat-button:hover {
  opacity: 0.9;
}



.faq-appointment-container {
  margin: 0 auto;
  max-height: 1400px;
  padding: 40px 20px;
  background-color:rgb(224, 182, 153) ;
  padding-left: 200px;
  padding-right: 200px;  
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  display: flex;

  gap: 5px;


}
@media screen and (max-width: 768px) {
  .faq-appointment-container {
    margin: 0 auto;
    max-height: 1400px;
    padding: 40px 20px;
    background-color:rgb(224, 182, 153) ;
    padding-left: 0px;
    padding-right: 0px;  
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    display: flex;
  
    gap: 5px;
  
  
  }
}
.faq-section {
  /* flex: 4; */

  background-color: #e0b699;
  padding: 20px;
  border-radius: 8px;

    padding: 20px;
  border: 1px solid rgb(224, 182, 153);
  border-radius: 5px;
  background: rgb(224, 182, 153);
 
} 

.faq-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #ff6600;
  color: rgb(22, 11, 11);
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
    display: flex;
  align-items: start;
} 




.faq-item:last-child {
  border-bottom: none;
}

/* .faq-item:hover {
  background: #f1f1f1;
} */

.faq-arrow {
  margin-right: 10px;
  color: black;
  transition: transform 0.3s ease;
}

.faq-arrow.open {
  transform: rotate(90deg);
}

.faq-description {
  display: none;
  padding: 10px 15px;
  background: rgb(224, 182, 153);
  border: 1px solid #ddd;
  /* border-top: none; */
  /* border-radius: 0 0 5px 5px; */
}

.faq-description.open {
  display: block;
}
.faq-description a {
  color: black;
}
/* ..................................................................................................................................... */
.appointment-section {
  /* flex: 1; */
  width: 100%;
  background-color: #ff6600;
  padding: 20px;
  border-radius: 8px;
  color: white;
}

.appointment-section h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.appointment-form input, .appointment-form select, .appointment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
}

.appointment-form button {
  background: linear-gradient(to right, #ff7e00, #ff3300);
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.appointment-form button:hover {
  opacity: 0.9;
}
.mf-input-help {
  color: #4d4d4d;
  padding-top: 3px;
}



h1 {
  font-size: 24px;
  margin-top: 20px;
}
h1 span {
  color: orange;
  font-style: italic;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
.card {
  width: 300px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.card-content {
  padding: 15px;
}
.card h2 {
  font-size: 18px;
  margin: 0 0 10px;
}
.card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.button {
  display: inline-block;
  background: linear-gradient(to right, #ff7e00, #ff3300);
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.all-blogs {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #ff7e00, #ff3300);
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin: 20px auto;
  width: fit-content;
}

.adnm h1{
  margin-top: 78px;
}

.miko {
  background-color: #fbdac2;
  text-align: center;
}
.miko h3{
       margin-top: 56px;
       font-weight: bold;
}



.gradient-btn {
  background: linear-gradient( to right, #ff7e00, #ff3300);
  border: none;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.gradient-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  /* background: rgba(255, 255, 255, 0.2); */
  transition: width 0.4s ease, height 0.4s ease, top 0.4s ease, left 0.4s ease;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.gradient-btn:hover::before {
  width: 0;
  height: 0;
}

.gradient-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}



.contact-section {
  background: #ff6600;
  color: white;
  padding: 30px;
  text-align:start;
  margin-top: 100px;
}
.contact-section button {
  background: white;
  color: #be150f;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}
@media screen and (max-width: 768px) {

  .contact-section button{
    float: none;
  }
}
.footer {
  background: #ce3d04;
  padding: 20px 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-top: 70px;
}
.footer a {
  text-decoration: none;
  color: rgb(243, 238, 238);
}
.footer .col-md-4 img {
  width: 100px;
}
.rajnikanti{
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
  /* About>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>About>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

  .container-fluid.about {
    width: 100%;
    
  }
  
  .about-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    font-size: 36px; 
    font-weight: bold;
    text-align: center;
  }
.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /* width: 200px;               */
  background-color: #b13030;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  display: block;
  /* padding: 10px 15px; */
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #e42929; 
  color: #000;               
}
/* 
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f0f0f0;
} */
/* .container {
  display: flex;
  gap: 20px;
} */
.box {
  width: 300px;
  height: 200px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-container {
  position: relative;
  width: 250px; /* Adjust size as needed */
}
/* video {
  width: 100%;
  display: block;
  border-radius: 10px;
} */
.youtube-logo {
  position: center;
  /* top: 50%;
  left: 50%; */
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: red;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 50%;
  transition: opacity 0.3s;
}
/* .video-container:hover {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.video-container:hover .youtube-logo { */
  /* opacity: 0;
} */
 

.image-container .Vastu {
display: flex;
  margin-top: 5px;
  /* margin-left:-10px; */
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 50px;
 

}
.image {
  margin: 0 auto !important;
}

.rajni-ol li{
  margin-top: 10px;
}


.swiper-button-next:after, .swiper-button-prev:after{
  /* background-color: #000; */
  /* height: 50px !important;
  width: 50px !important; */
  border-radius: 50%;
  /* font-size: 25px !important; */
}

.asma H1{
  text-align: start;
  color:orangered;
  font-weight: bolder;
}
.ti-verified-tooltip .img {
  width: 20%;
  height: 20%;
}


.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  
  position: relative;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  /* display: flex; */
  justify-content: center;
}

.carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.card {
  position: relative;
  width: 300px;
  flex-shrink: 0;
  background: white;
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-info {
  position: absolute;
  top: 10px;
  left: 10px;
  /* background: rgba(0, 0, 0, 0.7); */
  color: white;
  padding: 5px;
  border-radius: 5px;
  /* display: flex; */
  align-items: center;
  gap: 5px;
}

.card-info h3 {
  font-size: 14px;
  margin: 0;
}

.card-info p {
  font-size: 12px;
  margin: 0;
}

.verified {
  width: 16px;
  height: 16px;
}

/* Navigation Buttons */
.prev-btn, .next-btn {
  background: #333;
  color: white;
  border: none;
  /* padding: 15px; */
  cursor: pointer;
  border-radius: 50%;
  height: 50px !important;
  width: 50px !important;
  /* position: absolute; */

  font-size: 20px;
  z-index: 10;
}

.prev-btn:hover {
  box-shadow: 3px 3px 6px gray ;
}

.next-btn {
  right: -60px;
}

.prev-btn:hover, .next-btn:hover {
  background: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .carousel-container {
      width: 90%;
  }

  .prev-btn {
      left: -40px;
  }

  .next-btn {
      right: -40px;
  }
}
.nam{
  width: 0;
  height:auto
}
