
 /* ABOUT US background-color: #f5f5f5;*/
.about-section {
    
    color: #333;
    font-family: 'Arial', sans-serif;
    padding: 40px 20px;
   
}


.about-container {
    margin: 40px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
     /* Ensures content stays centered and doesn't stretch too wide */
    text-align: center;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.main-title {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    position: relative;
     font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.main-title .highlighted {
    color: #f06d20;
}

.about-intro {
    font-size: 1.2em;
    line-height: 1.8;
     font-family: 'Arial', sans-serif;
    margin-bottom: 30px;
}

.about-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.about-box h2,
.travel-section h4 {
    font-size: 1.8em;
    color: #f06d20;
     font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.about-box p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}

.travel-section h4 {
    display: flex;
     font-family: 'Arial', sans-serif;
    align-items: center;
    gap: 10px;
}

.travel-section h4 i {
    font-size: 1.5em;
   
    color: #f06d20;
}

hr {
    border: none;
    border-top: 2px solid #f06d20;
    margin: 15px 0;
    width: 100%; /* Full-width divider */
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-box {
        padding: 15px;
    }

    .main-title {
        font-size: 2em;
    }

    .about-box h2,
    .travel-section h3 {
        font-size: 1.6em;
    }

    .travel-section p {
        font-size: 0.9em;
    }
}







/*READ MOREr */
.read-more-box {
    margin-top: 15px;
    padding: 10px;
    background-color: #f06d20; /* Brand color for the box */
    border: 1px solid #f06d20; /* Border in the brand color */
    border-radius: 8px; /* Rounded corners */
    display: inline-block;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.read-more-link {
    font-size: 1.1em;
    color: white; /* White text inside the box */
    text-decoration: none;
    font-weight: bold;
}

.read-more-box:hover {
    background-color: #d05d14; /* Darker shade on hover */
    border-color: #d05d14; /* Darker border on hover */
}

.read-more-link:hover {
    
}








/* SOCIAL BUTTON */

/* Open Popup Button */
.open-popup-btn {
    position: fixed;
    left: 20px; /* Align it 20px from the left side */
    bottom: 20px;
    background-color: #f06d20; /* Button color */
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 999;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Social Media Box */
.social-box {
    position: fixed;
    left: 20px; /* Align it to the left side */
    top: 50%; /* Position it vertically centered */
    transform: translateY(-50%); /* Vertically center the box */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px;
    width: 250px;
    display: none; /* Initially hidden */
    font-family: Arial, sans-serif;
}

/* Header Style */
.social-header {
    background-color: #f4f4f4;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
}

/* Social Media Links */
.social-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

/* Individual Social Media Buttons */
.social-btn {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    justify-content: flex-start; /* Align content to the left */
    background-color: #eee; /* Light background to distinguish buttons */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */
}

.social-btn:hover {
    background-color: #ddd; /* Slightly darker on hover */
    transform: translateX(5px); /* Button moves slightly on hover */
}

/* Icons */
.social-btn i {
    margin-right: 10px; /* Space between icon and text */
    font-size: 18px; /* Slightly larger icons */
}

/* WhatsApp Button */
.whatsapp {
    background-color: #25D366;
}

/* Facebook Button */
.facebook {
    background-color: #1877F2;
}

/* Instagram Button */
.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}


/* Social Media Buttons */
.social-btn i {
    margin-right: 10px;
    font-size: 18px; /* Adjust the icon size */
}










/* CSS FOR PLAN DAYTRIPS */
        .event-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
             font-family: Arial, sans-serif;
            background-color: #fff;
            text-align: center;
        }

        .event-section h2 {
            font-size: 3em;
            
             color:#f06d20;
             font-weight: bold;
             font-family: Arial, sans-serif;
            margin-bottom: 5px;
        }
         .event-section h3 {
            font-size: 2em;
            
             font-weight: bold;
             font-family: Arial, sans-serif;
          
        }

        .event-cards {
            display: flex;
            gap: 20px;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-behavior: smooth;
            animation: slide 20s linear infinite;
        }

       

        .event-card {
            position: relative;
            min-width: 300px;
            height: 350px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .event-card:hover {
            transform: scale(1.05);
        }

        .event-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.7);
        }

        .event-card-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            text-align: center;
            z-index: 2;
        }

        .event-card h3 {
            font-size: 1.8em;
            margin: 0;
           
             font-family: Arial, sans-serif;
        }

        .event-card a {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 20px;
            color: #fff;
            border: 2px solid #fff;
            text-decoration: none;
            font-weight: bold;
             font-family: Arial, sans-serif;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .event-card a:hover {
            background-color: #fff;
            color: #f06d20;
        }

        .mobile-instructions {
            display: none;
            font-size: 0.9em;
            color: #666;
            margin-top: 10px;
        }

        @media (max-width: 768px) {
            .mobile-instructions {
                display: block;
            }

            .event-cards {
                animation: none;
            }
        }






    /*<!--WHY MAKE TRAVEL AND ADVENTURE WITH US?  -->*/
/* Apply Arial font to all elements */
* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main About Section */
.about-container {
    margin: 40px auto;
    padding: 20px;
     background-color: #f0f0f0;
    max-width: 1200px; /*Ensures content stays centered and doesn't stretch too wide */
    text-align: center;
}

.main-title {
    font-family: Arial, sans-serif;
    font-size: 2.5em;
    color: #f06d20;
    margin-bottom: 20px;
}

.highlighted {
    color: #d05d14;
}

.about-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block; /* Centers the content */
    text-align: left; /* Ensures text is aligned to the left */
    width: 100%;
    max-width: 900px; /* Adjust the width for optimal readability */
    margin-top: 20px;
}

