html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Mobil nézet (pl. 768px alatt) */
@media (max-width: 768px) {
    .page-heading {
        padding: 140px 0 80px 0!important; /* kisebb padding mobilon */
    }
}

/* Extra kis mobilokra (pl. 480px alatt) */
@media (max-width: 480px) {
    .page-heading {
        padding: 80px 0 50px 0;
    }
}
	@media (max-width: 768px) {
  #szolgaltatasaink {
    scroll-margin-top: 120px;
  }
}
@media (max-width: 768px) {
  .nonstopkapcsolat-container {
    padding: 10px !important;
  }

  /* Mobilon címke és érték külön sorban jelenjen meg */
  .nonstopkapcsolat-info-text {
    display: flex;
    flex-direction: column; /* címke felül, adat alatta */
    text-align: left;
  }

  .nonstopkapcsolat-label {
    font-weight: bold;
    margin-bottom: 3px;
  }

  .nonstopkapcsolat-value {
    display: block;
    font-size: 14px;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
	.nonstoparak-pricing-section{padding:0px!important;margin:0px!important;}
  .nonstopkapcsolat-contact-section {
    padding: 0px!important;
  }
  p.nonstopkapcsolat-info-text{font-size:24px;}
    .nonstopkapcsolat-info-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
.before-after-pair {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.before-after-pair .lomtalanitas-image-card {
    flex: 1 1 300px;
}

  .nonstopkapcsolat-info-item-icon-container {
    flex-shrink: 0;
  }

  .nonstopkapcsolat-info-item-details {
    flex: 1;
    word-break: break-word;
  }

  .nonstopkapcsolat-info-text {
    font-size: 14px;
    line-height: 1.4;
  }
	         .zold-gomb {
            background-color: #2e8b57; /* Zöld háttér */
            color: white !important; /* Fehér szöveg */
            padding: 10px 20px;
            border-radius: 5px;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }

        .zold-gomb:hover {
            background-color: #246841; /* Sötétebb zöld hoverre */
        }
        :root {
            --dark-blue: #1c2733;
            --light-grey: #f0f2f5;
            --primary-accent: #3498db;
            --star-color: #f1c40f;
            --card-bg: #2d3e50;
            --text-color: #ecf0f1;
        }

        .slider-container {
		background-color:#151414;
			padding:40px;
           
        }
        
        .slider-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .slider-header h2 {
            font-size: 2.5em;
            font-weight: 700;
            color: var(--light-grey);
            margin: 0;
        }

        .slider-header p {
            font-size: 1.1em;
            color: #bdc3c7;
            margin-top: 10px;
        }

        .slider-main {
            overflow: hidden;
            border-radius: 20px;
            /* A slider háttérszíne most eltér a kártyákétól a jobb elválasztás érdekében */
            background-color: #243340; 
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
            padding: 40px 20px;
            position: relative;
        }

        .testimonial-wrapper {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            gap: 20px; /* Gap between cards */
        }

        .testimonial-card {
            min-width: calc(33.333% - 13.333px); /* 3 cards + 20px gap */
            box-sizing: border-box;
            padding: 20px;
            text-align: center;
            /* A kártya háttérszíne a main slider háttérétől eltérő szín */
            background-color: var(--card-bg);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }

        .profile-img {
            width: 80px; /* Smaller image for smaller cards */
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid var(--primary-accent);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            margin: 0 auto 20px;
        }

        .stars {
            color: var(--star-color);
            margin-bottom: 15px;
            font-size: 1.2em;
        }

        .review-text {
            font-size: 0.9em; /* Smaller font for smaller cards */
            font-style: italic;
            margin-bottom: 25px;
            line-height: 1.6;
            color: #bdc3c7;
            /* Eltávolítva a fix magasság a teljes szöveg megjelenítéséhez */
        }

        .author-name {
            font-weight: 600;
            font-size: 1.1em;
            color: var(--primary-accent);
            margin-bottom: 5px;
        }

        .author-location {
            font-size: 0.8em;
            color: #95a5a6;
        }

        .slider-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.3);
            border: none;
            color: var(--light-grey);
            font-size: 1.8em;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.3s;
            z-index: 10;
        }

        .slider-nav button:hover {
            background-color: rgba(0, 0, 0, 0.5);
            transform: translateY(-50%) scale(1.1);
        }
        
        .slider-nav button#prevBtn {
            left: 10px;
        }

        .slider-nav button#nextBtn {
            right: 10px;
        }
        
        /* Media query for smaller screens, 2 cards */
        @media (max-width: 1024px) {
            .slider-container {
                max-width: 900px;
            }
            .testimonial-card {
                min-width: calc(100% - 14px)!important
            }
        }

        @media (max-width: 768px) {
            .slider-main {
                padding: 30px 10px;
            }
            .testimonial-card {
                min-width: 100%; /* Show one card on mobile */
            }
            .profile-img {
                width: 100px;
                height: 100px;
            }
            .review-text {
                font-size: 1em;
                padding: 0;
            }
        }       
		:root {
            --dark-blue: #1c2733;
            --light-grey: #f0f2f5;
            --primary-accent: #3498db;
            --card-bg: #2d3e50;
            --text-color: #ecf0f1;
            --overlay-bg: rgba(0, 0, 0, 0.8);
        }

        .lomtalanitas-gallery-container {
            width: 100%;
			justify-content:center;
           padding:40px;
            text-align: center;
        }

        .lomtalanitas-gallery-header h2 {
            font-size: 2.5em;
            font-weight: 700;
            color:black;
            margin-bottom: 10px;
        }

        .lomtalanitas-gallery-header p {
            font-size: 1.1em;
            color: #bdc3c7;
            margin-bottom: 40px;
        }

        .lomtalanitas-image-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .lomtalanitas-image-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.3s ease-in-out;
        }

        .lomtalanitas-image-card:hover {
            transform: scale(1.05);
        }

        .lomtalanitas-image-card img {
            width: 100%;
            height: 250px; /* Fix magasság a képeknek */
            object-fit: cover;
            display: block;
            transition: opacity 0.3s;
        }
        
        .lomtalanitas-image-card:hover img {
            opacity: 0.8;
        }

        .lomtalanitas-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--overlay-bg);
            color: var(--light-grey);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            padding: 20px;
            text-align: center;
        }

        .lomtalanitas-image-card:hover .lomtalanitas-image-overlay {
            opacity: 1;
        }
        
        .lomtalanitas-overlay-text {
            font-size: 1.2em;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        .lomtalanitas-overlay-description {
            font-size: 0.9em;
            font-style: italic;
        }

        /* Lightbox CSS */
        .lomtalanitas-lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--overlay-bg);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            cursor: pointer;
        }

        .lomtalanitas-lightbox-content {
            max-width: 90%;
            max-height: 90%;
            border-radius: 15px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        }

        .lomtalanitas-lightbox-close {
            position: absolute;
            top: 20px;
            right: 30px;
            color: var(--light-grey);
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
        }

        @media (max-width: 768px) {
            .lomtalanitas-image-grid {
                grid-template-columns: 1fr;
            }
        }
  .nonstopkapcsolat-contact-section {
    padding: 0 !important;
  }
      .single-cta {
        flex-direction: row;
        align-items: flex-start;
		margin-bottom:15px;
    }

    .cta-text h4 {
        font-size: 15px;
    }

    .cta-text span {
        font-size: 13px;
        word-break: break-word;
    }

    .footer-cta {
        padding: 20px 15px;
		padding-top:0px!important;
		padding-bottom:0px!important;
    }
}
@media (min-width: 900px) {
  .nonstopkapcsolat-contact-section {
    padding: 55px 150px!important;
  }
}
@media (max-width: 767px) {
  .nonstopkapcsolat-container {
    display: flex!important;
    flex-direction: column-reverse!important;
  }
}
p {
	margin-bottom: 0px;
	margin-top:5px;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
}
.nonstoparak-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
p.fontos{font-size:20px;}
.nonstoparak-pricing-section {
  border-radius: 16px;
  padding: 1rem 2rem;
  margin: 1rem 1rem;
  animation: nonstoparak-fadeIn 1.2s ease;
}

