/* ========================================
   RESPONSIVE STYLES - 1920px to 320px
   ======================================== */

/* Extra Large Desktop - 1920px and above */
@media (min-width: 1920px) {
    .container, .container-fluid {
        max-width: 1800px;
        margin: 0 auto;
    }
    
    :root {
        --heading-pc: 64px;
        --paragraph-pc: 26px;
        --btn-pc: 22px;
    }
    
    body h2 {
        font-size: 42px;
        line-height: 52px;
    }
    
    .hero-title {
        font-size: 52px;
        line-height: 62px;
    }
}

/* Large Desktop - 1600px to 1919px */
@media (max-width: 1919px) and (min-width: 1600px) {
    .container-fluid {
        margin: 0 100px;
    }
    
    :root {
        --heading-pc: 58px;
        --paragraph-pc: 25px;
        --btn-pc: 21px;
    }
}

/* Standard Desktop - 1440px to 1599px */
@media (max-width: 1599px) and (min-width: 1440px) {
    .container-fluid {
        margin: 0 80px;
    }
    
    :root {
        --heading-pc: 54px;
        --paragraph-pc: 24px;
        --btn-pc: 20px;
    }
    
    .common-heading h2 {
        font-size: 48px;
    }
}

/* Desktop - 1366px to 1439px */
@media (max-width: 1439px) and (min-width: 1366px) {
    .container-fluid {
        margin: 0 70px;
    }
    
    :root {
        --heading-pc: 50px;
        --paragraph-pc: 22px;
        --btn-pc: 19px;
    }
    
    .stat-item h3 {
        font-size: 56px;
        line-height: 66px;
    }
    
    .hero-title {
        font-size: 42px;
        line-height: 52px;
    }
}

/* Desktop - 1280px to 1365px */
@media (max-width: 1365px) and (min-width: 1280px) {
    .container-fluid {
        margin: 0 60px;
    }
    
    :root {
        --heading-pc: 46px;
        --paragraph-pc: 21px;
        --btn-pc: 18px;
    }
    
    body h2 {
        font-size: 36px;
        line-height: 46px;
    }
    
    .common-heading h2 {
        font-size: 42px;
    }
    
    .common-heading p {
        width: 30%;
    }
}

