/* General Styling */
.testimonial-section {
    background-color: #f7f7f7;
    padding: 50px 20px;
  }
  
  .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .section-title p {
    font-size: 16px;
    color: #777;
    line-height: 1.6;
  }
  
  /* Testimonial Slider Styling */
  .testimonial-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .testimonial-slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
  }
  
  .slider-item {
    flex: 0 0 100%;
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .client-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  
  .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .review i {
    color: #f39c12;
    font-size: 18px;
    margin-right: 2px;
  }
  
  /* Arrow Controls */
  .slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  
  .slider-controls i {
    font-size: 30px;
    color: #333;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  
  .slider-controls i:hover {
    background: #333;
    color: white;
  }
  
/* Service Cards Section */
.service-cards {
    display: flex;
    gap: 60px;
    justify-content: center;
    padding: 40px 0;
    background-color: #f8f8fc;
}

.card {
    width: 300px;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

/* Light red hover effect */
.card:hover {
    background-color: #ff5a5f;
    color: white;
    box-shadow: 0 6px 18px rgba(255, 90, 95, 0.2);
}

.card:hover .card-title {
    color: white;
}

.card:hover .card-description {
    color: white;
}

/* Icon Styling */
.card-icon {
    font-size: 36px;
    color: #4a2abf;
    margin-bottom: 15px;
}

/* Title Styling */
.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}

/* Description Styling */
.card-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Button Styling */
.card-button {
    padding: 8px 15px;
    font-size: 14px;
    color: #ff5a5f;
    background-color: white;
    border: 1px solid #ff5a5f;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Button Hover Effect */
.card-button:hover {
    background-color: #ff5a5f;
    color: white;
}

/* About Section Container */
.about-section {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    background-color: #f8f8fc;
}

.about-container {
    display: flex;
    max-width: 1200px;
    align-items: center;
    gap: 30px;
}

/* Image Styling */
.about-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Content Styling */
.about-content {
    max-width: 600px;
}

.about-title {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
}

.about-description {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

/* Features Styling */
.about-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #1a1a1a;
    width: calc(50% - 10px);
}

.feature-icon {
    font-size: 20px;
    color: #ff5a5f;
    margin-right: 8px;
}

/* Buttons Styling */
.about-buttons {
    display: flex;
    gap: 15px;
}

.about-button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #ff5a5f;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.about-button:hover {
    background-color: #e5484e;
}

.about-button-secondary {
    background-color: #f0f0f5;
    color: #ff5a5f;
}

.about-button-secondary:hover {
    background-color: #e8e8ee;
}

@media screen and (max-width: 760px) {
    header {
        text-align: center;
    }

    .Information {
        display: flex;
        justify-content: center;
    }

    .about-container {
        flex-direction: column;
        max-width: 350px;
    }

    .service-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (min-width: 1260px) {
    .MyForm {
        width: 400px;
    }
}

/* Title and Subtitle Styles */
.dubai-form-title {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    margin-top: 20px;
}

.dubai-form-subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}

/* Form Group Styling */
.dubai-form-group {
    position: relative;
    margin-bottom: 15px;
}

/* Input and Textarea Styling */
.dubai-form-input,
.dubai-form-textarea {
    width: 100%;
    padding: 12px 40px 12px 10px;
    /* Padding adjusted for icon space */
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: #f9f9f9;
}

/* Icon Styling inside input fields */
.dubai-form-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 18px;
}

/* Textarea specific styling */
.dubai-form-textarea {
    height: 80px;
    resize: none;
}

/* Submit Button Styling */
.dubai-form-submit {
    text-align: center;
    margin-top: 20px;
}

.dubai-form-button {
    background-color: #ff5a5f;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dubai-form-button:hover {
    background-color: #e5484e;
    /* Hover color */
}

.banner-warp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-welcome {
    border: 4px solid #12AF0A;
    background-color: #12AF0A;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 0px;
    color: #ffffff;
    margin-bottom: 5px;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.LogoImg img {
    width: 40%;
    margin-top: 2%;
}

.btn-welcome:hover {
    background: #076502;
    color: #ffffff;
    border-color: #076502;
    border-radius: 0px;
}


.btn-welcome1 {

    background: #fd5056;
    padding: 10px 10px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 6px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome1:hover {
    background: #000000;
    color: #ffffff;

    border-radius: 6px;
}


.btn-welcome2 {

    background: #ffffff;
    padding: 10px 20px;
    border: #FD495A solid 3px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 0px;
    color: #FD495A;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome2:hover {
    background: #fd5056;
    color: #ffffff;

    border-radius: 0px;
}


.btn-blue {
    border: 1px solid #E54B06;
    padding: 7px 25px;
    display: inline-block;
    background: #E54B06;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

abtn-blue:hover {
    background: #E54B06;
    color: #fd5056;
    border-color: #fd5056
}


.btn-minto {
    border: 1px solid #FE4F00;
    padding: 7px 25px;
    display: inline-block;
    background: #E54B06;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-minto:hover {
    background: #E54B06;
    color: #fd5056;
    border-color: #fd5056
}











.btn-white {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn-red {

    background: #fd5056;
    color: #ffffff;
    border-color: #ffffff;

}

.btn-red:hover {
    background: #fff;
    border-color: #6547FF;
    color: #000;
}

.btn-style-1 {
    border-radius: 30px;
    padding: 8px 15px
}

.btn-style-2 {
    border-radius: 10px;
    padding: 10px 25px
}

.white {
    color: #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999
}

#status {
    position: fixed;
    content: '';
    display: block;
    top: 28%;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.html);
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999999999
}

.head-cnt ul {
    margin-top: 10px;
}