
/* =========================
   GLOBAL
========================= */
*{
  box-sizing: border-box;
}

body{
  margin:0;
  font-family:'Poppins', sans-serif;
}

h1,h2,h3,.logo{
  font-family:'Pacifico', cursive;
}

img{
  max-width:100%;
  height:auto;
}
span:empty::after,
span::after {
  content: "" !important;
}

.dropdown:hover .dropdown-content{
  display:block;
}

/* =========================
   HEADER
========================= */
.header-bar{
  background:white;
  padding:10px 0;
  z-index:999;
}

.logo{
  max-height:100px;
  width:350px;
}

.topnav{
  text-align:right;
}

.topnav a{
  display:inline-block;
  padding:30px 15px;
  text-decoration:none;
  color:black;
  font-size:14px;
}

.topnav a.active{
  color:#fff;
  background:#d0a091;
  border-radius:6px;
}

.topnav a,
.topnav a:link,
.topnav a:visited,
.topnav a:active {
  color: black;
  text-decoration: none;
}

.topnav a:hover{
  background:#d0a091;
}

.topnav .icon{
  display:none;
}

.dropdown {
  display: inline-block;
  position: relative;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:#d0a091 ;
  min-width: 160px;
  text-align: left;
  z-index: 1;
}

/* Links inside dropdown */
.dropdown-content a {
  display: block;
  color: black;
  padding: 10px;
  text-decoration: none;
}

/* Hover effect */
.dropdown-content a:hover {
  background-color: #d0a091;
}


.dropbtn i {
  margin-left: 5px;
  font-size: 12px;
  transition: 0.3s;
}

.dropdown.active .dropbtn i {
  transform: rotate(180deg);
}

.dropdown-content {
  display: none;
}

.dropdown-content.show {
  display: block;
}

.dropbtn i {
  margin-left: 5px;
  font-size: 12px;
  transition: 0.3s;
}

/* rotate arrow when open (mobile) */
.dropdown.active .dropbtn i {
  transform: rotate(180deg);
}
.cta-section{
background:#e5b8b8;
padding:70px 20px;
text-align:center;
color:black;
}

.cta-title{
font-size:40px;
margin-bottom:20px;
font-weight:bold;

}

.cta-text{
font-size:18px;
max-width:650px;
margin:auto;
margin-bottom:30px;
line-height:1.6;
}

.cta-button{
background:white;
color:black;
padding:14px 35px;
font-size:18px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
transition:0.3s;
}

.cta-button:hover{
background:#5b0000;
color:white;
transform:scale(1.05);
}
/* =========================
   BANNER
========================= */
.banner-section{
  position:relative;
  width:100%;
  overflow:hidden;
}
.banner-section button {
  display: none;
}

.banner-img{
  width:100%;
  height:620px;
  object-fit:cover;
}

.banner-overlay{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}

.banner-overlay h1{
  font-size:60px;
}

.banner-overlay p{
  font-size:20px;
}
.hero-prev,
.hero-next {
  display: none;
}
.hero-slider .prev,
.hero-slider .next {
  display: none !important;
}

/* =========================
   ABOUT US
========================= */
.aboutus-section{
  padding:80px 10%;
  background:#fcfcfc;
}

.aboutus-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

.aboutus-images{
  position:relative;
  flex:1;
}

.img1{
  width:500px;
  z-index:2;
  position:relative;
}

.bg-box{
  width:220px;
  height:220px;
  background:#e6a53a;
  position:absolute;
  top:80px;
  left:120px;
}

.aboutus-content{
  flex:1;
}

.aboutus-content h2{
  font-size:40px;
}

.features_about{
  display:flex;
  gap:50px;
}


/* =========================
   PHILOSOPHY
========================= */
.philosophy-about{
  padding:80px 10%;
  background:#fff6f8;
}

.philosophy-container-about{
  display:flex;
  align-items:center;
  gap:50px;
}

.philosophy-image-about img{
  max-width:500px;
  height:500px;
  border-radius:12px;
}

.philosophy-text-about{
  flex:1;
}

.philosophy-text-about h1{
  font-size:38px;
  color:#e75480;
}

.philosophy-text-about p{
  font-size:20px;
  color:#555;
}

.philosophy-icons-about{
  display:flex;
  gap:25px;
  font-size: 30px;
  padding-top: 20px;
}

.icon-box-about{
  text-align:center;
}

/* =========================
   TESTIMONIAL
========================= */
.testimonial-section{
  background:#8b6a6a;
  padding:80px 60px;
  text-align:center;
}

.testimonial-title{
  color:white;
  font-size:42px;
  padding-bottom: 40px;
}

.testimonial-slider{
  max-width:1100px;
  margin:auto;
  overflow:hidden;
}

.testimonial-track{
  display:flex;
}

.testimonial-card{
  flex:0 0 calc(33.33% - 20px);
  margin:0 10px;
  background:white;
  border-radius:16px;
  padding:25px;
  padding-top:20px;
}

/* =========================
   MENU
========================= */
/*menu*/

