.h1tag{
    font-size: 50px !important;
    font-weight: 700 !important;
    text-align: center !important;
   
    line-height: 58px;
    color: #000000;
    font-family: "Inter";
    margin-bottom: -32px;
    
   /* color: #f5821d; */
   background: linear-gradient(160deg, rgba(0,0,0,1) 0%, rgba(142,75,17,1) 0%, rgba(69,36,8,1) 0%, rgba(173,91,20,1) 1%, rgba(246,130,29,1) 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   color: transparent;

}
.btn-1 {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    transition: .5s;
    background-color: var(--theme-color);
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    padding: 11px 30px;
}
h2.sec_title span {
    color: var(--theme-color);
    font-weight: 500;
}
.services_nine_wrap .icon_box::after {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f17102db;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    transition: 0.5s;
}
.services_nine .sec_title_box_wrap {
    padding: 40px 50px;
    background-color: #161617;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #363636;
}
.services_nine_wrap {
    height: 320px;
    background-color: #161617;
    padding: 55px 30px;
    text-align: center;
    border-right: 1px solid #363636;
}
.case-studies-section .case_studies_slide_img_box .case_studies_slide_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(32,16,35,1) 26%, rgba(119,62,33,1) 61%, rgba(184,97,31,1) 81%, rgba(197,104,31,1) 94%, rgba(246,130,29,1) 100%);    font-size: 16px;
    line-height: 30px;
    color: #e2d7f4;
    font-weight: 400;
    font-family: "Heebo";
    text-align: center;
    align-items: center;
    justify-content: center;
}
.recent_project_nine_carousel a.read_more_1_btn span {
    background-color: transparent;
    color: #f17102db;
    font-size: 17px;
    margin-left: 5px;
}
.pt_130 {
    padding-top: 45px;
}
.pb_120 {
    padding-bottom: 46px;
}
.add_nine_container .discount_box {
    position: absolute;
    top: 119px;
    right: -96px;
    padding: 20px 25px;
    text-align: center;
    background-color: #ffffff;
    transform: skewY(-10deg);
    animation: sk 2s linear infinite alternate;
}
@media only screen and (min-width: 360px) and (max-width: 740px) {
    .add_nine .sec_title_wrap h2 {
        font-size: 48px;
        line-height: 65px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 740px) {
    .add_nine {
        padding-top: 48px !important;
    }
}
@media only screen and (min-width: 360px) and (max-width: 740px) {
    .arrow_box {
        display: block;
    }
}

@media screen and (max-width: 789px) {
    .recent_project_nine_carousel .owl-nav {
        display: block;
        position: absolute;
        top: 376px;
        right: 153px;
    }
    .recent_project_nine_carousel .projects_box_one .image_box img {
        width: 100%;
        height: 300px;
    }
    .add_nine_container .discount_box {
        position: absolute;
        top: 539px;
        right: 47px;
        padding: 20px 25px;
        text-align: center;
        background-color: #ffffff;
        transform: skewY(-10deg);
        animation: sk 2s linear infinite alternate;
    }
    .pb_120 {
        padding-bottom: 406px;
    }
}
/* Initially hide the mobile arrow */
.mobile-arrow {
    display: none;
}
.add_nine_container .arrow_box {
    position: absolute;
    bottom: 8px;
    right: 169px;
}

/* Show mobile arrow only on screens 789px wide or smaller */
@media screen and (max-width: 789px) {
    .desktop-arrow {
        display: none; /* Hide desktop arrow */
    }
    .mobile-arrow {
        display: block; /* Show mobile arrow */
    }
}

/* Show desktop arrow only on screens wider than 789px */
@media screen and (min-width: 790px) {
    .mobile-arrow {
        display: none; /* Hide mobile arrow */
    }
    .desktop-arrow {
        display: block; /* Show desktop arrow */
    }
}
@media only screen and (max-width: 1024px) {
    .add_nine_container .arrow_box {
        bottom: -205px;
        right: 214px;
    }
}
.serial_number_one {
    right: -157px;
    margin-bottom: 35px;
}
.serial_number_three {
    right: -157px;
    margin-bottom: 35px;
}
.serial_number_four {
    right: 78px;
    margin-top: 10px;
}
.serial_number_two {
    left: -78px;
    margin-bottom: 35px;
}

.custom-dropdown {
    position: relative; /* Position relative for absolute positioning of the dropdown */
    width: 100%; /* Full width */
}

.selected {
    border: 1px solid #e6e7ef; /* Highlighted border */
    border-radius: 4px; /* Rounded corners */
    padding: 10px; /* Padding for the selected item */
    background-color: #f9f9f9; /* Light background */
    color: #333; /* Text color */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth transition */
}

.selected:hover {
    background-color: #e0e0e0; /* Change background on hover */
}

.dropdown-list {
    display: none; /* Hidden by default */
    position: absolute; /* Position the dropdown */
    z-index: 1000; /* Ensure it's on top */
    border: 1px solid #ccc; /* Border for the dropdown */
    border-radius: 4px; /* Rounded corners */
    background-color: white; /* Background color */
    max-height: 200px; /* Max height for scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%; /* Full width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
    transition: all 0.3s; /* Smooth transition */
}

.dropdown-item {
    padding: 10px; /* Item padding */
    cursor: pointer; /* Change cursor to pointer */
    transition: background-color 0.2s; /* Smooth transition */
}

.dropdown-item:hover {
    background-color: #1c4fb4; /* Change background on hover */
    color: white; /* Change text color on hover */
}

.dropdown-item:active {
    background-color: #155a91; /* Darker shade when clicked */
}
.quite_form_bottom .btn-1 span {
    background-color: #f4811dc2;
}
@media only screen and (min-width: 360px) and (max-width: 740px) {
    .home_nine_testimonial_container_inner {
        padding: 174px 65px 54px 32px;
        max-width: 396px;
    }
}
@media (max-width: 768px) { /* Adjust the max-width as needed for your definition of mobile */
    .serial_number_two {
        left: -3px;
        margin-bottom: 30px;
    }
    
    .serial_number_four {
        right: 9px;
        margin-top: 10px;
    }
    .case-studies-section .services_navigation_btn {
        position: absolute;
        bottom: 0px;
        right: 12px;
    }
    .serial_number_one {
        right: -206px;
        margin-bottom: 35px;
    }
    .serial_number_three {
        right: -203px;
        margin-bottom: 35px;
    }
    .mobile-menu .nav-logo {
        position: relative;
        padding: 31px 25px;
        text-align: left;
        margin-bottom: 50px;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .services_navigation_btn {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .services_navigation_btn {
        top: -24px;
    }
}


/* Hide all header_icon_box elements by default */


/* Show only the phone number in mobile view */
@media only screen and (max-width: 767px) {
    .header_icon_box1 {
        display: none !important;
    }
}


.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #ef2b0500;
}