@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0%;
    font-family: Open Sans;
    padding: 0%;
}

body {
    background-color: #27dafa12 !important;
}

.dropdown-item {
    display: block;
}

.nav-item {
    padding: 10px;
    padding-left: 30px;
    text-align: right;
    font-weight: 500;
    color: #fffafa !important;
}

.footer-border {
    border-right: black solid 1px;
}


.main-nav-container {
    position: absolute !important;
    top: 30px !important;
    left: 5% !important;
    right: 5% !important;
}

.top_nav_sticky {
    margin-bottom: 20px;
}

.main-nav-container {
    position: relative !important;
    z-index: auto !important;
}

#header {
    z-index: 100;
    background-color: #ffffff !important;
    color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        padding: 18px;
        background-color: #0685FD;
        align-items: center;
        color: #000;
    }
}

#header.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background: white !important;
    box-shadow: 0px 2px 4px grey !important;
    transition: 0.5s ease-in-out !important;
}

.top-nav-sticky {
    position: absolute;
    left: 5%;
    right: 5%;
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 2px 4px grey;
    animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
    transition: 0.5s;
    left: 0;
    right: 0;
    border-radius: 0px;
}

.main-nav-container {
    position: absolute;
    top: 30px;
    background: white;
    left: 5%;
    right: 5%;
    border-radius: 10px;
}

.nav-css {
    color: white !important;
}

.nav-css.sticky {
    color: #000;
}

.inner-banner-container {
    height: 100vh;
    object-fit: cover;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-colour {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    top: 0;
    left: 0;
}

.hero_container {
    position: absolute;
    color: whitesmoke;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
    text-align: center;
    word-wrap: break-word;
    max-width: 500px;
    margin: auto;
    z-index: 2;
}

.hero_container h1 {
    font-size: 55px;
    font-size: 700;
}

.hero_container p {
    font-size: 18px;
    font-weight: 400;
    text-align: center !important;
    line-height: 30px;
}

.play-button {
    border: 1px solid white;
    border-radius: 50px !important;
    padding: 6px 20px;
}

.btn-contact {
    border: 1px solid white;
    border-radius: 50px !important;
    text-decoration: none;
    color: #000;
    padding: 6px 20px;
}

.btn-contact:hover {
    background-color: #0685FD;
    color: white;
}

.button button:hover {
    color: #ffffff;
    background-color: #0685FD;
    border: 1px solid white;

}

.logo_1 {
    height: 78px;
    width: 100px;
    object-fit: cover;
    margin: 0%;
    padding: 0% !important;
}

.navbar {
    transition: background 0.4s ease-in-out;
}

.navbar .nav-link,
.navbar .btn {
    color: black !important;
    font-weight: 500;
    transition: color 0.5s;
}

#header.sticky .btn-contact {
    border-color: black;
}

