

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?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=Geom:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
header,footer{
    
    
    width: 100%;
    color: white;
    
    

}
header nav {
    z-index: 999;
}


    
    
    

    

header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: S20px 0;
    height: 90px;
    font-family: 'Montserrat';
    background-color: rgb(245, 245, 245);
    border-bottom: 1px solid black;
    
    
    
}
.footer {
  background: #1a1714;
  color: #cfcfcf;
  font-family: 'Segoe UI', sans-serif;
  padding: 60px 0 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px;
}

.footer-box h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-box ul li a:hover {
  color: #d4a24f;
}


.logo {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

.logo span {
  color: #d4a24f;
}


.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.footer-links a {
  color: #cfcfcf;
  margin-left: 20px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #d4a24f;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}

nav ul li{
    list-style: none;
    display: inline-block;
    padding: 0 28px;
}
nav ul li a{
    text-decoration: none;
    color: #4A4456;
    font-size: 15px;
    font-weight: 750;
    border-bottom: 4px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
    font-family: "Montserrat";

}

nav ul li a:hover{
    color: #db731d;        
    border-bottom-color: rgb(70, 24, 24); 
}

nav ul li.dropdown {
    position: relative;
}


nav ul li .dropdown-content {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background: rgb(206, 174, 88);
    min-width: 180px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    
}


nav ul li .dropdown-content li {
    display: block;
}

nav ul li .dropdown-content li a {
    display: block;
    padding: 8px 15px;
    color: black;
    font-size: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background 0.3s ease;
}


nav ul li .dropdown-content li a:hover {
    background: rgb(100, 83, 36);
}


nav ul li.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content.show {
    display: block;
}

nav ul li.dropdown > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;  
}


nav ul li.dropdown > a i {
    font-size: 0.85em;  
}




.logo-img {
    height: 160px;
    width: 140%;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 20px;
}

.logo-img:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 8px rgba(255, 140, 0, 0.7));
}



    

.banner{
    
    height: 475px;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url();
    background-size: cover;
    background-position: center;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}
.banner h2{
    font-size: 30px;
    margin: 0;
    
    color: #D4AF37;
    font-family: "Cinzel Decorative";
    align-items: center;
    font-weight: 900;

    


    
    
}
.banner-content{
    text-align: center;
    display: flex;         
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.banner {
    position: relative;
    height: 475px;
    overflow: hidden;
    min-height: 375px;
    height: auto;
}
.banner-content .caption {
    font-size: 17px; 
    margin-top: 10px; 
    color: #fff; 
    font-family: "Cinzel", serif;
    opacity: 0.85; 
    font-style: italic;
}


.slider {
    position: absolute;
    inset: 0;
}

.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fadeCycle 4.2s infinite;
}



.slide1 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(banner.png);
    animation-delay: 0s;
}

.slide2 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(banner2.png);
    animation-delay: 1.4s;
}

.slide3 {
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(banner3.png);
    animation-delay: 2.8s;
}

@keyframes fadeCycle {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    33%  { opacity: 1; }
    43%  { opacity: 0; }
    100% { opacity: 0; }
}



.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 6px;
    width: 35px;
    background: black;
    margin: 5px 0;
    transition: all 0.4s ease;
    
}
.btn {
  padding: 0.9em 1.8em;
  letter-spacing: 4px;
  color: black;
  border: 3px solid black;
  font-size: 13px;
  background: transparent;
  cursor: pointer;
  margin-top: 10px;
  font-family: "Geom";
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  text-decoration: none; 
}


.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.btn span {
  position: relative;
  z-index: 1;
  transition: letter-spacing 0.4s ease;
}


.btn:hover::before {
  transform: scaleX(1);
}

.btn:hover {
  color: white;
}

.btn:hover span {
  letter-spacing: 6px;
}


.why-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.why-section h2 {
  font-size: 34px;
  font-weight: 600;
  color: #2c2c2c;
}

.why-section h2 span {
  color: #d2a356;
}

.subtitle {
  margin-top: 10px;
  color: #7b7b7b;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.cards-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.why-card {
  background: #fbfaf7;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.slider,
.slide {
    width: 100%;
    height: 100%;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f3ede2;
  color: #d2a356;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.why-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2c2c2c;
}

.why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #6f6f6f;
}
.bablu-section {
  background: #f3f3f3;
  padding: 70px 0;
}

