/*
Theme Name: Gyrox
Theme URI: https://gyrox.in/
Description: Gyrox Aviation
Author: Arun Saini
Author URI:
Version: 1.0.0
Template: benous
*/

/*** Navigation ***/
nav .menu >li >ul.subnav {
	min-width: 300px;
	padding: 10px 0;
}
nav .menu >li >ul li a {
    padding: 5px 22px;
    line-height: 1.25;
}
.menu-item .subnav .title-desc {
    font-weight: 500;
}
.menu a .label {
    margin-left: 4px;
}
nav .menu li a span.label {
    margin-top: -10px;
    padding: 4px;
    background-color: rgb(235, 76, 73);
}
.nav-container nav .btn {
    border-radius: 0;
}

/*** Hero Slider ***/
.heroSlider .vertical-flex-column {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.heroSlider .heading-title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
}
.heroSlider .heading-title i {
    background: rgba(0, 0, 0, 0.25);
    padding-left: 10px;
    padding-right: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.heroSlider .heading-title span {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
    background: rgba(245, 73, 39, 1);
    padding-right: 10px;
    padding-left: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*** Single Slide ***/
.header-single:not(.header-full) .item-content {
    max-width: 100%;
    align-items: self-start;
}
.singleSlide .heading-title {
    background: rgba(0, 0, 0, 0.25);
    padding: 0px 25px 0px 25px;    
    border-radius: 15px;
    display: inline-block;
    font-size: 62px;
    line-height: 72px;
}
.singleSlide p {
    background: rgba(0, 0, 0, 0.25);
    padding: 0px 25px 0px 25px;    
    border-radius: 15px;
    width: fit-content;
}

/*** Page Slide ***/
.pageSlide .header-single:not(.header-full) .item-content {
    max-width: 100%;
    align-items: center;
}

/*** Model Slide ***/
.modelSlide .heading-title {
    background: rgba(0, 0, 0, 0.25);
    padding: 0px 25px 0px 25px;    
    border-radius: 15px;
    display: inline-block;
    font-size: 62px;
    line-height: 72px;
    text-align: right;
}
.modelSlide p {
    background: rgba(0, 0, 0, 0.25);
    padding: 0px 25px 0px 25px;    
    border-radius: 15px;
    text-align: right;
    width: fit-content;
    float: right;
}
.modelSlide .header-single:not(.header-full) .item-content {
    max-width: 100%;
    align-items: self-end !important;
    text-align: right;
}
.modelSlide .standard-slide {
    text-align: right !important;
}
.modelSlide .single-header-button {
    text-align: right;
}

/*** Page Title ***/
.page-title-center .heading-title {
    background: rgba(0, 0, 0, 0.25);
    padding: 5px 25px 5px 25px !important;    
    border-radius: 15px;
    width: fit-content;
    margin: 0 auto;
}
.page-title-center.image-bg {
    display: flex;
    align-items: center;
}

.background-overlay {
    background-color: transparent !important;
    opacity: 0 !important;
}



.mb-1 p {
    margin-bottom: 10px;
}
.icon_title_list {
    margin-bottom: 0px;
}

.gp-st-btns-front.gp-st-slide.left-position.active {
    top: 75%;
}

input[type="text"],input[type="email"], input[type="tel"], textarea {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.footerSocial svg {
    fill: #fff;
    width: 28px !important;
    height: 28px !important;
}

ul.discUl {
    list-style: disc !important;
    padding-left: 25px !important;
    margin-bottom: 0 !important;
}

/** Footer **/
.footer-widget [class*="col-"] .widget, .footer-widget .title {
    margin-bottom: 15px !important;
}
.footer-widget [class*="col-"] .widget {
	margin-bottom: 20px !important;
}
.widget_nav_menu li {
	padding-top: 10px !important
}
footer p, footer a {
	font-size: 16px;
}
.top-footer .menu a {
	font-size: 14px !important;
}

.line-icon a::after {
    content: '';
    width: 30px !important;
    background: url('https://gyrox.fixitkb.com/wp-content/uploads/2025/11/line-icon-1.png)') !important;
    height: 30px;
    display: block;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: relative;
    top: -40px;
}
.line-icon a svg {
	opacity: 0;
}

.headingLink .widgettitle {
	cursor: pointer;
}

.mb-0 p, .mb-0 h4 {
	margin-bottom: 0 !important;
}
 .footerSocial {
    align-items: flex-start !important;
 }


/** Media Queries **/
@media (max-width: 768px) {
	.top-footer .menu {
		text-align: center;
		line-height: 1.3;
	}
	footer.bg-graydark .sub {
		text-align: center;
	}
}

@media only screen and (max-width:767px)
{
    .gp-sticky-buttons {
        display: none;
    }
    .modelSlide section.header-single {
        height: 100% !important;
        padding: 60px 20px !important;
        min-height: 400px !important;
    }
        .background-content.visible {
        height: 400px;
    }
    .heroSlider section.header-single {
        height: 400px;
    }
        section.header-single {
        height: 400px;
    }
    .image-slider button.owl-next {
        margin-right: 35px;
        margin-top: -80px !important;
    }
    .image-slider button.owl-prev {
        margin-left: 35px;
        margin-top: -80px !important;
    }
}