/* Font Import */
@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');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&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');    


/*navbar*/
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    }
.navbar-container {
    position: sticky;
    text-align: center;
    top: 0;
    width: 100%;
    background: white;
    padding: 10px 20px;
    z-index: 1000;
    }
.logo {
    display: block;
    margin: 0 auto;
    margin-bottom: -10px;
    }
.navbar {
    justify-content: center;
    width: 100%;
    }
.navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 40px;
    margin-bottom: -40px;
    }
.nav-item {
    padding: 0 15px;
    font-size: small;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
        box-shadow: none;
        border: none !important;
    }
@media (max-width: 768px) {
    .navbar-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        text-align: left;
        }
    .logo {
        margin: 0;
        }
    .navbar {
        justify-content: flex-end;
        }
    
    .navbar-collapse {
        background: white;
        width: auto;
        position: absolute;
        top: 50px;
        right: 0;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 10;
        }
        .navbar-nav {
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 10px 0; 
            }
    }
    


/* about us preview */
.about-us {
    background: #f2f2f2;
    padding: 30px 0;
}

.about-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #333;
}

.about-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color:#333
}

.about-image {
    max-width: 30%;
}

.about-btn {
    background: transparent;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}

.about-btn:hover {
    background: #e0e0e0;
    border-color: #333;
}


@media (max-width: 768px) {
    .about-us .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about-title {
        font-size: 2.5rem;
    }
    .about-caption {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        margin-bottom: 20px;
    }
    .about-image {
        max-width: 20%;
    }
    .about-btn {
        color: #000;
        border: 1px solid #000;
        border-radius: 25px;
        padding: 8px 15px;
        font-size: 1rem;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
    }
    .about-us {
        background: #f2f2f2;
        padding: 20px 0;
    }
}

/*divider*/
.section-divider {
    border: none;
    height: 2px;
    background: #829982;
    margin: 15px 0;
    position: relative;
}
@media (max-width: 768px) {
    .section-divider {
        border: none;
        height: 1px;
        background: #829982;
        margin: 10px 0;
    }
}

/*menu card*/
.cf-custom {
    font-family: 'Lora', serif;
    margin-bottom: 20px;
    font-size: 4rem;
    color:#333;
}

