/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}



h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}


a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 27px;
}
/* Alapértelmezett navigációs stílusok */
.navbar {
    background-color: #00aeef; /* Világoskék háttérszín a navbarhoz asztali nézetben */
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Kis árnyék a navbar alá */
}

.navbar-brand img {
    width: 220px; /* Logó mérete */
}

.navbar-nav .nav-link {
    color: white; /* Fehér szöveg a menüpontokhoz */
    font-weight: bold;
    font-size: 25px; /* Nagyobb betűméret a menüpontokhoz */
    margin-right: 15px;
    transition: color 0.3s ease; /* Finom átmenet a hover effektushoz */
}

.navbar-nav .nav-link:hover {
    color: #007bb5; /* Sötétebb kék szöveg hover esetén */
}

.navbar-toggler {
    border-color: transparent; /* Távolítjuk el a kék keretet a hamburger gomb körül */
    background-color: #fff; /* Fehér háttér a hamburger gombhoz */
}



/* Facebook gomb stílusa */
.sign_btn a {
    color: white;
    background-color: #3b5998; /* Facebook kék háttér */
    padding: 10px 20px; /* Nagyobb padding a jobb olvashatóságért */
    font-size: 20px; /* Nagyobb betűméret a Facebook gombhoz */
    border-radius: 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.sign_btn a:hover {
    background-color: #365492; /* Sötétebb kék hover effektus */
}

/* Mobil nézethez igazítás */
@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #fff; /* Fehér háttérszín a legördülő menüben mobilon */
    }

    .navbar-nav {
        text-align: center;
        background-color: #fff; /* Fehér háttérszín a legördülő menüben is */
    }

    .navbar-nav .nav-link {
        font-size: 25px; /* Nagyobb betűméret mobilon is */
        color: #333; /* Sötét szürke szöveg a menüpontokhoz mobilon */
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-nav .nav-link:hover {
        color: #007bb5; /* Hover szín mobilon is */
    }

    .sign_btn {
        text-align: center;
        margin-top: 10px;
    }

    .navbar-toggler {
        background-color: #fff; /* Fehér háttér a hamburger gombhoz mobilon */
        border-color: transparent; /* Nincs körvonal */
    }


}


----------------------------------------------------------- top banner area ---------------------------------------------------------------------*/
@media (max-width: 767px) {
    /* Biztosítjuk, hogy a menü elemek függőlegesen jelenjenek meg */
    .navbar-collapse {
        display: block !important; /* Kinyitott állapotban láthatóvá tesszük */
        background-color: #333; /* Háttérszín a kinyíló menühöz */
        width: 100%; /* Teljes szélességű legyen */
    }

    .navbar-nav {
        flex-direction: column; /* A menüpontokat függőlegesen helyezzük el */
        text-align: left; /* Balra igazítjuk a szövegeket */
    }

    .navbar-nav .nav-link {
        padding: 15px 10px; /* Nagyobb helyet adunk a menüpontok körül */
        font-size: 18px; /* Nagyobb betűméret a jobb olvashatóságért */
        color: #fff; /* Fehér szín a szövegekhez */
        background-color: #333; /* Sötét háttér a menüpontokhoz */
        display: block; /* Biztosítjuk, hogy a menüpontok teljesen kitöltsék a helyüket */
        border-bottom: 1px solid #444; /* Elválasztó vonal a menüpontok között */
    }

    /* Navigációs menügomb beállítása */
    .navbar-toggler {
        background-color: #333; /* A menügomb sötét hátteret kap */
        border-color: #fff; /* Fehér keret a gomb körül */
        color: #fff; /* Fehér ikon a menügombhoz */
    }

    /* A Facebook gomb igazítása és kinézete */
    .sign_btn a {
        font-size: 18px; /* Nagyobb betűméret */
        font-weight: bold; /* Félkövér szöveg */
        color: #fff; /* Fehér szöveg a Facebook linkhez */
        padding: 10px 20px; /* Több hely a gomb körül */
        display: inline-block;
        background-color: #3b5998; /* Facebook kék háttérszín */
        border-radius: 30px; /* Lekerekített gomb */
    }

    .sign_btn a:hover {
        background-color: #365492; /* Sötétebb kék hover effektus */
    }
}

