        :root {
            --primary-gold: #C5A044;
            --dark-bg: #050A18;
            --light-gray: #F8F9FA;
        }

        /* FONT FAMILIES */
        body { font-family: 'DM Sans', sans-serif; color: #333; }
        h1, h2, h3, h4, p { font-family: 'DM Sans', sans-serif; }
        .nav-header {
            background: rgba(255, 255, 255, 0.1) !important; /* Transparent white */
    backdrop-filter: blur(12px) saturate(180%); /* Figma jaisa blur */
    -webkit-backdrop-filter: blur(12px) saturate(180%);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            font-family: 'DM Sans', sans-serif;
        }

.site-branding, 
.site-title, 
.site-description,
.entry-header {
    display: none !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header {
display:none;
}

        .navbar-nav .nav-link { font-family: 'Helvetica', Arial, sans-serif; font-weight: 500; font-size: 15px; }

.sticky-top .navbar-nav .nav-link {
	color: #fff;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
        background-color: #d1a534;
    color: #fff;
    text-decoration: none;
    border-color: #000;
}

[type=button], [type=submit], button {
    border-color: #d1a534;
}

.navbar-nav .nav-link:hover {
	color: #D1A534 !important;
}

        .header-actions {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .user-icon {
            font-size: 20px;
            color: #000;
            cursor: pointer;
        }
        .user-icon a img {
            max-width: 20px;
        }
        .btn-custom, .btn-submit { font-family: 'Work Sans', sans-serif; font-weight: 600; }

        /* HELPER CLASSES */
        .gold-text { color: var(--primary-gold); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

        /* HERO SECTION */
        .hero {
            height: 90vh;
            display: flex;
            align-items: center;
            color: white;
        }

        .hero .display-3 {
            font-size: 60px;
            color: #fff;
					text-align: center;
        }

        .hero .display-p {
            font-size: 20px;
            color: #fff;
        }

        .ml-left-auto {
            justify-content: end;
        }

        .abot-area img.me-2 {
            max-width: 4%;
        }

        /* BUTTON HOVER EFFECT */
        .btn-custom {
            background-color: #C5A044;
            color: white;
            border: none;
            padding: 12px 35px;
            transition: all 0.4s ease;
            border-radius: 4px;
        }
        .btn-custom:hover {
            background-color: #A68535;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            color: white;
        }

        .our-value {
            background: #F2F5F8;
            padding-bottom: 150px !important;
        }

        .proposition-bg {
            transition: background 0.5s ease; /* Smooth background change */
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            padding: 230px 20px 20px 20px;
            color: #333;
        }

        .resource-nav-card {
            position: relative;
            cursor: pointer;
            transition: 0.3s all ease;
            border: 2px solid transparent;
            padding: 15px;
            border-radius: 15px;
        }

        .resource-nav-card.active {
            border-color: #D1A534; /* Gold border for active card */
            background: #D1A534;
            transform: translateY(-5px);
        }

        .resource-nav-card.active::after {
            content: "";
            position: absolute;
            bottom: -39px;
            left: 50%;
            width: 100%;
            height: 4px;
            background: #D1A534;
            border-radius: 10px;
            transform: translateX(-50%);
        }

        .resource-nav-card.active h4 {
            color: #fff;
        }

        .proposition-bg h4 {
            font-size: 21px;
            color: #000;
        }

        .proposition-bg ul {
            padding-left: 15px;
        }

        .proposition-bg ul li {
            font-size: 16px;
            list-style-type: disc;
        }

        .proposition-bg ul li::marker{
            color: #A68535;
        }

        .mtop12 {
            width: 74%;
            margin: auto;
            margin-top: 0px;
            margin-bottom: 30px !important;
					justify-content: center;
        }

        /* INTEL SECTION IMAGE STACK */
        .img-stack { position: relative; padding-bottom: 50px; }
        .img-main { border-radius: 20px; width: 90%; }
        
        /* CARDS */
        .participant-card {
            border: none;
            padding: 6px;
            border-radius: 8px;
            background: white;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 17px;
        }
        .icon-box {color: var(--primary-gold); display: flex; align-items: center; justify-content: center; margin-bottom: 0px; }
        .participant-card h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 0px;
        }
        .participant-card:hover {
            background: #D1A534;
            color: #fff;
        }
        /* COMING SOON */
        .coming-soon {
            background: url('https://doorkeycrs.com/wp-content/uploads/2025/12/coming-soon-bg-1.jpg')no-repeat center center/cover;
            padding: 40px 0;
            color: white;
        }

        .coming-soon h2 {
            font-family: 'DM Sans';
            font-style: normal;
            font-weight: 800;
            font-size: 87px;
            line-height: 102px;
            text-align: center;
            text-transform: capitalize;
            background: linear-gradient(90deg, #F5F5F5 2.98%, rgba(245, 245, 245, 0.1) 96.18%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-fill-color: transparent;
        }

        .faq-container {
            font-family: 'DM Sans', sans-serif;
            max-width: 900px;
            margin: 50px auto;
            padding: 0 20px;
        }
        .faq-title {
            text-align: center;
            font-size: 28px;
            color: #0A1128;
            margin-bottom: 40px;
            font-weight: 700;
        }
        .faq-item {
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 10px;
        }
        .faq-question {
            width: 100%;
            text-align: left;
            padding: 10px;
            background: none;
            border: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 17px;
            font-weight: 600;
            color: #0A1128;
            cursor: pointer;
					white-space: normal;
            transition: color 0.3s ease;
        }

.faq-question:hover, .faq-question:focus {
	background: #c5a044;
}

.faq-question:hover .faq-icon, .faq-question:focus .faq-icon {
	color: #fff;
}

        /* Arrow Animation */
        .faq-icon {
            display: inline-block;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            color: #C5A044;
            font-size: 14px;
        }
        /* Jab active ho toh arrow upar ghoome */
        .faq-item.active .faq-icon {
            transform: rotate(180deg);
        }
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
            color: #666;
            font-size: 15px;
            line-height: 1.6;
            padding-right: 30px;
            padding-left: 13px;
        }
        .faq-item.active .faq-answer {
            max-height: 500px;
					padding-top: 15px;
        }

        /* CONTACT FORM OVERLAY */
        .contact-section {
            padding: 30px 0;
            position: relative;
        }
        .contact-glass {
            background: url('https://doorkeycrs.com/wp-content/uploads/2025/12/contact-bg.jpg')no-repeat center center/cover;
            border-radius: 20px;
            padding: 55px 0;
            display: flex;
            justify-content: center;
        }
        .contact-glass form h2 {
            font-size: 35px;
            color: #000;
        }
        .form-control { background: rgba(255, 255, 255, 0.8); border: none; padding: 12px; }

        .contact-card {
            background: rgb(255 255 255 / 54%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 8px;
            padding: 10px 110px;
            width: 100%;
            max-width: 800px;
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
        }

        .contact-card h2 {
            text-align: center;
            color: #000;
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 40px;
            font-family: 'DM Sans', sans-serif;
        }

        .form-row {
            display: flex;
            gap: 30px;
            margin-bottom: 12px;
        }

        .form-group {
            flex: 1;
            position: relative;
        }

.contact-input {
    width: 100%;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 92%) !important;
    padding: 10px 0 !important;
    color: #000;
    font-size: 16px;
    outline: none;
    border-radius: 0px !important;
}

        .contact-input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .contact-input:focus {
            border-bottom: 2px solid #D1A534 !important;
        }

        select.contact-input {
            appearance: none;
            cursor: pointer;
        }

        .textarea-group {
            margin-top: 12px;
        }

.textarea-group .contact-textarea:focus {
	border-bottom: 2px solid #D1A534 !important;
}

        .gap10country {
            gap: 7px;
        }

        .contact-textarea {
            width: 100%;
            background: transparent;
            border: none;
            border-bottom: 1px solid rgb(255 255 255 / 92%) !important;
            padding: 10px 0;
            color: #000;
            font-size: 16px;
            min-height: 80px;
            outline: none;
            resize: none;
					border-radius: 0px;
        }

        .file-upload-box {
            background: rgba(255, 255, 255, 0.4);
            border-radius: 8px;
            padding: 12px 20px;
            margin: 14px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #333;
        }

        .submit-btn-container {
            text-align: center;
            margin-top: 23px;
        }

        .submit-btn {
            background: #1E224F; /* Dark Blue from your image */
            color: white;
            border: none;
            padding: 15px 80px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, background 0.3s;
        }

        .submit-btn:hover {
            background: #0A1128;
            transform: translateY(-2px);
        }

        @media (max-width: 600px) {
            .form-row { flex-direction: column; gap: 20px; }
        }

        /* Partners Section Styles */
    .partners-section {
        padding: 60px 20px;
        text-align: center;
        background-color: #ffffff;
        font-family: 'DM Sans', sans-serif;
    }
    .partners-section h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #000;
    }
    .partners-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 0 auto;
    }
    .partners-grid img {
        height: 30px; /* Adjust based on your logo sizes */
        transition: 0.3s;
    }
    .partners-grid img:hover {
        filter: grayscale(0%);
        opacity: 1;
    }

    /* Footer Styles */
    .custom-footer {
        background: url('https://doorkeycrs.com/wp-content/uploads/2025/12/footer-bg.jpg')no-repeat center center/cover;
        color: #ffffff;
        padding: 80px 20px 40px;
        text-align: center;
        font-family: 'DM Sans', sans-serif;
    }
    .footer-logo {
        width: 120px;
        margin-bottom: 30px;
    }
    .footer-description {
        max-width: 700px;
        margin: 0 auto 40px;
        font-size: 14px;
        line-height: 1.6;
        color: #d1d5db;
    }
    .footer-links {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .footer-links a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        transition: 0.3s;
    }
    .footer-links a:hover {
        color: #C5A044; /* Gold accent */
    }
    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
        font-size: 12px;
        color: #9ca3af;
			display: flex;
    align-items: center;
    justify-content: space-between;
    }