.banner-buttom-icons {
    background-color: rgba(0, 0, 0, 0.404);
    height: 12%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icons-section {
    display: flex;
    gap: 20px;

    align-items: center;
    justify-content: center;
}

.list li a {
    text-decoration: none;
    color: #ffffff;
}

.card {
    box-shadow: 0px 1px 5px rgb(139, 137, 137);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-top:hover {
    background-color: #00000071 !important;
    z-index: 100px !important;
}

.overlay {
    background-color: #f1ecec00 !important;
}

.overlay:hover {
    background-color: #00000018 !important;
    z-index: 100px !important;
    position: absolute;
    top: 0px;
    left: 0px;
}

.card-img-box {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 250px;
}

.card-img-box:hover .card-img-top {
    transform: scale(1.1);
}

.card-img-top {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
    object-fit: cover;

}

.inner-container p {
    display: flex;
    padding-top: px;
    align-items: center;
    justify-content: center;
}

.icons {
    text-decoration: none;
    color: #fffafa;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listen-section {
    color: rgb(255, 255, 255);
}

.listen-icon {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
    font-weight: 500;
}

.listen-icon:hover {
    color: #0685FD;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

#single-page-heading {
    margin-bottom: 8px;
}

.section-heading i {
    margin-top: 8px;
    font-size: 20px;

    font-weight: 650;
}

.section-heading h3 {
    font-size: 38px;
    color: #0685FD;
    font-weight: 700;
}

.section-heading p {
    margin-top: 17px;
    font-size: 22px;
    font-weight: 500;

}

.card-content-points {
    display: flex;
}

.card-content-points p {
    padding-top: 25px;
}

.play-icon {
    padding: 10px;
    font-size: 50px;
    font-size: 100;
}

.small {
    font-size: 17px;
    font-weight: 450;
}

.card-para {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3%;
    color: #504a4a !important;
    text-align: justify !important;
}

.card-title {
    font-size: 25px;
    font-weight: 600;
}

.about-section {
    background-color: #FFFFFF !important;
}

.about-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 50px;
}

.about-img-section {
    position: relative;
}

.about-top-img {
    position: absolute;
    top: 0%;
    right: 0%;
}

.top-img {
    border-radius: 0px 45px 0px 45px;
    width: 250px;
    height: 100px;
}

.about-down-img {
    position: absolute;
    bottom: -6%;
}

.down-img {
    border-radius: 0px 45px 0px 45px;
    width: 250px;
    height: 150px;
    object-fit: cover;
}

.about-content {
    margin: 20px;
}

.about-content h1 {
    font-size: 38px;
    font-weight: 600;
    text-align: justify;
}

.about-content-top {
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 50px;
}

.about-content-top h5 {
    font-weight: 700 !important;
}

.about-content p {
    font-size: 17px;
    font-weight: 450;
    text-align: justify;
}

.views-section {
    padding-bottom: 115px;
    position: relative;
    background-color: #FFFFFF;
}

.views-img {
    border-radius: 50px 50px 0 0;
    height: 45vh;
    width: 100%;
    object-fit: cover;
}

.btn:hover {
    background-color: #0685FD !important;
    transition: transformation all ease;
    color: #F2F2F2 !important;
    border: 1px solid white;

}

.views-buttom-head {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 30px 30px 0 0;
    box-shadow: 0px 2px 4px rgb(31, 30, 30) !important;
}

.views-icon {
    font-size: 40px;
    color: #352109d7;
}

.views-buttom-body {
    background-color: #686a6d;
    color: #F2F2F2;
    padding: 10px;
}

.views-buttom-body h1 {
    font-size: 36px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.views-buttom-body p {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.views-buttom {
    border-radius: 50px !important;
}

.views-number {
    margin-top: 4px;
    position: absolute;
    bottom: 50px;
    left: 20%;
    right: 20%;
}

.why-us {
    padding: 5%;
    /* background-color: #F2F2F2; */
}

.why-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
}

.why-heading h1 {
    font-size: 50px;
}

.why-us-img {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    object-fit: cover;
}

.why-us-content h4:hover {
    color: #0685FD;
}

.why-icon {
    height: 60px;
    width: 60px;
    padding: 5px !important;
    background-color: #dde8f8;
    border-radius: 50%;
    font-size: 40px;
    color: #0685fd;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;


}

.why-icon-img {
    height: 60px;
    width: 60px;
    padding: 5px !important;
    background-color: #fcfcfc;
    border-radius: 50%;

}

.see-all-btn {
    border-radius: 20px;
    border: #000 solid 1px;
    padding: 10px 25px;
    background-color: #ffffff !important;
    margin: 20px;
    color: rgb(7, 7, 7);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s ease-in-out;
}

.see-all-btn:hover {
    background-color: #0685FD !important;
    color: white;
    border: 1px solid white;
}

.why-us-content h4 {
    font-size: 26px;
    font-weight: 600;
}

.chose-us-content {
    padding-left: 10px !important;
}

.chose-us-content p {
    font-size: 17px;
    font-weight: 500;
}

.text-start h6 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    font-weight: 600 !important;
}

.testimonial-section {
    background-color: white;
    padding-top: 60px;
}

.testimonial-card {
    position: relative;
    text-align: center;
    background-color: white;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px;
    transition: transform 0.6s ease;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.image-wrapper img {
    border: 5px solid #0685FD;
    width: 100px;
    height: 100px;
    object-fit: cover;
    background-color: white;
    border-radius: 50%;
}

.image-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-orange {
    border-color: #0685FD !important;
}

.quote-icon {
    position: absolute;
    background-color: #eaeaea;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    color: #666;
}

.quote-buttom {
    bottom: -50px;
    right: 25px;
    transform: translateY(-50%);
}

.quote-top {
    top: 0px;
    left: 40px;
    transform: translateY(-50%);
}

.testimonial-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.testimonial-footer small {
    font-size: 15px;
    font-weight: 500;
}

.testimonial-text {
    color: #333;
    line-height: 1.6;
}

.testimonial-text p {
    font-size: 17px;
    font-weight: 500;
}

.service-card {
    position: relative;
    background-color: white;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px;
    transition: transform 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-10px);
}

.read-btn:hover {
    text-decoration: none;
    color: rgb(255, 249, 249);
    background-color: #0685FD;
    padding: 10px;
    border: none;
}

#inquiryform {
    width: 500px;
}