.nonstoparak-title {
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  color: #1a237e;
  margin-bottom: 2rem;
}

.nonstoparak-price-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

.nonstoparak-price-box:hover {
  transform: translateY(-5px);
}

.nonstoparak-price {
  font-size: 2rem;
  font-weight: 700;
  color: #2e7d32;
  text-align: center;
  margin-bottom: 1rem;
}

.nonstoparak-price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1b5e20;
}

.nonstoparak-unit {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.nonstoparak-description {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.nonstoparak-note {
  background-color: #e3f2fd;
  padding: 1rem;
  border-left: 4px solid #2196f3;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  color: #0d47a1;
}

.nonstoparak-contact-box {
  text-align: center;
}

.nonstoparak-contact-box p {
  margin-bottom: 0.8rem;
  font-size:20px;
}


@keyframes nonstoparak-fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .nonstoparak-price {
    font-size: 1.8rem;
  }

  .nonstoparak-title {
    font-size: 1.8rem;
  }

  .nonstoparak-price-amount {
    font-size: 2rem;
  }
}
a {
	text-decoration: none!important;
}
    #ajanlatkeres {
        background: linear-gradient(to bottom, #e8f5e9, #ffffff);
        color: #1b1b1b;
    }
    #ajanlatkeres h1,
    #ajanlatkeres h5,
    #ajanlatkeres p {
        color: #1b1b1b;
    }
    #ajanlatkeres .section-title h5 {
        color: #2e7d32;
        text-transform: uppercase;
    }
    #ajanlatkeres .section-title h1 {
        font-weight: bold;
        font-size: 2rem;
    }
    #ajanlatkeres .fa {
        color: #2e7d32;
        transition: transform 0.3s;
    }
    #ajanlatkeres .d-flex:hover .fa {
        transform: scale(1.2);
    }
    #ajanlatkeres .form-control:focus {
        border-color: #2e7d32;
        box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25);
    }
    #ajanlatkeres button.btn-dark {
        background-color: #1b1b1b;
        border: none;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    #ajanlatkeres button.btn-dark:hover {
        background-color: #2e7d32;
        transform: scale(1.02);
    }
    #ajanlatkeres .bg-primary {
        background-color: #2e7d32 !important;
    }
    #ajanlatkeres .rounded-circle {
        transition: background-color 0.3s ease, transform 0.3s ease;
    }
    #ajanlatkeres .rounded-circle:hover {
        background-color: #1b5e20;
        transform: scale(1.05);
    }
	.our-faq-wrapper {
  float: left;
  width: 100%;
  padding: 120px 0 80px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.faq-title {
  text-align: center;
  padding-bottom: 40px;
}

.faq-title h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #242c42;
}

