/* 
footer {
  font-size: 14px;
} */


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
      font-family: 'Poppins', sans-serif;
      color: #2d2d2d;
      /* background-color: #fffaf7; */
      line-height: 1.7;
    }

    h1, h2, h3, h4, h5 {
       font-family: "Poppins", sans-serif;
      /*color: #6e2a85;*/
      font-weight: 700 !important;
     /*color: linear-gradient(to right, #6e2a85, #f78c1f);*/
      background: linear-gradient(to right, #6e2a85, #f78c1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      text-transform: capitalize !important;
    }
    
    p{
         font-family: "Raleway", sans-serif !important;
           font-weight: 600 !important;
           font-size:18px;
               text-align: justify;
         
    }

    .navbar, .footer {
      /* background-color: #fdf9f5; */
    }

    .navbar-brand h2 {
      background: linear-gradient(to right, #f78c1f, #9b1d56, #1e3a8a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .nav-link {
      font-weight: 600;
      color: #333 !important;
      margin: 0 10px;
    }

    .nav-link:hover {
      color: #0d6efd !important;
    }

    .btn-book {
      background: linear-gradient(to right, #f78c1f, #6e2a85);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 10px 20px;
      transition: 0.3s ease;
    }

    .btn-book:hover {
      background: linear-gradient(to right, #6e2a85, #f78c1f);
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      color:#fff;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 30px;
    }

    .about-heading {
      font-size: 1rem;
      max-width: 900px;
      margin: auto;
      text-align: justify;
    }

    .img-fluid {
      max-height: 320px;
      border-radius: 8px;
    }

    .footer {
      background-color: #222;
      color: #eee;
    }

    .footer a {
      color: #fff;
      transition: color 0.3s;
    }

    .footer a:hover {
      color: #f78c1f;
    }

    @media (max-width: 768px) {
      .text-end {
        text-align: center !important;
      }
      .navbar-nav {
        text-align: center;
      }
      .btn-book {
        margin-top: 10px;
      }
    }


    .top-logo {
    padding: 15px 0;
    background-color: #ffffff;
  }

  .nav-links a {
    color: #333;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
  }

  .nav-links a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #0d6efd;
    transition: width 0.3s;
  }

  .nav-links a:hover {
    color: #0d6efd;
  }

  .nav-links a:hover::after {
    width: 100%;
  }
.manthan-heading {
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #f8f9fa;
  }

  .rainbow-text {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px #ccc;
  }

  .rainbow-text span:nth-child(1) { color: #9b1d56; }
  .rainbow-text span:nth-child(2) { color: #0b3f8d; }
  .rainbow-text span:nth-child(3) { color: #3e7c0e; }
  .rainbow-text span:nth-child(4) { color: #f1b600; }
  .rainbow-text span:nth-child(5) { color: #d51200; }

  .ideology-box {
    padding: 20px;
    /*background-color: #f8f9fa;*/
    border-radius: 8px;
  }

  .ideology-section {
    background: #fff;
    padding: 40px 0;
  }

  .btn-book {
  background-image: linear-gradient(to right, #f78c1f, #6e2a85);
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-book:hover {
  background-image: linear-gradient(to right, #6e2a85, #f78c1f);
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


  
.navbar, .footer, .top-logo {
  /* background-color: #fdf9f5; */
   /* Light warm background */
}


.rainbow-text span {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f78c1f;
}

.ideology-section {
  /*border-left: 6px solid #6e2a85;*/
  /*background-color: #fef7f1;*/
  /*padding: 25px;*/
  /*border-radius: 8px;*/
}



    .section-title {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 30px;
    }

    .about-heading {
      font-size: 1rem;
      max-width: 900px;
      margin: auto;
      text-align: justify;
    }

    .img-fluid {
      max-height: 320px;
      border-radius: 8px;
    }

  

    @media (max-width: 768px) {
      .text-end {
        text-align: center !important;
      }
      .navbar-nav {
        text-align: center;
      }
      .btn-book {
        margin-top: 10px;
      }
    }
.custom-border {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
}

/* Default corner borders */
.custom-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 50px;
  background:
    linear-gradient(#6e2a85, #f78c1f) top left,
    linear-gradient(#f78c1f, #6e2a85) top right,
    linear-gradient(#6e2a85, #f78c1f) bottom left,
    linear-gradient(#f78c1f, #6e2a85) bottom right;
  background-repeat: no-repeat;
      background-size: 10px 100%;
}

/* Hover full border */
.custom-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  border: 2px solid #6e2a85;
  border-radius: 50px;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.custom-border:hover::after {
  width: 100%;
  height: 100%;
}


  .social-icon {
    /* color: white; */
    font-size: 1.25rem;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: inline-block;
    background: #fff;
    width: 40px;
    height: 40px;
}

 .social-icon i{
color:#6e2a85;
display: flex;
justify-content: center;
align-items: center;

 }

  .social-icon:hover i{
  color: #fff; /* Purple */
  }
  .social-icon:hover {
    background-color: #6e2a85;
  
  }

/* 
  .social-icon {
    background-color: transparent;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
    border: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }

  .social-icon:hover {
    background-color: white;
    color: #6e2a85;
    border-color: white;
    text-decoration: none;
  } */

  .footer-link {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 6px;
    transition: 0.3s;
  }

  .footer-link:hover {
    color: #ffffff;
    padding-left: 4px;
  }

  @media (max-width: 576px) {
    .social-icon {
      margin-bottom: 10px;
    }
  }
  
  
  /*.img-look{*/
  /*    border: 3px solid #6e2a85; border-radius: 40px; padding: 10px; box-shadow: 0 8px 20px rgba(110, 42, 133, 0.2); transition: transform 0.3s ease;*/
  /*}*/
  /*.img-look img{*/
  /*    border-radius: 35px; display: block;*/
  /*}*/
  
  
    .img-look{
      border:none !important;
      border-radius: 40px; padding: 10px; box-shadow: 0 8px 20px rgba(110, 42, 133, 0.2); transition: transform 0.3s ease;
  }
  .img-look img{
      border-radius: 35px; display: block;
          width: 100%;
    height: 400px;
    object-fit: cover;
  }