@media (max-width: 767px) {
    .titlepage h2 {
        font-size: 28px; /* Kisebb betűméret a címekhez mobilon */
    }

    .titlepage p {
        font-size: 14px; /* Kisebb betűméret a bekezdésekhez */
        line-height: 1.5; /* Jobb olvashatóság */
    }

    .about_img img {
        width: 100%; /* A képek szélessége 100%, hogy ne lógjanak ki */
        height: auto;
    }

    .row.d_flex {
        flex-direction: column; /* Az elemek egymás alá kerülnek mobilon */
    }

    .read_more {
        font-size: 14px; /* Kisebb méretű link a "Tovább" gombnál */
    }
}

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: #fff;
     padding: 20px 0px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.relative {
     position: absolute;
     top: 56%;
     transform: translateY(-44%);
     padding: 0;
     bottom: auto;
}

.banner_main {
     position: relative;
}

.carousel-indicators .active {
     background: #00aeef;
}

.carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fafcfd;
     border-radius: 20px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}

.carousel-indicators {
     bottom: 50px;
}

.carousel-item img {
     width: 100%;
}

.carousel-caption h1 {
     color: #08091e;
     font-size: 65px;
     line-height: 80px;
     padding-bottom: 35px;
     font-weight: bold;
}

.carousel-caption span {
     color: #6dbcf1;
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     padding-bottom: 20px;
}

.carousel-caption a {
     font-size: 17px;
     background-color: #00aeef;
     color: #fff;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-top: 50px;
     border-radius: 30px;
}

.carousel-caption a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.titlepage span {
     background: #00a8e7;
     display: block;
     height: 10px;
     width: 90px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     color: #7a7a7a;
     padding: 8px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     border-radius: 30px;
     border: #00aaea solid 3px;
     transition: ease-in all 0.5s;
}

.read_more i {
     padding-left: 10px;
}

