@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url('https://citadel-space.com/fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url('https://citadel-space.com/fonts/NeueHaasDisplayMediu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HandelGothicRegular';
    src: url('https://citadel-space.com/fonts/HandelGothicRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HandelGo';
    src: url('https://citadel-space.com/fonts/HandelGo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    font-family: 'NeueHaasDisplayRoman', sans-serif;
    overflow-x: hidden;
}

.location-highlights .row {
    margin: 0;
}

.location-highlights img {
    max-width: 100%;
    height: auto;
}

.main-header {
  background: #f1f5f8;
  border-bottom: 1px solid #eee;
}

.nav-link {
  color: #272756;
  font-weight: 500;
  padding: 10px 10px;
  transition: 0.3s;
  font-size:14px;
}

.nav-link:hover,
.nav-link.active {
  color: #caa55b; /* gold tone like your design */
}

.header-info small {
  font-size: 12px;
  color: #272756;
  line-height: 1.4;
}

.qr-code img {
  padding: 2px;
}

/* Mobile */
@media (max-width: 991px) {
  .header-info {
    display: none;
  }
}

/* Section */
.project-section {
    background: #F1F5F9;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Image */
.project-img {
    position: relative;
}

.project-img img {
    width: 100%;
    border-radius: 2px;
}

/* Caption */
.img-caption {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 11px;
    color: #fff;
}



/* Location Tag */
.location-tag {
    display: inline-block;
    background: #E0B77E;
    color: #272756;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
}

.location-tag i {
    margin-right: 5px;
    color: #272756;
}

.location-highlights .title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu';
    color: #F1F5F9;
}

/* Description */
.desc {
    font-size: 16px;
    color: #272756;
    line-height: 1.7;
    font-family: 'NeueHaasDisplayRoman', sans-serif;
}

/* Title */
.details-title {
    margin-top: 20px;
    font-size: 26px;
   font-family: 'NeueHaasDisplayMediu', sans-serif;
   color: #E0B77E;
}

/* Details */
small {
    color: #E0B77E;
}

/*h6 {
    font-weight: 600;
    margin-top: 3px;
}*/

/* Default Header */
.main-header {
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

/* Sticky Active */
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #f1f5f8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  animation: slideDown 0.3s ease;
}

/* Smooth animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
    .details-title {
        font-size: 22px;
    }
    .qr-code {
    display: none;
}
}


/* Section */
.office-section {
    background: #272756;
}

.office-section h6 {
    color: #F1F5F9;
    margin-top: 3px;
    font-family: 'NeueHaasDisplayRoman', sans-serif;
}

.office-section small {
    font-family: 'NeueHaasDisplayMediu', sans-serif;
}

/* Subtitle */
.subtitle {
    font-size: 28px;
    color: #a07c3b;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* Area */
.area {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.area span {
    font-size: 18px;
    font-weight: 500;
    color: #a07c3b;
}

/* Small text */
.small-text {
    font-size: 16px;
    color: #F1F5F9;
}

/* Features */
.features {
    margin-top: 15px;
    padding-left: 18px;
}

.features li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}

.features li::marker {
    color: #a07c3b;
}

/* Image */
.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
    border-radius: 2px;
}

/* Image note */
.img-note {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 11px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 3px 8px;
    border-radius: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 22px;
    }

    .area {
        font-size: 28px;
    }
}


/* Background */
.features-section {
    background: #f1f5f8;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


/* Feature Box */
.feature-box {
    padding: 15px;
    transition: 0.5s;
}

.feature-box p {
    font-size: 14px;
    color: #272756;
    font-family: 'NeueHaasDisplayRoman', sans-serif;
    padding-top:5px;
    text-align: center;
}

.feature-box img {
  display: block;
  margin: 0 auto;     /* center horizontally */
  width: 75px;        /* smaller size */
  height: auto;
  transition: transform 0.5s ease;
}

.feature-box:hover img {
  transform: scale(1.1);
}


/* Responsive */
@media (max-width: 768px) {
    .main-title {
        font-size: 24px;
    }

    .feature-box i {
        font-size: 30px;
    }
}


/* Section */
.location-highlights {
    background: #2f2f63;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    color: #fff;
}

/* Title */
.title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu';
}

.title span {
    color: #E0B77E;
}

/* List */
.highlight-list {
    margin-top: 20px;
    padding-left: 20px;
}

.highlight-list li {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size:16px;
    color:#F1F5F9;
}

/* Circle */
.circle-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    margin: auto;
    border-radius: 50%;
    background: #1f1f4a;
}

