*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Poppins', sans-serif;
}

body{
  background:#f5f5f5;
}

/* HEADER */
.header{
  position:absolute;
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 60px;
  color:#fff;
  z-index:10;
}

.logo{
  width: 175px;
height: 40px;
top: 8px;
left: 82px;
opacity: 1;
}

.nav a{
  margin:0 18px;
  text-decoration:none;
  color:#fff;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 26px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}

.mobile-icons{
  display:none;
  align-items:center;
  gap:15px;
  font-size:22px;
  cursor:pointer;
  width: 57;
height: 56;
left: 1339px;

}

/* HERO */
.hero{
  height:100vh;
  background:url('./images/Layer-19.jpg') center/cover no-repeat;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:center;
  padding-bottom:60px;
}

.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,50,60,0.6);
}

.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#1f6fa9;
  width:78px;
  height:78px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:45px;
  z-index:2;
  cursor:pointer;
}

.buttons{
  display:flex;
  gap:80px;
  z-index:2;
    width: 1051px;
    height: 52px;
}


.buttons button{
  padding:10px 22px;
  border:none;
  border-radius:30px;
  background:#e5e5e5;
  font-weight:600;
   font-size:26px;
  box-shadow:0 4px 8px rgba(0,0,0,0.2);
  cursor:pointer;
  font-family: 'Poppins', sans-serif;
}

/* SIDE MENU */
.side-menu{
  position:fixed;
  right:-250px;
  top:0;
  width:250px;
  height:100%;
  background:#e5e5e5;
  display:flex;
  flex-direction:column;
  padding:60px 30px;
  gap:25px;
  transition:0.3s;
  z-index:20;
}

.side-menu a{
  text-decoration:none;
  color:#333;
  font-weight:600;
}

.side-menu.active{
  right:0;
}

/* MOBILE */
@media(max-width:768px){

  .nav{
    display:none;
  }

  .mobile-icons{
    display:flex;
  }

  .buttons{
    flex-direction:column;
    gap:20px;
  }

  .hero{
    height:90vh;
  }

  .header{
    padding:20px;
  }

}

/* ABOUT SECTION */

.about-section{
  background:#CFB691;
  padding:80px 60px;
}

.about-container{
  display:flex;
  align-items:center;
  gap:40px;
}

/* LEFT CARD */

.about-content{
  background:#FFFFFF;
  padding:50px 200px 50px 50px;
  border-radius:20px 0px 0px 20px;
  flex:1;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  position:relative;
  width: 763;
 height: 559;
}

.about-content h2{
  
  font-family: Playfair Display;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;
  color:#CFB691;
  position:relative;

}
.title-brush1{
	width: 265px;
height: 8px;
opacity: 1;
  position:relative;
  margin-bottom:10px;
}
.about-content p{
  margin-bottom:20px;
  line-height:1.7;
  color:#333;
  font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 20px;
letter-spacing: 0%;


}

.read-btn1{
  background:#000;
  color:#fff;
  padding:12px 28px;
  border:none;
  border-radius:25px;
  cursor:pointer;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  width: 149px;
height: 39px;
opacity: 1;

}

/* RIGHT IMAGE */



.about-image{
  flex:1;
  height:461px;
  width:618px;
  background:url('./images/Layer-19.jpg') center/cover no-repeat;
  position:relative;
  overflow:hidden;
}

.about-overlay{
  position:absolute;
  height:461px;
  width:818px;
  inset:0;
  background:rgba(0,50,60,0.6);
}

.about-image .small{
  width:60px;
  height:60px;
  font-size:20px;
}

.caption{


font-family: 'Sacramento';
font-weight: 400;
font-style: normal;
font-size: 26px;
line-height: 1;
letter-spacing: 0;
position:absolute;
  bottom:0;
  right:0;
  background:#1f3f3c;
  color:#fff;
  padding:12px 30px;
  
}
.about-image::after{
	content:"";
  position:absolute;
  top:-20px;
  right:-20px;
  width: 60px;
  height:60px;
	 background: url('./images/L1.png', transparent);
}

/* DOTTED EFFECT */

