@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap');
* {
  padding: 0;
  margin: 0;
}

 .carousel-item {
      /*height: 80vh;*/
      height: auto;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .carousel-caption {
  
      z-index: 10;
    }

    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .carousel-caption p {
      font-size: 1.2rem;
    }

    .btn-custom {
      background-color: #3b96b3;
      color: white;
      font-weight: bold;
      border-radius: 30px;
      padding: 10px 25px;
      border: none;
    }

    .btn-custom:hover {
      background-color: #3b96b3;
     cursor: pointer;
   
    }

    /* Responsive heading */
    @media (max-width: 768px) {
      .carousel-caption h1 {
        font-size: 2rem;
      }
      
    }

    /* Optional: style indicators */
    .carousel-indicators [data-bs-target] {
      background-color: #3b96b3;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }



 .navbar-custom {
      background-color: white;
      padding: 10px 20px;
    }

    .navbar-brand img {
      height: 60px;
    }

    .nav-link {
      color: purple;
      font-weight: 500;
      position: relative;
      margin: 0 10px;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 2px;
      background-color: #59A2C3;
      transform: scaleX(0);
      transition: transform 0.3s ease;
      transform-origin: left;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
      transform: scaleX(1);
    }

    .book-now-btn {
      background-color: #3F8EA8;
      color: white;
      border: none;
      padding: 8px 20px;
      border-radius: 2px;
      font-weight: 500;
    }
     .book-now-btn:hover {
      background-color: #3F8EA8 !important;
         color: white !important;
     
    }

    .phone-link {
      display: flex;
      align-items: center;
      gap: 5px;
      color: purple;
      font-weight: 500;
    }

    @media (max-width: 992px) {
      .book-now-btn {
        margin-top: 10px;
      }
    }




    /* Slide-in menu styles */
.mobile-slide-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 12px rgba(0,0,0,0.1);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  overflow-y: auto;
}

.mobile-slide-menu.show {
  right: 0;
}

.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 1040;
  display: none;
}

.mobile-backdrop.active {
  display: block;
}

/* Hide Bootstrap collapse on mobile */
@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none !important;
  }
}




  .bg-video {
  background-image: url('../images/img/Section.svg'); /* Update path as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}

@media (max-width: 768px) {
  .bg-video {
    height: 50vh;
    background-position: top;
  }
}




.subscribe-wrapper {
    max-width: 480px;
    margin: 0 auto;
}


.subscribe-label {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


.custom-subscribe {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.input-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}


.btn-subscribe {
    background-color: #000;
    color: #fff;
    padding: 0 25px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    border-left: 1px solid #ddd;
    transition: background 0.3s ease;
    font-family: 'Segoe UI', sans-serif;
}




.bg-img2{
    background-image: url('../images/img/rital-img2.svg'); /* Update path as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}




  .testimonial-container {
      text-align: center;
      padding: 50px 5px;
      background: #fff;
    }
    .testimonial-quote {
      font-size: 40px;
      color: #00d2ff;
    }
    .testimonial-text {
      font-style: italic;
      font-size: 18px;
      color: #333;
      max-width: 800px;
      margin: 0 auto;
    }
    .testimonial-client {
      margin-top: 10px;
    }
    .testimonial-client img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 50%;
    }
    .testimonial-client h5 {
      margin-top: 15px;
      font-size: 16px;
      font-weight: 600;
    }
    .testimonial-client p {
      margin: 0;
      font-size: 14px;
      color: #666;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: #eee;
      border-radius: 50%;
      padding: 20px;
      background-size: 70% 70%;
    }

     .slider-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
      background-image: url("../images/img/c.svg");
         width: 100%;
      background-size: cover;
      background-position: center;
    }

 .bg-slide {
      position: absolute;
      top: 0; left: 100%;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: left 0.6s ease-in-out;
      z-index: 1;
    }

    .bg-slide.active {
      left: 0;
    }

    .slider-content {
      position: relative;
      z-index: 2;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      padding: 20px;
    }

    .slider-content h1 {
      font-size: 60px;
      font-weight: bold;
    }

    .slider-content h3 {
      font-size: 28px;
      color: #00e0ff;
    }

    .slider-content p {
      font-size: 16px;
      margin-top: 10px;
    }

    .slider-content .btn {
      margin-top: 20px;
      border: 1px solid white;
      padding: 10px 30px;
      color: white;
      background: transparent;
      transition: 0.3s;
    }

    .slider-content .btn:hover {
      background-color: white;
      color: black;
    }

    .dot-nav {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 3;
    }

    .dot {
      width: 10px;
      height: 10px;
      border: 2px solid #00d2ff;
      border-radius: 50%;
      background-color: transparent;
      cursor: pointer;
    }

    .dot.active {
      background-color: #00d2ff;
    }

    @media(max-width: 768px) {
      .slider-content h1 { font-size: 36px; }
      .slider-content h3 { font-size: 22px; }
      .dot-nav { display: none; }
        .slider-section {height: 50vh;}
    }

.Cormorant-Infant{
    font-family: "Cormorant Infant " !important;
}


.card-center {
  max-width: 600px;
margin-top: 4rem;
  /* border-radius: 20px; */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  /* background: #ffffff; */
}

