/* ============================Nav Bar Css====================== */
body{
    font-family: "Roboto", sans-serif;
}
.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 90px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-brand {
    font-size: 40px;
    font-weight: bold;
    color: #000000 !important;
    text-decoration: none;
}

.navbar-nav .nav-link {
    color: #333333 !important;
    margin: 0 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #FF6B38 !important;
}

.btn-enroll-nav {
    background-color: #FF6B38;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-enroll-nav:hover {
    background-color: #e55a31;
    color: white;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 1rem;
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
    }

    .btn-enroll-nav {
        margin-top: 1rem;
        display: inline-block;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 32px;
    }
}

/* ============================Nav Bar Css End====================== */
.hero-section {
    background-image: url('https://readdy.ai/api/search-image?query=Modern%20professional%20training%20classroom%20environment%20with%20people%20working%20at%20laptops%2C%20bright%20lighting%2C%20clean%20white%20tables%2C%20contemporary%20office%20space%2C%20business%20professionals%20learning%2C%20soft%20natural%20lighting%2C%20minimalist%20design%2C%20professional%20atmosphere&width=1920&height=1080&seq=hero-bg-001&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0px;
    margin-top: 90px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 57%);
    z-index: 1;
}

.content-card-banner {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 48px 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    margin: 0 20px;
    position: relative;
    z-index: 2;
}

.main-title-banner {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
}

.orange-text {
    color: #FF6B00;
}

