* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Square721 Dm';
    src: url('fonts/Square721Demi-Normal.woff2') format('woff2'),
        url('fonts/Square721Demi-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Square721 BT';
    src: url('fonts/Square721BT-Roman.woff2') format('woff2'),
        url('fonts/Square721BT-Roman.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}


:root {
    /* --primary-button:#3b82f6; */
    --primary-button: rgb(121, 1, 12);

    --primay-font: "Square721 BT" ;
    --main-heading-font: 'Square721 Dm';
}

.primary-btn-clr {
    background-color: var(--primary-button) !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

body {
    font-family: var(--primay-font) !important;
}

a {
    text-decoration: none !important;
}

.heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 20px;
}

.section-padding {
    padding: 80px 0;
}

.btn-hover {

    transition: 1 ease;
}

.btn-hover:hover {
    border: 1px solid var(--primary-button) !important;
    background: transparent !important;
    color: var(--primary-button) !important;
}

.hover-color-white:hover {
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #ff0000 !important;
}

header {
/*    position: sticky;
    top: 0;*/
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #e5e7eb;
/*    box-shadow: 0px 10px 30px #e5e7eb;*/
}

.logo-container-box,
.book-ticket-container {
    padding: 20px
}

.logo-container-box img {
    width: 300px;
    height: 45px;
}
.res-button, .max-content-width {
    width: max-content !important;
}
/* banner section css */
.hero-section {
    position: relative;
    /* min-height: 100vh; */
    /* background: linear-gradient(135deg, #1e3c72 0%, #2a5298 40%, #7b5b8f 70%, #d4896a 100%); */
    background-image: url(images/pcc-banner.png);
    overflow: hidden;
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
}

.hide-desktop {
    display: none;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* shorthand for top, right, bottom, left = 0 */
    /* background: rgba(0, 0, 0, 0.4); */
    /* black overlay with 50% opacity */
    z-index: 1;
}


.hero-content {
    position: relative;
    z-index: 2;
   padding: 17% 0 8%;
   padding-left: 3.5%;
}
.text-red-span
{
    color: rgb(166 42 42);;
}
.text-blue-span
{
 color:    rgb(7 75 116);
}
.heading-container.mt-5
{
margin-top: 16% !important;
}

.hero-title {
    font-size: 3.1rem;
    font-weight: bolder;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
  letter-spacing: 2px;
  font-style: italic;
  font-family: var(--main-heading-font);
}

.sub-head {
    font-size: 2rem;
    margin-bottom: 30px;
    /* font-weight: 800; */
    color: #000000;
}
.cta-buttom-section
{
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
/* .cta-buttom-section a {
    margin: 10px;
} */

.aircraft-silhouette {
    position: absolute;
    bottom: 100px;
    right: 10%;
    width: 400px;
    height: 200px;
    opacity: 0.3;
    pointer-events: none;
}


@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .event-date {
        font-size: 1rem;
    }

    .event-location {
        font-size: 1rem;
    }

    .btn-book {
        padding: 14px 36px;
        font-size: 1rem;
    }

    .aircraft-silhouette {
        width: 250px;
        right: 5%;
        bottom: 50px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    /* .hero-content {
        padding-top: 80px;
    } */
}


/* about section css start from here */
.about-section {
    background: #ffffff;

}



.about-image-container {
    position: relative;
    /* height: 456px; */
    height: 430px;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-image: url(images/about-us-page.jpeg);
    background-size: cover;
    /* Ensures the image covers the whole container */
    background-position: center;
    /* Keeps the focus at the center of the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
}

/* .about-bg-image {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #94a3b8;
            font-size: 1.5rem;
            font-weight: 600;
        } */

/* .about-bg-image::before {
            content: 'Background Image Placeholder';
            display: flex;
            align-items: center;
            justify-content: center;
        } */

.about-text-box {

    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 30px;
    /* border-radius: 8px; */
    max-width: 500px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #334155;
    color: rgb(27, 29, 39);
    margin: 0;
}

.about-description strong {
    color: #0a1628;
    font-weight: 600;
}

.logo-container {
    /* height: 500px; */
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    padding: 20px 0;
    /* gap: 20px; */
}

.logo-box {

    /* border: 2px solid #e2e8f0; */
    /* border-radius: 12px; */
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
    width: 212px;
    height: 135px;
    border: 1px solid #ccced4;
}

/* .logo-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border-color: var(--primary-button);
        } */



/* Zigzag positioning */
.logo-position-1 {
    margin-left: 0;
    background-image: url(images/drdo-logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;


}

.logo-position-2 {
    margin-left: 0;
    background-image: url(images/hal-logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-left: none;
    border-right: none;


}

.logo-position-3 {
    margin-left: 0;
    margin-left: 0;
    background-image: url(images/isro-logo.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;


}

@media (max-width: 992px) {
    .about-image-container {
        height: 400px;
        margin-bottom: 30px;
    }

    .about-text-box {

        max-width: none;
        padding: 20px;
    }

    .logo-container {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .logo-box {
        flex: 1 1 calc(33.333% - 20px);
        min-width: 150px;
    }

    .logo-position-1,
    .logo-position-2,
    .logo-position-3 {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .about-heading {
        font-size: 2rem;
        text-align: center;
    }

    .about-image-container {
        height: 350px;
    }

    .about-description {
        font-size: 0.95rem;
    }

    .logo-box {
        flex: 1 1 100%;
    }
}


/* Key Offerings Section */
.key-offerings-section {
    background: #f3f3f3;

    /* position: relative; */
}

.custom-prev,
.custom-next {
    background: var(--primary-button);
    height: 50px;
    padding: 15px;
}

.padding-bottom-1 {
    padding-bottom: 1.5rem;
}

.offering-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    /* border-radius: 16px; */
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    position: relative;
}

.offering-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-button), #8b5cf6, #ec4899);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.offering-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

.offering-card:hover::before {
    opacity: 1;
}


.card-image {
    position: relative;
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #1e3a8a 0%, var(--primary-button) 50%, #60a5fa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card-image-1 {
    background-image: url(images/PCAMi.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-image-2 {
    background-image: url(images/ITD.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-image-3 {
    background-image: url(images/X-DAAS.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-image-4 {
    background-image: url(images/FADEC.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-image-5 {
    background-image: url(images/Herox.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offering-card:hover .card-image {
    transform: scale(1.02);
}

.card-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {

    0%,
    100% {
        transform: translate(-30%, -30%) rotate(0deg);
    }

    50% {
        transform: translate(-10%, -10%) rotate(180deg);
    }
}

.image-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    text-align: center;
    padding: 20px;
}

/* Number Badge */
.card-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
}

.icon-placeholder {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    /* border-radius: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary-button);
    transition: all 0.3s ease;
}

.offering-card:hover .icon-placeholder {
    transform: rotate(360deg) scale(1.1);
    background: var(--primary-button);
    color: white;
}

/* Card Content Area */
.card-content {
    padding: 30px 24px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: transparent;
}

/* Category Tag */
.card-category {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-button), #8b5cf6);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    width: fit-content;
}


.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 52px;
    text-align: left;
}

/* Product Description */
.card-description {
    font-size: 0.95rem;
    /* color: #64748b; */
    color: rgb(27, 29, 39);
    line-height: 1.7;
    margin-bottom: 24px;
    flex-grow: 1;
    text-align: left;
}

/* Modern Button with Icon */
.btn-view-products {
    background: transparent;
    color: var(--primary-button);
    border: 2px solid var(--primary-button);
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    /* border-radius: 8px; */
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-view-products::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--primary-button);
    transition: left 0.3s ease;
    z-index: -1;
}

.btn-view-products:hover {
    color: white;
    border-color: var(--primary-button);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
}

.btn-view-products:hover::before {
    left: 0;
}

.btn-view-products:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .card-title {
        font-size: 1.15rem;
        min-height: 56px;
    }

    .card-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {
    .offering-card {
        margin-bottom: 30px;
    }

    .card-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .offerings-heading {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .offering-card {
        margin-bottom: 30px;
    }

    .card-image {
        height: 180px;
    }

    .card-title {
        font-size: 1.1rem;
        min-height: auto;
    }

    .card-description {
        font-size: 0.9rem;
    }

    .icon-placeholder {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .card-content {
        padding: 24px 20px;
    }
}

@media (max-width: 576px) {
    .key-offerings-section {
        padding: 60px 0;
    }

    .offerings-heading {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .btn-view-products {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
}
.btn-view-products {
    width: max-content;
}

 
.keyOfferingsSwiper .swiper-slide {
    height: auto !important;
    display: flex;
}


.offering-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .offering-card .card-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

/* Why Meet PCC Section */
.why-meet-section {
    background: #222222;
    position: relative;
    overflow: hidden;
}

.why-meet-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
}

.why-meet-image {
    position: relative;
    height: 450px;

    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background-image: url(images/why-choose-us.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-placeholder-why {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 600;
}

.why-meet-content {
    position: relative;
    z-index: 2;
}

.why-meet-heading {

    color: #ffffff;

    line-height: 1.2;
}

.why-meet-intro {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-weight: 500;
}

.partnership-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.partnership-item {
    display: flex;


}

.small-box-before::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 6px;

}


.partnership-badge {
    flex-shrink: 0;
}

.partnership-badge span {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--primary-button);
    color: var(--primary-button);
    padding: 10px 24px;
    /* border-radius: 6px; */
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    position: relative;
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    transition: all 0.3s ease;
}

.margin-bottom-remove {
    margin-bottom: 0px !important;
}

.partnership-item:hover .partnership-badge span {
    background: var(--primary-button);
    color: #ffffff;
    transform: translateX(5px);
}

.partnership-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0;
    /* padding-top: 8px; */
}

@media (max-width: 992px) {
    .why-meet-image {
        height: 350px;
        margin-bottom: 40px;
    }

    .why-meet-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .why-meet-section {
        padding: 60px 0;
    }

    .why-meet-heading {
        font-size: 1.75rem;
    }

    .why-meet-intro {
        font-size: 1.05rem;
    }

    .partnership-item {
        flex-direction: column;
        gap: 12px;
    }

    .partnership-badge span {
        font-size: 0.9rem;
        padding: 8px 20px;
    }

    .partnership-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .why-meet-image {
        height: 280px;
    }

    .why-meet-heading {
        font-size: 1.5rem;
    }

    .partnership-items {
        gap: 24px;
    }
}

/* Contact Section */
.contact-section {

    background: #f3f3f3;

}

.contact-left {
    height: 100%;
    display: flex;
    flex-direction: column;
}



.contact-description {
    font-size: 1.05rem;
    color: rgb(27, 29, 39);
    line-height: 1.7;
    margin-bottom: 22px;
}

/* Quick Connect */
.quick-connect {
    margin-bottom: 40px;
}

.quick-connect-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0a1628;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-button);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: var(--primary-button);
    color: #ffffff;
    border-color: var(--primary-button);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}



/* Contact Form */
.contact-form-container {
    background: #ffffff;
    padding: 40px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    /* height: 100%;
                border-style: solid;
    border-color: rgb(238, 237, 237); */
    /* border: 2px solid #e2e8f0; */
}

.contact-form .form-control {
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 0px !important;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--primary-button);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.btn-send-mail {
    background: var(--primary-button);
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;

    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.btn-send-mail:hover {
    background: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-send-mail svg {
    transition: transform 0.3s ease;
}

.btn-send-mail:hover svg {
    transform: translateX(5px);
}

@media (max-width: 992px) {
    .contact-left {
        margin-bottom: 40px;
    }

    .contact-form-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-heading {
        font-size: 2rem;
    }

    .contact-form-container {
        padding: 25px;
    }

    .btn-send-mail {
        width: 100%;
        justify-content: center;
    }
}

/* Booth Info */
.booth-section {


    background: #f8fafc;
    background: #f8fafc;
}

.booth-info {
    flex-grow: 1;
}

/* .booth-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #0a1628;
            margin-bottom: 10px;
        } */

.booth-address {
    font-size: 1rem;
    color: rgb(27, 29, 39);
    margin-bottom: 20px;
}

.map-container {
    margin-bottom: 25px;

    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.qr-code-container {
    text-align: center;
    padding: 10px;
    /* background: #ffffff; */
    /* border-radius: 8px;
            border: 2px solid #e2e8f0; */
}

.qr-code {
    width: 120px;
    height: 120px;
    /* margin-bottom: 10px; */
}

.qr-text {
    font-size: 0.9rem;
    color: rgb(27, 29, 39);
    margin: 0;
}

.location-image {
    height: auto;
    width: 100%;
}


/* footer section design */

.footer-section {
    padding: 40px 0;
    background: #222222;
}


.footer-connect-title {
    color: #fff;
    margin-bottom: 0px;
}

.remove-background {
    background: transparent !important;
    border: none !important;
}

.weblink:hover {
    cursor: pointer;
    color: #3b82f6;
    ;
}

@keyframes fallFromTop {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.hero-content h1,
.hero-content p,
.hero-content .cta-buttom-section {
    opacity: 0;
    animation: fallFromTop 0.8s ease-out forwards;
}


.hero-content h1 {
    animation-delay: 0.2s;
}

.hero-content p {
  
    animation-delay: 1s;
}

.hero-content .cta-buttom-section {
    animation-delay: 0.6s;
}

/* .hero-title {
    text-align: center;
} */

.sub-head {
    /* text-align: center; */
}

/* responsive css starts from here */
@media (max-width: 1599px) {
    /* for screen 1440px  */
    .hero-content {
    position: relative;
    z-index: 2;
    padding: 17% 0 8%;
    padding-left: 2.5%;
}

}

@media (max-width: 1439px) {

    /* for screen 1366px  */
    /* .hero-content {

        padding-top: 18%;
    } */




    .btn-view-products {
      
        padding: 12px 10px;
        font-size: 0.8rem;
    }
        .hero-content {
            padding-left: 0px;
        }

        .logo-box {
            width: 182px;
        }

        .about-image-container {
            height: 456px;
        }

        .why-meet-image {
            height: 546px;
        }
    }

@media (max-width: 1365px) {

    /* for screen 1200px  */
    /* .hero-content {
        padding-top: 27%;
    } */
         .hero-content {
        position: relative;
        z-index: 2;
        padding: 17% 0 8%;
        padding-left: 13.5%;
    }

    .hero-title {
        font-size: 2.5rem;
        margin-top: 20px;

    }

    .logo-box {
        width: 182px;
    }

    .about-image-container {
        height: 456px;
    }

    .card-description .card-break {
        display: none;
    }

    .about-image-container {
        height: 458px;
    }

}

@media (max-width: 1199px) {

    /* for screen 992px  */
    /* .hero-content {
        padding-top: 30%;
    } */
.modify-col-lg-6
{
width: 71% !important;
}
    .card-description .card-break {
        display: block;
    }

    .hero-title {
        font-size: 3rem;
    }

    .logo-box {
        flex: 0;
    }

    .logo-container {
        gap: 0px;
    }

    .logo-box {
        width: 90px;
    }
}

@media (max-width: 991px) {

    /* for screen 768px  */
    .website-btn {
        visibility: hidden !important;
    }
    .hero-section {
        position: relative;
        /* min-height: 100vh; */
        /* background: linear-gradient(135deg, #1e3c72 0%, #2a5298 40%, #7b5b8f 70%, #d4896a 100%); */
        background-image: url(images/banner-for-mobile.png);
        overflow: hidden;
        /* background-position: center; */
        background-size: cover;
        background-repeat: no-repeat;
       
    }
    .sub-head
    {
font-size: 1.5rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .why-meet-image {
        height: 429px;
    }

    .contact-left {
        margin-bottom: 0px;
    }


    .logo-container-box {
        text-align: center;
    }

    .logo-container {
        gap: 0px;
    }

    .quick-connect {
        margin-bottom: 0px;
    }

    .why-meet-image,
    .about-image-container {
        height: 356px;
    }
    .location-image {
        height: 400px;
        width:100%;
    }
}

@media (max-width: 767px) {

    .hero-section {
    position: relative;
    /* min-height: 100vh; */
    /* background: linear-gradient(135deg, #1e3c72 0%, #2a5298 40%, #7b5b8f 70%, #d4896a 100%); */
    background-image: url(images/banner-for-mobile.png);
    overflow: hidden;
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
  
 

}
    .location-image {
        height: auto;
        width: 100%;
    }

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;

     background: rgba(251, 251, 251, 0.479); 

    z-index: 1;
}
    /* for screen 576px  */
    .res-button {
        width: 160px;
        font-size: 12px !important;
    }

    .logo-container-box img {
        width: 202px;
        height: 36px;
    }

    .primary-btn-clr {
        font-size: 15px !important;
    }

    /* .hero-content {
        padding-top: 240px;
    } */

    .hero-title {
        font-size: 2.5rem;
    }

    .sub-head {
        font-size: 1.2rem;
    }

    .text-center {
        text-align: left !important;
    }

    .about-image-container {
        height: 273px;
    }

    .why-meet-image {
        height: 273px;
    }

    .why-meet-image {
        height: 273px;
        margin-bottom: 0px;
    }

    .contactfsectiomn-left.mb-5 {
        margin-bottom: 0rem !important;
    }

    .quick-connect {
        margin-bottom: 40px;
    }

    .heading {
        font-size: 2rem;
    }


}

@media (max-width: 576px) {

    /* for screen mobile  */

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;

     background: rgba(251, 251, 251, 0.408); 

    z-index: 1;
}
  .hero-content {
    position: relative;
    z-index: 99;
    padding: 18% 0;
}
    .primary-btn-clr {
        font-size: 14px !important;
}
    .logo-container {
        padding: 20px 7px 0px 7px !important;
    }

    .hero-title {
        font-size: 2rem;
    }

    @media (max-width: 767px) {
        /* .hero-content {
            padding-top: 60%;
        } */
    }

    .sub-head,
    .hero-title {
        margin-bottom: 20px;
    }

    .about-image-left.mb-4 {
        margin-bottom: 0px !important;
    }

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .logo-container-box img {
        width: 75px;
        height: 36px;
    }

    .hero-section {
        background-size: cover;
    }

    .cta-buttom-section {
        display: flex;
        flex-direction: column;

    }

    /* .logo-position-2 {
        border-right: 1px solid #ccced4;
        ;
    } */

    .footer-logo-box img {
        width: 240px;
    }

    .heading {
        font-size: 1.5rem;
    }

    .custom-prev,
    .custom-next {
        background: var(--primary-button);
        height: 37px;
        padding: 7px;
    }

    .offering-card {
        margin-bottom: 0px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .booth-section {
        padding: 60px 0;
    }

    .logo-box {
        flex: 1 1 calc(33.333% - 20px);
        min-width: 50px;
    }

    .logo-container {
        padding: 20px 0px 0px 0px;
    }
  

}

/* addition responsive for mobile */

@media (max-width:460px) {
    .hero-title {
        font-size: 1.8rem;
    }


  
}

@media (max-width: 361px) {
}