@media (max-width: 768px) {

  .card-center {
    padding: 20px;
    margin-top: 5rem;
  }

.phone-size-1{
  font-size: 26px !important;
}
.phone-size-2{
  font-size: 40px !important;
}

.phone-line-hight{
  line-height: normal !important;
}
}



.zoom-hover {
  transition: transform 0.5s ease;
}

.zoom-hover:hover {
  transform: scale(1.1);
}





.custom-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  z-index: 1100;
}

.toggler-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.4s ease;
  transform-origin: center;
}

/* Toggle class when menu is open */
.custom-toggler.open .bar1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.open .bar2 {
  opacity: 0;
}

.custom-toggler.open .bar3 {
  transform: rotate(-45deg) translate(6px, -6px);
}






.contact-glass {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(7px);
  box-shadow: 0 8px 32px 0 rgba(102,26,139,0.15);
  /* border-radius: 30px; */
  transition: box-shadow 0.3s;
}
.contact-glass:hover {
  box-shadow: 0 12px 40px 0 rgba(65,143,172,0.25);
}

/* Cool input effect */
.cool-input {
  /* border: 2px solid #418FAC; */
  border-radius: 10px;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 1px 6px rgba(65,143,172,0.07);
  background: #f9f9ff;
}
.cool-input:focus {
  border-color: #661A8B;
  box-shadow: 0 0 0 0.2rem rgba(102,26,139,0.25);
}


.input-form {
    border: none;
    border-bottom: 1px solid #909090;
    outline: none;
    width: 100%;
    margin-top: 14px;
}



