/*
Theme Name: SIMEC Model Pharma
Theme URI:
Author: Saiful Islam
Author URI: 
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/


/*==========Common Style Start===========*/
@font-face {
    font-family: 'Kalpurush';
    src: url('assets/fonts/Kalpurush/Kalpurush.eot');
    src: url('assets/fonts/Kalpurush/Kalpurush.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Kalpurush/Kalpurush.woff2') format('woff2'),
        url('assets/fonts/Kalpurush/Kalpurush.woff') format('woff'),
        url('assets/fonts/Kalpurush/Kalpurush.ttf') format('truetype'),
        url('assets/fonts/Kalpurush/Kalpurush.svg#Kalpurush') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
}


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

.nav-link {
    padding: 0;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}

.custome-container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}
.page_top {
    margin-top: 5.8%;
}
.about_page_top{
     margin-top: 4.5%;
}
/*================ Mobile nav Start =====================*/

/* For submenu smooth expand */
.mobile-nav .menu-item-has-children>ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

/* When submenu is active */
.mobile-nav .menu-item-has-children.active>ul {
    max-height: 500px;
    /* adjust as needed */
    padding: 10px 0;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children>a::after {
    content: '\f107';
    /* FontAwesome down arrow */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 0px;
}

.mobile-nav .menu-item-has-children.active>a::after {
    transform: rotate(180deg);
    /* rotate up when open */
}

.mobile_header_logo img {
    width: 125px;
}

.nav-close {
    padding: 10px 25px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.nav-close svg {
    border: 1px solid #ffffff;
    color: #585555;
    box-shadow: 0px 0px 30px 0px #0000001A;
    width: 30px;
    height: 30px;
}

.mobile-nav {
    width: 325px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    /* overflow-x: auto;
    overflow-y: scroll; */
    z-index: 9999;
    box-shadow: 0 10px 40px 0 rgba(255, 255, 255, .1);
    background-color: #ECF8FF;
}

.mobile-nav ul li {
    display: block;
    border-bottom: 1px solid #2C2C2C1A
}

.mobile-nav .mbl_menu_social ul li a {
    padding: 3px 5px
}

.mobile-nav ul li a {
    display: block;
    color: #2C2C2C;
    padding: 12px 0px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.nav-arrow {
    position: absolute;
    right: 32px;
}

.mobile-nav ul li ul li a {
    padding: 10px 35px 10px 50px;
    display: block;
}

.nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 25%;
}

.mobile-nav-wrapper {
    display: none;
}

.mobile-nav-wrapper.navActive .mobile-nav {
    left: 0;
}

.nav-hide {
    display: none;
}

.nav-hide.show {
    display: block;
}

.dark-shadow.navActive {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
}

/*================ Mobile nav end =====================*/

/*==========Common Style End===========================*/

/*==========Header Style Start=========================*/

.full_header_section {
    background-image: url(./assets/images/header.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    background-position-x: 10%;
    top: 0%;
    width: 100%;
    z-index: 99;
    height: 155px;
}

.logoBox {
    position: relative;
}

.logoBox img {
    width: 185px;
    position: absolute;
    bottom: -25px;
    right: -85%;
    transform: translate(85%, 25px);

}

.full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
    color: #413E3E;
    font-weight: 600;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    padding: 30px 22px 30px 15px;
}

.full_header_section .primary_menu>ul>li>a.nav-link:hover {
    color: #105caa !important;
}

.full_header_section .primary_menu>ul>li>a.nav-link {
    color: #413E3E;
    font-weight: 600;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    padding: 30px 22px 30px 15px;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>a {
    padding: 30px 22px 30px 15px;
}

.full_header_section .primary_menu>ul>li>a::before {
    content: '';
    position: absolute;
    top: 75%;
    left: 15px;
    width: 30px;
    border-bottom: 4px dotted #0056A7;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.full_header_section .primary_menu>ul>li>a:hover:before {
    transform: scaleX(1);
}

.full_header_section .primary_menu>ul>li {
    position: relative;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>a::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translate(-0px, -45%);
    color: #B6ADAD;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul {
    display: none;
    position: absolute;
    top: 85px;
    left: 0%;
    transform: translate(-0%, -0%);
    width: 500px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
    padding: 12px 12px;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul>li>a {
    padding: 10px 10px 10px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #605858;
    letter-spacing: 0px;
    transition: 0.3s;
    position: relative;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul>li>a:hover {
    color: #0659a8;
}

.full_header_section .primary_menu>ul>li.menu-item-has-children>ul>li>a::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #105caad6;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-0px, -50%);
    color: #B6ADAD;
    opacity: .5;
}

#menu-header-menu li.current-menu-item>a {
    color: #105CAA;
    position: relative;
    transition-duration: .3s;
}

.top_gap {
    margin-top: 5.5rem;
}

#menu-header-menu {
    width: 20%;
}

.delivery_number p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #413E3E;
    line-height: 14px;
    margin-bottom: 1px;
}

.delivery_number a {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #413E3E;
    line-height: 14px;
    margin-left: 2px;
}

.delivery_number a:hover {
    color: #0056A7;
}













.custome_slider_caption {
    position: absolute;
    left: 20%;
    top: 60%;
    right: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    transform: translate(-20%, -60%);
}

.custome_slider_caption h5 {
    font-family: "DM Sans", sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

.custome_slider_caption h4 {
    font-family: "DM Sans", sans-serif;
    color: #9CC644;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

.cusotme_carousel_indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    /* border: 2px solid #9CC644; */
    background-clip: content-box;
    border-top: -3px solid transparent;
    border-bottom: -3px solid transparent;
}

.cusotme_carousel_indicators [data-bs-target].active {
    width: 30px;
    height: 8px;
    border-radius: 30px;
    background-color: #9CC644;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    margin: auto 0 auto 0;
}

/* .cusotme_carousel_indicators {
    margin-right: 75%;
    margin-bottom: 2rem;
    margin-left: 10%;
} */

/*==========Header Style End===========*/

/* FOOTER SECTION */
/* ============================= */

.footer_sec_two {
    padding: 30px 0px 20px;
    background-image: url('./assets/images/footer_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_quick_link {
    display: grid;
    grid-template-columns: auto auto;
}

.footer_quick_link li a {
    line-height: 30px;
    color: rgba(88, 85, 85, 1);
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.footer_quick_link li a:hover {
    color: #0659a8;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.quick_links li a:hover::before {
    color: #0659a8;
}

.footer_bottom_text h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #585555;
    text-align: start;
    margin-top: 12px;
    line-height: 22px;
}

.footer_social_icon {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.footer_social_icon li {
    padding: 5px 10px;
    border: 1px solid #105CAA33;
    background-color: #dcf0fc;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.footer_social_icon li a {
    color: #105CAACC;
}

.footer_social_icon li:hover {
    background-color: #105CAA;
    border-radius: 4px;
    color: #FFFFFF;
}

.footer_social_icon li:hover a {
    color: #FFFFFF;
}

.quick_links li a::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(16, 92, 170, 0.84);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(10px, -50%);
    color: rgb(182, 173, 173);
    opacity: 0.5;
}

.footer_sec::before {
    content: '';
    position: absolute;
    background-image: url(./include/img/steal_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
    top: 0%;
    right: 0%;
}

.footer_head h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #105CAA;
    letter-spacing: 0px;
    margin-bottom: 15px;
    height: 25px;
}

.footer_head p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #585555;
    letter-spacing: 0px;
    line-height: 27px;
}

.footer_head p a {
    color: #585555;
}

.footer_head p a:hover {
    color: #105CAA;
}

.home-hero-section {
    background-image: url(./assets/images/home/banner-hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0px;
    margin-top: 89px;
}

.common-button {
    padding: 10px 20px;
    box-shadow: 0px 4px 12px 0px #00000026;
    color: white;
    border-radius: 56px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition-duration: .5s;
}

.hero-button {
    color: #9CC644;
    margin: 22px 0px;
}

.hero-button svg path {
    stroke: #9CC644;
    transition-duration: .5s;
}

.hero-button:hover svg path,
.hero-button:hover {
    color: white;
    background-color: #9CC644;
    stroke: white;
}



.home-hero-section-left h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 45px;
    color: #FFFFFF;
    max-width: 600px;
}

.home-hero-section-left span {
    color: #9CC644;
}

.home-hero-section-left p {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #F4F0F0;
}

/* secound section  */
.home-catagory-section {
    background-image: url(./assets/images/home/catagory-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.home-catagory-section-facility {
    background: #FFFFFF;
    border: 2px solid #E5E6E3;
    box-shadow: 0px 2px 15px 0px #00000014;
    padding: 10px 17px;
    border-radius: 15px;
    margin-bottom: 53px;
}

.single-facility {

    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.single-facility-icon {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 7px 0px #00000026;

}

.single-facility-content h3 {
    color: #413E3E;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;

}

.single-facility-content p {
    color: #585555;
    font-family: 'Kalpurush';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}


.catagory-section-title {
    text-align: center;
    color: #105CAA;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
}

.single-catagory {
    position: relative;
    margin-bottom: 20px;
}

.single-catagory img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50px;
}

.single-catagory h1 {
    position: absolute;
    bottom: 0;
    background-color: white;
    border-radius: 50px;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin: 0;
    color: #413E3E;
}

/* welcome section */

.welcome-section {
    overflow: hidden;
    padding: 50px 0px;
    background-color: #F4F0F0;
    background-image: url(./assets/images/home/welcome-bg.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.welcome-section-left {
    padding-left: 20%;
}

.welcome-section-left h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #105CAA;
    margin-bottom: 20px;
}

.welcome-section-left p {
    font-family: 'Kalpurush';
    text-align: justify;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #413E3E;
    margin-bottom: 20px;
    max-width: 600px;
}

.welcome-section-right {
    position: relative;

    height: 400px;

}

.welcome-section-right .welcome-card:last-child {
    margin-bottom: 0;
}

.welcome-section-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 150px 0 0 150px;
    border: 7px solid #FFFFFF;
}

.welcome-card-wrapper {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.welcome-card {
    padding: 15px 22px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 20px;
    height: 100px;
    margin-bottom: 20px;
}

.welcome-card h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #413E3E;
    text-align: center;
    color: #FFFFFF;
}

.welcome-card h2 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #413E3E;
    text-align: center;
    color: #FFFFFF;
}

.welcome-bg1 {
    background-color: #9CC644;
    aspect-ratio: 16/9;
}

.welcome-bg2 {
    background-color: #105CAA;
    aspect-ratio: 16/9;
}

.welcome-bg3 {
    background-color: #413E3E;
}

.welcome-bg3 h1 span {
    color: #9CC644;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;

}



/* why-us-section */
.why-us-section {
    background-image: url(./assets/images/home/forth-section-bg.png);
    padding: 60px 0px;

}

.why-us-section .why-us-section-title {
    text-align: center;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.single-reason {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}

.single-reason-icon {
    aspect-ratio: 1;
    background-color: #E4ED64;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 7px 0px #00000026;
}

.single-reason-content h3 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #E4ED64;
}

.single-reason-content p {
    font-family: 'Kalpurush';
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #ffffffc9;
}

.reason-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.home-outlate-section {
    padding: 60px 0px;
    background-color: #F7FAFC;
}

.home-outlate-section .home-outlate-section-title {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #105CAA;
    text-align: center;
    margin-bottom: 25px;
}

.single-outlate {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 10px 0px;
    height: 250px;
}

.single-outlate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.outlate-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 50px 50px 0;
    padding: 5px 15px;
    background-color: #FFFFFF;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #413E3E;
}

.outlate-content-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.single-outlate:hover .outlate-content-hidden {
    opacity: 1;
}

.outlate-content-hidden-button {
    border: none;
    background-color: white;
    border-radius: 15px;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #9CC644;
    transition-duration: .5s;
    font-family: "Roboto", sans-serif;
}

.outlate-content-hidden-button:hover {
    color: #FFFFFF;
    background-color: #9CC644;
}

.outlate-content-hidden-button:hover svg path {
    stroke: #FFFFFF;
    transition-duration: .5s;
}

.outlate-content-hidden-address {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 60%;
    border-radius: 5px 0 0 5px;
    padding: 13px;
    background-color: white;
}

.outlate-content-hidden-address p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #413E3E;
    text-align: right;
    margin-bottom: 10px;
}

.outlate-content-hidden-address h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #413E3E;
    text-align: right;
}

