
/* Brand Gold Color */
.bg-gold {
    background-color: #c19b67 !important;
}

/* Positioning the subnav below your main navbar */
.subnav-wrapper.sticky-top {
    /* Adjust this value to match the actual height of your main navbar */
    top: 90px; 
    z-index: 999;
}

/* Sub-Link Styling */
.nav-link.sub-link {
	font-family: "MetaPro-Book";
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 10px 5px 10px;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 4px solid transparent;
}

.nav-link.sub-link:hover, 
.nav-link.sub-link.active {
    color: #fff !important;
    border-bottom: 4px solid #fff;
}

/*Breadcurmb style*/
.breadcrumb-wrapper {
    background-color: #000; /* Solid black background */
    padding: 15px 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #bb9c59; /* Theme Gold color */
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* The Gold Dot Separator */
.breadcrumb-separator {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #c19b67;
    border-radius: 50%;
    display: inline-block;
}

/* Icon size adjustment */
.breadcrumb-item i {
    font-size: 1rem;
    line-height: 0;
}

/*About us content start*/
.about-content-wrap {
	padding: 30px 0 30px 0;
}

.inner-hero-banner-section {
	position: relative;
}
.inner_banner_sec {
    overflow: hidden;
}
.inner_banner_sec img {
    animation: img-zoom 40s linear infinite;
}
@keyframes img-zoom {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(2);
    }
}
.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner-content h1 {
	font-family: "MetaPro-Thin";
	font-weight: normal;
	font-size: 5rem;
	text-transform: uppercase;
	color: #fff;
}

/*About Featured Project Stats Cards */
.about-feature-section {
    position: relative;
    height: auto;
    padding-top: 42px;
    padding-bottom: 80px;
    margin-top: -100px;
}

.about-reveal-container {
    position: relative;
    width: 100%;
    height: 90vh;
}

/* FIXED IMAGE SIZE */
.about-reveal-box {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

/* LAYERS */
.one-layer,
.two-layer,
.three-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 90vh;
}

.one-layer {
    z-index: 3;
    clip-path: inset(0 0 0 0);
}
.one-layer img {
    filter: grayscale(1);
}

.two-layer {
    z-index: 2;
    clip-path: inset(100% 0 0 0);
}
.two-layer img {
    filter: grayscale(0.5);
}
.three-layer {
    z-index: 1;
    clip-path: inset(100% 0 0 0);
}

/* IMPORTANT: NO SCALE HERE */
.one-layer img,
.two-layer img,
.three-layer img {
    width: 100%;
    height: 90vh;
    max-width: 381px;
    margin: 0 auto;
}

/* TEXT */
.about-feature-section-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    transform: translateY(40px);
}

/* FLOAT TEXT */
.about-floating-info {
    transform: translateY(30px);
}

/* POSITIONS */
.left-top-info {
    position: absolute;
    top: 12%;
    left: 6%;
    width: 30%;
    text-align: left !important;
}

.right-center-info {
    position: absolute;
    bottom: 18%;
    right: 0%;
    width: 30%;
}

.left-btm-info {
    position: absolute;
    bottom: 12%;
    left: 6%;
    width: 30%;
    text-align: left !important;
}














/*objectives page style*/

.objectives_list {	
	list-style: none;
    padding-left: 0;
}   
.objectives_list li {
	font-family: "MetaPro-Light";
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding: 5px 0 10px 30px;
    position: relative;
}

.objectives_list li::before {
    content: "👑"; /* crown icon */
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
}

/*Vision Page style*/

.vision_list {  
    list-style: none;
    padding-left: 0;
}   
.vision_list li {
    font-family: "MetaPro-Light";
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 5px 0 10px 30px;
    position: relative;
}

.vision_list li::before {
    content: "👑"; /* crown icon */
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
}
.vision-right-img {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 909px;
	width: 50%;
	z-index: -1;
}

/*Visionary section style*/
.visionary-btm-sec {
	
}
.visionary-btm-col {
    max-width: 400px;
    margin: 0 auto;
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
}