.subtitle-banner-card {
    font-size: 1.2rem;
    color: #666666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-buttons-card-banner {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-enroll {
    background-color: #FF6B00;
    color: white;
    border: none;
    padding: 15px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-enroll:hover {
    background-color: #e55a00;
    color: white;
    transform: translateY(-2px);
}

.btn-explore {
    background-color: transparent;
    color: #FF6B00;
    border: 2px solid #FF6B00;
    padding: 13px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-explore:hover {
    background-color: #FF6B00;
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .content-card-banner {
        padding: 40px 30px;
        margin: 0 0px;
    }

    .main-title-banner {
        font-size: 2.5rem;
    }

    .subtitle-banner-card {
        font-size: 1.1rem;
    }

    .cta-buttons-card-banner {
        flex-direction: column;
        align-items: center;
    }

    .btn-enroll,
    .btn-explore {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .content-card-banner {
        padding: 30px 20px;
    }
    .navbar-collapse{
        padding-bottom:20px;
    }
    .navbar-custom .container{
        background:#fff;
    }
    .main-title-banner {
        font-size: 2rem;
    }

    .subtitle-banner-card {
        font-size: 1rem;
    }
}

/* ==========================Section-2 ========================= */
.section-2 {
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.about-header {
    text-align: center;
    padding: 60px 0 40px 0;
}

.heading-about {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d1b28;
    margin-bottom: 20px;
}

.about-header p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.skills-section {
    padding: 40px 0;
    margin: 40px 0;
}

.skills-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.skills-text {
    flex: 1;
}

.skills-text p {
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.7;
}

.skills-image {
    flex: 1;
}

.skills-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stats-section {
    padding: 60px 0;
}

.stat-card-section-2 {
    text-align: center;
    padding: 20px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.stat-number-section-2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}

.stat-number-section-2.orange {
    color: #FF6B35;
}

.stat-number-section-2.blue {
    color: #3B82F6;
}

.stat-number-section-2.green {
    color: #22C55E;
}

.stat-label-section-2 {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 500;
}

@media (max-width: 768px) {
    .heading-about {
        font-size: 2rem;
    }

    .about-header {
        padding: 40px 0 30px 0;
    }

    .skills-content {
        flex-direction: column;
        gap: 30px;
    }

    .stat-number-section-2 {
        font-size: 2.5rem;
    }

    .skills-section {
        margin: 20px 0 10px 0px;
        padding: 30px 0 ;
    }

    .stats-section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .heading-about {
        font-size: 1.75rem;
    }

    .stat-number-section-2 {
        font-size: 2rem;
    }
}

/* ==========================Section-2 End========================= */
/* ==========================Section-3 START========================= */
.main-container-section-3 {
    line-height: 1.6;
    background-color: #ffffff;
    min-height: 100vh;
    padding: 4rem 0;
}

.header-section-section-3 {
    text-align: center;
    margin-bottom: 4rem;
}

.headinfing-section-3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.header-section-section-3 p {
    font-size: 1.1rem;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.course-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.course-card {
    background: #f8f9fa;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    height: 100%;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.icon-blue {
    background-color: #e3f2fd;
    color: #1976d2;
}

.icon-orange {
    background-color: #fff3e0;
    color: #f57c00;
}

.icon-green {
    background-color: #e8f5e9;
    color: #388e3c;
}

.icon-purple {
    background-color: #f3e5f5;
    color: #7b1fa2;
}

.icon-pink {
    background-color: #fce4ec;
    color: #c2185b;
}

.course-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.course-description {
    font-size: 0.95rem;
    color: #666666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.learn-more-link {
    color: #ff6b35;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s ease;
}

.learn-more-link:hover {
    color: #e55a2b;
}

.learn-more-link::after {
    content: '→';
    margin-left: 0.25rem;
}

@media (max-width: 992px) {
    .headinfing-section-3 {
        font-size: 2rem;
    }

    .main-container-section-3 {
        padding: 3rem 0;
    }

    .header-section-section-3 {
        margin-bottom: 3rem;
    }
}

@media (max-width: 768px) {
    .headinfing-section-3 {
        font-size: 1.75rem;
    }

    .header-section-section-3 p {
        font-size: 1rem;
    }

    .course-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }

    .main-container-section-3 {
        padding: 2rem 0;
    }
}

@media (max-width: 576px) {
    .course-card {
        padding: 1.5rem;
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
}

/* ==========================Section-3 End========================= */
/* ==========================Section-4 Start========================= */
.why-choose-section {
    padding: 80px 0;
    background-color: #eff6ff;
}

.section-title-section-4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-subtitle-section-4 {
    font-size: 1.1rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.feature-card-section-4 {
    text-align: center;
    padding: 2rem 1rem;
    background: transparent;
    border: none;
    margin-bottom: 2rem;
}

.feature-icon-section-4 {
    width: 80px;
    height: 80px;
    background-color: #FF6B2C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
}

.feature-title-section-4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.feature-description-section-4 {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991.98px) {
    .section-title-section-4 {
        font-size: 2rem;
    }

    .why-choose-section {
        padding: 60px 0;
    }

    .feature-card-section-4 {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767.98px) {
    .section-title-section-4 {
        font-size: 1.75rem;
    }

    .section-subtitle-section-4 {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .why-choose-section {
        padding: 40px 0;
    }

    .feature-icon-section-4 {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }

    .feature-title-section-4 {
        font-size: 1.1rem;
    }

    .feature-description-section-4 {
        font-size: 0.9rem;
    }
}

/* ==========================Section-4 End========================= */
/* ==========================Section-5 Start========================= */
.testimonial-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-title-section-5 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 1rem;
}

.section-subtitle-section-5 {
    font-size: 1.1rem;
    color: #666666;
    text-align: center;
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.testimonial-carousel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-item {
    background-color: #f8f9fa;
    border-radius: 16px;
    padding: 3rem 2.5rem;
    margin: 0 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.student-avatar {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    object-fit: cover;
}

.star-rating-section-5 {
    margin-bottom: 1.5rem;
}

.star-rating-section-5 .star {
    color: #ffc107;
    font-size: 1.2rem;
    margin: 0 2px;
}

.testimonial-quote {
    font-size: 1.1rem;
    font-style: italic;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.student-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.student-role {
    font-size: 0.95rem;
    color: #666666;
}

#carousel-testi .owl-nav {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 100%;
}

#carousel-testi .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e9ecef;
    color: #666666;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 40px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 10px;
    line-height: 1;
}

#carousel-testi.owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
}

#carousel-testi .owl-nav button:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #333333;
}

#carousel-testi .owl-nav .owl-prev {
    left: -15px;
}

#carousel-testi .owl-nav .owl-next {
    right: -15px;
}

#carousel-testi .owl-dots {
    text-align: center;
    margin-top: 3rem;
}

#carousel-testi .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dee2e6;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#carousel-testi .owl-dots .owl-dot.active {
    background-color: #ff6b35;
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .section-title-section-5 {
        font-size: 2rem;
    }

    .section-subtitle-section-5 {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .testimonial-item {
        padding: 2rem 1.5rem;
        margin: 0 10px;
    }

    #carousel-testi .owl-nav .owl-prev {
        left: -30px;
    }

    #carousel-testi .owl-nav .owl-next {
        right: -30px;
    }
}

@media (max-width: 576px) {
    #carousel-testi .owl-nav .owl-prev {
        left: -12px;
    }

    #carousel-testi .owl-nav .owl-next {
        right: -12px;
    }

    #carousel-testi .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* ==========================Section-5 End========================= */
/* ==========================Section-6 Start========================= */
.main-container-section-6 {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    padding: 60px 0px;
}

.main-title-section-6 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 1rem;
}