.accordion .card {
  border: none;
  margin-bottom: 40px;
  border-radius: 8px; /* Slightly rounded corners */
  overflow: hidden;
}

.our-faq-wrapper .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  background: #242c42;
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 1.3rem;
  overflow: hidden;
  border: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.our-faq-wrapper .btn-link:hover,
.our-faq-wrapper .btn-link:focus {
  text-decoration: none;
  background: #364461;
}

.our-faq-wrapper .btn-link:after {
  position: absolute;
  content: '\f068'; /* Minus icon */
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.our-faq-wrapper .btn-link.collapsed:after {
  content: '\f067'; /* Plus icon */
}

.our-faq-wrapper .btn-link:before {
  position: absolute;
  content: '';
  background: #86bc42; /* The green part */
  transform: skew(-35deg);
  height: 100%;
  width: 50%;
  left: 90%;
  top: 0;
  transition: left 0.3s ease;
}

.our-faq-wrapper .btn-link:hover:before {
  left: 85%; /* Slightly move the green part on hover */
}

.card-header {
  padding: 0;
  background: transparent;
  border-bottom: none;
}

.card-body {
  position: relative;
  padding: 25px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-body:after {
  position: absolute;
  content: '';
  height: 3px; /* Thicker line */
  width: 100%;
  left: 0;
  bottom: 0;
  background: #242c42;
}

.card-body:before {
  position: absolute;
  content: '';
  height: 3px; /* Thicker line */
  width: 50%;
  left: 0;
  bottom: 0;
  background: #86bc42; /* The green line */
  z-index: 1;
}

/* --- Media Queries for Responsiveness --- */

/* For tablets and smaller desktops */
@media (max-width: 991px) {
  .our-faq-wrapper {
    padding: 80px 0 50px;
  }
  
  .faq-title h2 {
    font-size: 2.5rem;
  }
  
  .our-faq-wrapper .btn-link {
    font-size: 1.3rem;
    padding: 12px 20px;
  }

  .our-faq-wrapper .btn-link:after {
    right: 20px;
    font-size: 1rem;
  }

  .our-faq-wrapper .btn-link:before {
    left: 80%; /* Adjusted position for smaller screens */
    width: 60%;
  }

  .card-body {
    font-size: 1rem;
    padding: 20px;
  }
}

/* For mobile phones */
@media (max-width: 767px) {
	.our-faq-wrapper .btn-link:before{visibility:hidden;}
  .our-faq-wrapper {
    padding: 60px 0 40px;
  }

  .faq-title h2 {
    font-size: 2rem;
  }

  .our-faq-wrapper .btn-link {
    font-size: 0.90rem;
    padding: 20px 15px;
  }

  .our-faq-wrapper .btn-link:after {
    right: 15px;
    font-size: 0.9rem;
  }

  .our-faq-wrapper .btn-link:before {
    left: 70%;
    width: 70%;
  }

  .card-body {
    font-size: 0.9rem;
    padding: 15px;
  }
}
        /* ==========================================================
           Alap stílusok és változók a könnyű testreszabáshoz
           ========================================================== */
        :root {
            --kiemelt-szin: #20C997; /* Élénk türkizkék a hangsúlyokhoz */
            --masodlagos-szin: #1A5445; /* Sötétebb zöld */
            --szoveg-szin: #f5f5f5; /* Világos szövegszín */
            --kartya-hatter: #2d3b4e; /* Sötét kártya háttérszín */
            --arnyek-szin: rgba(0, 0, 0, 0.4);
            --csillag-szin: #FFC107; /* Arany szín a csillagokhoz */
            --szegely-szin: #444;
            --hatter-kezdo: #1a222c; /* Nagyon sötét kékes-szürke */
            --hatter-vege: #1e2a38;   /* Sötétebb kékes-szürke */
            --vilagos-szoveg: #f5f5f5;
        }

        /* Az új fő konténer, ami felváltja a body stílusait */
        .main-container {
            font-family: 'Poppins', sans-serif;
            background: linear-gradient(135deg, var(--hatter-kezdo), var(--hatter-vege));
            background-attachment: fixed;
            color: var(--szoveg-szin);
            margin: 0;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        

        /* ==========================================================
           A fejléc és a slider kinézete
           ========================================================== */
        .section-header {
            text-align: center;
            padding: 0 1rem;
        }

        .section-header h2 {
            font-size: clamp(2rem, 5vw, 3rem); /* Reszponzív betűméret */
            font-weight: 700;
            color: var(--kiemelt-szin);
            margin: 0 0 0.5rem 0;
            line-height: 1.2;
        }

        .section-header h2 span {
            display: block;
            font-size: clamp(1.5rem, 4vw, 2.2rem);
            font-weight: 400;
            opacity: 0.9;
            color: var(--szoveg-szin);
        }

        .section-header p {
            font-size: clamp(1rem, 3vw, 1.2rem);
            color: #ccc;
            opacity: 0.9;
            margin: 0;
        }

        .testimonial-slider-container {
            max-width: 800px;
            width: 100%;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px var(--arnyek-szin);
            border-radius: 16px;
            background-color: var(--kartya-hatter);
            border: 1px solid var(--szegely-szin);
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .slider {
            display: flex;
            width: 100%;
            transition: transform 0.5s ease-in-out;
        }

        .slide {
            min-width: 100%;
            box-sizing: border-box;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            display: none; /* A láthatatlan diák elrejtése */
        }

        .slide.active {
            opacity: 1;
            display: block; /* Az aktív dia megjelenítése */
        }

        .testimonial-card {
            text-align: center;
            padding: 1rem;
        }

        .review-text {
            font-size: clamp(1rem, 2.5vw, 1.2rem);
            line-height: 1.8;
            font-style: italic;
            margin-top: 1.5rem; /* Hozzáadva az elrendezéshez */
            margin-bottom: 0; /* Törölve, hogy a kártya alacsonyabb legyen */
            color: var(--vilagos-szoveg);
            position: relative;
        }
        
        .review-text::before {
            content: '“';
            font-size: 3rem;
            color: var(--kiemelt-szin);
            line-height: 1;
            display: inline-block;
            margin-right: 0.5rem;
            vertical-align: top;
            font-family: serif;
        }

        .profile-info {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 1.5rem; /* Csökkentve a helytakarékosság érdekében */
        }

        .profile-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--kiemelt-szin);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 0.5rem;
        }

        .name-stars {
            text-align: center;
        }

        .name {
            font-size: 1.4rem;
            margin: 0;
            color: var(--szoveg-szin);
            font-weight: 600;
        }

        .stars {
            color: var(--csillag-szin);
            font-size: 1.2rem;
            margin-top: 0.3rem;
            letter-spacing: 2px;
        }

        /* ==========================================================
           Navigációs gombok és indikátor pöttyök
           ========================================================== */
        .slider-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 2.5rem;
            gap: 1.5rem;
        }

        .prev-btn, .next-btn {
            background-color: transparent;
            border: 2px solid var(--kiemelt-szin);
            color: var(--kiemelt-szin);
            font-size: 1.5rem;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            user-select: none;
            outline: none;
        }

        .prev-btn:hover, .next-btn:hover {
            background-color: var(--kiemelt-szin);
            color: #1a222c;
            transform: scale(1.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .dots-container {
            display: flex;
            gap: 10px;
        }

        .dot {
            width: 12px;
            height: 12px;
            background-color: #ccc;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .dot.active {
            background-color: var(--kiemelt-szin);
            transform: scale(1.2);
        }

        /* ==========================================================
           Reszponzivitás mobil eszközökhöz
           ========================================================== */
        @media (max-width: 600px) {
            .main-container {
                padding: 1rem;
                gap: 1rem;
            }
            .testimonial-slider-container {
                padding: 1rem;
            }
            .review-text {
                font-size: 1rem;
            }
            .name {
                font-size: 1.2rem;
            }
            .stars {
                font-size: 1rem;
            }
            .slider-controls {
                flex-direction: row;
                gap: 1rem;
                margin-top: 1.5rem;
            }
        }
		
        /* Fő szekció stílusa */
        .why-choose-us-section {
            background: linear-gradient(135deg, #f0f4f7 0%, #ffffff 100%);
            border-radius: 12px;
        }

        /* Cím és alcím stílusa */
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-header h2 {
            font-size: 3rem;
            font-weight: 900;
            color: #34495e;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .section-header p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            color: #7f8c8d;
            position: relative;
        }

        /* Kiemelt tulajdonságok rácsa */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .feature-card {
            background-color: #ffffff;
            padding: 40px 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            border-bottom: 4px solid #2c974b;
            cursor: pointer;
        }

        .feature-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            border-bottom: 4px solid #2e718b;
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background-color: #f5f8fa;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
        }

        .feature-card:hover .icon-wrapper {
            background-color: #2c974b;
            transform: scale(1.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }

        .icon {
            font-size: 2.5rem;
            color: #2c974b;
            transition: color 0.4s ease;
        }
        
        .feature-card:hover .icon {
            color: #ffffff;
            animation: pulse-icon 1s infinite;
        }

        @keyframes pulse-icon {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }

        .card-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #2e718b;
            margin-bottom: 15px;
        }

        .card-text {
            font-size: 1rem;
            color: #7f8c8d;
        }

        /* ----- Hover állapot beállítása alapból a "Korrekt árazás" kártyán ----- */
        .feature-card.hovered-state {
            transform: translateY(-15px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            border-bottom: 4px solid #2e718b;
        }

        .feature-card.hovered-state .icon-wrapper {
            background-color: #2c974b;
            transform: scale(1.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }

        .feature-card.hovered-state .icon {
            color: #ffffff;
            animation: pulse-icon 1s infinite;
        }
        /* ----------------------------------------------------------------------- */

        /* Reszponzív design */
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2.5rem;
            }
            .section-header p {
                font-size: 1rem;
            }
            .why-choose-us-section {
                padding: 50px 0;
                margin: 20px auto;
            }
            .feature-card {
                padding: 30px 20px;
            }
            .card-title {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .section-header h2 {
                font-size: 2rem;
            }
        }
		.lomtalanitas-section {
  background: #111;
  color: #fff;
  padding: 100px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header h2 span {
  color: #00b373;
  font-weight: 700;
}

.section-header p {
  font-size: 18px;
  color: #ccc;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.stat-box {
  background: #1a1a1a;
  border: 1px solid #222;
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 179, 115, 0.2);
}

.stat-box .icon {
  margin-bottom: 20px;
}

.stat-box h3 {
  font-size: 36px;
  color: #00b373;
  margin-bottom: 10px;
  font-weight: 700;
}

.stat-box p {
  font-size: 16px;
  color: #ccc;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }
  .stat-box h3 {
    font-size: 28px;
  }
}
:root {
  --main-color: #a4c639;
  --accent-color: #a4c639;
  --bg-color: #f9f9f9;
}

.bg-gray {
  background-color: var(--bg-color);
}

section {
  padding: 60px 0;
}

.site-heading {
  margin-bottom: 60px;
}

.site-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: none;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}

.site-heading h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.site-heading h2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #006c45);
  border-radius: 3px;
}

.site-heading h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #777;
  margin-top: 20px;
  letter-spacing: 0.3px;
}


.we-offer-area .item {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.we-offer-area .item:hover {
  transform: translateY(-10px);
}

.we-offer-area .item::before {
  content: attr(data-number);
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 100px;
  color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
  z-index: 0;
}

.we-offer-area .item i {
  font-size: 48px;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.we-offer-area .item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px; /* Eltávolítjuk a margót, hogy ne legyen felesleges tér */
  z-index: 2;
  position: relative;
  line-height: 1.4;
}

/* --- A MÁGIA ITT TÖRTÉNIK --- */

/* 1. A rejtett tartalom konténerének alapállapota */
.we-offer-area .item .hover-content {
  max-height: 0;          /* A magassága nulla */
  opacity: 0;             /* Teljesen átlátszó */
  overflow: hidden;       /* A tartalom ami nem fér el, le van vágva */
  transition: max-height 0.4s ease-out, opacity 0.3s ease-in;
  position: relative;
  z-index: 2;
}

/* 2. A tartalom megjelenítése, ha az egér a kártya felett van */
.we-offer-area .item:hover .hover-content {
  max-height: 200px;      /* Adjunk neki magasságot, hogy a tartalom beleférjen */
  opacity: 1;             /* Legyen teljesen látható */
}

/* -------------------------------- */

.we-offer-area .item p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0; /* Levesszük a felesleges margót */
}

/* A "Továbbiak" gomb stílusa */
.we-offer-area .item .btn-more {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.we-offer-area .item .btn-more:hover {
    background-color: var(--accent-color);
}

section.nonstophazkiurites-section{padding:30px 5px;}
.we-offer-area .item:hover i {
  background-color: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}
.nonstopiroda-h1 {
        color: #004d80;
        border-bottom: 2px solid #00aaff;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .nonstopiroda-h2 {
        color: #004d80;
        border-bottom: 2px solid #00aaff;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .nonstopiroda-h3 {
        color: #0073e6;
        margin-top: 25px;
    }
    .nonstopiroda-p {
        margin-bottom: 20px;
    }
    .nonstopiroda-section-divider {
        border: 0;
        height: 1px;
        background-color: #ddd;
        margin: 40px 0;
    }
    .nonstopiroda-service-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }
    .nonstopiroda-service-item {
        background-color: #f9f9f9;
        border: 1px solid #eee;
        border-left: 5px solid #00aaff;
        padding: 20px;
        border-radius: 6px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .nonstopiroda-service-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }
    .nonstopiroda-highlight {
        color: #0073e6;
        font-weight: bold;
    }
/* Responsive spacing */
@media (max-width: 767px) {
  .we-offer-area .item {
    padding: 30px 20px;
  }
  .we-offer-area .item::before {
    font-size: 70px;
  }
  .we-offer-area .item h4 {
    font-size: 18px;
  }
  .we-offer-area .item p {
    font-size: 15px;
  }
}
       .nonstophazkiurites {
            margin: 32px auto;
            padding: 24px;
            background-color: var(--white);
            border-radius: 16px;
        }

        /* Fejléc */
        .nonstophazkiurites-header {
            background-color: var(--primary-color);
            color: var(--white);
            padding: 32px;
            border-radius: 16px 16px 0 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .nonstophazkiurites-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .nonstophazkiurites-header h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .nonstophazkiurites-price-tag {
            background-color: var(--accent-color);
            padding: 16px 32px;
            display: inline-block;
            border-radius: 9999px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transform: rotate(-2deg) scale(1.05);
            transition: transform 0.3s ease;
        }

        .nonstophazkiurites-price-tag:hover {
            transform: rotate(0deg) scale(1.1);
        }

        .nonstophazkiurites-price-tag-text {
            font-size: 1.5rem;
            font-weight: 800;
        }

        .nonstophazkiurites-details-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
            margin-top: 24px;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .nonstophazkiurites-detail-item {
            background-color: var(--white);
            color: var(--primary-color);
            padding: 8px 16px;
            border-radius: 9999px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* Fő tartalom */
        .nonstophazkiurites-main-content {
            padding: 24px 32px;
        }

        .nonstophazkiurites-section-divider {
            margin: 32px 0;
            border-color: #e2e8f0;
        }

        /* Szekciók */
        .nonstophazkiurites-section-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--primary-color);
        }

        .nonstophazkiurites-text-content {
            color: var(--text-color);
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .nonstophazkiurites-text-content-bold {
            font-weight: 600;
        }

        /* Miért minket? rács */
        .nonstophazkiurites-grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
        }

        .nonstophazkiurites-grid-item {
            background-color: #f7fafc;
            padding: 24px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            border-left: 4px solid var(--primary-color);
        }

        .nonstophazkiurites-grid-item-title {
            font-weight: 700;
            font-size: 1.125rem;
            color: var(--primary-color);
            margin-bottom: 8px;
        }

        .nonstophazkiurites-grid-item-text {
            color: #7a7c7d;
        }

        /* Reszponzivitás */
        @media (max-width: 640px) {
            .nonstophazkiurites {
                margin: 16px;
                padding: 16px;
            }
            .nonstophazkiurites-header h1 {
                font-size: 2rem;
            }
            .nonstophazkiurites-header h2 {
                font-size: 1.25rem;
            }
            .nonstophazkiurites-price-tag-text {
                font-size: 1.25rem;
            }
            .nonstophazkiurites-main-content {
                padding: 16px;
            }
            .nonstophazkiurites-section-title {
                font-size: 1.5rem;
            }
        }
h2.feher {
    color: white!important;
}
p.feher {
    color: white!important;
}
/* Fő banner beállítás */
.main-banner {
  min-height: 90vh;
  background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.3)), 
              url('../images/hatter.webp') no-repeat center center/cover!important;
  display: flex;
  align-items: center;
}

