@charset "UTF-8";

body,
html {
    padding: 0px;
    margin: 0px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

* {
    box-sizing: border-box;
}

div.horizontal-ruler {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

div.vertical-ruler {
    position: fixed;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.animation-container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

/* Main Header Style */
.hedr {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hedr {
    background: #d9d9d9;
    color: #fff;
    padding: 15px 5%;
}

.hedr_1 {
    float: left;
    width: 35%;
}

.hedr_3 {
    float: left;
    width: 35%;
}

.hedr_2 {
    float: left;
    width: 30%;
    text-align: center;
}

/* Menu links */
.hedr>.menu>a {
    color: #FF7A00;
    text-decoration: none;
    margin-right: 15px;
    float: left;
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
    margin-right: 30px;
}

/* Wintersonne heading */
.hedr>h1 {
    font-size: 30px;
    color: orange;
}

/* Burger menu */
.hedr>.burger-menu>span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: green;
    margin: 4px 0;
}

.hedr_3_img {
    float: right;
    width: 40px;
}

.logo_cont {}

.logo_img {
    display: inline-block;
    width: 250px;
    margin-top: -6px;
    margin-bottom: -6px;
}

.indx_sec_2 {
    text-align: center;
}

.logo_centr {
    width: 360px;
    margin-top: 150px; 
    /* Adjust duration as needed */
}

/* @keyframes spin {
     from {
         transform: rotate(0deg);
    }
     to {
         transform: rotate(360deg);
    }
}
 */
.vido_bg {
    float: left;
    width: 100%;
    position: fixed;
    z-index: -11;
    opacity: 0.4;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.fullscreen-home {
    height: 100% !important;
}

.right_wording {
    margin-top: -20px;
    float: right;
}

.we_mk {
    float: left;
    font-size: 45px;
    font-weight: 500;
    margin-top: 2px;
}

.anim_titl {
    float: left;
    overflow: hidden;
    background-color: #ff7a00;
    width: 260px;
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
    margin-top: -3px;
    margin-left: 5px;
    font-family: "Covered By Your Grace", cursive;
}

.title {
    transition: opacity 0.5s ease;
}

.clear {
    clear: both;
}

header {
    transition: top 0.3s ease-in-out, padding 0.3s ease-in-out;
    /* Smooth transition for top and padding */
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 12px -2px #0000003b;
    transition: top 2.3s ease-in-out, padding 2.3s ease-in-out;
    z-index: 999;
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInLeft;
}

/* Basic header style */
header {
    background-color: #333;
    /* Dark background for the header */
    color: white;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    /* Ensure header stretches across the page */
    top: 0;
    left: 0;
    z-index: 1000;
    /* Keep header on top of other elements */
    opacity: 1;
    /* Visible by default */
    visibility: visible;
    /* Header is visible */
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
    /* Smooth fade-out and fade-in transition */
}

/* Hide the header when the user scrolls slightly */
header.hidden {
    opacity: 0;
    /* Hide the header */
    visibility: hidden;
    /* Make it invisible */
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
    /* Transition for hiding */
}

/* Show the header with a smooth fade-in after scrolling more */
header.show {
    opacity: 1;
    /* Make the header visible */
    visibility: visible;
    /* Ensure it's visible */
    position: fixed;
    transition: opacity 0.5s ease-in-out;
    /* Smooth fade-in transition */
}

/* Add padding to body to compensate for fixed header */
body.fixed-header {
    padding-top: 60px;
    /* Adjust depending on header height */
}

.home_sec_titl {
    font-family: "Plus Jakarta Sans", sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(to left, #FF7A00 35%, #000000 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.main_img_1 img {
    float: left;
    width: 100%;
    border-radius: 30px;
    height: 700px;
    object-fit: cover;
    transition: transform .2s;
}

.home_sec_1 {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 130px;
    background-color: rgb(175 175 175 / 26%);
    backdrop-filter: blur(10px);
    /* border: 2px solid #fff;
     */
    border-radius: 30px;
    padding: 60px 80px;
    padding-top: 30px;
}

.main_img_1:hover img {
    transform: scale(1.02);
}

.main_img_1 {
    float: left;
    width: 100%;
}

.or_wrks {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.or_wrks_a {
    display: inline-block;
    text-decoration: none;
    background: #f47e12;
    color: #fff;
    padding: 14px 29px 16px 29px;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 500;
    outline: none;
    transition: transform .2s;

    border: 2px solid #f47e12;
}

.or_wrks_a:hover {
    transform: scale(1.1);
    outline: none;
}

.main_img_2 {
    margin-top: 00px !important;
}

.indx_sec_22.indx_sec_22_ne {
    float: left;
    width: 100%;
    margin-top: 130px !important;
    background: #dedede !important;
}

.brnd_wrap {
    float: left;
    width: 100%;
    padding: 0px 10%;
}

.brnd_wrap_singl {
    float: left;
    width: 21%;
    margin: 19px 2%;
}

.brnd_wrap_singl img {
    float: left;
    transition: transform .2s;
    width: 100%;
    border: 2px solid #e8e7e6;
    border-radius: 30px;
    background: #fff;
}

.brnd_wrap_singl:hover img {
    transform: scale(1.1);
}

.indx_sec_3 {
    float: left;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 90px;
}

.indx_sec_3_inr {
    float: left;
    width: 100%;
    padding: 0px 10%;
    text-align: center;
    margin-top: 50px;
}

.indx_sec_3_inr a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 44px 30px;
    font-size: 26px;
    background-color: rgb(255 255 255 / 37%);
    backdrop-filter: blur(10px);
    border: 2px solid #d7d7d7;
    font-weight: 500;
    border-radius: 40px;
    margin: 0px 2.33333%;
    transition: transform .2s;
    float: left;
    margin-top: 20px;
    width: 28.5%;
}

.indx_sec_3_inr a:hover {
    transform: scale(1.1);
}

.contr_img {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: -180px;
}

.footer {
    text-align: center;
    background-color: #d5d5d5;
    border-radius: 00px;
    padding: 60px 30px;
    width: 80%;
    float: left;
    width: 100%;
    margin-top: 00px;
}

.footer h1 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.footer .social-links {
    margin-bottom: 20px;
}

.footer .social-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    margin: 0 10px;
}

.footer .buttons {
    margin-bottom: 20px;
}

.footer .buttons a {
    background-color: #ff7f00;
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 16px;
    border-radius: 100px;
    border: 2px solid #ff9737;
    width: 13%;
    display: inline-block;
    transition: transform .2s;
}

.footer .buttons a:hover {
    background-color: #e2770d;
    transform: scale(1.1);
}

.footer .copyright {
    font-size: 14px;
    color: #333;
}

.footer .copyright span {
    font-weight: bold;
}

.social-links a {
    font-size: 25px !important;
    display: inline-block;
    text-decoration: underline !important;
    color: #ffffff !important;
    transition: transform .2s;
}

.social-links a:hover {
    transform: scale(1.1);
}

.foot_vectr {
    width: 150px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.foot_vectr_1 {
    width: 250px;
    display: inline-block;
    margin-top: 0px;
}

.yer_f {
    display: inline-block;
    font-size: 20px;
    width: 100%;
    color: #fff;
    margin: 13px 0px;
    margin-bottom: 0px;
}

.logo_fev_sml {
    width: 36px;
    display: inline-block;
    margin-top: -11px;
    margin-bottom: -6px;
    margin-right: 6px;
    /*animation: spin_new 11s linear infinite;
     */
    display: none;
}

.hedr.show .logo_fev_sml {
    display: inline-block;
}

@keyframes spin_new {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.title {
    display: inline-block;
    animation: fadeInUp 0.6s ease both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
        /* Start below */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        /* End at normal position */
    }
}

#logo {
    transition: 1.3s;
}

.shrink {
    left: 00%;
    transform: translateX(0%);
    top: 0;
    left: 0;
    width: 40px !important;
    z-index: 999;
    z-index: 99;
}

.inner_main {
    float: left;
    width: 100%;
}

.work_sec_1 {
    float: left;
    width: 100%;
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
    /* background: #dadadb; */
    border-radius: 40px;
    padding-top: 50px;
    margin-bottom: 80px;
    padding-bottom: 50px;
    background-color: rgb(175 175 175 / 26%);
    backdrop-filter: blur(10px);
}


/* General styling for the .inner_2 container */
.inner_2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
    padding: 2px;
    max-width: 90%;
    flex-wrap: wrap;
    /* Ensures it adapts to screen sizes */
}

/* Style for each individual card */
.inner_2 .card {
    width: 31%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    transition: transform .2s;
    transition: transform 0.3s ease;
}

.inner_2 .card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    height: 480px;
    border-radius: 10px;
}

.inner_2 .card-text {
    padding: 15px;
    text-align: center;
    height: 170px;
    transition: transform .2s;
}

.lorem_tx_ahov {
    display: none;
}




/* .inner_2 .card:hover img{
        transform: scale(1.1);
}*/

.inner_main .inner_2 .card:hover .card-text {
    height: 210px;
    margin-top: -120px;
    transition: transform .2s;
}

.lorem_tx_ahov {
    float: left;
    width: 100%;
    font-size: 24px;
    text-align: left;
    color: #000;
    height: 40px;
    padding-left: 20px;
    margin-top: 7px;
    font-weight: 500;
    margin-bottom: -7px;
}

.inner_main .inner_2 .card:hover .lorem_tx_ahov {
    display: inline-block;

}


.inner_2 .card-text h3 {
    font-size: 20px;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    width: 75%;
    float: left;
    line-height: 25px;
}

/* WOW.js animation styles */
.inner_2 .wow {
    visibility: hidden;
    /* Initially hidden */
}

.wow.fadeIn {
    animation-name: fadeInEffect;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes fadeInEffect {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effect for the card */
.inner_2 .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.inner_2 .card-text {
    background-color: #f0f8ff00;
    background-image: url(../img/shape.png);
    background-size: 100% 100%;
    margin-top: 0;
    display: inline-block;
    width: 100.5%;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 90px 0px 25px 0px;
    transition: transform .2s;
    margin-top: -80px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: -2px;
    margin-left: -1px;
}

.inner_2 .card img {}

.inner_2 .card {
    overflow: hidden;
    background: red;
    padding: 0px 0px;
    background: #fff;
}





.inner_2 .card:hover .card-text,
.inner_2 .card:hover .inner_2 img {

    transition: transform .2s;
}


.inner_2 .card img {
    transition: transform .2s;
}


.inner_2 .card:hover img {
    transform: scale(1.1);
}
}

.work_sec_1 .home_sec_titl {
    margin-bottom: 25px;
}

.owl-carousel {
    display: inline-block !important;
}

.owl-carousel .item {
    margin: 10px;
}

.owl-carousel img {
    width: 100%;
    height: auto;
}

.slider {
    position: relative;
    width: 100%;
    /* Full width */
    height: 100vh;
    /* Full viewport height */
    overflow: hidden;
}

/* Wrapper for all images inside the slider */
.slides {
    display: flex;
    transition: transform 1s ease-in-out;
    /* Smooth transition */
}

.slides div {
    width: 100%;
    /* Each image takes up the full width of the container */
    height: 100%;
    /* Ensure it takes full height */
    flex-shrink: 0;
    /* Prevent images from shrinking */
}

.slides img {
    width: 100%;
    /* Image takes up full width of the container */
    height: 100%;
    /* Make image cover the container */
    object-fit: cover;
    /* Maintain aspect ratio */
    border-radius: 50px;
    overflow: hidden;
}

/* Navigation buttons */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    padding: 10px;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Dots navigation */
.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.active {
    background-color: #333;
}

.home_sec_1 .home_sec_titl {
    margin-bottom: 30px;
}

.about_sec_1 {
    margin-top: 50px;
    padding-top: 20px;
}

.about_text_2 {
    color: #111;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    padding: 0px 14%;
    font-weight: 500;
    line-height: 42px;
}

.main_img_1_about {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 30px;
}

.team_title {
    margin-top: 50px;
}

.team-member {
    text-align: center;
    padding: 0px;
    background: red;
    border-radius: 12px;
    background: linear-gradient(to bottom, #ff7a00, #ff7a00, #974b07);
    /* Red to Blue, left to right */
    float: left;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    text-align: left;
}

.team-member img {
    width: 120px;
    height: 350px;
    border-radius: 0px;
    object-fit: cover;
    margin-bottom: 15px;
    float: left;
    width: 100% !important;
}

.team-member h3 {
    margin: 5px 0;
    font-size: 24px;
    color: #fff;
    float: left;
    width: 100%;
    padding-left: 5%;
    font-weight: 500;
    margin-top: 20px;
}

.team-member p {
    font-size: 0.9rem;
    color: #ffbc80;
    float: left;
    width: 100%;
    padding-left: 5%;
    margin-bottom: 70px;
    margin-top: -2px;
    /*font-family: Playfair Display;*/
    font-size: 18px;
    /*font-style: italic;*/
}

.abou_tem_slider .owl-item {
    background: none;
}

.abou_tem_slider .owl-nav {
    display: none;
}

.team_title.home_sec_titl {
    margin-bottom: 60px;
}

.about_text_2.about_text_3 {
    margin-top: 60px;
    margin-bottom: 70px;
}

.abou_titl_1.home_sec_titl {
    margin-top: 30px;
}

.container.cont_mp {
    background: #0000001a;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: auto;
}

.cont_mp .left {
    width: 45%;
    float: left;
}

.cont_mp .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.cont_mp .info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 24px;
}

.cont_mp .info img {
    width: 24px;
    margin-right: 15px;
    margin-top: 4px;
}

.cont_mp .map {
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #c5c5c5;
    float: right;
}

.cont_mp iframe {
    width: 100%;
    height: 350px;
    float: left;
    border: 0;
}

.container.cont_mp.cont_mp_1 {
    margin-top: 30px;
    width: 100%;
}

.cont_2.about_text_2 {
    margin-top: 30px;
}

.cont_mp_2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.slider-inst {
    width: 100%;
    max-width: 100%;
    /* change / remove if you want full width */
    margin: 0 auto;
}

.slider-inst .slider-wrapper {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

/* MULTI STORY PROGRESS BARS (one per image) */
.slider-inst .story-progress-multi {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    gap: 4px;
    z-index: 10;
    margin-top: 30px;
    width: 96%;
    margin-left: 2%;
}

.slider-inst .story-segment {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    overflow: hidden;
}

.slider-inst .story-segment-bar {
    width: 0;
    height: 100%;
    background: #ffffff;
    border-radius: inherit;
    transition: width linear;
    /* duration set from JS */
}

/* Slider items */
.slider-inst .story-slider .item {
    position: relative;
    margin: 0px;
    border-radius: 30px;
    overflow: hidden;
}

.slider-inst .owl-item {
    background: none !important;
}

/* IMG 100% WIDTH */

.slider-inst .story-slider .item img {
    display: block;
    width: 100%;
    height: 600px;
    border-radius: 25px;
    object-fit: cover;
}


/* Optional caption over image */
.slider-inst .story-slider .item .caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

/* Scoped Owl styles */
.slider-inst .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4);
}

.slider-inst .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.slider-inst .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.indx_sec_22,
.indx_sec_3 {
    background-color: #dedede !important;
    margin: 0px;
    padding-top: 50px;
}

.story-slider .owl-nav {
    position: absolute;
    background: #ff000000;
    z-index: 9999999999;
    top: 0;
    width: 100%;
    margin-top: 0%;
    height: 100%;
}

.story-slider.owl-carousel.owl-theme.owl-loaded {
    position: relative;
}

.story-slider .owl-prev {
    float: left;
    width: 30%;
    background: red;
    height: 95%;
    border: 0px;
    font-size: 0px !important;
}

.story-slider .owl-prev:hover {
    cursor: pointer;
    background-color: #ff000000 !important;
}

.story-slider .owl-next {
    float: right;
    width: 30%;
    background: red;
    height: 95%;
    border: 0px;
    font-size: 0px !important;
}

.story-slider .owl-next:hover {
    cursor: pointer;
    background-color: #ff000000 !important;
}

/* .story-slider .owl-prev:hover {
     cursor:url(http://www.picgifs.com/smileys/smileys-and-emoticons/money/smileys-money-671353.gif) !important, auto;
}
*/
.story-slider .owl-prev:hover {
    cursor: url("../img/left.png"), auto !important;
}

.story-slider .owl-next:hover {
    cursor: url("../img/right.png"), auto !important;
}

.slider-wrapper .owl-dots {
    display: none;
}

a:focus {
    outline: none;
}

.hedr {
    position: relative;
}

header.hedr:after {
    content: "s";
    font-size: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: red;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #FF7A00, #FFFFFF, #686868);
}

.glob_anch {
    float: right;
    cursor: pointer;
}

.glob_anch svg {
    float: right;
    width: 35px;
    height: 35px;
    margin-top: -2px;
    stroke-width: 1.5;
    color: #FF7A00;
}

.indx_sec_22.indx_sec_22_ne .home_sec_titl {
    margin-top: 40px;
    margin-bottom: 30px;
}

.indx_sec_3 .home_sec_titl {
    font-weight: 600;
    margin-top: 50px;
    font-size: 45px;
}

.get_in_tch {
    float: left;
    width: 90%;
    margin-left: 5%;
    background: #dadadb;
    margin-top: 60px;
    padding: 50px 80px;
    border-radius: 40px;
    margin-bottom: 90px;
    background-color: rgb(175 175 175 / 26%);
    backdrop-filter: blur(10px);
}

.page-id-220 .get_in_tch {
    margin-top: 0px;
}

.get_in_tch_til {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #003E29;
    margin-top: 30px;
    margin-bottom: 50px;
}

.form_toch_inner {
    float: left;
    width: 100%;
}

.form_toch_inner_lft {
    float: left;
    margin-top: 30px;
    width: 50%;
}

.form_toch_inner_right {
    float: left;
    width: 50%;
}

.form_toch_inner_right img {
    float: left;
    width: 100%;
}

.input_lft {
    float: left;
    width: 90%;
    /* border-bottom: 2px solid #333; */
    margin-bottom: 30px;
}

.input_lft input {
    float: left;
    width: 100%;
    border: 0px;
    background: none;
    padding: 14px 10px;
    font-size: 22px;
    border-bottom: 2px solid #333;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    margin-top: 8px;
}

.input_lft_msg {
    float: left;
    width: 100%;
}

.input_lft_msg textarea {
    font-family: "Plus Jakarta Sans", sans-serif;
    float: left;
    width: 90%;
    background: none;
    border: 2px solid #000;
    margin-top: 10px;
    border-radius: 20px;
    padding: 20px 20px;
    font-size: 22px;
}

.send_btn_cntr {
    float: left;
    width: 90%;
    text-align: center;
}

.resm_port_upload {
    margin-top: 16px;
}

.resm_port_upload input[type="file"] {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.resm_port_upload input[type="file"]::file-selector-button {
    background: transparent;
    border: 2px solid #000;
    border-radius: 999px;
    padding: 10px 18px;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.resm_port_upload input[type="file"]::file-selector-button:hover {
    background: #000;
    color: #fff;
}

.resm_port_upload input[type="file"]:focus {
    outline: none;
}

.hedr>.menu>.current-menu-item {
    color: #000;
}

.send_btn_cntr button, .wpcf7-submit {
    background-color: #ff7f00;
    color: white;
    padding: 15px 60px;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 100px;
    border: 2px solid #ff9737;
    display: inline-block;
    transition: transform .2s;
    margin-top: 30px;
    cursor: pointer;
}

.input_lft input::placeholder,
.input_lft_msg textarea::placeholder {
    color: #000;
}

.input_lft input:focus,
.input_lft_msg textarea:focus {
    outline: none;
}

.shwrel_video {
    float: left;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: 600px;
    object-fit: cover;
}

.about_sec_1.home_sec_1 {
    margin-left: 5%;
    width: 90%;
    margin-bottom: 90px;
}

.cont_us_sec1 {
    margin-left: 5%;
    width: 90%;
    margin-bottom: 90px;
    background: none;
    backdrop-filter: blur(0px);
}

.cont_us_sec2 {
    background-color: rgb(175 175 175 / 26%);
    backdrop-filter: blur(10px);
}


.cont_us_sec2 .container.cont_mp {
    background: none;
    max-width: 96%;
}

.mp_svg {
    width: 40px;
}

.mp_svg svg {
    color: #FF7A00;
    float: left;
    margin-top: 4px;
}

.map_te_asq {
    font-size: 18px;
    line-height: 30px;
}

.about_sec_1.home_sec_1.cont_us_sec1 {
    margin-bottom: -20px;
}

.get_in_tch.get_in_tch_cont {
    margin-top: -10px;
}

.job_sescrp {}

.job_sescrp_left {

    float: left;

    width: 50%;
}

.job_sescrp_titl {

    float: left;

    width: 26%;

    font-size: 22px;

    font-weight: 500;
}

.job_sescrp_text {

    float: left;

    width: 73%;

    padding-right: 10%;

    font-size: 15px;

    line-height: 22px;
}

.job_sescrp_titl_new {

    margin-top: 50px;
}

.home_sec_1.cont_us_sec2 .container.cont_mp {
    display: inline-block;

}

.scira_exprnc {
    margin-top: 50px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
    width: auto;
    float: none;
    padding: 0px 20px 10px 20px;
}

.scira_exprnc_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
}

.sira_exprnc_hom {
    margin-top: 70px;
    margin-bottom: 100px;
}


.delh_ind {
    float: left;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 500;
}

.sicr_subtext {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 11%;
    font-size: 26px;
    margin-top: 70px;
    margin-bottom: 100px;
    line-height: 38px;
}

a:focus,
button:focus {
    outline: none;
}




.open_lang_btn {}

/* Overlay */
.lang_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:rgba(0,0,0,0.5);
     */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background-color: rgb(175 175 175 / 26%);
    backdrop-filter: blur(10px);
}

/* Popup Box */
.lang_popup {
    background: #fff;
    width: 90%;
    max-width: 360px;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

/* Heading */
.lang_popup h2 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #111;
}

/* Text */
.lang_popup p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Language Option */
.lang_option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 15px;
}

.lang_option:hover {
    background: #f1f5f9;
}

/* Continue Button */
.continue_btn {
    width: 100%;
    padding: 12px;
    background: #ff7a00;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

/* Close */
.close_popup {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    cursor: pointer;
}

.resm_port_main {
    float: right;
    margin-right: 13%;
    text-align: center;
    margin-bottom: -140px;
    margin-top: 20px;
}

.resm_port {
    font-size: 14px;
    line-height: 15px;
}

.resm_port_atch {}

.resm_port_atch svg {}

.whtsp_wrp {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.whtsp_wrp a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #f47e12;
    color: #fff;
    padding: 13px 29px 17px 29px;
    font-size: 20px;
    border-radius: 100px;
}

.whtsp_wrp a svg {
    width: 28px;
    height: 28px;
    margin-bottom: -7px;
}

.whtsp_wrp a span {
    display: inline-block;
    margin-top: -6px;
}



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #33a38b;
    float: left;
    background: #33a38b;
    width: auto;
    padding: 13px 31px;
    border-radius: 50px;
    color: #fff;
}

