:root {
    --heading-text-color: #ffffff;
    --color2: #000000;
}

.innermenubox-2,
.header-logo-2 {
    display: none;
}

.buy-now-btn {
    width: 140px;
    height: 45px;
    background-color: #ff4e4e;
    display: flex;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

    .buy-now-btn:hover {
        background-color: transparent;
        /* border: 1px solid #ff4e4e; */
        box-shadow: rgb(8 8 8 / 20%) 0px 2px 10px 0px;
    }

        .buy-now-btn:hover a {
            color: #ff4e4e;
            text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
        }

    .buy-now-btn a {
        font-size: 16px;
        font-family: "Muli";
        font-weight: 500;
        letter-spacing: 1px;
        color: var(--heading-text-color);
        transition: all 0.3s ease;
    }

/* --------------------------Top Bar---------------------------- */
input:focus-visible {
    outline: none !important;
}

.contact_details ul li {
    list-style: none;
    display: inline;
    color: var(--heading-text-color);
}

.top_bar {
    width: 100%;
    padding: 0;
    text-align: center;
}

.contact_details,
.newsletter-iconimg,
.fixed-header .side-navigation {
    text-align: center;
}

    .contact_details ul li.search-box span {
        border: none;
        padding: 15px 18px;
        margin-right: 0;
    }

    .contact_details ul li span {
        padding-right: 10px;
    }

    .contact_details i {
        font-size: 14px;
        cursor: pointer;
    }

.serach_outer i {
    font-size: 24px;
    padding: 4px 0 0 0;
    color: #bbb;
}

.contact_details p {
    font-size: 15px;
    margin: 0 0 0 !important;
}

p.hi_bold,
.side-navigation ul ul li:hover > a {
    color: #1e1d1c;
}

p.hi_normal {
    color: #757575;
}

.contact_details ul li span i {
    padding-right: 6px;
    color: #4bcdfc;
}

.contact_details ul li a,
#site_top .con-info i,
#site_top .details a,
#footer_box .widget_calendar caption,
#footer .copyright a:hover {
    color: #fff;
}

.socialbox a i,
.social_widget a i {
    font-size: 30px;
    letter-spacing: 0px;
    width: 30px;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

#site_top .con-info span {
    background-color: #4bcdfc;
    padding: 8px;
    border: 2px solid #fff;
}

#site_top .con-icons {
    padding-top: 10px;
}

#site_top .con-det {
    padding-left: 0;
}

#site_top .details-title {
    /* font-family: "Montserrat"; */
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    color: #13182c;
}

#site_top .details {
    /* font-family: "Montserrat"; */
    font-size: 13px;
    color: #fff;
    padding-left: 3px;
    font-weight: bold;
}

.contact_spaninfo {
    margin-right: -7%;
}

#site_top .socialbox a {
    display: inline-block;
    margin-right: 0px;
    transition: 2s;
}

    #site_top .socialbox a:hover {
        color: #4bcdfc;
        transform: scale(1.2);
    }

    #site_top .socialbox a i {
        color: #fff;
        font-size: 20px;
    }

.socialbox .apply-online {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    padding: 10px 12px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0px 4px;
}

    .socialbox .apply-online:hover {
        color: #1e2027;
    }

.shake-effect:hover i {
    transform: scale(1.3);
    /* transition: ease-out 0.5s; */
    -webkit-animation: wiggle 0.05s alternate ease infinite;
    animation: wiggle 0.05s alternate ease infinite;
}

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

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

@-webkit-keyframes wiggle {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(20deg);
    }
}
/*----------Sticky Header------*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 35px;
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px 0px #000;
    z-index: 999999;
}

    .fixed-header #mySidenav {
        margin: 12px 0;
    }
/* --------------------------Header---------------------------- */
.blog #header .menubar {
    margin-top: 0%;
    border-radius: 0px 0px 10px 10px;
    border: none;
    background: #e4e4e4;
    width: 100%;
    top: 0px;
    position: static;
}

.home .page-template #header .menubar {
    width: 100%;
    background: #fff;
    top: -39px;
}