#inquiryform input {
    background-color: rgb(255, 237, 216);
}

.read-btn {
    border-radius: 4px;
    border: none;
    color: #272525;
    text-align: center;
    border: #000 solid 1px;
    border-radius: 20px;
    font-size: 15px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    margin: 9px;
}

.read-btn span {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
}

.read-btn span:after {
    content: '\00bb';
    opacity: 0;
    top: 0;
    transition: 0.5s;
}

.read-btn:hover span:after {
    opacity: 1;
    right: 0;
}

.service-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.service-text h3 {
    font-size: 29px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
}

.service-icon {
    position: absolute;
    background-color: #0685FD;
    border-radius: 50%;
    font-size: 18px;
    color: #fcfcfc;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.quote-top {
    top: 0px;
    left: 40px;
    transform: translateY(-50%);
}

.contact-image {
    height: 530px;
    width: 500px;
    border-radius: 30px;
    object-fit: cover;
}

.media-wrapper {
    width: 100%;
    height: 60%;
}

.podcast-footer {
    background-color: #000000;
    font-family: 'Segoe UI', sans-serif;
    margin: 0%;
}

.podcast-footer h5 {
    color: white;
}

.podcast-footer a {
    color: #ffffff;
    text-decoration: none;
}

.podcast-footer a:hover {
    color: #0685FD;
    text-decoration: underline;
}

.podcast-footer .social-icons a {
    margin-right: 15px;
    color: #ffffff;
    font-size: 28px;
    transition: color 0.3s ease;
}

.podcast-footer .social-icons a:hover {
    color: #0685FD;
}

.marquee-img {
    height: 30px;
    width: 70%;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-marquee 15s linear infinite;
}

.marquee-img {
    height: 70px;
}

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

    100% {
        transform: translateX(-50%);
    }
}

.footer-buttom {
    text-align: center;
    color: white;
}

.footer-buttom-block {
    text-align: center;
}

.footer-buttom-block p {
    font-size: 22px;
    color: rgb(255, 255, 255);
}

.footer-contents p {
    align-content: justify;
    color: white;
}

.contact-banner {
    object-fit: cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3;
}

.contact-overlay {
    background-color: #00000067;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-overlay h1 {
    z-index: 100;
}

.contact-overlay p a {
    text-decoration: none;
    font-size: 18px;
    color: white;
}

.contact-overlay-heading h1 {
    z-index: 100;
}

