
   .title-with-underline {
        display: inline-block;
        position: relative;
        font-weight: 600;
        /* Makes text bold */
        padding-bottom: 5px;
        color:#dc3545;
    }

    .title-with-underline::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 60%;
        /* Adjust underline length */
        height: 3px;
        /* Thickness of underline */
        background-color: #000;
        /* Underline color */
        border-radius: 2px;
        /* Slightly rounded edges */
         color:#dc3545;
    }

.shadow-pink {
        box-shadow: 0 .5rem 1rem #c29ea2 !important;
}


.head-contact-section {
    background-color: black;
    color: #fff;
    height: 43px;
    font-size: 14px;
    padding: 0 25px;
}

.contact-column {
    height: 43px;
}


 .courses-area {
        background: #F0F0F0;
        padding:30px 0;
    }

  

    /* Smaller Card Design */
.small-card {
    max-height: 170px; 
    padding: 8px;     
    border-radius: 8px;
}

.small-card .card-body {
    padding: 8px 10px; /* কার্ড বডি ছোট */
}

.small-card .course-img {
    max-width: 100px;  /* ছবি ছোট */
    height: 100px;
    object-fit: cover;
}

.small-card .card-title {
    font-size: 14px;  /* ছোট টাইটেল */
    margin-bottom: 4px;
}

.small-card .card-text {
    font-size: 12px;  /* বর্ণনা ছোট */
    margin-bottom: 6px;
}

.small-card .btn {
    font-size: 12px;
    padding: 2px 8px; /* বাটন ছোট */
}
.stat-label{
    color:#000;
    font-size:19px;
}

/* programme course  */
.education-section{
    margin: 50px 0;
    padding:50px 0;
    background:#fff;
    color:#000;
}

   


.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-icons li a:hover {
    background-color: #ff6600;
    /* Highlight on hover */
}


/* Remove extra spacing */

.contact-widget {
    margin-left: 0 !important;
}

.social-widget {
    margin-right: 0 !important;
}


/* Appointment Button */

.aux-button {
    background-color: #df0b1f;
    color: #fff;
    padding: 14px 15px;
    box-shadow: 6px 6px 25px rgba(0, 217, 166, 0.35);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.aux-button:hover {
    background-color: #00d9a6;
    color: #fff;
}


/* Cart Badge */

.aux-cart-contents .badge {
    font-size: 12px;
}


/* Cart Dropdown Hover */

.position-relative:hover .aux-card-dropdown {
    display: block;
}


/* Hero Section */
@media(min-width:540px){
    
.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
}


/* Hero Image */

.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


/* Text Box */

.hero-text-box {
    position: absolute;
    top: 222px;
    left: 112px;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px 25px;
    border-radius: 10px;
    color: #fff;
    max-width: 350px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.4);
    border: 5px solid #fff;
    height: 350px;
    display: flex;
    flex-direction: column;
    /* একটার নিচে একটা রাখবে ✅ */
    justify-content: center;
    /* vertical center */
    align-items: center;
    /* horizontal center */
    text-align: center;
}


/* Heading Styles */

.hero-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.hero-subtitle {
    font-size: 30px;
    margin: 0;
}


/* Responsive Design */

@media (max-width: 768px) {
    .hero-text-box {
        top: 20px;
        left: 10px;
        max-width: 250px;
        padding: 15px 20px;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .hero-text-box {
               top: -11px;
        left: 5px;
        max-width: 163px;
        padding: 10px 15px;
    }
    .hero-title {
        font-size: 22px;
    }
    .hero-subtitle {
        font-size: 18px;
    }
}

.font-36 {
    font-size: 36px;
}
.font-33 {
    font-size: 33px;
}

.font-17 {
    font-size: 17px;
}

.font-bold {
    font-weight: 800;
}

.border-right {
    border-right: 1px solid #f34b08 !important;
    ;
}

.heading-font {
    font-size: 3rem;
}

.text-gray {
    color: #938e87;
}

.hover-red:hover {
    color: #ff2b4a!important;
}


/* bg gray  */

.bg-gray {
    padding: 20px 0;
    width: 100%;
    background: #f1ecec;
}


 .google-map {
        padding: 50px 0;
    }

    .map-title {
        font-size: 28px;
        color: #000000;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        transition: all 250ms ease-out
    }

    .map-divider {
        margin: 10px 0;
        height: 2px !important;
        width: 201px !important;
        background-color: #000000 !important;
        transition: all 250ms ease-out;
        height: 1px;
        background-color: #BBB;
        width: 50px;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .google-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
}


@media (max-width: 540px) {
  .mobile-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    padding-top: 70px;
  }
}

