* {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
}

body {
    font-family: "Montserrat", sans-serif;
    font-family: "Noto Sans Bengali", sans-serif;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/*-=================================================================================== 
                                menu CSS Start 
===================================================================================-*/
.top-bar {
    background: #d0d3d8;
    padding-top: 16px;
}

.top-bar .title-top {
    background: #45225a;
    padding: 15px 35px;
    padding-top: 20px;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.top-bar .title-top h4 {
}

.top-bar .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    transition: all linear 0.3s;
    padding-top: 15px;
    padding-bottom: 1px;
    border-bottom: 3px solid #f5f5ef;
    margin-bottom: 10px;
}

.top-bar .nav-link.active {
    color: #000;
}

.top-bar .btn {
    color: #fff;
    transition: all linear 0.3s;
    text-align: center;
    margin-left: 5px;
    border-radius: 4px;
    background: #000;
}

.top-bar .dropdown-menu {
    min-width: 117px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    overflow: hidden;
}

.top-bar .dropdown-item {
    padding: 10px 1rem;
    font-weight: 500;
    color: #212529;
}

.top-bar .dropdown-item:hover {
    color: #fff;
    background: #333;
}

.top-bar .dropdown-item.active {
    color: #fff !important;
    background-color: #212529;
}

.top-bar .nav-item {
    margin: 0 15px;
    display: inline-block;
}

.top-bar .navbar-brand img {
    width: 100%;
    max-width: 170px;
}

.top-bar .nav-link:focus {
    color: #000;
}

.top-bar .main-item {
    margin: 0 50px;
    padding-top: 30px;
    border-top: 1px solid #d4d4d4;
}

.navbar-brand {
    width: 100%;
}

.top-bar .text-right {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-bar .text-left {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-bar .text-left h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #45225a;
}

.top-bar .text-left h3 {
    font-family: "Ancizar Serif", serif;
    font-size: 30px;
    color: #45225a;
}

.top-bar .text-right h2 {
    font-weight: 700;
    padding-bottom: 10px;
    color: #45225a;
}

.top-bar .text-right h3 {
    padding-bottom: 10px;
    color: #45225a;
}

.top-bar .text-right a i {
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all linear 0.3s;
    text-align: center;
    margin-left: 5px;
    border-radius: 4px;
    background: #000;
}

.top-bar .text-right a i:hover {
    background: #45225a;
}

.navbar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    background: #333;
}

.navbar .nav-item {
    border-right: 1px solid #ddd;
    width: 100%;
}

.navbar .nav-item:first-child {
    border-left: 1px solid #ddd;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .dropdown-divider {
    margin: 0;
}

.navbar-light .dropdown-menu {
    min-width: 220px;
    padding: 0 20px;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    background-color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.navbar-light .dropdown-menu li a {
    padding: 10px 0;
    text-align: center;
    color: #ffff;
}

.navbar-light .dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #333;
}

#main-section {
}

#main-section .sub-menu {
    position: sticky;
}

#main-section .sub-menu .item {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 5px;
    margin-top: 40px;
}

#main-section .sub-menu .item-title {
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 3px;
    background: #45225a;
    margin-bottom: 15px;
    padding-top: 15px;
}

#main-section .sub-menu .item-title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#main-section .sub-menu .item ul {
    margin-left: 0;
    margin-top: 10px;
}

#main-section .sub-menu .item ul li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#main-section .sub-menu .item ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 550;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#main-section .sub-menu .item.inportent-links ul li i {
    padding-right: 15px;
}

.comment-accordion .accordion-button {
    padding: 1rem 0;
}

.comment-accordion .accordion-button:not(.collapsed) {
    color: #45225a;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.comment-accordion h6 {
    color: #000;
}

.comment-accordion .accordion-body {
    padding: 1rem 0;
    padding-top: 0;
}

.comment-accordion {
}

.faq-answer {
    max-height: 8em;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

.faq-answer.expanded {
    max-height: none;
}

.toggle-answer {
    font-size: 14px;
    padding: 0;
    border: none;
    background: none;
    color: #0d6efd;
    cursor: pointer;
}

.marquee h4 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
    white-space: nowrap;
}

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

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