.read_more:hover {
     background: #00aaea;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     background: url(../images/ab_bg.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}

.services {
     background: url(../images/ab_bg.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.services .titlepage {
     text-align: center;
     padding: 0;
}

.services .titlepage p {
     color: #292e39;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}
.services .titlepage h3 {
     color: #292e39;
     font-size: 25px;
     line-height: 35px;
     font-weight: 500;
}
.services .titlepage h2 {
     font-size: 45px;
     color: #0b0503;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
}

.services_img figure {
     margin: 0;
}

.services_img figure img {
     width: 100%;
}

.square-img {
   width: 100%; /* A szülő oszlop szélességéhez igazodik */
   height: 250px; /* Fix négyzet alakú magasság */
   object-fit: cover; /* Megtartja a képarányt és kitölti a keretet */
}

/** end about section **/


/** mobile section **/

.mobile {
     background: url(../images/mo_bg.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 90px 0;
}

.mobile .titlepage {
     text-align: right;
     padding: 0;
}

.mobile .titlepage h2 {
     color: #fff;
}

.mobile .titlepage span {
     margin-left: 58px;
}

.mobile .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 35px;
     font-weight: 500;
     padding: 20px 0px 35px 0px;
}

.mobile_img figure {
     margin: 0;
}

.mobile_img figure img {
     width: 100%;
}

.mobile .titlepage .read_more {
     border: #fff solid 3px;
     color: #fff;
}


/** mobile section **/


/** clients section **/

.clients {
     margin-top: 40px;
     padding-top: 60px;
}

.clients .titlepage h2 {
     color: #202021;
}

.clients .titlepage span {
     margin-left: 56px;
}

.clients_box {
     text-align: center;
     background: #e2e3e3;
     padding: 50px 15px;
     border-radius: 15px;
     position: relative;
}

.clients_box p {
     font-size: 17px;
     line-height: 35px;
}

.clients_box::after {
     position: absolute;
     content: "";
     width: 42px;
     height: 67px;
     bottom: -65px;
     background: url(../images/cli_cross.png);
     background-repeat: no-repeat;
}

.jonu {
     padding-top: 72px;
     text-align: center;
}

.jonu h3 {
     padding: 0px 0px 0px 0px;
     color: #0b0503;
     font-size: 25px;
}

.jonu strong {
     display: block;
     color: #00aeef;
     font-size: 17px;
     padding-bottom: 50px;
}


/** end clients section **/


/** contact section **/

.contact {
     background: #042431;
     margin-top: 90px;
     padding: 90px 0;
}

.contact .titlepage h2 {
     color: #fff;
}

.main_form .contactus {
     border: inherit;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: transparent;
     color: #f9fcfd;
     font-size: 18px;
     font-weight: normal;
     border-bottom: #fff solid 1px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #00aeef solid 3px;
     color: #f9fcfd;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 180px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin-top: 30px;
}

.main_form .send_btn:hover {
     background-color: #00aeef;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #f9fcfd;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
    background-color: #042431;
    text-align: center;
    padding: 10px 0; /* Csökkentett padding */
    margin-top: auto; /* Footer az oldal aljára helyezése */
    color: white;
	margin-bottom: 10;
}

/* Csökkentett padding a border-top részben */
.border-top {
    border-top: 1px solid #fff;
    padding-top: 10px; /* Csökkentett padding */
    margin-bottom: 0; /* Megszüntetjük az alsó margót */
}



.footer h3 {
     color: #fff;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     text-align: left;
     padding-bottom: 20px;
}

.footer_form {
     display: flex;
     border-bottom: #4d636c solid 1px;
     align-items: center;
     justify-content: center;
}

.enter {
     border: inherit;
     width: 71%;
     background: transparent;
     color: #4d636c;
     font-size: 18px;
     font-weight: normal;
     border-bottom: initial;
}

.submit {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     text-transform: uppercase;
     font-weight: 500;
     border: #00aeef solid 3px;
     color: #4d636c;
     padding: 5px 0px;
     margin-bottom: 5px;
     max-width: 150px;
     width: 100%;
     display: block;
     border-radius: 30px;
}

.submit:hover {
     background-color: #00aeef;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.cont li {
     color: #8a9397;
     font-size: 17px;
     line-height: 32px;
     text-align: left;
}
.copyright {
    background-color: #00aeef;
    padding: 10px 0;
    margin-top: 20px; /* Növelt margó fent */
    text-align: center;
	margin-bottom: -20px;
}

.copyright p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}
/* Biztosítsuk, hogy a body és a html 100% magasságú legyen */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Wrapper (az oldal fő konténere) */
.wrapper {
    min-height: 100vh;  /* 100% magasság, hogy a teljes oldal magasságot lefedje */
    display: flex;
    flex-direction: column;
}

/* A tartalom kitölti az oldal középső részét */
.content {
    flex: 1;
}

/** end footer **/


/** inner page css **/

.margin_to90 .footer {
     margin-top: 90px;
}

.ourwork {
     margin: 90px 0 60px 0;
}

.our_box {
     margin-bottom: 30px;
}

.our_box figure {
     margin: 0;
}

.our_box figure img {
     width: 100%;
}

#scrollTopBtn {
  display: none; /* Alapértelmezés szerint el van rejtve */
  position: fixed; /* Fixen marad az oldalon, amikor görgetünk */
  bottom: 20px; /* Az oldal aljától 20px-re */
  right: 30px; /* Az oldal jobb szélétől 30px-re */
  z-index: 99; /* Magasabb z-index, hogy az elemek fölött legyen */
  font-size: 18px; /* Gomb betűmérete */
  background-color: #00aeef; /* Gomb háttérszíne */
  color: white; /* Szöveg színe */
  border: none; /* Nincs keret */
  outline: none; /* Nincs körvonal */
  cursor: pointer; /* Mutató ujja jelenik meg a hover hatásnál */
  padding: 15px; /* Gomb belső margói */
  border-radius: 10px; /* Lekerekített sarkok */
}

#scrollTopBtn:hover {
  background-color: #007bb5; /* Módosított háttérszín, amikor a gomb fölé viszik az egeret */
}

#it {
   margin-top: -100px; /* Csökkentsd a távolságot a gombok és az it szekció között */
   padding-top: 100px; /* Esetleg adj hozzá egy kis paddingot a tetejére */
}
/* Táblázat stílus */
.price-table {
   width: 100%;
   border-collapse: collapse;
   margin: 20px 0;
   font-size: 18px;
   text-align: left;
}

.price-table th, .price-table td {
   border: 1px solid #ddd; /* Határvonalak a cellák között */
   padding: 10px; /* Padding a cellák belsejében */
}

.price-table th {
   background-color: #f2f2f2; /* Fejléc háttérszíne */
   font-weight: bold;
}

.price-table td {
   background-color: #fff; /* Cellák háttérszíne */
}

.price-table tr:nth-child(even) {
   background-color: #f9f9f9; /* Minden második sor háttérszíne */
}