.product-card {
    background: #f2f2f2; 
    padding: 8px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.product-card img {
    height: auto;
    max-height: 200px; 
    width: auto;
    border-radius: 5px;
}

.product-card h4 {
    margin-top: 8px;
    font-size: 14px;
}
.product-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.product-card:hover {
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
}
.product-btn {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
}
.product-btn:hover {
    background: #e0e0e0;
    border-color: #333;
}

@media (max-width: 768px) {
    .cf-custom {
        font-family: 'Lora', serif;
        margin-bottom: 15px;
        font-size: 2.5rem;
        line-height: 0.8;
    }
    .product-card h4 {
        margin-top: 8px;
        font-size: 1.3rem;
    }
    .product-btn {
        background: transparent;
        color: #000;
        border: 1px solid #000;
        border-radius: 25px;
        padding: 8px 15px;
        font-size: 1rem;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 15px;
    }
    .product-card p {
        font-family: 'Poppins', sans-serif;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

/*customer reviews*/
.reviews-section {
    background-color: #f2f2f2;
    padding: 80px 0;
    text-align: center;
}
.review-card {
    background: transparent;
    padding: 20px;
    text-align: center;
    width:100%;
    border-radius: none;
    max-width: 400px;
    margin: auto;
}


.review-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.stars {
    color: #C35817;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
}


.review-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-style: italic;
    text-align: left;
}
@media (max-width: 768px) {
    .review-text {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        margin-bottom: 20px;
        text-align: left;
    }
    .carousel-inner {
        text-align: center;
    }
    .review-card {
        max-width: 200px;
    }
}

@media (max-width: 992px) {
    .review-card {
        max-width: 300px;
    }
}

/*visit*/
.map-container {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width:768px) {
    .map-container {
        width: 100%;
        max-width: 130x;
        height: 300px;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
}

/*footer*/
.footer-section {
    background-color: #f2f2f2;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 0; 
    padding-bottom: 0;
}

.footer-links h5, .footer-order h4, .footer-social h5 {
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 3px;
}

.footer-links-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.footer-links ul {
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    list-style: none;
    text-align: left;
    margin: 5px 0;
    font-size: 12px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #333;
}

.footer-order .social-icons i {
    margin-right: 5px;
}

.footer-social .social-icons a {
    margin-top: 0;
    font-size: 24px;
    color: #333;
    margin: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom {
    background: #ddd;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.order-icons img {
    width: 80px;
    height: auto;
    margin: 2px 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-section .row {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-links-container {
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .footer-links ul li {
        text-align: center;
        margin: 1px 0;
    }
}

.image-map img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    display: block;
    margin:auto;
}
.image-map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* order preview */
.order-now {
    background: white;
    text-align: center;
    align-items: center;
}

.order-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
    margin-bottom: -3px;
}

.order-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom: -30px;
}
.object-fit-cover {
    object-fit: cover;
}
@media (max-width: 768px) {
    .order-now {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
    }

    .order-now .row {
        margin: 0 auto;
    }

    .order-title {
        font-size: 3rem;
        text-align: center;
        align-items: center;
    }
    .order-caption {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        margin-bottom: -20px;
        text-align: center;
    }

    .order-now img {
        display: block;
        margin: 0 auto;
        max-width: 90%;
    }
}


/*Main*/
.container-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 40px 20px;
    background-color: #f2f2f2;
    padding: 30px 20px;
}
.latest-text {
    text-align: right;
    padding-right: 20px;
}
.small-latest { 
    font-size: 1.5rem; 
    color: #B7410E;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -20px;
}
.smallc-latest { 
    font-size: 1.5rem; 
    color: #B7410E;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -20px;
}
.large-latest { 
    font-size: 5.5rem; 
    font-family: 'Lora', serif; 
    color: #333; 
    margin-bottom: -30px;
}
.square-slider {
    width: 100%;
    max-width: 400px;
    height: 400px;
    overflow: hidden;
}
.square-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .container-custom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        width: 100%;
        max-width: none;
    }
    .latest-text {
        text-align: center;
        padding: 0;
    }
    .carousel-container {
        justify-content: center;
    }
    .small-latest { 
        font-size: 1.3rem; 
        color: #B7410E;
        font-family: 'Poppins', sans-serif;
        margin-bottom: -5px;
        margin-top: -15px;
    }
    .smallc-latest { 
        font-size: 1.3rem; 
        color: #B7410E;
        font-family: 'Poppins', sans-serif;
        margin-bottom: -5px;
        margin-top: 13px;
    }
    .large-latest { 
        font-size: 3rem; 
        font-family: 'Lora', serif; 
        color: #222; 
        margin-bottom: -18px;
    }
    .square-slider {
        height: auto;
    }
}

/*Main*/

.new-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px;
}
.new-text-left {
    text-align: right;
}
.new-small-text {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 2px;
    margin-top: 20px;
    line-height: 1;
    color:#333
}
.new-large-text {
    font-size: 5rem;
    font-family: 'Lora', serif;
    font-weight: bold;
    color: #B7410E;
    line-height:0.8;
}
.new-image-container img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: auto;
}
.new-text-right {
    text-align: left;
}
@media (max-width: 768px) {
    .row {
        text-align: center;
    }
    .new-text-left, .new-text-right {
        text-align: center;
    }
    .new-image-container img {
        max-width: 50%;
        min-width:30%;
        height: auto;
        display: block;
        margin: auto;
    }
    .new-small-text {
        font-size: 1.4rem;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 2px;
        line-height: 1;
        margin-top: 3px;
        color:#333
    }
    .new-large-text {
        font-size: 3rem;
        font-family: 'Lora', serif;
        font-weight: bold;
        color: #B7410E;
        line-height:0.8;
    }
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0);
}

/*menu main*/


.container-menu {
    width: 100%;
    max-width: none;
    padding: 40px 20px;
    padding: 10px 40px;
}