#main-section .content {
    background: #fff;
}

#introduction .banner-main {
    position: relative;
}

#introduction .banner-main .left,
#introduction .banner-main .right {
    width: 25px;
    height: 40px;
    background:;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #333;
    cursor: pointer;
    font-size: 20px;
}

#introduction .banner-main .left {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99;
    transform: translateY(-50%);
}

#introduction .banner-main .right {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 99;
    transform: translateY(-50%);
}

.text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.text h2 {
    font-weight: 700;
}

.text .section-title {
    margin-bottom: 20px;
    background: #45225a;
    padding: 15px 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    border-left: 10px solid #d0d3d8;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-right: 13px;
}

.text .section-title a {
    color: #45225a;
    background: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    position: relative;
    top: -5px;
}

#introduction .text p,
#online-patients .text p {
    font-size: 18px;
}

.f-bold {
    font-weight: 700;
}

.read-more {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.main-btn {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-btn2 {
    background: #333;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-btn3 {
    margin-left: 10px;
    margin-top: 10px;
}

.main-btn3 a {
    font-size: 14px;
    background: #333;
    color: #fff;
    width: 100%;
    max-width: 100px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 15px;
}

.main-btn:hover {
    background: #333;
    color: #fff;
}

.main-btn2:hover {
    background: #000;
    color: #fff;
}

.main-btn3 a:hover {
    background: #000;
    color: #fff;
}

.ask-form {
    margin-top: 5px;
    padding-top: 25px;
}

.form {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 5px;
}

.form .form-select {
    padding: 7px 2.25rem 7px 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
}

.form .form-control {
    padding: 7px 7px 7px 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
}

.form .btn {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 10px 35px;
    margin-top: 15px;
    width: 100%;
}

.form .btn:hover {
    background: #333;
    color: #fff;
}

.payments {
    border: 1px solid #ddd;
    padding-top: 20px;
    padding: 25px;
    padding-bottom: 10px;
}

.payments h5 {
    padding-bottom: 15px;
}

.payments h4 {
    padding-bottom: 15px;
    font-weight: 700;
}

.b-text {
    margin-bottom: 20px;
}

.b-text p {
    font-size: 20px;
}

.blog-item {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

.discuss-disease.text h3 {
    font-weight: 700;
    padding-bottom: 8px;
    color: #000;
}

.discuss-disease ul {
    padding-left: 15px;
}

.discuss-disease ul li {
    list-style-type: disc;
    color: #000;
}

.discuss-disease h6 {
    color: #000;
}

.discuss-disease p {
    color: #000;
}

.img {
    padding-bottom: 25px;
}

#video iframe {
    width: 100%;
    height: 515px;
}

.ask-questions {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ask-questions input {
    border: 0;
    padding-left: 10px;
    width: 85%;
}

.ask-questions .btn:hover {
    color: #45225a;
}

.reply-part {
    padding-top: 20px;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.review i {
    color: #45225a;
    font-size: 35px;
    padding-bottom: 25px;
}

.reviews-section {
    margin-bottom: 50px;
    background: #fff;
    border-radius: 12px;
}

.reviews-section .sort-controls {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.reviews-section .review {
    min-height: 100%;
    border: 2px solid rgba(221, 221, 221, 0.47);
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.reviews-section .review h4 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
}

.reviews-section .review p {
    min-height: 50px;
}

.reviews-section .rating {
    display: block;
    margin-top: 5px;
    color: #f39c12;
    font-weight: 700;
}

.review-text {
    max-height: 4.5em;
    /* show approx. 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.review .see-more {
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

.review .see-more:hover {
    text-decoration: underline;
}

.form-control:focus {
    border-color: #45225a;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.form-control::placeholder {
    color: #000;
}

.form-select:focus {
    border-color: #45225a;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.video-link {
    position: relative;
    margin-top: 25px;
}

.video-link i {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    height: 100%;
    background: rgba(26, 21, 21, 0.451);
    transition: all linear 0.3s;
}

#footer {
    background: #000;
    padding: 15px 0;
    margin-top: 30px;
}

#footer p {
    color: #fff;
}

.socilal-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.socilal-links a i {
    font-size: 24px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all linear 0.3s;
    text-align: center;
    margin: 0 7px;
    border-radius: 50%;
    background: #fff;
}

.socilal-links a:hover i {
    color: #45225a;
}

#chamber-appointment .appointment-item {
    box-shadow: 0 0 5px 5px rgba(221, 221, 221, 0.4);
    border-radius: 15px;
    overflow: hidden;
    min-height: 157px;
    padding-bottom: 10px;
    margin-top: 25px;
}

#chamber-appointment .appointment-item h6 {
    background: #45225a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

#chamber-appointment .appointment-item p {
    padding: 2px 10px;
    font-size: 15px;
    text-align: start;
}

#chamber-appointment .appointment-item i {
    color: #45225a;
    width: 20px;
    text-align: left;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.page-link {
    color: #45225a;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #45225a;
    border-color: #45225a;
}

#blog-section {
    padding-top: 40px;
}

#blog-section h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 45px;
}

#blog-section p {
    padding-bottom: 15px;
    font-size: 18px;
}

#blog-section .blog-img {
    border-radius: 10px;
}

.tag span {
    background: purple;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    padding-bottom: 2px;
}

.social-share .btn {
    background: #fff;
    border: 0;
    padding: 0;
}

.social-share i {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

.social-share i.fa-facebook-f {
    background: #1877f2;
}

.social-share i.fa-instagram {
    background: purple;
}

.social-share i.fa-twitter {
    background: #1da1f2;
}

.social-share i.fa-youtube {
    background: #ff0000;
}

.social-share i.fa-pinterest {
    background: #e60023;
}

.social-share i.fa-link {
    background: #0000ff;
}

.social-share i.fa-share {
    background: #5ccc54;
}

.social-share i.fa-whatsapp {
    background: #25d366;
}

.social-share i.fa-linkedin-in {
    background: #0077b5;
}

.social-share i.fs {
    background: #1877f2;
}

.blog-footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-tags {
    padding-top: 7px;
}

.footer-tags a {
    font-family: "Montserrat", sans-serif;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-tags a.active {
    background: #009dff;
    color: #fff;
    border-color: #009dff;
}

.user-imgs img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.commlent-item .item {
    display: flex;
}

.commlent-item .item .text {
    padding: 0;
    padding-left: 20px;
}

.commlent-item .item .text .top {
    display: flex;
}

.commlent-item .text h5 {
    padding-right: 20px;
}

.commlent-item .text h6 {
    padding-right: 20px;
}

.commlent-item .text a {
    color: #000;
}

.reply-btn {
    background: none;
    border: none;
    color: #45225a;
    cursor: pointer;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.reply-form {
    margin-top: 10px;
    display: none;
}

.reply-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    resize: vertical;
}

.reply-form button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}

.reply {
    margin-left: 30px;
    padding: 10px;
    border-radius: 5px;
}

.comment-card {
    background: rgba(221, 221, 221, 0.62);
    margin-bottom: 30px;
}

.comment-card .comment-form {
    background: #fff;
    box-shadow: 0 0 6px 2px rgba(144, 144, 144, 0.28);
    padding: 40px 25px;
    padding-bottom: 60px;
}

.comment-card .comment-form h2 {
    font-weight: 700;
    padding-bottom: 25px;
}

.comment-card .comment-form textarea {
    min-height: 100px;
    font-size: 18px;
    font-weight: 600;
    background: #f4f4f4;
}

.comment-card .comment-form input {
    font-size: 18px;
    font-weight: 600;
    background: #f4f4f4;
}

.comment-card .comment-form label {
    font-size: 18px;
    font-weight: 600;
}

#contact-page {
    padding-top: 160px;
    background: linear-gradient(
        90deg,
        rgba(230, 26, 111, 1) 0%,
        rgba(42, 41, 149, 1) 100%
    );
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 100px;
    position: relative;
}

#contact-page .contact-top {
    position: absolute;
    top: -100px;
    width: 100%;
    padding: 20px;
}

#contact-page .item {
    background: #fff;
    border-radius: 7px;
    padding: 25px 15px;
    box-shadow: 0 1px 7px 0px rgba(55, 55, 55, 0.27);
    text-align: center;
}

#contact-page .item h6 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

#contact-page .item p {
    min-height: 45px;
}

#contact-page .item p a {
    color: #000;
}

#contact-page .item i {
    font-size: 50px;
    color: #45225a;
}

#contact-page .contact-form {
    padding: 15px;
}

#contact-page .bottom-part {
    padding: 0 40px;
}

#contact-page .text-part {
    padding: 15px;
    color: #fff;
}

#contact-page .text-part h2 {
    padding-bottom: 30px;
    font-weight: 400;
}

#contact-page .text-part h6 {
    padding-bottom: 20px;
    font-weight: 700;
}

#contact-page .text-part p {
    color: #ddd;
}

#contact-page .contact-form .form-control {
    background-color: transparent;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
}

/*
#contact-page .contact-form .form-control.message-fild {
    height: 150px;
}
*/
#contact-page .contact-form .form-label {
    color: #fff;
    font-weight: 600;
}

#contact-page .contact-form .form-floating textarea {
    min-height: 100px;
}

#contact-page .contact-form .form-floating label {
    color: #ddd;
}

#contact-page .contact-form input::placeholder {
    color: #ddd;
}

.contact-form .btn {
    background: #fff;
    color: rgba(230, 26, 111, 1);
    border-radius: 35px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;
    font-weight: 700;
}

.google-map iframe {
    width: 100%;
}

.write-review .modal-title {
    font-weight: 700;
}

.navbar-light .navbar-brand {
    max-width: 50px;
}

.review img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.review-main {
    position: relative;
}

.review-slider .slick-slide {
    margin: 0 12.5px;
    /* Adjust the 10px value to control the gap size */
}

.review-slider .slick-list {
    margin: 0 -12.5px;
    /* Negative margin equal to half the total horizontal gap */
}

.review-main .left2,
.review-main .right2 {
    width: 25px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #333;
    cursor: pointer;
    font-size: 20px;
}

.review-main .left2 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    transform: translateY(-50%);
}

.review-main .right2 {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 99;
    transform: translateY(-50%);
}

.rating-container {
    background: white;
    padding: 20px;
    padding-top: 0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
}

.rating-container .stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px 0;
}

