html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    /* Adjust this value to match your header height */
    font-family: "Euclid Circular A";
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-Bold.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-Italic.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-SemiBoldItalic.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-BoldItalic.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-Regular.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-LightItalic.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-Medium.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-Light.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-MediumItalic.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Euclid Circular A";
    src: url("../webfonts/EuclidCircularA-SemiBold.woff2") format("woff2"),
        url("../webfonts/EuclidCircularA-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

html,
body {
    font-family: "Euclid Circular A";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Euclid Circular A";
    font-weight: 700;
}

.header-area {
    background-color: #000;
    padding: 15px 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    content: "+";
    font-size: 20px;
    font-weight: 300;
    width: auto;
    height: auto;
    background-image: none;
    color: #000;
    display: block;
    position: absolute;
    right: 15px;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    transform: none;
    background-image: none;
    font-size: 20px;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
}

.navbar-brand h1 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 2px;
}

.navbar-brand .tagline {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.navbar-nav a {
    color: #dedede;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0 20px;
    padding: 0;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.navbar-nav a:hover {
    color: #9a0000;
}

/* .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      background-color: #c89b3c;
      bottom: 0;
      left: 0;
      transition: width .8s ease
  } */

.navbar-nav a:hover::after,
.navbar-nav a.active::after {
    width: 100%;
}

.navbar-nav a.active {
    color: #dedede !important;
    font-weight: 100;
    padding: 0px 10px;
    border-radius: 3px;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-slider .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slick-initialized .slick-slide {
    display: block;
}

.hero-section .slick-slide {
    display: block;
    outline: none;
}

.hero-section .slick-list {
    margin: 0 -12px;
    height: 100%;
}

.hero-section .slick-track {
    height: 100%;
}

/* .hero-section .slick-dots {
      position: absolute;
      bottom: 180px;
      right: 50px;
      left: auto;
      transform: none;
      display: flex !important;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      z-index: 12;
      width: auto;
      opacity: 1 !important;
      visibility: visible !important;
  } */

.hero-section .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 22.5px;
    padding: 0;
    cursor: pointer;
    width: auto;
    height: auto;
}

/* .hero-section .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 0;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }

  .hero-section .slick-dots li button:before {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: '';
      text-align: center;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      transition: all 0.3s ease;
      opacity: 1;
  } */

.hero-section .slick-dots li.slick-active button:before {
    background-color: #fff;
    transform: scale(1.2);
    opacity: 1;
}

.hero-title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    font-weight: 500;
    display: block;
    overflow: visible;
    text-overflow: initial;
    max-width: 500px;
    word-wrap: break-word;
}

.hero-title .highlight {
    font-weight: 600;
    color: #fff;
    font-size: 40px;
}

.hero-content {
    position: absolute;
    bottom: 10%;
    right: 5%;
    transform: translate(0, -50%);
    text-align: left;
    color: #fff;
    z-index: 1;
    animation: fadeInUp 1.5s ease;
    width: 100%;
    max-width: 500px;
}

.bottom-content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0;
    z-index: 2;
}

.project-info {
    color: #fff;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    padding: 20px 50px;
    border-top: none;
    border-bottom: none;
}

.project-logo {
    margin-bottom: 37px;
}

.brand-logo {
    position: absolute;
    top: -120px;
    left: 50px;
}

.brand-logo object {
    max-width: 180px;
    margin-bottom: 5px;
    transition: opacity 0.3s ease;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 800px;
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    border-top: none;
}

/* Add a continuous line across all sections */
.info-grid::before {
    content: "";
    position: absolute;
    top: 29px;
    /* Adjust this value to position the line correctly */
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.info-item h3 {
    font-size: 19px;
    margin-bottom: 0px;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 8px;
    padding: 0 5px 10px 0;
    z-index: 2;
    position: relative;
}

.info-item h3:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 65px;
    height: 2px;
}

.info-item p {
    position: relative;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    transition: opacity 0.3s ease;
    padding-top: 0px;
    border-top: none;
    border-bottom: none;
    font-weight: 100;
    color: #fff;
}

/* Remove individual line between heading and content */
.info-item p::before {
    display: none;
}

/* Style for pipe characters in specifications */
.info-item:nth-child(3) p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 1.5;
}

/* Custom separator for specifications */
.info-item:nth-child(3) p .separator-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.info-item .highlight {
    color: #c89b3c;
    font-weight: 700;
}

/* Left side bottom border line */
.left-border-line {
    display: none;
}

.text-slider-dots {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}

.thumbnail-slider {
    position: absolute;
    bottom: 60px;
    right: 50px;
    left: auto;
    transform: none;
    z-index: 10;
    width: 440px;
    max-width: 100%;
}

.thumbnails {
    width: 100%;
}

/* Fix for Slick slider spacing */
.thumbnails .slick-slide {
    margin: 0 5px;
    outline: none;
}

.thumbnails .slick-list {
    margin: 0 -5px;
}

.thumbnail {
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.thumbnail img {
    height: 148px;
    width: 209px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
}

/* Removing the active state styling */
.thumbnail.slick-current img {
    opacity: 0.7;
    border: none;
    transform: none;
}

.thumbnail:hover img {
    opacity: 0.9;
}

/* Large devices (less than 1200px) */
@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 34px;
        line-height: 1.15;
        max-width: 450px;
    }

    .hero-title .highlight {
        font-size: 36px;
    }

    .hero-content {
        max-width: 450px;
    }

    .thumbnails .slick-slide {
        margin: 0 5px;
    }

    .thumbnails .slick-list {
        margin: 0 -5px;
    }

    .thumbnail-slider {
        bottom: 60px;
        right: 45px;
        width: 440px;
        left: auto;
        transform: none;
        z-index: 10;
    }

    .thumbnail img {
        height: 148px;
        width: 209px;
    }
}

/* Medium devices (less than 992px) */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 30px;
        line-height: 1.15;
        max-width: 400px;
    }

    .jobs-apply .modal-body {
        padding: 0px;
    }

    .jobs-apply select {
        width: 50% !important;
    }

    .jobs-apply.modal-content {
        padding: 0px;
    }
    .hero-title .highlight {
        font-size: 32px;
    }

    .btn-outline-dark {
        padding: 14px 22px !important;
        font-size: 14px !important;
    }

    .hero-content {
        max-width: 400px;
    }

    .thumbnails .slick-slide {
        margin: 0 5px;
    }

    .thumbnails .slick-list {
        margin: 0 -5px;
    }

    .thumbnail-slider {
        bottom: 30px;
        right: 40px;
        width: 440px;
        left: auto;
        transform: none;
        z-index: 10;
    }

    .thumbnail img {
        height: 120px;
        width: 162px;
        margin-left: auto;
    }
}

/* Small devices (less than 768px) */
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 28px;
        line-height: 1.15;
        max-width: 380px;
    }

    .hero-title .highlight {
        font-size: 30px;
    }

    .custom-padding {
        padding: 0px 30px !important;
    }

    .hero-content {
        right: 20px;
        left: 20px;
        max-width: 380px;
        bottom: auto;
        top: 15%;
        transform: none;
    }

    .everest-logo-section {
        bottom: 260px;
        left: 35px;
    }

    .project-info {
        bottom: 150px;
        padding: 20px 35px;
    }

    .thumbnails .slick-slide {
        margin: 0 5px;
    }

    .thumbnails .slick-list {
        margin: 0 -5px;
    }

    .thumbnail-slider {
        position: absolute;
        bottom: 60px;
        right: 30px;
        z-index: 10;
        width: 440px;
    }

    .thumbnail img {
        height: 130px;
        width: 183px;
    }

    .text-slider-dots {
        display: none;
    }

    .slick-dots {
        display: none !important;
    }
}

/* Extra small devices (less than 576px) */
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 26px;
        line-height: 1.15;
        max-width: 350px;
    }

    .hero-title .highlight {
        font-size: 28px;
    }

    .hero-content {
        top: 10%;
        max-width: 350px;
    }

    .everest-logo-section {
        bottom: 220px;
        left: 30px;
    }

    .project-info {
        bottom: 130px;
        padding: 15px 30px;
    }

    .thumbnails .slick-slide {
        margin: 0 5px;
    }

    .thumbnails .slick-list {
        margin: 0 -5px;
    }

    .thumbnail-slider {
        bottom: 45px;
        right: 25px;
        z-index: 10;
        width: 400px;
    }

    .thumbnail img {
        height: 120px;
        width: 170px;
    }
}

/* Extra small devices (420px and below) */
@media (max-width: 420px) {
    .hero-title {
        font-size: 22px;
        line-height: 1.15;
        max-width: 260px;
    }

    .hero-title .highlight {
        font-size: 24px;
    }

    .hero-content {
        top: 28%;
        left: 20px;
        width: 260px;
        max-width: 260px;
        transform: none;
    }

    .everest-logo-section {
        bottom: 30px;
        left: 20px;
    }

    .everest-branding img {
        max-width: 110px;
    }

    .everest-branding .tagline {
        display: none;
    }

    .project-info {
        bottom: 110px;
        padding: 15px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .info-item h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .info-item p {
        font-size: 12px;
    }

    .info-item h3:after {
        width: 45px;
        height: 1px;
        bottom: 2px;
    }

    .thumbnails .slick-slide {
        margin: 0 3px;
    }

    .thumbnails .slick-list {
        margin: 0 -3px;
    }

    .thumbnail-slider {
        bottom: 35px;
        right: 15px;
        width: 180px;
        left: auto;
        transform: none;
        z-index: 10;
    }

    .thumbnail img {
        height: 100px;
        width: 140px;
    }

    .thumbnails .slick-slide {
        margin: 0 3px;
    }

    .thumbnails .slick-list {
        margin: 0 -3px;
    }

    .thumbnail-slider {
        bottom: 35px;
        right: 15px;
        width: 180px;
        left: auto;
        transform: none;
        z-index: 10;
    }

    .thumbnail img {
        height: 100px;
        width: 140px;
    }

    .text-slider-dots {
        display: none;
    }

    .slick-dots {
        display: none !important;
    }
}

/* Very small devices (375px and below) */
@media (max-width: 375px) {
    .hero-title {
        font-size: 20px;
        line-height: 1.15;
        max-width: 240px;
    }

    .hero-title .highlight {
        font-size: 22px;
    }

    .hero-content {
        top: 15%;
        left: 15px;
        width: 240px;
        max-width: 240px;
    }

    .everest-logo-section {
        bottom: 150px;
        left: 15px;
    }

    .everest-branding img {
        max-width: 100px;
    }

    .everest-branding .tagline {
        display: none;
    }

    .project-info {
        bottom: 95px;
        padding: 10px;
    }

    .info-grid {
        gap: 10px;
    }

    .info-item h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .info-item p {
        font-size: 11px;
    }

    .info-item h3:after {
        width: 40px;
        height: 1px;
    }

    .thumbnails .slick-slide {
        margin: 0 2px;
    }

    .thumbnails .slick-list {
        margin: 0 -2px;
    }

    .thumbnail-slider {
        bottom: 25px;
        right: 10px;
        width: 150px;
        z-index: 10;
    }

    .thumbnail img {
        height: 85px;
        width: 120px;
    }

    .text-slider-dots {
        display: none;
    }

    .slick-dots {
        display: none !important;
    }

    .text-slider-dots .dot {
        width: 8px;
        height: 8px;
    }

    .dot-separator {
        width: 3px;
        height: 3px;
    }
}

/* Very small devices (320px and below) */
@media (max-width: 320px) {
    .hero-title {
        font-size: 18px;
        line-height: 1.15;
        max-width: 230px;
    }

    .hero-title .highlight {
        font-size: 20px;
    }

    .hero-content {
        top: 5%;
        left: 15px;
        width: 230px;
        max-width: 230px;
    }

    .everest-logo-section {
        bottom: 130px;
        left: 15px;
    }

    .project-info {
        bottom: 75px;
        padding: 10px;
    }

    .thumbnail-slider {
        bottom: 20px;
        right: 10px;
        width: 120px;
        z-index: 10;
    }

    .thumbnail img {
        height: 70px;
        width: 100px;
    }
}

.slider-controls {
    display: flex;
    gap: 10px;
    margin-left: 15px;
}

.prev-btn,
.next-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #c89b3c;
}

