#services h5{ font-weight: normal; line-height:normal; font-size: 16px; }
#services .pad-20{ padding-top: 10px; }

/* About Us Section Styles */
.about-content {
    line-height: 1.8;
    color: #333;
}

.intro-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #2c3e50;
}

.about-content p {
    margin-bottom: 20px;
    text-align: justify;
}

.section-title {
    color: #f39c12;
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f39c12;
}

.subsection-title {
    color: #e67e22;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
    padding-left: 15px;
    border-left: 4px solid #e67e22;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.feature-list li {
    background: #f8f9fa;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.destination-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.destination-list li {
    background: #f1f8e9;
    padding: 12px 18px;
    margin-bottom: 8px;
    border-radius: 6px;
    border-left: 4px solid #4caf50;
}

.package-list {
    background: #fff3e0;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #ff9800;
}

.package-list li {
    margin-bottom: 15px;
    font-weight: 500;
}

.tips-list {
    background: #e3f2fd;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid #2196f3;
    list-style: none;
}

.tips-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.tips-list li:before {
    content: "•";
    color: #2196f3;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.service-note {
    background: #fff8e1;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ffc107;
    font-style: italic;
    margin: 25px 0;
}

.itinerary-box {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    border: 2px solid #9e9e9e;
}

.itinerary-box h5 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.day-list {
    list-style: none;
    padding-left: 0;
}

.day-list li {
    background: white;
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 6px;
    border-left: 4px solid #607d8b;
}

.destination-grid {
    display: flex;
    gap: 30px;
    margin: 25px 0;
}

.destination-column {
    flex: 1;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

.destination-column h5 {
    color: #495057;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.city-list {
    list-style: none;
    padding-left: 0;
}

.city-list li {
    padding: 8px 12px;
    margin-bottom: 5px;
    background: white;
    border-radius: 4px;
    border-left: 3px solid #6c757d;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    background: #e8f5e8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.benefits-list li {
    margin-bottom: 10px;
    padding: 8px 0;
    font-weight: 500;
}

.tour-types {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.tour-types li {
    background: #e3f2fd;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #2196f3;
    font-weight: 500;
}

.road-trip-box {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.road-trip-box h4 {
    color: #f39c12;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.trip-day {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.trip-day h5 {
    color: #3498db;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.attraction-list {
    list-style: none;
    padding-left: 0;
}

.attraction-list li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
    color: #ecf0f1;
}

.attraction-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
}

.trip-summary {
    background: rgba(52, 152, 219, 0.2);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid rgba(52, 152, 219, 0.3);
}

.trip-summary p {
    margin-bottom: 10px;
    color: #ecf0f1;
}

.road-trip-box .tips-list {
    background: rgba(231, 76, 60, 0.2);
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 2px solid rgba(231, 76, 60, 0.4);
}

.road-trip-box .tips-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #ecf0f1;
}

.road-trip-box .tips-list li:before {
    content: "•";
    color: #e74c3c;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.road-trip-box .service-note {
    background: rgba(241, 196, 15, 0.2);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #f1c40f;
    font-style: italic;
    margin: 25px 0;
    color: #ecf0f1;
}

/* Terms & Conditions Section Styles */
.terms-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.booking-section {
    margin-bottom: 40px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 2px solid #dee2e6;
}

.booking-section .section-title {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 3px solid #3498db;
    padding-bottom: 10px;
}