#header .col-lg-2.col-md-3.top_bar_btn {
    margin-top: 5px;
}

#header .logo img {
    max-height: 123px;
    width: auto;
}

#header {
    width: 100%;
}

#topbar {
    border-top: 10px solid #435061;
}

.menubar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.home #header .menubar {
    border: none;
    width: 100%;
}

.neseted-inner {
    top: 0;
    position: absolute;
}

.continnerbox {
    background-size: 100% 100%;
    color: #fff;
    border-top: 40px solid #435061;
    border-left: 60px solid transparent;
}

#header .logo h1,
#footer .logo h1,
#header .logo p.site-title {
    font-weight: 700;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.logo {
    padding: 30px;
}

    .logo a.custom-logo-link {
        color: var(--color2);
    }

    .logo h1 a,
    .logo h1 a,
    .logo p.site-title a {
        color: #262626;
        text-transform: uppercase;
    }

    .logo p {
        color: #262626;
        margin-bottom: 0;
        font-size: 14px;
    }

#header .top-contact {
    padding: 12px 0;
    font-size: 15px;
}

.menubar .social-media {
    padding: 12px 0;
    text-align: center;
}

#header .search-icon i {
    cursor: pointer;
}

.apply-button {
    text-align: right;
    /* margin: 10px 0; */
}

.apply-online:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/*----------------Menu bar-----------*/
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

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


.close-sidebar {
    text-align: right;
    color: #fff;
    margin-top: 45px;
    margin-bottom: -10px;
    margin-right: 10px;
}

.headerbar {
    font-size: 25px;
    font-weight: 900;
}

.fixed-header .side-navigation {
    margin: 12px 0px;
}

.side-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .side-navigation ul ul {
        position: absolute;
        left: 0px;
        top: 114px;
        background: var(--heading-text-color);
        min-width: 290px;
        z-index: 9999;
        display: none;
    }

        .side-navigation ul ul ul {
            left: 100%;
            top: 0;
        }

        .side-navigation ul ul li,
        .menubar.scrolled .side-navigation ul ul li {
            float: none;
            display: block;
            text-align: left;
            border-bottom: 1px solid var(--heading-text-color);
        }

            .side-navigation ul ul li:last-child {
                border-bottom: 0;
            }

    .side-navigation ul li:hover > ul {
        display: block !important;
        animation: fadeInRight 0.3s ease;
        -webkit-animation: fadeInRight 0.3s ease;
    }

    .side-navigation ul li.menu-item-has-children > a:after {
        content: "\f107";
        position: static;
        margin-left: 5px;
        font-family: "font awesome 5 free";
        font-weight: 900;
        float: right;
    }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(10 0%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.side-navigation #menu-primary-menu .current_page_item > a,
.side-navigation #menu-primary-menu .current-menu-item > a,
.side-navigation #menu-primary-menu .current_page_ancestor > a {
    color: var(--color2);
}

.side-navigation .menu > ul > li.highlight {
    background-color: #4bcdfc;
}

    .side-navigation .menu > ul > li.highlight:hover {
        background: transparent;
    }

.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after {
    height: 2px;
}

.menu > ul > li.exoplanet-search:after {
    background: transparent !important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: auto;
}
/*-----------------Search pop up----------------*/
.serach_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    z-index: 999999999999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.serach_inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.closepop {
    position: absolute;
    top: 5%;
    transform: translateY(-5%);
    width: 100%;
    right: 10px;
    text-align: right;
    z-index: 999999;
}

.serach_outer i {
    font-size: 24px;
    padding: 4px 0 0 0;
    color: #bbb;
    cursor: pointer;
}