/* Fade animations for project content */
.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-title,
.info-item p,
.brand-logo object {
    transition: opacity 0.3s ease;
}

/* Slider Dots and Border Line */
.slider-dots-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    z-index: 5;
}

/* Text Slider Dots (for right side text) */
.text-slider-dots .white-border-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
}

.text-slider-dots .slider-dots {
    display: flex;
    justify-content: center;
    gap: 45px;
    width: 100%;
}

.text-slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    display: inline-block;
}

.text-slider-dots .dot.active {
    background-color: #000;
    border: 1px solid #fff;
    transform: scale(1);
    opacity: 1;
}

.white-border-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #9a0000;
    transform: scale(1.2);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(0, -40%);
    }

    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

/* Gallery Section Styles */
.gallery-section {
    padding: 80px 0;
}

.gallery-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.gallery-slider {
    position: relative;
    overflow: hidden;
}

.gallery-item {
    padding: 15px;
}

.gallery-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.02);
}

/* Slick slider custom styles for gallery */
.gallery-section .slick-prev,
.gallery-section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-section .slick-prev {
    left: 50px;
}

.gallery-section .slick-next {
    right: 50px;
}

.gallery-section .slick-prev:hover,
.gallery-section .slick-next:hover {
    background-color: #9a0000;
}

.gallery-section .slick-dots {
    bottom: 20px;
}

.gallery-section .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}