/* especially-section */

.especially-section {

    overflow: hidden;
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.08) 0%, rgba(156, 198, 68, 0.13) 100%);
    padding: 45px 0;
}

.especially-content .especially-title {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #105CAA;
}

.especially-image {
    width: 100%;
}

.especially-list li {
    position: relative;
    font-family: 'Kalpurush';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #413E3E;
    margin: 10px 0px;
    padding-left: 20px;

}

.especially-list li::before {
    content: url("./assets/images/icons/list-arrow.svg");
    position: absolute;
    left: 0px;
    width: 10px;
    height: 10px;
}

.especially-content {
    padding: 20px;
}



/*
=====================
 about-page
=====================
*/
.demohospital_video {
    background-image: url(./assets/images/home/banner-hero-bg.png);
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    height: 500px;
}
#videobg {
    height: 650px;
    width: 100%;
    object-fit: cover;
}
.about-hero-section {
    height: 500px;

}
.about-us-section-right{
    text-align: center;
}
.about-us-section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 35px 0px;
    margin-top: 140px;

}

.about-us-section-left h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: #413E3E;
    margin-bottom: 20px;
}

.about-us-section-left p {
    font-family: 'Kalpurush';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #413E3E;
    margin-bottom: 20px;
    text-align: justify;
    max-width: 650px;
}

