html {
scroll-behavior: smooth;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
margin: 0;
}

body {
padding: 0;
margin: 0 !important;

}
.post, .page {
margin: 0 0;
}
/* Hero Base */
.shahid-hero {
background: #101010;
color: #101010;
padding: 80px 60px;
overflow: hidden;
position: relative;
}

/* Menu Button */
.shahid-hero-menu-btn {
display: inline-flex;
align-items: center;
gap: 25px;
background: #D9D9D9;
color: #1A1A1A;
font-family: 'Poppins', sans-serif;
font-size: 22px;
font-weight: 400;
border: none;
padding: 10px 35px;
cursor: pointer;
float: right;
border-radius: 30px;
position: relative;
left: -3em;
top: -1.5em;
}

/* Subheading */
.shahid-hero-subtitle {
font-family: 'Space Grotesk', sans-serif;
font-size: 32px;
font-weight: 700;
color: #fff;
margin-top: 60px;
text-align: left;
}

/* Title */
.shahid-hero-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 168px;
font-weight: 700;
color: #B89B5E;
margin: 20px 0;
text-transform: uppercase;
text-align: left;
line-height: 1;
}

/* Hero Image */
.shahid-hero-image-wrap {
display: flex;
justify-content: center;
align-items: center;
margin-top: -13em;
}
.shahid-hero-image {
max-width: 100%;
object-fit: contain;
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%,100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}


/* Left Column Links */
.shahid-hero-link {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
}

.shahid-hero-link img {
width: 24px;
height: 24px;
}

.shahid-hero-link span {
font-family: 'Space Grotesk', sans-serif;
font-size: 16px;
font-weight: 400;
color: #fff;
}

/* Right Column Text */
.shahid-hero-text {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
color: #FFFFFFCC;
margin-bottom: 30px;
margin-top: -34px;
line-height: 1.6;
}

/* Socials */
.shahid-hero-socials {
display: flex;
flex-wrap: wrap;
gap: 30px;
}

.shahid-hero-socials span {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
color: #FFFFFFCC;
}

/* Bottom Container Layout */
.shahid-hero-bottom {
padding: 0 60px;
margin-top: -150px;
}

.shahid-hero-col1 {
flex: 0 0 25%;
}

.shahid-hero-col3 {
flex: 0 0 33.333%;
}

.shahid-hero-bottom .col-md-5 {
flex: 0 0 41.666%;
}

/* Footer Base */
.foot-shahid {
background-size: cover;
background-position: center;
padding: 20px 60px;
color: #fff;
position: relative;
}

.foot-shahid-overlay {
padding: 60px;
}

/* Heading */
.foot-shahid-heading h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 72px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
line-height: 1.5;
text-align: center;
margin-bottom: 80px;
}
.foot-shahid-heading img {
width: 100px;
height: auto;
vertical-align: top;
}

.consultation-wrap {
display: inline-block;
will-change: transform;
transition: transform 360ms cubic-bezier(.2,.9,.2,1);
transform: translate3d(0,0,0);
cursor: pointer;
}


/* Links Container */
.foot-shahid-links {
border-top: 1px solid #505559;
border-bottom: 1px solid #505559;
padding: 60px 0;
}

.foot-shahid-links .row {
display: flex;
justify-content: space-between;
gap: 40px;
}

.foot-shahid-col-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 16px;
font-weight: 700;
color: #B89B5E;
margin-bottom: 20px;
}

.foot-shahid-col1 ul,
.foot-shahid-col2 ul,
.foot-shahid-col3 ul {
list-style: none;
padding: 0;
margin: 0 0 20px;
display: flex;
flex-direction: column;
gap: 15px;
}

.foot-shahid-col1 ul li,
.foot-shahid-col2 ul li,
.foot-shahid-col3 ul li {
font-family: 'Space Grotesk', sans-serif;
font-size: 16px;
font-weight: 700;
color: #fff;
margin-bottom: 12px;
}