/* css for 3 card layout */
    .section-title {
      color: #19F2F8;
font-family: "Cormorant Infant";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 32px */
letter-spacing: -0.839px;
text-transform: uppercase;
    }

    .card-custom {
      border: none;
      border-radius: 8px;
      overflow: hidden;
      transition: all 0.3s ease-in-out;
      background: #fff;
    }

    .card-custom:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
    }

    .card-img-top {
      height: 250px;
      object-fit: cover;
    }

    .badge-new {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #4caed2;
      color: white;
      font-size: 0.8rem;
      padding: 6px 10px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .card-footer {

      background: #661A8B;
      color: white;
      padding: 1rem;
      border-top: none;
    }

    .price-btn {
      background-color: transparent;
      border: 2px solid white;
      color: white;
      border-radius: 10px;
      padding: 6px 16px;

      transition: all 0.3s ease;
      cursor: pointer;
font-size: 14px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
font-feature-settings: 'liga' off, 'clig' off;

    }
    
    .price-btn2{
         padding:none !important;
         background-color: transparent;
      border: 2px solid white;
      color: white;
      border-radius: 10px;

      transition: all 0.3s ease;
      cursor: pointer;
font-size: 14px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
font-feature-settings: 'liga' off, 'clig' off;
    }

    .price-btn:hover {
      background-color: white;
      color: #690d8d;
    }

    .view-all {
      color: #ffffff;
      font-weight: 500;
      text-decoration: underline;
    }

    @media (max-width: 767.98px) {
      .card-img-top {
        height: 200px;
      }

      .section-title {
        font-size: 1.4rem;
      }

      .price-btn {
        /*padding: 5px 12px;*/
        font-size: 0.8rem;
      }
          .section-title {
font-size: 18px !important;

    }
    }




    /* css for new section */


    .section-title2 {
      color: #004660;
font-family: "Cormorant Infant";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 32px */
letter-spacing: -0.839px;
text-transform: uppercase;
    }

    .section-title2 span {
      color: #9b2c9b;
    }

    .trending-card2 {
      /* background: #fff; */
      /* border: 1px solid #eee; */
      /* border-radius: 10px; */
      overflow: hidden;
      transition: all 0.3s ease;
      text-align: center;
    }

    .trending-card2:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transform: translateY(-5px);
    }

    .trending-card2 img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .style-name2 {
      font-weight: 600;
      color: #003c52;
      margin-top: 10px;
      font-size: 1.1rem;
    }

    .book-now2 {
      text-decoration: underline;
      font-weight: 500;
      color: #005378;
      /*margin-right: 10px;*/
    }

    .price2 {
      font-weight: bold;
      color: #003c52;
    }

    .wishlist-icon2 {
      color: #cc2d94;
      font-size: 1.2rem;
      float: right;
    }

    @media (max-width: 768px) {
      .trending-card2 img {
        height: 240px;
      }

    .section-title2 {
  
font-size: 22px !important;

    }

      .style-name2 {
     
      font-size: 0.9rem;
    }
     .wishlist-icon2 {

      font-size: 0.9rem;

    }
    .book-now2 {
      font-size: 0.8rem;
    }

      .price2 {
        font-size: 0.8rem;
      }
    }



    /* css for new section */


      .section-bg3 {
      background-color: #730f93;
      padding: 60px 0;
      height: 60vh;
    }

    .section-bg33 {
      background-color: #ffffff;
      height: 90vh !important;
    }


    .section-title3 {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 600;
      color: white;
      margin-bottom: 40px;
      font-family: "Cormorant Infant";
    }

    .section-title3 span {
      color: #00e0e0;
    }

    .video-box3 {
      position: relative;
      overflow: hidden;
      /* border-radius: 10px; */
      max-width: 100%;
      height: auto;
      cursor: pointer;
      transition: transform 0.3s ease;
      border: 3px solid #ffffff;
    }

    .video-box3:hover {
      transform: scale(1.01);
    }

    .video-thumbnail3 {
      width: 100%;
      height: 70vh;
      display: block;
      object-fit: cover;
      filter: brightness(0.7);
    }

    .play-button3 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(255, 255, 255, 0.1);
      border: 2px solid white;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 2rem;
      transition: 0.3s;
    }

    .play-button3:hover {
      background: rgba(255, 255, 255, 0.25);
      color: #00e0e0;
    }

    .watch-text3 {
      position: absolute;
      bottom: 30%;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      font-style: italic;
      font-size: 1.2rem;
    }

    @media (max-width: 768px) {
      .section-title3 {
        font-size: 1.8rem;
      }

      .play-button3 {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
      }

      .watch-text3 {
        font-size: 1rem;
      }
        

    }



    /* css for new section */
 .promo-box {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
      border-radius: 10px;
      overflow: hidden;
      height: 100%;
    }

    .promo-content {
      flex: 1;
      padding: 40px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .promo-content h4 {
      font-size: 1rem;
      font-weight: 300;
    }

    .promo-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .duration-box {
      background: #fff;
      color: #1d1d1d;
      font-weight: 700;
      padding: 12px 20px;
      border-radius: 10px;
      display: inline-block;
      margin-bottom: 20px;
    }

    .promo-content a {
      color: white;
      text-decoration: underline;
      font-weight: 500;
    }

    .promo-content a:hover {
      color: #f0f0f0;
    }

    .promo-image {
      flex: 1;
      background-size: cover;
      background-position: center;
      min-height: 300px;
    }

    .blue-bg { background-color: #3b96b3; }
    .purple-bg { background-color: #730f93; }

    @media (max-width: 768px) {
      .promo-box {
        flex-direction: row; /* No stacking */
      }

      .promo-content h2 {
        font-size: 1.7rem;
      }
        .duration-box {
 
      font-weight: 400 !important;
      padding: 5px 10px !important;
 
      margin-bottom: 15px !important;
    }

    .promo-content {
    padding: 20px !important;
    }
    }





    
.line {
    width: 28px;
    height: 3px;
    background-color: #00d2ff;
    border-radius: 2px;
    margin: 4px 0;
    animation: shrinkExpand 2s infinite ease-in-out;
}
.line {
    height: 3px;
    background-color: #00d2ff;
    border-radius: 2px;
    animation: shrinkExpand 3s infinite ease-in-out;
    outline: none !important;
}

.navbar-toggler{
  border: none !important;
}


span.navbar-toggler-icon::after {
color: white;
font: normal normal normal 14px/1 FontAwesome;
background-image: url("../images/img/c.svg") !important;
}


.navbar-toggler i {
  color: #00d2ff;
  font-size: 24px;
  transition: color 0.3s ease;
}


.navbar {
    padding: 0.7rem 0 !important;
}



 .rita-slider-img {
      width: 100%;
      height: auto;
      object-fit: cover;
      /* border-radius: 12px; */
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }

    .rita-slider-img:hover {
      transform: scale(1.02);
    }

  

    @media (max-width: 768px) {
      /* .rita-slider-img {
        height: auto;
      } */
      .carousel-item2{
      height: auto !important;
    }
     /* .carousel-inner{
      height: 25vh !important;
    } */
    }

     @media (max-width: 476px) {

       .carousel-item2{
      height: auto !important;
    }

  .carousel-inner{
      height: auto !important;
    }
   
    }


     @media (max-width: 576px) {

       .carousel-item2{
      height: auto !important;
    }

    .carousel-inner{
      height: auto !important;
    }

      .carousel-control-prev,
    .carousel-control-next {
      display: none !important;
    }
    }
   

  



/* Gallery Card Styles */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(173,38,39,0.08);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), box-shadow 0.3s;
  cursor: pointer;
}

.gallery-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 8px 32px rgba(173,38,39,0.18);
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  transition: filter 0.4s;
}

