/* =======================================================
   1. GLOBAL STYLES & LINKS
   ======================================================= */
a,
a:hover {
    color: #f5bc04;
}

.color_fff {
    color: #fff !important;
}

/* =======================================================
   2. HEADER & NAVIGATION
   ======================================================= */
.fh5co_header_bg {
    background: #222;
    color: #fff;
}

.fh5co_padding_menu {
    padding: 20px 0;
}

.fh5co_logo_width {
    width: 200px;
}

.mobile_logo_width {
    display: none;
}

.fh5co_mediya_right {
    text-align: right;
}

/* Social Icons in Header */
.fh5co_display_table {
    height: 40px;
    width: 40px;
    display: table;
    color: #777;
    font-size: 18px;
    border: 1px solid #fff !important;
    cursor: pointer;
    border-radius: 50%;
    transition: 1s;
    margin: 0 10px;
}

.fh5co_display_table:hover,
.fh5co_display_table:focus {
    color: #777;
    border: 1px solid #f5bc04 !important;
}

.fh5co_verticle_middle {
    vertical-align: middle;
    display: table-cell;
}

/* =======================================================
   FIX: REMOVE SPACE BETWEEN MENU AND BANNER
   ======================================================= */

/* 1. Kill all padding on the Menu Container */
.fh5co_padd_mediya {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
}

/* 2. Kill spacing on the Navbar element itself */
.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

/* 3. Reduce vertical padding on links to make the bar thinner */
.navbar-light .navbar-nav .nav-link {
    color: #222 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 5px !important;
    transition: all .5s ease;
    position: relative !important;
    clip-path: polygon(100% 0, 100% 85%, 14% 85%, 0 100%, 0% 60%, 0 0);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link {
    background: #f5bc04 !important;
    color: #fff !important;
}

/* 4. HERO BANNER: Force it to touch the menu */
#fh5co-title-box {
    width: 100%;
    z-index: 555;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;
    
    /* NUCLEAR OPTION: If a gap persists, this pulls the banner up */
    margin-top: -1px !important; 
}

.single #fh5co-title-box {
    position: relative;
    width: 100%;
    height: 300px;
}
/* =======================================================
   3. HERO BANNER (Title Box)
   ======================================================= */
#fh5co-title-box {
    width: 100%;
    z-index: 555;
    background-position: center center;
    
    /* Force Stretch */
    background-size: 100% 100%; 
    
    /* Stop Tiling */
    background-repeat: no-repeat; 
    
    /* Ensure no margin pushing it away from menu */
    margin-top: 0 !important;
}

.single #fh5co-title-box {
    position: relative;
    width: 100%;
    height: 300px; /* Reduced Height */
}

#fh5co-title-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    /* Transparent overlay */
    background: transparent; 
}

#fh5co-title-box .page-title {
    z-index: 12;
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.single #fh5co-title-box .page-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#fh5co-title-box .page-title h2 {
    color: white;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.single #fh5co-title-box .page-title h2 {
    font-size: 50px; 
}

#fh5co-title-box .page-title>span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .05em;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

#fh5co-title-box .page-title img {
    margin-bottom: 15px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid white;
}

/* =======================================================
   4. CONTENT & COMPONENTS
   ======================================================= */
.paddding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#fh5co-single-content {
    z-index: 999;
    background: white;
}

#fh5co-single-content p,
#fh5co-single-content ul li {
    font-size: 1.05rem;
}

/* Buttons */
.treding_btn {
    background: #f5bc04;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    padding: 15px 40px;
}

.treding_btn:hover {
    background: #f5bc04;
    color: #fff;
}

.btn_mange_pagging, .btn_pagging {
    background: #f1f1f1;
    padding: 12px 20px;
    color: #222 !important;
    font-weight: 800;
    margin: 0 10px;
    transition: all .5s ease;
}

.btn_mange_pagging:hover, .btn_pagging:hover {
    background: #222 !important;
    color: #fff !important;
}

/* Tags */
.fh5co_tagg {
    background: #f1f1f1;
    padding: 10px 15px;
    color: #222;
    margin-right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    transition: all .5s ease;
}

.fh5co_tagg:hover {
    background: #f5bc04;
    color: #fff;
    text-decoration: none;
}

/* Headings */
.fh5co_heading {
    font-size: 20px;
    color: #424040;
}

.fh5co_heading_border_bottom {
    border-bottom: 1px solid #777;
}

/* =======================================================
   5. FOOTER
   ======================================================= */
.fh5co_footer_bg {
    background: #222;
    color: #fff;
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
}

.footer_logo {
    width: 140px;
}

.footer_main_title {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.footer_sub_about {
    color: #C9C8C8;
    font-size: 14px;
}

.footer_menu {
    list-style: none;
    padding: 0;
}

.footer_menu li>a {
    color: #fff !important;
    padding: 8px 0 !important;
    display: block;
    transition: all .5s ease;
}

.footer_menu li>a:hover {
    color: #f5bc04 !important;
    margin-left: 5px;
}

.fh5co_footer_right_reserved {
    background: #000 !important;
    color: #fff !important;
}

/* =======================================================
   6. UTILITIES & ANIMATIONS
   ======================================================= */
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.js .animate-box {
    opacity: 0;
}

/* Contact Form Specifics */
#fh5co_contact_form input:focus,
#fh5co_contact_form textarea:focus {
    border-color: #f5bc04;
}

.contact_btn {
    background: #f5bc04 !important;
    color: #fff !important;
    padding: 10px 50px !important;
    border: 0;
}

.contact_btn:hover {
    background: none !important;
    border: 1px solid #f5bc04 !important;
    color: #f5bc04 !important;
}

svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
