/*
Items Name : Fofana.
Author : Ngetemplates
/* --------------------------------
Table of Contents
- Import fonts
- General
- Loader
- Button
- Navbar
- Intro
- Features
- Services
- Portfolio
- Pricing
- Testimonial
- Contact
- Responsive
-------------------------------- */
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #676576;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
}

h1 {
    font-size: 54px;
    line-height: 49px;
    font-weight: bold;
    left: -4px;
    position: relative;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
line-height: 24px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #835c09;
}

p {
  margin: 5px 0;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #ef3248;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 30px;
background: #da4646;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
}

.button:hover {
  background: #ac7808;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
background: #daad46;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.navbar .navbar-brand {
  font-weight: 700;
  font-size: 2.25rem;
      color: white;
line-height: 1.1rem;
  font-family: 'Montserrat', sans-serif;
}
.navbar .navbar-brand span {
color: #553e05;
    font-size: 22px;
}
.navbar .navbar-brand:hover {
  color: #333333;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  left: -8px;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #333333;
  font-weight: bolder !important;
}
.navbar .navbar-nav li a:hover {
  color: #ffffff;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .show .button {
  margin-top: 20px !important;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
 	section-title
---------------------------------*/
.title h5 {
  color: #ff5252;
  margin-bottom: 10px;
}
.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
    background: #fffef8;
  padding: 175px 0 30px;
}
.intro h5 {
  color: #ff5252;
  margin-bottom: 20px;
}
.intro p {
  margin: 30px 0;
  margin-right: 20%;
}
.intro a {
  font-size: 17px;
  font-weight: 600;
}
.intro a i {
  position: relative;
  top: 4px;
  font-size: 24px;
  margin-left: 10px;
}
.intro ul li {
  display: inline-block;
  margin-right: 20px;
}

.intro .content-image img {
  width: 80%;
}

/* ------------------------------
  features
---------------------------------*/
.features {
  margin-top: 10px;
}
.features .content {

  padding: 50px 40px;
    background: #daad46;
}
.features .content .content-box {
  position: relative;
  margin: 5px 0;
}
.features .content .icon {
  float: left;
  margin-right: 20px;
}
.features .content .icon i {
    color: #2b2b2b;
  font-size: 80px;
}
.features .content .text {
  color: #eee;
  overflow: hidden;
}
.features .content .text h5 {
    color: #191919;
    font-weight: bold;
}

/* ------------------------------
  services
---------------------------------*/
.services {
  padding: 120px 0 0px;
}
.services h2 {
  margin-left: 30%;
  margin-right: 30%;
}
.services i {
  background: #ff5252;
  color: #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 8px;
  margin-bottom: 10px;
  line-height: 58px;
  font-size: 28px;
}
.services .content {

}
.services .content-center {
  border-radius: 10px;
  box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}

/* ------------------------------
  portfolio
---------------------------------*/
.portfolio {
    background: #ffffff;
  padding: 120px 0 140px;
}
.portfolio h2 {
  margin-left: 30%;
  margin-right: 30%;
}
.portfolio img {
  width: 100%;
  border-radius: 15px;
}
.portfolio .text {
  border-radius: 5px;
  margin-left: 153px;
  margin-right: 40px;
  padding: 25px;
  text-align: left;
  top: -70px;
  position: relative;
  background: #fff;
  margin-bottom: -40px;
  box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}
.portfolio .text h5 {
  color: #ff5252;
}

/* ------------------------------
  pricing
---------------------------------*/
.pricing {
  padding: 120px 0 140px;
}
.pricing .shadow {
  box-shadow: 0 5px 38px -6px rgba(0, 0, 0, 0.14);
}
.pricing .content {
  padding: 35px;
  padding-top: 20px;
  border-radius: 5px;
}
.pricing .content h2 {
  color: #ff5252;
  margin-top: 23px;
}
.pricing .content .divider {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin: 15px 0 30px;
}
.pricing .content li {
  padding: 5px 0;
}
.pricing .content li i {
  color: #ff5252;
  margin-right: 10px;
}
.pricing .content .button {
  margin-top: 30px;
}
.pricing .content-center {
  color: #fff8f8;
  background: #333333;
}
.pricing .content-center h5 {
  color: #ffffff;
}
.pricing .content-center .divider {
  background: #666;
}
.pricing .content-center .button:hover {
  background: #fff;
  color: #333;
}

/* ------------------------------
  testimonial
---------------------------------*/
.testimonial {
  padding: 140px 0;
  background: linear-gradient(rgba(5, 4, 4, 0.69), rgba(5, 4, 4, 0.74)), url(../img/testimonial.jpg);
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-size: cover;
  background-attachment: fixed;
  color: #fff8f8;
}
.testimonial .content {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  color: #676576;
}
.testimonial .content h5 {
  color: #333333;
}
.testimonial .icon {
  float: left;
  margin-right: 20px;
}
.testimonial .icon i {
  color: #ff5252;
  font-size: 80px;
}
.testimonial .text {
  overflow: hidden;
}
.testimonial .text h5 {
  color: #333333;
}