.booking-form {
    background: white;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.booking-form .subsection-title {
    color: #495057;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #6c757d;
}

.booking-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.booking-list li {
    background: #f8f9fa;
    padding: 12px 20px;
    margin-bottom: 8px;
    border-radius: 6px;
    border-left: 4px solid #007bff;
    font-weight: 500;
    color: #495057;
}

.contact-info {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #2196f3;
    text-align: center;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-info a {
    color: #1976d2;
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    color: #0d47a1;
    text-decoration: underline;
}
.contact-info p strong{
    color: #333;
}

.terms-grid {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.terms-column {
    flex: 1;
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #dee2e6;
}

.terms-subtitle {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #e74c3c;
}

.terms-list {
    list-style: none;
    padding-left: 0;
}

.terms-list li {
    background: white;
    padding: 15px 20px;
    margin-bottom: 12px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    line-height: 1.6;
    color: #333;
}

.terms-list li i {
    color: #3498db;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.terms-list li strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Specific icon colors for different types of terms */
.terms-list li .fa-clock-o { color: #f39c12; }
.terms-list li .fa-calendar { color: #e67e22; }
.terms-list li .fa-exclamation-triangle { color: #e74c3c; }
.terms-list li .fa-snowflake-o { color: #3498db; }
.terms-list li .fa-building { color: #9b59b6; }
.terms-list li .fa-shield { color: #27ae60; }
.terms-list li .fa-ban { color: #e74c3c; }
.terms-list li .fa-smoking-ban { color: #e74c3c; }
.terms-list li .fa-road { color: #95a5a6; }
.terms-list li .fa-tint { color: #3498db; }
.terms-list li .fa-exclamation-circle { color: #e74c3c; }
.terms-list li .fa-money { color: #f39c12; }
.terms-list li .fa-map-marker { color: #e74c3c; }
.terms-list li .fa-handshake-o { color: #27ae60; }
.terms-list li .fa-times-circle { color: #e74c3c; }
.terms-list li .fa-exchange { color: #9b59b6; }
.terms-list li .fa-phone { color: #3498db; }
.terms-list li .fa-rupee { color: #f39c12; }
.terms-list li .fa-credit-card { color: #27ae60; }
.terms-list li .fa-lock { color: #34495e; }
.terms-list li .fa-wrench { color: #95a5a6; }

/* Services Section Styles */
#services {
    background: #f8f9fa;
    padding: 60px 0;
}

#services h4.yellow {
    color: #e67e22 !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#services h2.h1 {
    color: #2c3e50;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#services .matchHeight {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    text-align: center;
}

#services .matchHeight:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#services .image {
    margin-bottom: 15px;
}

#services .image img {
    max-width: 60px;
    height: auto;
    transition: transform 0.3s ease;
}

#services .matchHeight:hover .image img {
    transform: scale(1.1);
}

#services h5 {
    color: #2c3e50;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

#services .pad-20 {
    width: 100%;
    clear: both;
}

/* Block Footer Section Styles */
#block-footer {
    color: #333;
    padding: 40px 0;
}

#block-footer h4 {
    color: #f39c12;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#block-footer .company-info p {
    margin-bottom: 8px;
    line-height: 1.6;
}
#block-footer .company-info p strong{
    color: #CCCCCC;
}
#block-footer .company-info .yellow {
    color: #f39c12;
    font-weight: 600;
}

#block-footer .company-info em {
    color: #CCCCCC;
    font-style: italic;
}

#block-footer .address-text {
    /*background: rgba(52, 152, 219, 0.1);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    margin: 15px 0;*/
    line-height: 1.8;
    color: #ccc;
}

#block-footer .address {
    list-style: none;
    padding-left: 0;
}

#block-footer .address li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

#block-footer .address li span {
    color: #3498db;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

#block-footer .address li a {
    color: #CCCCCC;
    text-decoration: none;
    transition: color 0.3s ease;
}

#block-footer .address li a:hover {
    color: #f39c12;
    text-decoration: underline;
}

#block-footer .address li.email a {
    color: #3498db;
}

#block-footer .address li.email a:hover {
    color: #f39c12;
}

#block-footer a[href^="http"] {
    color: #3498db;
    text-decoration: none;
}

#block-footer a[href^="http"]:hover {
    color: #f39c12;
    text-decoration: underline;
}
.navbar .logo img{
    width: auto; height: 60px;
}
.inner-header h1{ color:#fff; }
.inner-header p{ color:#fff; }
.inner-header{ padding: 100px 0; background-repeat: no-repeat; background-size: cover; }
.home-about-section{ padding: 60px 0; }
.contact-details a { color:#337ab7; }
.contact-details a:hover { color:#f39c12; }
#navbar .navbar-nav{ margin-bottom: 0; }
.feature-box i { font-size: 3em; }
@media (max-width: 991px){
    #services .matchHeight{ min-height: 190px; }
    #services .pad-20{ margin-bottom: 0; }
    #services .row > div{ margin: 5px; width: calc(50% - 12px); }
    #services h5{ margin: 10px 0 10px;  }
    .home-about-section{ margin-top: 10px; }
    .navbar .logo img{ height: 50px; }
}


/* Responsive Design */
@media (max-width: 1199px) {
    .home-about-section{ margin-top: 170px; }
}
@media (max-width: 991px) {
    .home-about-section{ margin-top: 10px; }
}
@media (max-width: 768px) {
    nav.navbar .logo{ display: inline-block; width: auto; margin: 0; padding: 0; }
    .about-content .destination-grid {
        flex-direction: column;
        gap: 20px;
    }
    .about-content .tour-types {
        flex-direction: column;
    }
    .about-content .tour-types li {
        text-align: left;
    }
    .about-content .section-title {
        font-size: 20px;
    }
    .about-content .subsection-title {
        font-size: 18px;
    }

    .about-content .road-trip-box .tips-list {
        padding: 20px 15px;
    }
    /* Responsive design for terms section */
    .terms-grid {
        flex-direction: column;
        gap: 20px;
    }

    .terms-content {
        padding: 0;
    }

    .booking-section {
        padding: 20px;
    }

    .booking-form {
        padding: 20px;
    }

    .terms-column {
        padding: 12px;
    }

    .booking-section .section-title {
        font-size: 20px;
    }

    .terms-subtitle {
        font-size: 18px;
    }

    /* Responsive design for footer */
    #block-footer {
        padding: 30px 0;
    }

    #block-footer h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #block-footer .address-text {
        /*padding: 12px;*/
        font-size: 14px;
    }
    #services h5{ font-size:13px;  }
    #services .pad-20{ display:none; }
}

/* Navigation Layout Fixes */
.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar .logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar .logo span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #f39c12;
    white-space: nowrap;
}

.navbar-collapse {
    display: flex !important;
    flex-grow: 0;
    justify-content: flex-end;
}

.navbar-collapse .nav {
    display: flex;
    margin: 0;
    align-items: start;
}

.navbar-collapse .nav li {
    margin-left: 20px;
}

.navbar-header {
    display: none;
}

@media (max-width: 991px) {
    .navbar .container {
        flex-wrap: wrap;
    }
    
    .navbar-header {
        display: block;
        order: 2;
        margin-left: auto;
    }
    
    .navbar .logo {
        order: 1;
    }
    
    .navbar-collapse {
        order: 3;
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    
    .navbar-collapse .nav {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-collapse .nav li {
        margin: 5px 0;
        text-align: center;
    }
}