body{
    font-family: 'Montserrat', sans-serif;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color: #fff;
    background-color: #121a2f;
    border-color: #121a2f;
}
/* ================= HEADER ================= */
.custom-navbar{
    background:#121a2f;
    padding:12px 0;
    
}
.logo-img{ height: 60px;
}
.navbar-brand{
    
    font-size:28px;
    letter-spacing:4px;
}

.navbar-brand span{
    color:#121a2f;
}

.nav-link{
    
    margin-left:30px;
    color:#fff !important;
}
span.navbar-toggler-icon {
    background-color: #fff ;
}
.nav-link.active{
    color:#121a2f !important;
}
.main-section{
	padding-top:5.6rem;
}
.top-bar{
    background:#e6c46a;
    color:#121a2f;
    font-size:13px;
    padding:6px 0;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
    margin-left:15px;
}

.top-bar a:hover{
    color:#ffc107;
}
.top-right a{
  color:#121a2f;
}
.top-right a:hover{
  color:#121a2f;
}

/* ================= HERO SECTION ================= */
.hero-section{
    position: relative;
    background: url('images/hero.jpeg') center/cover no-repeat;
    height: 85vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.50);
}

.hero-content{
    position: relative;
    z-index:2;
}

.hero-content h1{
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-content p{
    font-size: 1.1rem;
    opacity: .9;
}

.btn-discover{
    background:#e6c46a;
    color:#121a2f;
    padding:14px 45px;
    font-weight:600;
    border-radius:0;
    margin-top:20px;
}

.btn-discover:hover{
    background:#121a2f;
    color:#fff;
}

/* ================= ANGLED BORDER ================= */

.section-divider{
    position: relative;
    height: 70px;
    background:#fff;
}

.section-divider:before{
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 35%;
    height: 50px;
    background:  #e6c46a;
    clip-path: polygon(0 0, 81% 0, 70% 100%, 0% 100%);
}

.section-divider:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 50px;
    background:#121a2f;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

/* ================= KEY NUMBERS ================= */

.key-numbers{
    padding:80px 0;
    background:#fff;
}

.key-numbers h2{
    font-weight:800;
    font-size:2.2rem;
	font-family:'Montserrat', sans-serif;
    line-height: 50px;
}

.stat-number{
    font-size:3rem;
    font-weight:800;
        color:#e6c46a ;
}

.stat-label{
    color:#121a2f;
    font-size:.8rem;
    letter-spacing:2px;
    font-weight:600;
}
/* ================= FAMILY SECTION ================= */

.family-section{
    position: relative;
    background: #121a2f;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

/* top-left angled shape */
.family-section:before{
    content:"";
    position:absolute;
    top:-1px;
    left:0;
    width:25%;
    height:50px;
    background:#fff;
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

/* bottom-right angled shape */
.family-section:after{
    content:"";
    position:absolute;
    bottom:0;
    right:0;
    width:25%;
    height:50px;
    background:#fff;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.family-content h2{
    font-size:2.8rem;
    font-weight:800;
    line-height:1.2;
}

.family-content p{
    color:#cfcfcf;
    line-height:1.8;
}

.custom-learn-btn{
    background:#e6c46a;
    border-radius:0;
    padding:14px 40px;
    font-weight:600;
    color:#111;
}

.custom-learn-btn:hover{
    background:#dcdcdc;
}
ul.footer-links a {
    text-decoration: none;
}
.family-image img{
    width:100%;
    height:520px;
    object-fit:cover;
}

.services-section{
  background:#f5f5f5;
}

.service-card{
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.service-content{
  padding:25px;
}

.service-tag{
  font-size:12px;
  color:#121a2f;
  font-weight:600;
  letter-spacing:1px;
}

.service-card h4{
  font-weight:700;
  margin:10px 0;
}
/* ================= HELP SECTION ================= */

.help-section{
  background:#fff;
  padding:60px 0;
}

.section-title{
  font-size:2.8rem;
  font-weight:800;
}

/* Card */
.help-card{
  background:#f5f5f5;
  padding:25px;
  box-shadow:0 20px 40px rgba(0,0,0,0.04);
}

/* Image wrapper with padding */
.help-img-wrapper{
  position:relative;
  margin-bottom:25px;
}

/* Corner cut effect */
.help-img-wrapper:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:50%;
  height:35px;
  background:#f5f5f5;
  clip-path:polygon(0 0, 90% 0, 70% 100%, 0% 100%);
  z-index:2;
}

.help-img-wrapper img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
}

/* Content */
.help-content h4{
  font-weight:700;
  margin:10px 0;
}

.help-tag{
  font-size:12px;
  font-weight:600;
  color:#e6c46a;
  letter-spacing:1px;
}

.help-btn{
  border-radius:0;
  padding:12px 30px;
  margin-top:15px;
  background: #121a2f;
  border-color: #e6c46a;
}
.help-btn:hover{
   border-color: #121a2f;
  background: #e6c46a;
  color:#121a2f
}
/* Hover effect */
.help-card:hover{
  transform:translateY(-5px);
  transition:0.3s ease;
}

/* Responsive */
@media(max-width:768px){
  .section-title{
    font-size:2rem;
  }
}
/* ================= EXACT CTA ================= */

.cta-exact{
  position:relative;
  background:#e6c46a ;
  color:#fff;
  padding:120px 0;
  overflow:hidden;
}

/* Top-left white angled cut */
.cta-exact:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:50%;
  height:50px;
  background:#fff;
  clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
}

/* Bottom-right white angled cut */
.cta-exact:after{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  width:50%;
  height:50px;
  background:#fff;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

.cta-title{
  font-size:2.8rem;
  font-weight:700;
  line-height:1.2;
}

.cta-text{
  margin-top:20px;
  color:#121a2f;
  max-width:520px;
}

/* Outline button */
.cta-outline{
  border:1px solid #fff;
  color:#fff;
  padding:14px 40px;
  border-radius:0;
  font-weight:600;
}

.cta-outline:hover{
  background:#fff;
  color:#111;
}

/* Red button */
.cta-red{
  background:#121a2f;
  color:#fff;
  padding:14px 40px;
  border-radius:0;
  font-weight:600;
}

.cta-red:hover{
  background:#e6c46a;
  color:#000000;
  border-color: #000;
}
.cta-yellow{
  background:#e6c46a;
  color:#000000;
  padding:14px 40px;
  border-radius:0;
  font-weight:600;
}

.cta-yellow:hover{
  background:#ffffff;
  color:#000000;
  border-color: #000;
}
.cta-white{
  background:#fff;
  color:#000;
  padding:14px 40px;
  border-radius:0;
  font-weight:600;
}
.cta-white:hover{
  background:#f3f3f3;
  color:#000;
}
section.cta-exact.red:before, section.cta-exact.red:after {
    background: #f5f5f5;
}
/* Responsive */
@media(max-width:991px){
  .cta-title{
    font-size:2rem;
  }
}

/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section{
  background:#f5f5f5;
  padding:60px 0;
}

.testimonial-title{
  font-size:2.8rem;
  font-weight:700;
}

/* Card */
.testimonial-card{
  background:#fff;
  padding:40px;
  border:1px solid #e5e5e5;
}

.testimonial-card h4{
  font-weight:700;
  margin-bottom:15px;
}

.testimonial-card p{
  color:#777;
  line-height:1.7;
}

/* User */
.testimonial-user{
  display:flex;
  align-items:center;
  margin-top:25px;
}

.testimonial-user img{
  width:60px;
  height:60px;
  border-radius:50%;
  margin-right:15px;
}

.testimonial-user span{
  display:block;
  font-size:12px;
  color:#121a2f;
  font-weight:600;
  letter-spacing:1px;
}

/* Controls */
.testimonial-controls{
  display:flex;
  justify-content:flex-end;
  margin-top:40px;
  gap:20px;
}

.custom-arrow{
  width:60px;
  height:60px;
  border-radius:50%;
  border:1px solid #121a2f;
  background:#fff;
  color:#121a2f;
  font-size:28px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.red-arrow{
  background:#121a2f;
  color:#fff;
  border:none;
}

.custom-arrow:hover{
  opacity:0.8;
}

/* Responsive */
@media(max-width:991px){
  .testimonial-title{
    font-size:2rem;
  }
}
/* ================= TESTIMONIAL ARROWS ================= */

.testimonial-section{
  background:#fff;
  padding:120px 0;
  position:relative;
}

.testimonial-arrows{
  position:relative;
  top:15px;
  right:0px;
  display:flex;
  gap:20px;
  float:right;
}

/* Base circle */
.arrow-btn{
  width:64px;
  height:64px;
  border-radius:50%;
  font-size:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:0.3s ease;
}

/* Left outlined */
.arrow-prev{
  background:#fff;
  border:1px solid #121a2f;
  color:#121a2f;
}

/* Right red */
.arrow-next{
  background:#121a2f;
  border:none;
  color:#fff;
}

.arrow-btn:hover{
  transform:scale(1.05);
}
/* ================= PROJECTS ================= */

.projects-section{
  background:#fff;
  padding:60px 0;
}

.projects-title{
  font-size:2.8rem;
  font-weight:700;
}

.project-card{
  background:#fff;
  padding:25px;
  box-shadow:0 2px 30px rgba(29, 29, 29, .1);
  transition:0.3s ease;
}

.project-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  margin-bottom:20px;
}

.project-card:hover{
  transform:translateY(-8px);
}

.project-tag{
  font-size:12px;
  font-weight:600;
  color:#b51d1d;
  letter-spacing:1px;
}

.project-card h4{
  font-weight:700;
  margin:10px 0;
}

.project-btn{
  background:#111;
  color:#fff;
  padding:12px 30px;
  border-radius:0;
  margin-top:15px;
}

.project-btn:hover{
  background:#333;
}

/* ================= EXACT FOOTER ================= */

.footer-exact{
  background:#f5f5f5;
  padding:100px 0 60px;
}

/* Top */
.footer-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.footer-logo{
  font-weight:800;
  font-size:28px;
  letter-spacing:5px;
}

.footer-logo span{
  color:#121a2f;
}

.footer-icons a{
  background:#121a2f;
  color:#fff;
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:10px;
  text-decoration:none;
  font-size:16px;
}

/* Divider */
.footer-line{
  margin:40px 0;
  border-color:#000;
}

/* Middle */
.footer-heading{
  font-weight:700;
  margin-bottom:25px;
  letter-spacing:1px;
}

.footer-service{
  display:flex;
  align-items:center;
  margin-bottom:15px;
}

.footer-service img{
  width:60px;
  height:60px;
  object-fit:cover;
  margin-right:15px;
}

.footer-service span{
  font-weight:600;
  font-size:14px;
}

.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:12px;
  color:#333;
  cursor:pointer;
}

.footer-links li:hover{
  color:#121a2f;
}

/* Bottom */
.footer-bottom{
  text-align:center;
  font-size:14px;
  color:#666;
}
/* ================= STAY IN TOUCH ================= */

.stay-section{
  background:#f5f5f5;
  padding:120px 0;
}

.stay-title{
  font-size:2.8rem;
  font-weight:700;
  margin-bottom:20px;
}

.stay-text{
  color:#666;
  max-width:400px;
}

.info-item{
  margin-bottom:25px;
}

.info-item h6{
  font-size:13px;
  letter-spacing:1px;
  font-weight:700;
  color:#e6c46a;
}

.info-item p{
  margin:5px 0 0;
  font-weight:600;
}

/* Form box */
.stay-form{
  background:#121a2f;
  padding:50px;
  box-shadow:0 20px 40px rgba(0,0,0,0.05);
}

/* Inputs */
.custom-input{
  border-radius:0;
  border:1px solid #e5e5e5;
  padding:14px;
}

.custom-input:focus{
  border-color:#e6c46a;
  box-shadow:none;
}

/* Button */
.stay-btn{
  background:#121a2f;
  color:#fff;
  padding:14px 40px;
  border-radius:0;
  font-weight:600;
   border: 1px solid #fff;
}

.stay-btn:hover{
  background:#e6c46a;
  color:#fff;
}

/* Responsive */
@media(max-width:991px){
  .stay-title{
    font-size:2rem;
  }

  .stay-form{
    padding:30px;
  }
}

.about-title{
font-size:2.5rem;
font-weight:800;
margin-bottom:20px;
}

.about-text{
color:#000;

}

.about-main-image{
border-radius:2px;
}

.about-block h2{
font-size:2.7rem;
font-weight:800;
margin-bottom:15px;
}

.about-block p{
color:#666;
}
.text-primary{
	color:#e6c46a !important;
}


body{
background:#f8f9fa;
}

.gallery-header{
padding:80px 0;
background:#111;
color:white;
text-align:center;
}

.gallery-section{
padding:70px 0;
background:#fff;
}

.filter-btns{
text-align:center;
margin-bottom:40px;
}

.filter-btns button{
margin:6px;
}

.gallery-card{
position:relative;
overflow:hidden;
border-radius:10px;
}

.gallery-card img,
.gallery-card video{
width:100%;
height:260px;
object-fit:cover;
border-radius:10px;
transition:0.4s;
}

.gallery-card:hover img{
transform:scale(1.05);
}

.gallery-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
background:rgba(0,0,0,0.6);
color:white;
padding:10px;
font-size:14px;
}

.hide{
display:none;
}
.footer-service a{
  text-decoration: none;
  color: #333;
}