.simec-modelfarma-section {
    background-image: url(./assets/images/about/medicine-bg.png);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.simec-modelfarma-container h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: #413E3E;
    margin-bottom: 20px;
}

.simec-modelfarma-container p {
    font-family: 'Kalpurush';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #413E3E;
    text-align: justify;
    margin-bottom: 20px;
}

.simec-modelfarma-experts {
    padding: 60px 0px;
}

.single-expert-bg {
    padding: 6px 0px;
    background-color: transparent;
    border-radius: 15px;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

.single-expert-bg:hover {
    background-color: #9CC644;
}


.single-expert {
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px #0000000F;
    border: 2px solid #F0EDED;
    overflow: hidden;

    background-color: transparent;

}

.single-expert:hover::after,
.single-expert:hover::before {
    opacity: 1;
}

.single-expert img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    height: 350px;
}


.expert-info {
    padding: 20px 0;
    text-align: center;
    background-color: #ffffff;
}

.expert-info h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #105CAA;
}

.expert-info p {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #40423C;
}

.target-section {
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.1)0%, rgba(156, 198, 68, 0.15) 100%);
    overflow: hidden;
}

.target-title {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: #413E3E;
    margin-bottom: 25px;
}

.target-section-left img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.target-section-right {
    padding: 40px 10%;

}