.serach_inner form.search-form {
    display: table;
    border: 1px solid #bababf;
    padding: 20px 0;
    border-radius: 0;
    background: var(--heading-text-color);
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

input.search-input {
    border: none;
}

button.search-submit {
    border: none;
    background: transparent;
}

.search_popup label {
    background: transparent;
    width: 86%;
}

.search_popup input.search-field {
    padding: 1.5% 10px 1.5% 0;
    background: transparent;
    width: 100%;
    text-indent: 8px;
}

.social-media .dashicons {
    margin: 0 6px;
    padding: 0;
}

.menubar .social-media a:hover {
    color: #3890cb;
}
/* Back to top button css */
.scrollup {
    position: fixed;
    display: none;
    bottom: 60px;
    right: -30px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    transform: rotate(-90deg);
    text-shadow: 1px 1px #000;
    z-index: 9999999999;
}

    .scrollup.left {
        left: 15px;
        right: auto;
    }

    .scrollup.center {
        left: 45%;
        right: 44%;
    }

    .scrollup span {
        display: inline-block;
    }

    .scrollup i {
        margin-left: 10px;
        transform: rotate(90deg);
    }
/* ----------- Newsletter ---------------- */
#our-newsletter .newsletter {
    top: 10px;
    z-index: 999;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    background-color: #4bcdfc;
}

    #our-newsletter .newsletter h3 {
        font-weight: 800;
        padding-bottom: 0;
        text-transform: none;
    }

.newsletter_text {
    padding-top: 15px;
    padding-bottom: 15px;
}

#our-newsletter .newsletter-form {
    padding-top: 0px;
}

    #our-newsletter .newsletter-form input[type="email"] {
        width: 100%;
        border: 1px solid var(--color2);
        margin: 0px;
        color: #121212;
        padding: 20px;
        background-color: #f8f8f8b8;
    }

#our-newsletter .newsletter-head {
    padding-left: 20px;
}

.newsletter-content {
    margin-top: 0px;
    width: 100%;
    margin-left: 0px;
}

#our-newsletter .newsletter-form input[type="email"]::placeholder {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #121212;
    font-family: "Sarabun";
}

#our-newsletter .newsletter-form input[type="submit"] {
    /* border: 2px solid var(--heading-text-color); */
    padding: 8px 32px;
    background: var(--heading-text-color);
    color: #4bcdfc;
    border-radius: 5px 5px;
}

#our-newsletter .newsletter-form i {
    position: absolute;
    right: 45px;
    top: 34px;
    padding: 10px;
    font-size: 12px;
    color: #4bcdfc;
}

#our-newsletter .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}

.newsletter-icon {
    background-color: #fff;
    padding: 3% 2%;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
}

.neswletter_shortcode_text {
    margin-top: 2%;
    color: var(--heading-text-color);
}

.sub-menu li:hover {
    background-color: #8e5331;
}

/*---------------- Footer Section ----------------------*/
div#footer {
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
/* div#footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0);
  z-index: -1;
  opacity: 0.6;
} */
.footer-top {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-top-col h3 {
    font-size: 20px;
    font-weight: bold;
}

.outer-footer {
    background-size: 100% 100%;
}

#footer form.search-form {
    border: none;
    background: transparent;
    padding: 0;
}

    #footer form.search-form input {
        float: none;
        border: 1px solid;
        margin: 2px 2px;
    }

#footer input,
#footer textarea {
    background-color: #ffffff;
    color: #000000;
}

#footer textarea {
    height: 100px;
}

#footer p.post-date {
    color: var(--heading-text-color);
    padding-bottom: 50px;
    font-size: 11px !important;
}

.copyright p {
    margin-bottom: 0;
}

.socialbox {
    float: right;
    font-size: 13px;
    line-height: 20px;
    color: #717271;
}

#footer {
    text-align: center;
    color: #fff;
    text-align: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top-col {
    border-left: solid 5px #4bcdfc;
    padding-left: 15px;
}

#footer input {
    padding: 8px 8px;
    float: left;
    margin: 0px 0;
    border-radius: 0px;
    height: 100%;
    border: none;
}

p.tag-input-btn br,
p.tag-input br {
    display: none !important;
}

.custom-social-icons a {
    color: var(--heading-text-color);
}

#footer .copyright {
    padding: 25px 0 0;
}

.copyright-img {
    text-align: end;
}

.footer-copy {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    font-size: 16px;
    line-height: 32px;
    color: var(--heading-text-color) !important;
    font-weight: 400;
    font-family: "Muli";
}

    .footer-copy p,
    .footer-copy a {
        color: var(--heading-text-color) !important;
    }