/* Center Text */
.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.center-text h4 {
    margin: 0;
    font-size: 18px;
}

.center-text span {
    font-size: 12px;
    color: #d4a857;
}

/* Circle Items */
.circle-item {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #d4a857;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-item i {
    color: #2f2f63;
    font-size: 20px;
}

/* Positioning items */
.item1 { top: 0; left: 50%; transform: translate(-50%, -50%); }
.item2 { top: 20%; right: 0; }
.item3 { top: 50%; right: 0; transform: translateY(-50%); }
.item4 { bottom: 20%; right: 0; }
.item5 { bottom: 0; left: 50%; transform: translate(-50%, 50%); }
.item6 { bottom: 20%; left: 0; }
.item7 { top: 50%; left: 0; transform: translateY(-50%); }
.item8 { top: 20%; left: 0; }

/* Responsive */
@media (max-width: 768px) {
    .title {
        font-size: 30px;
    }

    .circle-wrapper {
        width: 250px;
        height: 250px;
    }

    .circle-item {
        width: 55px;
        height: 55px;
    }
}


.location-section {
    width: 100%;
}

.map-iframe {
    width: 100%;
    height: 80vh; /* full screen height */
    border: 0;
    display: block;
}


/* Background */
.about-section {
    background: #F1F5F9;
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}

.about-section .main-title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    color: #272756;
}


.about-section .main-title span {
    color: #E0B77E;
    font-weight: 600;
}

/* Title */
.main-title {
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    color: #F1F5F9;
}

.main-title span {
    color: #E0B77E;
    font-weight: 600;
}

#amenities .main-title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    color: #272756;
}

/* Logo */
.logo-img {
    width: 60px;
}

/* Text */
.about-text {
    font-size: 15px;
    color: #272756;
    line-height: 1.8;
}

/* Stats */
.stat-box h3 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
}

.stat-box h3 span {
    font-size: 16px;
    font-weight: 500;
    color: #2c6db2;
    display: inline-block;
    margin-left: 5px;
}

.plus {
    color: #2c6db2;
}

/* Colored Line */
.line {
    height: 3px;
    margin-top: 10px;
    background: linear-gradient(to right, red, orange, green);
}

/* Responsive */
@media (max-width: 768px) {
    .main-title {
        font-size: 30px;
    }

    .stat-box h3 {
        font-size: 30px;
    }
}


/* Background */
.contact-section {
    background-color: #272756;
    min-height: 100vh;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* Title */
.contact-title {
    font-size: 48px;
    color: #E0B77E;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
}

.contact-title span {
    color: #F1F5F9;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
}

/* Input Fields */
.custom-input {
    background: #F1F5F9;
    border: 1px solid #cbbba3;
    padding: 12px 15px;
    border-radius: 0;
    box-shadow: none;
    color:#272756;
}

.custom-input:focus {
    border-color: #a07c3b;
    box-shadow: none;
    background: #F1F5F9;
     color:#272756;
}

/* Textarea */
textarea.custom-input {
    resize: none;
     color:#272756;
      background: #F1F5F9;
}

/* Button */
.submit-btn {
    background-color: #E0B77E;
    color: #272756;
    padding: 12px 40px;
    border-radius: 0;
    font-weight: 500;
    border: none;
    transition: 0.3s;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
}

.submit-btn:hover {
    background-color: #E0B77E;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-title {
        font-size: 36px;
    }
}

/* Footer Background */
.footer-section {
    background: #F1F5F9;
    position: relative;
}

/* Logo */
.logo-text {
    font-size: 48px;
    font-weight: bold;
    color: #c8a45d;
}

.logo-text span {
    font-size: 20px;
    display: block;
    color: #fff;
}

/* Brand */
.brand {
    font-size: 32px;
    font-weight: bold;
    color: #272756;
}

/* Headings */
.footer-section h5 {
    color: #E0B77E;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
}

/* Text */
.footer-section p {
    color: #272756;
    line-height: 1.6;
}

/* Links */
.footer-section a {
    text-decoration: none;
    transition: 0.3s;
    color: #272756;
}

.footer-section a:hover {
    color: #272756;
}

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

#Gallery {
    background: #F1F5F8;
    padding: 5rem 0;
    text-align: center;
}

#Gallery .item p {
    position: absolute;
    bottom: -15px;
    right: 5px;
    font-size: 12px;
    color: #fff;
}

#Gallery .main-title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    color: #272756;
}

.enquire-btn {
    position: fixed;
    right: 0;
    top: 40%;
    background: #E0B77E; /* gold color */
    color: #272756;
    padding: 20px 10px;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    /*font-weight: 600;*/
    cursor: pointer;
    z-index: 999;
    transition: 0.3s;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    font-size: 12px;
}