.about-image::after{
  content:"";
  position:absolute;
  top:-20px;
  right:-20px;
  width:191px;
  height:201px;
  background:radial-gradient(#000 1px, transparent 1px);
  background-size:10px 10px;
  opacity:0.2;
}

/* MOBILE */

@media(max-width:768px){

  .about-container{
    flex-direction:column;
  }

  .about-section{
    padding:40px 20px;
  }

  .about-image{
    width:100%;
    height:300px;
  }

  .about-content{
    margin-top:30px;
    padding:30px;
  }

}
----------

/* AS SEEN ON */
.as-seen-on {
  background: #E4E2DD;   /* same beige background */
  padding: 120px 0;
}

.section-title1 {
  text-align: center;
  font-weight: 600;
  margin-top: 70px;
  font-family: Playfair Display;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;

}

/* GRID */
.logos-grid {
  padding: 50px 300px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px ;
}

/* LOGO CARD */
.logo-box {
  background: #ffffff;
  border-radius: 40px;
  width: 183.01px;
  height: 51.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}

.logo-box img {
  max-height: 40px;
  max-width: 80%;
}

/* TABLET */
@media (max-width: 992px) {
  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBILE (EXACT LIKE SCREENSHOT) */
@media (max-width: 576px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .logo-box {
    height: 50px;
    border-radius: 35px;
  }

  .logo-box img {
    max-height: 34px;
  }
}

/* OUR PROGRAMS */

.our-programs {
  background: #172D30;
  padding: 120px 0;
  color: #ffffff;
font-family: Playfair Display;
}

.programs-header h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1px;
   text-align: center;
  font-family: Playfair Display;
}
.title-brush2 {
     width: 427px;
    height: 13px;
    opacity: 1;
	margin: 20px 0px 20px 550px;
    position: relative;
    
}

.programs-header p {
  max-width: 950px;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
  color: #e5e5e5;
   text-align: center;
}

/* GRID */
.programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  margin: 80px 40px 10px 120px;
}

/* CARD */
.program-card {
  text-align: left;
}

.icon-circle img {
  
   width: 69px;
  height: 69px;
   display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 15px 0px;
}

.program-card h3 {
  margin-bottom: 15px;
  font-family: Playfair Display;
font-weight: 700;
font-style: Bold;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;

}

.program-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 25px;
font-weight: 400;
   font-family: 'Poppins', sans-serif;

}

.section-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.title-brush {
  display: block;
  margin: 10px auto 0;
  width: 427px;
  height: 13px  
}

/* BUTTON */
.read-btn {
  display: inline-block;
  padding: 8px 10px;
  background: #CFB691;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
}



/* RESPONSIVE */
@media (max-width: 992px) {
  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 576px) {
  .programs-grid {
    grid-template-columns: 1fr;
  }

  .programs-header h2 {
    font-size: 32px;
  }
}
/* WORK WITH US SECTION */
.work-with-us {
  position: relative;
  background: url("./images/work-with-us.png") center/cover no-repeat;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  
}

/* dark overlay */
.work-with-us .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* content */
.work-with-us .content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.work-with-us h2 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Playfair Display;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 100%;
}

.title-brush3 {
    width: 427px;
    height: 13px;
    opacity: 1;
    margin: 20px 0px 30px 5px;
    position: relative;
}

.work-with-us p {
  font-size: 16px;
  line-height: 1.8;
  color: #FFFFFF;
  margin: 10px 100px 40px 100px;
}

/* button */
.contact-btn {
  display: inline-block;
  background: #ffffff;
  color: #000;
  padding: 14px 42px;
  border-radius: 35px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}



/* MOBILE */
@media (max-width: 768px) {
  .work-with-us {
    height: 420px;
  }

  .work-with-us h2 {
    font-size: 30px;
  }

  .work-with-us p {
    font-size: 15px;
  }
}
/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section {
  background: #efefef;
  padding: 100px 60px;
  text-align: center;
}

.testimonial-header h2 {

  color: #172D30;
  font-family: Playfair Display;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;

}