.categories-menu-section{
padding:60px 0;
text-align:center;
width:100%;
background-image: url("IMAGES/bg3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}


.categories-menu-title{
font-size:40px;
margin-bottom:10px;
font-weight:bold;
font-family:oswal sans;
}

.category-menu-box{
margin-bottom:40px;
margin-top:50px;
}

.category-menu-img{
width:300PX;
height:300px;
object-fit:cover;
border:4px solid #8b5e5e;

}
.social-icons-menu {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.social-icons-menu a {
  font-size: 35px;
  padding-top:10px;  /* increase size */
}

.social-icons-menu .fa-whatsapp {
  color: #25D366;
}

.social-icons-menu .fa-instagram {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icons-menu a:hover {
  transform: scale(1.2);
}

/* Brand colors on hover */
.social-icons-menu a:hover .fa-whatsapp {
  color: #25D366;
}

.social-icons-menu a:hover .fa-instagram {
  color: #E1306C;
}

.category-menu-img:hover{
    transform: scale(1.05);
    transition: 0.3s;
}

.category-menu-box h4,h5{
margin-top:15px;
font-weight:700;
color:#8b5e5e;
letter-spacing:1px;
font-size: 20px;
}

/* =========================
   GALLERY
========================= */
.gallery{
  display:flex;
  flex-wrap:wrap;
}

.gallery-item{
  width:calc(25% - 20px);
  margin:10px;
}

/* =========================
   SERVICES
========================= */
.services{
  padding:80px 10%;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* =========================
   CONTACT
========================= */
/* =========================
   CONTACT (IMPROVED)
========================= */
.contact-section{
  padding:80px 10%;
  background:#fff6f8;
  display:flex;
  justify-content:center;
}

.contact-box{
  width:100%;
  max-width:700px;
  background:#fff;
  padding:40px;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
  text-align:center;
}

.contact-box h2{
  margin-bottom:30px;
  font-size:32px;
  color:#7b5a58;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:12px 15px;
  margin-bottom:15px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:14px;
  outline:none;
  transition:0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#e5b8b8;
  box-shadow:0 0 5px rgba(229,184,184,0.5);
}

.input-row{
  display:flex;
  gap:15px;
}

.input-row input{
  width:50%;
}

.contact-form button{
  width:100%;
  padding:14px;
  border:none;
  background:#8b5e5e;
  color:white;
  font-size:16px;
  border-radius:30px;
  cursor:pointer;
  transition:0.3s;
}

.contact-form button:hover{
  background:#5b0000;
  transform:scale(1.03);
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
  color: white;   /* or black if you prefer */
  text-decoration: none;
}

.footer a:hover {
  color: #e5b8b8;  /* optional hover color */
}
.follow-icons i {
  font-size: 24px;   /* increase this value (30px, 35px, etc.) */
  margin-right: 10px;
  padding-top:20px;
}

/* =========================
   CLASSES
========================= */
.class-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.class-card img{
  height:300px;
  object-fit:cover;
}

/* =========================
   FOOTER
========================= */
.footer{
  background:#7b5a58;
  color:white;
  padding:40px 60px;
}

.footer-container{
  display:flex;
  justify-content:space-between;
}

.footer-col{
  width:22%;
}
.footer-bottom {
  width: 100%;
  background: #6a4f4d;   /* slightly darker than footer */
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;

  position: relative;
  left: 0;
}


/*gallery*/
.gallery-section{
padding:60px 0;
text-align:center;
background-image: url("IMAGES/bg3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
   background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}
.gallery-title {
  text-align: center;
  padding: 10px;
  font-family: 'Dancing Script',cursive;
  font-size: 70px;
  margin-top:10px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30 15px;
  
}

.gallery-item {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.5s ease;
  border:4px solid #8b5e5e;
}

.gallery-item:hover {
  transform: scale(1.1);
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

/* Modal content (image) */
.modal-content {
  position: relative;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  animation: zoomIn 0.5s;
  display: block;
  margin: auto;
  max-width:50%;
  max-height: 100vh;
  object-fit: cover;
  
}

@keyframes zoomIn {
  from {transform: scale(0.6);}
  to {transform: scale(1);}
}

.modal.show {
  display: flex;
  opacity: 1;
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s;
}


/*services*/
.services{
padding:80px 10%;
background:#faf6f8;
text-align:center;
}

.services-header h2{
font-size:40px;
margin-bottom:10px;
}

.tag{
color:#8b5e5e;
font-size:30px;
margin-bottom:10px;
}

.desc{
max-width:600px;
margin:auto;
color:#666;
font-size:15px;
margin-bottom:50px;
padding-top:10px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.service-card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.icon{
font-size:30px;
margin-bottom:15px;
}

.service-card h3{
margin-bottom:10px;
}

.service-card p{
color:#666;
font-size:14px;
}
.service-card:hover{
border-bottom:4px solid #f5a6c8;
}

/*classes*/
/* SECTION */
.classes {
  padding: 40px 20px;
}

.classes h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #6b3e26;
}

/* GRID */
.class-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.class-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  text-align: center;
  padding-bottom: 15px;
}

.class-card:hover {
  transform: translateY(-8px);
}

/* IMAGE */
.class-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* TEXT */
.tag {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

.class-card h3 {
  margin: 10px 0;
  color: #333;
}

.details {
  font-size: 14px;
  color: #777;
}


/* BUTTON + ICONS */
.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.btn {
  background: #d63384;
  color: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

/* ICONS */
.icon {
  font-size: 24px;
  transition: 0.3s;
}

.whatsapp {
  color: #25D366;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon:hover {
  transform: scale(1.2);
}
.course-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.course-points span {
  position: relative;
  padding: 0 12px;
  font-size: 20px;
  color: #6b4b3e;
}

/* Vertical line */
.course-points span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #6b4b3e;
}

/*blog*/
.blog-section {
  padding: 60px 20px;
  background: #fff6f8;
  text-align: center;
  ;
}

.blog-title {
  font-size:90px;
  margin-bottom: 40px;
  color: #5b0000;
  letter-spacing: 2px; 
  font-family: Open sans-serif;
  word-spacing: 15px;
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  padding:15px;
 max-width: 350px; 
 height: auto;
 max-height:500px;  /* reduce width */
  margin: 0 auto 40px auto; /* center + spacing */
}

.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  
}

.blog-content {
  padding: 20px;
}

.blog-content h4 {
  color: #8b5e5e;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.blog-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  background: #8b5e5e;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}


.blog-btn:hover {
  background: #ff4f9a;
}

.blog-card:hover {
  transform: translateY(-8px);
}


/*blog1*/
.blog-container{
  padding: 60px 40px;
  max-width: 1200px;
  margin: auto;
}

.blog-row{
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}

.blog-row.reverse{
  flex-direction: row-reverse;
}

.blog-text{
  flex: 1;
}

.blog-text h2{
  font-size: 32px;
  color: #d46a92;
  margin-bottom: 20px;
}

.blog-text p{
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
  padding-top:60px;
}

.blog-img{
  flex: 1;
}

.blog-img img{
  width: 500px;
  height:450px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.blog-full{
  text-align: center;
  max-width: 100%;
  margin: auto;
  padding-top:50px;
}

.blog-full p{
  font-size: 18px;
  line-height: 1.9;
  color: #444;
  text-align: justify;
  padding-top:40px;
}
/*blog5*/
.tips-section {
  padding: 70px 20px;
}

.tips-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
  color: #5b0000;
}

/* CARD STYLE */
.tip-box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.tip-box:hover {
  transform: translateY(-5px);
}

/* REVERSE */
.tip-box.reverse {
  flex-direction: row-reverse;
}

/* TEXT */
.tip-text {
  flex: 1;
}

.tip-text h3 {
  color: #8b5e5e;
  margin-bottom: 15px;
  font-size: 28px;
}

.tip-text ul {
  padding-left: 20px;
    font-size: 23px;
}

.tip-text li {
  margin-bottom: 10px;
  color: #555;
    font-size: 23px;
}

/* IMAGE */
.tip-img {
  flex: 1;
}

.tip-img img {
  width: 100%;
  height:350px;
  border-radius: 12px;
}



/*slider*/
.hero-slider {
  overflow: hidden;
  position: relative;
}


.slides {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 120vh;
  object-fit: cover;  /* 🔥 THIS FIXES IT */
  display: block;
}



/* Slider Buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffffaa;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

/*.prev { left: 10px; }
.next { right: 10px; }*/

.categories-home-section{
padding:60px 0;
text-align:center;
background-image: url("IMAGES/bg3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
   background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}


.categories-home-title{
font-size:40px;
margin-bottom:40px;
font-weight:bold;
}

.category-home-box{
margin-bottom:40px;
}

.category-home-img{
 width:300px;
 height:300px;
object-fit:cover;
border:4px solid #8b5e5e;

}
.category-home-img:hover{
    transform: scale(1.05);
    transition: 0.3s;
}

.category-home-box h4{
margin-top:15px;
font-weight:700;
color:#8b5e5e;
letter-spacing:1px;
}
.view-btn{
    display:inline-block;
    margin-top:10px;
    padding:8px 18px;
    background:#8b5e5e;
    color:white;
    text-decoration:none;
    border-radius:20px;
    font-size:14px;
    transition:0.3s;
}

.view-btn:hover{
    background:#ff4f9a;
}
.about-home-section{
background:#e5b8b8;
padding:60px 20px;
text-align:center;
}

.about-home-title{
font-size:36px;
color:#5b0000;
margin-bottom:30px;
font-weight:bold;

}

.about-home-text{
max-width:900px;
margin:auto;
font-size:18px;
line-height:1.7;

}

.footer-keywords {
  font-size: 14px;
  line-height: 1.8;
  color: #eee;
  max-width: 1200px;   /* increase width */
  margin: 0 auto;     /* center it */
  text-align: center; /* center text */
}

.footer-key h3 {
  text-align: center;
  margin-top:50px;
}