:root {
    --bgsecondary: #ff711e;
    --bgprimary: #58A0C8;
    --textprimary: #222;
    --textsecondary: #555;
    --textsecondary2: #ff711e;
    --divider: #ffffff;
    --base-font-size: 16px;
}

body {
    font-family: "Nunito Sans", sans-serif;
    color: var(--textprimary);
    background: #fff;
    margin: 0;
}

html {
    /* sets the rem-scale for the whole document */
    font-size: var(--base-font-size);
}

p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 1em;
}

h2 {
    font-size: 48px;
}


/* Founder Section Cart*/

.founder-btn1 {
    background: #174261;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.25s ease;
}


.icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
}


.icon-circle i {
    color: #000000;
    font-size: 0.9rem;
    line-height: 1;
}


.content-wrapper-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
    padding: 60px;
    border-radius: 12px;
    background: #ffffff;
}


.text-section-1 {

    flex: 1;
    max-width: 50%;
    text-align: left;
    padding: 50px;
}

.section-title-1 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}

.quote-1 {
    font-size: 1.5rem;
    font-style: italic;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.8;
}

.description-1 {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.8;
}

.image-section-1 {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.image-wrapper-1 {
    position: relative;
    text-align: center;
    width: 100%;
}

.founder-img-1 {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 20px;
}


.founder-info-1 {
    display: ruby;
    margin-top: 10px;
}

.founder-name-1 {
    margin-right: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    color: black;
    text-align: center;
    margin-bottom: 8px;
}

.linkedin-link-1 {
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.linkedin-link-1::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: #174261;
    position: absolute;
    transition: top 0.4s ease;
}

.linkedin-link-1:hover::after {
    top: 0;
}

.linkedin-link-1 i {
    font-size: 24px;
    transition: color 0.4s ease;

    z-index: 10;
}

.linkedin-link-1:hover i {
    color: #fff;
}

.linkedin-link-1:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


@media (max-width : 992px) {
    .content-wrapper-1 {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .text-section-1,
    .image-section-1 {
        max-width: 100%;
        padding: 30px;
    }

    .text-section-1 {
        order: 1;
    }

    .image-section-1 {
        order: 2;
    }

    .section-title-1 {
        font-size: 2.4rem;
    }

    .quote-1 {
        font-size: 1.3rem;
    }

    .description-1 {
        font-size: 1.2rem;
    }

    .founder-img-1 {
        max-width: 400px;
    }

    .founder-name-1 {
        font-size: 1.6rem;
    }

    .linkedin-link-1 {
        width: 50px;
        height: 50px;
    }
}

/*--======================== Mission Section=========================================-- */

@media (min-width: 992px) {
    #mobileMenu {
        display: none !important;
    }
}

#mobileMenu {
    max-width: 100vw;
}

.enhanced-cta::after {
    right: 0;
    transform: translateX(50%);
}

html,
body {
    overflow-x: hidden;
}

.box-heading {
    color: white;
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Mission Section */
.mission-section {
    background-color: #f7f9fc;
    text-align: center;
    position: relative;
}

.heading-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    letter-spacing: 2px;
    position: relative;
}


.cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}


.info-card {
    background: #174261;
    width: 320px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}


.icon-box {
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: #174261;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: background 0.4s ease, color 0.4s ease;
}

.info-card:hover .icon-box {
    background: #0d3050;
    color: #fff;
}

.info-card h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-card p {
    font-size: 16px;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width : 992px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .info-card {
        width: 90%;
        max-width: 350px;
    }
}


/*-- ============================ Leadership Section --=================================================*/

section.founder-section {
    padding: 60px 0;
    background: #f7f9fc;
}


.founder-section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}

.founder-section .card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    /*box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;*/
    width: 100%;
    max-width: 400px;
}

/* .founder-section .card:hover {
	transform: scale(1.05);
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
	
} */

/* Profile Image Styling */
.founder-section .profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /*box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 20px;
}


.founder-section .social-icons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.founder-section .social-icons a {
    font-size: 24px;
    color: #555;
}

.founder-section .social-icons a:hover {
    color: #174261;
    /*transform: scale(1.1);*/
}


