/*hero */

/* Service Hero Section Specific Styles */

.service_hero_section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.service_hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.service_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.service_hero_content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.service_hero_title {
    color: #fff;
            font-size: 4rem;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 3px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.service_hero_section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
                              url('./static/images/5.webp'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
}

.service_hero_content {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
    z-index: 2;
    animation: service_hero_fadeInUp 1.2s ease-out;
}

/* .service_hero_title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
} */

.service_hero_description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.service_hero_cta {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service_hero_cta:hover {
    background-color: white;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.service_hero_cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.service_hero_cta:hover::before {
    left: 100%;
}

/* Animated background particles */
.service_hero_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: service_hero_float 6s ease-in-out infinite;
    z-index: 1;
}

/* Keyframe animations */
@keyframes service_hero_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes service_hero_float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .service_hero_section {
        background-attachment: scroll;
        min-height: 500px;
        height: 100vh;
    }

    .service_hero_content {
        padding: 0 15px;
    }

    .service_hero_title {
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .service_hero_description {
        margin-bottom: 30px;
    }

    .service_hero_cta {
        padding: 12px 30px;
        font-size: 1rem;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 480px) {
    .service_hero_section {
        min-height: 450px;
    }

    .service_hero_title {
        letter-spacing: 1px;
    }

    .service_hero_cta {
        padding: 10px 25px;
        font-size: 0.9rem;
        letter-spacing: 1px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .service_hero_section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect fill="%23000" width="1200" height="800"/></svg>');
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .service_hero_content {
        animation: none;
    }

    .service_hero_section::before {
        animation: none;
    }

    .service_hero_cta {
        transition: none;
    }
}

/* Ensure no conflicts with other sections */
.service_hero_section * {
    box-sizing: border-box;
}

/* Reset any potential inherited styles */
.service_hero_section h1,
.service_hero_section p,
.service_hero_section a {
    margin: 0;
    padding: 0;
}

/*para */

.ser-drone-section {
    display: flex;
    align-items: center;
    min-height: 500px;
    background: white;
    padding: 5px;
    margin: 0;
       font-family: 'Futura PT', sans-serif;

}

.ser-drone-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.ser-drone-image {
    flex: 1;
    position: relative;
    min-height: 500px;
    /* background: url('https://images.unsplash.com/photo-1473968512647-3e447244af8f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat; */
    overflow: hidden;
}

.ser-drone-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.ser-drone-content {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
}

.ser-drone-title {
    font-size: 28px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.ser-drone-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: black;
    border-radius: 2px;
}

.ser-drone-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ser-drone-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.ser-drone-highlight {
    font-size: 15px;
    line-height: 1.7;
    color: black;
    font-weight: 500;
    padding: 20px;
    background: #f8f8f8;
    border-left: 4px solid black;
    border-radius: 0 8px 8px 0;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 968px) {
    .ser-drone-container {
        flex-direction: column;
        margin: 20px;
        border-radius: 8px;
    }

    .ser-drone-image {
        min-height: 300px;
        order: 1;
    }

    .ser-drone-content {
        order: 2;
        padding: 40px 30px;
    }

    .ser-drone-title {
        font-size: 24px;
    }

    .ser-drone-subtitle {
        font-size: 16px;
    }

    .ser-drone-description {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .ser-drone-section {
        min-height: auto;
        padding: 20px 0;
    }

    .ser-drone-container {
        margin: 10px;
    }

    .ser-drone-content {
        padding: 30px 25px;
    }

    .ser-drone-title {
        font-size: 22px;
    }

    .ser-drone-highlight {
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ser-drone-image {
        min-height: 250px;
    }

    .ser-drone-content {
        padding: 25px 20px;
    }

    .ser-drone-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ser-drone-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .ser-drone-description {
        font-size: 14px;
        line-height: 1.6;
    }
}

/*process */

.ser_process {
    position: relative;
    min-height: 100vh;
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./static/images/5.webp'); */
    background-size: cover;
    background-position: center;
    color: white;
    /* font-family: Arial, sans-serif; */
    padding: 60px 0;
    overflow: hidden;
}

.ser_process_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.ser_process_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
    gap: 40px;
}

.ser_process_title_section {
    flex: 1;
}

.ser_process_title_line {
    width: 100px;
    height: 3px;
    background: white;
    margin-bottom: 20px;
}

.ser_process_title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: white;
    line-height: 1.2;
}

.ser_process_description_section {
    flex: 1;
    padding-left: 20px;
}

.ser_process_description {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
    margin: 0;
}

.ser_process_highlight {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}

.ser_process_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.ser_process_grid_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.ser_process_step {
    background: transparent;
    padding: 0;
    text-align: left;
}

.ser_process_step_header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ser_process_step_number {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

.ser_process_step_title {
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin: 0;
    letter-spacing: 0.5px;
}

.ser_process_step_description {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #ccc;
    margin: 0;
}

.ser_process_divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 60px 0 40px 0;
}

.ser_process_footer_text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #999;
    line-height: 1.4;
    max-width: 250px;
    text-align: left;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ser_process_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ser_process_grid_bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .ser_process_footer_text {
        position: relative;
        transform: none;
        max-width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .ser_process {
        padding: 40px 0;
    }

    .ser_process_container {
        padding: 0 15px;
    }

    .ser_process_header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 50px;
    }

    .ser_process_description_section {
        padding-left: 0;
    }

    .ser_process_title {
        font-size: 2rem;
    }

    .ser_process_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ser_process_grid_bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ser_process_divider {
        margin: 40px 0 30px 0;
    }
}

@media (max-width: 480px) {
    .ser_process_title {
        font-size: 1.6rem;
    }

    .ser_process_step_title {
        font-size: 1rem;
    }

    .ser_process_step_description {
        font-size: 0.85rem;
    }
}

/*contect */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ser_contact_section {
    /* width: 100%; */
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 40px 20px;
}

.ser_contact_container {
    /* max-width: 1200px; */
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    overflow: hidden;
    min-height: 600px;
}

.ser_contact_form_side {
    padding: 60px 50px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ser_contact_image_side {
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),                  url('./static/images/4.jpeg'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.ser_contact_title {
       font-family: 'Futura PT', sans-serif;

    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ser_contact_subtitle {
       font-family: 'Futura PT', sans-serif;

    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.4;
}

.ser_contact_form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ser_contact_form_group {
    position: relative;
}

.ser_contact_input {
    width: 100%;
    padding: 18px 0;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
        font-family: 'Futura PT', sans-serif;

}

.ser_contact_input:focus {
    border-bottom-color: #000;
}

.ser_contact_input::placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.ser_contact_textarea {
    width: 100%;
    padding: 18px 0;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
        font-family: 'Futura PT', sans-serif;

    resize: vertical;
    min-height: 60px;
}

.ser_contact_textarea:focus {
    border-bottom-color: #000;
}

.ser_contact_textarea::placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.ser_contact_button {
    background: #000;
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 20px;
        font-family: 'Futura PT', sans-serif;

}

.ser_contact_button:hover {
    background: #333;
    transform: translateY(-2px);
}

.ser_contact_button:active {
    transform: translateY(0);
}

.ser_contact_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_contact_drone_icon {
    color: #fff;
    font-size: 80px;
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ser_contact_container {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .ser_contact_image_side {
        min-height: 300px;
        order: -1;
    }

    .ser_contact_form_side {
        padding: 40px 30px;
    }

    .ser_contact_title {
        font-size: 24px;
    }

    .ser_contact_subtitle {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ser_contact_section {
        padding: 20px 10px;
    }

    .ser_contact_form_side {
        padding: 30px 20px;
    }

    .ser_contact_title {
        font-size: 20px;
    }

    .ser_contact_input,
    .ser_contact_textarea {
        font-size: 14px;
        padding: 15px 0;
    }

    .ser_contact_button {
        padding: 15px 30px;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .ser_contact_form_side {
        padding: 80px 70px;
    }

    .ser_contact_title {
        font-size: 32px;
    }

    .ser_contact_subtitle {
        font-size: 18px;
    }
}

/*paragraph*/

.ser_paragraph_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #f8f8f8;
}

.ser_paragraph_wrapper {
    display: flex;
    align-items: stretch;
    gap: 40px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-height: 450px;
}

.ser_paragraph_image_section {
    flex: 1;
    min-height: 450px;
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    position: relative;
    overflow: hidden;
}

.ser_paragraph_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_paragraph_profile_section {
    text-align: center;
    color: white;
    padding: 40px;
}

.ser_paragraph_profile_image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-image: url('../images/client3.webp');
    background-size: cover;
    background-position: center;
    margin: 0 auto 20px;
    border: 3px solid white;
}

.ser_paragraph_profile_name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.ser_paragraph_profile_title {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ccc;
    letter-spacing: 1px;
}

.ser_paragraph_profile_tagline {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
    max-width: 280px;
}

.ser_paragraph_content_section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.ser_paragraph_main_title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    padding-bottom: 15px;
}

.ser_paragraph_scrollable_content {
    flex: 1;
    overflow-y: auto;
    padding-right: 15px;
    max-height: 350px;
}

.ser_paragraph_scrollable_content::-webkit-scrollbar {
    width: 6px;
}

.ser_paragraph_scrollable_content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.ser_paragraph_scrollable_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 3px;
}

.ser_paragraph_scrollable_content::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.ser_paragraph_intro_text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
    font-weight: 500;
}

.ser_paragraph_service_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ser_paragraph_service_description {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.ser_paragraph_highlight {
    background-color: #000;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
}

@media (max-width: 968px) {
    .ser_paragraph_wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .ser_paragraph_image_section {
        min-height: 300px;
    }

    .ser_paragraph_content_section {
        padding: 30px;
    }

    .ser_paragraph_main_title {
        font-size: 24px;
    }

    .ser_paragraph_scrollable_content {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    .ser_paragraph_container {
        padding: 40px 15px;
    }

    .ser_paragraph_wrapper {
        gap: 0;
    }

    .ser_paragraph_image_section {
        min-height: 350px;
    }

    .ser_paragraph_profile_section {
        padding: 30px;
    }

    .ser_paragraph_profile_image {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }

    .ser_paragraph_profile_name {
        font-size: 20px;
    }

    .ser_paragraph_content_section {
        padding: 25px;
    }

    .ser_paragraph_main_title {
        font-size: 22px;
    }

    .ser_paragraph_scrollable_content {
        max-height: 350px;
    }
}

@media (max-width: 480px) {
    .ser_paragraph_container {
        padding: 30px 10px;
    }

    .ser_paragraph_image_section {
        min-height: 300px;
    }

    .ser_paragraph_profile_section {
        padding: 20px;
    }

    .ser_paragraph_profile_image {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

    .ser_paragraph_profile_name {
        font-size: 18px;
    }

    .ser_paragraph_profile_title {
        font-size: 14px;
    }

    .ser_paragraph_content_section {
        padding: 20px;
    }

    .ser_paragraph_main_title {
        font-size: 20px;
    }

    .ser_paragraph_intro_text {
        font-size: 15px;
    }

    .ser_paragraph_service_title {
        font-size: 18px;
    }

    .ser_paragraph_service_description {
        font-size: 14px;
    }
}

/*other service slider */

.ser_other {
    background-color: #000;
    color: white;
    padding: 60px 20px;
    text-align: center;
       font-family: 'Futura PT', sans-serif;

}

.ser_other_container {
    max-width: 1400px;
    margin: 0 auto;
}

.ser_other_heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ser_other_text {
    font-size: 16px;
    margin-bottom: 50px;
    color: #ccc;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.ser_other_slider_container {
    position: relative;
    overflow: hidden;
}

.ser_other_slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.ser_other_slide {
    min-width: 280px;
    height: 200px;
    position: relative;
    /* border-radius: 8px; */
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ser_other_slide:hover {
    transform: scale(1.05);
}

.ser_other_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ser_other_slide_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.ser_other_slide:hover .ser_other_slide_overlay {
    background: rgba(0, 0, 0, 0.8);
}

.ser_other_slide_title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    line-height: 1.3;
}

.ser_other_dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.ser_other_dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #666;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.ser_other_dot.active {
    background-color: white;
}

.ser_other_nav_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
    z-index: 10;
}

.ser_other_nav_btn:hover {
    background: rgba(255, 255, 255, 0.4);
}

.ser_other_prev {
    left: 20px;
}

.ser_other_next {
    right: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ser_other_slide {
        min-width: 250px;
        height: 180px;
    }

    .ser_other_slide_title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ser_other {
        padding: 40px 15px;
    }

    .ser_other_heading {
        font-size: 24px;
    }

    .ser_other_text {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .ser_other_slide {
        min-width: 220px;
        height: 160px;
    }

    .ser_other_slide_title {
        font-size: 14px;
    }

    .ser_other_nav_btn {
        font-size: 20px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .ser_other_slide {
        min-width: 200px;
        height: 140px;
    }

    .ser_other_slide_title {
        font-size: 12px;
    }

    .ser_other_nav_btn {
        display: none;
    }
}

/* recente project */

 /**DRONE_CINEMATICS** Recent Projects Section */
        .recent-projects {
            width: 100%;
            background-color: white;
            /* padding: 60px 0; */
            
        }

        /**DRONE_CINEMATICS** Section Heading */
        .recent-projects h2 {
            text-align: center;
            color: black;
            font-size: 22px;
            font-weight: 700;
            margin: 0 auto;
            padding: 35px 20px;
            /* margin-bottom: 40px; */
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        /**DRONE_CINEMATICS** Video Container */
        .video-container {
            width: 100%;
            margin-bottom: 3px;
            position: relative;
            overflow: hidden;
        }

        /**DRONE_CINEMATICS** Video Overlay Heading */
        .video-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 2.5rem;
            font-weight: bold;
            text-align: center;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
            z-index: 10;
            pointer-events: none;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /**DRONE_CINEMATICS** Video Styling */
        .video-container video {
            width: 100%;
            height: auto;
            display: block;
            min-height: 300px;
            object-fit: cover;
            background-color: black;
            /* border: 2px solid black; */
        }

        /**DRONE_CINEMATICS** Video Hover Effect */
        .video-container:hover {
            transform: scale(1.01);
            transition: transform 0.3s ease;
        }

        /**DRONE_CINEMATICS** Responsive Design */
        @media (max-width: 768px) {
            .recent-projects {
                padding: 40px 0px;
            }
            
            .recent-projects h2 {
                font-size: 2rem;
                margin-bottom: 30px;
            }
            
            .video-container {
                margin-bottom: 3px;
            }
            
            .video-container video {
                min-height: 200px;
            }

            .video-overlay {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .recent-projects h2 {
                font-size: 1.5rem;
                letter-spacing: 1px;
            }
            
            .video-container video {
                min-height: 180px;
            }

            .video-overlay {
                font-size: 1.5rem;
                letter-spacing: 0.5px;
            }
        }

        /**DRONE_CINEMATICS** Loading State */
        .video-container::before {
            /* content: 'Loading...'; */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: black;
            font-size: 1.2rem;
            z-index: 1;
        }

        .video-container video:not([src=""]) + ::before {
            display: none;
        }