.rating-container .star {
    font-size: 40px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.rating-container .star:hover,
.rating-container .star.hover,
.rating-container .star.selected {
    color: #fbbf24;
}

#rating-value {
    margin-top: 10px;
    font-weight: bold;
    color: #374151;
}

.b-img img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.video-link img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

/*** Presentation ***/
.presentation-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.presentation-card-link:hover {
    color: #45225a;
    text-decoration: underline;
}

.presentation-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    height: 100%;
    background-color: #fff;
    border-bottom: 3px solid #45225a;
}

.presentation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #00609d;
}

.presentation-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.presentation-card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.presentation-card-img:hover img {
    transform: scale(1.05);
}

.presentation-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-size: 1.5rem;
    color: #45225a;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.presentation-card-body {
    padding: 1rem 0.5rem;
}

.presentation-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.presentation-date {
    font-size: 1rem;
    color: #0000009f;
    margin-top: 0.1rem;
}

.presentation-date i {
    font-size: 0.875rem;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .presentation-card {
        border-radius: 10px;
    }

    .presentation-card-img {
        height: 180px;
    }

    .presentation-title {
        font-size: 1.1rem;
    }

    .presentation-card-body {
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {
    .presentation-card {
        box-shadow: none;
    }

    .presentation-card-body {
        padding: 0.5rem;
    }

    .presentation-title {
        font-size: 1rem;
    }

    .presentation-date {
        font-size: 0.9rem;
    }
}

.gallery-card-img {
    position: relative;
}

.gallery-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.gallery-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
}

.gallery-title {
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-date {
    font-size: 0.65rem;
}

/* Blog Overview */
.blog-body.overview {
    background: #f8f9fa;
    border-left: 5px solid #800080;
    padding: 20px 22px;
    border-radius: 8px;
    font-size: 15.5px;
    font-weight: 450;
    line-height: 1.7;
    color: #333;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.3s ease;
}

.blog-body.overview:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.blog-body.overview::first-letter {
    font-size: 32px;
    font-weight: bold;
    color: #800080;
    float: left;
    margin-right: 6px;
    line-height: 1;
}

.blog-body.overview .overview-title {
    font-weight: 600;
    margin-bottom: 8px;
    color: #800080;
}

.overview p {
    padding-bottom: 0 !important;
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .blog-body.overview {
        font-size: 14.5px;
        padding: 16px;
    }
}

/* Collage Grid */
.collage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.collage-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #eee;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.collage-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.collage-item:hover img {
    transform: scale(1.06);
}

.collage-item {
    height: 170px;
}

.collage-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    height: 354px;
}

