.travel-section {
    padding: 50px 0;
}
.travel-section .title {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
}
.travel-section .heading {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
}
.travel-section .heading span {
    background: linear-gradient(92deg, #ff0049 1.79%, #f63ac6 97.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
}
.travel-section .subheading {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .48px;
    text-transform: capitalize;
}
.travel-section .globe-image img {
    max-width: 100%;
    height: auto;
}
.mission-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.mission-title .highlight {
    color: #f9326b; /* Gradient-like orange */
}

.mission-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
}

.founders-container {
    position: relative;
    display: inline-block;
}

.founders-container img {
    max-height: 300px;
}

.location-icon {
    color: #f9326b;
}
.location-title {
    font-weight: 600;
    margin-top: 10px;
}
.location-description {
    color: #666;
}
.card-body1 .location-icon img {
    width: 100px;
    height: 100px;
    border: 2px solid;
    border-radius: 50%;
}
 .contact-section {
            padding: 60px 0;
        }
        .contact-section .contact-info, 
        .contact-section .contact-form {
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            height: 100%;
        }
        .contact-section .contact-info h3{
             font-size: 3rem;
              font-style: normal;
            font-weight: 600;
            color:balck;
        }
        .contact-section .contact-info h3 span {
           
           background: linear-gradient(92deg, #ff0049 1.79%, #f63ac6 97.06%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .contact-section .contact-info p {
            margin: 15px 0;
            font-size: 18px; /* Adjusted size */
            color: #555;
            line-height: 1.6; /* Increased spacing for better readability */
        }
        .contact-section .contact-info a {
            color: #333;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease-in-out;
        }
        .contact-section .contact-info a:hover {
            color: #f9326b; /* Theme color on hover */
        }
        .contact-section .contact-form h3 {
            color: #f9326b;
            margin-bottom: 20px;
        }
        .contact-section .form-floating .form-control {
            border: 2px solid #ddd;
            border-radius: 5px;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
       .contact-section .form-floating .form-control:focus {
        border-color: #f9326b;
        box-shadow: 0 0 5px rgb(249 50 107 / 77%);
    }
        .contact-section .form-floating label {
            color: #888;
            transition: all 0.3s ease-in-out;
        }
        .contact-section .form-floating .form-control:focus + label {
            color: #f9326b;
            font-size: 12px;
            transform: translateY(-10px);
        }
        .contact-section .btn-custom {
            background-color: #f9326b;
            color: #fff;
            border: none;
            transition: background-color 0.3s;
            padding: 14px;
        }
                .contact-section .btn-custom:hover {
            background-color: #ff00b1;
        }
        iframe {
            border: none;
            border-radius: 10px;
            margin-top: 30px;
        }

@media (max-width: 768px) {
    .mission-title {
        font-size: 2rem;
    }
    .modal-header h5 {
    font-weight: 100;
    margin-bottom: 0;
    font-size: unset;
}
section.header-swiper-main .col-md-3 {
    text-align: center !important;
}
}
/*popup*/
 .modal-content {
      border-radius: 10px;
      padding: 20px;
    }
    .modal-header {
      border-bottom: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .modal-header h5 {
      font-weight: bold;
      margin-bottom: 0;
    }
    .modal-header p {
      margin: 0;
      color: green;
      font-size: 14px;
    }
    .modal-header del {
      color: gray;
      margin-left: 5px;
    }
   .btn-custom {
    background-color: #f9326b;
    color: white;
    border: 1px solid;
    padding: 15px 0;
}
    .btn-custom:hover {
    background-color:#f9326b;
    color: #fff;
    border: 1px solid;
}
.modal-header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
    .btn-custom:hover {
      background-color: #f9326b;
    }
    .form-floating label {
      color: #6c757d;
    }
    .form-floating input:focus + label,
    .form-floating textarea:focus + label {
      color: #f9326b;
    }
    .form-floating input:focus,
    .form-floating textarea:focus {
      border-color: #f9326b;
      box-shadow: none;
    }
    button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
} 
/*why choose us*/
.why-choose-us {
      background-color: #f9f9f9;
      padding: 50px 20px;
      text-align: center;
    }

    .why-choose-us h2 {
      font-size: 2.5em;
      margin-bottom: 20px;
      color: #333;
    }

    .why-choose-us .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 20px;
    }

    .why-choose-us .feature {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      width: 300px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .why-choose-us .feature:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    .why-choose-us .feature h3 {
      font-size: 1.5em;
      margin-bottom: 10px;
      color: #f9326b;
    }

    .why-choose-us .feature p {
      font-size: 1em;
      color: #555;
    }
    .unique-card {
            position: relative;
            border: none;
            overflow: hidden;
            border-radius: 10px;
            height: 100%;
        }

        .unique-card .unique-img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .unique-card:hover .unique-img {
            transform: scale(1.1);
        }
.unique-overlay {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.unique-overlay h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* Allow wrapping within the 2 lines */
}
        .unique-card .unique-overlay {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0);
    padding: 10px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.unique-overlay a {
    text-decoration: none;
    color: white;
}
       