.overlay-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.banner h1 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.contact-card {
    background-color: white;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.form-section {
    margin: 0 auto;
    padding: 2rem;
    font-family: sans-serif;
}

.form-section h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row input {
    flex: 1;
    text-decoration: none;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    width: fit-content;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form button:hover {
    background-color: #0685FD;
    border: 2px solid white;
}


input:focus,
textarea:focus {
    outline: none;
    border: 2px solid #282727;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.about-page-block {
    background-color: white;
    border-radius: 50px, 0px, 50px, 0px;
}

.team-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: solid #0685FD 5px;
    display: flex;
    justify-content: center;
}

.team-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-block-content h3 {
    font-size: 20px;
    font-weight: 600 !important;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.team-block-content h6 {
    color: #0685FD;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.team-block-content p {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.team-card {
    margin-bottom: 30px;
}

.top-listen-icon {
    font-size: 30px;
    color: #352109d7;
    border-radius: 50%;
}

.top-listen-block {
    position: relative;
}

.top-listen-block h5 {
    font-weight: 700;
    text-align: start;
    font-size: 25px;
}

.top-listen-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.podcast-card {
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.podcast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.like-count {
    background: white;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 10px;
}

.faq-card {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
}

.faq-card:hover {
    transform: translateY(-3px);
    border-color: #0685FD;
    box-shadow: 0 5px 15px rgba(255, 79, 0, 0.2);
}

.accordion-button {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #0685FD;
    color: #fff;
}

.accordion-body {
    background: #f9f9f9;
    border-radius: 0 0 12px 12px;
}

.videos {
    display: flex;
    gap: 10px;
}

.inner-show-page {
    margin: 0%;
}

.show-page-main-img {
    width: 100% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
}

.show-side-block {
    position: sticky;
    top: 80px;
    margin-left: 20px;
}

.show-page-block {
    margin: 0%;
    position: relative;
}

.show-side-inner-block {
    position: sticky;
    top: 80px !important;
    padding: 10px;
}

.show-page-side-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 20px;
}

.show-side-card {
    border-radius: 10px;
    box-shadow: 0px 1px 6px rgb(151, 150, 150) !important;
    background-color: #ffffff;
}

.show-side-card-content h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    color: #5f5b5b;
}

.show-side-card p {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #1d1c1c;
}

.show-image {
    height: 500px;
    width: 700px;
}

.show-para p {
    color: #3b3b3b;
    line-height: 30px;
    font-size: 17px !important;
    font-weight: 400;
    text-align: justify;
}

.show-img {
    height: 18vh;
    width: 8vw;
    border-radius: 20px;
}

.show-side-topic {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0px;
    line-height: 36px;
}

.footer-list li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 23px !important;
}

.media-center {
    display: flex;
    justify-content: center;
}

.privacy-page-img {
    height: 700px;
    width: 100%
}

.privacy-page-title {
    font-size: 30px;
    font-weight: 500px;
    display: flex;
    justify-content: center
}

.privacy-section p {
    color: rgb(51, 49, 49);
    font-size: 17px;
    font-weight: 400;
}


@media screen and (max-width:500px) {
    .inner-container p {
        display: none;
    }

    .section-heading p {
        margin-top: 0px;
    }

    .banner-icons p {
        display: none;
    }

    .listen-icon span {
        display: none;
    }

    .card {
        margin-bottom: 30px;
    }

    .about-down-img {
        display: none;
    }

    #view-col-numbers {
        display: none;
    }

    .about-top-img {
        display: none;
    }

    .views-img {
        border-radius: 50px 50px 0 0;
        height: 40vh;
        width: 100%;
    }

    #card-responsive {
        display: none;
    }

    .why-us-content {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .see-all-btn {
        margin: 0px;
    }

    .section-heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0%;
    }

    .why-us {
        padding: 0%;
    }

    .section-heading i {
        display: none;
    }

    .service-card {
        margin-bottom: 40px;
    }

    .testimonial-card {
        margin-bottom: 40px;
    }

    .views-section {
        padding-bottom: 100px;
        position: relative;
        background-color: #FFFFFF;
    }

    .views-number {
        margin-top: 4px;
        position: absolute;
        bottom: 35px;
        left: 20%;
        right: 20%;
    }

    .about-img {
        height: 350px;
    }

    .show-page-main-img {
        height: 350px;
    }

    .why-us-img {
        height: 300px;
    }

    .about-content-top {
        margin-top: 0px;
    }

    .team-block-content h3 {

        display: flex;
        justify-content: start;
    }

    .team-block-content h6 {

        display: flex;
        justify-content: start;
    }

    .media-center {
        display: flex;
        justify-content: start;
    }
}

@media screen and (max-width:900px) {
    #view-col-numbers {
        display: none;
    }

    #card-responsive {
        display: none;
    }

    .card {
        margin-bottom: 30px;

    }

    .about-content-top {
        margin-top: 10px;
    }

    .about-img {
        height: 400px !important;
    }

    .about-img {
        height: 400px;
    }

    .top-listen-img {
        height: 180px;
    }

    .team-card {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .media-center {
        display: flex;
        justify-content: start;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        padding: 18px;
        background-color: #0685FD;
        align-items: center;
        color: #000;
    }

    .team-block-content h3 {
        display: flex;
        justify-content: start;
    }

    .team-block-content h6 {
        display: flex;
        justify-content: start;
    }
}

@media screen and (max-width:1200px) {
    .contact-image {
        display: none;
    }

}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #0685FD !important;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #0685FD !important;
}