.collage-item:nth-child(2),
.collage-item:nth-child(3),
.collage-item:nth-child(4),
.collage-item:nth-child(5) {
    grid-column: span 1;
}

.collage-item:nth-child(n + 6) {
    height: 150px;
}

@media (max-width: 992px) {
    .collage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .collage-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
        height: 240px;
    }
}

@media (max-width: 576px) {
    .collage-grid {
        grid-template-columns: 1fr;
    }

    .collage-item,
    .collage-item:nth-child(1) {
        grid-column: span 1;
        grid-row: span 1;
        height: 200px;
    }
}

/* Video Card */
.video-card {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

/* Image */
.video-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Play Button */
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 3;
    transition: all 0.3s ease;
}

.video-card:hover .video-play-icon {
    background: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Overlay */
.video-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));

    padding: 15px;
    color: #fff;
}

/* Title */
.video-title {
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Date */
.video-date {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
}

.video-player-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    background: #000;
}

.video-embed iframe {
    border: 0;
}

/* General PDF Card Styles */
.pdf-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
    transition: color 0.3s ease;
}

.pdf-card-link:hover {
    color: #45225a;
    text-decoration: underline;
}

/* Main PDF Card Styles */
.pdf-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    height: 100%;
    background-color: #fff;
    border-bottom: 3px solid #45225a;
}

.pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #45225a;
}

/* Image Section */
.pdf-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.pdf-card-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.pdf-card-img:hover img {
    transform: scale(1.05);
}

/* Icon inside the image */
.pdf-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-size: 1.6rem;
    color: #e30b5d;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.pdf-card-body {
    padding: 1rem;
    text-align: center;
}

/* Title Styles */
.pdf-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.pdf-title:hover {
    color: #45225a;
}

/* Date Styles */
.pdf-date {
    font-size: 1rem;
    color: #0000007a;
    margin-top: 0.2rem;
}

.pdf-date i {
    font-size: 0.9rem;
    margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pdf-card {
        border-radius: 12px;
    }

    .pdf-card-img {
        height: 180px;
    }

    .pdf-title {
        font-size: 1.1rem;
    }

    .pdf-card-body {
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {
    .pdf-card {
        box-shadow: none;
    }

    .pdf-card-body {
        padding: 0.5rem;
    }

    .pdf-title {
        font-size: 1rem;
    }

    .pdf-date {
        font-size: 0.9rem;
    }
}

.account-container {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.order-table th {
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 800;
}

.fw-semibold {
    font-weight: 550;
}

.fw-bold {
    font-weight: 800;
}

.small-muted {
    font-size: 0.85rem;
    color: #6b7280;
}

/* Badge styles */
.badge-soft {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.badge-soft-green {
    background: #e7f7ee;
    color: #0f5132;
}

.badge-soft-blue {
    background: #e7f1ff;
    color: #084298;
}

.badge-soft-yellow {
    background: #fff7e0;
    color: #664d03;
}

.badge-soft-red {
    background: #fde8ea;
    color: #842029;
}

.badge-soft-gray {
    background: #f1f3f5;
    color: #343a40;
}

.btn-black {
    background: linear-gradient(135deg, #45225a, #2b0f3a);
    color: #fff;
    border: none;
    padding: 6px 14px;
    font-size: 0.9rem;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-black:hover {
    background: linear-gradient(135deg, #000, #222);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.btn-black:active {
    transform: scale(0.97);
    box-shadow: none;
}

@media (max-width: 768px) {
    .btn-black.btn-sm {
        width: 100%;
    }
}

.menu-form {
    margin: 0;
}

.menu-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    color: inherit;
   font-size: 18px;
  font-weight: 550;
}

.menu-btn p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-btn:hover {
    background: #f5f5f5;
}

.user-avatar {
    padding: 10px;
    background: #f5f5f5;
}

.avatar-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.welcome-text {
    font-size: 13px;
    font-weight: 700;
    color: #666;
}

.user-name-text {
    font-size: 14.5px;
    font-weight: 600;
    color: #222;
}

.premium-box {
    background: linear-gradient(135deg, #fff7e6, #ffe8cc);
    border: 1px solid #ffd591;
    border-radius: 12px;
    padding: 25px 20px;
}

.premium-inner {
    max-width: 320px;
    margin: 0 auto;
}

.premium-icon {
    font-size: 25px;
    color: #d46b08;
}

.premium-title {
    font-size: 22px;
    font-weight: bold;
    color: #d46b08;
    margin-bottom: 5px;
}

.premium-text {
    font-size: 14px;
    color: #8c6d1f;
    margin-bottom: 5px;
}

.premium-box p {
    padding-bottom: 0 !important;
}

.premium-price {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
}

.btn-buy {
    background: #800080;
    color: #fff;
    border-radius: 8px;
    padding: 10px 22px;
    border: none;
    font-size: 15px;
    transition: 0.3s;
}

.btn-buy:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .form {
        padding: 10px;
    }

    .w-50 {
        width: 100% !important;
    }

    .form .btn {
        margin-top: 5px;
    }
}

/* Modal card */
.premium-modal .modal-content {
    background: #f4e6cf;
    border-radius: 14px;
    border: 1px solid #e7cfa5;
    padding: 35px 30px;
    text-align: center;
}

.premium-modal .premium-icon {
    font-size: 28px;
    color: #d97706;
    margin-bottom: 10px;
}

.premium-modal .premium-title {
    font-size: 22px;
    font-weight: 700;
    color: #b45309;
    margin-bottom: 10px;
}

.premium-modal .premium-text {
    color: #7c5a1c;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.premium-modal .premium-price {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.premium-modal .btn-buy {
    background: linear-gradient(135deg, #7e22ce, #9333ea);
    color: #fff;
    border-radius: 10px;
    padding: 12px 26px;
    font-weight: 700;
    border: none;
    transition: 0.25s;
}

.premium-modal .btn-buy:hover {
    background: linear-gradient(135deg, #6b21a8, #7e22ce);
    transform: translateY(-1px);
}

.premium-modal .modal-header {
    border: none;
}

.modal-dialog {
    max-width: 500px;
}

.account-container {
    font-size: 15px;
    padding: 15px;
    border: 1px solid #ddd;
}

.order-table th {
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 800;
    width: 35%;
}

.order-table td {
    vertical-align: middle;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
}

@media (max-width: 768px) {
    .order-table th {
        font-size: 14px;
    }
}

.account-container.no-padding {
    padding: 0 !important;
    border: 0 !important;
}

/* Appointment Fee Card */
.appointment-fee-summary {
    margin: 20px 0 24px;
    padding: 32px 24px;
    background: #f6f2f8;
    border: 1px solid rgba(69, 34, 90, 0.25);
    border-radius: 14px;
    text-align: center;
}

.appointment-fee-summary__head {
    background: none;
    padding: 0;
    margin-bottom: 8px;
}

/* title */
.appointment-fee-summary__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #45225a;
}

.appointment-fee-summary__title i {
    font-size: 22px;
    color: #45225a;
}

/* body */
.appointment-fee-summary__body {
    padding: 0;
}

/* price */
.appointment-fee-summary__amount {
    margin: 12px 0 16px;
    font-size: 36px;
    font-weight: 700;
    color: #45225a;
    letter-spacing: -0.5px;
}

/* note box */
.appointment-fee-summary__note {
    max-width: 420px;
    margin: 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(69, 34, 90, 0.25);
    background: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #5c4a66;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.appointment-fee-summary__note i {
    color: #45225a;
    font-size: 14px;
}

/* mobile */
@media (max-width: 576px) {
    .appointment-fee-summary {
        padding: 26px 18px;
    }

    .appointment-fee-summary__title {
        font-size: 18px;
    }

    .appointment-fee-summary__amount {
        font-size: 30px;
    }

    .appointment-fee-summary__note {
        font-size: 13px;
    }
}

.home-introduction {
    background: linear-gradient(135deg, #f8fbff 0%, #eef5fa 100%);
}

.home-introduction h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.home-introduction h5 {
    font-weight: 650;
    font-size: 1.2rem;
}

.home-introduction p {
    color: #333;
    line-height: 1.8;
    font-weight: 450;
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 1rem;
}

.home-introduction blockquote {
    padding-left: 15px;
    margin-top: 25px;
}

.home-introduction blockquote p {
    font-size: 1.1rem;
    color: #45225a;
}

.home-introduction .read-more {
    color: #45225a;
    background: #ffffff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid #45225a;
    transition: all 0.3s ease;
}

.home-introduction .read-more i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.home-introduction .read-more:hover {
    background: #45225a;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(69, 34, 90, 0.25);
}

.home-introduction .read-more:hover i {
    transform: translateX(4px);
}
/* Forgot Password Link */
.link-forgot {
    color: #000000;
    font-weight: 550;
    text-decoration: none;
    font-size: 1.1rem;
    transition:
        color 0.3s ease,
        text-decoration 0.3s ease;
}

.link-forgot:hover {
    color: #45225a;
    text-decoration: underline;
}

/* Register Link  */
.link-register {
    color: #45225a;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    transition:
        color 0.3s ease,
        text-decoration 0.3s ease;
}

.link-register:hover {
    color: #000;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .link-forgot,
    .link-register {
        font-size: 1rem;
    }
}

.introduction .blog-body {
    font-family: "Noto Serif Bengali", "SolaimanLipi", Arial, sans-serif;
    line-height: 1.8;
    color: #222;
    font-size: 1.05rem;
    padding: 2rem 1.5rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Headings */
.introduction .blog-body h1 {
    font-size: 2rem;
    color: #003366;
    font-weight: 700;
    border-bottom: 3px solid #00609D;
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
}

.introduction .blog-body h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #004d80;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

/* Paragraphs */
.introduction .blog-body p {
    padding-bottom: 5px;
    margin-bottom: 0.5rem;
}

/* Lists */
.introduction .blog-body ul {
    list-style-type: disc;
    margin-left: 1.8rem;
    margin-bottom: 1rem;
    padding-left: 0.8rem;
}

.introduction .blog-body li {
    margin-bottom: 0.5rem;
}

/* Strong text */
.introduction .blog-body strong {
    color: #111;
    font-weight: 700;
}

/* Emphasis */
.introduction .blog-body em {
    color: #45225A;
    font-weight: 700;
}

/* Icons or emoji headings */
.introduction .blog-body h3 strong::before {
    content: "";
}

/* Blog image */
.introduction .blog-img {
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    max-width: 400px;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive design */
@media (max-width: 768px) {
    .introduction .blog-body {
        padding: 1.2rem;
        font-size: 1rem;
    }

    .introduction .blog-body h1 {
        font-size: 1.6rem;
    }

    .introduction .blog-body h3 {
        font-size: 1.1rem;
    }
}

.form-control::placeholder {
    color: #9aa0a6;
    opacity: 1;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #9aa0a6;
}

.form-control:-ms-input-placeholder {
    color: #9aa0a6;
}

.form-control::-ms-input-placeholder {
    color: #9aa0a6;
}