.widget_recent_entries img {
    width: 100px;
}

#footer ul li:before {
    font-size: 13px;
    line-height: 30px;
    color: #717271;
    margin-right: 5px;
}

#footer ul li {
    list-style: none;
    margin: 0 0 0px 0;
    text-align: left;
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.about_me table,
.about_me td,
.about_me th {
    border: none;
}

.about_me p.message {
    margin-bottom: 5px !important;
}

#footer_box .sub-menu,
#our-newsletter .newsletter h3:after,
amp-sidebar#sidebar1,
.headerbar,
.footer_hide {
    display: none;
}

.sub-menu li:hover a {
    color: var(--heading-text-color) !important;
}

.sub-menu li {
    margin-top: 0;
}

#footer_box .socialbox i {
    color: #525b80;
    margin-left: 15px;
}

#footer .widget_media_gallery img {
    padding-right: 25px;
    border: none;
}

.custom-social-icons a {
    padding-right: 15px;
}
/* Icon Grow */
#header .hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    #header .hvr-icon-grow .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    #header .hvr-icon-grow:hover .hvr-icon,
    #header .hvr-icon-grow:focus .hvr-icon,
    #header .hvr-icon-grow:active .hvr-icon {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0);
    }

/* My Custom Css */
/* Header */

#masthead,
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
}


.tb-text {
    padding: 10px 0;
}

.serch-popup-2 {
    display: none;
}