/* Tipográfia */
.banner-sub {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #f1f1f1;
}

.banner-title {
  font-size: clamp(32px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #ffffff;
}

.banner-description {
  font-size: clamp(16px, 2vw, 22px);
  max-width: 850px;
  margin: 0 auto 30px;
  color: #dddddd;
}
 .nonstopkapcsolat-contact-section {
            background-color: #ffffff;
            color: #111827;
        }
        
        .nonstopkapcsolat-container {
            margin: 0 auto;
            display: grid;
            gap: 2rem;
            background-color: #ffffff;
            border-radius: 1rem; /* 16px */
            overflow: hidden;
        }

        @media (min-width: 768px) {
            .nonstopkapcsolat-contact-section {
                padding: 4rem 1rem;
            }
            .nonstopkapcsolat-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 4rem;
                border-radius: 1.5rem; /* 24px */
                box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
                padding: 2rem;
            }
        }
        
        @media (min-width: 1024px) {
            .nonstopkapcsolat-container {
                gap: 4rem;
                padding: 3rem;
            }
        }
        
        /* Űrlap stílusok */
        .nonstopkapcsolat-form-section {
            order: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
		p.nonstopkapcsolat-info-text{color:white;font-size:25px;}
		.nonstopkapcsolat-info-item-details{font-size:20px;}
        .nonstopkapcsolat-form-section h2 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #111827;
        }

        .nonstopkapcsolat-form-section p {
            font-size: 1rem;
            color: #6b7280;
            margin-bottom: 1.5rem;
        }
        
        .nonstopkapcsolat-form-fields {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .nonstopkapcsolat-form-fields input,
        .nonstopkapcsolat-form-fields textarea {
            width: 100%;
            padding: 0.75rem 1rem;
            border-radius: 0.5rem;
            border: 1px solid #d1d5db;
            background-color: #f9fafb;
            color: #111827;
            transition: all 0.3s ease-in-out;
            outline: none;
        }

        .nonstopkapcsolat-form-fields input:focus,
        .nonstopkapcsolat-form-fields textarea:focus {
            ring-color: #10b981;
            box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.5);
        }

        .nonstopkapcsolat-form-fields input::placeholder,
        .nonstopkapcsolat-form-fields textarea::placeholder {
            color: #9ca3af;
        }
        
        .nonstopkapcsolat-form-button {
            width: 100%;
            background-color: #10b981;
            color: #ffffff;
            font-weight: 700;
            padding: 0.75rem 1.5rem;
            border-radius: 0.75rem;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            cursor: pointer;
            border: none;
        }

        .nonstopkapcsolat-form-button:hover {
            background-color: #059669;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        .nonstopkapcsolat-form-message {
            margin-top: 1rem;
            text-align: center;
            font-size: 0.875rem;
            font-weight: 600;
            display: none;
        }

        .nonstopkapcsolat-form-message.success {
            color: #047857;
        }

        .nonstopkapcsolat-form-message.error {
            color: #dc2626;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-form-section h2 {
                font-size: 1.875rem;
            }
            .nonstopkapcsolat-form-section p {
                font-size: 1.125rem;
            }
            .nonstopkapcsolat-form-fields {
                gap: 1.5rem;
            }
            .nonstopkapcsolat-form-fields input,
            .nonstopkapcsolat-form-fields textarea {
                padding: 0.75rem 1.25rem;
            }
            .nonstopkapcsolat-form-button {
                padding: 0.75rem 1.5rem;
            }
        }
        
        @media (min-width: 1024px) {
            .nonstopkapcsolat-form-section h2 {
                font-size: 2.25rem;
            }
            .nonstopkapcsolat-form-section p {
                font-size: 1.25rem;
            }
        }

        /* Információs doboz stílusok */
        .nonstopkapcsolat-info-box {
            order: 1;
            background-color: #065f46;
            color: #ffffff;
            padding: 1.5rem;
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-info-box {
                order: 2;
                padding: 2rem;
                border-radius: 1.5rem;
            }
        }
        
        @media (min-width: 1024px) {
            .nonstopkapcsolat-info-box {
                padding: 3rem;
            }
        }
        
        .nonstopkapcsolat-info-box-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image: url('https://placehold.co/1000x1000/000/FFF?text=Háttér');
            background-size: cover;
            background-position: center;
            opacity: 0.1;
        }

        .nonstopkapcsolat-info-box-overlay {
            position: absolute;
            inset: 0;
            z-index: 10;
            background-image: linear-gradient(to top, #065f46, #047857, #065f46);
            opacity: 0.9;
        }

        .nonstopkapcsolat-info-content {
            position: relative;
            z-index: 20;
        }

        .nonstopkapcsolat-info-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #d1fae5;
        }

        @media (min-width: 768px) {
            .nonstopkapcsolat-info-content h3 {
                font-size: 1.875rem;
            }
        }
        
        @media (min-width: 1024px) {
            .nonstopkapcsolat-info-content h3 {
                font-size: 2.25rem;
            }
        }
        
        .nonstopkapcsolat-info-list {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-info-list {
                gap: 2rem;
            }
        }
        
        .nonstopkapcsolat-info-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            text-align: left;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-info-item {
                gap: 1.5rem;
            }
        }

        .nonstopkapcsolat-info-item-icon-container {
            flex-shrink: 0;
            width: 3rem;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px; /* Full rounded */
            background-color: #059669;
        }
        
        .nonstopkapcsolat-info-item-icon-container i {
            font-size: 1.25rem;
            color: #d1fae5;
        }

        @media (min-width: 768px) {
            .nonstopkapcsolat-info-item-icon-container {
                width: 4rem;
                height: 4rem;
            }
            .nonstopkapcsolat-info-item-icon-container i {
                font-size: 1.5rem;
            }
        }
        
        .nonstopkapcsolat-info-item-details .info-text {
            font-size: 1rem;
            line-height: 1.5rem;
            white-space: nowrap;
        }

        .nonstopkapcsolat-info-item-details .label {
            font-weight: 600;
            color: #a7f3d0;
            font-size: 1.125rem;
            line-height: 1.75rem;
            white-space: nowrap;
            margin-right: 0.5rem; /* Hozzáadva a cím és az érték közötti térközhöz */
        }

        .nonstopkapcsolat-info-item-details .value {
            color: #d1d5db;
            font-size: 1rem;
            line-height: 1.5rem;
            white-space: nowrap;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-info-item-details .label {
                font-size: 1.25rem;
            }
            .nonstopkapcsolat-info-item-details .value {
                font-size: 1.125rem;
            }
        }

        .nonstopkapcsolat-social-media-section {
            margin-top: 2rem;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-social-media-section {
                margin-top: 2.5rem;
            }
        }
        
        .nonstopkapcsolat-social-media-section h4 {
            font-weight: 600;
            color: #a7f3d0;
            font-size: 1.125rem;
            margin-bottom: 1rem;
            text-align: center;
        }
        
        .nonstopkapcsolat-social-media-links {
            display: flex;
            gap: 1rem;
            justify-content: center;
        }
        
        .nonstopkapcsolat-social-media-link {
            width: 3rem;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 9999px;
            background-color: #059669;
            color: #d1fae5;
            transition: all 0.3s ease-in-out;
        }
        
        .nonstopkapcsolat-social-media-link:hover {
            background-color: #ffffff;
            color: #059669;
        }
        
        @media (min-width: 768px) {
            .nonstopkapcsolat-social-media-link {
                width: 3.5rem;
                height: 3.5rem;
                font-size: 1.25rem;
            }
        }

