

/*////////// Navbar ///////////*/
.my-nav {
  background: rgba(10, 11, 88, 0.9);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.my-nav .navbar-nav .nav-link {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  padding: 15px 15px;
  transition: color 0.3s ease;
}

.my-nav .navbar-nav .nav-link:hover,
.my-nav .navbar-nav .nav-link.active {
  color: #ffd700;
}

.dropdown-menu {
  background: #fff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item {
  font-family: 'Roboto', sans-serif;
  color: #333;
  padding: 10px 20px;
}

.dropdown-menu .dropdown-item:hover {
  background: #f5f7fa;
  color: #0a0b58;
}
/* /////Midnav Section//////// */
.midnav {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.midnav .my-logo img {
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  display: block;
}
/*//////// Banner ////////////////////////*/
.banner {
  position: relative;
  background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=2073&auto=format&fit=crop') no-repeat center/cover;
  padding: 50px 0;
  margin-bottom: 50px;
}

.banner .carousel-item img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-height: 500px;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

/*////////// About Section /////////////// */
.about {
  background: url('https://images.unsplash.com/photo-1518609878373-06d740f60b66?q=80&w=2070&auto=format&fit=crop') no-repeat center/cover;
  background-attachment: fixed;
  padding: 60px 0;
  color: #333;
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.about .container {
  position: relative;
  z-index: 2;
}

.about h3 {
  font-family: 'Satisfy', cursive;
  font-size: 2.2rem;
  color: #0a0b58;
  margin-bottom: 15px;
}

.about p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #444;
}

.guru img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.guru img:hover {
  transform: scale(1.05);
}

/*///////////////// Footer ////////////////////*/
.footer {
  background: #0a0b58;
  color: #fff;
  padding: 40px 0;
}

.footer h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.footer-contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.foot-items {
  margin: 15px;
  text-align: center;
}

.foot-items a {
  color: #fff !important;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.foot-items a:hover {
  color: #ffd700;
}

.foot-items i {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}

/*/////// Rights Section/////// */
.rights {
  background: #f5f7fa;
  padding: 20px 0;
  text-align: center;
}

.rights p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.rights a {
  color: #0a0b58;
  text-decoration: none;
}

.rights a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media(max-width:1199px){
  .my-nav .navbar-nav .nav-link {
    padding: 15px 10px !important;     
 }
}
@media (max-width: 767px) {
  .midnav .my-logo img {
      max-width: 300px;
  }

  .my-nav .navbar-nav .nav-link {
      font-size: 1rem;
      padding: 10px;
  }

  .banner .carousel-item img {
      max-height: 300px;
  }

  .about h3 {
      font-size: 1.8rem;
  }

  .about p {
      font-size: 1rem;
  }

  .footer-contents {
      flex-direction: column;
      align-items: center;
  }
}

/*----------------------------guruji-words-----------------------------------------*/
.words{
  background-image: url(../images/parallax.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px;
  border-radius: 20px;
}
.quote{
  color: #fff;  
  text-shadow: 0 2px 20px rgb(0 0 0 / 30%);
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-style: italic;
  line-height: 35px;
  letter-spacing: 1px;
}

.owl-theme .owl-dots{
  display: none;
}
#owl-1 .owl-nav .owl-prev{
   float:left;
   position: absolute;
   left:-35px;
   top:20%;
   background: #0a0b58;
   margin: 0 !important;
   height: 57px;
}
#owl-1 .owl-nav .owl-prev span{
  font-size: 68px;
  padding: 10px;
  line-height: 40px;
  color: #cd000e;
}
#owl-1 .owl-nav .owl-next{
  float:right;
  position: absolute;
  right:-35px;
  top:20%;
  background: #0a0b58;
  margin: 0 !important;
  height: 57px;
}
#owl-1 .owl-nav .owl-next span{
  font-size: 68px;
  padding: 10px;
  line-height: 40px;
  color: #cd000e;
}

/*---------------------------video------------------------*/
#video{
  object-fit: initial;
  width:100%;
  height:500px;
}
/*///////////////journey-pages-begin//////////////////////////*/
.tips{
  list-style: none;
}
.tips li{
  color:#212529;
  text-align:justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px; 
}
.tips li i{
  color:#0a0b58;
  margin-right: 10px;
}
.head{
  font-family: 'Satisfy', cursive;
  font-size: 2.2rem;
  color: #0a0b58;
  margin-bottom: 15px;
}
.para {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #444;
}
/*//////////////////////routes//////////////////////////////////*/
.price{
  list-style: none;
  padding: 0;
}
.price li{
  color:#222;
  margin: 8px 0;
}
.headng{
  color:#ff5400;
  text-align:center;
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  font-family:'Trebuchet MS',sans-serif;
  border-bottom: 1px solid #ccc;
}
.pink{
  color:#cd000e;
  margin: 5px 0;
}
.hd1{
  color:#000;
  font-weight: 700;
}
.connect{
  text-decoration: none;
  color: #0a0b58;
}

