@import url(https://db.onlinewebfonts.com/c/02d8bfeaeb805e69f0b04e0f78697ec3?family=NHaasGroteskDSPro-55Rg);

/* Theme metadata here */
:root {
    font-family: "NHaasGroteskDSPro-55Rg" !important;
}
html {
  scroll-behavior: smooth;
}


body {
    font-family: "NHaasGroteskDSPro-55Rg" !important;
    margin: 0;
    padding: 0;
    background: #fefefe;
    color: #111;
}
btn {
    font-family: "NHaasGroteskDSPro-55Rg" !important;
    
}
a{
	color: black;
	text-decoration: none;
}
.site-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

/* Reset & basic styles */
body,
ul {
    margin: 0;
    padding: 0;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    /* or your preferred max width */
    margin: 0 auto;
    padding: 15px 20px;
    font-family: "NHaasGroteskDSPro-55Rg" !important;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.main-nav ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
.head-title:hover{
	 color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
.head-title:active{
	 color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
	font-weight: 900 !important;
}.head-title:focus{
	 color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
	font-weight: 900 !important;
}


.main-nav ul li a:hover {
    color: #000;
	text-decoration: none;
}
.main-nav ul li a:active {
    color: #000;
	text-decoration: none;
	font-weight: 900 !important;
}

.nav-left {
    justify-content: flex-start;
    flex: 1;
}

.nav-right {
    justify-content: flex-end;
    flex: 1;
}

.nav-center {
    flex: 1;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.15em;
}


img {
    max-width: 100%;
    height: auto;
}

.nav-center img {
    max-height: 50px;
    /* Adjust height as needed */
    width: auto;
    display: inline-block;
}

.hero-section {
    position: relative;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-text {
    font-size: 2rem;
    line-height: 1.4;
    max-width: max-content;
    margin: 0 auto;
}

.hero-text strong {
    font-weight: 700;
}

.hero-text em {
    font-style: italic;
    font-weight: 400;
}

.hero-cta {
    position: absolute;
    bottom: 40px;
    right: 10%;
}

.hero-button {
    display: inline-block;
    color: white;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background: #ddd;
    color: #000;
}

@media (max-width: 768px) {
    .hero-section {
        height: 400px;
    }
}

@media (max-width: 520px) {
	.team-member {
    margin-bottom: 30px;
}
	.project-card img {
   height: 30vh !important;}
	.quote-author {
	font-size: 20px !important;}
	.quote-text {
		font-size: 20px !important;}
	.projects-header p {
		font-size: 20px !important;}
	.hero-text {
  max-width: 70% !important;}
	.projects-grid {
   flex-wrap: wrap !important;}
	.project-cardd {
    flex: 1 1 100% !important;
}
	    .idf-footer-row {
           display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-around !important;
    flex-direction: row !important;}
	    .idf-footer-logo {
        height: auto !important;
        width: fit-content !important;
    }   .idf-footer-logo-block {
        
        width: fit-content !important;
    }
	.idf-footer {
    
    padding: 30px !important;
}
	.insight-card {
    flex: 0 0 100% !important;
    }
	.insight-card h3 {
		height: 10vh !important;
	}
    .hero-section {
        height: 300px;
    }
	.containerr {
        grid-template-columns: 1fr !important;
		 width: fit-content !important;
    }
	.team-section{
		    width: fit-content !important;
	}
	.team-grid{
    display: flex !important;
    gap: 0px !important;
    flex-wrap: wrap !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: left !important;
	}
	.services-gridd {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-left: 15px;
}
	  .idf-social-icons {
        justify-content: left;
    }
	.clients-logos {
  
		padding-left: 0px !important;}
}

/* ========== GLOBAL TRANSITIONS ========== */
* {
    transition: all 0.3s ease-in-out;
    scroll-behavior: smooth;
}

/* ========== FADE-IN ANIMATION ========== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

/* ========== HOVER EFFECTS ========== */
a,
button,
.hero-button {
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

a:hover,
button:hover,
.hero-button:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* ========== IMAGE ZOOM ON HOVER ========== */
img:hover {
    transform: scale(1.03);
}

/* ========== SECTION SMOOTH LOAD (optional) ========== */
.section {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease-out;
}

.section.visible {
    opacity: 1;
    transform: none;
}

.about-section {
    padding: 80px 60px;
    background: #fff;
}

.about-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about-text {
    flex: 1 1 500px;

}

.about-text h2 {
    font-size: 36px;
    font-weight: 100 !important;
    line-height: 1.5;
    margin-bottom: 20px;
    color: black;
}


.about-text h2 strong {
    font-weight: 900;
}

.about-text h2 em {
    font-style: italic;
}

.about-text p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #333;
}

.about-links a {
    margin-right: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-links a:hover {
    color: #666;
}

.about-image {
    flex: 1 1 400px;
    text-align: right;
}

.about-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.about-links a {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    font-size: 1.1rem;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-links a i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.about-links a:hover {
    color: #555;
}

.about-links a:hover i {
    transform: translateX(5px);
}



.services {
    padding: 60px;
}

.intro-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.tabs {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1.5rem;
}

.tab {
    background: none;
    padding-left: 0px;
    border: none;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: #999;
    position: relative;
}

.tab.active {
    color: #000;
    padding-left: 0px !important;
    font-weight: 500;
    font-size: 32px;
}

.tab.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #000;
}

.tab-content {
    display: none;
    animation: fade 0.3s ease-in-out;
}

.tab-content.active {
    display: block;
}

.grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 900px;
}

.grid-dev div {
    font-size: 25px;
    line-height: 1.4;
}

.grid-dev {

    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 900px;
}

.grid div {
    font-size: 25px;
    line-height: 1.4;
}

.discover-link {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: #000;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.intro-text {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 5rem;
    MAX-WIDTH: 900px;
	    margin-bottom: 30px;
}

.section-title {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

.project-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0.2rem 0 1rem 0;
}

.view-link {
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    color: #000;
}


.subtitle {
    font-size: 30px;
    line-height: 1.6;

}

.subtitle strong {
    font-weight: bold;
}

.main-title {
    font-size: 40px;
    font-weight: 900;
    margin: 10px 0 30px;
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
       .containerr {
        padding: 30px !important;
        width: 1450px !important;
    }
	.projects-section {
   margin-top: 100px !important;}
}
@media only screen and (min-width:992px) and (max-width: 1500px) {
	.minimalist-title {
  height: 17vh !important;}
	.faq-section{
		margin-left: 0px !important;
	}
.intro-text {
	margin-bottom: 0px !important;
	        margin-top: 0px !important;}
	.quote-author {
		font-size: 20px !important;}
	.quote-text {
		font-size: 25px !important;}
	.slide2img{
		    height: 65vh !important;
    display: block;
    object-fit: cover;
	}
	.content h4 {
		font-size: 22px !important;}
	.team-quote {
   
		margin-top: -45px;
	
	}
	.insight-card h3 {
 
		height: 9vh;}

    .clients-container {

        width: 1200px !important;
    }

    .team-section {
        padding-left: 30px !important;
        width: 1200px !important;
    }

    .advisory-section {
        width: 1200px !important;
        padding-left: 0px !important;
    }

  
    .idf-footer {

        padding: 60px 30px !important;
    }

    .idf-footer-logo-block {
        flex: 1 0 auto !important;
    }

    body {
        overflow-x: hidden;
    }

    .containerr {

        padding: 30px !important;
        width: 1200px !important;
    }

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


.quote-section {
    background-color: #f8f8f8;
    /* very light gray */
    padding: 60px 20px;
    text-align: center;

}

.quote-text {
    font-size: 40px;
    line-height: 1.5;
    max-width: 1800px;
    margin: 0 auto 30px;
    color: #000;
    font-weight: 400;
}

.quote-text em {
    font-style: italic;
}

.quote-text strong {
    font-weight: 700;
}

.quote-author {
    font-size: 25px;
    color: #000;
    line-height: 1.4;
}

/* Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.idf-footer {
    background-color: #000;
    color: #fff;
    padding: 60px 120px;

}

.idf-footer-container {
    max-width: 1800px;
    margin: 0 auto;
}

/* Footer row - 3 columns */
.idf-footer-row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* Logo column */
.idf-footer-logo-block {
    flex: 2 0 auto;
    align-self: anchor-center;

}

.idf-footer-logo {
    height: 48px;
    /* Bigger logo */
    width: auto;
}

/* Labels column */
.idf-footer-labels {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 0 0 150px;
    /* fixed width for labels */
}

.idf-footer-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.a-foo {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    color: white;
    text-decoration: none;
}

/* Info column */
.idf-footer-info-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.idf-footer-info {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* Social Icons */
.idf-social-icons {
    display: flex;
    gap: 16px;
}

.idf-social-icons a {
    color: #fff;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.idf-social-icons a:hover {
    opacity: 0.6;
}

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

    .idf-footer-labels,
    .idf-footer-info-block {
        flex: none;
    }

    .idf-footer-logo-block {
        text-align: center;
    }

  
}

.containerr {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 0px;
    padding-top: 60px;
   
    padding-left: 150px;
    padding-right: 60px;
    width: 1600px;

}

.contentLeft,
.contentRight {
    width: 100%;
}

.contentLeft .row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.contentLeft .row .imgWrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}

.contentLeft .row .imgWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    transition: 0.3s ease;
}

.contentLeft .row .imgWrapper:hover img {
    transform: scale(1.5);
}

.contentLeft .row .imgWrapper:nth-child(odd) {
    transform: translateY(-20px);
}

.contentLeft .row .imgWrapper:nth-child(even) {
    transform: translateY(20px);
}

.contentRight .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.contentRight .content h4 {
    font-size: 22px;
    font-weight: 400;
    color: #d35400;
}

.contentRight .content h2 {
    font-size: 40px;
    color: #1e272e;
}

.contentRight .content p {
    font-size: 16px;
    color: #343434;
    line-height: 28px;
    padding-bottom: 10px;
}

@media(max-width: 768px) {
    .containerr {
        grid-template-columns: 1fr;
    }

    .contentLeft .row {
        grid-template-columns: repeat(2, 1fr);
    }

    .contentLeft .row .imgWrapper {
        height: 150px;
        position: relative;
    }

    .contentRight .content h4 {
        font-size: 18px;
    }

    .contentRight .content h2 {
        font-size: 30px;
    }

}

.advisory-section {
    background-color: #fff;
    width: 1600px;
    padding: 0px 20px 30px;

}

.container {
    max-width: 1790px;
    margin: auto;
}

.intro-text {
    font-size: 30px;
    color: #111;
    line-height: 1.6;
    max-width: 1300px;
    
}

.intro-text strong {
    font-weight: bold;
}

.tab-buttons {
    display: flex;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
}

.tab-btn {
    background: none;
    border: none;
    font-size: 24px;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: 400;
    color: grey;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

.tab-btn.active {
    color: #000;
    padding-left: 0px !important;
    font-weight: 500;
    font-size: 32px;
    border-bottom: 3px solid black;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.advisory-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: flex-start;
}

/* Image column */
.image-block {
    width: 100%;
}

.placeholder-img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 50px;
}

/* Single Service Item */
.service-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.circle {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.content h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #000;
}

.content p {
    font-size: 16px;
    color: #444;
    margin: 0;
}

.view-link {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.view-link:hover {
    text-decoration: underline;
}

.mobile-logoo {
    padding-left: 0px !important;
    margin-left: 0px !important;
    width: 85%;

}

@media (max-width: 768px) {

    .mobile-logoo {
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 85%;

    }

    
    body {
        font-size: 20px !important;
    }

    .hero-text em {
        font-size: 20px !important;
    }

    h1,
    h2,
    h3 {
        font-size: 20px !important;
    }

}

.team-section {
    padding: 60px 20px;
    width: 1600px;
    margin: auto;
    text-align: left;
}

.team-section .intro-text {
    font-size: 30px;
    width: 800px;
    margin: 0 auto 20px;
    line-height: 1.6;

}

.team-section .section-title {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 500;
}

.team-grid {
    display: flex;

    gap: 60px;
    flex-wrap: wrap;
}

.team-member {
    flex: 1 1 377px;
    max-width: 350px;
}

.team-member img {
    width: 100%;
    height: 500px;
    object-fit: cover;

}

.team-info {
    margin-top: 12px;
}

.team-info h4 {
    font-size: 18px;
    margin: 5px 0 3px;
    font-weight: 600;
}

.team-info p {
    font-style: italic;
    font-size: 15px;
    color: #555;
}

.clients-section {
    padding: 0px 20px;

}

.clients-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
    align-items: flex-start;
}

.clients-text {
    flex: 1 1 40%;
    min-width: 300px;
}

.clients-text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0px;
}

.clients-text p {
    font-size: 18px;
    margin: 10px 0;
}

.clients-text ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 17px;
}

.clients-text .footer-text {
    margin-top: 20px;
    font-size: 16px;
}

.clients-logos {
    flex: 1 1 25%;
    padding-left: 50px;
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 20px;
    align-items: center;
    justify-items: center;
    min-width: 300px;
    position: relative;
}

.clients-logos .logo {
    width: 100%;
    height: 100px;
    /* Fixed height for uniformity */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #fff;
    /* Optional: give a consistent background */
    border: 1px solid #eee;
    /* Optional: light border for visual structure */
    box-sizing: border-box;
    /* Light shadow */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    /* Optional: slightly rounded corners */
    transition: box-shadow 0.3s ease;
}

.clients-logos .logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.clients-logos .more-text {
    grid-column: span 2;
    place-self: anchor-center !important;
    justify-self: start;
    font-size: 16px;
    font-weight: 400 !important;
    margin-top: 10px;
}

/* Desktop nav visible on wider screens */
.desktop-nav {
    display: flex;
}

/* Hide mobile header and menu on desktop */
.mobile-header,
.mobile-menu {
    display: none;
}

/* On mobile devices */
@media (max-width: 768px) {
    .about-text {
        flex: 1 1 200px;
    }

    .advisory-layout {
        display: flex;
        gap: 0px;
        align-items: center;
        justify-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .slideshow {
        position: relative;
        width: 100%;

        height: 30vh;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .services-grid {

        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 25px;
        align-content: flex-start;
    }

    .content h4 {
        font-size: 20px !important;
    }

    .content p {
        font-size: 20px !important;
    }

    .tab-btn.active {

        font-size: 20px !important;
    }

    .tab-btn {

        font-size: 20px !important;
    }

    .container {
        width: 100%;
    }

    .advisory-section {

        width: 100%;
        padding: 20px;
    }

    .intro-text {
        font-size: 20px !important;
    }

    .containerr {
        grid-template-columns: 5fr 4fr 1fr;
        display: grid;
        justify-items: start;
        align-items: center;
        justify-content: end;
        align-content: center;
        width: 100%;
        padding: 20px;
    }

    .hero-text {

        margin-top: -80px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: left;

        position: relative;
        z-index: 1000;
    }

    /* Hamburger icon */
    .hamburger {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        margin: 4px 0;
        background: #333;
        border-radius: 2px;
        transition: background 0.3s ease;
    }

    /* Mobile menu container */
    .mobile-menu {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        padding: 0 1rem;

        transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
        opacity: 0;
    }

    /* When active, expand menu with padding and fade in */
    .mobile-menu.active {
        max-height: 500px;
        /* enough to show all items */
        padding: 1rem;
        opacity: 1;
    }

    /* Menu list styling */
    .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-menu ul li {
        margin-bottom: 15px;
    }

    .mobile-menu ul li:last-child {
        margin-bottom: 0;
    }

    .mobile-menu ul li a {
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        color: #333;
        display: block;
        padding: 8px 0;
        transition: color 0.3s ease;
    }

    .mobile-menu ul li a:hover {
        color: #0073e6;
        /* accent color on hover */
    }
}

.mobile-menu {
    display: none;
    transition: all 0.3s ease;
}

.mobile-menu.active {
    display: block;
}

@media only screen and (min-width: 1600px) {
	.mb-100{
	margin-bottom: 100px !important;
}
    .advisory-section {
        background-color: #fff;
        width: 1600px;
        padding: 0px 20px 60px 150px !important;
    }


}
.text-right{
	text-align: right;
}
.text-float{
	float: right;
}
.mb{
	    margin-bottom: 50px !important;
}
.services-tabs-wrapper .service-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease;
    flex-direction: column !important;
}

.services-tabs-wrapper .service-item:hover {
  transform: translateY(-5px);
}

.services-tabs-wrapper .service-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

.services-tabs-wrapper .service-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 15px 15px 5px;
}

.services-tabs-wrapper .service-item p {
  font-size: 14px;
  color: #666;
  margin: 0 15px 15px;
}

.projects-grid {
  display: flex;
  gap: 40px;
 
}

.project-cardd {
  flex: 1 1 30% ;
 
}
.project-card {
  flex:none;
 
}
.project-cardd img {
  width: 100%;
  border-radius: 12px;
  margin-top: 10px;
	height: 50vh !important;
	object-fit: cover !important;
}

.project-card img {
  width: 100%;
  border-radius: 12px;
  margin-top: 10px;
	height: 50vh ;
	object-fit: cover !important;
}

.project-card .location {
  color: #6e6e6e;
  font-size: 14px;
  margin-bottom: 5px;
}

.project-card .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.project-section {
  max-width: 1600px;
  margin: 40px auto 80px;
}

.project-location {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 4px;
}

.project-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.project-gallery {
  display: flex;
  gap: 20px;
}

.project-main-image {
  flex: 5;
  height: 70vh;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.project-side-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-side-image {
  height: 40vh;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.project-side-image2{
	height: 28vh !important;
	
}

.project-view-link {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  color: black;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.project-view-link:hover {
  text-decoration: underline;
}

.projects-section {
  padding: 0px 20px;
  max-width: 1600px;
  margin: auto;
}

.projects-header p {
  font-size: 30px;
  line-height: 1.5;
}

.projects-header strong {
  font-weight: bold;
}

.projects-header h2 {
  font-size: 2.5rem;
  margin-top: 20px;
	    font-weight: 900;
}


.carousel-container {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

.carousel {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}


.location {
  color: #444;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.project-card h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.image-container {
  border-radius: 8px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 50vh;
  display: block;
}

.view-project {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.view-project:hover {
  text-decoration: underline;
}

.nav {
  position: absolute;
  top: 50%;
  
  background: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.nav.prev {
  left: 0;
}

.nav.next {
  right: 0;
}
#projectCarousel {
  -ms-overflow-style: none;      /* IE/Edge */
  scrollbar-width: none;         /* Firefox */
}

#projectCarousel::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari */
}

  .insights-section {
	  padding: 60px 20px;
    max-width: 1600px;
    margin: auto;
  }

  .subtitle {
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 400;
  }

  .subtitle strong {
    font-weight: 700;
  }

  h2 {
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .insights-carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
    padding-bottom: 15px;
  }

  /* Hide scrollbar */
  .insights-carousel::-webkit-scrollbar {
    display: none;
  }
  .insights-carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .insight-card {
    flex: 0 0 32%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }

  .card-text {
    margin-bottom: 10px;
  }

  .insight-card h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 6px 0;
	  height: 5vh;
  }

  .date {
    font-style: italic;
    font-size: 18px;
    margin: 0;
  }

  .insight-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  }
.team-quote{
	    max-width: 1600px;
    text-align: left;
    align-self: anchor-center;
}
.left-pos{
	    position: relative;
    left: 55%;
}
.services-gridd {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px;
	    margin-top: 40px;
    padding-right: 80px;
}
.contentt{
	    padding-left: 15px;
    padding-top: 2px;
}
.contentt h4 {
    font-size: 16px;
	margin: 0px;
	font-weight: 400;}


/* Grid layout */
.minimalist-blog-grid {
  display: grid;
	   grid-template-columns: repeat(4, 1fr); /* 3 equal columns */
  gap: 40px;
}

/* Each post */
.minimalist-blog-post {
display: grid !important
;
    align-items: center !important;
    justify-items: start !important;
    justify-content: start !important;
}

/* Category styling */
.minimalist-category {
  color: #999;
  font-size: 15px !important;
  margin-bottom: 12px !important;
}

/* Title styling */
.minimalist-title {
  font-size: 23px;
  font-weight: bold;
	height: 8vh ;
    margin-bottom: 20px;
    margin-top: 0px !important;
}

/* Image styling */
.minimalist-image {
  width: 100%;min-height: 27vh;

  border-radius: 12px;
  object-fit: cover;
}
.custom-post-layout {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 0px;
}

.post-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.post-content {
  flex: 1 1 55%;
}

.post-right-side {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.post-category-badge .category-badge {
  display: inline-block;
  background-color: #000;
  color: white;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.single-post-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
	    margin-top: 0px;

}

.post-description p {
  font-size: 18px;
  color: lightslategrey;
  margin-bottom: 25px;
  line-height: 1.6;
}

.single-post-body {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
	
}

.post-image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- More Topic Box --- */
.more-topic-box {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.more-topic-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
	 margin-top: 0px;
}

.topic-card {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.topic-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.topic-text {
  flex: 1;
}

.topic-label {
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 12px;
  background-color: #6c757d;
  color: white;
  margin-bottom: 4px;
}

.topic-title {
  font-size: 17px;
  color: #222;
  margin: 0;
  font-weight: 500;
}

.topic-title a {
  text-decoration: none;
  color: inherit;
}

.topic-title a:hover {
  text-decoration: underline;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .post-container {
    flex-direction: column;
  }

  .post-content,
  .post-right-side {
    flex: 1 1 100%;
  }
}
/* Dummy static card styling same as dynamic */
.static-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 8px;
}

/* Get in touch box */
.get-in-touch-box {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  background: #eee;
}

.get-in-touch-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-button {
  background-color: #000;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact-button:hover {
  background-color: #333;
}

/* Modal Overlay */
/* Modal Overlay (centered and hidden by default using opacity) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Show the modal */
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Modal box */
.modal-content {
  background: white;
  width: 90%;
  max-width: 600px;
  padding: 40px;
  border-radius: 10px;
  position: relative;
 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

/* Headings */
.modal-content h2 {
  font-size: 40px;
  font-weight: 500;
 margin-bottom: 0px;
    margin-top: 0px;
}

.subtitle {
  color: #555;
  margin-bottom: 30px;
}

/* Form Layout */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 1 1 100%;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
}

/* Submit Button */
.submit-btn {
  padding: 10px 25px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  align-self: flex-start;
  transition: background-color 0.3s;
}

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

 .post-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .post-header-left {
    flex: 1;
  }

  .post-header-image {
    flex-shrink: 0;
    max-width: 500px;
  }

  .post-body-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .post-main-content {
    flex: 2.5;
    min-width: 0;
	  margin-right: 100px;
  }

  .post-sidebar {
    flex: 1;
    min-width: 280px;
  }



  /* Responsive for small screens */
  @media (max-width: 768px) {
    .post-header-wrapper,
    .post-body-wrapper {
      flex-direction: column;
    }

    .post-header-image,
    .post-sidebar {
      max-width: 100%;
      width: 100%;
    }
  }


.post-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: nowrap; /* prevent wrap so image stays big */
}

/* Make content smaller */
.post-header-left {
  flex: 1; /* smaller width */
  max-width: 40%; /* max width so it doesn't grow too big */
}

/* Make image bigger */
.post-header-image {
  flex: 2.5; /* bigger than content */
  max-width: 60%; /* restrict max width */
  height: 30vh; /* fixed height */
  overflow: hidden; /* hide overflow */
}

.post-header-image img {
  width: 100%;
  height: 30vh;
  object-fit: fill; /* cover entire container */
  display: block;
	border-radius: 8px;
}

.subb{
	font-size: 20px !important;
}
.post-header-image {
  width: 100%;
  
  overflow: hidden;
  border-radius: 10px; /* optional */
}

.post-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Preloader Styles */
#page-preloader {
  position: fixed;
  z-index: 9999;
  background-color: #fff; /* match your site bg */
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

#page-preloader .loader {
  width: 40px;
  height: 40px;
  border: 3px solid #000;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

body.loaded #page-preloader {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.view-blog-link{
	
    font-size: 15px;
    margin-top: 1pc;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.post-meta {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #666;
}

.post-meta-item i {
  margin-right: 6px;
  color: #999;
}
.about-right-text{
	    font-size: 20px !important;
    font-weight: 100 !important;
    background-color: #eee;
    padding-top: 0px !important;
	border-radius: 8px !important;
}
.about-right-text h2{
	    font-size: 17px !important;
    font-weight: 100 !important;
    background-color: #eee;
    padding: 20px !important;
	border-radius: 8px !important;
	    padding-bottom: 0px !important;
}
.about-right-text p{
	    font-size: 17px !important;
    font-weight: 100 !important;
    background-color: #eee;
    padding-left: 20px !important;
}
.about-links{
	 padding-left: 20px !important;padding-bottom: 20px !important;
}
.dynamic-card{
	background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
}

.single-service-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 0 20px;
}

.service-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.service-featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.service-full-content {
  font-size: 18px;
  line-height: 1.6;
}
.service-item a {
  display: block;
  text-decoration: none;
  color: inherit;
	width: -webkit-fill-available;
}

.service-item a img {
  width: 100%;
  height: 160px; /* or 140px, up to you */
  object-fit: cover;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.minimal-get-in-touch {
  text-align: center;
  padding: 40px 20px;
  background-color: #f8f8f8;
  color: #111827;

}

.minimal-get-in-touch p {
  font-size: 1.35rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1f2937;
  margin-bottom: 25px;
}

.minimal-get-in-touch em {
  font-style: italic;
  font-weight: 500;
}

.minimal-get-in-touch .cta-link {
  display: inline-block;
  font-size: 0.95rem;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.minimal-get-in-touch .cta-link:hover {
  color: #f97316;
  border-bottom: 1px solid #f97316;
}

.minimal-get-in-touch .arrow {
  margin-left: 6px;
  font-size: 1.1rem;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
}

.faq-icon {
  transition: transform 0.3s ease;
  font-size: 20px;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg); /* + turns to × */
}

.faq-section{
	width: 1250px ;
	margin-left: 150px;
}.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;

}

.faq-question {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: flex;font-family: "NHaasGroteskDSPro-55Rg" !important;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  padding-top: 0;font-family: "NHaasGroteskDSPro-55Rg" !important;
  margin-top: 0;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding-top: 10px;
  margin-top: 10px;
}

 .hero-service {
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0px;
    align-items: center;
  }

  .hero-text span.category {
    background: #111827;
    color: #fff;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .hero-text h1 {
    font-size: 2.8rem;
    font-weight: 800;
 
    margin: 20px 0 15px;
  }

  .hero-text p {
    font-size: 1.125rem;
    
    line-height: 1.7;
  }

  .hero-meta {
    margin-top: 15px;
    color: #6b7280;
    font-size: 0.9rem;
  }

  .hero-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    object-fit: cover;
	  height: 23vh;
  }
	.get-in-touch-box {
		margin-top: 0px;
	}
  .service-main-section {
      max-width: 1600px;
    margin: 0px auto 40px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 40px;
  }
.get-in-touch-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 5px;
}
  .service-main-section p {
    font-size: 1.1rem;
 
    line-height: 1.7;
  }

  .cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-button a {
    background: #f97316;
    color: white;
    padding: 14px 28px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .cta-button a:hover {
    background: #ea580c;
  }

  .three-cards-section {
    max-width: 1600px;
    margin: 0 auto 100px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }

  .card {
    background: #eee;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  }

  .card h4 {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 15px;
  
	  margin-top: 0px;
  }

  .card p {
 
    font-size: 1rem;
    line-height: 1.6;
	  margin-bottom: 0px;
  }
	@media (min-width: 768px) and (max-width: 1500px) {
		.minimalist-image {
  
			min-height: 32vh;}
		.projects-section {
  
    margin-top: 100px;
    margin-bottom: 100px;
}
		.faq-services-wrapper {
    margin-left: -130px;
    width: 1225px;
			        margin-bottom: 100px;
}
		.hero-image img {
   
			height: 50vh;}.service-main-section {
  
    grid-template-columns: 3fr 1fr;
		}
	.get-in-touch-box {
    margin-top: 15px;
}
	}
  @media (max-width: 768px) {
    .hero-service,
    .service-main-section {
      grid-template-columns: 1fr;
    }

    .cta-button {
      margin-top: 20px;
    }
  }
	.three-cards-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between cards */
  margin-top: 2rem;
}

.three-cards-section .card {
  flex: 1 1 calc(33.333% - 13.33px); /* 3 cards per row, subtracting gap */
  box-sizing: border-box;
  background-color: #eee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  min-width: 250px; /* prevent shrinking too much */
}

/* Optional: Adjust for smaller screens */
@media (max-width: 768px) {
  .three-cards-section .card {
    flex: 1 1 100%; /* stack cards on small screens */
  }
}
	.faq-services-section{
		    width: 1600px;
    margin-left: 150px;
	}
.faq-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.faq-column {
  flex: 1 1 65%;
}

.related-services-column {
  flex: 1 1 15%;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.faq-item {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.related-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}

.related-service-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.related-item {
  display: flex;
  gap: 1rem;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 8px;
}

.related-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.related-info {
  flex: 1;
}.topic-title a {
  
	font-weight: 700;}

.related-badge {
  display: inline-block;
 background: lightslategrey;
    padding: 7px;
    border-radius: 20px;
    margin-bottom: 0.25rem;
    color: white;
    font-size: 15px;
}
	.pp-decor{
		font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
	}

a:hover, button:hover, .hero-button:hover {
    transform: scale(1) !important;
	opacity: 0.9;}
.custom-404 {
  padding: 20px 20px;
  background: linear-gradient(135deg, #f3f4f6, #e2e8f0);
 
  display: flex;height: 60vh;
  align-items: center;
  justify-content: center;
}

.custom-404 .content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.custom-404 .code {
  font-size: 6rem !important;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 10px;
	    margin-top: 0px;
}

.custom-404 .message {
  font-size: 2rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 20px;
}

.custom-404 .description {
  color: #4a5568;
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.custom-404 .btn-home {
  display: inline-block;
  padding: 12px 30px;
  background-color: #1a202c;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.custom-404 .btn-home:hover {
  background-color: #2d3748;
}

.custom-404 .search-area {
  margin-top: 40px;
}
@media (max-width: 600px) {.custom-404 .code {
	font-size: 90px !important;}
  .error-page {
    padding: 20px 15px;
    text-align: center;
  }


}

.contact-section {
  padding: 60px 20px;
  background-color: #fff;
  color: #000;

}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1600px;
  margin: 0 auto;
}

.contact-form-wrapper {
  flex: 1 1 500px;
}

.contact-heading {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0px;
  color: #000;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.full-width {
  flex: 1 1 100%;
}

label {
  font-weight: 600;
  margin-bottom: 5px;
}

input, select, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.country-code {
  font-size: 14px;
  background: #eee;
  padding: 8px 12px;
  border-radius: 4px;
}

.submit-btn {
  padding: 12px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: background 0.3s;
}

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

.contact-map-wrapper {
  flex: 1 1 500px;
}
.contact-info-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  text-align: center;
  gap: 20px;
}

.contact-info-col {
  flex: 1 1 30%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle-icon {
  width: 70px;
  height: 70px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 15px;
}

.info-details p {
  margin: 5px 0;
  font-size: 15px;
  color: #000;
}