.modelfarma-experts-text {
    text-align: center;
    margin-bottom: 40px;
}

.services-section-left-title {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: #413E3E;
    margin-bottom: 25px;
}

/*
=====================    
services-page 
=====================
*/

.services-banner-section {
    margin-top: 88px;
}
.services-banner-section {
    position: relative;
}

.common-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 35px;
    background-color: rgba(16, 92, 170, 0.851);
    border-radius: 10px;
    border: 3px solid #FFFFFF33
}
.services-banner-section img{
    width: 100%;
    object-fit: cover;
}
.services-section {
    padding: 40px 0px;
    overflow: hidden;
    background-image: url(./assets/images/services/bg1.png);
    background-size: cover;
    background-position: center;
}

.services-section-2 {
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.08) 0%, rgba(156, 198, 68, 0.13) 100%);
    overflow: hidden;
}

.services-section-2 img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;

}

.services-section-2-left {
    padding: 50px 50px 20px;
}

.services-section-2-description {
    font-family: "Kalpurush";
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #413E3E;
    max-width: 640px;
}

.services-section-3 {
    padding: 40px 0px;
    overflow: hidden;
    background-image: url(./assets/images/services/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.services-section-left-3 {
    padding-left: 0px;
}

.services-section-left-3 p {
    font-family: 'Kalpurush';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    color: #413E3E;
    margin-bottom: 15px;
}

.services-section-right,
.services-section-3-img {
    display: flex;
    justify-content: center;
}

/* 
=================
Outlate-Page
================= 
*/
.outlets-section {
    padding: 60px 0px;
    background: linear-gradient(90deg,
            rgba(156, 198, 68, 0.15) 0%,
            rgba(16, 92, 170, 0.1) 100%);
}

.common-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #00000026;
    margin-bottom: 20px;
    overflow: hidden;
}

/* Image */
.common-card img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Blur overlay (image only) */
.common-card::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* Text content stays above blur */
.common-card-text {
    position: relative;
    z-index: 2;
    padding: 30px 10px;
    background-color: #ffffff;
}

/* Text animation */
.common-card-text h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    margin-bottom: 0;
    text-align: center;
    transition: transform 0.5s ease;
}