.footer-bottom strong {
color: #fff;
}

.e-con-boxed.e-flex {
	padding: 0px;
}

.e-con>.e-con-inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 100%;
	height:100%;
}

    @media (max-width: 600px) {
        .footer-links { gap: 15px !important; }
    }

    @media screen and (max-width: 1450px) {
        .hero .display-3 {
            font-size: 45px;
        }

        .abot-area .display-5 {
            font-size: 33px;
        }
    }

    @media screen and (max-width: 991px) {
        .hero {
            padding: 22px 0;
            height: 41vh;
        }
        .hero .display-3 {
            font-size: 33px;
        }
        .contact-card {
                padding: 10px 22px;
                    max-width: 100%;
        }
        .coming-soon h2 {
            font-size: 50px;
        }
			
			.abot-area .row {
				flex-direction: column-reverse;
			}
			
			.img-stack {
    padding-bottom: 0;
}

        .mtop12 {
            display: flex;
            overflow-x: scroll;
            overflow-y: hidden;
            visibility: inherit;
            flex-flow: nowrap;
            width: 100%;
            padding-bottom: 16px;
					justify-content: unset;
        }

        .resource-nav-card.active::after {
                bottom: -13px;
        }

        .proposition-bg .col-md-4.col-12{
            background: rgb(255 255 255 / 54%);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            padding: 14px;
            border-radius: 6px;
        }

        .our-value {
            padding-bottom: 60px !important;
        }

        #resources .fw-bold {
            font-size: 28px;
        }

        .participant-card h4 {
            font-size: 16px !important;
        }

        .participant-card {
                gap: 7px;
        }

        .proposition-bg {
                padding: 20px 20px 20px 20px;
        }

        .contact-glass {
            padding: 55px 30px;
        }
			
			.footer-bottom {
				flex-direction: column;
    		gap: 20px;
			}
			
    }