.foot-shahid-email,
.foot-shahid-phone {
font-family: 'Space Grotesk', sans-serif;
font-size: 22px;
font-weight: 700;
color: #fff;
margin: 15px 0;
}

/* Alignments */
.foot-shahid-col1 { text-align: left; }
.foot-shahid-col2 { text-align: center; }
.foot-shahid-col3 { text-align: left; }

/* Bottom Links */
.foot-shahid-bottom {
margin-top: 40px;
text-align: right;
}

.foot-shahid-bottom-links {
display: flex;
justify-content: flex-end;
gap: 25px;
}

.foot-shahid-bottom-links span {
font-family: 'Space Grotesk', sans-serif;
font-size: 16px;
font-weight: 700;
color: #fff;
}


/* Project Sections */
.showcase-section {
background-color: #101010;
color: #fff;
padding: 60px 20px;
min-height: 100vh;
}

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

.explore-text {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 20px;
color: #B89B5E;
text-transform: uppercase;
letter-spacing: 2px;
padding-left: 25px;
}

.main-heading {
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
font-size: 48px;
color: #B89B5E;
line-height: 1.2;
text-align: right;
}

.project-card {
margin-bottom: 30px;
padding-left: 25px;
padding-right: 25px;
}

.project-image {
width: 100%;
/*height: 515px;*/
object-fit: contain;
display: block;
margin-bottom: 30px;
transition: opacity 0.25s ease;
will-change: opacity;
}

.project-title {
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
font-size: 36px;
color: #fff;
margin-bottom: 15px;
line-height: 1.2;
}

.project-description {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 18px;
color: #fff;
line-height: 1.6;
margin-bottom: 25px;
}

.location-tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
}