.subtitle-section-6 {
    font-size: 1.1rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.events-grid-section-6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.event-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.event-card.active{
    border: 1px solid #e55a00;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.featured-badge-section-6 {
    background: #FF6B2B;
    color: white;
    padding: 8px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.card-content-section-6 {
    padding: 1.5rem;
}

.event-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.event-meta {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.event-meta svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #6c757d;
}

.event-description {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 1rem 0;
    line-height: 1.5;
}

.event-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.event-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B2B;
}

.register-btn-section-6 {
    background: #FF6B2B;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.register-btn-section-6:hover {
    background: #e55a24;
    color: white;
}

.countdown-section {
    text-align: center;
    margin-top: 4rem;
}

.countdown-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.countdown-item {
    background: #FF6B2B;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    min-width: 80px;
    text-align: center;
}

.countdown-number {
    font-size: 2rem;
    font-weight: 700;
    display: block;
}

.countdown-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

.book-seat-btn {
    background: #4285F4;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.book-seat-btn:hover {
    background: #3367d6;
    color: white;
}

@media (max-width: 768px) {
    .main-title-section-6 {
        font-size: 2rem;
    }

    .events-grid-section-6 {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .countdown-timer {
        gap: 0.5rem;
    }

    .countdown-item {
        min-width: 70px;
        padding: 0.8rem;
    }

    .countdown-number {
        font-size: 1.5rem;
    }
}

/* ==========================Section-6 End========================= */
/* ==========================Section-7 Start========================= */
.main-container-section-7 {
    background-color: #ffffff;
    color: #333;
    padding: 60px 0px;
}

.header-section-section-7 {
    text-align: center;
    margin-bottom: 50px;
}

.main-title-section-7 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.subtitle-section-7 {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.content-row {
    margin-top: 40px;
}

.form-section {
    padding-right: 30px;
}

.contact-section {
    padding-left: 30px;
}

.form-section .form-group {
    margin-bottom: 20px;
}

.form-section .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.form-section .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-section .form-control:focus {
    border-color: #FF6B2C;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 44, 0.15);
}

.form-section .form-control::placeholder {
    color: #adb5bd;
}

.message-textarea {
    resize: vertical;
    min-height: 120px;
}

.character-counter {
    text-align: right;
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.form-section .send-btn {
    background-color: #FF6B2C;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.form-section .send-btn:hover {
    background-color: #e55a24;
}

.contact-info-section {
    margin-bottom: 40px;
}

.section-title-section-7 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
}

.contact-item-section-7 {
    background-color: #FFF8F3;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-icon-section-7 {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B2C;
    margin-right: 12px;
    font-size: 18px;
}

.contact-details {
    flex: 1;
}

.contact-type {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
    margin-bottom: 2px;
}

.contact-value {
    color: #6c757d;
    font-size: 14px;
}

.location-section {
    margin-top: 40px;
}

.map-container {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background-image: url('https://public.readdy.ai/gen_page/map_placeholder_1280x720.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.address-info {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .main-title-section-7 {
        font-size: 2rem;
    }

    .form-section,
    .contact-section {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .content-row {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {

    .main-title-section-7 {
        font-size: 1.75rem;
    }

    .subtitle-section-7 {
        font-size: 1rem;
    }
}

/* ==========================Section-7 End========================= */
/* ==========================Footer Start========================= */
.footer-section {
    background-color: #1F2937;
    color: #9CA3AF;
    padding: 4rem 0 0 0;
}

.footer-content {
    padding-bottom: 2rem;
}

.footer-logo {
    background-color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-logo h4 {
    color: #1F2937;
    font-weight: bold;
    margin: 0;
    font-size: 1.2rem;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.social-icons-footer {
    display: flex;
    gap: 0.5rem;
}

.social-icon-footer {
    width: 32px;
    height: 32px;
    background-color: #374151;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon-footer:hover {
    background-color: #4B5563;
    color: #D1D5DB;
}

.footer-title {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #9CA3AF;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #D1D5DB;
}

.contact-item-footer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.contact-icon-footer {
    color: #9CA3AF;
    margin-right: 0.75rem;
    margin-top: 0.1rem;
    width: 16px;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.footer-bottom-links {
    display: flex;
    gap: 1rem;
}

.footer-bottom-links a {
    color: #9CA3AF;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #D1D5DB;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 2rem 0 0 0;
    }
    #carousel-testi .owl-nav button {
        align-items: center;
    }

    .footer-content .col-md-3 {
        margin-bottom: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .social-icons-footer {
        justify-content: flex-start;
    }

    .footer-description {
        font-size: 0.85rem;
    }

    .contact-item-footer {
        font-size: 0.85rem;
    }
}

/* ==========================Gallery start========================= */
.gallery-section {
    background: #f8f9fa;
}

.gallery-main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}

    .gallery-main-heading span {
        font-size: 2.5rem;
        font-weight: 700;
        color: #FF6B00;
        line-height: 1.5;
    }

.gallery-card {
    border: none;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border-radius: 10px;
}

    .gallery-card:hover {
        transform: translateY(-5px);
    }

.gallery-image img {
    transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-image img {
    transform: scale(1.05);
}


/* ==========================GAllary start========================= */

/* founder section */
.founder-section {
    background: url('../../static/img/palmaliscie5x3mroz1---w-1200.jpg') no-repeat center center/cover;
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

    .founder-section h2 {
        font-weight: bold;
        font-size: 2.5rem;
    }

        .founder-section h2 span {
            color: #ff7f66;
        }

.founder-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.founder-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.founder-desc {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}


/* about section */

.about-section {
    background-color: #f8f9fa;
	margin-top: 85px;
}

    .about-section h2 {
        font-weight: 700;
        color: #ff7f66;
    }

    .about-section p.lead {
        font-size: 1.25rem;
        font-weight: 500;
        color: #333;
    }

    .about-section p {
        color: #555;
        line-height: 1.6;
    }