@media (max-width : 768px) {
    .founder-section h2 {
        font-size: 28px;
    }

    .founder-section .profile-image img {
        width: 130px;
        height: 130px;
    }

    .founder-section .card {
        margin-bottom: 20px;
    }

    .founder-section .social-icons a {
        font-size: 20px;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-1 {
        order: 3;
    }

    .order-2 {
        order: 1;
    }

    .order-3 {
        order: 2;
    }
}




/*-- ============================ About Us Mordern --=================================================*/

.about-modern {
    width: 100%;
}

/* --------- PANELS --------- */
.about-panel {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-panel-blue {
    background: #f0f5fa;
}

.bg-panel-white {
    background: #ffffff;
}

/* --------- CONTAINERS --------- */
.text-container {
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
}

.content-box {
    max-width: 800px;
    margin: 0 auto;
}

/* --------- TYPOGRAPHY --------- */
.section-heading {
    font-size: 2rem;
    color: #174261;
    margin-bottom: 10px;
}

.subheading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

/* Paragraphs now styled via a class */
.about-text-new {
    font-size: 20px;
    color: #444;
    line-height: 35px;
}

/* --------- BORDERS & SPLIT LAYOUT --------- */
.split-layout .content-box {
    border-left: 4px solid #174261;
    padding-left: 20px;
}

.border-left-accent {
    border-left: 4px solid #174261;
    padding-left: 20px;
}

/*--=================================================== 5 + cities  98% occupancy --===============================================*/
/* 
.counter-info-groups {
  display: flex;
  justify-content: space-between;
  background: #174563; 
  border-radius: 20px;
  padding: 2.5rem 2rem;
  gap: 0;
  min-height: 170px;
  box-shadow: 0 4px 18px 0 rgba(23,69,99,0.06);
}

.single-counter-wrap {
  flex: 1 1 0;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.single-counter-wrap:last-child {
  border-right: none;
}

.single-counter-title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.03em;
  color: #fff;
}

.single-counter-subtitle p {
  margin: 0.7rem 0 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #dde8f3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


@media (max-width: 992px) {
  .counter-info-groups {
    flex-direction: column;
    padding: 1.5rem 0.7rem;
    gap: 1.2rem;
  }
  .single-counter-wrap {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.16);
    padding-bottom: 1rem;
  }
  .single-counter-wrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
} */









/*--================ About Us Explore Happy Living Section -- ==================================================================*/


.about-us-section {
    background: #ffffff;
    padding: 80px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.about-us-section h2 {
    font-size: 2.5rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.about-us-section h2 i {
    color: #174261;
    font-size: 2.5rem;
    transition: transform 0.3s ease;
}

.about-us-section h2:hover i {
    transform: rotate(15deg);
}

.about-us-tabs .nav-link {
    font-size: 18px;
    color: #555;
    border: none;
    background: transparent;
    transition: 0.3s ease;
    padding: 10px 20px;
    font-weight: 600;
}

.about-us-tabs .nav-link.active {
    background: #174261;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.about-us-tabs .nav-link:hover {
    color: #ffffff;
    background: #146083;
    border-radius: 50px;
}

/* Tab Content Styling */
.tab-content {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
}

.about-us-section .fa {
    color: #174261;
    transition: transform 0.3s ease, color 0.3s ease;
}

.about-us-section .fa:hover {
    color: #1abc9c;
    transform: scale(1.2);
}

.about-us-section h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 10px;
}

.about-us-section p {
    font-size: 25px;
    color: #777;
    margin-top: 10px;
}

/* Responsive Adjustments */
@media (max-width : 768px) {
    .about-us-section h2 {
        font-size: 2rem;
    }

    .about-us-section h5 {
        font-size: 1.2rem;
    }

    .about-us-section p {
        font-size: 0.9rem;
    }

    .about-us-section .fa {
        font-size: 3.5rem;
    }
}

/* CTA Button Styling */
.btn-call-to-act {
    background: linear-gradient(135deg, #ff6f61, #ff3f3f);
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}

.btn-call-to-act:hover {
    background: #ff3f3f;
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(255, 63, 63, 0.5);
}