.location-tag {
background: linear-gradient(135deg, #000000 0%, #FFFFFF00 100%);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 25px;
padding: 8px 16px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 12px;
color: #B89B5E;
text-transform: uppercase;
}

.view-more-btn {
background: #B89B5E;
color: #fff;
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
font-size: 18px;
padding: 15px 40px;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 40px;
}

.view-more-btn:hover {
background: #a08650;
transform: translateY(-2px);
}

.hidden-cards {
opacity: 0;
transform: translateY(50px);
} 

@media (max-width: 768px) {
.main-heading {
font-size: 32px;
text-align: left;
}

.project-title {
font-size: 24px;
}

.project-description {
font-size: 16px;
}

.explore-text {
font-size: 16px;
margin-bottom: 20px;
padding-left: 20px;
}

/*.project-image {*/
/*    height: 300px;*/
/*}*/

.header-row {
margin-bottom: 40px;
}
}

/* Testimonials Section */
.testimonials-section {
background: #101010;
padding: 5.5rem 0 6.5rem;
}

.testimonials-heading {
font-family: "Space Grotesk", sans-serif;
font-weight: 500;
font-size: 48px;
color: #B89B5E;
text-align: center;
margin-bottom: 2.5rem;
letter-spacing: 1px;
}

.testimonial-card {
background: #2A2A2A0F;
border-radius: 30px;
padding: 2.25rem 2.5rem;
min-height: 160px;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 0 18px 60px rgba(0,0,0,0.55);
border: 1px solid rgba(255,255,255,0.02);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card.big {
min-height: 230px;
padding: 3rem 3rem;
}

.testimonial-card.medium {
min-height: 150px;
padding: 1.85rem 2.1rem;
}

.testimonial-card:hover {
transform: translateY(-6px);
box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

.testimonial-name {
font-family: "Quicksand", sans-serif;
font-weight: 700;
font-size: 22px;
color: #FFFFFF;
margin: 0;
letter-spacing: .6px;
}

.stars {
display: inline-flex;
align-items: center;
gap: 6px;
}

.star {
width: 20px;
height: 20px;
display: inline-block;
fill: #B89B5E;
}

.testimonial-text {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: 16px;
color: #FFFFFFB2;
margin-top: .7rem;
line-height: 1.7;
max-width: 100%;
}

.left-card {
margin-top: 32px;
}

.right-card {
margin-top: 32px;
}

.center-top {
margin-top: -18px;
width: 100%;
}

.center-bottom {
margin-top: 18px;
width: 100%;
}

@media (max-width: 991.98px) {
.testimonials-heading { font-size: 40px; }
.testimonial-card.big { min-height: 200px; padding: 2.2rem; }
.left-card, .right-card { margin-top: 12px; }
.center-top { margin-top: 0; }
}

@media (max-width: 575.98px) {
.testimonials-heading { font-size: 34px; margin-bottom: 1.5rem; }
.testimonial-card { border-radius: 18px; padding: 1.25rem; min-height: 140px; }
.testimonial-card.big { min-height: 160px; }
.center-top { margin-top: 0; }
.center-bottom { margin-top: 0; }
}

/* Contact Section */
.contact-section {
background: #101010;
padding: 20px 0;
}

.inner-container {
padding-left: 60px;
padding-right: 60px;
}

@media (max-width: 768px) {
.inner-container {
padding-left: 20px;
padding-right: 20px;
}
}

.contact-left h6 {
font-weight: 500;
font-size: 16px;
color: #B89B5E;
margin-bottom: 20px;
}

.contact-left h1 {
font-weight: 500;
font-size: 48px;
color: #fff;
margin-bottom: 20px;
}

.contact-left p {
font-weight: 400;
font-size: 20px;
color: #fff;
margin-bottom: 30px;
}

.contact-links a {
font-weight: 400;
font-size: 16px;
color: #fff;
margin-right: 15px;
text-decoration: none;
}

.contact-links a:hover {
color: #B89B5E;
}

.contact-info li {
font-weight: 400;
font-size: 16px;
color: #fff;
margin-bottom: 12px;
}

.contact-info i {
color: #B89B5E;
margin-right: 8px;
}

.form-label {
font-weight: 400;
font-size: 16px;
color: #fff;
}

.form-control {
background: transparent;
border: 1px solid #424242;
border-radius: 5px;
font-weight: 400;
font-size: 16px;
color: #fff;
padding: 10px;
width: 80%;
}

.form-control::placeholder {
font-weight: 400;
font-size: 16px;
color: #505559;
}

.submit-btn {
background: #B89B5E;
border-radius: 30px;
padding: 12px 24px;
font-family: 'Space Grotesk', sans-serif;
font-weight: 700;
font-size: 16px;
color: #25282B;
border: none;
width: 100%;
margin-top: 10px;
transition: background 0.3s ease;
}

.submit-btn:hover {
background-color: #d1b276;
}

.contact-section {
background: #101010;
padding: 2rem 2rem;
color: #fff;
}

.contact-left h6 {
font-family: "Space Grotesk", sans-serif;
font-size: 16px;
letter-spacing: 2px;
color: #B89B5E;
margin-bottom: 1rem;
}

.contact-left h1 {
font-family: "Space Grotesk", sans-serif;
font-size: 42px;
font-weight: 700;
color: #fff;
margin-bottom: 1rem;
line-height: 1.2;
}

.contact-left p {
font-family: "Poppins", sans-serif;
font-size: 16px;
color: #FFFFFFCC;
margin-bottom: 2rem;
line-height: 1.6;
}

.contact-right .form-control {
background: #1a1a1a;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 12px;
padding: 14px 18px;
font-family: "Poppins", sans-serif;
font-size: 15px;
color: #fff;
transition: all 0.3s ease;
}

.contact-right .form-control::placeholder {
color: #888;
font-style: italic;
}

.contact-right .form-control:focus {
border-color: #B89B5E;
box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.3);
background: #1f1f1f;
color: #fff;
}

.contact-right .form-label {
font-family: "Space Grotesk", sans-serif;
font-size: 14px;
font-weight: 600;
color: #B89B5E;
margin-bottom: 6px;
}

.contact-right .submit-btn {
display: inline-block;
background: #B89B5E;
color: #fff;
font-family: "Space Grotesk", sans-serif;
font-weight: 700;
font-size: 16px;
padding: 14px 36px;
width: 100%;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
}

.contact-right .submit-btn:hover {
background: #a08650;
transform: translateY(-2px);
}

/* ==================== TIMELINE SECTION - FIXED ==================== */
.timeline-full-container {
background-color: #101010;
position: relative;
}

.intro {
background-color: #101010;
padding: 80px 20px;
position: relative;
z-index: 10;
}

.process { 
font-family: 'Space Grotesk', sans-serif; 
font-weight: 500; 
font-size: 16px; 
color: #B89B5E; 
}

.process-title { 
font-family: 'Space Grotesk', sans-serif; 
font-weight: 500; 
font-size: 48px; 
color: #B89B5E; 
margin: 20px 0;
}

.process-desc { 
font-family: 'Poppins', sans-serif; 
font-weight: 400; 
font-size: 20px; 
color: #FFF; 
margin-bottom: 0;
}

.timeline-container {
max-width: 1200px;
margin: 0 auto;
padding: 100px 20px;
position: relative;
}

.timeline-line {
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 2px;
background: #B89B5E;
transform: translateX(-50%);
z-index: 0;
}

.timeline-item { 
position: relative; 
margin: 80px 0;
opacity: 1;
}

.timeline-item:nth-child(odd) .timeline-card {
margin-left: calc(50% + 60px);
}

.timeline-item:nth-child(even) .timeline-card {
margin-right: calc(50% + 60px);
}

.timeline-node {
position: absolute; 
left: 50%; 
top: 10px; 
transform: translateX(-50%);
width: 50px; 
height: 50px; 
background: #423a27;
border: 1px solid #B89B5E; 
border-radius: 50%; 
z-index: 2;
display: flex; 
align-items: center; 
justify-content: center;
}

.timeline-node-index { 
color: #b89b5e; 
font-weight: 700; 
}

.timeline-card {
background: #B89B5E0D;
border: 1px solid #B89B5E40;
border-radius: 2px;
padding: 32px;
max-width: 480px;
}

.timeline-title { 
font-family: 'Space Grotesk', sans-serif; 
font-weight: 500; 
font-size: 27px; 
color: #B89B5E; 
margin-bottom: 12px; 
}

.timeline-description { 
font-family: 'Poppins', sans-serif; 
font-weight: 400; 
font-size: 16px; 
color: #FFFFFFB2; 
margin-bottom: 16px; 
}

.timeline-points { 
list-style: none; 
padding: 0; 
margin: 0; 
}

.timeline-points li { 
font-family: 'Poppins', sans-serif; 
font-weight: 400; 
font-size: 16px; 
color: #FFF; 
margin: 10px 0; 
}

@media (max-width: 768px) {
.timeline-line { display: none; }

.intro {
padding: 60px 20px;
}

.process-title {
font-size: 36px;
}

.process-desc {
font-size: 16px;
}

.timeline-container {
padding: 20px 20px;
}

.timeline-item { 
margin: 30px auto; 
max-width: 100%; 
text-align: left;
}

.timeline-node {
position: relative;
left: auto; 
top: auto;
transform: none;
margin: 0 auto 20px;
}

.timeline-card {
margin: 0 auto;
max-width: 100%;
text-align: left;
}

.timeline-item:nth-child(odd) .timeline-card,
.timeline-item:nth-child(even) .timeline-card {
margin: 0 auto;
}
}

/* Hero Responsive */
@media (max-width: 1250px) {
.shahid-hero-title {
font-size: 120px;
}
}

@media (max-width: 769px) {
span.consultation-wrap {
display: none;
}
.shahid-hero-title {
font-size: 60px;
}
.shahid-hero-subtitle {
font-size: 25px;
}
.row.align-items-start.gx-5 {
flex-direction: column-reverse;
gap: 40px;
} 
.col-md-3.shahid-hero-col1 {
width: 100%;
display: flex;
justify-content: center;
gap: 20px;
flex-direction: row;
}
.col-md-4.shahid-hero-col3 {
width: 100%;
} 
.shahid-hero-image-wrap {
position: relative;
top: -7em;
}
.shahid-hero-text {
text-align: left;
margin-top: 30px;
}
.shahid-hero-socials {
justify-content: center;
}
.foot-shahid-heading h2 {
font-size: 60px;
line-height: 1.3;
}
.foot-shahid-email, .foot-shahid-phone { 
font-size: 14px;
}
}

@media (max-width: 450px) {
.shahid-hero-image-wrap {
position: relative;
top: 0;
}
.shahid-hero-image {
max-width: 150%;
margin-top: 20px;
}
.shahid-hero-subtitle {
text-align: left;
font-size: 16px;
}
.shahid-hero-title {
font-size: 80px;
text-align: left;
}
.shahid-hero-bottom {
margin: 0;
}
.foot-shahid {
padding: 0px 20px;
}
.foot-shahid-heading h2 {
font-size: 32px;
}
.foot-shahid-links .row {
flex-direction: column-reverse;
gap: 30px;
}
.col.foot-shahid-col3 {
display: flex;
justify-content: center; 
text-align: center;
align-items: center;
flex-direction: column;
}
.col.foot-shahid-col1 {
display: flex;
justify-content: center; 
text-align: center;
align-items: center;
flex-direction: column;
}
.shahid-hero-menu-btn {
font-size: 16px;
left: 2em;
}
.shahid-hero {
padding: 40px 30px;
}
.shahid-hero-link span {
font-size: 14px;
}
}

/* Menu Overlay Styles */
.menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(16, 16, 16, 0.98);
backdrop-filter: blur(10px);
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}

.menu-overlay.active {
opacity: 1;
visibility: visible;
}

.menu-close-btn {
position: absolute;
top: 40px;
right: 60px;
background: transparent;
border: 0;
color: #B89B5E;
font-size: 48px;
width: 60px;
height: 60px;
/*border-radius: 50%;*/
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
line-height: 1;
padding: 0;
}

.menu-close-btn:hover {
/*background: #B89B5E;*/
/*color: #101010;*/
/*transform: rotate(90deg);*/
}

.menu-nav ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

.menu-nav ul li {
margin: 30px 0;
opacity: 0;
transform: translateY(30px);
transition: opacity 0.4s ease, transform 0.4s ease;
}

.menu-overlay.active .menu-nav ul li {
opacity: 1;
transform: translateY(0);
}

.menu-overlay.active .menu-nav ul li:nth-child(1) { transition-delay: 0.1s; }
.menu-overlay.active .menu-nav ul li:nth-child(2) { transition-delay: 0.2s; }
.menu-overlay.active .menu-nav ul li:nth-child(3) { transition-delay: 0.3s; }
.menu-overlay.active .menu-nav ul li:nth-child(4) { transition-delay: 0.4s; }
.menu-overlay.active .menu-nav ul li:nth-child(5) { transition-delay: 0.5s; }

.menu-link {
font-family: 'Space Grotesk', sans-serif;
font-size: 56px;
font-weight: 700;
color: #fff;
text-decoration: none;
text-transform: uppercase;
position: relative;
display: inline-block;
transition: color 0.3s ease;
}

.menu-link::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 0;
height: 3px;
background: #B89B5E;
transition: width 0.4s ease;
}

.menu-link:hover {
color: #B89B5E;
}

.menu-link:hover::after {
width: 100%;
}

@media (max-width: 768px) {
.menu-link {
font-size: 36px;
}

.menu-close-btn {
top: 30px;
right: 30px;
width: 50px;
height: 50px;
font-size: 36px;
}

.menu-nav ul li {
margin: 20px 0;
}
}

@media (max-width: 450px) {
.menu-link {
font-size: 28px;
}

.menu-close-btn {
top: 20px;
right: 20px;
width: 45px;
height: 45px;
font-size: 32px;
}
}

.socials-hero-bottom {
text-decoration: none;
}