/*//////////////////////////contact-us//////////////////////////*/
#contactForm{
  background: #0a0b58;
  padding: 30px;
}
.con-line{
  font-family:'Trebuchet MS',sans-serif;
  color:#fff;
  text-align: center; 
  margin: 30px 0;
  text-transform: capitalize;
}

.con-box{
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
  padding-bottom: 15px;
  min-height:215px;
}
.ico i{
  font-size: 32px;
  color:#cd000e;
}
.con-box h3{
  font-family:'Trebuchet MS',sans-serif;
  font-size: 24px;
  color:#0a0b58;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-family:'Trebuchet MS',sans-serif;
  font-size: 16px;
  color:#6d7162;  
}
.contact-line-2{
  font-family:'Trebuchet MS',sans-serif;
  font-size: 16px;
  font-weight: 600;
  color:#fff;
  text-transform: capitalize;  
}
.my-bttn{
  background-color: #cd000e;
  color:#fff;
  padding: 10px 100px;
}
#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
} 
.form-group{
  margin-bottom: 10px;
}
/*/////////////////////////services//////////////////////////////*/

.ethicsBox{
  border-bottom: 4px solid #d0dde4;
  border-right: 4px solid #d0dde4;
  background: #fff;
  padding: 30px 40px 27px;
  margin-bottom: 30px;
  min-height:260px;
  transition: all 0.3s ease-in-out 0s;
}
.ethicsBox:hover{
  border-color: #00243e;
}
.ethicsBox .service-icon{
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #cd000e;
  text-align: center;
  float: left;
  font-family:'Trebuchet MS',sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0 20px 0 0;
  transition: all 0.3s ease-in-out 0s;
}
.ethicsBox .title{
  display: inline-block;
  font-family:'Trebuchet MS',sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a0b58;
  border-bottom: 3px solid #d9e7ed;
  padding-bottom: 6px;
  margin: 0 0 20px 0;
  transition: all 0.3s ease-in-out 0s;
}
.ethicsBox:hover .title{
  border-color: #cd000e;
}
.ethicsBox .description{
  font-family:'Trebuchet MS',sans-serif;
  font-size: 18px;
  color: #4e4e4e;
  margin: 0 0 11px 0;
}

@media only screen and (max-width: 990px){
  .ethicsBox{ margin-bottom: 30px; }
}
.desk{
  margin-top: 150px;
} 
/*///////////////review-btn/////////////////////////*/
.revbtn{
  background-color: #ff5400;
   padding: 10px 15px;
   color: #fff !important;
   font-size: 16px;
   font-weight: 500;
   line-height: 2;
   font-family: "Roboto", sans-serif;
   text-decoration: none;
   border-radius: 10px;
}

/*====== sticky icons css=======================*/

.icon-bar1 {
  position: fixed;
  top: 70%;
  z-index: 999;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bar1 a:hover {
  background-color: #000;
  background: rgb(0,0,0);
  background: linear-gradient(152deg, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%, rgba(234,108,67,1) 100%, rgba(246,211,157,1) 100%);
}

.facebook {
  background: #3B5998;
  color: white;
}
.instagram {
  background: rgb(255,255,255);
  background: linear-gradient(152deg, rgba(255,255,255,1) 0%, rgba(103,83,196,1) 0%, rgba(234,108,67,1) 61%, rgba(246,211,157,1) 100%);
  
  color: white;
}
.youtube {
  background: #FF0000;
  color: white;
}
.twitter {
  background: #dd4b39;
  color: white;
}
.google {
  background:#55ACEE ;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #06b303;
  color: white;
}

.display-2{
        font-size: 3rem;
    }
 /*/////////////////masters-of-India///////////////////////////////*/   
 .notice h3 {
  font-family: 'Satisfy', cursive;
  font-size: 2.2rem;
  color: #0a0b58;
  margin-bottom: 15px;
}

.notice p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #444;
}
.notice-box{
  border: 1px solid #ccc;
  padding: 30px;
}

.book{
  color:orange;
  font-size: 18px;
  font-weight: 800;
}
.book-img img{
   width:200px;
}