.about-intro, .mission, .beliefs {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

/* Why Us and Our Values Section */
.why-us-values-container {
    margin-top: 50px;
    text-align: center; /* Centers the section header */
}

.section-header {
    margin-bottom: 30px;
}

.section-title {
    font-family: Arial, sans-serif;
    font-size: 2em;
    color: #f06d20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-subtitle {
    font-size: 1.1em;
    color: #555;
    margin-top: 10px;
}

.why-us-cards, .our-values-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-items: center;
}

.why-us-card, .value-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90%;
    transition: transform 0.3s ease-in-out;
}

.why-us-card h3, .value-card h3 {
    font-family: Arial, sans-serif;
    color: #f06d20;
    font-size: 1.4em;
    margin-bottom: 15px;
}

.why-us-card p, .value-card p {
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

/* Hover Effect for Cards */
.why-us-card:hover, .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Adjust layout for mobile screens */
@media screen and (max-width: 768px) {
    .why-us-cards, .our-values-cards {
        grid-template-columns: 1fr 1fr;
    }

    .why-us-card, .value-card {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .why-us-cards, .our-values-cards {
        grid-template-columns: 1fr;
    }
}



/* Styling for horizontal rule (hr) */
hr {
    border: 0;
    border-top: 2px solid #f06d20;
    margin: 30px auto;
    width: 90%; /* Adjust width as needed */
}

/* Adjust layout for mobile screens */
@media screen and (max-width: 768px) {
    hr {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    hr {
        width: 70%;
    }
}





/*  <!--KILIMANJARO ROUTES  -->*/

.custom-event-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
           
        }

        .custom-event-section h2 {
            text-align: center;
            color: #f06d20;
            font-size: 35px;
            font-weight: bold;
             font-family: Arial, sans-serif;
        }

        .custom-event-section p {
            text-align: center;
            color: white;
            line-height: 1.6;
             font-size: 18px;
            margin: 20px 0;
             font-family: Arial, sans-serif;
        }

        .custom-event-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .custom-event-card {
            background-color: #f06d20;
            color: #fff;
            padding: 0;
           
            text-align: center;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .custom-event-card img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .custom-event-card-content {
            padding: 20px;
        }

        .custom-event-card h3 {
            margin: 10px 0;
            font-size: 2em;
             font-family: Arial, sans-serif;
        }

        .custom-event-card p {
            margin: 10px 0;
            font-size: 1em;
            line-height: 1.4;
        }

        .custom-event-card a {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 20px;
            background-color: #fff;
            color: #f06d20;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
            transition: background-color 0.3s, color 0.3s;
        }

        .custom-event-card a:hover {
            background-color: #d55b1a;
            color: #fff;
        }

        .custom-event-card:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .custom-event-section {
                padding: 10px;
            }

            .custom-event-card-content {
                padding: 15px;
            }

            .custom-event-card h3 {
                font-size: 1.2em;
            }

            .custom-event-card p {
                font-size: 0.9em;
            }

            .custom-event-card a {
                padding: 8px 15px;
                font-size: 0.9em;
            }
        }
