* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#0065A3;
}
a:hover {
	color:#0065A3;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #F7B500 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #F7B500;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #0065A3;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #0065A3;
}
.nav-scroll .nav-link:hover:after {
	background-color: #0065A3;
}
.nav-scroll .active {
	position: relative;
	color: #F7B500 !important;
}
.nav-scroll .nav-item a {
	color: #0065A3;
	font-weight: 600;
}
.nav-scroll .nav-item a:hover {
	color: #F7B500;
}
.dropdown-menu {
    background-color: #fff;
    border: 1px solid #A3ACB8;
    border-radius: 0;
}

.dropdown-item {
    color: #0065A3;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #7CA29A;
}

.dropdown-item.active {
    background-color: #0065A3;
    color: #fff;
}
.banner {
	background: #0065A3;
	background: linear-gradient(to left, #0065A3, #7CA29A);
	padding:100px 0px 120px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.svg-hero {
	width: 100%;
	height: auto;
	display: block;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #F7B500;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #F7B500;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #0065A3;
	background: linear-gradient(to left, #0065A3, #7CA29A);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #fff;
	padding: 10px 40px;
	border-radius: 50px;
	font-size: 15px;
	display: inline-block;
	background: #0065A3;
	background: linear-gradient(to left, #0065A3, #7CA29A);
}
.about-btn:hover {
	background:#0065A3;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, #0065A3, #7CA29A);
	opacity: 0.7;
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #0065A3;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:20px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	border: 1px solid #F7B500;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.icon-border span {
	position: relative;
	font-size: 25px;
	color: #F7B500;
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top: 40px;
	text-align: center;
}
.team-detail img {
	aspect-ratio: 1;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media all and (max-width:991px) {
	.team-detail img {
		width: 180px;
		height: 180px;
	}
}

@media all and (max-width:768px) {
	.team-detail img {
		width: 150px;
		height: 150px;
	}
}

@media all and (max-width:480px) {
	.team-detail {
		margin-bottom: 30px;
	}
	.team-detail img {
		width: 120px;
		height: 120px;
	}
}

@media all and (max-width:360px) {
	.team-detail img {
		width: 100px;
		height: 100px;
	}
}

.team-detail h4 {
	color: #0065A3;
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
.team-detail p {
	color: #7CA29A;
	font-size: 16px;
}
.testimonial {
    background: linear-gradient(135deg, #7CA29A 0%, #0065A3 100%);
    position: relative;
    padding: 120px 0;
}

.testimonial::before {
    display: none;
}

.testimonial .container,
.testimonial .sectioner-header,
.testimonial .section-content {
    position: relative;
    z-index: 2;
}

.testimonial .slider-item {
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    border-radius: 4px;
    text-align: center;
}

.testimonial .slider-item .test-text {
    margin-top: 10px;
    padding: 0px 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
}

.testimonial .testimonial-author {
    display: block;
    margin-top: 15px;
    font-size: 85%;
    font-style: normal;
    text-align: right;
    color: #fff;
    font-weight: 500;
}

.testimonial .test-text {
    text-align: center !important;
}

/* BxSlider módosítások */
.bx-wrapper .bx-pager {
    text-align: center;
    margin-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #a3acb8; /* szürke alapértelmezett */
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #F7B500; /* sárga aktív szín */
}

/* Dupla pontsor javítása */
.bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-auto .bx-pager {
    text-align: center;
    width: 100%;
}

.bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-auto .bx-controls-auto {
    display: none;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
	border-bottom: 1px solid #A3ACB8;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bttn {
	position: relative;
	cursor: pointer;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 15px;
	text-transform: capitalize;
	transition: all 0.5s;
	border: none;
	background: #F7B500;
	display: inline-block;
	text-decoration: none;
}

.bttn:hover {
	background: #0065A3;
	color: #fff;
	text-decoration: none;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #0065A3;
	background: linear-gradient(to left, #0065A3, #7CA29A);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #0065A3;
	background: linear-gradient(to left, #0065A3, #7CA29A);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
.banner .taxi-image {
    max-width: 80%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}
.nav-taxi-image {
    max-width: 40px;
    border-radius: 8px;
    margin: 0 auto 5px;
    display: block;
}

/* Mobile taxi image display */
.mobile-taxi-image {
    display: none;
}

@media (max-width: 992px) {
    .mobile-taxi-image {
        display: block;
        max-width: 60px;
        border-radius: 10px;
        margin: 0 auto 10px;
    }
    
    .navbar-collapse {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .mobile-taxi-image {
        max-width: 50px;
    }
}

@media (max-width: 576px) {
    .mobile-taxi-image {
        max-width: 40px;
    }
}

@media (max-width: 992px) {
    .nav-taxi-image {
        max-width: 35px;
        margin-bottom: 8px;
    }
}

@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background: linear-gradient(to bottom, #0065A3, #7CA29A);
	padding: 20px;
	border-radius: 5px;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
.navbar-nav .nav-item {
	margin: 5px 0;
}
.navbar-nav .nav-link {
	color: #fff !important;
	padding: 10px 15px !important;
	border-radius: 3px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	background-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav .active {
	background-color: #F7B500 !important;
	color: #0065A3 !important;
}
.navbar-toggler {
	border-color: #7CA29A;
	background-color: rgba(255, 255, 255, 0.1);
}
#contact_form {
	margin-bottom:20px;
}
.nav-scroll .navbar-nav .nav-link {
	color: #0065A3 !important;
}
.nav-scroll .navbar-nav .nav-link:hover,
.nav-scroll .navbar-nav .nav-link:focus {
	background-color: rgba(0, 101, 163, 0.1);
}
}

/* White oval background for logo */
.navbar-brand.navbar-logo {
    position: relative;
    z-index: 1;
    padding: 0 1px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    display: inline;
}

@media (max-width: 768px) {
    .navbar-brand.navbar-logo {
        padding: 0 1px;
        border-radius: 2px;
    }
}

@media (max-width: 992px) {
	.banner .img-fluid {
		max-width: 80%;
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 768px) {
	.banner .img-fluid {
		max-width: 60%;
		margin: 20px auto 0;
	}
	
	.banner-text {
		padding-right: 0;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.banner .img-fluid {
		max-width: 50%;
	}
	
	.banner {
		padding: 80px 0px 100px;
	}
}

@media (max-width: 768px) {
.navbar-collapse {
	margin-top: 15px;
}
}

@media (max-width: 992px) {
    .banner .taxi-image {
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .banner .taxi-image {
        max-width: 45%;
        margin: 20px auto 0;
    }
}

@media (max-width: 576px) {
    .banner .taxi-image {
        max-width: 35%;
    }
}

/* Align image with title */
@media (min-width: 992px) {
    .banner-text h2 {
        margin-top: 30px;
    }
    
    .banner .taxi-image {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-text h2 {
        margin-top: 20px;
    }
    
    .banner .taxi-image {
        margin-top: 20px;
    }
}

/* Align image with text vertically */
@media (min-width: 992px) {
    .banner-text {
        padding-right: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    
    .banner .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .banner .taxi-image {
        margin-top: 0;
        align-self: center;
    }
    
    .banner .row {
        display: flex;
        align-items: center;
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-text {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 350px;
    }
    
    .banner .taxi-image {
        margin-top: 0;
        align-self: center;
    }
    
    .banner .col-sm-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}

.feature .media-body.text-right.media-right-margin {
	margin-right: 30px;
}

.feature .media-left.icon-border.media-right-margin {
	margin-right: 30px;
}

.feature .media-right.icon-border {
	margin-left: 30px;
}

.feature .single-feature {
	margin-bottom: 40px;
	align-items: flex-start;
}

/* Benefits Section */
.bg-grey {
    background-color: #f9f9f9;
}

.benefit-box {
    padding: 30px 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.benefit-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-box i {
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
    color: #0065A3;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.benefit-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.benefit-box p {
    margin-bottom: 0;
    color: #666;
}

.row .col-md-4:nth-child(1) .benefit-box i {
    color: #0065A3;
}

.row .col-md-4:nth-child(2) .benefit-box i {
    color: #F7B500;
}

.row .col-md-4:nth-child(3) .benefit-box i {
    color: #7CA29A;
}

/* Small Banner for Service Pages */
.banner-small {
    background: url(images/banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    position: relative;
}

.banner-small .banner-overlay {
    background: rgba(0, 101, 163, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-small h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.banner-small p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

/* Service Box */
.service-box {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0065A3;
}

.service-box p {
    margin-bottom: 15px;
}

.service-box ul {
    padding-left: 20px;
}

.service-box ul li {
    margin-bottom: 8px;
}

.service-box .bttn {
    margin-top: 25px;
    display: inline-block;
}

.icon-box .bttn {
    margin-top: 25px;
    display: inline-block;
}

.service-icon {
    font-size: 40px;
    color: #F7B500;
    margin-bottom: 20px;
}

/* Process Steps */
.process-step {
    text-align: center;
    margin-bottom: 30px;
}

.process-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #0065A3;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    position: relative;
}

.process-icon span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #F7B500;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
}

.process-step h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Material Box */
.material-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.material-box h4 {
    color: #0065A3;
    font-size: 20px;
    margin-bottom: 15px;
}

.brand-logo {
    max-width: 120px;
    margin-bottom: 15px;
}

/* FAQ Items */
.faq-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.faq-item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0065A3;
    margin-bottom: 10px;
}

/* Step Items for Process */
.step-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #F7B500;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Portfolio Items */
.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-item img {
    width: 100%;
    transition: transform 0.3s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 101, 163, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.overlay-content {
    color: #fff;
    text-align: center;
    padding: 20px;
}

.overlay-content h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* Film Type Box */
.film-type-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.film-icon {
    font-size: 40px;
    color: #F7B500;
    margin-bottom: 20px;
}

.film-type-box h4 {
    color: #0065A3;
    font-size: 20px;
    margin-bottom: 15px;
}

/* Media Queries for Service Pages */
@media (max-width: 992px) {
    .banner-small h2 {
        font-size: 30px;
    }
    
    .banner-small p {
        font-size: 16px;
    }
    
    .process-icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
        line-height: 70px;
    }
}

@media (max-width: 768px) {
    .banner-small {
        padding: 60px 0;
    }
    
    .banner-small h2 {
        font-size: 26px;
    }
    
    .process-step {
        margin-bottom: 40px;
    }
    
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .banner-small h2 {
        font-size: 22px;
    }
    
    .banner-small p {
        font-size: 14px;
    }
    
    .service-box {
        padding: 20px;
    }
}

.feature .media-right.icon-border {
	margin-left: 20px;
}

.feature .single-feature {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.feature .media-body.text-right.media-right-margin {
		text-align: left !important;
		margin-right: 0;
		order: 2;
	}
	
	.feature .media-right.icon-border {
		margin-left: 0;
		margin-right: 20px;
		order: 1;
	}
	
	.feature .single-feature {
		display: flex;
		flex-direction: row;
	}
}

.slider-dots {
	margin-top: 30px;
}

.slider-dots .dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.slider-dots .dot.active {
	background-color: #F7B500;
	width: 15px;
	height: 15px;
}

.testimonial .slider-item .test-text{
	margin-top: 10px;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
	font-style: italic;
	line-height: 1.6;
}

.test-text {
	position: relative;
	padding: 20px;
}

.testimonial-author {
	display: block;
	margin-top: 15px;
	font-size: 85%;
	font-style: normal;
	text-align: right;
	opacity: 0.9;
}

/* Testimonial */
.testimonial{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 120px 0;
}

.testimonial:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.testimonial .test-text {
    text-align: center !important;
}

.testimonial .testimonial-author {
    display: block;
    margin-top: 10px;
    text-align: right !important;
    font-size: 85%;
    color: #0065A3;
}

/* BxSlider módosítások */
.bx-wrapper .bx-pager {
    text-align: center;
    margin-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #a3acb8; /* szürke alapértelmezett */
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #F7B500; /* sárga aktív szín */
}

/* Dupla pontsor javítása */
.bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-auto .bx-pager {
    text-align: center;
    width: 100%;
}

.bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-auto .bx-controls-auto {
    display: none;
}