.gallery-section .slick-dots li.slick-active button:before {
    color: #9a0000;
    opacity: 1;
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 60px 0;
    }

    .gallery-section .gallery-slider .slick-slide {
        padding: 0 !important;
    }

    .video-section p {
        font-size: 14px !important;
    }
    .gallery-section h2 {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }

    .gallery-slider {
        margin-top: 28px !important;
    }

    .video-section {
        /* background-color: #f9f9f9; */
        padding: 0px 0 40px !important;
    }

    .gallery-item img {
        height: 280px !important;
        object-position: top !important;
    }

    .apply-btn {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .breadcrumb-section .slick-dots {
        bottom: 20px !important;
    }

    .filter-options button {
        padding: 5px 12px;

        margin-bottom: 10px;
    }

    .gallery-section .slick-prev,
    .gallery-section .slick-next {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 1.6rem;
        background: transparent;
    }

    .text-slider-dots .white-border-line {
        background-color: transparent;
    }

    .hero-content {
        right: 3%;
        max-width: 340px;
        bottom: 20%;
        transform: none;
    }

    .project-info {
        padding: 20px 40px;
        bottom: 50px;
    }

    .tab-ul-list ul li a {
        padding: 7px 14px !important;
        font-size: 14px !important;
    }

    .tab-ul-list ul li {
        margin-bottom: 18px !important;
    }

    .tab-ul-list ul {
        margin-bottom: 14px !important;
    }

    .awards-text {
        font-size: 15px !important;
    }

    .property-info h2 {
        font-size: 28px;
        margin-bottom: 18px !important;
    }

    .info-box p {
        color: #717171;
        font-size: 14px !important;
        margin-bottom: 9px !important;
    }

    .info-box h5 {
        font-size: 17px !important;
        font-weight: 500;
        margin-bottom: 3px !important;
    }

    .who-we-are p {
        text-align: justify !important;
        font-size: 16px !important;
    }

    .vision-list,
    .misison-list {
        display: block !important;
    }

    .vision-list .icon img,
    .misison-list .icon img {
        width: 60px;
        margin-bottom: 9px;
    }

    .text-content p {
        text-align: justify;
    }

    .core-values-slider {
        display: block !important;
    }

    .core-values-slider .card {
        width: auto !important;
        min-height: 170px !important;
        margin-bottom: 15px !important;
    }

    .our-band-ethos {
        display: block !important;
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 553px;
    }

    .left-border-line {
        margin-top: 25px;
    }

    .slider-dots-container {
        padding-bottom: 15px;
    }

    .text-slider-dots {
        margin-top: 20px;
    }

    .text-slider-dots .white-border-line {
        margin-bottom: 12px;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-content {
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .legacy-text {
        margin-top: 30px;
    }

    .stat-box {
        margin-bottom: 20px;
    }

    .testimonial-subtitle {
        font-size: 26px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-content {
        right: 20px;
        left: 38px;
        max-width: none;
        bottom: auto;
        top: 25%;
        transform: none;
    }

    .project-info {
        padding: 20px 35px;
        bottom: 13px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .left-border-line {
        margin-top: 20px;
    }

    .slider-dots-container {
        padding-bottom: 10px;
    }

    .text-slider-dots {
        margin-top: 15px;
        display: none;
    }

    .text-slider-dots .white-border-line {
        margin-bottom: 10px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .about-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .legacy-section {
        padding: 70px 0;
    }

    .stat-number {
        font-size: 24px;
    }

    .category-card {
        height: 250px !important;
    }

    .testimonials-section {
        padding: 70px 0;
    }

    .testimonial-subtitle {
        font-size: 22px;
    }

    .author-image {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .navbar-brand h1 {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    .hero-content {
        top: 32%;
        left: 23px;
        width: 280px;
        transform: none;
    }

    .project-info {
        bottom: 56px;
        left: 15px;
        padding: 15px;
    }

    .info-item h3 {
        font-size: 15px;
    }

    .info-item p {
        font-size: 13px;
    }

    .left-border-line {
        margin-top: 15px;
    }

    .brand-logo object {
        max-width: 140px;
    }

    .slider-dots-container {
        padding-bottom: 5px;
    }

    .text-slider-dots {
        margin-top: 10px;
    }

    .text-slider-dots .white-border-line {
        margin-bottom: 8px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-text {
        font-size: 14px;
    }

    .legacy-text {
        font-size: 14px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 11px;
    }

    .category-card {
        height: 200px;
    }

    .testimonial-subtitle {
        font-size: 1.2rem;
    }

    .testimonial-nav-btn {
        width: 35px;
        height: 35px;
    }

    .testimonial-card {
        padding: 15px;
    }

    .author-image {
        width: 50px;
        height: 50px;
    }

    .slick-dots {
        bottom: 10px;
    }

    .slick-dots li {
        margin: 0 3px;
    }

    .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 420px) {
    .slick-dots {
        bottom: 5px;
    }

    .slick-dots li {
        margin: 0 2px;
    }

    .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }
}

.about-section {
    padding: 100px 0;
    background-color: #eeeeee;
    position: relative;
    border-bottom: 3px solid #000;
}

.about-content {
    padding-right: 50px;
}

.about-content .section-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.about-content .highlight-red {
    color: #9a0000;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}

.section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.btn-outline-dark {
    border: 1px solid #717171;
    padding: 17px 29px;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 0;
    color: #555555;
    text-transform: uppercase;
    text-decoration: none;
}

/* .btn {
      border: 1px solid #717171;
      padding: 15px 18px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      border-radius: 0;
      color: #717171;
  } */

.btn:hover {
    background-color: #000;
    color: #fff;
}

.btn-outline-dark:hover {
    background-color: #000;
    color: #fff;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img,
.about-image object {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.about-image img:hover,
.about-image object:hover {
    transform: rotate(5deg);
}

/* Legacy Section Styles */
.legacy-section {
    padding: 100px 0 80px;
    background: url(../img/legacy-bg.png);
    background-size: 31%;
    background-repeat: repeat;
}

.legacy-title-container {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.legacy-section .section-title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
}

.legacy-section .header-section {
    margin-bottom: 100px;
}

.legacy-section .highlight-red {
    font-weight: 600;
    letter-spacing: 0;
}

.red-underline {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #9a0000;
    bottom: -10px;
    left: 0;
    right: auto;
}

.legacy-text {
    font-size: 15px;
    line-height: 1.7;
    color: #929292;
    margin-bottom: 0px;
    text-align: justify;
}

/* Stats Styles - Using Bootstrap col grid system */
.stats-row {
    margin: 40px 0 85px;
    width: 100%;
    column-gap: 12px;
}

.category-overlay h4 {
    font-size: 21px;
}

.stat-box {
    border: 1px solid #717171;
    padding: 40px 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #fff;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}

.even-box:hover {
    background: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.stat-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    line-height: 1;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-label-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.stat-label {
    font-size: 12px;
    color: #555;
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
    max-width: 90%;
    text-align: center;
}

/* Special styling for the box with the longest label */
.stat-box:last-child .stat-label {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: #555;
    height: 32px;
}

/* Responsive adjustments for stat boxes */
@media (max-width: 992px) {
    .stat-number {
        font-size: 28px;
        height: 28px;
    }

    .stat-box:last-child .stat-label {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .stat-box {
        margin-bottom: 0px;
        padding: 30px 10px 15px;
    }

    .stats-row {
        margin: 40px 0 30px;
    }
}

@media (max-width: 576px) {
    .stat-number {
        font-size: 24px;
        height: 24px;
    }

    .stat-label {
        font-size: 11px;
    }

    .stat-box:last-child .stat-label {
        font-size: 11px;
    }
}

/* Project Categories */
.project-categories {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 20px;
    gap: 20px;
    background: #fff;
}

.project-categories .col-lg-3 {
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: flex 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    flex: 1;
}

.project-categories .col-lg-3:hover {
    flex: 2;
}

.category-card {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    background-repeat: no-repeat;
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
        );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    transition: all 0.8s ease;
}

.category-overlay h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transform: none;
    transition: all 0.6s ease;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.learn-more {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 0px;
    opacity: 1;
    transform: none;
    transition: all 0.6s ease;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: normal;
}

.learn-more i {
    font-size: 10px;
    transition: transform 0.3s ease;
    margin-left: 2px !important;
}

.learn-more:hover i {
    transform: translateX(3px);
}

.learn-more:hover {
    color: #fff;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .project-categories {
        height: 280px;
        padding: 15px;
        gap: 15px;
    }

    .category-overlay {
        padding: 15px;
    }

    .category-overlay h4 {
        font-size: 13px;
    }

    .learn-more {
        font-size: 11px;
    }

    .leadership-section {
        padding: 40px 0px !important;
    }

    .leadership-text {
        font-size: 16px !important;
        text-align: justify !important;
    }

    .leadership-title {
        font-size: 30px !important;
        margin-bottom: 14px !important;
    }

    .awards-section {
        padding: 40px 0px !important;
    }

    .awards-title {
        font-size: 30px !important;
        margin-bottom: 14px !important;
    }

    .award-image {
        margin-bottom: 10px !important;
    }

    .all-projects {
        margin-top: 74px !important;
    }

    .top-pick-section h2 {
        font-size: 45px !important;
        margin-bottom: 0px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .project-categories {
        flex-direction: column;
        height: auto;
        gap: 15px;
        padding: 15px;
    }

    .project-categories .col-lg-3 {
        /*height: 200px;*/
        flex: none;
        width: 100%;
    }

    .project-categories .col-lg-3:hover {
        flex: none;
    }

    .category-card {
        height: 100%;
    }

    .category-overlay {
        padding: 15px;
    }

    .category-overlay h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .learn-more {
        font-size: 12px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .project-categories {
        padding: 10px;
        gap: 10px;
    }

    .project-categories .col-lg-3 {
        /*height: 180px;*/
    }

    .category-overlay {
        padding: 12px;
    }

    .category-overlay h4 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .learn-more {
        font-size: 11px;
    }
}

/* Very small devices (less than 420px) */
@media (max-width: 420px) {
    .project-categories {
        padding: 8px;
        gap: 8px;
    }

    .project-categories .col-lg-3 {
        /*height: 160px;*/
    }

    .category-overlay {
        padding: 10px;
    }

    .category-overlay h4 {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .learn-more {
        font-size: 10px;
    }
}

/* Extra small devices (less than 320px) */
@media (max-width: 320px) {
    .project-categories .col-lg-3 {
        /*height: 140px;*/
    }

    .breadcrumb-section .slick-dots {
        bottom: 20px !important;
    }

    .left-section {
        padding-right: 20px !important;
    }

    .right-section {
        padding-top: 20px !important;
    }

    .category-overlay h4 {
        font-size: 11px;
    }

    .learn-more {
        font-size: 9px;
    }
}

/* Testimonials Section Styles */
.testimonials-section {
    padding: 60px 0;
    /* background-color: #fff; */
    position: relative;
    overflow: hidden;
    background-image: url(../img/feedback-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .testimonials-section::before,
  .testimonials-section::after {
      content: '';
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      border: 1px solid rgba(0,0,0,0.05);
      z-index: 0;
  }

  .testimonials-section::before {
      top: -150px;
      left: -150px;
  }

  .testimonials-section::after {
      bottom: -150px;
      right: -150px;
  } */

.section-header {
    margin-bottom: 60px;
}

.section-title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testimonial-subtitle {
    font-size: 22px;
    color: #999;
    font-weight: 300;
    margin-top: 0;
}

.highlight-red {
    color: #9a0000;
    font-weight: 800;
}

.testimonial-slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 50px;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 0px;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: all 0.3s ease;
    min-width: calc(33.333% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.testimonial-card:first-child {
    border-left: none;
}

.testimonial-card:last-child {
    border-right: none;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: none;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.testimonial-rating {
    margin-bottom: 15px;
    color: #ffd700;
    font-size: 14px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Navigation buttons */
.testimonial-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-nav-btn:hover {
    background-color: #f5f5f5;
}

.prev-testimonial {
    left: -20px;
}

.next-testimonial {
    right: -20px;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #9a0000;
    transform: scale(1.2);
}

/* Responsive styles */
@media (max-width: 992px) {
    .testimonial-slider-container {
        padding: 0 40px;
    }

    .testimonial-card {
        min-width: calc(50% - 15px);
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .testimonial-slider-container {
        padding: 0 30px;
    }

    .testimonial-card {
        min-width: calc(100% - 10px);
        padding: 15px;
    }

    .testimonial-nav-btn {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 576px) {
    .testimonial-slider-container {
        padding: 0 25px;
    }
}

/* Connect Today Section */
.connect-section {
    background: url(../img/bg-img-1.png);
    /*    background-size: 31%;*/
    /* background-position: center; */
    background-repeat: repeat;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    /* border-top: 1px solid #f0f0f0; */
}

/* .connect-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm32-63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23f0f0f0' fill-opacity='0.5' fill-rule='evenodd'/%3E%3C/svg%3E");
      opacity: 0.5;
      z-index: 0;
  } */

.connect-content {
    position: relative;
    z-index: 1;
}

.connect-subtitle {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 12px;
    text-transform: lowercase;
}

.connect-title {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: uppercase;
}

.connect-title span {
    font-weight: normal;
}

.connect-text {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    /* max-width: 500px; */
    font-weight: normal !important;
}

.connect-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.connect-buttons .btn {
    padding: 18px 40px;
    border: 1px solid #fff;
    color : #fff !important;

    font-size: 15px;
    font-weight: normal;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-radius: 0px;
}

.connect-buttons .btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

@media (max-width: 992px) {
    .connect-title {
        font-size: 54px;
    }

    .connect-buttons {
        justify-content: flex-start;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .connect-section {
        padding: 60px 0;
    }

    .connect-title {
        font-size: 44px;
    }

    .connect-subtitle {
        font-size: 22px;
    }

    .connect-text {
        font-size: 14px;
    }

    .connect-buttons .btn {
        padding: 10px 20px;
    }
}

@media (max-width: 576px) {
    .connect-title {
        font-size: 36px;
    }

    .connect-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .connect-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

/* Footer Section */
.footer-section {
    background-color: #000;
    color: #fff;
    padding: 50px 0 20px;
    position: relative;
}

.footer-main {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 28%);
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    gap: 30px;
}

.footer-link {
    color: #d9d9d9;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #c89b3c;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #d9d9d9;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-logo {
    max-width: 120px;
    position: relative;
}

.footer-logo:before {
       content: "";
    background: #fff;
    position: absolute;
    left: -79px;
    top: 0px;
    width: 2px;
    height: 57px;
    z-index: 99;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 12px;
    color: #d9d9d9;
}

@media (max-width: 992px) {
    .footer-contact {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
    }

    .footer-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-logo {
        margin-top: 20px;
    }
}

/* Style for specifications text */
.specs-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border: none;
    background: none;
    position: relative;
}

/* Dot separator for specifications */
.dot-separator {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

/* Scroll Reveal Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Add animation delay classes */
.about-section,
.legacy-section,
.project-categories,
.testimonials-section,
.connect-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.about-section.visible,
.legacy-section.visible,
.project-categories.visible,
.testimonials-section.visible,
.connect-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Add animation to section titles */
.section-title {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.section-title.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Add animation to stat boxes */
.stat-box {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.stat-box.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Add animation to testimonial cards */
.testimonial-card {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.testimonial-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Disable animations on mobile devices */
@media (max-width: 992px) {
    .fade-up,
    .about-section,
    .legacy-section,
    .project-categories,
    .testimonials-section,
    .connect-section,
    .section-title,
    .stat-box,
    .testimonial-card {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .fade-up.visible,
    .about-section.visible,
    .legacy-section.visible,
    .project-categories.visible,
    .testimonials-section.visible,
    .connect-section.visible,
    .section-title.visible,
    .stat-box.visible,
    .testimonial-card.visible {
        opacity: 1;
        transform: none;
    }

    /* Remove delay classes on mobile */
    .delay-1,
    .delay-2,
    .delay-3,
    .delay-4,
    .delay-5 {
        transition-delay: 0;
    }
}

/* Everest Logo Section Styles */
.everest-logo-section {
    position: absolute;
    bottom: 180px;
    left: 50px;
    z-index: 2;
}

.everest-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.everest-branding img {
    max-width: 200px;
    height: auto;
    margin-bottom: 5px;
}

.everest-branding .tagline {
    display: none;
}

.breadcrumb-section img {
    width: 100%;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .everest-logo-section {
        bottom: 170px;
        left: 45px;
    }

    .everest-branding img {
        max-width: 180px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .everest-logo-section {
        bottom: 225px;
        left: 40px;
    }

    .info-grid::before {
        background: transparent;
    }

    .everest-branding img {
        max-width: 160px;
    }

    .everest-branding .tagline {
        display: none;
    }

    .project-info {
        padding: 20px 40px;
    }

    .about-content .section-title {
        font-size: 28px;
    }

    .about-section {
        padding: 60px 0px;
    }

    .section-text {
        text-align: justify;
    }

    .legacy-section {
        padding: 60px 0px;
    }

    .legacy-section .section-title {
        font-size: 40px;
    }

    .legacy-section .header-section {
        margin-bottom: 50px;
    }

    .about-section .about-content {
        padding-right: 8px;
    }

    .about-content {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .hero-section,
    .background-slider,
    .slide {
        height: 500px;
        /* Adjust this value as needed */
    }

    .thumbnail-slider {
        bottom: 20px;
        /* Adjust position for mobile */
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .everest-logo-section {
        bottom: 250px;
        left: 35px;
    }

    .everest-branding img {
        max-width: 140px;
    }

    .everest-branding .tagline {
        display: none;
    }

    .project-info {
        padding: 20px 35px;
        bottom: 80px;
    }

    .info-grid {
        gap: 15px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .everest-logo-section {
        bottom: 230px;
        left: 16px;
    }

    .everest-branding img {
        max-width: 120px;
    }

    .everest-branding .tagline {
        display: none;
    }

    .project-info {
        padding: 15px 30px;
        bottom: 50px;
        left: 0;
    }

    .info-grid {
        gap: 10px;
    }

    .info-item h3 {
        font-size: 14px;
    }

    .info-item p {
        font-size: 12px;
    }
}

/* Very small devices (iPhone SE, Galaxy Fold, etc.) */
@media (max-width: 374.98px) {
    .everest-logo-section {
        bottom: 215px;
        left: 17px;
    }

    .everest-branding img {
        max-width: 100px;
    }

    .everest-branding .tagline {
        display: none;
    }

    .project-info {
        padding: 10px 20px;
    }

    .info-item h3 {
        font-size: 13px;
    }

    .info-item p {
        font-size: 11px;
    }
}

/* Extra small devices (420px and below) */
@media (max-width: 420px) {
    .hero-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .hero-title .highlight {
        font-size: 1.4rem;
    }

    .thumbnail-slider {
        bottom: 35px;
        right: 20px;
        width: 209px;
        left: auto;
        transform: none;
        z-index: 10;
    }

    .thumbnail img {
        height: 100px;
        width: 100px;
        margin-left: auto;
    }
}

/* Very small devices (320px and below) */
@media (max-width: 320px) {
    .hero-title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .hero-title .highlight {
        font-size: 1.3rem;
    }

    .thumbnail-slider {
        bottom: 30px;
        right: 15px;
        width: 180px;
        z-index: 10;
    }

    .property-info,
    .experience-section {
        padding: 40px 0px !important;
    }

    .concept-title {
        font-size: 30px !important;
    }

    .property-info h2 {
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }

    .info-box h5 {
        font-size: 16px !important;
    }

    .info-box p {
        font-size: 15px !important;
        margin-bottom: 14px !important;
    }

    /* .thumbnail img {
          height: 127px;
          width: 180px;
      } */
}

/* Fix spacing in JS initialization too */
@media (max-width: 991.98px) {
    /* This section can be removed as it's redundant with the responsive styles above */
}

@media (max-width: 767.98px) {
    /* This section can be removed as it's redundant with the responsive styles above */
}

@media (max-width: 420px) {
    /* This section can be removed as it's redundant with the responsive styles above */
}

.everest-section {
    background: url("pattern.png") repeat;
    padding: 40px 0 70px;
}

.everest-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.everest-card img {
    width: 100%;
    border-radius: 10px;
}

.everest-content {
    padding: 0px 57px;
}

.everest-content .logo {
    max-width: 235px;
    margin-bottom: 25px;
}

.everest-content p {
    font-size: 15px;
    color: #929292;
    line-height: 1.5;
    padding-bottom: 60px;
    text-align: justify;
    margin-bottom: 0px;
}

.btn-outline {
    border: 1px solid #000;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #9c6c38;
    color: #fff;
    border-color: #9c6c38;
}

@media (max-width: 768px) {
    /* .everest-section .row {
          flex-direction: column-reverse;
      } */

    .everest-content .logo {
        max-width: 185px;
        margin-bottom: 5px;
    }

    .everest-content {
        text-align: center;
        padding: 0px 25px !important;
    }

    .everest-content p {
        margin-bottom: 0px;
        padding-bottom: 25px;
        font-size: 14px;
        line-height: 1.7;
    }

    .everest-section {
        padding: 14px 0px 0px;
    }

    .experience-section .section-title {
        font-size: 30px !important;

        line-height: 1.2 !important;
    }

    .experience-section .section-text {
        padding-left: 0px !important;
        font-size: 14px !important;
        padding-top: 20px !important;
    }

    .concept-text {
        font-size: 14px !important;
        text-align: justify !important;
    }
}

.top-pick-section {
    padding: 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-pick-section h2 {
    font-size: 120px;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.filter-btn {
    border: 1px solid #000;
    background-color: transparent;
    padding: 15px 20px;
    font-size: 21px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 100;
    width: 175px;
    justify-content: center;
    color: #555555;
}

.filter-btn i {
    font-size: 1rem;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .top-pick-section {
        flex-direction: row;
        justify-content: space-between;
        padding: 15px;
    }

    .top-pick-title {
        font-size: 2rem;
    }

    .filter-btn {
        font-size: 0.9rem;
        padding: 6px 16px;
    }
}

@media (max-width: 576px) {
    .top-pick-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .top-pick-title {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .filter-btn {
        width: 100%;
        max-width: 160px;
    }
}

.modal-content {
    border-radius: 0px;
    padding: 20px 10px 40px 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-header h5 {
    font-weight: bold;
}

.modal-body {
    padding: 0px 20px;
}

.modal-body input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

h6 {
    font-weight: bold;
    margin-top: 15px;
}

.filter-options button {
    border: none;
    background: #eee;
    padding: 8px 12px;
    margin-right: 10px;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s;
}

.filter-options button:hover {
    background: #787878;
    color: #fff;
}

.apply-btn {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    width: 390px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 19px;
    margin: 0px auto;
    /* text-align: center; */
    display: grid;
    color: #000;
    margin-top: 50px;
}

.breadcrumb-section {
    position: relative;
    overflow: hidden;
}

.breadcrumb-slider {
    width: 100%;
    height: 100%;
}

.breadcrumb-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.8s ease;
}

.breadcrumb-slider .slick-active img {
    transform: scale(1);
}

/* .slick-prev, .slick-next {
      z-index: 1;
      width: 50px;
      height: 50px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      transition: all 0.3s ease;
  }
  .slick-prev {
      left: 25px;
  }
  .slick-next {
      right: 25px;
  }
  .slick-prev:hover, .slick-next:hover {
      background: rgba(255, 255, 255, 0.4);
  }
  .slick-prev:before, .slick-next:before {
      display: none;
  }
  .slick-prev i, .slick-next i {
      color: #fff;
      font-size: 18px;
  } */
.breadcrumb-section .slick-dots {
    bottom: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 12;
    width: auto;
    opacity: 1;
    visibility: visible;
}

.breadcrumb-section .slick-dots li {
    margin: 0 6px;
    width: auto;
    height: auto;
}

.breadcrumb-section .slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
    transition: all 0.3s ease;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-section .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
    transform: scale(1.2);
    background-color: #fff;
}

.breadcrumb-slider .slick-slide {
    transform: scale(0.9);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.breadcrumb-slider .slick-current {
    transform: scale(1);
}

/* Property Info Section Styles */
.property-info h2 {
    color: #b78e36;
    font-weight: 500;
    font-size: 37px;
}

.info-box p {
    color: #717171;
    font-size: 17px;
}

.info-box h5 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px !important;
}

.main-project-info,
.background-pattern {
    background: url(../img/legacy-bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-size: 31%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.experience-section {
    padding: 60px 0;
    background: linear-gradient(
        rgba(238, 238, 238, 0.4),
        rgba(238, 238, 238, 0.4)
        ),
        url("../img/legacy-bg.png");
    position: relative;
}

.experience-section span {
    color: #b78e36;
    display: block;
}

/* The Concept Section */
.concept-section {
    position: relative;
    /*background: url("../img/concept-img.jpg") no-repeat center center;*/
    /*background-size: cover !important;*/
    /*min-height: 100vh;*/
    /*display: flex;*/
    /*align-items: flex-end;*/
    padding: 0;
}

.concept-overlay {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000bf;
    width: 100%;
    padding: 20px 0px;
}

.concept-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 10px;
}

.concept-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}

.concept-text {
    font-size: 19px;
    line-height: 1.8;
    font-weight: 300;
    margin: 0;
    letter-spacing: 0.7px;
}

.premium-amenities-section {
    padding: 190px 0px 10px;
    background: url("../img/legacy-bg.png");
    background-repeat: repeat;
    background-size: 30%;
}

.premium-title {
    color: #b78e36;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
    font-size: 37px;
}

.amenities-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.amenities-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.amenity-text {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    flex: 1;
    margin-left: 15px;
    color: #000;
}

.amenity-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.amenities-list li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.amenities-list li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b08a34;
}

@media (max-width: 991.98px) {
    .premium-title {
        font-size: 30px;
    }

    .amenities-list li {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .premium-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .amenities-list li {
        font-size: 14px;
        padding: 10px 0;
    }

    .amenities-list li img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 575.98px) {
    .premium-title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .amenities-list li {
        font-size: 13px;
        padding: 8px 0;
    }

    .amenities-list li img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

    .gallery-section {
        padding: 29px 0 20px;
    }

    .amenities-list li::after {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 420px) {
    .premium-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .amenities-list li {
        font-size: 15px;
        padding: 6px 0;
    }

    .amenities-list li::after {
        width: 8px;
        height: 8px;
        bottom: 3px;
    }
}

@media (max-width: 320px) {
    .premium-title {
        font-size: 22px;
    }

    .amenities-list li {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .amenities-list li img {
        width: 30px;
        height: 30px;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .amenities-list {
        margin-bottom: 20px;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    section.premium-amenities-section {
        padding: 40px 0px 10px;
    }

    section.premium-amenities-section .col-md-5.col-lg-5 {
        margin-top: 0px !important;
    }
}

.gallery-slider .slick-next:before {
}

.gallery-section {
    padding: 50px 0 20px;
    background: url("../img/legacy-bg.png");
    background-size: 30%;
}

.gallery-section h2 {
    font-size: 35px;
    font-weight: 500;
    color: #b78e36;
    margin-bottom: 30px;
    text-align: center;
}

.gallery-slider {
    margin: 0 -15px;
}

.gallery-item {
    padding: 0 15px;
}

.gallery-slider img {
    width: 100%;
    border-radius: 18px;
    height: 450px;
    object-fit: cover;
    margin-bottom: 30px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next,
.slider-nav .custom-prev,
.slider-nav .custom-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 1;
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    pointer-events: none;
}

.slider-nav button {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-slider .slick-dots {
    bottom: -40px;
}

.gallery-slider .slick-dots li button:before {
    font-size: 12px;
}

.video-section {
    /* background-color: #f9f9f9; */
    padding: 60px 0 140px;
    background: url("../img/legacy-bg.png");
    background-size: 30%;
}

.video-section h2 {
    font-size: 24px;
    font-weight: bold;
    color: #af8a3d;
    margin-bottom: 15px;
}

.video-section p {
    font-size: 17px;
    color: #929292;
    line-height: 1.7;
    text-align: justify;
}

.video-section .video-slider {
    position: relative;
}

.video-section .video-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin: 10px;
}

.video-section .video-container img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}

.video-section .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 50px;
    background: red;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.video-section .play-btn::after {
    content: "\25B6";
    color: white;
    font-size: 26px;
}

/* Slick Slider Arrows */
.video-section .slick-prev,
.video-section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 10;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: background 0.3s;
    font-size: 20px;
}

.video-section .slick-prev:hover,
.video-section .slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.video-section .slick-prev {
    left: 20px;
}

.video-section .slick-next {
    right: 20px;
}

.video-section .slick-prev:focus,
.video-section .slick-next:focus {
    background: rgba(0, 0, 0, 0.6) !important;
    outline: none;
}

.virtual-tour-section {
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.virtual-tour-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.virtual-tour-box {
    flex: 1;
    text-align: center;
}

.virtual-tour-box h2 {
    font-size: 40px;
    font-weight: 500;
    color: #af8a3d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
}

.tour-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 10px;
    justify-content: center;
}

.tour-title {
    font-size: 70px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2.5px #af8a3d;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.8;
}

.check-now-btn {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border: 2px solid #ccc;
    background: none;
    padding: 12px 24px;
    text-decoration: none;
    transition: 0.3s;
}

.check-now-btn:hover {
    background: #af8a3d;
    color: #fff;
    border-color: #af8a3d;
}

.divider {
    width: 2px;
    height: 200px;
    background-color: #b78e36;
}

@media (max-width: 992px) {
    .virtual-tour-container {
        flex-direction: column;
        gap: 10px;
    }

    .divider {
        width: 80%;
        height: 2px;
        margin: 30px 0;
    }

    .virtual-tour-box h2 {
        font-size: 30px;
    }

    .tour-wrapper {
        gap: 27px;
        margin-top: 10px;
    }

    .tour-title {
        font-size: 38px;
        -webkit-text-stroke: 2px #af8a3d;
    }

    .tour-wrapper a {
        font-size: 13px !important;
        padding: 10px 22px !important;
    }

    .map-section h2 {
        font-size: 30px;
    }

    .map-section {
        padding: 40px 0px !important;
    }

    .map-container {
        padding: 20px 20px !important;
    }
}

.map-section {
    text-align: center;
    padding: 60px 0;
    background: url("../img/legacy-bg.png");
    background-size: 30%;
}

.map-section h2 {
    font-size: 35px;
    font-weight: 500;
    color: #af8a3d;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.map-container {
    margin: 0 auto;
    padding: 20px 50px;

    border-radius: 8px;
}

.map-container iframe {
    width: 100%;
    height: 545px;
    border: none;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
}

.empire-section {
    text-align: center;
    padding: 0px 15px;
    background: url("../img/legacy-bg.png");
    background-size: 30%;
}

.empire-section-title {
    font-size: 35px;
    font-weight: 500;
    color: #af8a3d;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.empire-section-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 23px;
}

.empire-card {
    text-align: center;
    padding: 10px;
}

.empire-card img {
    width: 100%;
    height: 530px;
    border-radius: 0px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.empire-card-title {
    font-size: 17px;
    color: #333;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: normal;
}

.empire-card-subtitle {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .empire-section {
        padding: 40px 10px;
    }

    .empire-section-title {
        font-size: 24px;
    }

    .empire-card-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .empire-card {
        margin-bottom: 0px;
    }

    .empire-card img {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
        height: 310px;
        object-position: top;
    }
}

@media (max-width: 576px) {
    .empire-section {
        padding: 30px 5px;
    }

    .empire-section-title {
        font-size: 20px;
    }

    .empire-card-title {
        font-size: 12px;
    }
}

.main-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: url("../img/legacy-bg.png");
    background-size: 30%;
}

.left-section {
    flex: 1.1;
    padding: 40px;
    position: relative;
    background: rgb(248 248 248 / 48%);
    border-right: 1px solid #b78e36;
}

.right-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-left: 5%;
}

.vertical-divider {
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #d6b161;
}

/* Left Section Styles */
.approval-block {
    margin-bottom: 60px;
    position: relative;
    max-width: 400px;
}

.approval-block:last-child {
    margin-bottom: 0;
}

.approval-title {
    color: #b78e36;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 5px;
}

.approval-content {
    color: #000;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0px;
}

.divider-line {
    position: relative;
    height: 1px;
    background-color: #d6b161;
    margin: 15px 0;
    width: 100%;
}

.divider-line::before,
.divider-line::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #d6b161;
    border: 2px solid #d6b161;
    border-radius: 50%;
    top: -4px;
}

.divider-line::before {
    left: -14px;
}

.divider-line::after {
    right: -14px;
}

/* Right Section Styles */
.know-more-text {
    color: #b78e36;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.more-text {
    color: #b78e36;
    font-size: 135px;
    font-weight: 500;
    line-height: 0.4;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.exclamation {
    font-size: 90px;
    display: inline-block;
    vertical-align: top;
    color: transparent;
    -webkit-text-stroke: 2px #d6b161;
    text-stroke: 2px #d6b161;
    margin-top: 18px;
}

.download-btn {
    border: 1px solid #717171;
    color: #717171;
    background-color: transparent;
    padding: 7px 32px;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: fit-content;
    text-align: center;
    text-decoration: none;
    margin-top: 35px;
    margin-left: 10px;
}

 .download-btn:hover {
      background-color: #D6B161;
      color: white;
  } 

/* Zig-zag alignment */
.rera-block {
    margin-left: 0;
    margin-right: auto;
}

.hmda-block {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.hmda-block .approval-title,
.hmda-block .approval-content {
    text-align: right;
}

.bank-block {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 991px) {
    .main-container {
        flex-direction: column;
        padding: 40px 0px;
        padding-top: 0px !important;
    }

    .more-text {
        font-size: 88px;
    }

    .vertical-divider {
        display: none;
    }

    .right-section {
        padding-top: 40;
        margin-left: 0px;
        align-items: center;
    }

    .left-section {
        padding-right: inherit;
    }

    .hmda-block,
    .hmda-block .approval-title {
        text-align: right;
    }

    .approval-block {
        margin-bottom: 35px !important;
    }

    .download-btn {
        margin: 0px !important;
        padding: 7px 28px;
        font-size: 14px;
    }

    .properties-section {
        padding: 0px 0px 40px !important;
    }

    .properties-section h2 {
        font-size: 30px !important;
        margin-bottom: 30px !important;
    }
}

.properties-section {
    text-align: center;
    padding: 50px 0;
    background: url("../img/legacy-bg.png");
    background-size: 30%;
}

.properties-section h2 {
    font-size: 36px;
    font-weight: 500;
    color: #d6b161;
    margin-bottom: 45px;
}

/* .properties-container {
      display: flex;
      justify-content: center;
      gap: 30px;
        max-width: 1100px;
      margin: 0 auto;
      flex-wrap: wrap;
  } */

.property {
    text-align: center;
    position: relative;
}

.property img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.property-footer {
    display: flex;
    align-items: center;
    margin-top: 15px;
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.left-section .property-divider-line {
    position: relative;
    height: 1px;
    background-color: #d6b161;
    flex-grow: 1;
    margin-top: 7px;
}

.property-divider-line {
    position: relative;
    height: 1px;
    background-color: #d6b161;
    flex-grow: 1;
}

.left-section .property-divider-line:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #d6b161;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}

.property-divider-line:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #d6b161;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.property-divider-line:before {
    left: -14px;
}

.property-title {
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding-left: 10px;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .property {
        width: 45%;
    }

    .careers-sec .heading-line {
        bottom: -7px !important;
    }

    .careers-sec .tab-panel {
        min-height: 245px;
    }

    .careers-sec .flip-container {
        min-height: 270px !important;
        margin-bottom: 0px !important;
    }

    .careers-sec .section-heading {
        font-size: 55px !important;
    }

    .current-openings .jobs-table th {
        font-size: 13px !important;
        height: 65px !important;
    }

    .current-openings .jobs-table-container {
        overflow-x: scroll !important;
    }

    .current-openings .jobs-table td {
        padding: 10px 4px !important;
        font-size: 13px !important;
    }

    .current-openings .btn-view {
        font-size: 13px;
        white-space: nowrap;
    }

    .current-openings .refer-section {
        text-align: center;
        padding: 50px 0px 80px !important;
    }

    .dream-team-heading {
        font-size: 29px !important;
        margin-bottom: 19px !important;
    }

    .current-openings .page-header h1 {
        font-size: 29px !important;
    }

    .dream-team-section {
        padding: 30px 0px 0px !important;
    }

    .careers-sec {
        padding: 40px 0px 0px !important;
    }

    .careers-sec .main-heading {
        margin-top: 0px !important;
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {
    .properties-container {
        flex-direction: column;
        align-items: center;
    }

    .property {
        width: 90%;
        margin: 0px auto;
    }
    

    .careers-sec .flip-container {
        min-height: 355px;
        margin-bottom: 0px !important;
    }

    .careers-sec .tab-panel {
        min-height: 225px !important;
    }

    .testi-about .prev-testimonial {
        left: 32px !important;
    }

    .testi-about .next-testimonial {
        right: 32px !important;
    }
}

/* Inner Breadcrumb Section */
.inner-breadcrumb {
    background-color: #000;
    padding: 30px 0;
    text-align: center;
}

.in-breadcrumb-title {
    color: #fff;
    font-size: 47px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 100px;
}

@media (max-width: 768px) {
    .in-breadcrumb-title {
        font-size: 22px;
    }
}

/* Parent Section */
.about-tabs-section {
    background: linear-gradient(to top, #ececec, #ffffff);
    padding: 50px 0px;
    text-align: center;
}

/* Container */
.about-tabs-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Tab Navigation */
.nav-tabs-wrapper {
    display: flex;
    justify-content: center;
    /* Centering */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 10px;
    cursor: grab;
    user-select: none;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.nav-tabs-wrapper::-webkit-scrollbar {
    height: 6px;
}

.nav-tabs-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.nav-tabs-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.nav-tabs-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    /* Centering */
    flex-wrap: nowrap;
    width: max-content;
    border-bottom: none;
    gap: 15px;
}

.nav-tabs .nav-item {
    flex-shrink: 0;
}

.nav-tabs .nav-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 20px;
    background: transparent;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Tab Content */
.tab-content {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 20px;
    text-align: left;
    padding: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs-wrapper {
        justify-content: flex-start;
        /* Align left for scrolling */
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;
    }

    .nav-tabs {
        justify-content: flex-start;
        /* Prevent centering on mobile */
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        gap: 10px;
    }

    .nav-tabs .nav-item {
        flex: none;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 8px 15px;
    }

    .tab-content {
        font-size: 14px;
        padding: 15px;
    }
}

.leadership-section {
    text-align: center;
    padding: 70px 0px 40px;
}

.leadership-title {
    color: #9a0000;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 20px;
}

.leadership-text {
    color: #929292;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
}

.leader-name {
    font-weight: 500;
    color: #929292;
    font-size: 28px;
}

.stars {
    margin-top: 15px;
}

.stars img {
    width: 185px;
    height: auto;
    margin-top: 22px;
}

.awards-section {
    text-align: center;
    padding: 60px 0px;
    margin: auto;
    border-bottom: 1px solid #717171;
}

.awards-title {
    color: #000;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 15px;
}

.awards-text {
    color: #929292;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
}

.award-image {
    width: 100%;
    height: auto;
    border-radius: 0px;
    object-fit: cover;
}

.testi-about {
    background-image: none;
    background-color: transparent !important;
    padding: 60px 0px !important;
}

.testi-about .section-header h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
}

.testi-about .section-header p {
    font-size: 38px;
    color: #929292;
}

.testi-about .testimonial-text {
    color: #717171 !important;
}

.testi-about .highlight-red {
    color: #b30000;
    font-weight: 500;
}

.careers-sec .main-heading {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 35px;
}

.careers-sec .main-heading span {
    color: #dc3545;
}

/* Custom tab navigation */
.careers-sec .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    width: 100%;
}

.careers-sec .nav-item {
    margin: 0 5px;
}

.careers-sec .nav-link {
    border-radius: 30px !important;
    padding: 8px 25px !important;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    font-size: 18px;
}

.careers-sec .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* Tab content styling */
.careers-sec .tab-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    min-height: 300px;
}

.careers-sec .tab-pane {
    padding: 10px;
}

/* Section heading container */
.careers-sec .heading-container {
    position: relative;
    margin-bottom: 0px;
}

/* Base section heading styling */
.careers-sec .section-heading {
    font-size: 74px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}

/* Line styles */
.careers-sec .heading-line {
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    width: 70%;
}

/* Culture specific styles */
.careers-sec #culture .heading-container {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.careers-sec #culture .heading-line {
    position: relative;
    right: auto;
    left: auto;
}

/* People specific styles */
.careers-sec #people .heading-container {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.careers-sec #people .heading-line {
    position: relative;
    left: auto;
    right: auto;
}

/* Growth specific styles */
.careers-sec #growth .heading-container {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.careers-sec #growth .heading-line {
    position: relative;
    right: auto;
    left: auto;
}

.careers-sec .tab-pane p {
    color: #4a4a4a;
    line-height: 1.7;
    font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .careers-sec .section-heading {
        font-size: 2.5rem;
    }

    .careers-sec .nav-link {
        padding: 6px 18px !important;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .careers-sec .nav-tabs {
        flex-wrap: wrap;
    }

    .careers-sec .nav-item {
        margin: 3px;
    }

    .careers-sec .section-heading {
        font-size: 2rem;
    }
}

.dream-team-section {
    text-align: center;
    padding: 60px 0;
    /* max-width: 800px; */
}

.dream-team-heading {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 500;
}

.dream-team-heading span {
    color: #9a0000;
}

.dream-team-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.bank-details-sec {
    padding: 70px 0;
}

.location-section {
    margin-bottom: 100px;
}

.location-title {
    color: #333;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.location-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dc3545;
}

.property-item {
    border: 1px solid #e0e0e0;
    padding: 12px 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
}

.property-name {
    font-weight: 500;
}

.toggle-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #333;
    font-size: 28px;
    padding: 0;
    cursor: pointer;
}

.toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.property-list {
    max-width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.property-content {
    display: none;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin-bottom: -1px;
}

.bank-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bank-details li {
    padding: 10px 15px;
}

.bank-details li:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    /* .row {
          flex-direction: column;
      } */

    .col-md-6 {
        margin-bottom: 20px;
    }

    .property-list {
        width: 100%;
    }
}

.privacy-sec {
    border-radius: 0.25rem;
    padding: 100px 0;
}

.privacy-sec h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    font-size: 24px;
    margin-top: 19px;
}

.privacy-sec p {
    color: #000;
    line-height: 1.7;
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.privacy-sec a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-sec a:hover {
    color: #000;
    text-decoration: underline;
}

.current-openings .page-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
}

.current-openings .page-header h1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.current-openings .page-header h1 .red-text {
    color: #9a0000;
}

.current-openings .page-header p {
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Modified search container to use Bootstrap's col-md-8 class for centering */
.current-openings .search-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 58px;
    /* Equivalent to col-md-8 (8/12 of container) */
}

.current-openings .dropdown-select {
    width: 160px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    border: none;
    background: transparent;
}

.current-openings .search-input {
    width: 155px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 41px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.current-openings .search-input button {
    border: none;
    background: transparent;
    outline: none;
    width: 110px;
    color: #424242;
}

.current-openings .search-input svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -3px;
}

.current-openings .jobs-table {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #ddd;
}

.current-openings .jobs-table th {
    background-color: transparent;
    padding: 14px 52px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    font-size: 20px;
    height: 75px;
    text-align: center;
}

.current-openings .jobs-table td {
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    font-size: 14px;
}

/* Make table border visible */
.current-openings .jobs-table-container {
    border: 1px solid #000;
    border-radius: 8px;
    /* overflow: hidden; */
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    /* Adjust table width to better match the image */
}

.current-openings .btn-view {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    border-radius: 20px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    width: 200px;
}

.current-openings .btn-apply {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    border-radius: 20px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    width: 200px;
}

.current-openings .btn-view:hover,
.current-openings .btn-apply:hover {
    background-color: #f5f5f5;
}

.current-openings .view-more {
    text-align: center;
    margin: 1rem 0 2rem;
}

.current-openings .btn-view-more {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    border-radius: 20px;
    padding: 8px 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.current-openings .refer-section {
    text-align: center;
    padding: 95px 0px 80px;
}

.current-openings .refer-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.current-openings .refer-section p {
    color: #555;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.current-openings .btn-apply-here {
    border: 1px solid #333;
    color: #333;
    background-color: transparent;
    border-radius: 20px;
    padding: 8px 25px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.current-openings .email-info {
    color: #555;
}

/* Hide additional job rows initially */
.current-openings .hidden-job {
    display: none;
}

@media (max-width: 768px) {
    .current-openings .search-container {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        gap: 15px;
        border-radius: 8px;
    }

    .current-openings .dropdown-select,
    .current-openings .search-input {
        width: 100%;
        max-width: 300px;
    }

    .current-openings .jobs-table-container {
        max-width: 100%;
        margin: 0 10px;
        overflow-x: auto;
    }

    .current-openings .jobs-table {
        font-size: 0.9rem;
        min-width: 650px;
    }

    .current-openings .jobs-table th {
        white-space: nowrap;
        padding: 12px 10px;
        font-size: 16px;
    }

    .current-openings .jobs-table td {
        padding: 15px 10px;
        font-size: 12px;
    }

    .current-openings .jobs-table td:first-child {
        min-width: 160px;
    }

    .current-openings .btn-view,
    .current-openings .btn-apply {
        padding: 6px 8px;
        font-size: 0.5rem;
        width: 100%;
        margin: 2px 0;
    }

    .current-openings .refer-section h2 {
        font-size: 30px;
        margin-bottom: 1rem;
        font-weight: 500;
        line-height: 1.4;
    }

    .current-openings .refer-section {
        text-align: center;
        padding: 35px 0px 40px;
    }

    .current-openings .refer-section p {
        color: #555;
        margin-bottom: 1.5rem;
        font-size: 16px;
    }
}

.job-modal .modal-content {
    border-radius: 0;
    padding: 20px 25px;
    border: 1px solid #e5e5e5;
    max-height: 90vh;
    overflow-y: auto;
}

.job-modal .modal-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.job-modal .modal-header {
    border-bottom: none;
    justify-content: center;
    position: relative;
}

.job-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.job-modal .job-section {
    font-size: 13px;
    color: #333;
}

.job-modal .job-section h6 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.job-modal .job-section ul {
    padding-left: 18px;
}

.job-modal .job-section ul li {
    margin-bottom: 8px;
}

.job-modal .job-section p {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .job-modal .modal-content {
        padding: 15px;
    }

    .job-modal .modal-title {
        font-size: 13px;
    }

    .job-modal .job-section {
        font-size: 12px;
    }
}

.applymodal.modal-content {
    border-radius: 0;
    padding: 30px;
    border: 1px solid #e5e5e5;
}

.applymodal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.applymodal .modal-title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.applymodal .btn-close {
    font-size: 1.5rem;
}

.applymodal .form-control,
.applymodal .form-select {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.applymodal .form-control:focus,
.applymodal .form-select:focus {
    border-color: #000;
    box-shadow: none;
}

.applymodal .upload-btn {
    border: 1px solid #f5c679;
    background: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #f5c679;
}

.applymodal .submit-btn {
    border: 1px solid black;
    background: white;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 15px;
}

.applymodal .success-message {
    color: green;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.applymodal .recaptcha-box {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applymodal .form-text {
    font-size: 11px;
    color: #777;
    margin-top: -10px;
    margin-bottom: 10px;
}

.jobs-apply.modal-content {
    border-radius: 0;
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.jobs-apply .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.jobs-apply .modal-title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
}

.jobs-apply .btn-close {
    font-size: 1.5rem;
}

.jobs-apply .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.jobs-apply .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.jobs-apply .gray-box {
    background-color: #f2f2f2;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.jobs-apply .upload-btn {
    border: 1px solid #ccc;
    background: white;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
}

.jobs-apply .submit-btn {
    border: 1px solid black;
    background: white;
    padding: 8px 30px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 15px;
}

.jobs-apply .success-message {
    color: green;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.jobs-apply .recaptcha-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
}

.jobs-apply .form-text {
    font-size: 11px;
    color: #777;
    margin-top: -10px;
    margin-bottom: 10px;
}

.custom-padding {
    padding: 0px 60px;
}

.project-lit-img {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

/* About us page styles */

.tab-ul-list ul {
    padding-left: 0px;
    margin-bottom: 55px;
}

.tab-ul-list ul li {
    display: inline-block;
    padding: 0px 8px;
}

.tab-ul-list ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #717171;
    border: 1px solid #717171;
    padding: 10px 20px;
    border-radius: 25px;
}

.tab-ul-list ul li .active,
.tab-ul-list ul li a:hover {
    background: #000;
    color: #fff;
}

.separation-line {
    border-bottom: 2px solid #d9d9d9;
}

.who-we-are p {
    text-align: center;
    font-size: 19px;
    color: #929292;
    line-height: 1.9;
    margin-bottom: 60px;
}

.vision-values-section {
    padding: 60px 0px 0px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    color: #b10000;
    font-weight: bold;
    margin-bottom: 50px;
}

.slider {
    /* max-width: 900px;
          margin: 0 auto; */
    position: relative;
}

/* .slide {
          background: #fff;
          padding: 40px;
          border-radius: 12px;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          text-align: left;
        } */

.item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.icon {
    font-size: 30px;
    color: #b10000;
    margin-top: 5px;
    flex-shrink: 0;
}

.vision-list .icon img,
.misison-list .icon img {
    width: 70px;
}

.text-content h3 {
    margin: 0;
    font-size: 20px;
    color: #717171;
    font-weight: 500;
}

.text-content p {
    margin-top: 10px;
    color: #929292;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0px;
}

.vision-values-section .slick-prev:before,
.vision-values-section .slick-next:before {
    content: inherit;
}

/* Slick arrows style */
.vision-values-section .slick-prev,
.vision-values-section .slick-next {
    background: #00000099;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.vision-values-section .slick-prev {
    left: -110px;
}

.vision-values-section .slick-next {
    right: -110px;
}

.vision-values-section .slick-prev:hover,
.vision-values-section .slick-next:hover {
    background: #b10000;
}

/* Prevent arrows from being hidden if slick adds disabled class */
.vision-values-section .slick-disabled {
    opacity: 3 !important;
    pointer-events: none !important;
    visibility: visible !important;
    display: block !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .item {
        flex-direction: column;
    }

    .slide .slick-prev,
    .slide .slick-next {
        display: none;
    }
}

.vision-list,
.misison-list {
    display: flex;
    align-items: flex-start;
    gap: 42px;
    padding-top: 30px;
}

.text-content {
    text-align: left;
}

.vision-list .text-content {
    border-bottom: 1px solid #575757;
    padding-bottom: 25px;
}

.vision-values-section h4 {
    font-size: 32px;
    font-weight: 400;
    color: #9a0000;
    margin-bottom: 0px;
}

.core-values-slider {
    display: flex;
    justify-content: center;
}

.core-values-slider .card {
    background: #111;
    color: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    margin: 0px 30px;
    min-height: 200px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 21%;
    position: relative;
    overflow: hidden;
}

.circle-shape {
    position: absolute;
    bottom: -17px;
    right: -17px;
    width: 75px;
    height: 75px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.core-values-slider .card h3 {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: left;
}

.core-values-slider .card p {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    font-weight: 100;
}

.vision-values-section .slick-track {
    display: flex;
    align-items: start;
}

.vision-values-section .section-title h4 {
    margin-bottom: 20px;
}

.vision-values-section .section-title p {
    color: #929292;
    font-size: 14px;
    font-weight: 100;
}

.our-band-ethos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    column-gap: 250px;
    row-gap: 5px;
}

.ethos-box {
    text-align: left;
    margin-bottom: 20px;
}

.ethos-box h3 {
    font-size: 19px;
    font-weight: 500;
    color: #717171;
}

.ethos-box p {
    font-size: 13px;
    color: #929292;
}

.quality-policy-parent .section-title {
    margin-bottom: 20px;
}

.quality-policy-parent .quality-policy p {
    text-align: left;
    color: #929292;
    font-size: 14px;
}

.quality-policy-parent .quality-policy ul {
    margin-top: 30px;
    padding-left: 25px;
}

.quality-policy-parent .quality-policy ul li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    padding-left: 10px;
    position: relative;
    text-align: left;
    list-style: none;
    color: #929292;
}

.quality-policy-parent .quality-policy ul li::before {
    content: "✔";
    position: absolute;
    left: -24px;
    top: 0;
    font-size: 20px;
}

.quality-policy-parent .quality-policy p {
    text-align: left;
    color: #929292;
    font-size: 16px;
    line-height: 1.7;
}

.infor-ul-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
}

.experience-section .section-title {
    font-size: 39px;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.4;
}

.experience-section .section-text {
    color: #929292;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 0px;
    line-height: 1.7;
    padding-left: 0px;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 15px;
    z-index: 999;
    cursor: pointer;
    opacity: 0.7;
}

.custom-prev:hover,
.custom-next:hover {
    opacity: 1;
}

.custom-prev {
    left: 10px;
}

.custom-next {
    right: 10px;
}

@media (min-width: 1400px) and (max-width: 1680px) {
    .everest-content p {
        font-size: 16px !important;
        padding-bottom: 35px;
    }

    .everest-content .btn-outline-dark {
        font-size: 15px !important;
        padding: 15px 29px;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .container {
        width: 1500px;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }
}

@media (min-width: 1700px) and (max-width: 2000px) {
    .container {
        width: 1600px;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
    }
}

@media (min-width: 1600px) and (max-width: 2000px) {
    .in-breadcrumb-title {
        font-size: 63px;
        padding: 11px 0px 20px;
    }

    .virtual-tour-box h2 {
        font-size: 92px;
        font-weight: 500;
        color: #af8a3d;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 3px;
    }

    .connect-subtitle {
        font-size: 30px;
    }

    .tour-title {
        font-size: 130px;
    }

    .tour-wrapper a {
        font-size: 22px;
    }

    .connect-title {
        font-size: 65px;
    }

    .connect-text {
        font-size: 18px;
    }

    .connect-buttons .btn {
        padding: 13px 29px;
        font-size: 15px;
    }

    .project-categories {
        height: 630px;
    }

    .learn-more {
        font-size: 19px;
    }

    .everest-section:nth-of-type(odd) .everest-content {
        padding-right: 118px !important;
        padding-left: 0px;
    }

    .everest-section:nth-of-type(odd) .side-img {
        padding-right: 70px;
    }

    .everest-section:nth-of-type(even) .everest-content {
        padding-left: 80px !important;
        padding-right: 80px;
    }

    .all-projects-wrapper {
        padding-bottom: 60px;
    }

    .everest-section:nth-of-type(even) .side-img {
        padding-left: 0px;
    }

    .testimonial-subtitle {
        font-size: 50px !important;
    }

    .category-overlay h4 {
        font-size: 20px;
    }

    .section-text {
        font-size: 24px;
        text-align: justify;
        margin-bottom: 80px;
    }

    .btn-outline-dark {
        font-size: 21px;
    }

    .legacy-section .section-title {
        font-size: 72px;
    }

    .legacy-text {
        font-size: 19px;
    }

    .stat-number {
        font-size: 50px;
        font-weight: 500;
    }

    .legacy-section .header-section {
        margin-bottom: 125px;
    }

    .about-content .section-title {
        font-size: 52px;
    }

    .about-content .section-title {
        margin-bottom: 63px;
    }

    .filter-options {
        margin-bottom: 30px;
        display: flex;
        column-gap: 18px;
        flex-wrap: wrap;
    }

    div#filterModal input {
        height: 55px;
        font-size: 19px;
        padding-left: 40px;
        position: relative;
    }

    .custom-input-filed {
        position: relative;
    }

    .gallery-section .slick-prev {
        left: 80px;
    }

    .gallery-section .slick-next {
        right: 80px;
    }

    div#filterModal .custom-input-filed::before {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("../img/search-icon.svg") no-repeat center center;
        background-size: contain;
        content: "";
        z-index: 1;
    }

    /* .container {
          width: 1600px;
          max-width: none;
          margin-right: auto;
          margin-left: auto;
          padding: 0px;
      } */

    .custom-padding {
        padding: 0px 60px;
    }

    .navbar-nav a {
        font-size: 20px;
    }

    .navbar-brand img {
        height: 65px;
    }

    .tab-ul-list ul li a {
        font-size: 20px;
    }

    .about-tabs-section {
        padding: 65px 0px;
    }

    .who-we-are p {
        font-size: 25px;
    }

    .vision-values-section h4 {
        font-size: 50px;
    }

    .text-content h3 {
        font-size: 29px;
        font-weight: 500;
    }

    .text-content p {
        font-size: 19px;
    }

    .leadership-text {
        font-size: 33px;
    }

    .leadership-title {
        font-size: 47px;
        margin-bottom: 30px;
    }

    .leader-name {
        font-size: 44px;
    }

    .stars img {
        width: 250px;
    }

    .awards-title {
        font-size: 46px;
    }

    .awards-text {
        font-size: 26px;
    }

    .section-title {
        margin-bottom: 70px;
    }

    .testi-about .section-header h2 {
        font-size: 46px;
    }

    .testi-about .section-header p {
        font-size: 50px;
    }

    .author-image {
        width: 90px !important;
        height: 90px !important;
    }

    .author-name {
        font-size: 23px;
    }

    .testimonial-author {
        margin-bottom: 30px;
    }

    .testimonial-rating i {
        font-size: 21px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .footer-link {
        font-size: 20px;
    }

    .footer-copyright p {
        font-size: 20px;
    }

    .contact-info h3 {
        font-size: 23px;
    }

    .contact-info p {
        font-size: 20px;
    }

    .footer-logo {
        max-width: 185px;
        width: 160px;
    }

    .footer-logo:before {

            left: -48px;
    top: 8px;
    }

    .top-pick-section h2 {
        font-size: 160px;
        margin-bottom: 0px;
    }

    .everest-section {
        padding: 30px 0px 70px;
    }

    .filter-btn {
        padding: 18px 20px;
        font-size: 26px;
        width: 220px;
    }

    .filter-btn i {
        font-size: 27px;
    }

    .everest-content .logo {
        margin-bottom: 40px;
    }
    .everest-content p {
        font-size: 18px;
        padding-bottom: 45px;
    }

    .project-lit-img {
        height: 485px;
    }

    .everest-content .btn-outline-dark {
        font-size: 25px;
    }

    .testimonial-dots .dot {
        width: 14px !important;
        height: 14px !important;
    }

    .testimonial-slider-container {
        width: 1700px !important;
    }

    .prev-testimonial {
        left: 13% !important;
    }

    .next-testimonial {
        right: 13% !important;
    }

    .testimonial-nav-btn {
        width: 60px !important;
        height: 60px !important;
        top: 60% !important;
        font-size: 26px !important;
    }

    .testimonial-nav-btn i {
        color: #acacac;
    }

    .vision-values-section .slick-prev,
    .vision-values-section .slick-next {
        width: 60px;
        height: 60px;
    }

    .vision-values-section .slick-prev i,
    .vision-values-section .slick-next i {
        font-size: 22px;
    }

    .connect-buttons {
        gap: 78px;
    }

    .vision-values-section .slick-prev {
        left: -200px;
    }

    .vision-values-section .slick-next {
        right: -200px;
    }

    .tab-ul-list ul {
        margin-bottom: 65px;
    }

    .core-values-slider .card h3 {
        font-size: 24px;
    }

    .ethos-box h3 {
        font-size: 22px;
    }

    .ethos-box p {
        font-size: 17px;
    }

    .quality-policy-parent .quality-policy p {
        font-size: 18px;
    }

    .quality-policy-parent .quality-policy ul li {
        font-size: 18px;
    }

    .vision-values-section .section-title p {
        font-size: 17px;
    }

    .core-values-slider .card p {
        font-size: 16px;
    }

    .core-values-slider .card {
        margin: 0px 20px;
        min-height: 230px;
        width: 22%;
    }

    .awards-section {
        padding: 60px 0px 80px;
    }

    .stat-box:last-child .stat-label {
        font-size: 18px;
    }

    .stat-box {
        border: 1px solid #717171;
        padding: 40px 10px 20px;
        text-align: center;
        transition: all 0.3s ease;
        background-color: transparent;
        height: 100%;
        box-shadow: none;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        height: 188px;
        align-items: center;
        justify-content: space-evenly;
    }

    .experience-section .section-title {
        font-size: 50px;
        color: #000;
        margin-bottom: 0px;
        line-height: 1.5;
        margin-left: 80px;
    }

    .experience-section .section-text {
        font-size: 22px;
    }

    .concept-title {
        font-size: 43px;
        margin-bottom: 15px;
    }

    .concept-text {
        font-size: 23px;
    }

    .premium-title {
        font-size: 46px;
    }

    .amenity-text {
        font-size: 24px;
        color: #000;
        font-weight: 500;
    }

    .amenities-list li img {
        width: 45px;
        height: 45px;
    }

    .amenities-list li::after {
        bottom: 10px;
        width: 12px;
        height: 12px;
    }

    .custom-next {
        right: 112px;
        top: 40px;
    }

    .custom-prev {
        top: 45px;
    }

    .video-section h2 {
        font-size: 45px;
        font-weight: 500;
    }

    .video-section p {
        font-size: 21px;
    }

    .map-section h2,
    .empire-section-title {
        font-size: 42px;
    }

    .empire-section-subtitle {
        font-size: 22px;
    }

    .empire-card-title,
    .empire-card-subtitle {
        font-size: 18px;
    }

    .tour-wrapper a {
        font-size: 18px;
    }

    .approval-title {
        font-size: 32px;
        margin-bottom: 3px;
    }

    .approval-content {
        color: #000;
        font-size: 19px;
    }

    .properties-section h2 {
        font-size: 42px;
    }

    .know-more-text {
        font-size: 38px;
    }

    .property img {
        height: 350px;
        object-fit: cover;
    }

    .property-title {
        padding-left: 24px;
        font-size: 24px;
    }

    .careers-sec .nav-link {
        font-size: 18px;
        padding: 11px 45px !important;
    }

    .careers-sec {
        padding: 60px 0px;
        position: relative;
    }

    .careers-sec .tab-panel p {
        color: #424242;
        line-height: 1.7;
        font-size: 24px !important;
    }

    .careers-sec .section-heading {
        font-size: 107px !important;
    }

    .current-openings .page-header p {
        color: #555;
        max-width: 1300px;
        margin: 0 auto;
        font-size: 24px;
    }

    .current-openings .dropdown-select {
        width: 201px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        background-color: transparent;
        border: none;
        font-size: 22px;
    }

    .current-openings .btn-view {
        border-radius: 47px;
        padding: 8px 24px;
        transition: all 0.3s ease;
        font-size: 22px;
    }

    .current-openings .btn-apply {
        border-radius: 47px;
        padding: 8px 24px;
        transition: all 0.3s ease;
        font-size: 22px;
    }

    .current-openings .btn-view-more {
        border: 1px solid #424242;
        color: #424242;
        background-color: transparent;
        border-radius: 48px;
        padding: 9px 29px;
        transition: all 0.3s ease;
        cursor: pointer;
        font-size: 22px;
    }

    .current-openings .btn-apply-here {
        border-radius: 43px;
        padding: 8px 25px;
        font-size: 24px;
        margin-top: 0px;
    }

    .current-openings .refer-section h2 {
        font-size: 47px;
        margin-bottom: 1rem;
    }

    .careers-sec .main-heading {
        font-size: 44px;
    }

    .current-openings .page-header h1 {
        font-size: 49px;
    }

    .current-openings .search-input {
        width: 177px;
        padding: 10px;
        border: 1px solid #000;
        border-radius: 41px;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .current-openings .jobs-table th {
        padding: 14px 52px;
        font-size: 22px;
        height: 95px;
    }

    .current-openings .jobs-table td {
        font-size: 18px;
        padding: 12px 10px;
    }

    .current-openings .refer-section p {
        font-size: 26px;
    }

    .about-testiomonial .prev-testimonial {
        left: 105px;
    }

    #filterModal .modal-header h5 {
        font-size: 22px;
    }

    .filter-popup h6 {
        font-size: 23px !important;
        margin-bottom: 16px !important;
    }

    .filter-options button {
        font-size: 20px;
    }

    .btn-outline-dark:hover {
        font-size: 25px;
    }

    .search-form input {
        font-size: 22px;
    }

    .apply-btn {
        font-size: 25px;
    }

    .search-form i {
        top: 18px;
    }

    .info-box h5 {
        font-size: 23px;
    }

    .info-box p {
        font-size: 21px;
    }

    .gallery-section h2 {
        font-size: 42px;
        margin-bottom: 62px;
    }

    .slider-nav .custom-prev,
    .slider-nav .custom-next {
        width: 60px;
        height: 60px;
    }

    .slider-nav .custom-prev i {
        font-size: 18px;
    }

    /* .gallery-section .slider-nav {

              top: 51%;
          } */

    .dream-team-heading {
        font-size: 49px;
        font-weight: 500;
    }

    .dream-team-text {
        font-size: 24px;
    }

    .nav-tabs .nav-link {
        border-radius: 40px;
        background: transparent;
        font-size: 18px;
    }

    div#aboutTabsContent p {
        font-size: 24px;
    }
}

.testi-about .prev-testimonial {
    left: 120px;
}

.testi-about .next-testimonial {
    right: 120px;
}

.search-form i {
    position: absolute;
    left: 0px;
    top: 15px;
    color: #a2a0a0;
    margin-left: 17px;
    font-size: 17px;
}

.search-form input {
    padding-left: 50px;
}

.filter-popup h6 {
    font-size: 16px;
}

.filter-popup h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 11px;
}

#filterModal .modal-header h5 {
    font-weight: 400;
    margin-bottom: 3px;
}

.property-info {
    padding: 60px 0px;
}

.gallery-slider {
    margin-top: 55px;
}

.video-slider .slick-next:before,
.video-slider .slick-prev:before {
    content: inherit;
}

.video-section .video-slider .slick-slide {
    margin-right: 20px;
    /* adjust spacing as needed */
}

.video-section .video-slider {
    margin-right: -20px;
    /* counter the last margin to align slider */
}

.tour-wrapper a {
    padding: 15px 39px;
    border: 1px solid #717171;
    color: #555555 !important;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-radius: 0px;
    text-decoration: none;
}

.tour-wrapper a:hover {
    background: #af8a3d !important;
    color: #fff !important;
}

.properties-section .property-divider-line {
    margin-top: 0px;
}

.careers-sec {
    padding: 60px 0px;
    border-bottom: 1px solid #b7b7b7;
}

.careers-sec .main-heading {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold;
}

.careers-sec .main-heading span {
    color: #9a0000;
}

/* Custom tab navigation */
.careers-sec .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
    gap: 40px;
}

.careers-sec .nav-item {
    margin: 0 5px;
}

.careers-sec .nav-link {
    border-radius: 30px !important;
    padding: 6px 35px !important;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #717171 !important;
    font-size: 22px;
}
.culture-panel {
    margin-top: 26px;
}

.careers-sec .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* 3D Flip Container with deep perspective */
.careers-sec .flip-container {
    /* perspective: 100px; */
    margin-bottom: 40px;
    min-height: 200px;
}

/* Card flip structure */
.careers-sec .card-flipper {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
}

/* Add flip class when tab is clicked */
.careers-sec .card-flipper.flip {
    transform: rotateY(180deg);
}

/* Tab content styling - front and back faces */
.careers-sec .tab-panel {
    position: absolute;
    width: 100%;
    min-height: 300px;
    backface-visibility: hidden;
    background-color: transparent;
    border-radius: 5px;
    padding: 0px 30px;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}

.careers-sec .flip-container {
    min-height: 315px;
}

/* Front face */
.careers-sec .front {
    z-index: 2;
    transform: rotateY(0deg);
}

/* Back face - flipped 180 degrees */
.careers-sec .back {
    transform: rotateY(180deg);
}

/* Section heading container */
.careers-sec .heading-container {
    position: relative;
    margin-bottom: 10px;
}

/* Base section heading styling */
.careers-sec .section-heading {
    font-size: 85px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
    color: #000;
}

/* Line styles */
.careers-sec .heading-line {
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -36px;
    width: 100%;
}

/* Culture specific styles */
.careers-sec .culture-panel .heading-container {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 7px;
}

.careers-sec .culture-panel .heading-line {
    position: relative;
    right: auto;
    left: auto;
}

/* People specific styles */
.careers-sec .people-panel .heading-container {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.careers-sec .people-panel .heading-line {
    position: relative;
    left: auto;
    right: auto;
}

/* Growth specific styles */
.careers-sec .growth-panel .heading-container {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.careers-sec .growth-panel .heading-line {
    position: relative;
    right: auto;
    left: auto;
}

.careers-sec .tab-panel p {
    color: #434242;
    line-height: 1.7;
    font-size: 16px;
    text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .careers-sec .section-heading {
        font-size: 2.5rem;
    }

    .careers-sec .nav-link {
        padding: 6px 18px !important;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .careers-sec .nav-tabs {
        flex-wrap: wrap;
        gap: 3px;
        margin-bottom: 20px;
    }

    .careers-sec .nav-item {
        margin: 3px;
    }

    .careers-sec .section-heading {
        font-size: 2rem !important;
    }

    .careers-sec .tab-panel p {
        font-size: 13px;
    }
    .culture-panel {
        margin-top: -1px;
    }
}

/* @media only screen and (max-width: 991px) {
      body {
        display: none;
      }
      html:before {
        content: "This Website View Currently Available on Desktops only";
        padding: 20%;
        text-align: center;
        font-size: 30px;
        display: block;
      }
    } */

.properties-container {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav ul li {
    border-bottom: 1px solid #1e1d1d;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav ul {
    padding-left: 0px;
}

div#filterModal h6 {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 500;
}

div#filterModal .modal-dialog {
    max-width: 600px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.gallery-slider .slick-prev:before {
    content: "\f053";
    font-family: fontawesome;
}

.gallery-section .slick-next:before {
    content: "\f054";
    font-family: fontawesome;
}

.gallery-section .gallery-slider .slick-slide {
    padding: 0 43px; /* 10px space left and right */
    box-sizing: border-box; /* Important for proper width calculation */
}

.gallery-section .gallery-slider {
    margin: 0 -10px; /* Cancel the outer padding to align with container */
}

.first-border-right {
    position: relative;
}
.premium-amenities-section .col-md-5:nth-child(even) .amenities-list {
    padding-left: 60px;
}
.premium-amenities-section .col-md-5:nth-child(odd) .amenities-list {
    padding-right: 60px;
}

.jobs-apply select {
    width: 136px !important;
    padding-right: 11px;
}

.our-plans-section {
    padding: 30px 0px;
}

.our-plans-section h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.our-plans-section h2 {
    color: #9a0000;
}

.our-plans-section p {
    font-size: 14px;
    color: #555555;
    text-align: justify;
}

.inner-div {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #000;
    padding: 14px;
    border-radius: 10px 0px 10px 0px;
    height: 320px;
}

.inner-div h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #9a0000;
    margin-bottom: 13px;
}

.inner-div h6 {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}

.inner-div p {
    font-size: 13px;
    margin-bottom: 0;
}

.csr-work-section h5 {
    text-align: center;
    color: #9a0000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
}

.csr-slick-slider .slick-slide > div {
    margin-right: 15px;
}
.csr-slick-slider .slick-prev {
    left: -95px !important;
}

.csr-slick-slider .slick-next {
    right: -67px !important;
}
/* Slide Image Styling */
.csr-slick-slider .slick-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.csr-slick-slider .slick-slide img:hover {
    transform: scale(1.02);
}

/* Add space between items */
.csr-slick-slider .slick-slide {
    margin-right: 15px;
}

.csr-slick-slider .slick-track {
    display: flex;
}

/* Arrows styling */
/* .csr-slick-slider .slick-prev:before,
  .csr-slick-slider .slick-next:before {
      color: #ACACAC;
      font-size: 30px;
      background: #EAEAEA;
      width: 45px;
      height: 45px;
      display: flex
  ;
      padding: 10px;
      border-radius: 34px;
      justify-content: center;
      align-items: center;
  }

  .csr-slick-slider .slick-prev:before {

      content: inherit;
  } */

/* Position arrows properly */
.csr-slick-slider .slick-prev,
.csr-slick-slider .slick-next {
    z-index: 2;
}

/* Dots styling */
.csr-slick-slider .slick-dots {
    bottom: -30px;
}

.csr-slick-slider .slick-dots li button:before {
    font-size: 12px;
    color: #999;
}

.csr-slick-slider .slick-dots li.slick-active button:before {
    color: #9a0000;
}

.corparate-social-section {
    padding: 40px 0px 60px;
}

.corparate-social-section h6 {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.corparate-social-section p {
    color: #fff;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.9;
}
.iti {
    width: 100%;
}
.iti--allow-dropdown {
    display: block !important;
}

.form-div {
    max-width: 850px;
    margin: 0px auto;
    padding-bottom: 40px;
}
/* Responsive image height */
@media (max-width: 768px) {
    .csr-slick-slider .slick-slide img {
        height: 180px;
    }
}


.everest-section:nth-child(even) .everest-content {
    text-align: right;      /* align text */
}
.everest-section:nth-child(even) .everest-content .btn {
    float: right;           /* optional: button to the right */
}

.empire-slider-1  .owl-nav, .properties-section  .owl-nav {
  display: block !important;
}

.empire-slider-1 .owl-nav button.owl-prev,
.empire-slider-1 .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
     transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.owl-nav button.owl-prev {
  left: 0px;
}

.owl-nav button.owl-next {
  right: 0px;
}


.properties-section .owl-nav button.owl-prev,
.properties-section .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
   transform: translateY(-50%);
    z-index: 10;
    width: 55px;
    height: 55px;
    font-size: 26px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}


.properties-section .owl-nav button.owl-prev:hover,
.properties-section .owl-nav button.owl-next:hover {
  background: #000; /* darker gold */
}

.properties-section .owl-nav button.owl-prev {
  left: -25px;
}

.properties-section .owl-nav button.owl-next {
  right: -25px;
}


@media only screen and (max-width: 768px) {
      .properties-section .owl-nav button.owl-next{
        right: 0px;
    }
    
    .properties-section .owl-nav button.owl-prev{
        left: 0px;
    }
    .vision-values-section .slick-next{
        right: 0px;
    }
    
    .vision-values-section .slick-prev{
        left: 0px;
    }
}