.visionary-btm-col img {
    padding-top: 15px;
	margin-bottom: 20px;
    background-color: #fff;
}
.visionary-btm-col h4 {
	color: #bb9c59;
	font-weight: bold;
}


/*Careers section style*/
/* SECTION */
.career-accordion-section {
    padding: 60px 0;
}

/* ACCORDION ITEM */
.custom-accordion .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #b89b5e;
}
.accordion-item {
    padding-left: 20px;
}
.accordion-item.active {
    background-color: #0f0f0f;
    
}

/* HEADER BUTTON */
.custom-accordion .accordion-button {
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 20px 0;
    box-shadow: none;
    position: relative;
}
.custom-accordion .accordion-item.active .accordion-button {
    margin-bottom: -40px;
}

/* REMOVE DEFAULT ICON */
.custom-accordion .accordion-button::after {
    display: none;
}

/* CUSTOM + ICON */
.custom-accordion .icon {
    margin-left: auto;
    width: 20px;
    height: 20px;
    position: relative;
}

.custom-accordion .icon::before,
.custom-accordion .icon::after {
    content: "";
    position: absolute;
    background: #fff;
}

.custom-accordion .icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
}

.accordion-item.active  .icon::before {
    background: #bb9c59;
}

.custom-accordion .icon::after {
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
}

/* ROTATE TO MINUS */
.custom-accordion .accordion-button:not(.collapsed) .icon::after {
    display: none;
}

/* BODY */
.custom-accordion .accordion-body {
    padding: 25px;
    background: #0f0f0f;
}

/* HEADING */
.custom-accordion h4 {
    color: #bb9c59;
    margin-bottom: 20px;
    font-size: 15px;
}

/* UL LI STYLING */
.custom-accordion ul {
    list-style: none;
    padding: 0;
}

.custom-accordion ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #fff;
}

/* CUSTOM ARROW BULLET */
.custom-accordion ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #fff;
}

/* ACTIVE ITEM BG */
.custom-accordion .accordion-item.active .accordion-body {
    display: block;
}

/* HOVER */
.custom-accordion .accordion-button:hover {
    color: #b89b5e;
}

