@font-face {
    font-family: "Helvetica Neue LT Pro";
    src: url("path-to-your-font-files/HelveticaNeueLTPro-Regular.woff2") format("woff2"),
         url("path-to-your-font-files/HelveticaNeueLTPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: "Helvetica Neue LT Pro", sans-serif;
}

:root {
    --primary-color: #F19430;
    --secondary-color: #2D4181;
    --heading-pc: 56px;
    --paragraph-pc: 24px;
    --btn-pc: 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #F5F8FA;
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
.padding{
    padding: 108px 0;
}
p{
	 font-family: "Helvetica Neue LT Pro", "helvetica-neue-world", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 28px;
}
body h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;
}

.section-divider {
    margin-bottom: 42px;
    border-top: 1px solid #00000080;
}

/* common heading */
.common-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.common-heading h2 {
    width: 50%;
    font-weight: 800;
    font-size: var(--heading-pc);
}

.common-heading p {
    width: 25%;
    font-size: var(--paragraph-pc);
    line-height: 1.5;
    margin: 0 5%;
}

@media screen and (max-width: 1024px) {
    .common-heading {
        flex-direction: column;
        gap: 1rem;
    }

    .common-heading h2 {
        width: 100%;
    }

    .common-heading p {
        width: 100%;
        margin: 0;
    }
}

/* hero section */
.hero-section {
    width: 100vw;
    height: max-content;
}

.hero-section img {
    width: 100%;
    height: auto;
    display: block;
}

section.why_phdcci.padding header.why-heading {
    box-shadow: none;
}


.about_inner_sec {
    width: 98%;
}


.expo-section .btn-custom {
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: var(--btn-pc);
}

.expo-section .btn-custom:hover {
    background-color: transparent;
    color: black;
    border: 1px solid var(--primary-color);
}

.expo-image {
    margin-left: 24px;
}
.expo-image img {
    border-radius: 32px;
}
img{
	width:100%;
}

section.expo-section.padding {
    padding-bottom: 48px;
}
.stats-box {
    background-color: var(--secondary-color);
    color: white;
    border-radius: 32px 0 0 32px;
    padding: 64px 0px;
    --container-padding: calc(var(--bs-gutter-x, 1.5rem)* .5);
    margin-right: calc(-50vw + 50% + var(--container-padding));
}

.stat-item h3 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 12px;
}
.stat-item p {
    margin: 0;
}

@media (max-width: 768px) {
    .stat-item h3 {
        font-size: 2.5rem;
    }

    .stats-box {
        padding: 3rem 1.5rem;
        /* Adjust padding on mobile if needed */
    }
	.exhibit-section .card-bare-space span {
    font-size: 14px !important;
}
}













