/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
p, li, a, span{
      font-family: "Noto Sans", sans-serif !important;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn {
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-success{background-color: #00473c; border: #00473c;}

header nav .navbar-brand{
width: 120px;
}
header nav ul.navbar-nav {
    gap: 70px;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.d-flex.flex-column-reverse.flex-md-row.align-items-center.w-100 .certification-img.service-img img {
    margin-left: auto;
}


.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #0056b3;
    margin: 15px auto 0;
}

/* Hero Section */
.hero-section {
    padding: 0px 0 100px;
}
.certification-process .description  p {
    text-align: justify !important;
}
.hero-section h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.hero-section h2 {
    font-size: 70px;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #666;
}
.certification-process p, .our-services p{
     color: #666;
}
.certificate-sec img{
    max-width: 50px;
}
.certificate-sec img {
    margin-left: 10px;
    margin-top: 20px;
}
.certification-categories h3.card-title.text-white {
    margin-bottom: 10px;
}


/* Certification Process Section */
.certification-process .title h2 {
    font-size: 60px;
}
.service_title h2 {
    font-size: 3rem;
    margin-bottom: 20px !important;
}
.multi-location-card {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 10px 8px #eee;
    margin: 30px 0;
}
.certification-categories h2 {
    margin-bottom: 20px !important;
    font-size: 2.5rem;
}
.certification-process .card {
    border-radius: 0px 50px 0px 0px;
    background: #DBFFEC;
}
.certification-process .card-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.certification-process .card-text {
    color: #666;
    margin-bottom: 20px;
}
.certification-process .card-body a{padding: 0; text-decoration: underline;}

/* Our Services Section */
.our-services {
    background-color: #00473c;
    padding: 100px 0px;
}
.res_img .img-fluid {
    width: 100%;
    object-fit: cover;
}
.certification-categories p {
    text-align: justify;
}
#faqAccordion .accordion-item {
    margin-bottom: 10px;
}
#faqAccordion .accordion-item .accordion-button {
    background-color: #0f583217;
    color: #000;
}
.service-icon {
    font-size: 2.5rem;
    color: #0056b3;
}
.our-services .card a{border: 1px solid #00473c; color: #00473c; border-radius: 30px;}
/* Multi-Location Restaurants Section */
.multi-location h2 {
    font-size: 41px;
    margin-bottom: 20px;
}
.multi-location .logo{text-align: right;}
.multi-location p {
    color: #666;
    margin-bottom: 20px;
}
.multi-location .logo img {
    width: 60px;
}

/* Certifications Categories Section */
.certification-categories{padding: 100px 0px; background-color: #00473c;}
.certification-categories .badge {
    font-size: 0.8rem;
    padding: 5px 10px;
}

/* Training Events Section */
.date-box {
    text-align: center;
    background:#00473c;
    color: white;
    padding: 10px;
    border-radius: 5px;
    min-width: 60px;
}
.training-events h3.card-title {
    font-size: 1.2rem !important;
}
h2.halaltitle {
    font-size: 4rem;
}
h2.expand_title {
    font-size: 4.5rem;
}
.date-box .day {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

.date-box .month {
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Testimonials Section */
.testimonials {
    background-color: #f8f9fa;
}

/* FAQ Section */
.faq .accordion-button {
    font-weight: 600;
}
.faq{background: url(imgs/faq-bg.png); background-repeat: no-repeat; background-size: cover; padding: 50px 0px;}
/* Expand Reach Section */
.expand-reach h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.expand-reach p {
    color: #666;
    margin-bottom: 30px;
}

/* Job Portal Section */
.job-portal h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.job-portal p {
    color: #666;
    margin-bottom: 30px;
}

/* Halal Manual Guide Section */
.halal-manual h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.halal-manual h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #0056b3;
}

.halal-manual p {
    color: #666;
    margin-bottom: 20px;
}

.news-section {
    padding: 4rem 0;
    background-color: white;
}

.section-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--accent-color);
    margin: 1rem auto;
}

.news-carousel {
    padding: 0 2rem;
}

.news-item {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    margin: 0 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.news-description {
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.read-more {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #c0392b;
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(3px);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    color: var(--primary-color);
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 60%;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.page-id-25853  .entry-content {
    text-align: justify;
}
@media (max-width: 768px) {
    .news-carousel {
        padding: 0;
    }
    
    .news-item {
        margin: 0 0.5rem;
    }
}

/* Newsletter Section */
.newsletter .form-control {
    height: 50px;
    border-radius: 4px 0 0 4px;
}

.newsletter .btn {
    border-radius: 0 4px 4px 0;
}


/* Footer */
.footer a:hover {
    color: #0056b3 !important;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
}

.social-icons a:hover {
    background: #0056b3;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section h2 {
        font-size: 1.5rem;
    }
    
    .hero-section img {
        margin-top: 30px;
    }
    
    .industry-growth h2, 
    .multi-location h2,
    .expand-reach h2,
    .job-portal h2,
    .halal-manual h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 50px 0;
    }
    
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .hero-section h2 {
        font-size: 1.3rem;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .date-box {
        min-width: 50px;
    }
    
    .date-box .day {
        font-size: 1.2rem;
    }
    
    .date-box .month {
        font-size: 0.8rem;
    }
}