/* Small Desktop / Large Tablet - 1024px to 1279px */
@media (max-width: 1279px) and (min-width: 1024px) {
    .container-fluid {
        margin: 0 50px;
    }
    
    :root {
        --heading-pc: 42px;
        --paragraph-pc: 20px;
        --btn-pc: 18px;
    }
    
    body h2 {
        font-size: 34px;
        line-height: 44px;
    }
    
    .common-heading {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .common-heading h2,
    .common-heading p {
        width: 100%;
        margin: 0;
    }
    
    .stat-item h3 {
        font-size: 52px;
        line-height: 62px;
    }
    
    .stats-box {
        padding: 48px 24px;
    }
    
    .hero-title {
        font-size: 38px;
        line-height: 48px;
    }
    
    .hero-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    
    .objectives-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .stat-number {
        font-size: 70px;
    }
    
    .expo-image {
        margin-left: 0;
        margin-top: 24px;
    }
	section.location-section.padding.custom-bg .location_box {
    width: 100%;
}
	.feature-card {
    gap: 0;
}
	.exhibit-section .card-bare-space span {
    font-size: 24px !important;
    line-height: 34px;
}
	.exhibit-section .card-shell-space span {
    font-size: 22px !important;
}
}

/* Tablet Landscape - 992px to 1023px */
@media (max-width: 1023px) and (min-width: 992px) {
    .container-fluid {
        margin: 0 40px;
    }
    .exhibit-section .card-bare-space span {
    font-size: 24px !important;
    line-height: 34px;
}
	.exhibit-section .card-shell-space span {
    font-size: 22px !important;
}
    :root {
        --heading-pc: 38px;
        --paragraph-pc: 19px;
        --btn-pc: 17px;
    }
    
    body h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
    .padding {
        padding: 80px 0;
    }
    
    .feature-card {
        padding: 28px 20px;
        gap: 36px;
    }
    
    .pavilion-slide {
        flex-basis: 50%;
    }
    
    .why-heading p,
    .sector-pavilions-section .description {
        width: 70%;
    }
    
    .location-section.padding.custom-bg .location_box {
        width: 60%;
    }
    
    .exhibit-section.padding p.exhibit_main_para {
        width: 70%;
    }
    
    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
    
    .stat-number {
        font-size: 64px;
    }
}

/* Tablet Portrait - 768px to 991px */
@media (max-width: 991px) and (min-width: 768px) {
    .container-fluid {
        margin: 0 32px;
    }
    .exhibit-section .card-bare-space span {
    font-size: 24px !important;
    line-height: 34px;
}
	.exhibit-section .card-shell-space span {
    font-size: 22px !important;
}
    :root {
        --heading-pc: 36px;
        --paragraph-pc: 18px;
        --btn-pc: 16px;
    }
    
    body h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .padding {
        padding: 64px 0;
    }
    
    .common-heading h2 {
        font-size: 34px;
    }
    
    .stat-item h3 {
        font-size: 48px;
        line-height: 58px;
    }
    
    .stats-box {
        padding: 40px 20px;
        border-radius: 24px;
    }
    
    .feature-card,
    .card-body_inner,
    .organizer-card,
    .strength-card {
        padding: 24px 18px;
        border-radius: 24px;
    }
    
    .pavilion-card img {
        height: 220px;
    }
    
    .pavilion-slide {
        flex-basis: 50%;
    }
    
    .why-heading p,
    .sector-pavilions-section .description,
    .exhibit-section.padding p.exhibit_main_para {
        width: 100%;
    }
    
    .location-section.padding.custom-bg .location_box {
        width: 100%;
    }
    
    .ready-section-container p.redy_to_exhibit {
        width: 100%;
    }
    
    .quick-links-section p.lead-text.mb-0.mt-lg-0 {
        width: 100%;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 34px;
        line-height: 44px;
    }
    
    .hero-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    
    .hero-tagline {
        font-size: 20px;
        line-height: 30px;
    }
    
    .objectives-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 60px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .faq-section .container {
        flex-direction: column;
        gap: 40px;
    }
    
    .faq-section .faq-left,
    .faq-section .faq-right {
        flex: 1 1 100%;
    }
    
    .faq-section .faq-question {
        font-size: 22px;
        line-height: 32px;
    }
    
    .faq-section .faq-answer {
        font-size: 18px;
        line-height: 28px;
        width: 90%;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow {
        left: 90%;
    }
    
    .find-us-section p {
        width: 70%;
    }
}

/* Mobile Landscape / Small Tablet - 640px to 767px */
@media (max-width: 767px) and (min-width: 640px) {
    .container-fluid {
        margin: 0 24px;
    }
    
    :root {
        --heading-pc: 32px;
        --paragraph-pc: 17px;
        --btn-pc: 16px;
    }
    
    body h2 {
        font-size: 28px;
        line-height: 38px;
    }
    
    p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .padding {
        padding: 56px 0;
    }
    
    .common-heading h2 {
        font-size: 30px;
    }
    
    .stat-item h3 {
        font-size: 42px;
        line-height: 52px;
    }
    
    .stats-box {
        padding: 32px 16px;
        border-radius: 20px;
        margin-right: 0;
    }
    
    .feature-card,
    .card-body_inner {
        gap: 28px;
        padding: 20px 16px;
        border-radius: 20px;
    }
    
    .feature-card h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .pavilion-slide {
        flex-basis: 100%;
    }
    
    .pavilion-card img {
        height: 200px;
    }
    
    .pavilion-slide .pavilion-card p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .nav-arrows .arrow {
        width: 44px;
        height: 44px;
        margin-left: 12px;
    }
    
    .hero {
        padding: 48px 0;
    }
    
    .hero-title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .hero-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 36px;
    }
    
    .hero-tagline {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .hero-cta {
        gap: 0.75rem;
    }
    
    .objectives-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .objective-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .objective-text {
        font-size: 16px;
        line-height: 26px;
    }
    
    .stat-number {
        font-size: 54px;
    }
    
    .stat-label {
        font-size: 11px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .organizer-logo {
        width: 6rem;
        margin-bottom: 20px;
    }
    
    .organizer-stat-number {
        font-size: 28px;
        line-height: 38px;
    }
    
    .strength-card .card-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .card-icon {
        height: 70px;
        margin-bottom: 36px;
    }
    
    .quick-link-card .card-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .faq-section .faq-question {
        font-size: 20px;
        line-height: 30px;
    }
    
    .faq-section .faq-answer {
        font-size: 17px;
        line-height: 27px;
        width: 100%;
    }
    
    .contact-section .contact-name {
        font-size: 26px;
        line-height: 35px;
    }
    
    .contact-section .contact-title {
        font-size: 16px;
        line-height: 26px;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow {
        left: 85%;
    }
    
    .find-us-section p {
        width: 100%;
    }
}

/* Mobile Portrait - 480px to 639px */
@media (max-width: 639px) and (min-width: 480px) {
    .container-fluid {
        margin: 0 20px;
    }
    
    :root {
        --heading-pc: 28px;
        --paragraph-pc: 16px;
        --btn-pc: 15px;
    }
     body h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: left;
    }
    
    p {
        font-size: 15px;
        line-height: 24px;
		text-align:left;
    }
    
    .padding {
        padding: 48px 0;
    }
    
    .common-heading h2 {
        font-size: 26px;
    }
    .key-features-section h2 {
    text-align: left;
}
.key-features-section {
    margin: 48px 0px 0px 0px;
    padding-bottom: 48px;
}
	.key-features-section .description {
    width: 100%;
}
	.key-features-section .section-header {
    margin-bottom: 24px;
    padding: 0;
}
	.sector-pavilions-section .description {
    width: 100%;
}
	.why-heading p {
    width: 100%;
    margin-left: auto;
}
	section.location-section.padding.custom-bg .location_box {
    width: 100%;
}
.exhibit-section.padding p.exhibit_main_para {
    width: 100%;
}
	.ready-section-container p.redy_to_exhibit {
    margin-bottom: 48px;
    width: 100%;
    margin-left: auto;
}
	.contact-section .contact-slider button.slick-prev.slick-arrow, .contact-section .contact-slider button.slick-next.slick-arrow{
		top:100%;
	}
    .stat-item h3 {
        font-size: 38px;
        line-height: 48px;
    }
    
    .stats-box {
        padding: 28px 12px;
        border-radius: 16px;
    }
    
    .feature-card,
    .card-body_inner,
    .organizer-card,
    .strength-card {
        gap: 24px;
        padding: 18px 14px;
        border-radius: 18px;
    }
    
    .feature-card h3 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .pavilion-card img {
        height: 180px;
        border-radius: 20px;
    }
    
    .pavilion-slide .pavilion-card p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .nav-arrows .arrow {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    
    .hero {
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 18px;
    }
    
    .hero-subtitle {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 32px;
    }
    
    .hero-tagline {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .hero-cta a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    .objectives-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 36px;
    }
    
    .objective-card {
        padding: 28px 18px;
    }
    
    .objective-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .objective-text {
        font-size: 15px;
        line-height: 24px;
    }
    
    .objective-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
    }
    
    .stat-number {
        font-size: 48px;
    }
    
    .stat-label {
        font-size: 10px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 16px;
    }
    
    .stats {
        padding: 0px 0px 60px 0;
    }
    
    .organizer-logo {
        width: 5.5rem;
        margin-bottom: 18px;
    }
    
    .organizer-stat-number {
        font-size: 26px;
        line-height: 36px;
    }
    
    .organizer-stat-label {
        font-size: 16px;
        line-height: 26px;
    }
    
    .strength-card .card-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .card-icon {
        height: 60px;
        margin-bottom: 30px;
    }
    
    .quick-link-card .card-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .quick-link-card img {
        border-radius: 20px;
    }
    
    .newsletter-section h2 {
        font-size: 30px;
    }
    
    .newsletter-section input {
        font-size: 16px;
        padding: 12px 15px;
        margin-bottom: 28px;
    }
    
    .btn-subscribe {
        font-size: 16px;
        padding: 10px 24px;
    }
    
    .faq-section .faq-question {
        font-size: 18px;
        line-height: 28px;
    }
    
    .faq-section .faq-answer {
        font-size: 16px;
        line-height: 26px;
    }
    
    .faq-section .plus-icon {
        font-size: 20px;
    }
    
    .contact-section .contact-name {
        font-size: 24px;
        line-height: 33px;
    }
    
    .contact-section .contact-title {
        font-size: 15px;
        line-height: 24px;
        width: 100%;
    }
    
    .contact-section .contact-card {
        margin: 0 10px;
        padding: 20px;
        border-radius: 20px;
    }
    
    .contact-section .contact-card .card-content {
        flex-direction: column;
        gap: 24px;
    }
    
    section.contact-section.padding .slider-wrapper .contact-card img {
        width: 100%;
        max-width: 160px;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow,
    .contact-section .contact-slider button.slick-next.slick-arrow {
        width: 44px;
        height: 44px;
    }
    
       .contact-section .contact-slider button.slick-prev.slick-arrow {
        left: 96%;
    }
    
    .marquee-item {
        font-size: 16px;
        padding: 0 30px;
    }
}

/* Small Mobile - 375px to 479px */
@media (max-width: 479px) and (min-width: 375px) {
	iframe {
    width: 100% !important;
}
    .container-fluid {
        margin: 0 16px;
    }
    	.key-features-section .description {
    width: 100%;
}
	.key-features-section .section-header {
    padding: 0;
}
	.sector-pavilions-section .description {
    width: 100%;
}
	.why-heading p {
    width: 100%;
}
	section.location-section.padding.custom-bg .location_box {
    width: 100%;
}
.exhibit-section.padding p.exhibit_main_para {
    width: 100%;
}
	.ready-section-container p.redy_to_exhibit {
    width: 100%;
}
    :root {
        --heading-pc: 24px;
        --paragraph-pc: 15px;
        --btn-pc: 14px;
    }
    
    body h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 18px;
		text-align:left;
    }
    
    p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .padding {
        padding: 40px 0;
    }
    
    .common-heading h2 {
        font-size: 24px;
    }
    
    .stat-item h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 8px;
    }
    
    .stats-box {
        padding: 24px 10px;
        border-radius: 14px;
    }
    
    .feature-card,
    .card-body_inner,
    .organizer-card,
    .strength-card,
    .exhibitor-col-outer-box {
        gap: 20px;
        padding: 16px 12px;
        border-radius: 16px;
    }
    
    .feature-card h3,
    h3.card-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .pavilion-card img {
        height: 160px;
        border-radius: 16px;
    }
    
    .pavilion-slide .pavilion-card p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .nav-arrows {
        margin-top: 36px;
    }
    
    .nav-arrows .arrow {
        width: 36px;
        height: 36px;
        margin-left: 8px;
        font-size: 14px;
    }
    
    section.why_phdcci header.row.why-heading {
        margin-bottom: 36px;
    }
    
    .expo-image img,
    .location-section img,
    iframe,
    section.contact-section.padding .slider-wrapper .contact-card img,
    .quick-link-card img {
        border-radius: 16px;
    }
    
    .hero {
        padding: 32px 0;
    }
    
    .hero-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 28px;
    }
    
    .hero-tagline {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
        letter-spacing: 1px;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .hero-cta a {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .objectives-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        margin-top: 32px;
    }
    
    .objective-card {
        padding: 24px 16px;
    }
    
    .objective-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    
    .objective-text {
        font-size: 14px;
        line-height: 22px;
    }
    
    .objective-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 16px;
    }
    
    .stat-number {
        font-size: 42px;
    }
    
    .stat-label {
        font-size: 9px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0.875rem;
        padding: 14px;
    }
    
    .stats {
        padding: 0px 0px 50px 0;
    }
    
    .stat-card {
        padding: 18px 0;
    }
    
    .organizer-logo {
        width: 5rem;
        margin-bottom: 16px;
    }
    
    .organizer-stat-number {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    
    .organizer-stat-label {
        font-size: 14px;
        line-height: 22px;
    }
    
    .card-divider {
        margin-top: 20px;
    }
    
    .strength-card {
        padding: 20px 16px;
    }
    
    .strength-card .card-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .card-icon {
        height: 55px;
        margin-bottom: 24px;
    }
    
    .quick-link-card .card-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .quick-link-card .card-body {
        padding: 16px;
    }
    
    .newsletter-section h2 {
        font-size: 26px;
    }
    
    .newsletter-section input {
        font-size: 14px;
        padding: 12px 14px;
        margin-bottom: 24px;
        border-radius: 10px;
    }
    
    .btn-subscribe {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 24px;
    }
    
    .faq-section .faq-item {
        padding: 18px 0;
    }
    
    .faq-section .faq-question {
        font-size: 16px;
        line-height: 26px;
    }
    
    .faq-section .faq-answer {
        font-size: 14px;
        line-height: 24px;
        margin-top: 14px;
    }
    
    .faq-section .plus-icon {
        font-size: 18px;
    }
    
    section.faq-section.padding .faq-left p {
        margin-bottom: 36px;
    }
    
    .contact-section .contact-name {
        font-size: 22px;
        line-height: 31px;
    }
    
    .contact-section .contact-title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    
    .contact-section .contact-card {
        margin: 0 8px;
        padding: 18px;
        border-radius: 16px;
    }
    
    .contact-section .contact-card .card-content {
        flex-direction: column;
        gap: 20px;
    }
    
    section.contact-section.padding .slider-wrapper .contact-card img {
        width: 100%;
        max-width: 140px;
    }
    
    .contact-section .contact-card .testi_base_box i {
        font-size: 20px;
        line-height: 30px;
        margin-right: 10px;
    }
    
    .contact-card a {
        font-size: 14px;
        line-height: 22px;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow,
    .contact-section .contact-slider button.slick-next.slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow {
        left: 75%;
    }
    
    .marquee-container {
        padding: 16px 0;
    }
    
    .marquee-item {
        font-size: 14px;
        padding: 0 25px;
    }
    
    .ready-section-container p.redy_to_exhibit {
        margin-bottom: 36px;
    }
    
    .btn-book-purple,
    .btn-outline-purple,
    .btn-book-orange,
    .btn-outline-orange {
        padding: 12px;
        font-size: 14px;
        border-radius: 24px;
    }
    
    .exhibit-section h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    
    .exhibit-card-body p,
    .exhibit-card-body ul li {
        font-size: 14px;
        line-height: 24px;
    }
    
    .vb-benefit-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .footer-dark h5 {
        font-size: 18px;
        margin-bottom: 0.75rem;
    }
    
    .footer-dark .list-unstyled li a {
        font-size: 14px;
    }
    
    .footer-dark .social-icons a {
        font-size: 1rem;
        margin-right: 1rem;
    }
    
    .form-section h2 {
        font-size: 24px;
    }
    
    .form-section p {
        margin-bottom: 32px;
        font-size: 14px;
    }
    
    p.discalmer {
        font-size: 12px;
        line-height: 20px;
    }
}

/* Very Small Mobile - 320px to 374px */
@media (max-width: 374px) {
	iframe {
    width: 100% !important;
}
	.exhibit-section .card-shell-space span{
		font-size:14px!important;
	}
	    	.key-features-section .description {
    width: 100%;
}
	.key-features-section .section-header {
    padding: 0;
}
	.sector-pavilions-section .description {
    width: 100%;
}
	.why-heading p {
    width: 100%;
}
	section.location-section.padding.custom-bg .location_box {
    width: 100%;
}
.exhibit-section.padding p.exhibit_main_para {
    width: 100%;
}
	.ready-section-container p.redy_to_exhibit {
    width: 100%;
}
    .container-fluid {
        margin: 0 12px;
    }
    
    :root {
        --heading-pc: 22px;
        --paragraph-pc: 14px;
        --btn-pc: 13px;
    }
    
    body h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    
    p {
        font-size: 13px;
        line-height: 21px;
    }
    
    .padding {
        padding: 36px 0;
    }
    
    .common-heading h2 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .stat-item h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    
    .stat-item p {
        font-size: 13px;
    }
    
    .stats-box {
        padding: 20px 8px;
        border-radius: 12px;
    }
    
    .feature-card,
    .card-body_inner,
    .organizer-card,
    .strength-card,
    .exhibitor-col-outer-box {
        gap: 18px;
        padding: 14px 10px;
        border-radius: 14px;
    }
    
    .feature-card h3,
    h3.card-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .feature-card p,
    .card-body p {
        font-size: 13px;
    }
    
    .pavilion-card img {
        height: 140px;
        border-radius: 14px;
    }
    
    .pavilion-slide .pavilion-card p {
        font-size: 15px;
        line-height: 24px;
    }
    
    .nav-arrows {
        margin-top: 32px;
    }
    
    .nav-arrows .arrow {
        width: 32px;
        height: 32px;
        margin-left: 6px;
        font-size: 12px;
    }
    
    section.why_phdcci header.row.why-heading,
    section.organizer-container.padding .row,
    section.contact-section.padding .row {
        margin-bottom: 32px;
    }
    
    .expo-image img,
    .location-section img,
    iframe,
    section.contact-section.padding .slider-wrapper .contact-card img,
    .quick-link-card img,
    .exhibit-section .card {
        border-radius: 14px;
    }
    
    section.expo-section.padding {
        padding-bottom: 36px;
    }
    
    .hero {
        padding: 28px 0;
    }
    
    .hero-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 14px;
    }
    
    .hero-subtitle {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 24px;
    }
    
    .hero-tagline {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }
    
    .hero-cta {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }
    
    .hero-cta a {
        width: 100%;
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .objectives-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 28px;
    }
    
    .objective-card {
        padding: 20px 14px;
    }
    
    .objective-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    
    .objective-text {
        font-size: 13px;
        line-height: 21px;
    }
    
    .objective-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 14px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-label {
        font-size: 8px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 12px;
    }
    
    .stats {
        padding: 0px 0px 40px 0;
    }
    
    .stat-card {
        padding: 16px 0;
    }
    
    .organizer-logo {
        width: 4.5rem;
        margin-bottom: 14px;
    }
    
    .organizer-card .text-start p {
        font-size: 13px;
        line-height: 21px;
    }
    
    .organizer-stat-number {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    
    .organizer-stat-label {
        font-size: 13px;
        line-height: 21px;
    }
    
    .card-divider {
        margin-top: 18px;
    }
    
    .strength-card {
        padding: 18px 14px;
    }
    
    .strength-card .card-title {
        font-size: 16px;
        line-height: 26px;
    }
    
    .strength-card-body.p-0 p.card-text {
        font-size: 13px;
    }
    
    .card-icon {
        height: 50px;
        margin-bottom: 20px;
    }
    
    .quick-link-card .card-title {
        font-size: 16px;
        line-height: 26px;
    }
    
    .quick-link-card .card-body {
        padding: 14px;
    }
    
    .newsletter-section h2 {
        font-size: 24px;
    }
    
    .newsletter-section input {
        font-size: 13px;
        padding: 10px 12px;
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .btn-subscribe {
        font-size: 13px;
        padding: 9px 18px;
        border-radius: 20px;
    }
    
    .faq-section .container {
        gap: 32px;
    }
    
    .faq-section .faq-item {
        padding: 16px 0;
    }
    
    .faq-section .faq-question {
        font-size: 15px;
        line-height: 24px;
    }
    
    .faq-section .faq-answer {
        font-size: 13px;
        line-height: 22px;
        margin-top: 12px;
    }
    
    .faq-section .plus-icon {
        font-size: 16px;
    }
    
    section.faq-section.padding .faq-left p {
        margin-bottom: 32px;
    }
    
    .contact-section .contact-name {
        font-size: 20px;
        line-height: 29px;
    }
    
    .contact-section .contact-title {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 18px;
    }
    
    .contact-section .contact-card {
        margin: 0 6px;
        padding: 16px;
        border-radius: 14px;
    }
    
    .contact-section .contact-card .card-content {
        flex-direction: column;
        gap: 18px;
    }
    
    section.contact-section.padding .slider-wrapper .contact-card img {
        width: 100%;
        max-width: 120px;
    }
    
    .contact-section .contact-card .testi_base_box i {
        font-size: 18px;
        line-height: 28px;
        margin-right: 8px;
    }
    
    .contact-card a {
        font-size: 13px;
        line-height: 21px;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow,
    .contact-section .contact-slider button.slick-next.slick-arrow {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .contact-section .contact-slider button.slick-prev.slick-arrow {
        left: 70%;
        margin-left: -50px;
    }
    
    .contact-section .contact-slider button.slick-next.slick-arrow {
        margin-left: 5px;
    }
    
    .marquee-container {
        padding: 14px 0;
    }
    
    .marquee-item {
        font-size: 13px;
        padding: 0 20px;
    }
    
    .ready-section-container p.redy_to_exhibit {
        margin-bottom: 32px;
    }
    
    .ready-section .btn-register,
    .ready-section .btn-schedule {
        padding: 9px 24px;
        font-size: 13px;
    }
    
    .btn-book-purple,
    .btn-outline-purple,
    .btn-book-orange,
    .btn-outline-orange {
        padding: 10px;
        font-size: 13px;
        border-radius: 20px;
    }
    
    .exhibit-section h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    
    .exhibit-card-body p,
    .exhibit-card-body ul li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .exhibit-card-body ul {
        margin-bottom: 20px;
    }
    
    .vb-benefit-title {
        font-size: 16px;
        line-height: 26px;
    }
    
    .vb-description,
    .vb-benefit-desc {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .vb-benefit-list {
        padding-left: 18px;
        margin-bottom: 20px;
    }
    
    .exhibitor-profile-ul-heading {
        font-size: 16px;
    }
    
    .footer-dark .navbar-brand img {
        max-width: 140px;
    }
    
    .footer-dark h5 {
        font-size: 16px;
        margin-bottom: 0.65rem;
    }
    
    .footer-dark .list-unstyled li a {
        font-size: 13px;
    }
    
    .footer-dark .social-icons a {
        font-size: 0.9rem;
        margin-right: 0.85rem;
    }
    
    .form-section h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .form-section p {
        margin-bottom: 28px;
        font-size: 13px;
    }
    
    .form-label {
        font-size: 13px;
    }
    
    .form-control,
    .form-select {
        font-size: 13px;
        padding: 8px 10px;
    }
    
    p.discalmer {
        font-size: 11px;
        line-height: 18px;
    }
    
    .submit-btn {
        padding: 9px 20px;
        font-size: 13px;
        border-radius: 24px;
    }
    
    .note {
        font-size: 11px;
    }
    
    a.btn-custom-orange-oultine {
        padding: 9px 18px;
        font-size: 13px;
        border-radius: 24px;
    }
    
    .find-us-section p {
        margin-bottom: 36px;
    }
}

/* General responsive utilities for all breakpoints */

/* Row gap adjustments */
@media (max-width: 991px) {
    section.key-features-section .row.key_inner_Sec,
    .row {
        row-gap: 20px;
    }
}

@media (max-width: 767px) {
    section.key-features-section .row.key_inner_Sec,
    .row {
        row-gap: 16px;
    }
}

@media (max-width: 479px) {
    section.key-features-section .row.key_inner_Sec,
    .row {
        row-gap: 14px;
    }
}

/* Section divider adjustments */
@media (max-width: 991px) {
    .section-divider {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .section-divider {
        margin-bottom: 28px;
    }
}

@media (max-width: 479px) {
    .section-divider {
        margin-bottom: 24px;
    }
}

/* Button adjustments for all screens */
@media (max-width: 767px) {
    .expo-section .btn-custom {
        padding: 0.65rem 1.75rem;
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    .expo-section .btn-custom {
        padding: 0.6rem 1.5rem;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}

/* Image adjustments */
@media (max-width: 767px) {
    img {
        width: 100%;
        height: auto;
    }
}

/* Card hover effects - disable on touch devices */
@media (hover: none) and (pointer: coarse) {
    .feature-card:hover,
    .card-body_inner:hover,
    .strength-card:hover,
    .organizer-card:hover {
        transform: none;
        box-shadow: none;
    }
}

/* Container max-width for very large screens */
@media (min-width: 2000px) {
    .container,
    .container-fluid {
        max-width: 1900px;
    }
}

/* Ensure proper spacing on very small screens */
@media (max-width: 320px) {
	    	.key-features-section .description {
    width: 100%;
}
	.key-features-section .section-header {
    padding: 0;
}
	.sector-pavilions-section .description {
    width: 100%;
}
	.why-heading p {
    width: 100%;
}
	section.location-section.padding.custom-bg .location_box {
    width: 100%;
}
.exhibit-section.padding p.exhibit_main_para {
    width: 100%;
}
	.ready-section-container p.redy_to_exhibit {
    width: 100%;
}
    .container-fluid {
        margin: 0 10px;
    }
    
    .padding {
        padding: 32px 0;
    }
    
    body h2 {
		text-align:left;
        font-size: 20px;
        line-height: 30px;
    }
    
    p {
        font-size: 12px;
        line-height: 20px;
    }
}

/* Orientation-specific adjustments */
@media (orientation: landscape) and (max-height: 500px) {
    .hero {
        padding: 24px 0;
    }
    
    .padding {
        padding: 40px 0;
    }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Extra Small