.bablu-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.bablu-heading {
  font-size: 34px;
  margin-bottom: 10px;
}

.bablu-para {
  color: #666;
  max-width: 750px;
  margin: 0 auto 50px;
}

.mithhu-laal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.mithhu-laal-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.mithhu-laal-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.mithhu-laal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0.85) 100%
  );
}

.mithhu-laal-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  text-align: left;
}

.mithhu-laal-text h3 {
  font-size: 22px;
  margin-bottom: 4px;
}

.mithhu-laal-text span {
  font-size: 14px;
  opacity: 0.85;
}

.mithhu-laal-text a {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #f5c26b;
  text-decoration: none;
  font-weight: 500;
}

.mithhu-laal-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1), 
              box-shadow 0.6s cubic-bezier(0.4,0,0.2,1);
}


.mithhu-laal-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}


.mithhu-laal-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  text-align: left;
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1), 
              opacity 0.6s cubic-bezier(0.4,0,0.2,1);
  transform: translateY(20px);
  opacity: 0;
}


.mithhu-laal-text h3,
.mithhu-laal-text span,
.mithhu-laal-text a {
  transition: transform 0.6s cubic-bezier(0.4,0,0.2,1), 
              opacity 0.6s cubic-bezier(0.4,0,0.2,1);
  transform: translateY(20px);
  opacity: 0;
}


.mithhu-laal-card:hover {
  transform: scale(1.04);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.mithhu-laal-card:hover img {
  transform: scale(1.12);
}

.mithhu-laal-card:hover .mithhu-laal-text,
.mithhu-laal-card:hover .mithhu-laal-text h3,
.mithhu-laal-card:hover .mithhu-laal-text span,
.mithhu-laal-card:hover .mithhu-laal-text a {
  transform: translateY(0);
  opacity: 1;
}

:root {
    --bg-main: #1b1917;
    --card-bg: #26221f;
    --text-main: #e7e5e4;
    --text-muted: #a8a29e;
    --accent: #f59e0b;
}

/* SECTION */
.learning {
    background: radial-gradient(circle at top, #2a2623, var(--bg-main));
    padding: 100px 20px;
    color: var(--text-main);
}

.learning-container {
    max-width: 1200px;
    margin: auto;
}

/* HEADER */
.learning-header {
    text-align: center;
    margin-bottom: 70px;
}

.learning-header h2 {
    font-size: 42px;
    font-weight: 700;
}

.learning-header h2 span {
    color: var(--accent);
}

.learning-header p {
    margin-top: 14px;
    color: var(--text-muted);
    max-width: 650px;
    margin-inline: auto;
    line-height: 1.6;
}

/* GRID */
.learning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.reading-card {
    position: relative;
    background: linear-gradient(180deg, #2b2724, var(--card-bg));
    border-radius: 18px;
    padding: 42px 34px;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(.4,0,.2,1);
}

/* Border trace hover */
.reading-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--accent), var(--accent)) top left / 0% 2px no-repeat,
        linear-gradient(var(--accent), var(--accent)) top right / 2px 0% no-repeat,
        linear-gradient(var(--accent), var(--accent)) bottom right / 0% 2px no-repeat,
        linear-gradient(var(--accent), var(--accent)) bottom left / 2px 0% no-repeat;
    transition: all 0.5s ease;
    pointer-events: none;
}

.reading-card:hover::after {
    background-size:
        100% 2px,
        2px 100%,
        100% 2px,
        2px 100%;
}

/* Lift */
.reading-card:hover {
    transform: translateY(-14px);
}

/* TAG */
.reading-tag {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--accent);
}

/* TITLE */
.reading-title {
    font-size: 26px;
    margin: 18px 0 14px;
    transition: transform 0.3s ease;
}

.reading-card:hover .reading-title {
    transform: translateX(6px);
}

/* TEXT */
.reading-text {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 32px;
}

/* BUTTON */
.reading-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

/* Sliding underline */
.reading-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: var(--accent);
    transition: width 0.35s ease;
}

