/* ===== CORPORATE HERO ===== */
.corporateSection {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-position: center;
  background: url("../images/corpBack.webp");
  background-size: cover;
}

.corporateSection::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.corporateSection .hero-content {
  position: relative;
  z-index: 2;
  max-width: 930px;
  padding: var(--p20);
  margin-top: 100px;
}

.corporateSection .hero-content p{
  max-width: 750px;
  margin:auto;
  padding-bottom: 40px;
}


.corporateSection .subtitle {
  font-size: var(--f18);
  font-family: var(--primary-font);
  display: block;
  margin-bottom: var(--m10);
  color: #eee;
}

.corporateSection h1 {
  font-size: 96px;
  color: #fff;
  font-family: var(--secondary-font);
  margin-bottom: var(--m20);
  line-height: 1.3;
}

.corporateSection p {
  color: #fff;
  margin-bottom: var(--m30);
  font-size: 24px;
  line-height: 36px;
}

/* .corporateSection .btn-primary {
  background: var(--secondary-color);
  border-radius: 50px;
  padding: 12px 28px;
  font-size: var(--f18);
  color: #fff;
  transition: 0.3s;
  display: inline-block;
}

.corporateSection .btn-primary:hover {
  background: var(--heading-color);
} */


/* ===== IDEAL SECTION ===== */
.ideal-section {
  text-align: center;
  padding: var(--p80) var(--p12);
}
.ideal-section h2 {/* font-size: 48px; *//* font-weight: 500; */}
.ideal-section-sub-head{
    font-size: 19px;
    max-width: 42rem;
    margin-bottom: 60px;
}

.ideal-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--m20);
  margin-top: var(--m30);
}

.ideal-card {
  background-color: var(--card-bg, #fff);
  color: var(--card-text, #333);
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 0.75rem;
  padding: 20px;
  text-align: center;
  border: 2px solid #e5e5e5;
  transition: box-shadow 0.3s ease, border 0.3s ease;
}
 .ideal-card h4 {
    font-style: normal;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.text-color-prime{
    color: var(--btn-color);
}
.text-color-sec{

    color: var(--btn-hover);
}
.ideal-icon{
        width: 64px;
    height: 64px;
    border-radius: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.primary-bg{
background-color:var(--btn-hover);
}
.secondary-bg{
background-color:var(--btn-color);
}


/* ===== AMENITIES ===== */
.amenities-section {
  background: linear-gradient(135deg, #f9fafb, #ffffff);
  padding-top: 60px;
}


.section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #6c757d; /* Bootstrap's muted color */
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.text-primary-color {
  color: var(--secondary-color);
  font-size: 18px;
  font-family: var(--primary-font);
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hover-shadow {
  transition: box-shadow 0.3s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.ame-card{box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);border-radius: 5px;background:#fff;padding: 28px;display:flex;align-items:center;}















/* ===== CTA ===== */
.cta {
  background: linear-gradient(90deg, var(--secondary-color), var(--heading-color));
  color: #fff;
  /* padding: var(--p60) var(--p12); */
  text-align: center;
}
.cta h2 {
  color: #fff; 
  
}

.cta .btn-secondary {
  background: #fff;
  color: var(--secondary-color);
  border-radius: 50px;
  padding: 12px 28px;
  font-size: var(--f18);
  font-family: var(--primary-font);
  display: inline-block;
  transition: 0.3s;
}

.cta .btn-secondary:hover {
  background: var(--heading-color);
  color: #fff;
}


.ame-card p{
  font-size:16px;
}

.icon-box{
background-color: var(--heading-color);
}

.cta .main-btn {
  background-color: #fff;
  color:var(--heading-color);
  margin-top:40px;
}

.cta .main-btn:hover{
 color:#fff;
}

.cta-btn-box {
    margin-top: 45px;
}

section.corporateSection .main-btn{
  background-color: #fff;
  color:var(--heading-color);
  border: 1px solid var(--white-color) !important;
}

section.corporateSection .main-btn:hover{
color:#fff;
border: 0 !important;
}