@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins" !important;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}


/* ===========================
   OUR PROGRAMS – EQUAL HEIGHT
=========================== */

.course-inner .row {
    display: flex;
    flex-wrap: wrap;
}

.course-inner .col-lg-3,
.course-inner .col-md-6 {
    display: flex;
}

/* Card */
.course-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    padding: 30px 20px;
}



/* Text wrapper */
.course-text {
    flex-grow: 1; /* 🔥 main magic */
}

/* Title */
.course-text h3 {
    min-height: 60px; /* titles equal */
    display: flex;
    align-items: center;
}

/* Description */
.course-text p {
    min-height: 150px; /* description equal */
    line-height: 1.6;
}

/* Read More always bottom */
.course-box a {
    margin-top: auto;
    color: #fcb034;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .course-text h3 {
        min-height: auto;
    }
    .course-text p {
        min-height: auto;
    }
}


.secGap {
    padding: 60px 0px;
}

section.news-sec.common-content {
    padding: 60px 0px 60px 0px !important;
    background-color: #eee;
}

.common-content h2 {
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #131733;
}

.new p {
    padding: 24px 0px;
}

.new h2 {
    font-size: 56px;
}

.common-content p {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
}

section.accreditation-recognition {
    padding: 56px 0px;
    background-color: #fff !important;
}



/* -------------=====: Navbar style :=====-------------- */

.container-fluid {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
}


.header-left-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-right-item {
    text-align: end;
}

.header-right-item a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #faaf3f;
}

.top-header-left p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}

.top-header-left i {
    font-size: 15px;
    color: #fff;
}

.top-header {
    padding: 8px 0px;
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.1);
    background-color: #121733;
}

.default-navbar .nav-link {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #131313 !important;
    padding: 0px 0px !important;
}

.navbar-nav {
    gap: 24px;
}

.navbar {
    padding: 8px 0px;
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    padding: 0px;
}