.view-btn {
    border-radius: 50px !important;
    color: #121212 !important;
    padding: 10px 30px !important;
    background-color: #ffffff !important;
    text-decoration: none;
    border: 1px solid black !important;
    transition: background-color 0.5s ease-in-out;
    position: relative;
    z-index: 2;
}

.view-btn:hover {
    background-color: #0685FD !important;
    position: relative;
    z-index: 2;
}

.dropdown-toggle::after {
    display: none !important;
}

.show-side-inner-block a {
    text-decoration: none;
}
 /* Hero Section Styles */
 .event-hero {
     height: 500px;
 }

 .hero-bg-container {
     z-index: 0;
 }

 .hero-overlay {
     background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
 }

 .hero-content-z {
     z-index: 10;
 }

 .gold-divider {
     width: 128px;
     height: 4px;
     background-color: #0685FD;
 }

 .hero-description {
     max-width: 700px;
 }

 /* Event Card Styles */
 .event-card {
     transition: all 0.3s ease-in-out;
 }

 .event-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
 }

 .event-image-wrapper {
     height: 280px;
 }

 .event-img-zoom {
     transition: transform 0.6s ease;
 }

 .event-card:hover .event-img-zoom {
     transform: scale(1.08);
 }

 /* Typography & Icons */
 .text-navy {
     color: #001f3f;
     /* Adjust based on your brand navy */
 }

 .icon-gold {
     color: #0685FD;
 }

 /* Button Gradient */
 .btn-gold-gradient {
     background: linear-gradient(to right, #0685FD, #27dafa);
     border: none;
     transition: opacity 0.3s ease;
 }

 .btn-gold-gradient:hover {
     opacity: 0.9;
     color: white;
 }

 /* Helper Class */
 .object-fit-cover {
     object-fit: cover;
 }
.event-desc{
    font-size: 20px;
}
/* Hero Styles */
.event-single-hero {
    height: 500px;
    background-color: #000;
}

.hero-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.gold-divider-hero {
    width: 128px;
    height: 4px;
    background: #0685FD;
}

.hero-max-width {
    max-width: 700px;
}

/* Content Styles */
.single-event-img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

.text-navy {
    color: #001f3f;
}

.icon-gold {
    color: #0685FD;
    font-size: 1.25rem;
}

/* Sidebar Styles */
.recent-event-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    flex-shrink: 0;
}

.text-primary-blue {
    color: #004a99;
    /* Adjust to your brand blue */
}

.hover-blue:hover {
    color: #004a99 !important;
}

.last-child-border-0:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Helper Utilities */
.object-fit-cover {
    object-fit: cover;
}

.transition-colors {
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .event-single-hero {
        height: 400px;
    }

    .border-md-end {
        border-right: none !important;
    }
}
.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Custom Sidebar Ad Styling */
.ad-sidebar-img {
    /* 'rounded-xl' in Tailwind is usually 0.75rem or 1rem */
    border-radius: 1rem;
    display: block;
    /* Ensures it doesn't overflow its container */
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Optional: Slight hover effect to make it feel like a real ad */
.ad-sidebar-img:hover {
    transform: scale(1.02);
    filter: brightness(1.05);
}

.ads-container {
    width: 100%;
    overflow: hidden;
}
/* --- Global & Variables --- */
:root {
    --brand-blue: #00B3EA;
    --navy-dark: #0a192f;
    --gold-main: #c5a059;
    /* Classic gold for medical luxury */
    --light-bg: #f8f9fa;
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
}

.hero-bg-container {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-cover: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
}

.gold-divider {
    width: 80px;
    height: 4px;
    background: var(--gold-main);
}

.breadcrumb-nav a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-nav a:hover {
    color: var(--brand-blue);
}

/* --- Contact Info Cards --- */
.info-card {
    background: var(--light-bg);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    font-size: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.info-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy-dark);
}

.gold-link {
    color: var(--brand-blue);
    text-decoration: none;
    font-weight: 600;
}

/* --- Appointment Form --- */
.appointment-form-container {
    background: white;
    padding: 3rem;
    border-radius: 1.5rem;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-control,
.form-select {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 0.25rem rgba(0, 179, 234, 0.25);
}

.btn-gold {
    background: var(--brand-blue);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-gold:hover {
    background: var(--navy-dark);
    color: white;
    transform: translateY(-2px);
}

/* --- Utilities --- */
.relative-z {
    position: relative;
    z-index: 10;
}