.reading-card:hover .reading-btn::after {
    width: 100%;
}

/* Arrow motion */
.reading-btn span {
    transition: transform 0.35s ease;
}

.reading-card:hover .reading-btn span {
    transform: translateX(6px);
}
.grint {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full screen height */
    background-color: #fff;
}

/* Section content styling */
.notview {
    text-align: center;
    padding: 50px;
    max-width: 800px;
    background-color: #fff;
}

/* Heading styling */
.hrtyu {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

/* Subheading styling */
.weather {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

/* Button styling */
.harry {
    background-color: #FF8C00;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.harry:hover {
    background-color: #e07b00;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Second button styling */
.potter {
    background-color: #fff;
    color: #333;
    padding: 15px 30px;
    font-size: 16px;
    border: 2px solid #333;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.potter:hover {
    background-color: #f4f4f4;
    transform: scale(1.05);
    color: #333;
    border: 2px solid #FF8C00;
}


/* ===================== */
/* RESPONSIVE QUERIES */
/* ===================== */
@media screen and (max-width: 768px) {
    .hrtyu {
        font-size: 28px; /* Smaller heading */
    }

    .weather {
        font-size: 16px; /* Smaller subheading */
        margin-bottom: 20px; /* Reduced spacing */
    }

    .notview {
        padding: 30px; /* Reduced padding for smaller screens */
    }

    .harry, .potter {
        padding: 12px 25px; /* Smaller button padding */
        font-size: 14px; /* Smaller font size */
    }

    /* Stack buttons vertically on small screens */
    .notview button {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%; /* Full width for buttons */
    }
}

/* For mobile devices (max-width 480px) */
@media screen and (max-width: 480px) {
    .hrtyu {
        font-size: 24px; /* Even smaller heading */
    }

    .weather {
        font-size: 14px; /* Even smaller subheading */
        margin-bottom: 15px;
    }

    .notview {
        padding: 20px; /* Further reduced padding */
    }

    .harry, .potter {
        padding: 10px 20px; /* Further reduced padding */
        font-size: 12px; /* Further reduced font size */
    }

    /* Stack buttons vertically and make them full width */
    .notview button {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%; /* Full width buttons on mobile */
    }
}
@media (max-width: 992px) {
    .learning-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .learning-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .learning-grid {
        grid-template-columns: 1fr;
    }

    .learning {
        padding: 70px 16px;
    }

    .learning-header h2 {
        font-size: 30px;
    }

    .reading-card {
        padding: 34px 26px;
    }
}









@media (max-width: 992px) {

    header {
        justify-content: space-between;
        padding: 20px;
    }
nav ul {
    flex-direction: column;
    width: 100%;
  }

  nav ul li.dropdown > a {
    padding: 12px 20px;
  }
   nav ul li .dropdown-content li a {
      padding: 2px 9px;     
      font-size: 8px;       
      line-height: 0.3;
  }

  nav ul li.dropdown .dropdown-content {
    max-height: 0;           
    overflow: hidden;
    transition: max-height 0.3s ease;
    
  }

  nav ul li.dropdown .dropdown-content.show {
    max-height: 300px;       
  }
  

  
  nav ul li.dropdown i {
    transition: transform 0.3s ease;
  }

  nav ul li.dropdown i.rotate {
    transform: rotate(180deg);
  }

    nav {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background: rgb(245, 245, 245);;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
        
    }

    nav ul {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    nav ul li {
        padding: 18px 0;
    }

    nav.active {
        max-height: 400px;
    }

    .menu-toggle {
        display: flex;
    }

    .logo-img {
        height: 130px;
        width: auto;
    }
    @media (max-width: 576px) {

    footer {
        position: relative;   
        bottom: auto;
        font-size: 15px;
        padding: 20px 10px;
        margin-top: auto;
    }

    footer a {
        display: inline-block;
        font-size: 9px;
        padding: 8px 18px;
        margin-bottom: 0;
    }

    footer h3 {
        font-size: 18px;
    }
    .banner {
    min-height: 300px;
  }

    .banner {
        height: 375px;
        padding: 15px;
    }

    .banner h2 {
        font-size: 21px;
    }
    html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}
footer {
        position: relative;
    }

}

}