.common-card:hover::after {
    opacity: 1;
}

.common-card:hover .common-card-text h1 {
    transform: translateY(-5px);
}

.common-card .common-button-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background-color: #9CC644;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}

.common-card:hover .common-button-card {
    opacity: 1;
    transform: translate(-50%, -100%);
}

.outlets-section-title {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #413E3E;
    margin-bottom: 30px;
}

/* outlate single  */
.outlets-single-section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 50px 0px;
}

.common-image-preview {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #00000026;
    cursor: pointer;
}

.common-image-preview img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.common-image-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.common-image-preview:hover::after {
    opacity: 1;
}

.outlets-single-outlate {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.outlets-single-outlate h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #413E3E;
    margin-bottom: 25px;
}

.outlets-single-outlate a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #413E3E;
    margin-bottom: 20px;
}

.outlate-back-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 
====================
Contuct Page 
==================== */
.form-body {
    box-shadow: 0px 0px 25px 0px #00000014;
    background-color: #FFFEFE;
    padding: 50px 40px;
    border-radius: 10px;
}
.form-body .form-group{
    margin-bottom: 0px;
}
.contact_maps iframe{
    padding: 8px;
    background-color: #FFFEFE;
    border-radius: 5px;
    margin-bottom: 15px;
}
.contuct-title {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    color: #413E3E;
    margin-bottom: 20px;
}

.contuct-description-text {
    font-family: 'noto sans bengali', sans-serif;
    text-align: justify;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #413E3E;
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

.contuct-form-container-bg {
    background: linear-gradient(180deg, rgba(16, 92, 170, 0.056) 0%, rgba(156, 198, 68, 0.098) 100%);
    padding: 60px 0px;
}

.contuct-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(156, 198, 68, 1);
    box-shadow: none;
    padding: .375rem 1.2rem;

}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .5s, box-shadow .5s, padding .3s;
}

.contuct-form-button {
    box-shadow: 0px 4px 12px 0px #00000026;
    padding: 12px 20px;
    color: #9CC644;
    background: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    border: none;
    border-radius: 15px;
    transition: all 0.4s ease;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;

}

.contuct-form-button:hover {
    color: #FFFFFF;
    background: #9CC644;
}

.contuct-form-button svg path {
    transition: stroke 0.4s ease;
}

.contuct-form-button:hover svg path {
    stroke: #FFFFFF;
}


.form-group textarea {
    height: 115px;
}
::placeholder{
    font-family: "Noto Sans Bengali", sans-serif!important;
    font-weight: 500;
    font-size: 16px;
}