/* ------------------------------
  contact
---------------------------------*/
.contact {
  padding: 120px 0;
}
.contact h2 {
  color: #ff5252;
  margin-bottom: 30px;
}
.contact ul {
  margin-top: 30px;
}
.contact ul li {
  display: inline-block;
  padding: 0 5px;
}
.contact ul li i {
  font-size: 20px;
  height: 35px;
  width: 35px;
  background: #333333;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
}
.contact ul li i:hover {
  background: #ff5252;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 768px) {
  .services .content {
    padding: 20px;
  }

  .services h2,
  .portfolio h2 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .portfolio .text {
    margin-left: 50px;
  }
}
@media (max-width: 576px) {
  .intro .content-image img {
    margin-top: 30px;
  }
  .services h2,
  .portfolio h2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .pricing .content-center {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 360px) {
  .intro ul li {
    margin-right: 10px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  h1 {
    line-height: 55px;
    font-size: 55px;
  }
}

.content-box {
  display: flex;
  align-items: center; /* vertikálne vycentruje ikonu a text */
  gap: 10px; /* medzera medzi ikonou a textom */
}

.content-box .icon i {
  font-size: 32px; /* veľkosť ikony */
  color: #e74c3c;  /* farba ikony */
}

#services .content p {
  max-width: 700px;   /* aby text nebol moc široký na veľkých obrazovkách */
  margin: 0 auto;     /* vycentrovanie */
  font-size: 18px;
  line-height: 1.6;
}

.info-box {
    background: #daad46;
  padding: 30px;

  box-shadow: 0 2px 6px rgba(0,0,0,0.08);

  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertikálne vycentruje obsah */
  align-items: center;      /* horizontálne vycentruje obsah */
  text-align: center;
  width: 100%;
}

.section-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}

.info-box p {
      color: black;
}

.info-box ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.info-box li {
  margin-bottom: 6px;
  line-height: 1.5;
  color: #000000;
}

.fee-card { background: #daad46; }
.fee-row {
  display:flex; justify-content:space-between; align-items:center;
  gap:16px; padding:10px 0; border-bottom:1px dashed #e6e6e6;    color: black;
}
.fee-row:last-child { border-bottom:0; }

.price-badge{
  display:inline-block; padding:6px 12px; border-radius:999px;
  background:#eef3ff; color:#223; font-weight:700; white-space:nowrap;
}
.fees h3{ color:#000000; }
.fee-card h4{ color:#000000; }
@media (max-width: 576px){
  .price-badge{ padding:6px 10px; }
}
.news-box {
    background: #daad46;
    border-left: 15px solid #da4646;
}

.news-box h4 {
  color: #000000;
}

.news-box p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #000000;
}
.form-box {
  transition: transform 0.2s;
}
.form-box:hover {
  transform: translateY(-3px);
}
.btn-primary {
  background-color: #daad46;
  border-color: #daad46;
}
.btn-primary:hover {
  background-color: #c6973b;
  border-color: #c6973b;
}

.navbar .navbar-toggler i {
  font-size: 52px; /* už tam máš */
  text-shadow: 0 0 1px currentColor;
}

@media (max-width: 768px) {
  .navbar-nav {
    padding-top: 42px !important;
  }
}

/* iba mobilné zariadenia */
@media (max-width: 768px) {
  .navbar-nav {
    padding-top: 42px !important;
  }
}

/* hamburger ikonka čierna všade */
.navbar-toggler i {
  font-size: 52px; /* ak chceš veľké paličky */
  color: #000 !important;
}

/* fix modrého efektu na iOS */
.navbar-toggler {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.footer {
  background: #daad46; /* rovnaká farba ako máš v hlavičke */
  padding: 40px 20px;
  color: #333;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-links li {
  display: inline-block;
}

.footer-links a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #000;
  text-decoration: underline;
}

/* Na mobiloch daj linky pod seba */
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-links li {
    display: block;
  }
}

.footer-copy {
  font-size: 14px;
  margin-top: 10px;
  color: #444;
}

.footer-copy a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footer-copy a:hover {
  text-decoration: underline;
}

/* pulzujúce srdiečko */
.heart-icon {
  color: rgb(255, 255, 255);
  animation: pulse 1.2s infinite;
  font-size: 16px;
  vertical-align: middle;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* medzera medzi textami */
  flex-wrap: wrap; /* umožní zalomenie na mob. */
  text-align: center;
  margin-top: 15px;
}

.footer-copy,
.footer-made {
  font-size: 14px;
  color: #444;
  margin: 0;
}

.footer-made a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.footer-made a:hover {
  text-decoration: underline;
}

/* pulzujúce srdiečko */
.heart-icon {
  color: rgb(255, 255, 255);
  animation: pulse 1.2s infinite;
  font-size: 16px;
  vertical-align: middle;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1); }
}