.gallery-card:hover .gallery-img {
  filter: brightness(0.7) blur(1px);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(173,38,39,0.7) 0%, rgba(249,162,38,0.7) 100%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: opacity 0.4s;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-caption {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  animation: fadeInUp 0.5s;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px);}
  to { opacity: 1; transform: translateY(0);}
}




/* Gallery Card Styles */
.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(173,38,39,0.08);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), box-shadow 0.3s;
  cursor: pointer;
}

.gallery-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 8px 32px rgba(173,38,39,0.18);
}

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  transition: filter 0.4s;
}

.gallery-card:hover .gallery-img {
  filter: brightness(0.7) blur(1px);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #003c52 0%, #00d2ff 100%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: opacity 0.4s;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-caption {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.2);
  animation: fadeInUp 0.5s;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px);}
  to { opacity: 1; transform: translateY(0);}
}

/* Lightbox Styles */
.gallery-lightbox {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s;
}
.gallery-lightbox.active { display: flex; }

.lightbox-img {
  max-width: 90vw;
  max-height: 70vh;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  margin-bottom: 16px;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.lightbox-caption {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
  z-index: 2;
}
.lightbox-close { top: 24px; right: 36px; }
.lightbox-prev { top: 50%; left: 36px; transform: translateY(-50%); }
.lightbox-next { top: 50%; right: 36px; transform: translateY(-50%); }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { color: #F9A226; }






.carousel-indicators {
    bottom: -40px !important; 
    
}


.custom-view-btn:hover {
    background-color: #004B65 !important;
    color: white !important;
}