.nav-pills {
    border-bottom: none; 
    padding-bottom: 20px;
}

.nav-pills .nav-link {
    background-color: transparent !important; 
    color: #848484;
    font-weight: 500;
    border-radius: 0;
    text-decoration: none;
    font-size: 3rem; 
    font-family: 'Poppins', sans-serif;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus,
.nav-pills .nav-link.active {
    background-color: transparent !important; 
    border-bottom: 3px solid #B7410E; 
    color: #B7410E !important;
    outline: none !important;
    box-shadow: none !important;
}

.nav-pills .nav-item {
    position: relative;
    padding: 0 5px;
}

.menu-label {
    text-align: left !important;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    color:#b9b9b9;
    font-size: 1.6rem;
    font-style: italic;
}

.menu-np {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    color:#b9b9b9;
    font-size: 1.3rem;
}
.menu-np {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.row-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.menu-item {
    text-align: center;
    margin-bottom: 20px;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.menu-item img {
    width: 100%;
    height: auto;
}

.menu-item div {
    margin-top: 5px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .row-menu {
        gap: 0px;
    }
}
@media (max-width: 768px) {
    .row-menu {
        gap: 0px;
    }
    .nav-pills .nav-link {
        background-color: transparent !important;
        font-weight: 500;
        border-radius: 0;
        text-decoration: none;
        font-size: 2rem; 
        font-family: 'Poppins', sans-serif;
    }
    .menu-label {
        text-align: center!important;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 1.34rem;
        font-style: italic;
    }
    
    .menu-np {
        text-align: center;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
    }
}



/* Contact Us */

.contact-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
}

.social-icon {
    font-size: 30px;
    color: #9b9a9d;
    margin-right: 20px;
}

.contact-container .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
}
.info-section h2 {
    font-family: 'Lora', serif;
    margin-bottom: 3%;
    font-weight: bold;
    text-align: justify;
    color:#333;
}
.info-section p {
    text-align: justify;
}
.con-map-container {
    max-width: 100%;
}
.con-map-container iframe {
    width: 100%;
    height: 300px;
    border-radius: 5px;
}
.contact-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
}
@media (max-width: 768px) { 
    .con-map-container {
        margin-top: 20px;
    }
    .contact-caption {
        font-family: 'Poppins', sans-serif;
        font-size: 1.2rem;
        text-align: center;
    }
    .contact-title {
        font-size: 3rem;
        text-align: center;
    }
}

/* About Us */
.apply {
    background-image: url(join-the-team.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}
.objectives {
    padding: 20px 0;
}
.objectives p {
    text-indent: 10%;
    text-align: justify;
    margin-right: 5%;
    margin-left: 5%;
}
.objectives h1 {
    font-family: 'Lora', serif;
}
.hr-apply {
    width: 30%;
    margin: 0 auto;
    border: 1px solid;
    margin-bottom: 1%;
    margin-top: 1%;
}
.apply h1 {
    font-size: 5rem;
    color: #b7410e;
    margin-right: 5%;
    margin-left: 5%;
    font-family: 'Lora', serif;
}


.custom-about-section {
    padding: 2rem 2rem;
    width: 100%;
}

.about2-container {
    padding: 0 4rem;
    width: 100%;
}

.custom-about-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.about2-text {
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size:1.4rem;
    text-align: justify;
}

.about2-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
}