.tb-text p {
    font-family: "Readex Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

.contact_details .row {
    align-items: center;
}

.header-p2 {
    position: relative;
}

.home .header-wrap {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.menu-primary-menu-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-primary-menu-container ul li {
        height: 75px;
        display: flex;
        align-items: center;
    }

        .menu-primary-menu-container ul li a {
            font-family: "Readex Pro";
            font-size: 16px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0px;
            text-align: left;
            padding: 0px 35px;
            color: #ffffff;
        }

.sreach-home {
    display: block;
}

.header-btns {
    display: grid;
    grid-template-columns: 1fr 0.2fr 0.2fr;
    align-items: center;
    justify-content: end;
}

.buynow a {
    font-family: "Readex Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    width: 135px;
    height: 45px;
    background-color: #008080;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 20px;
    border: 2px Solid transparent;
    transition: all 0.3s ease;
}

    .buynow a:hover {
        border: 2px solid #ffffff;
        background-color: transparent;
        color: #ffffff;
    }

.sreach-home .search-input-box {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    position: relative;
}

.sreach-home button {
    position: absolute;
    left: 0;
}

    .sreach-home button i {
        color: #ffff;
        font-weight: 600;
        font-size: 24px;
    }

.search-input-box input {
    width: 100%;
    background: transparent;
    color: #ffffff;
    padding-left: 40px;
}

.account,
.whishlist {
    justify-self: end;
}

.search-input-box input::placeholder {
    font-family: "Readex Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

/* Footer */
.textwidget p {
    font-family: "Readex Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding-top: 40px;
}

.social_widget h3 {
    font-family: "Readex Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.custom-social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    padding-top: 15px;
}

.f2 .widget-title,
.f3 .widget-title,
.f4 .top_title {
    font-family: "Play";
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.menu-footer-menu-container ul li a,
.menu-footer-support-container ul li a {
    font-family: "Play";
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.menu-footer-menu-container ul,
.menu-footer-support-container ul {
    padding-top: 20px;
}

.ft-main-1,
td.fff {
    display: none;
}

tr.ft-ff td p {
    margin: 0;
    text-align: left;
}

    tr.ft-ff td p a {
        font-family: "Play";
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #ffffff;
    }

.f2,
.f3 {
    padding-left: 3rem;
}

.f1 aside {
    text-align: left;
}

.sticky-header {
    background: transparent !important;
}




@media screen and (min-width: 1025px) and (max-width: 1200px) {
    /* Header */
    .menu-primary-menu-container ul li a {
        padding: 0px 10px;
    }

    .sticky-header .header-wrap.container {
        background: rgba(245, 245, 245, 0.88);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        /* Rounded bottom only */
        border-radius: 0 0 50px 50px;
        /* Flush to top */
        margin-top: 0;
        margin-bottom: 12px;
        overflow: hidden;
        border: 8px solid rgba(0, 0, 0, 0.06);
        border-top: none;
        padding-top: 5px;
    }
}


@media screen and (min-width: 1201px) {
    /* Header */
    .menu-primary-menu-container ul li a {
        padding: 0px 20px;
    }

    .sticky-header .header-wrap.container {
        background: rgba(245, 245, 245, 0.88);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        /* Rounded bottom only */
        border-radius: 0 0 50px 50px;
        /* Flush to top */
        margin-top: 0;
        margin-bottom: 12px;
        overflow: hidden;
        border: 8px solid rgba(0, 0, 0, 0.06);
        border-top: none;
        padding-top: 5px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {
    /* Header */
    .menu-primary-menu-container ul li a {
        padding: 0px 25px;
    }

    .sticky-header .header-wrap.container {
        background: rgba(245, 245, 245, 0.88);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        /* Rounded bottom only */
        border-radius: 0 0 50px 50px;
        /* Flush to top */
        margin-top: 0;
        margin-bottom: 12px;
        overflow: hidden;
        border: 8px solid rgba(0, 0, 0, 0.06);
        border-top: none;
        padding-top: 5px;
    }
}



@media screen and (max-width: 1024px) {
    /* Header */
    .container {
        padding: 0 0.5rem;
    }

    #sidebar2 {
        height: 100vh;
        width: 250px;
        position: fixed;
        z-index: 9999999;
        top: -37px;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        background-color: #1d1d1d;
    }

    .mblmenu {
        width: 100%;
        height: 100vh;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .close-sidebar i {
        color: #ffffff !important;
    }

    .mblmenu_blank {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #00000087;
        overflow: hidden;
        z-index: 9;
    }

    .menu-primary-menu-container ul li a {
        padding: 0px 35px;
    }

    .header-wrap.container {
        max-width: 100%;
    }

    .header-wrap {
        position: relative;
        top: 0;
        z-index: 99;
        left: 0;
        transform: none;
    }

    .header_row {
        padding: 10px 2.7rem;
    }

    .header-logo,
    .innermenubox {
        display: none;
    }

    .innermenubox-2,
    .header-logo-2 {
        display: block;
        text-align: center;
    }

    .header-btns {
        display: grid;
        grid-template-columns: 1fr 0.2fr 0.2fr;
        grid-gap: 10px;
    }

        .header-btns div {
            justify-self: center;
        }

    .buynow a {
        font-size: 14px;
        width: 120px;
        height: 45px;
        border-radius: 5px;
        margin-left: 0;
    }

    div#open_nav {
        display: flex;
        align-items: center;
    }

    .menu-primary-menu-container ul {
        flex-direction: column;
    }

    /* Footer */
    .socialbox a i,
    .social_widget a i {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    /* Header */
    .container {
        padding: 0 0.5rem;
    }

    .header-wrap {
        position: relative;
        top: 0;
        z-index: 99;
        left: 0;
        transform: none;
    }

    .header_row {
        padding: 5px 1.5rem;
    }

    .header-logo,
    .innermenubox {
        display: none;
    }

    .innermenubox-2,
    .header-logo-2,
    .serch-popup-2 {
        display: block;
        text-align: center;
    }

    .header-btns {
        display: grid;
        grid-template-columns: 0.3fr 0.3fr 0.3fr;
        grid-gap: 0px;
    }

    .sreach-home {
        display: none;
    }

    .header-btns div {
        justify-self: center;
    }

    .buynow a {
        font-size: 12px;
        width: 90px;
        height: 35px;
        border-radius: 5px;
        margin-left: 0;
    }

    div#open_nav {
        display: flex;
        align-items: center;
    }

    /* Footer */
    div#footer {
        padding: 40px 0;
    }

    .textwidget p {
        padding-top: 25px;
        margin: 0;
    }

    #footer h3 {
        padding-top: 5px;
    }

    .custom-social-icons {
        width: 35%;
    }

        .custom-social-icons a {
            padding-right: 0;
        }

    .socialbox a i,
    .social_widget a i {
        font-size: 22px;
    }

    .f2,
    .f4 {
        padding-left: 3rem;
    }

    .f3 {
        padding-left: 0rem;
    }

    .menu-footer-menu-container ul,
    .menu-footer-support-container ul {
        padding-top: 5px;
    }
}

@media screen and (max-width: 750px) {
    /* Header */
    .container {
        padding: 0 0.5rem;
    }

    .header-btns {
        display: grid;
        grid-template-columns: 0.4fr 0.4fr;
        grid-gap: 0;
    }

    .header-wrap {
        position: relative;
    }

    .header_row {
        padding: 5px 0;
    }

    .header-logo,
    .innermenubox {
        display: none;
    }

    .innermenubox-2,
    .header-logo-2,
    .serch-popup-2 {
        display: block;
    }

    .sreach-home,
    .whishlist {
        display: none;
    }

    .buynow a {
        font-size: 12px;
        width: 90px;
        height: 35px;
        border-radius: 5px;
        margin-left: 0;
    }

    div#open_nav {
        display: flex;
        align-items: center;
    }

    .header-btns div {
        justify-self: end;
    }

    /* Footer */
    div#footer {
        padding: 30px 0;
    }

    .textwidget p {
        padding-top: 20px;
        margin: 0;
    }

    .custom-social-icons {
        width: 30%;
        padding-top: 5px;
    }

        .custom-social-icons a {
            padding-right: 0px;
        }

    .socialbox a i,
    .social_widget a i {
        font-size: 22px;
    }

    .f2,
    .f3,
    .f4 {
        padding-left: 0;
    }

    .f1,
    .f2,
    .f3 {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .menu-footer-menu-container ul,
    .menu-footer-support-container ul {
        padding-top: 5px;
    }

        .menu-footer-menu-container ul li a,
        .menu-footer-support-container ul li a {
            font-size: 14px;
            line-height: 28px;
        }

    p.email,
    p.location {
        display: none;
    }
}

@media screen and (max-width: 380px) {
}


/* _____________ */
/* HEADER + MENU */
/* _____________ */

@media (min-width: 975px) {

    /* MENU: hard right */
    .home-menu-btn {
        margin-left: auto;
        padding-right: 32px;
        width: auto;
    }


    /* LEFT aligned */
    /*.logo-menu { padding-left: 32px; } */

    /* TRUE center of strip */
    .logo-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}


/* _____________ */
/* MAIN BANNER */
/* _____________ */
#hero-banner {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 600px;
    padding-top: 160px;
    background-image: url('/wp-content/themes/aster-travel-blog-pro/assets/images/Slider/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Pull banner under header */
    margin-top: -20px;
    padding-top: 200px;
    display: flex;
    align-items: center;
}

    /* Overlay for readability */
    #hero-banner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 1;
    }

/* Text container */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

/* Title */
.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

/* Subtitle */
.hero-subtitle {
    font-size: 1.25rem;
    max-width: 600px;
    margin-bottom: 30px;
    color: #fff;
}

/* Button */
.hero-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #ff6b35;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
}

    .hero-btn:hover {
        background: #e85a28;
    }

/* Mobile */
@media (max-width: 768px) {
    #hero-banner {
        min-height: 500px;
        text-align: center;
    }
}


/* _____________ */
/* VIDEO SECTION */
/* _____________ */
.v-video .video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* DOWN THUMBNAILS */
.v-video-down {
    position: relative;
    overflow: hidden;
}

    /* Force a consistent aspect ratio */
    .v-video-down .video-down-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Down video thumbnail container */
.v-video-down {
    aspect-ratio: 16 / 9;
}

/* Main video preview */
.v-video {
    aspect-ratio: 16 / 9;
}



/* _____________ */
/*    FOOTER     */
/* _____________ */
.widget_media_image img {
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
}


/* _____________ */
/*    HOME_BIO   */
/* _____________ */

@media (min-width: 990px) {
    .lm-text-wrap {
        padding-left: 30px;
    }
}
