body{ font-family: "Montserrat", serif; font-size: 16px; font-weight: 400; line-height: 24px; }
h1, h2, h3, h4, h5, h6 { font-weight: 900; text-transform: capitalize; }
.custom-header { background: #254871; padding: 16px 16px 8px; }
.common-section{ padding:70px 0px;}
img.site-logo { max-width: 170px; }
section.gallery-section .container-fluid {  padding: 0;  }
section.about-us, footer.custom-footer { background: #254871; }
h2 { text-align: center; }
.section-title h2 { font-size: 42px; color:#fb6767; text-wrap-style: balance;}
section.about-us .content { margin-top: 0%; }
footer.custom-footer{ padding-top: 20px;  }
.content a { color: #fb6767; font-weight: 600; }
section.gallery-section { overflow:hidden; }
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    gap:0px;
    margin: auto;
}


.gallery-item {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}
.gallery img {
    width: 100%;
    height:300px;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item:before {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
}
    /* Common Button Style */
    .btn {
        display: inline-block;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: bold;
        color:#000;
        background: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    /* Hover Effect */
    .btn:hover {
        background: #000;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    .form-container {
        background: white;
        padding: 20px;
        border-radius: 0;
        box-shadow: 0 0 5px #99999957;
        width: 100%;
    }
    section.conatct-us .content img {
        max-height: 550px;
        overflow: hidden;
        object-fit: cover;
        object-position: bottom;
           width: 100%;
    }
   
    .form-group {
        margin-bottom: 15px;
    }
    label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    input, select, textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 0px;
    }
    button {
        width: 100%;
        padding: 12px;
        background: #000;
        color: white;
        border: none;
        border-radius: 0px;
        cursor: pointer;
        font-size: 16px;
        text-transform:uppercase; }
        .bubble {
            width: 130px;
            height: 130px;
            border-radius: 100%;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            transition: backgroundease 300ms;
            backface-visibility: hidden;
            cursor: pointer;
        }
    
        .logo-container img {
            width: auto;
            align-items: center;
            display: flex
        ;
            justify-content: center;
            max-height: 70px;
            max-width: 90px;
        }
button:hover {background: #000000de; }
section.conatct-us { background-image: url(../images/plus.svg); background-size: 36px; background-repeat: repeat;  }
button.btn { background: #fb6767; color: #fff; }
button.btn-close.btn { opacity: 1; line-height: normal; align-items: center; }
ul.list-style-one li {  position: relative; }
.logo-container { display: flex;justify-content: center; flex-wrap: wrap;  gap: 30px; }
.logo-container img:hover { filter: grayscale(0%); }
.about_logo p {
    max-width: 450px;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    margin: 20px auto 0 auto;
}
header.custom-header h5 {
    max-width: 500px;
    margin: auto;
}
.Block-content p strong {
    font-size: 20px;
    margin: 20px 0 10px 0;
    display: inline-block;
}
section#about_ionis .section-title p {
    font-size: 20px;
    margin: 0;
    display: inline-block;
    font-weight: bolder;
}
section.common-section.logo_sec_stem .section-title h2 {
    text-transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.common-section.logo_sec_stem .section-title {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
section.common-section.logo_sec_stem .section-title p {
    margin: 0;
    font-weight: bolder;
    font-size: 24px;
    line-height: 34px;
}
.bubble_parent h4 {
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    margin: 12px auto 0;
    color: #6794ca;
    text-decoration: underline;
}
.bubble_parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    position: relative;
}
.bubble_parent a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header.custom-header .nav_links {
    display: flex;
    justify-content: center;
    padding: 20px 0 14px 0;
    gap: 20px;
    text-decoration: none;
}
header.custom-header .nav_links a {
    font-size: 16px;
    text-decoration: none;
}
footer .nav_links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
footer .nav_links a.text-white {
    text-decoration: none;
}
.about_more_imge img {
    width: 100%;
    aspect-ratio: 1920/1280;
    object-fit: cover;
}
.more_about {
    height: 100%;
    display: flex;
    align-items: center;
}
section.something_about {
    padding: 60px 0;
    background-color: #254871;
}
section.packed_auditorium h2 {
    font-size: 42px;
    color: #fb6767;
    text-wrap-style: balance;
    margin: 0 0 40px 0;
}
section.packed_auditorium {
    padding: 100px 0;
}
.audi_room_img img {
    width: 100%;
    aspect-ratio: 1920/1280;
    object-fit: cover;
}
.more_about p {
    margin: 0;
    color: #ffffff;
}
.video_audi iframe {
    max-width: 100%;
    aspect-ratio: 640/320;
    margin: 0 auto;
    width: 100%;
}
.video_audi {
    text-align: center;
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.video_audi img {
    width: 100%;
    aspect-ratio: 640/320;
    object-fit: cover;
}
section.video_play {
    padding: 0px 0 100px;
    background-color: #f8f9fa;
}
footer.custom-footer a {
    color: #fff;
    text-decoration: none;
}
.Block-content a {
    background: #fb6767;
    color: #fff;
    max-width: 300px;
    margin: 30px 0 0 0;
}
.form-group input, .form-group select {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-top: 0;
    font-size: 16px;
    outline: none;
    padding: 0 0 0 0;
    color: #254871;
    background-color: transparent;
    font-weight: 500;
}
.form-group label {
    font-weight: 500;
    font-size: 14px;
}
form#contact-form {
    padding: 20px;
    background-color: #25487112;
    border-radius: 8px;
}
section#about_ionis .section-title h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.about-us.common-section {
    padding-top: 40px;
    padding-bottom: 50px;
}
section.about-us.common-section .section-title {
    position: absolute;
    top: -30px;
    transform: translateY(-100%);
    margin: 0;
}
section.common-section.logo_sec_stem + section.about-us.common-section {
    padding-top: 70px;
}

section.common-section.logo_sec_stem + section.about-us.common-section .section-title {
    position: relative;
    transform: inherit;
    top: 0;
}
section.video_play.packed_auditorium {
    padding: 100px 0 100px;
}
.home_ban {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0;
}
section.gallery-section {
    position: relative;
}
.btn_main_in a {
    color: #fb6767;
    font-weight: 600;
}
.btn_main_in {
    text-align: center;
}
.contact_info_foot {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.action_foot {
    display: flex;
    gap: 10px;
    align-items: center;
}
.action_foot svg path {
    fill: #fff;
}
.top-footer .row {
    row-gap: 20px;
}
section.inner-banner.consumer_ban {
    position: relative;
    isolation: isolate;
    padding-block-start: 48px;
    color: #fff;
    min-height: 179px;
}
section.inner-banner.consumer_ban .banner-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    filter: brightness(0.50);
    border-radius: 0;
    object-position: center;
}
section.inner-banner.consumer_ban .banner-title {
    max-width: 590px;
}
section.inner-banner.consumer_ban .banner-title h1 {
    background-color: hsl(0 0 0 / 80%);
    max-width: max-content;
    padding: 0.75em 2.5em 0.75em 1em;
    border-bottom: 4px solid #fff !important;
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.5em) 100%, 0 100%);
    transition: 300ms;
    margin-bottom: 1rem;
    font-size: 30px;
}
.check_box_pop {
    display: flex;
    align-items: flex-start;
}
.check_box_pop input[type="checkbox"] {
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 4px 0 0 0;
}
.check_box_pop span {
    width: calc(100% - 15px);
    padding: 0 0 0 10px;
    font-weight: 500;
    font-size: 14px;
}

.page-header {
    background: url("../images/page-header-bg.svg") no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 30px 0 !important;
    background-color: #fb6767;
}
.page-header .header-title h1 {
    color: #fff;
    text-align: center;
}
.blog_card {
    display: flex
;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 850px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-cn {
    width: 100%;
    flex: 1 1 60%;
    padding: 30px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.blog-cn a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fb6767;
    color: #fff;
    width: fit-content;
    margin-top: 19px;
}

.blog-cn a:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.single-post .content .text-left {
    text-align: left;
        font-size: 18px !important;
    margin-top: 15px !important;
}
.single-post .content h2.text-left {
        margin-bottom: 25px;
            font-size: 42px !important;
}
@media (min-width: 1600px) {
 section.about-us .content {  margin-top: 0; }
 .thankyou-cus-height { min-height: 582px; }
}

@media (min-width: 992px) {
    .thankyou-cus-height { min-height: 282px; }
    .fluid-block {
        padding-block: 0;
    }

    .fluid-block .fluid-image {
        position: relative;
        overflow: hidden;
    }

    .fluid-block .fluid-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .fluid-block .container-fluid .row>*:not(:is(.fluid-image, .fluid-content)) {
        max-width: 660px;
        padding: clamp(25px, 4vw, 50px);
    }

    .fluid-block .container-fluid .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        margin-left: auto;
    }

    .fluid-block .row>*:first-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-start: 0 !important;
    }

    .fluid-block .row>*:last-child:not(:is(.fluid-image, .fluid-content)) {
        padding-inline-end: 0 !important;
    }
}
@media screen and (max-width:991px) and (min-width:768px){
    .thankyou-cus-height { min-height: 690px; }

}
@media (max-width: 1199px) {
    section.about-us .content { margin-top: 0; }
    .section-title h2, section.packed_auditorium h2 { font-size: 36px; }
        .bubble_parent:nth-child(3) {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .about_logo {
        margin-top: 30px;
    }
    .logo-container {
        gap: 30px;
    }
    .bubble {
        width: 110px;
        height: 110px;
    }
    .ban_below_logo {
    order: 1;
}

.ban_below_btn {
    order: 2;
}

.ban_below_text {
    order: 2;
    margin: 20px 0 0 0;
}
}
@media only screen and (max-width: 767.5px) {

    header.custom-header h5 {
        font-size: 16px;
    }
    .section-title h2, section.packed_auditorium h2 {
        font-size: 24px;
    }
    section.common-section.logo_sec_stem .section-title p {
        font-size: 16px;
        line-height: 24px;
    }
    section.packed_auditorium .row {
        gap: 20px;
    }
    .common-section {
        padding: 50px 0px;
    }
    section.video_play {
        padding: 0px 0 50px;
    }
    section#about_ionis .section-title p, .Block-content p strong {
        font-size: 16px;
    }
    section.video_play.packed_auditorium {
        padding: 50px 0 50px;
    }
    footer .nav_links {
        justify-content: center;
    }
}
@media (max-width: 370px) {

  section#about_ionis .section-title p br {
    display: none;
  }

}