/* key features */
.key-features-section {
    margin: 108px 0px 0px 0px;
    padding-bottom: 108px;
}
.key-features-section .section-header {
    margin-bottom: 48px;
	padding:0;
}
.key-features-section h2 {
    margin: 0;
}
.key-features-section .description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    width: 70%;
    margin-left: auto;
}
.feature-card {
    background-color: #F5F8FA;
    border-radius: 32px;
    padding: 34px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: space-between;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.feature-card h3 {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}
.feature-card p {
    margin: 0;
}

.section-header {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
}
















/* sector section */
.sector-section {
    position: relative;
    background-color: var(--secondary-color);
}

.sector-pavilions-section h2 {
    color: #fff;
	margin:0;
}
section.sector-section .section-divider {
    border-top: 1px solid #fff;
}
section.sector-section.padding .row {
    padding: 0;
    margin-bottom: 48px;
}

.sector-pavilions-section .description {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    width: 61%;
    margin-left: auto;
}
h3.card-title {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}
/* Slider Styles */
.slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    /* Hide scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.pavilion-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 12px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .pavilion-slide {
        flex-basis: 50%;
    }
}

@media (max-width: 768px) {
    .pavilion-slide {
        flex-basis: 100%;
    }
}

.pavilion-card img {
    border-radius: 32px;
    margin-bottom: 1rem;
    width: 100%;
    height: 272px;
    object-fit: cover;
}
.pavilion-slide .pavilion-card p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.section-header {
    margin-bottom: 3rem;
}

.nav-arrows {
    text-align: right;
    margin-top: 48px;
}

.nav-arrows .arrow {
    display: inline-block;
    width: 52px;
    height: 52px;
    text-align: center;
    border: 1px solid white;
    border-radius: 50%;
    background: transparent;
    color: white;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s, opacity 0.2s;
    margin-left: 18px;
}

.nav-arrows .arrow:hover {
    background-color: white;
    color: var(--secondary-color);
}

.nav-arrows .arrow.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}














/* why section */
.why-heading h2 {
    margin: 0;
}

.why-heading p {
    width: 61%;
    margin-left: auto;
}
section.why_phdcci header.row.why-heading {
    margin-bottom: 48px;
}
        
        .why_phdcci .card-slider-wrapper {
            position: relative;
            margin-bottom: 40px;
        }
        
        .why_phdcci .card-slider {
            /* Slick will handle the layout */
        }
        
        .why_phdcci .slide-item {
            padding: 0 15px; /* Add padding for spacing between slides */
        }
 
.card-body_inner {
    background-color: #F5F8FA;
    border-radius: 32px;
    padding: 34px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    justify-content: space-between;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
        
        .why_phdcci .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        .why_phdcci .nav-button {
            width: 48px;
            height: 48px;
            border: 2px solid #6c757d;
            background: white;
            color: #6c757d;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .why_phdcci .nav-button:hover {
            background: #6c757d;
            color: white;
            border-color: #6c757d;
        }
        
        .why_phdcci .nav-button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        /* Custom Slick Slider Styles with parent class */
        .why_phdcci .slick-dots {
            bottom: -60px;
            text-align: center;
        }
        
        .why_phdcci .slick-dots li {
            margin: 0 5px;
        }
        
        .why_phdcci .slick-dots li button:before {
            color: #6c757d;
            font-size: 14px;
            opacity: 1;
        }
        
        .why_phdcci .slick-dots li.slick-active button:before {
            color: #fd7e14;
        }
        
        /* Hide default slick arrows since we're using custom buttons */
        .why_phdcci .slick-prev,
        .why_phdcci .slick-next {
            display: none !important;
        }
        
        /* Ensure slick track and slides work properly */
        .why_phdcci .slick-track {
            display: flex;
            align-items: stretch;
        }
        
        .why_phdcci .slick-slide {
            height: inherit;
        }
        
        .why_phdcci .slick-slide > div {
            height: 100%;
        }
        
        @media (max-width: 768px) {
            .why_phdcci {
                padding: 40px 0;
            }
            
            .why_phdcci .why-heading {
                text-align: center;
            }
            
            .why_phdcci .why-heading .col-lg-4 {
                margin-top: 1rem;
            }
            
            .why_phdcci .slide-item {
                padding: 0 10px;
            }
        }

.card-slider {
    overflow-x: auto;
    /* Makes the inner container scrollable */
    scroll-behavior: smooth;

    /* Hide scrollbar for Chrome, Safari and Opera */
    &::-webkit-scrollbar {
        display: none;
    }

    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.card-body {
    background-color: #F5F8FA;
    height: 100%;
    gap: 48px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body h2 {
    color: var(--primary-color);
    font-size: 32px;
}

.card-body p {
    font-size: var(--btn-pc);
}










.location-section.padding.custom-bg .section-divider {
    border-top: 1px solid #fff;
}

/* location section */

.custom-bg {
    background-color: var(--secondary-color);
}

.location-section img {
    border-radius: 32px;
}
section.location-section.padding.custom-bg .location_box {
    width: 52%;
}




iframe {
    border-radius: 32px;
}











/* exhibit section */


.exhibit-section.padding p.exhibit_main_para {
    width: 60%;
    margin-left: auto;
}.exhibit-section.padding h2 {
    margin: 0;
}

.exhibit-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 34px;
}
.exhibit-card-body p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 28px;
}

.exhibit-card-body ul {
    margin-bottom: 24px;
}

.exhibit-card-body ul li {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.exhibit-section .card {
    border-radius: 32px;
}

.exhibit-section .card-bare-space {
    background-color: #ECF0F6;
    border: none;
}

.exhibit-section .card-shell-space {
    background-color: #FDF5EE;
    border: none;
}

.exhibit-section .exhibit-card-body {
    background-color: transparent;
}

.text-custom-orange {
    color: var(--primary-color);
}
.exhibit-section .card-bare-space a.btn-lg.btn-book-purple.fw-semibold {
    padding: 10px;
}
a.btn-lg.btn-outline-purple.fw-semibold {
    padding: 10px;
}
.btn-book-purple {
    background-color: var(--secondary-color);
    color: white;
    padding: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--secondary-color);
    border-radius: 32px;
    font-size: var(--btn-pc);
    cursor: pointer;
}

.btn-book-purple:hover {
    background-color: transparent;
    color: var(--secondary-color)
}

.btn-outline-purple {
    color: var(--secondary-color);
    padding: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--secondary-color);
    border-radius: 32px;
    font-size: var(--btn-pc);
    cursor: pointer;
}

.btn-outline-purple:hover {
    color: #fff;
    background: var(--secondary-color);
}

.btn-book-orange {
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    font-size: var(--btn-pc);
    cursor: pointer;
}

.btn-book-orange:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-outline-orange {
    border-color: #fed7aa;
    color: var(--primary-color);
    padding: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    font-size: var(--btn-pc);
    cursor: pointer;
}

.btn-outline-orange:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pricing-text {
    color: var(--secondary-color);
}

ul {
    list-style-position: inside;
    padding-left: 0;
}

ul li {
    padding-bottom: 0.5rem;
}




















/* marquee */
.marquee-container {
    background-color: var(--primary-color);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0px;
}

        .marquee-track {
            display: flex;
            width: max-content;
            animation: scroll 30s linear infinite;
        }

        .marquee-item {
            display: inline-block;
            padding: 0 50px;
            color: white;
            font-size: 20px;
            font-weight: bold;
            white-space: nowrap;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }







.ready-section-container.padding h2 {
    margin: 0;
}

.ready-section-container p.redy_to_exhibit {
    margin-bottom: 48px;
    width: 82%;
    margin-left: auto;
}


/* ready section */

.ready-section-container {
    background-color: var(--secondary-color);
    color: #ffffff;
}


.ready-section .section-divider {
    border-top: 1px solid #fff;
}
.ready-section .btn-register {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
}

.ready-section .btn-register:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.ready-section .btn-schedule {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
    font-weight: 700;
    font-size: var(--btn-pc);
    padding: 10px 30px;
}

.ready-section .btn-schedule:hover {
    background-color: #ffffff;
    color: var(--secondary-color);
}

.ready-section .lead-text {
    color: rgba(255, 255, 255, 0.9);
}
















/* about section */
section.organizer-container.padding .row {
    margin-bottom: 48px;
}


.organizer-card {
    background-color: #F5F8FA;
    border-radius: 32px;
    /* 16px */
    border: none;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.organizer-card .card-content {
    flex-grow: 1;
}
.organizer-logo {
    width: 7rem;
    margin-bottom: 24px;
}

.organizer-card .text-start p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.organizer-stats-section {
    padding-top: 24px;
}

.organizer-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 42px;
    margin-bottom: 12px;
}

.organizer-stat-label {
    font-size: 18px;
	line-height:28px;
}

.card-divider {
    border-top: 1px solid #dee2e6;
    margin-bottom: 0;
    margin-top: 24px;
}






















/* partnership */
.strength-section.padding .section-divider {
    border-top: 1px solid #fff;
}
.strength-section {
    background-color: var(--secondary-color);
    color: white;
}
.strength-section.padding .row.header-content {
    margin-bottom: 48px;
}
.strength-section h2 {
    margin-bottom: 0;
}


.strength-card {
    background-color: #ffffff;
    border-radius: 32px;
    padding: 24px;
    /* height: 300px; */
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-icon {
    width: 100%;
    height: 85px;
    width: auto;
    margin-bottom: 48px;
}

.strength-card .card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 34px;
}

.strength-card .national-title,
.strength-card .local-title,
.strength-card .global-title {
    color: var(--primary-color);
}
.strength-card-body.p-0 p.card-text {
    color: #000;
}

.quick-links-section .row.align-items-center.justify-content-between.header-content {
    margin-bottom: 48px;
}
.quick-links-section h2 {
    margin-bottom: 0;
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
    .strength-section h1 {
        font-size: 2.5rem;
    }

    .header-content {
        text-align: center;
    }

    .lead-text {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .strength-section {
        padding: 50px 0;
    }

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

    h1 {
        text-align: center;
    }
}


















/* links section */

.quick-links-section {
    background-color: #ffffff;
}

.quick-links-section p.lead-text.mb-0.mt-lg-0 {
    width: 75%;
    margin-left: auto;
}



.quick-link-card img {
    border-radius: 32px;
    margin-bottom: 12px;
    object-fit: cover;
}
.quick-link-card .card-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.quick-link-card .card-body {
    background-color: #f8f9fa;
    text-align: center;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.contact-section {
    background: var(--secondary-color);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .quick-links-section h2 {
        font-size: 2.5rem;
    }

    .header-content {
        text-align: center;
    }

    .lead-text {
        margin-left: auto;
        margin-right: auto;
    }

    .quick-links-section .header-content {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .quick-links-section {
        padding: 50px 0;
    }

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

    h1,
    h2 {
        text-align: center;
    }
}

























/* updates section */
.newsletter-section {
    background-color: var(--secondary-color);
    color: #ffffff;
    /* padding: 5rem 0; */
    position: relative;
}


.newsletter-section h2 {
    font-weight: 700;
    font-size: var(--heading-pc);
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    border: none;
}

.newsletter-section input{
    font-size: 20px;
    font-weight: 400;
    padding: 15px 18px;
    border-radius: 12px;
    margin-bottom: 36px;
}

.btn-subscribe {
    background-color: var(--primary-color);
    /* Orange button color */
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 12px 30px;
    transition: background-color 0.3s ease;
}

.btn-subscribe:hover {
    background-color: transparent;
    /* Darker orange on hover */
    border: 1px solid var(--primary-color);
}
section.contact-section.padding .section-divider {
    border-top: 1px solid #fff;
}
section.contact-section.padding .row {
    margin-bottom: 48px;
}
section.contact-section.padding h2 {
    color: #fff;
    margin: 0;
}
.contact-section .lead {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.slider-wrapper {
    position: relative;
    overflow-x: hidden;
    /* This hides the cards that are outside the viewport */
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: space-between;
}
.contact-section .contact-card {
    background: #F5F8FA;
    padding: 24px;
    border-radius: 32px;
    margin: 0 15px;
}
.contact-section .contact-card .contact-info .contact-detail a.contact-link {
    color: #000;
    text-decoration: none;
}
.contact-section .contact-card .contact-info .contact-detail i {
    color: var(--secondary-color);
    font-size: 18px;
    margin-right: 8px;
}
section.contact-section.padding .slider-wrapper .contact-card img {
    border-radius: 32px;
    object-fit: cover;
    height: auto;
    width: 185px;
}

section.contact-section .contact-name {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
    color: var(--primary-color);
    line-height: 37px;
}
.contact-section .contact-card .testi_base_box i {
    font-size: 24px;
    line-height: 34px;
    margin-right: 12px;
    color: var(--secondary-color);
}

section.contact-section .contact-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    width: 80%;
    margin-bottom: 24px;
}

section.contact-section .contact-info-icon {
    width: 24px;
    height: 24px;
    /* color: #6c757d; */
}
.contact-card a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    gap: 1rem;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ced4da;
    background-color: transparent;
    display: flex;
    color: #fff;
    opacity: 1;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.slider-btn:hover {
    background-color: #e9ecef;
}
.contact-section .contact-slider button.slick-prev.slick-arrow,
.contact-section .contact-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 117%; 
    transform: translateX(-50%);
}
.contact-slider.slick-initialized.slick-slider .slick-prev:before,
.contact-slider.slick-initialized.slick-slider .slick-next:before {
    font-size: 0 !important; /* default slick arrows remove */
    content: "" !important;  /* clear default icon */
}

.contact-section .contact-slider button.slick-prev.slick-arrow,
.contact-section .contact-slider button.slick-next.slick-arrow {
    width: 50px;              /* button width */
    height: 50px;             /* button height */
    border: 2px solid #fff;   /* white border */
    border-radius: 50%;       /* make it round */
    background: #223d87;      /* blue background */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;              /* white arrow */
    font-size: 20px;          /* arrow size */
    z-index: 10;
    transition: all 0.3s ease;
}

.contact-section .contact-slider button.slick-prev.slick-arrow:hover, .contact-section .contact-slider button.slick-next.slick-arrow:hover {
    background: #fff;
    color: #223d87;
    font-size: 0;
}
.slick-next:before, .slick-prev:before{
	font-size:0;
}
/* position adjustments */
.contact-section .contact-slider button.slick-prev.slick-arrow {
    left: 94%;
    margin-left: -60px;
    top: 117%;
    transform: translateX(-50%);
}

.contact-section .contact-slider button.slick-next.slick-arrow {
    left: 94%;
    margin-left: 10px;
    top: 117%;
    transform: translateX(-50%);
}

.slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .contact-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
}
.card-content img.contact-image{
	width:200px;
}
.contact-section .contact-card .card-content {
    display: flex;
    gap: 48px;
}
.contact-slider .slick-track {
    display: flex;
}

.contact-slider .slick-slide {
    height: inherit;
}

























/* find section */

.find-us-section {
    background-color: #fff;
    color: #000;
}



.find-us-section p {
    margin-bottom: 48px;
	width:50%;
}

.btn-custom-orange {
    background-color: #f7941d;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}


.btn-custom-orange:hover {
    background-color: #e6830d;
    color: white;
}

.map-image {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .find-us-section {
        text-align: center;
        padding: 3rem 0;
    }

    .find-us-section hr {
        margin-left: auto;
        margin-right: auto;
    }

    .find-us-section p {
        margin-left: auto;
        margin-right: auto;
    }

    .map-container {
        margin-top: 3rem;
    }
}






























/* footer section */

/* Custom styles for the footer */
.footer-dark {
    background-color: #000;
    color: #cacfd4;
    /* A slightly softer white for better readability */
}

.footer-dark .navbar-brand img {
    max-width: 165px;
}

.footer-dark h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-dark .list-unstyled li a {
    color: #cacfd4;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: var(--btn-pc);
    font-size: 16px;
}

.footer-dark .list-unstyled li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-dark .social-icons a {
    color: #cacfd4;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    transition: color 0.3s ease;
    background: none;
}

.footer-dark .social-icons a:hover {
    color: #fff;
}

.footer-dark hr {
    border-top: 1px solid #495057;
}


















/* Responsive */
/* 

@media screen and (max-width: 1260px) {
    .header {
        width: 90vw;
        gap: 1rem;
    }

    .header-menu ul {
        gap: 1rem;
    }

    .header-menu li {
        font-size: 0.9rem;
    }

    .header-dropdown i {
        font-size: 0.9rem;
    }

    .header-logo {
        width: 12rem;
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --heading-pc: 2.3rem;
        --paragraph-pc: 1rem;
    }

    .header-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60%;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 2rem;
        flex-direction: column;
        justify-content: flex-start;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

    .header-menu.active {
        display: flex;
        transform: translateX(0);
    }

    .header-menu ul {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .header-menu li {
        width: 100%;
        padding: 0.75rem 0;
        border-bottom: 1px solid #eee;
    }

    .header-menu li:last-child {
        border-bottom: none;
    }

    .header-menu li:hover {
        color: var(--primary-color);
    }

    .dropdown {
        position: static;
        display: none;
        background-color: #f9f9f9;
        box-shadow: none;
        width: 100%;
        padding-left: 1rem;
    }

    .header-dropdown:hover .dropdown {
        display: block;
    }

    .hamburger-menu {
        display: block;
    }

    .about-section-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .about-text,
    .about-image {
        width: 100%;
        padding: 0;
    }

    .stats-section {
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        padding: 2%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .stat-component {
        width: 48%;
        margin-bottom: 2rem;
    }

    .stat-component h3 {
        font-size: 4rem;
    }

    .sector-card {
        width: 45%;
    }

    .why-card {
        width: 300px;
    }

    .location-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .location-text,
    .location-image {
        width: 100%;
    }

    .exhibit-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .exhibit-card {
        width: 80%;
    }

    .ready-btns-container {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .ready-btn {
        width: 80%;
    }

    .about-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .about-card {
        max-width: 80%;
        align-items: center;
    }

    .about-card-data {
        gap: 5rem;
    }

    .about-data {
        width: 50%;
    }

    .partnership-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .partnership-card {
        width: 80%;
        align-items: center;
    }

    .links-cards-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 2rem;
    }

    .links-card {
        width: 80%;
    }

    .links-card img {
        width: 60%;
        align-self: center;
    }

    .links-card p {
        font-size: 1.2rem;
    }

    .updates-input {
        align-self: center;
        width: 60%;
    }

    .updates-input input {
        width: 100%;
    }

    .contact-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .contact-card {
        width: 80%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-card-content,
    .contact-cards-icon-container {
        align-items: center;
    }

    .find-content-container {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .find-content,
    .find-content-container img {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .footer-logo img {
        width: 8rem;
    }

    .footer-menu-container {
        width: 100%;
        justify-content: center;
        gap: 2rem;
    }

    .footer-menu-list {
        width: 45%;
        text-align: center;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .footer-social {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .footer-copyright {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .features-card {
        width: 250px;
        height: 300px;
    }

    .features-card h3 {
        font-size: 1.5rem;
    }

    .sector-card {
        width: 100%;
    }

    .why-card {
        width: 250px;
    }

    .exhibit-card {
        width: 100%;
    }

    .ready-btn {
        width: 100%;
    }

    .about-card {
        max-width: 100%;
    }

    .about-card-data {
        gap: 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partnership-card {
        width: 100%;
    }

    .partnership-card img {
        margin-bottom: 2.5rem;
    }

    .links-card {
        width: 100%;
    }

    .contact-card {
        width: 100%;
    }

    .footer-menu-list {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    :root {
        --heading-pc: 2rem;
        --paragraph-pc: 0.9rem;
    }

    .header-logo {
        width: 10rem;
    }

    .header-btns img {
        width: 1.4rem;
    }

    .hamburger-menu {
        font-size: 1.2rem;
    }

    .primary-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .stats-section {
        flex-direction: column;
        gap: 1rem;
        padding: 5% 0;
    }

    .stat-component {
        width: 100%;
        margin: 0.5rem 0;
    }

    .stat-component h3 {
        font-size: 3rem;
    }

    .stat-component p {
        font-size: 1.1rem;
    }

    .features-card {
        width: 70%;
        height: 250px;
    }

    .features-card h3 {
        font-size: 1.5rem;
        color: var(--primary-color);
    }

    .why-card {
        height: 350px;
    }

    .location-container {
        gap: 1rem;
    }

    .location-text h2 {
        line-height: 1.2;
    }

    .exhibit-card-title {
        font-size: 1.6rem;
        line-height: 1.1;
    }

    .exhibit-card ul {
        font-size: 1rem;
    }

    .exhibit-card-price .price1 {
        font-size: 1.3rem;
    }

    .exhibit-card-price .price2 {
        font-size: 1.2rem;
    }

    .type1-btn1,
    .type1-btn2,
    .type2-btn1,
    .type2-btn2 {
        font-size: 0.9rem;
        padding: 10px 12px;
    }

    marquee {
        font-size: 1.2rem;
    }

    .ready-btn {
        font-size: 0.9rem;
        padding: 10px 12px;
    }

    .about-card img {
        width: 5rem;
    }

    .about-card-data {
        gap: 1rem;
    }

    .about-data {
        width: 100%;
    }

    .about-data h3 {
        font-size: 2rem;
    }

    .about-data p {
        font-size: 0.8rem;
    }

    .partnership-card h3 {
        font-size: 1.5rem;
    }

    .partnership-card img {
        margin-bottom: 2rem;
    }

    .links-card {
        font-size: 1.2rem;
    }

    .updates-input input {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .updates-btn {
        font-size: 0.9rem;
    }

    .contact-card img {
        width: 5rem;
        height: 5rem;
    }

    .contact-card-content h3 {
        font-size: 1.5rem;
    }

    .contact-card-icon i {
        font-size: 1.5rem;
    }

    .footer-logo img {
        width: 6rem;
    }

    .find-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1.2rem;
    }

    .find-content p {
        font-size: 1.2rem;
    }

    .footer-menu-list h3 {
        font-size: 1.2rem;
    }

    .footer-menu-list ul {
        font-size: 1rem;
    }

    .footer-social p {
        font-size: 1rem;
    }

    .footer-social-icons img {
        width: 1.2rem;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }
} */
a.btn-custom-orange-oultine {
    color: var(--primary-color);
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    padding: 0.75rem 1.5rem;
}
.hero-tagline {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 32px;
}
.hero {
    background: var(--secondary-color);
    color: white;
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
}
.hero-title {
    font-size: 46px;
    margin-bottom: 24px;
    font-weight: 800;
    line-height: 56px;
    background: aliceblue;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle {
    font-size: 20px;
    margin-bottom: 48px;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            text-align: center;
            position: relative;
            z-index: 2;
        }
.hero {
    background: var(--secondary-color);
    color: white;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

        .hero-cta {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }


.vision {
    background: #F5F8FA;
}
.highlight {
    background: var(--secondary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.vision-text {
    max-width: 1000px;
    margin: 0 auto;
}
.vision-content {
    position: relative;
    overflow: hidden;
}
.objective-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
        .objectives {

            background: white;
        }

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 48px;
}

        .objective-card {
             background-color: #F5F8FA;
    border-radius: 32px;
    padding: 34px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}



      
.objective-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--primary-color);
    line-height: 34px;
}
.objective-text {
    color: #000;
    line-height: 28px;
    font-size: 18px;
}

.stats {
    padding: 0px 0px 80px 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 48px;
    position: relative;
    padding: 20px; /* optional, to prevent content from touching edges */
}

.stats-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color); /* Background for the whole grid */
    border-radius: 8px;
    z-index: 0;
}

.stat-card {
    position: relative;
    text-align: center;
    padding: 24px 0;
    color: #fff; /* Text color for visibility */
    z-index: 1; /* Ensure this is above the grid background */
}

.stat-number, .stat-label {
    position: relative;
}
.stat-card {
    text-align: center;
    padding: 24px 0px;
}

.stat-number {
    font-size: 80px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
}

        .stat-label {
            font-size: 12px;
            opacity: 0.9;
        }
section.stats h2.section-title {
    color: #000;
}
a.research_btn {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 12px;
    border-radius: 32px;
}
.form-section {
    max-width: 1000px;
    margin: auto;
}
	  .form-section h2 {
    margin-bottom: 12px;
}
.form-section p {
    margin-bottom: 38px;
}
  .form-label {
      font-weight: 500;
    }
	  .form-control, select.form-select {
    background-color: #f9f9f9!important;
}
    /* make * red */
    .form-label::after {
      content: attr(data-required);
      color: red;
      margin-left: 3px;
    }
	  p.discalmer {
    font-size: 14px;
    line-height: 24px;
}
	  .form-check label.form-check-label a {
    color: var(--secondary-color);
    font-weight: 600;
}
    /* focus color red */
    .form-control:focus,
    .form-select:focus {
      border-color: red;
      box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
    }
    .note {
      font-size: 13px;
      color: #555;
    }
    .submit-btn {
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border: none;
    border-radius: 32px;
}
    .submit-btn:hover {
      background: transparent;
		border:1px solid var(--primary-color);
		color:var(--primary-color);
    }
section.key-features-section .row.key_inner_Sec {
    row-gap: 24px;
}
.visitor-benefits {
  max-width: 900px;
  margin: 0 auto;
}

.vb-benefit-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.vb-description, .vb-benefit-desc {
    margin-bottom: 12px;
}
.vb-benefit-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 12px;
}
.vb-benefit-list li:last-child {
    margin-bottom: 0;
    padding: 0;
}
.vb-benefit {
    margin-bottom: 24px;
}
.vb-benefit-list li {
    margin-bottom: 0px;
}
.faq-section .container {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.faq-section .faq-left {
	flex: 1 1 20%;
}

section.faq-section.padding .faq-left p {
	margin-bottom: 48px;
}
.faq-section .faq-right {
	flex: 1 1 70%;
}
.faq-section .faq-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 24px 0;
}

.faq-section .faq-question {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	color: #1a1a1a;
	font-size: 24px;
	line-height: 34px;
	transition: color 0.3s ease;
}
.faq-section .faq-question.active {
    color: var(--primary-color);
}
.faq-section .plus-icon {
    font-size: 24px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.faq-section .faq-question.active .plus-icon {
	transform: rotate(45deg); 
}

.faq-section .faq-answer {
	display: none;
	font-size: 20px;
	margin-top: 18px;
	line-height: 30px;
	width: 70%;
}

.faq-section .faq-question.active + .faq-answer {
	display: block;
}

.exhibitor-col-outer-box {
    background-color: #F5F8FA;
    border-radius: 32px;
    padding: 34px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 100%;
}
.exhibitor-profile-ul-heading {
    font-weight: 700;
    font-size: 18px;
}
.exhibitor-profile-ul-para-main ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0; /* remove extra margin */
}
.input-group {
   flex-wrap:nowrap!important;
}
.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none!Important;
}
section.privacy_policy.padding {
    padding: 50px 0px 100px 0px;
}
.return-policy h1
 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 800;
}
.return-policy h3
 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 700;
}
.return-policy li {
    margin-bottom: 10px;
}