.banner {
    background-image: url("../img/Background-img.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
    background-color: #434768 !important;
    
    
}
@media (min-width: 768px) and (max-width: 1024px) {
    html, body {
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }
}

 html, body {
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }

.banner::before {
    background-color: #131733 !important;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
}

.banner-caption img {
    padding: 16px 0px;
    width: 144px;
}

.banner-caption h2 {
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-bottom: 24px;
}

.banner-caption p {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0px 20px;
}

.banner-caption h4 {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.banner-caption .default-btn {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 8px 36px;
    border-radius: 8px;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.default-btns {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #131733;
    padding: 8px 20px;
    border-radius: 8px;
    background-color: #F9AF3F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.default-btns:hover {
    background: #fff;
    color: #131733;
}

.default-btns {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.default-btns i {
    transition: transform 0.3s ease;
}

.default-btns:hover i {
    transform: translateX(6px);
}

.default-btn:hover {
    background: #F9AF3F;
    color: #131733;
}

.default-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.default-btn i {
    transition: transform 0.3s ease;
}

.default-btn:hover i {
    transform: translateX(6px);
}

.benfit-box-icon {
    min-width: 32px;
    min-height: 32px;
    border-radius: 32px;
    background-color: rgba(19, 23, 51, 0.07);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.benfit-box-icon i,
.benfit-box-icon img {
    font-size: 14px;
    width: 14px;
}

.benfit-box {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.benfit-box-text h3 {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #131733;
}

.benfit-box-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #929292;
}

.university-benfit {
    padding: 48px 0px;
    background-color: #fff;
}

section.university-admissions {
    background-color: #fff;
}

.admissions-text {
    background-image: url("../img/apply-admission.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    padding-left: 72px;
    padding-right: 8rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background-color: #434768 !important;
}

.admissions-text::before {
    background-color: #131733;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
}

section.university-feature {
    background-color: #fff;
}

.admissions-text span {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #fff;
    margin: 16px 0px 8px;
}

.recognition-icon {
    text-align: center;
    width: 250px;
    height: 120px;
}

.recognition-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    /*mix-blend-mode: luminosity;*/
    
}

.recognition-inner {
    margin-top: 40px;
    padding-bottom: 20px;
}

.about-caption img {
    width: 90px;
    margin-bottom: 11px;
}

.about-us {
    background-image: url("../img/about-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 30px 0px;
}

.about-caption span {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.30;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 8px;
    display: inline-block;
}

.about-caption p {
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #fff;
    padding-bottom: 24px;
}

.feature-icon img {
    width: 50px;
    margin-bottom: 13px;
}

.feature-text p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #0a0a0a;
}

.feature-inner {
    padding: 48px 0px;
}

.university-course {
    background-image: url("../img/our-course.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}



.course-info {
    position: relative;
    z-index: 9;
}

.course-inner {
    margin-top: 40px;
    position: relative;
    z-index: 9;
}

.course-text p {
    padding: 10px 0px;
}

.course-box a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f9af3f;
}

.course-box a:hover {
    text-decoration: underline !important;
    transform: translateY(-2px);
}

.course-text h3 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #f9af3f;
    margin-top: 15px;
    margin-right: 12px;
}

.course-box {
    padding: 0px 25px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-caption p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: rgba(22, 22, 22, 0.55);
    padding: 16px 0px 8px;
}

.blog-caption h3 a {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}

.recent-blog-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.recent-blog-item .blog-caption p {
    font-size: 16px;
    padding: 0 0px 7px;
}

.recent-blog-item .blog-caption h3 {
    font-size: 18px;
    margin-right: 3.5rem;
}

.recent-blog-img img {
    width: 106px;
     height: 86px;
     border-radius: 8px;
}

.recent-blog-img {
    width: 106px;
    height: 86px;
    flex-shrink: 0;
}

.recent-blog-img img {
    width: 100%;
    height: 100%;
      /* No crop */
    background: transparent; 
}
.blog-img {
    width: 100%;
    height: 300px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.recent-blog {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
    padding-left: 10px;
}

.news-title {
    margin-bottom: 24px;
}

.news-title h3 {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #161616;
}

.news-title p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: rgba(22, 22, 22, 0.55);
}

.news-link {
    padding: 60px 60px 40px 32px;
    background-color: #131733;
}

.news-link-item li a {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #fff;
}

.news-link-item li a:hover{
    
    text-decoration: underline !important;
    transform: translateY(-2px);
    color: #F9AF3F !important;
}

.news-link-item p {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 16px !important;
}

.news-link-btn {
    padding: 35px 64px 35px 48px;
    background-color: #f9af3f;
}

.news-link-btn a {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #131733;
}

.news-link-btn a img {
    width: 88px;
}

.news-link-item ul {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 0;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
}

.affiliations-text h3 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.affiliations-text h2 {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.affiliations-text p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 6px;
}

.affiliations-box {
    padding: 100px 50px 100px;
}

.bg-img::before {
    background-color: #131733;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
}

.affiliations-inner {
    margin-top: 32px;
}

.bridgetown-caption p {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #161616;
}

.bridgetown-caption h2 {
    font-size: 56px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #161616;
    padding-top: 15px;
}

.bridgetown-wapper {
    width: 100%;
    height: 390px;
}

.bridgetown-inner {
    margin-top: 80px;
}

.testimonial-inner {
    position: relative;
    margin-top: -20px;
}

.faq h2 {
    color: #F9AF3F !important;
    text-align: center;
}


.testimonial-inner::after {
    background-image: url(../img/galler-view.webp);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -46%);
    z-index: 99;
    width: 540px;
    height: 650px;
    background-repeat: no-repeat;
    background-size: 92%;
}

.bridgetown-wapper img {
    height: 100%;
    object-fit: contain;
}

.testimonial-inner .owl-carousel .owl-stage {
    padding: 60px 0px;
}

.bridgetown-btn a {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 15px 36px 14px;
    border-radius: 8px;
    background-color: #131733;
    display: inline-block;
}

.bridgetown-btn a span {
    font-weight: 600;
}

.bridgetown-btn a img {
    cursor: pointer;
}

.bridgetown-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 99;
}

/* Popup message */
.copy-msg {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #131733;
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    white-space: nowrap;
    z-index: 99;
}

.copy-msg.show {
    opacity: 1;
}

/* Icon animation */
.copy-animate {
    animation: copyBounce 0.4s ease;
}

@keyframes copyBounce {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.bridgetown-btn {
    margin-top: 10.5rem;
}


.play-btn img {
    width: 80px !important;
}



.testimonial-wapper {
    position: relative;
    height: 477px;
    
}

.testimonial-wapper img {
    border-radius: 10px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
}

.video-caption h3 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #f9af3f;
}

.video-caption p {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.video-caption {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.testimonial-wapper::after {
    padding: 58px 82px 15px;
    background-image: linear-gradient(to bottom, rgba(19, 23, 51, 0), #131733 200%);
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    right: 0;
    bottom: 0;
}

.student-inner {
    margin-top: 35px;
}

.search-course {
    background-image: url("../img/course.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
    
}

.search-course::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #131733;
    opacity: 0.6;
    z-index: -9;
}

.search-inner button {
    padding: 16px 0px;
    border-radius: 108px;
    background-color: #f9af3f;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border: 0;
}

.search-inner button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    justify-content: center;
}

.search-inner button i {
    transition: transform 0.3s ease;
}

.search-inner button:hover i {
    transform: translateX(6px);
}

.search-inner button:focus,
.btn.active,
.btn:first-child:active {
    background-color: #f9af3f;
}

.search-inner button:hover {
    background: #131733;

}

.form-control,
.form-select {
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, 0.77);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;

}

.search-inner h2 {
    margin-bottom: 16px !important;
    text-align: center;
}

.university-faq {
    background-color: #131733;
}

.accordion-item {
    color: #fff !important;
    background-color: transparent !important;
    border-bottom: 0.7px solid #fff;
    border-radius: 0 !important;
}

.accordion-items {
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.accordion {
    --bs-accordion-color: #fff !important;
    --bs-accordion-bg: #fff !important;
    --bs-accordion-border-color: transparent !important;
    border-radius: 0;
}

.accordion-button {
    background-color: transparent !important;
    color: #fff !important;
    padding: 15px 0px;
    font-size: 22px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.27 !important;
    letter-spacing: normal;
    color: #fff !important;
    margin-bottom: 0 !important;

}

.accordion-button::after {
    filter: brightness(0) invert(1);
    background-size: 16px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(92%) sepia(11%) 
            saturate(7379%) hue-rotate(326deg) brightness(99%) 
            contrast(97%);
    font-weight: 800 !important;     /* Make arrow bold */
}

/* FIX icon cutting issue */
.accordion-button::after {
    width: 1.3rem;          /* Increase icon width */
    height: 1.3rem;         /* Increase icon height */
    background-size: 1.3rem;
    right: 15px;            /* Move slightly left to avoid cutting */
}

/* Space so icon never cuts */
.accordion-button {
    padding-right: 0.5rem !important;
}
.accordion-body {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.58);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

footer {
    background-color: #0b0d20;
}

.footer-contact img {
    width: 300px;
    margin-bottom: 24px;
}

.footer-contact a {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-link a {
    width: 26px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link a i {
    color: #131733;
    font-size: 14px;
}

.footer-about h3 {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding-bottom: 16px;
}

.footer-about p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.footer-about li a {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 12px;
    display: inline-block;
}

.address {
    padding-right: 1rem;
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
}

.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.close-video {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

/* Responsive */
@media(max-width: 600px) {
    .close-video {
        top: -25px;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .mobile-right {
        position: fixed;
        top: 0;
        right: -250px;
        /* hidden */
        width: 250px;
        height: 100%;
        background: #fff;
        padding: 20px;
        transition: right 0.35s ease-in-out;
        /* smooth */
        z-index: 9999;
    }

    .mobile-right.show {
        right: 0;
        /* slide in */
    }

    .mobile-close-btn {
        text-align: right;
        margin-bottom: 15px;
    }

    .close-menu {
        background: none;
        border: none;
        font-size: 32px;
        cursor: pointer;
        line-height: 1;
    }
}
@media only screen and (min-width: 992px) {
    .mobile-close-btn {
        display: none !important;
    }
}


.blog-cat a {
    color: #161616 !important; /* category color */
}

.blog-caption h3 a:hover {
    color: #F9AF3F !important; /* hover color for title */
}





.footer-bottom {
    background: #0b0d20;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}

.footer-bottom p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.footer-bottom p:hover {
    color: #f9af3f;
}

.footer-bottom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-menu li {
    display: inline-block;
    margin-left: 15px;
}

.footer-bottom-menu li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer-bottom-menu li a:hover {
    color: #f9af3f;
}

.about-us {
    background: #FFEDD2; /* image jaisa light beige */
    /*padding: 80px 60px;*/
}

.about-caption h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.about-caption span {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.about-caption p {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
}


.feature-box img {
    height: 60px;
    margin-bottom: 20px;
}

.feature-box p {
    font-size: 16px;
    font-weight: 500;
    max-width: 330px;
    margin: 0 auto;
    color: #000;
}

.biu-footer {
    background: radial-gradient(circle at top, #0d1430, #050918);
    padding: 80px 40px;
    color: #fff;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-text {
    font-size: 16px;
    line-height: 1.7;
    color: #d1d5e0;
    margin-bottom: 10px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-box ul li {
    margin-bottom: 14px;
}

.footer-box ul li a {
    color: #d1d5e0;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-box ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #0a0f2c;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #f5c16c;
    color: #000;
}