/* Responsive stacking for small screens ===============================================================*/
@media only screen and (max-width:1800px) {
    .single-expert img {
        height: 290px;
    }
    .common-image-preview img {
        height: 250px;
    }
    .about_page_top {
        margin-top: 5.8%;
    }
}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1366px) {
    #menu-header-menu {
        width: 28%;
    }
    .page_top {
        margin-top: 6.5%;
    }
    .home-hero-section-left h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .single-facility-icon img{
        width: 18px;
    }
    .single-facility-icon {
        height: 35px;
        width: 45px;
    }
    .single-catagory h1 {
        font-size: 15px;
        padding: 10px 0px 10px 0px;
    }
    .single-expert img {
        height: 251px;
    }
    .expert-info h1 {
        font-size: 18px;
    }
    .expert-info p {
        font-size: 15px;
    }
    .common-card img {
        height: 230px;
    }

}

@media only screen and (max-width:1280px) {
    #menu-header-menu {
        width: 18%;
    }
    .page_top {
        margin-top: 7%;
    }
    .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
        padding: 33px 10px 33px 10px;
    }
    .full_header_section .primary_menu>ul>li>a.nav-link {
        padding: 33px 10px 33px 10px;
    }
    .home-hero-section-left{
        margin-top: 25px;
    }
    .single-facility-content h3 {
        font-size: 15px;
    }
    .single-catagory img {
        border-radius: 25px;
    }
    .common-banner-title {
        font-size: 30px;
    }
    .outlets-section-title {
        font-size: 30px;
    }
    .common-image-preview img {
        height: 205px;
    }
    .outlets-single-outlate h1 {
        font-size: 25px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1024px) {
    .container {
        padding: 0% 5%;
    }

    .page_top {
        margin-top: 8.7%;
    }

    .custome-container {
        padding: 0% 9%;
    }
    .full_header_section {
        background-position-x: 18%;
    }
    .logoBox img {
        width: 170px;
        position: absolute;
        bottom: -25px;
        right: -80%;
        transform: translate(80%, 25px);
    }
    .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
        padding: 33px 8px 33px 8px;
        font-size: 16px;
    }
    .full_header_section .primary_menu>ul>li>a.nav-link {
        padding: 33px 8px 33px 8px;
        font-size: 16px;
    }
    .delivery_number a {
        font-size: 15px;
    }
        #menu-header-menu {
        width: 20%;
    }
    .home-hero-section-left h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .single-facility-icon {
        height: 45px;
        width: 45px;
    }
    .single-reason-content p {
        font-size: 15px;
    }
    .footer_head p {
        font-size: 15px;
    }
    .single-expert img {
        height: 200px;
    }
    .common-banner-title {
        font-size: 26px;
    }
    .especially-list li {
        font-size: 16px;
    }
    .services-section-2-description, .services-section-left-3 p {
        font-size: 16px;
    }
	.demohospital_video {
		height: 359px;
	}
	#videobg {
		height: 500px;
	}

}

@media screen and (max-width: 991px) {
    .header_logo img{
        width: 140px;
        position: absolute;
        bottom: -32px;
        right: 65%;
        transform: translate(-65%, 32px);
    }
    .about_page_top {
        margin-top: 8.7%!important;
    }
     .home-hero-section {
        padding: 45px 0px 28px;
        margin-top: 66px;
    }
    .delivery_number{
        margin-top: 30px;
        margin-right: 80px;
    }
    .mobile-nav-wrapper {
        display: block;
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0%;
        padding: 10px 10px;
    }
    .delivery_number {
        margin-top: 30px;
        margin-right: 80px;
        display: none;
    }
    .mbl_delivery_number {
        display: block;
        margin-left: 25px;
        margin-top: 15px;
    }
    .full_header_section {
        background-position-x: 15%;
        height: 115px;
    }
    .services-banner-section {
        margin-top: 66px;
    }
    .logoBox img {
        display: none;
    }
    .header_menu, .menu_bottom{
        padding: 10px 25px; 
    }
    .top_gap {
        margin-top: 4.3rem;
    }
    .nav-open{
        margin-top: 1rem;
    }
    .dark-shadow.navActive {
        bottom: 35px;
    }
    .mobile-nav ul li a {
        font-size: 14px;
    }

    .footer_head p,
    .footer_quick_link li a,
    .footer_bottom_text h6 {
        font-size: 15px;
        line-height: 22px;
    }

    .logo-column {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
    }

    .footer_head {
        margin-top: 15px;
    }
    .welcome-section {
        background-size: cover;
    }

    .welcome-section-right img {
        margin-left: 20px;
    }

    .especially-image {
        width: 95%;
    }

    .single-catagory h1 {
        padding: 10px;
    }

    .welcome-card-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 20px;
    }

    .welcome-section-right {
        height: auto;
    }

    .welcome-card {
        width: 100%;
        aspect-ratio: auto;
        margin-bottom: 0;
    }

    .welcome-bg3 {
        grid-column: span 2;
    }

    .welcome-section-left {
        padding-left: 0%;
        margin: 20px;
    }

    .target-section-right {
        padding: 40px 20px;

    }
    .services-banner-section img{
        height: 230px;
    }
    .page_top {
        margin-top: 11.7%;
    }
    .demohospital_video {
        height: 166px;
    }
    #videobg {
        height: 307px;
    }
    .single-expert img {
        height: 340px;
    }
    .outlets-section {
        padding: 40px 0px 20px;
    }
    .common-image-preview img {
        height: 145px;
    }
    
}