.gold-underline {
  width: 140px;
  height: 6px;
  background: linear-gradient(to right, #b8945f, #d7b27a);
  margin: 15px auto;
  border-radius: 10px;
}

.testimonial-header p {
  margin: 40px 0px 0px 50px;
  color: #000;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

/* Cards Layout */

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.testimonial-card {
  width: 320px;
  background: white;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-content {
  padding: 35px 30px;
}

.card-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

/* Curved Bottom */

.card-bottom {
  background: #0f2d2f;
  color: white;
  padding: 120px 20px 30px;
  position: relative;
}



.card-bottom h4 {
  margin-top: 10px;
  font-size: 16px;
}

.card-bottom span {
  font-size: 13px;
  opacity: 0.8;
}

.stars {
  margin-bottom: 20px;
  color: #f4b400;
  font-size: 16px;
}

.wave{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .testimonial-section {
    padding: 70px 20px;
  }

  .testimonial-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .testimonial-card {
    width: 100%;
    max-width: 360px;
  }

}

/* ================= FOOTER ================= */

.footer {
  position: relative;
  background: url('./images/footer_b2.png');
  color: #E4E2DD;
  overflow: hidden;
}

/* Curved Top */

.footer-curve svg {
  display: block;
  width: 100%;
  height: 160px;
}



/* Background dotted world map effect */

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('./images/footer_b1.png'); /* replace with your dotted map */
  background-size: cover;
  opacity: 0.15;
  pointer-events: none;
}

/* Content */

.footer-content {
  position: relative;
  padding: 60px 80px 40px;
  text-align: center;
}

.logo1 {
	width: 240px;
height: 60px;
  margin-bottom: 100px;
}

/* Grid */

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  text-align: left;
  max-width: 1100px;
  margin: auto;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid #c6ad84;
  display: inline-block;
  padding-bottom: 5px;
  color:#CFB691;
    font-family: 'Poppins', sans-serif;
  
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 15px;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Poppins'sans-serif;
font-weight: 400;
line-height: 1.4;
color: #FFFFFF;
}

/* Buttons */

.btn-gold {
  display: block;
  background: #CFB691;
  color: black;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  margin-bottom: 12px;
color:#000000;
    font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

.btn-white {
  display: block;
  background: #FFFFFF;
  color: black;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  margin-bottom: 12px;
color:#000000;
    font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

/* Copyright */

.footer-content p {
  margin-top: 40px;
  font-size: 12px;
  opacity: 0.8;
 font-family: 'Poppins', sans-serif;
font-weight: 400;
  color: #FFFFFF;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .footer-content {
    padding: 50px 25px;
  }

  .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .footer-col h4 {
    border-bottom: 2px solid #c6ad84;
  }

  .btn-gold,
  .btn-white {
    width: 100%;
  }

}

/* ================= GLOBAL RESPONSIVE FIX ================= */

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding: 0 20px;
}

/* ================= HEADER ================= */

@media (max-width: 992px) {

  .header {
    padding: 20px 25px;
  }

  .logo {
    width: 140px;
  }

}

/* ================= HERO ================= */

@media (max-width: 992px) {

  .buttons {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .buttons button {
    width: 90%;
    font-size: 18px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

/* ================= ABOUT ================= */

@media (max-width: 992px) {

  .about-container {
    flex-direction: column;
  }

  .about-content {
    padding: 30px;
    border-radius: 20px;
  }

  .about-image {
    width: 100%;
    height: 320px;
  }

  .caption {
    font-size: 20px;
    padding: 8px 20px;
  }
}

/* ================= AS SEEN ON ================= */

@media (max-width: 992px) {

  .logos-grid {
    padding: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-box {
    width: 100%;
  }
}

/* ================= PROGRAMS ================= */

@media (max-width: 992px) {

  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 20px;
  }

  .title-brush2 {
    margin: 20px auto;
    display: block;
  }
}

@media (max-width: 576px) {

  .programs-grid {
    grid-template-columns: 1fr;
  }

  .programs-header h2 {
    font-size: 28px;
  }

  .program-card {
    text-align: center;
  }
}

/* ================= WORK WITH US ================= */

@media (max-width: 768px) {

  .work-with-us {
    height: auto;
    padding: 80px 20px;
  }

  .work-with-us p {
    margin: 20px 0;
  }

  .title-brush3 {
    margin: 20px auto;
    display: block;
  }
}

/* ================= TESTIMONIAL ================= */

@media (max-width: 992px) {

  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    width: 100%;
    max-width: 360px;
  }

  .testimonial-header p {
    margin: 20px 0;
  }
}

/* ================= FOOTER ================= */

@media (max-width: 992px) {

  .footer-grid {
    flex-direction: column;
    text-align: left;
    margin-left: 20px;
  }

  .footer-col ul li {
    font-size: 16px;
  }

  .logo1 {
    margin-bottom: 40px;
  }
}