.overlay_editing {
    position: relative; /* Required for pseudo-element */
    background: #000; /* Fallback background color */
    background-image: url(../assets/editing-serv.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: white; /* Text color */
}

.dropdown:hover .dropdown-menu{
    display: block;
    }
    

.overlay_editing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    z-index: 1; /* Ensure it's above the background image */
}

.overlay_editing > * {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}
.overlay-background-2{
    position: relative; /* Required for pseudo-element */
    background: #000; /* Fallback background color */
    background-image: url(../assets/editing-services-sec2.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay-background-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    z-index: 1; /* Ensure it's above the background image */
}


.text-40{
    font-size: 40px;
}
.font-leauge-gothic{
    font-family: "League Gothic", serif !important;
}
.h100{
    height: 100vh;
}
.text-100{
    font-size: 100px;
}
.height_90{
    height: 90vh;
}
.background-overlay-form{
    position: relative; /* Required for pseudo-element */
    background: #000; /* Fallback background color */
    background-image: url(../assets/form-edit.webp);
    background-size: cover;
    background-attachment: fixed;
}
.background-overlay-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    z-index: 1; /* Ensure it's above the background image */
}

.custom-margin{
    margin-top: 10%;
}

.text-125{
    font-family: "League Gothic", serif !important;
    font-size: 125px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: .7em;
    letter-spacing: .01em;
    color: #FFF;
}
.text-25{
    font-size: 25px;
    font-family: "League Gothic", serif !important;
}
.text-25-heading{
    font-family: "DM Sans", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    word-spacing: 2px;
    color: #FFBE02;
}

.custom-button {
    position: relative;
    border: 2px solid white !important;
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
}
.custom-button1 {
    position: relative;
    border: 2px solid #FFC107 !important;
    background: transparent;
    color: #FFC107;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease;
}

.custom-button:hover {
    color: white; /* Ensure text color stays visible */
    border: 2px solid rgb(255, 187, 0) !important;
}
.custom-button1:hover {
    color: rgb(0, 0, 0) !important; /* Ensure text color stays visible */
    border: 2px solid rgb(235, 235, 235) !important;
}

.custom-button::before,
.custom-button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgb(255, 187, 0); /* Red background for animation */
    left: 0;
    z-index: 0;
    transition: top 0.4s ease, bottom 0.4s ease; /* Smooth sliding effect */
}
.custom-button1::before,
.custom-button1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background:  rgb(235, 235, 235); /* Red background for animation */
    left: 0;
    z-index: 0;
    transition: top 0.4s ease, bottom 0.4s ease; /* Smooth sliding effect */
}

.custom-button::before {
    top: -100%; /* Start above the button */
}

.custom-button::after {
    bottom: -100%; /* Start below the button */
}

.custom-button:hover::before {
    top: 0; /* Slide down to cover top half */
}

.custom-button:hover::after {
    bottom: 0; /* Slide up to cover bottom half */
}

.custom-button span {
    position: relative;
    z-index: 1; /* Ensure text stays above the background */
}

.input::placeholder{
    color: #fff !important;
}
.height_70{
    height: 70vh;
}
.web_bluebackground{
    background: #14416b;
}
.custom-button1::before {
    top: -100%; /* Start above the button */
}

.custom-button1::after {
    bottom: -100%; /* Start below the button */
}

.custom-button1:hover::before {
    top: 0; /* Slide down to cover top half */
}

.custom-button1:hover::after {
    bottom: 0; /* Slide up to cover bottom half */
}

.custom-button1 span {
    position: relative;
    z-index: 1; /* Ensure text stays above the background */
}
.text-20{
    font-size: 20px;
}

.height_70{
    height: 70vh;
}

.text-30{
    font-size: 30px;
    font-family: "Manrope", serif !important;
    font-weight: 500;
}
.text-17{
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope';
}
.backround-footer-input{
    background: #283b50 !important;
    color: #8699ad;
    border: #283b50;
    box-shadow: none !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px;
}
.text-18{
    font-size: 18px;
}
.fs-100{
    font-size: 100px;
}
.border-cust{
    border-top: 1px solid #191919;
    background-color: #191919;
}
@media (max-width: 768px) {
    .text-30{
        font-size: 25px;
    }
}
@media (min-width: 340px) and (max-width: 360px) {
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .custom-margin{
        margin-top: 30%;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 18px;
    }
    .text-40{
        font-size: 40px;
    }
    .text-100{
        font-size: 50px;
    }
    .height_70{
        height: 100vh;
    }
    .text-18{
        font-size: 15px;
    }
    .text-90{
        font-size: 40px;
    }
    .fs-100{
        font-size: 50px;
    }
}