/* Color & Typography */
.text-gold { color: #c19b67; }
.tracking-widest { letter-spacing: 2px; }

/* Custom Underline Inputs */
.form-control-custom {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 0;
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-control-custom:focus {
    border-bottom: 1px solid #c19b67;
}

.form-control-custom::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Custom Select Arrow */
.select-custom {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}

/* Upload Area */
.upload-box {
    position: relative;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 20px;
    cursor: pointer;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/*Contact us page style*/
.gmap-wrap {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 450px;
}
.gmap-wrap iframe {
    width: 100%;
    height: 100%;
    border: 5px solid #d2b48c;
}
.btn-get-direction {
    position: absolute;
    right: 10%;
    bottom: -10px;
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 2px solid #c19b67; /* Your brand gold color */
    border-radius: 8px; /* Subtle rounding as per image */
    padding: 15px 25px 15px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* The Diamond Icon Container */
.direction-icon {
    background-color: #c19b67;
    color: #ffffff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg); /* Creates the diamond shape */
    margin-right: 15px;
}

/* Counter-rotate the icon inside so it stays upright */
.direction-icon i, 
.direction-icon img {
    transform: rotate(-45deg);
    font-size: 1rem;
}

.direction-text {
    color: #333333;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hover Effect */
.btn-get-direction:hover {
    background-color: #f8f8f8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.contact-page-form-wrap {
    background-color: #0f0f0f;
    margin: 50px 0;
}

/* Custom Form Inputs */
.form-control-custom {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: white;
    width: 100%;
    padding: 10px 0;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: border-color 0.3s ease;
}

.form-control-custom:focus {
    outline: none;
    border-bottom-color: #fff;
}

/* Checkbox Style */
.form-check-input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
}

.form-check-input:checked {
    /*background-color: #fff;*/
    border-color: #fff;
}

/* Enquire Button */
.btn-enquire {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 12px 35px;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.btn-enquire:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.big-head {
    font-size: 2rem;
    line-height: 1;
    font-family: "MetaPro-Cond";
}
.big-head .num {
    font-weight: 300;
}
.big-head span {
    display: block;
    font-size: 2.4rem;
    color: #bb9c59;
}
.our_project_details .project-card {

}
.our_project_details .project-card img {
    margin-bottom: 10px;
}
.our_project_details .project-card h3 {
    font-size: 1.2rem;
    font-family: "MetaPro-Cond";
}
.our_project_details .project-card h3 .num {
    font-weight: 300;
}
.our_project_details .project-card h3 span{
    display: inline-block;
    font-size: 1.5rem;
    color: #bb9c59;
    font-family: "MetaPro-Bold";
}

/*Testimonial section style*/
/* Container Background */
.testimonial-section {
    padding-bottom: 40px;
}

/* Base Card Style (White State) */
.testimonial-card {
    background-color: #ffffff;
    padding: 40px 30px;
    position: relative;
    height: 100%;
    transition: all 0.4s ease-in-out;
    border-radius: 0; /* Keeps the architectural look */
    overflow: hidden;
    cursor: pointer;
}

/* Hover Effect: Dark Gray Background */
.testimonial-card:hover {
    background-color: #1a1a1a; /* Dark gray from your image */
}

/* Quote Icon Positioning */
.quote-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    font-size: 8rem;
    color: #c19b67;
    opacity: 0.2;
    line-height: 1;
    pointer-events: none;
    transform: rotate(180deg);
}

/* Typography */
.client-name {
    color: #c19b67; /* Gold name */
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.testimonial-text {
    color: #333; /* Dark text for white background */
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    transition: color 0.3s ease;
}

.more-link {
    color: #c19b67;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Hover State Text Colors */
.testimonial-card:hover .testimonial-text {
    color: #ffffff; /* Text turns white on dark background */
}

.testimonial-card:hover .quote-icon {
    opacity: 0.4; /* Quote becomes more visible on hover */
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 20px;
    }
}


/* Horizontal scroll for mobile devices */
@media (max-width: 991px) {
    .subnav-wrapper .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
    }
    .sub-link {
        white-space: nowrap;
    }
}


/* Mobile Responsiveness */

@media (max-width: 767px) {
	.inner_banner_sec img {
		height: 50vh;
		object-fit: cover;
	}
	.banner-content h1 {
		font-size: 3rem;
	}
	.objectives_list li {
		font-size: 14px;
		line-height: 18px;
	}
	.vision_list li {
		font-size: 14px;
		line-height: 18px;
	}
	.vision-right-img {
		position: static;
		width: 100%;
	}
    .visionary-btm-sec {
        border-radius: 0 0 0 0;
    }
    .visionary-btm-col {
        flex-direction: column;
        padding: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .visionary-btm-col:last-child {
        display: none;
    }
    .visionary-btm-col img {
        margin-bottom: 20px;
        margin-right: 0 ;
        width: 50%;
    }
    .career-accordion-section {
        padding: 20px 0;
    }
    .custom-accordion .accordion-button {
        padding: 10px 0;
    }
    .big-head {
        font-size: 1.8rem;
        text-align: center;
    }
    .big-head span {
        font-size: 1.8rem;
    }
    .our_project_details {
        text-align: center;
    }
    .our_project_details .projectSwiper{
        padding-bottom: 20px;
    }
    .swiper-pagination-bullet {
        background: transparent;
        border: 2px solid #fff;
        width: 15px;
        height: 15px;
    }
    .swiper-pagination-bullet-active {
        background: #fff;
        border: 2px solid #fff;
    }
}

@media (max-width: 991px) {
    .about-feature-section {

    }
    .about-reveal-container {
        height: 50vh;
    }
    .about-reveal-box {
        height: 50vh;
    }
    .one-layer img, .two-layer img, .three-layer img {
        height: auto;
        width: 50%;
    }
    .left-top-info, .right-center-info, .left-btm-info {
        position: absolute;
        top: -200px;
        left: auto;
        width: 100%;
        text-align: center !important;
    }
    .about-floating-info h2 {
        padding-bottom: 10px;
    }

}