.navbar-toggler {
    border-color: #272756;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23272756' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



/* Hover effect */
.enquire-btn:hover {
    background: #E0B77E;
    color: #272756;
}

.main-header  .header-info a {
    text-decoration: none;
    color: #caa56a;
}

#floor-plans {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
     background: #F1F5F9;
}

#floor-plans .main-title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    color: #272756;
}
.single-gallery {
    overflow: hidden;
    border-radius: 10px;
}

.single-gallery img {
    transition: 0.4s ease;
}


.single-gallery img {
    opacity: 0.6;
    filter: blur(8px);
    transition: 0.3s ease;
}

.modal-content {
    border-radius: 12px;
}

.modal-header {
    background: #F1F5F9;
}
.modal-body {
    background: #F1F5F9;
}
input.form-control, textarea.form-control {
    background: #F1F5F9;
}

.be-there {
    display:none;
}

.blur {
    filter: blur(5px);
}

.gallery-view img {
    width: 100%;
    position: relative;
    transition: all 0.6s ease;
    border: 1px solid #ae7c54;
    cursor: pointer;
    opacity:1;
}

.gallery-view img:hover
{
    opacity:0.6;
    background: rgba(0, 0, 0, 0.8392156863);
}


element.style {
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -2%;
    background: url(https://citadel-space.com/images/leftarrowclr.png) no-repeat !important;
}

.owl-carousel .owl-nav button.owl-next {
    right: -2%;
    background: url(https://citadel-space.com/images/rightarrowclr.png) no-repeat !important;
}

/* Optional icon section below 
.enquire-btn::after {
    content: "📞";
    display: block;
    margin-top: 10px;
    text-align: center;
}*/

.navbar-toggler-icon {
    display: none;
}

.owl-carousel.amenities {
    display: none;
}

#clients 
{
    background:#fff;
}
#clients .main-title {
    font-size: 42px;
    font-family: 'NeueHaasDisplayMediu', sans-serif;
    color: #272756;
}

#clients .feature-box img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
    transition: transform 0.5s ease;
}
#clients a {
    text-decoration: none;
}




.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.feature-icon {
  font-size: 28px;
  color: #4a4a8a;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}
.feature-text {
  font-size: 16px;
  color: #333;
}
#projects {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


/* Responsive Fix */
@media (max-width: 768px) {
    .logo-text {
        font-size: 36px;
    }
    .be-there {
        margin-left: -50px;
        font-family: 'HandelGothicRegular', sans-serif;
        font-size: 10px !important;
    }
    .location-highlights img {
        width: 80%;
    }
    #amenities .main-title {
        font-size:30px;
    }
    .location-highlights .title
    {
       font-size:30px; 
    }
    #floor-plans .main-title 
    {
        font-size:30px; 
    }
    .about-section .main-title
    {
        font-size:30px;
    }
    #Gallery .main-title
    {
        font-size:30px;
    }
    .highlight-list li {
        font-size: 16px;
    }
    .about-section .main-title 
    {
        
    }
    
    /* Right side menu width */
    .custom-menu {
      width: 260px;
    }

    /* Menu links */
    .nav-link {
      color: #333;
      font-size: 14px;
      padding: 14px 20px;
      border-bottom: 1px solid #eee !important;
      transition: all 0.3s ease;
      text-align: left;
    }

    .nav-link:hover {
      background-color: #f7f7f7;
      padding-left: 25px;
    }

    /* Toggle button */
    .menu-btn {
        margin: 20px;
        position: absolute;
        right: 0px;
    }
    .offcanvas {
        max-width: 90% !important;
    }

    /* Opposite header alignment */
    .offcanvas-header {
      justify-content: space-between;
      flex-direction: row-reverse;
    }
    .navbar-toggler-icon {
        display: block;
    }
    .offcanvas-body  a {
        color: #272756;
    }
    .offcanvas-body .border-top a {
        color: #caa56a;
    }
    .owl-carousel.amenities {
        display:block;
    }
    .amenities-desk
    {
        display:none;
    }
    #amenities .owl-carousel .owl-nav button.owl-prev, 
    #amenities .owl-carousel .owl-nav button.owl-next {
        position: relative;
        left: 40%;
    }
    button.owl-next span,
    button.owl-prev span {
        display: none;
    }
    .feature-box img {
      display: block !important;
      width: 75px !important;
    }
    #clients .main-title {
        font-size: 30px;
    }
    #clients .feature-box img {
        width: 150px !important;
    }
}