@media only screen and (max-width:768px) {
     .target-section-left img {
        height: auto;
        object-fit: contain;
    }

    .services-section-left-3 {
        padding-left: 0px;
    }

    .services-section-2-left {
        padding: 30px 20px;
    }
    .common-banner-title,
    .services-section-left-title,
    .outlets-single-outlate h1,
    .outlets-section-title,
    .services-section-left-title,
    .simec-modelfarma-container h1,
    .target-title,
    .simec-modelfarma-container h1,
    .about-us-section-left h1,
    .why-us-section .why-us-section-title,
    .home-hero-section-left h1,
    .catagory-section-title,
    .welcome-section-left h1,
    .home-outlate-section .home-outlate-section-title,
    .especially-content .especially-title {
        font-size: 24px;
    }
    
}

@media only screen and (max-width:600px) {
    .custome-container {
        padding: 0% 6%;
    }

    .full_header_section {
        background-position-x: 15%;
        height: 115px;
    }
    
    .page_top {
        margin-top: 21%;
    }

    .main_banner img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .services-banner-section {
        margin-top: 66px;
    }
    .main_banner h4 {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -55%);
        font-size: 20px;
    }

    .header_logo img {
        width: 120px;
        position: absolute;
        bottom: -25px;
        right: 52%;
        transform: translate(-52%, 25px);
    }

    .top_gap {
        margin-top: 3.6rem;
    }
   .outlets-section-title {
        line-height: 30px;
    }
    .common-image-preview img {
        height: 270px;
    }
    .contuct-description-text {
        font-size: 16px;
        line-height: 24px;
    }
    .contuct-form-container-bg {
        padding: 40px 0px 20px;
    }
    .form-body {
        padding: 20px 15px;
        border-radius: 10px;
        margin-bottom: 22px;
    }
   .common-button {
        padding: 5px 15px;
        font-size: 15px;
    }
    .about_page_top {
        margin-top: 15.7% !important;
    }

}

@media only screen and (max-width:480px) {}

@media only screen and (max-width:375px) {
    .full_header_section {
        background-position-x: 13%;
        height: 130px;
    }
    .home-hero-section {
        margin-top: 74px;
    }
    .header_logo img {
        width: 135px;
        position: absolute;
        bottom: -34px;
        right: 42%;
        transform: translate(-42%, 34px);
    }
    .common-banner-title, .services-section-left-title, .outlets-single-outlate h1, .outlets-section-title, .services-section-left-title, .simec-modelfarma-container h1, .target-title, .simec-modelfarma-container h1, .about-us-section-left h1, .why-us-section .why-us-section-title, .home-hero-section-left h1, .catagory-section-title, .welcome-section-left h1, .home-outlate-section .home-outlate-section-title, .especially-content .especially-title {
        font-size: 20px;
    }
    .outlets-section-title {
        line-height: 26px;
    }
    .services-banner-section {
        margin-top: 74px;
    }
    .nav-open {
        margin-top: 1rem;
    }
	.about_page_top {
        margin-top: 19.7% !important;
    }
}



