
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  /* font-family: "Poppins", sans-serif; */
  color: #1d1d1d;
  overflow-x: hidden;
  background: #fff;
}
.top-header {
    background: linear-gradient(92deg, #a52b2b, #e71a25);
    color: #fff;
    font-size: 13px;
    height: 30px;
    display: flex;
    align-items: center;
}

.social-area {
  display: flex;

  align-items: center;
  justify-content: flex-end;

  gap: 12px;

  font-size: 13px;
}

.social-area span {
  font-weight: 500;

  margin-right: 10px;
}

.social-area a {

  border-radius: 50%;

  /* background: rgba(255, 255, 255, 0.12); */

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;
}

.social-area a:hover {
  /* background: var(--secondary); */

  transform: translateY(-3px);
}

.admission-text {
  color: #fff;

  font-weight: 500;

  font-size: 13px;
}

.admission-text i {
  color: #ffd54f;

  margin-right: 6px;
}

.top-contact {
  display: flex;

  /* justify-content: flex-end; */

  gap: 19px;

  color: #fff;

  font-size: 13px;
}

.top-contact div {
  display: flex;

  align-items: center;

  gap: 8px;
}

.top-contact i {
  color: #fff;
}

/*==========================================
 HEADER
==========================================*/

.main-header {
  position: absolute;

  width: 100%;

  top: 32px;

  left: 0;

  z-index: 999;

  transition: 0.4s;
}

.navbar {
  background:#fbf2f2;
  /* background: rgba(255, 255, 255, 0.92); */

  backdrop-filter: blur(18px);
  border-radius: 16px;

  margin-top: 0px;

  padding: 0px 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 200px;
}

/* .logo {
  width: 65px;
} */

.navbar-brand h4 {
  font-family: "Outfit", sans-serif;

  color: var(--primary);

  margin: 0;

  font-size: 26px;

  font-weight: 600;
}

.navbar-brand span {
  color: #7b7b7b;

  font-size: 13px;
}

/*==========================================
 NAVIGATION
==========================================*/

.navbar-nav {
  gap: 10px;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--dark);
  font-weight: 500;
  padding: 6px 8px !important;
  position: relative;
  transition: 0.35s;
  font-size: 14px;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-link.active {
  color: var(--primary);
}



.search-btn:hover {
  background: var(--primary);

  color: #fff;
}
/*==========================================
 APPLY BUTTON
==========================================*/

.apply-btn {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 9px 16px;

  margin-left: 18px;

  border-radius: 60px;

  background: linear-gradient(135deg, #e12222, #c11414);

  color: #fff;

  font-weight: 600;

  overflow: hidden;

  position: relative;

  transition: 0.4s;

  box-shadow: 0 15px 35px rgba(13, 43, 115, 0.25);

  font-size: 14px;
  white-space: nowrap;
}

.apply-btn::before {
  content: "";

  position: absolute;

  width: 0;

  height: 100%;

  left: 0;

  top: 0;

  background: linear-gradient(90deg, #f4b400, #ffd54f);

  transition: 0.45s;

  z-index: -1;
  color: #000 !Important;
  border: none;
}

.apply-btn span,
.apply-btn i {
  position: relative;

  z-index: 2;
}

.apply-btn:hover::before {
  width: 100%;
  color: #000 !Important;
}

.apply-btn:hover {
  color: #111;

  transform: translateY(-4px);
}

.apply-btn i {
  transition: 0.4s;
}

.apply-btn:hover i {
  transform: translateX(6px);
}

/*==========================================
 DROPDOWN MENU
==========================================*/
.dropdown-menu {
    border: none;
    border-radius: 18px;
    padding: 9px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px);
    display: block;
    transition: 0.35s;
    background: #fcd6c9;
}

.nav-item:hover > .dropdown-menu {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}
.dropdown-item {
    border-radius: 10px;
    padding: 4px 3px;
    padding: 5px 3px;
    transition: 0.35s;
    font-size: 13px;
}
.dropdown-menu li{
  border-bottom: 1px solid #dfdee5db;
}
.dropdown-item:hover {
    background: #fffaf9;
    color: #73320d;
    padding-left: 28px;
}

/*==========================================
 MEGA MENU
==========================================*/

.mega-menu {
  width: 900px;

  left: 50%;

  transform: translateX(-50%) translateY(30px);

  padding: 30px;

  border-radius: 22px;

  background: #fff;

  border-top: 5px solid #f4b400;
}
.mega-menu {
    max-height: 50vh;
    overflow-y: auto;
    overscroll-behavior: contain; /* scroll page tak bubble na ho */
}

/* scrollbar thoda clean dikhe */
.mega-menu::-webkit-scrollbar {
    width: 6px;
}
.mega-menu::-webkit-scrollbar-thumb {
    background: #d9a127;
    border-radius: 10px;
}
.nav-item:hover .mega-menu {
  transform: translateX(-50%) translateY(0);
}

.mega-menu h5 {
  color: #0d2b73;

  font-family: "Outfit", sans-serif;

  font-size: 22px;

  margin-bottom: 20px;

  font-weight: 700;
}

.mega-menu a {
  display: block;

  padding: 10px 0;

  color: #555;

  font-weight: 500;

  transition: 0.35s;
}

.mega-menu a:hover {
  color: #0d2b73;

  padding-left: 15px;
}

.mega-menu a::before {
  content: "";

  width: 0;

  height: 2px;

  background: #f4b400;

  display: inline-block;

  margin-right: 0;

  transition: 0.35s;

  vertical-align: middle;
}

.mega-menu a:hover::before {
  width: 16px;

  margin-right: 10px;
}

.mega-menu img {
  width: 100%;

  border-radius: 18px;

  transition: 0.5s;

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.mega-menu img:hover {
  transform: scale(1.05);
}

/*==========================================
 MENU COLUMN
==========================================*/

.mega-menu .row > div {
  padding: 10px 20px;
}

.mega-menu .row > div:not(:last-child) {
  border-right: 1px solid #edf1f7;
}

/*==========================================
 NAV HOVER
==========================================*/

.nav-item {
  position: relative;
}

.nav-item::before {
  content: "";

  position: absolute;

  left: 50%;

  bottom: 5px;

  transform: translateX(-50%);

  width: 0;

  height: 3px;

  background: #f4b400;

  border-radius: 30px;

  transition: 0.35s;
}

.nav-item:hover::before {
  width: 60%;
}

/*==========================================
 ICON ROTATE
==========================================*/

.dropdown-toggle::after {
  transition: 0.35s;
}

.nav-item:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/*==========================================
 IMAGE OVERLAY
==========================================*/

.menu-image {
  position: relative;

  overflow: hidden;

  border-radius: 20px;
}

.menu-image::before {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(to top, rgba(13, 43, 115, 0.75), transparent);
}

.menu-image h4 {
  position: absolute;

  bottom: 25px;

  left: 25px;

  color: #fff;

  font-size: 24px;

  font-family: "Outfit", sans-serif;

  font-weight: 700;
}

/*==========================================
 MENU LABEL
==========================================*/

.menu-label {
  display: inline-block;

  padding: 5px 14px;

  background: #fff6d8;

  color: #d28b00;

  border-radius: 50px;

  font-size: 12px;

  margin-bottom: 15px;

  font-weight: 600;
}
/*==========================================
STICKY HEADER
==========================================*/

.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: headerSlide 0.5s ease;
  z-index: 9999;
}

.main-header.sticky .navbar {
  margin-top: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.main-header.sticky .logo {
  /* width: 60px; */
  transition: 0.3s;
}

.main-header.sticky .navbar-brand h4 {
  font-size: 22px;
}

@keyframes headerSlide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*==========================================
HOVER EFFECT
==========================================*/

.nav-link {
  transition: 0.35s ease;
}

.nav-link:hover {
  color: var(--primary);
  transform: translateY(-2px);
}

/*==========================================
MEGA MENU ANIMATION
==========================================*/

.mega-menu {
  transition: all 0.35s ease;
}

.nav-item:hover .mega-menu {
  animation: fadeDown 0.35s;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate(-50%, 25px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0d2b73;

  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #f3f4f7;
}

/*==========================================
RESPONSIVE
==========================================*/

@media (max-width: 1199px) {
  .navbar {
    padding: 12px;
  }
.navbar-collapse {
    background: #fff;
    margin-top: 6px;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
  .navbar-nav {
    gap: 0;
  }

  .nav-link {
    padding: 14px 0 !important;
  }

  .dropdown-menu {
    opacity: 1;

    visibility: visible;

    display: none;

    position: static;

    box-shadow: none;

    transform: none;

    padding: 10px 20px;

    border-left: 3px solid var(--secondary);
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .mega-menu {
    width: 100%;

    left: 0;

    transform: none;
  }

  .nav-item:hover .mega-menu {
    transform: none;
  }
.apply-btn {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
    margin-left: 0px;
}

  .search-btn {
    margin-top: 3px;
    margin-left: 0;
}
}

@media (max-width: 1200px) {
  /* .top-header {
    display: none;
  }

  .main-header {
    top: 0;
  } */
 .logo {
    width: 260px;
  }
  .navbar-brand h4 {
    font-size: 20px;
  }

  .navbar-brand span {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar {
    border-radius: 0;

    padding: 0;
  }

  .navbar-brand h4 {
    font-size: 18px;
  }

  .apply-btn {
    padding: 10px;

    font-size: 15px;
  }

  .mega-menu img {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
    gap: 10px;
  }

  .logo {
    width: 200px;
  }

  .navbar-brand h4 {
    font-size: 16px;
  }

  .navbar-toggler {
    border: none;

    box-shadow: none !important;
  }

  .navbar-toggler i {
    color: #0d2b73;

    font-size: 24px;
  }
}
.mega-menu{

    width:100%;                 /* 900px se badha do */
    max-width:95vw;

    left:50% !important;
    /* transform:translateX(-50%); */

    padding:5px 25px;

    border:none;
    border-radius:20px;

    background:#fff;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.mega-menu .row{

    --bs-gutter-x:40px;

}

.mega-menu .col-lg-3{

    padding-left:25px;
    padding-right:25px;

    border-right:1px solid #ececec;

}

.mega-menu .col-lg-3:last-child{

    border-right:none;

}
.mega-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0D2B73;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 14px;
    border-bottom: 2px solid #d9a127;
}
.mega-menu a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    color: #222020;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none;
    transition: .3s;
}

.mega-menu a i{

    color:#F4B400;

    margin-top:6px;

    font-size:12px;

    flex-shrink:0;

}

.mega-menu a:hover{

    color:#0D2B73;

    padding-left:4px;

}
/*==========================================
UTILITY CLASSES
==========================================*/

.shadow-hover {
  transition: 0.35s;
}

.shadow-hover:hover {
  transform: translateY(-8px);

  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.text-primary {
  color: #0d2b73 !important;
}

.text-gold {
  color: #f4b400 !important;
}
/*==========================
FOOTER
===========================*/

.footer{

    background:#981010;

    color:#ddd;

    position:relative;

}

.footer::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#5A1326,#fff,#5A1326);

}
.footer-top {
    padding: 30px 0 0px;
}
.footer-logo img {
    width: 270px;
    margin-bottom: 10px;
    background: white;
    padding: 12px;
    border-radius: 8px;
}
.footer p {
    line-height: 30px;
    color: #cfcfcf;
    font-size: 14px;
}

.footer h4 {
    color: #fff;
    font-family: 'Playfair Display';
    margin-bottom: 15px;
    font-size: 20px;
}

.footer ul{

    padding:0;

    margin:0;

    list-style:none;

}
.footer ul li {
    margin-bottom: 15px;
    font-size: 14px;
}

.footer a{

    color:#ddd;

    transition:.4s;

    text-decoration:none;
    font-size: 14px;
}

.footer a:hover{

    color:#fff;

    padding-left:6px;

}

.footer-social{
    margin-top:10px;
}

.footer-social a{

    width:45px;

    height:45px;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    border:1px solid rgba(255,255,255,.15);

    margin-right:8px;

    border-radius:50%;

    color:#fff;

    transition:.4s;

}

.footer-social a:hover{

    background:#fff;

    color:#2F1B14;

    transform:translateY(-6px);

}

.contact-list li{

    display:flex;

    gap:12px;

    margin-bottom:18px;

}

.contact-list i{

    color:#fff;

    margin-top:6px;

    min-width:18px;

}

.footer-newsletter{

    border-top:1px solid rgba(255,255,255,.1);

    border-bottom:1px solid rgba(255,255,255,.1);

    padding:15px 0;

}

.newsletter-box{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

}

.newsletter-box h3{

    color:#fff;

    margin-bottom:8px;

    font-family:'Playfair Display';

}

.newsletter-box form{

    display:flex;

    width:500px;

}

.newsletter-box input {
    flex: 1;
    height: 45px;
    border: none;
    padding: 15px 20px;
    outline: none;
}
.newsletter-box button{

    background:#fff;

    color:#2F1B14;

    border:none;

    padding:0 35px;

    font-weight:600;

    transition:.4s;

}

.newsletter-box button:hover{

    background:#5A1326;

    color:#fff;

}

.footer-bottom{

    padding:10px 0;

    background:#000;

}

.footer-bottom a{

    color:#fff;

}

@media(max-width:991px){

.newsletter-box{

flex-direction:column;

text-align:center;

}

.newsletter-box form{

width:100%;

}

}

@media(max-width:576px){

.newsletter-box form{

flex-direction:column;

}

.newsletter-box button{

height:55px;

}

}
.booking-modal{
    border:none;
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 30px 80px rgba(0,0,0,.25);
    margin: auto;
    width:900px
}

.custom-close{
    position:absolute;
    top:18px;
    right:18px;
    z-index:10;
    background:#5a0e23;
    opacity:1;
    border-radius:50%;
    padding:10px;
}

.modal-image{
    position:relative;
    height:100%;
}
.modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.img-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15));
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:end;
    padding:40px;
}

.modal-logo{
    width:130px;
    margin-bottom:25px;
}

.img-overlay h3{
    font-size:38px;
    font-family:'Cormorant Garamond',serif;
    margin-bottom:15px;
}

.img-overlay p{
    font-size:16px;
    opacity:.9;
}

.modal-form{
    padding:20px;
}


.modal-form h2{
    font-size:30px;
    color:#5a0e23;
    font-family:'Cormorant Garamond',serif;
}

.modal-form h2 span{
    color:#c89b3c;
}

.modal-form p{
    color:#373535;
    margin-bottom:10px;
}

.modal-form input,
.modal-form select,
.modal-form textarea{
    border-radius:12px;
    height:45px;
    border:1px solid #ddd;
    box-shadow:none;
}

.modal-form textarea{
    height:auto;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus{
    border-color:#c89b3c;
    box-shadow:none;
}

.submit-btn{
    width:45%;
    height:40px;
    border:none;
    border-radius:50px;
    background:linear-gradient(90deg,#5a0e23,#8d1236);
    color:#fff;
    font-weight:500;
    transition:.4s;
    margin: auto;
    display: block;
}

.submit-btn:hover{
    background:linear-gradient(90deg,#c89b3c,#b8872f);
    color:#fff;
}

.modal-contact{
    margin-top:8px;
    text-align:center;
    font-weight:600;
    color:#5a0e23;
}

.modal-contact a{
    color:#000000;
    text-decoration:none;
}

.modal-contact i{
    color:#c89b3c;
    margin-right:8px;
}
.modal-backdrop.show{
    opacity:.75;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    background:rgba(20,10,10,.45);
}

/* =========================================
   FOOTER MAP & POLICIES
========================================= */

.footer-bottom-info {
    background: #531616;
    padding: 0 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}


/* MAP */

.footer-map-box {
    padding: 7px;
    background: linear-gradient(
        135deg,
        rgba(212,175,55,0.55),
        rgba(255,255,255,0.08),
        rgba(212,175,55,0.35)
    );
}

.footer-map {
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.footer-map iframe {
    display: block;
    width: 100%;
    height: 120px;
}


/* POLICY BOX */

.footer-policy-box {
    height: 100%;
    padding: 5px 10px;
}

.policy-small-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-policy-box h3 {
    color: #fff;
    font-family: Georgia, serif;
    font-size: 24px;
    margin: 4px 0 8px;
}

.footer-policy-box h3 span {
    color: #fff;
}

.footer-policy-box > p {
    color: #aaa;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.policy-links a {
  
    align-items: center;
    gap: 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.025);
    transition: all 0.3s ease;
    display: inline-block;
    border-left: 1px solid white;
    padding-left: 10px;
}

.policy-links a > i:first-child {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 50%;
    font-size: 13px;
}
.policy-links a span {
    /* flex: 1; */
    /* display: flex; */
    /* flex-direction: column; */
    /* font-size: 13px; */
    /* font-weight: 500; */
    font-size: 13px;
}

.policy-links a span small {
    margin-top: 2px;
    color: #888;
    font-size: 10px;
    font-weight: 400;
}

.policy-links a > i:last-child {
    color: #777;
    font-size: 11px;
    transition: 0.3s ease;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .footer-map,
    .footer-map iframe {
        min-height: 280px;
    }

}

@media (max-width: 575px) {

    .footer-policy-box h3 {
        font-size: 26px;
    }

   .footer-map, .footer-map iframe {
    min-height: 145px;
}
    .policy-links a {
        padding: 8px 10px;
    }

}