@media (max-width: 992px) {
    .custom-about-image {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .about2-title {
        font-family: 'Lora', serif;
        font-size: 3rem;
        color: #B7410E;
    }
    .about2-text {
        font-family: "Poppins", sans-serif;
        color: #333;
        font-size:1.2rem;
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .custom-about-image {
        max-width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .about2-title {
        font-family: 'Lora', serif;
        font-size: 3rem;
        color: #B7410E;
    }
    .about2-text {
        font-family: "Poppins", sans-serif;
        color: #333;
        font-size:1.2rem;
        text-align: justify;
    }
    .about2-container {
        padding: 0 0rem;
        width: 100%;
        justify-content: center;
        display: flex;
        
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
}


/* Merch Cards */
.merch-card {
    max-width: 400px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.merch-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.merch-carousel-inner img {
    max-width: 100%;
    max-height: 300px; 
    object-fit: cover;
    border-radius: 10px;
}
.merch-carousel-item {
    position: relative;
    width: 100%;
    padding-top: 133.33%; 
}

.merch-carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .merch-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .merch-card {
        max-width: 80%;
    }
}

.merch-img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    width: 100%;
}

.merch-section {
    background: white;
    text-align: center;
}

.merch-title{
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
    margin-bottom: -3px;
}
.merch-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom:3px;
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom:3px;
    color: #848484;
}

@media (max-width: 768px) {

    .merch-title {
        font-size: 3rem;
        text-align: center;
    }
    .merch-caption {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        margin-bottom: -30px;
        text-align: center;
    }
    .card-title {
        font-family: 'Poppins', sans-serif;
        font-size: 1.2rem;
        margin-bottom:3px;
    }
}

.pre-order {
    background: #f2f2f2;
    padding: 30px 0;
}
.pre-order-image {
    max-width: 70%;
}

.pre-order-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #333;
    line-height: 4rem;
}
@media (max-width: 768px) {
    .pre-order-image {
        max-width: 70%;
    }
    .pre-order {
        background: #f2f2f2;
        padding: 20px 0;
    }
    .pre-order .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .pre-order-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.cf-menu-label {
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color:#848484;
    font-size: 1.6rem;
    font-style: italic;
}

@media (max-width: 768px) {
    .cf-menu-label {
        text-align: center!important;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 1.34rem;
        font-style: italic;
    }

}


.careers-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
    margin-bottom: 15px;
    text-align: center;
    line-height: 2.5rem;
}

.careers-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom:3px;
    text-align: center;
    line-height: 1.5rem;
}

@media (max-width: 768px) {
    .careers-title {
        font-size: 3rem;
        text-align: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .careers-caption {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        margin-bottom: -30px;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .careers-container{
        padding-bottom: 1rem;
    }
}

.careers-section {
    padding-bottom: 30px 0;
    padding-top: 30px;
}
.careers2-section {
    padding: 30px 0;
}
.careers-image {
    max-width: 70%;
}

.careers2-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #333;
    line-height: 4rem;
}
@media (max-width: 768px) {
    .careers-image {
        max-width: 70%;
    }
    .careers {
        background: #f2f2f2;
        padding: 20px 0;
    }
    .careers2-section .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .careers-section .row {
        text-align: center;
    }
    .careers2-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-top: 2rem;
    }
}

.apply-about {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 2rem;
}

.apply-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
    font-weight: 500;
}

.apply-caption {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

.apply-btn {
    background: transparent;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1.25rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 2px;
}

.apply-btn:hover {
    background: #e0e0e0;
    border-color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .apply-title {
        font-size: 2.5rem;
    }

    .apply-caption {
        font-size: 1.1rem;
    }

    .apply-btn {
        font-size: 1rem;
        padding: 8px 15px;
    }
}

.applynow-section {
    text-align: center;
}


.applynow-title {
    font-family: 'Lora', serif;
    font-size: 4rem;
    color: #B7410E;
    margin-bottom: 20px;
}

.applynow-subtitle {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 20px;
}

.applynow-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    color: #848484;
    margin: 0 auto;
    max-width: 75%;
    line-height: 1.6;
}

.applynow-list {
    list-style: none;
    padding-left: 0; 
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #333;
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
    line-height: 1.4; 
}

.applynow-list li {
    margin-bottom: 6px; 
    display: flex;
    align-items: flex-start; 
}

.applynow-list li::before {
    content: "•";
    color: #333;
    font-size: 1.3rem;
    margin-right: 10px;
}


@media (max-width: 768px) {
    .applynow-title {
        font-size: 3rem;
    }

    .applynow-subtitle {
        font-size: 2rem;
    }

    .applynow-text {
        font-size: 1.2rem;
        max-width: 90%;
    }

    .applynow-list {
        font-size: 1.1rem;
        max-width: 90%;
    }

    .applynow-section .row {
        flex-direction: column;
        text-align: center;
    }
}