@media (min-width: 370px) and (max-width: 390px) {
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .custom-margin{
        margin-top: 30%;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 18px;
    }
    .text-40{
        font-size: 35px;
    }
    .text-100{
        font-size: 50px;
    }
    .height_70{
        height: 100vh;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 50px;
    }
    
}

@media (min-width: 400px) and (max-width: 420px) {
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .custom-margin{
        margin-top: 50%;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .height_70{
        height: 100vh;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 40px;
    }
}

@media (min-width: 420px) and (min-height: 900px) and (max-width: 450px) and (max-height: 960px) {
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .height_70{
        height: 75vh;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 40px;
    }
}

@media (min-width: 420px) and (min-height: 1000px) and (max-width: 450px) and (max-height: 1030px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 40px;
    }
    .height_70{
        height: 70vh;
    }
}

@media (min-width: 460px) and (min-height: 1000px) and (max-width: 500px) and (max-height: 1030px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 40px;
    }
    .height_70{
        height: 70vh;
    }
}

@media (min-width: 500px) and (max-width: 570px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-25-heading{
        font-size: 18px;
    }
    .text-125{
        font-size: 60px;
    }
    .text-17{
        font-size: 15px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 40px;
    }
    .height_70{
        height: 70vh;
    }
}

@media (min-width: 700px) and (max-width: 800px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }

    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 90px;
    }
    .height_70{
        height: 50vh;
    }
    .text-30{
        font-size: 25px;
    }
}

@media (min-width: 700px) and (min-height: 1000px) and (max-width: 800px) and (max-height: 1100px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }

    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 90px;
    }
    .height_70{
        height: 50vh;
    }
    .text-30{
        font-size: 25px;
    }
    .height_90{
        height: 60vh;
    }
}

@media (min-width: 820px) and (max-width: 920px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .h100{
        height: 80vh;
    }
    .custom-margin{
        margin-top: 25%;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 90px;
    }
    .height_70{
        height: 50vh;
    }
    .text-30{
        font-size: 25px;
    }
    .height_90{
        height: 50vh;
    }
}

@media (min-width: 1000px) and (min-height: 600px) and (max-width: 1200px) and (max-height: 700px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-125{
        font-size: 100px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 90px;
    }
    .height_70{
        height: 100vh;
    }
    .text-30{
        font-size: 25px;
    }
    .h100{
        height: 110vh;
    }
    .overlay-background-2{
        height: 110vh;
    }
    .margin-top{
        margin-top: 5%;
    }
}
@media (min-width: 1000px) and (min-height: 1300px) and (max-width: 1200px) and (max-height: 1400px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-125{
        font-size: 100px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 90px;
    }
    .height_70{
        height:  37vh;
    }
    .text-30{
        font-size: 25px;
    }
    .h100{
        height: 70vh;
    }
    .overlay-background-2{
        height: auto;
    }
    .margin-top{
        margin-top: 5%;
    }
    .custom-margin {
        margin-top: 20%;
    }
    .height_90 {
        height: 50vh;
    }
}


@media (min-width: 1200px) and (min-height: 700px) and (max-width: 1300px) and (max-height: 900px){
    .row{
        --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    }
    .text-125{
        font-size: 100px;
    }
    .text-20{
        font-size: 16px;
    }
    .text-40{
        font-size: 30px;
    }
    .text-100{
        font-size: 50px;
    }
    .text-18{
        font-size: 15px;
    }
    .fs-100{
        font-size: 90px;
    }
    .height_70{
        height: 70vh;
    }
    .text-30{
        font-size: 25px;
    }
    .h100{
        height: 110vh;
    }
    .overlay-background-2{
        height: 110vh;
    }
    .margin-top{
        margin-top: 5%;
    }
}