/* Gomb design */
.gradient-btn {
  background: linear-gradient(135deg, #a4c639, #6e7074);
  color: #fff !important;
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgb(53 255 40 / 40%);
  transition: 0.3s ease;
}
span.kiemelt-tartalom {
    color: #a4c639;
    font-weight: 800;
}
.gradient-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 114, 255, 0.6);
}
        /* ------------------- */
        /* --- Alapbeállítások és Színpaletta --- */
        /* ------------------- */
        :root {
            --primary-green: #047857; /* Sötétebb, gazdag zöld */
            --accent-gold: #f59e0b;
            --background-main: #f9fafb;
            --background-section: #ffffff;
            --text-dark: #1f2937;
            --text-light: #6b7280;
            --border-color: #f3f4f6;
        }

        .about-section-intro {
            display: flex;
            align-items: center;
            gap: 4rem;
        }

        /* ------------------- */
        /* --- Bevezető Rész (Bal oldal) --- */
        /* ------------------- */
        .intro-content {
            flex: 1;
        }

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
        .intro-content .subtitle {
            font-weight: 700;
            color: var(--primary-green);
            margin-bottom: 1rem;
        }

        .intro-content .main-title {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .intro-content .description {
            color: var(--text-light);
            line-height: 1.7;
            margin-bottom: 2rem;
            max-width: 500px;
        }
        
        .intro-content .cta-button {
            background: var(--primary-green);
            color: white;
            padding: 1rem 2rem;
            border-radius: 0.5rem;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(4, 120, 87, 0.2);
        }

        .intro-content .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(4, 120, 87, 0.3);
        }

        /* ------------------- */
        /* --- Kép Rész (Jobb oldal) --- */
        /* ------------------- */
        .intro-image {
            flex: 0 0 40%;
            position: relative;
        }

        .intro-image img {
            width: 100%;
            border-radius: 1.5rem;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        /* ------------------- */
        /* --- Statisztikák Szekció --- */
        /* ------------------- */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            background-color: var(--background-section);
            padding: 3rem;
            border-radius: 1.5rem;
            border: 1px solid var(--border-color);
            margin-bottom: 5rem;
        }

        .stat-item {
            text-align: center;
        }
        
        .stat-item .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: var(--primary-green);
            line-height: 1;
        }
        
        .stat-item .stat-number.gold {
            color: var(--accent-gold);
        }

        .stat-item .stat-label {
            font-size: 1rem;
            color: var(--text-light);
            margin-top: 0.5rem;
        }

        /* ------------------- */
        /* --- "Hogyan dolgozunk?" Szekció --- */
        /* ------------------- */
        .process-section {
            text-align: center;
        }

        .process-section .section-title {
            font-size: 2.25rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }

        .process-section .section-subtitle {
            color: var(--text-light);
            max-width: 600px;
            margin: 0 auto 3rem auto;
            line-height: 1.6;
			font-size:1.2rem;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            position: relative;
        }

        .process-steps::before { /* Összekötő vonal */
            content: '';
            position: absolute;
            top: 40px;
            left: 15%;
            right: 15%;
            height: 2px;
            background-color: var(--border-color);
            z-index: 1;
        }

        .step-card {
            background: var(--background-section);
            padding: 2rem;
            border-radius: 1.5rem;
            border: 1px solid var(--border-color);
            z-index: 2;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .step-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        }

        .step-card .step-icon {
            width: 80px;
            height: 80px;
            background-color: #e6f6f1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem auto;
            border: 4px solid white;
            box-shadow: 0 0 0 4px var(--primary-green);
        }
        
        .step-card .step-icon svg {
            width: 36px;
            height: 36px;
            color: var(--primary-green);
        }

        .step-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .step-card p {
            color: var(--text-light);
            line-height: 1.6;
            margin: 0;
        }

        /* ------------------- */
        /* --- Reszponzivitás --- */
        /* ------------------- */
        @media (max-width: 992px) {
            .about-section-intro {
                flex-direction: column;
                text-align: center;
            }
            .intro-content .description { margin: 0 auto 2rem auto; }
            .process-steps { grid-template-columns: 1fr; }
            .process-steps::before { display: none; }
        }
        
        @media (max-width: 768px) {
           
            .intro-content .main-title { font-size: 2.5rem; }
            .stats-section { padding: 2rem; grid-template-columns: 1fr 1fr; }
            .stat-item .stat-number { font-size: 2.5rem; }
        }
/* Mobil nézetre vonatkozó beállítások */
@media (max-width: 768px) {
   .navbar .navbar-brand h2 {
        font-size: 18px!important;
    }
}
.custom-outline-btn {
  padding: 14px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff !important;
  transition: 0.3s ease;
}

.custom-outline-btn:hover {
  background-color: #fff;
  color: #000 !important;
  transform: translateY(-3px);
}

/* Mobil optimalizáció */
@media (max-width: 576px) {
  .main-banner .btn {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}

  .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #a4c639;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #a4c639;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #a4c639;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #a4c639;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #a4c639!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #a4c639!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #a4c639;
	border-bottom: 3px solid #a4c639;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #a4c639;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#a4c639;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #a4c639;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #a4c639;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #a4c639;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #a4c639;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #a4c639;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #a4c639;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.contact-us .contact-form button.filled-button {
	background-color: #a4c639;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #a4c639;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #a4c639;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background:#222;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #a4c639;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #a4c639;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #a4c639;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #a4c639;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #a4c639!important;
		border-bottom: none!important;
	}
}