/**
* Bootstrap v5.3.3
* Author: Tomas Hanak
*/

/*--------------------------------------------------------------
# Branding variables
--------------------------------------------------------------*/
/* Dark red */
/* :root {
  --color-default: #364d59;
  --color-primary: #7ab5e8;
  --color-secondary: #52565e;
  --bs-primary-rgb : #333333;

  --color-branding: #a73b3d;
  --color-text-strong: #3d1818;
  --color-text-weak: #7a5354;
  --color-stroke-strong: #a67676;
  --color-stroke-weak: #f0d8d8;
  --color-fill: #faedee;
  
  --color-bg: #e7e9e8;
  --color-branding-hover: #f23a3dcc;
  --color-branding-disabled: #f23a3d33;
  --font-headline-family: "Raleway", sans-serif;
  --font-headline-weight: 400;
  --font-regular-family: "Poppins", sans-serif;
  --font-regular-weight: 400;
} */

/* Dark Pink original */
/* :root {
  --color-default: #364d59;
  --color-primary: #7ab5e8;
  --color-secondary: #52565e;
  --bs-primary-rgb : #333333;
  --color-branding: #6e3af2;
  --color-text-strong: #23183d;
  --color-text-weak: #5e537a;
  --color-stroke-strong: #8376a6;
  --color-stroke-weak: #dfd8f0;
  --color-fill: #f1edfa;

  --color-bg: #ffffff;
  --color-branding-hover: #6e3af2cc;
  --color-branding-disabled: #6e3af233;
  --font-headline-family: "Raleway", sans-serif;
  --font-headline-weight: 400;
  --font-regular-family: "Poppins", sans-serif;
  --font-regular-weight: 400;
} */

/* Dark sea blue */
:root {
  --color-default: #364d59;
  --color-primary: #7ab5e8;
  --color-secondary: #52565e;
  --bs-primary-rgb : #333333;

  --color-branding: #006994;
  --color-branding-dark: #00374d;
  --color-branding-gradient: #0080b3;
  --color-text-strong: #18333d;
  --color-text-weak: #536f7a;
  --color-stroke-strong: #7698a6;
  --color-stroke-weak: #d8e9f0;
  --color-fill: #edf6fa;
  --color-fill-bg: rgb(244, 245, 248);
  --color-fill-opacity: #edf6fadd;
  --color-branding-second: #ffac29;
  /* --color-branding-second: #fcb127; */
  
  --color-branding-second-hover: #ffcf49;
  --color-branding-hero-main: #ffce47;
  --color-branding-second-fill: #ffe18f;
  
  /* --color-bg: #e7e9e8; */
  --color-bg: #eceeee;
  --color-branding-hover: #34aad9;
  --color-branding-disabled: #3abef233;
  --font-headline-family: "Montserrat", system-ui;
  --font-headline-weight: 400;
  --font-regular-family: "Poppins", sans-serif;
  --font-regular-weight: 400;

  --navbar-fontsize: 24px;
  --navbar-fontsize-small: 18px;

  --color-values-1: var(--color-branding);
  --color-values-2: var(--color-branding-second);
  --color-values-3: var(--color-branding);
  --color-values-4: var(--color-branding-second);
  --color-values-5: var(--color-branding);
}

/* Red and black */
/* :root {
  --color-default: #364d59;
  --color-primary: #7ab5e8;
  --color-secondary: #52565e;
  --bs-primary-rgb : #333333;

  --color-branding: #940000;
  --color-text-strong: #18333d;
  --color-text-weak: #536f7a;
  --color-stroke-strong: #7698a6;
  --color-stroke-weak: #d8e9f0;
  --color-fill: #edf6fa;
  
  --color-bg: #333333;
  --color-branding-hover: #3abef2cc;
  --color-branding-disabled: #3abef233;
  --font-headline-family: "Raleway", sans-serif;
  --font-headline-weight: 400;
  --font-regular-family: "Poppins", sans-serif;
  --font-regular-weight: 400;
} */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-regular-family);
  font-weight: var(--font-regular-weight);
  font-style: normal;
  color: var(--color-text-strong);
  /* background-color: var(--color-bg); */

}

@media (min-width: 992px) {
  body {
    background-color: var(--color-fill-bg);
    /* background-image: url("../img/bg_architecture_render-2.jpg"); */

    /* background-image: linear-gradient(rgba(244, 245, 248, 0.7), rgba(244, 245, 248, 0.7)), url('../img/bg_architecture_render-2.jpg'); */
    /* background-image: linear-gradient(var(--color-fill-bg), var(--color-branding-gradient)), url('../img/bg_architecture_render-2.jpg'); */
  }
}

@media (max-width: 991px) {
  body {
    /* background-image: url("../img/bg_architecture_render-2s.jpg"); */
  }
}

a {
  color: var(--color-branding);
  text-decoration: none;
}

a:hover {
  color:var(--color-branding-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headline-family);
  font-weight: var(--font-headline-weight);
  font-style: normal;
  font-optical-sizing: auto;
  /* font-family: "Cinzel", serif; */
  /* font-family: "Merriweather", serif; */
}

h2 {
  font-size: 1.3em;
  line-height: 1em;
}

.outside-list {
  list-style-position: outside;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 2em 0;
  overflow: hidden;
}

.section-bg {
  background-color: var(--color-fill);
}

.section-title {
  text-align: center;
  /* padding-bottom: 1.5em; */
}

.section-title h2 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  position: relative;
  color: var(--color-text-strong);
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 10em;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 5em);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 3px;
  background: var(--color-branding-second);
  bottom: 0;
  left: calc(50% - 2em);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #hero.landing {
    width: 100%;
    min-height: 670px;
    background: url("../img/hero-bg-wide-2b.jpg") top center;
    height: 78vh;
    background-size: cover;
    padding: 0 0;
    max-height: 680px;
  }
  .first-section-margin {
    margin-top: 144px;
  }
}

@media (max-width: 991px) {
  #hero.landing {
    width: 100%;
    min-height: 490px;
    height: 78vh;
    background: url("../img/hero-bg-wide-2b_medium2.jpg") top center;
    background-size: cover;
    padding: 0 0;
    max-height: 680px;
  }
  .first-section-margin {
    margin-top: 110px;
  }
}

@media (max-width: 540px) {
  #hero.landing {
    width: 100%;
    min-height: 490px;
    height: 78vh;
    background: url("../img/hero-bg-wide-2b_small2.jpg") top center;
    background-size: cover;
    padding: 0 0;
    max-height: 680px;
  }
}

#hero .container {
  /* position: relative; */
}

#hero h1 {
  margin: 0;
  color: var(--color-text-strong);
  font-optical-sizing: auto;
  /* font-weight: 500; */
  font-style: normal;
  font-size: 2em;
  line-height: 36px;
}

#hero .no-spacing {
  padding-left: 0em;
  padding-right: 0em;
}

#hero .hero-right-title-div {
  padding: 2em;
  /* background-color: #11111133; */
}

#hero h1.hero-right-title-text {
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-right-title-text-second {
  color: var(--color-branding-hero-main);
}

/* #hero h2 {
  color: var(--color-text-strong);
  margin: 2em 0 2em 0;
  font-size: 1.3em;
  line-height: 24px;
} */

#hero .slogan-text {
  color: var(--color-text-strong);
  margin: 2em 0 2em 0;
  font-weight: 500;
  margin-top: 0em;
}

#hero-banner {
  padding: 0.4em;
  padding-left: 1.8em;
  background-color: var(--color-branding-dark);
  color: #ffffff;
  font-weight: 500;
}

#hero {
  background-color: var(--color-fill);
}

#hero .container {
  height: 78vh;
  padding: 0px;
}

#hero .container .main-row {
  height: 78vh;
}

#hero .inner-hero {
  padding-top: 2em;
  padding-bottom: 3em;
  padding-right: 2em;
  padding-left: 4em;
  background-color: var(--color-fill-opacity);
  height: 78vh;
}

.hero-image {
  padding: 0px;
  object-fit: cover; /* Ensures the image covers the div */
  transition: opacity 0.5s ease-out;
}

.my-class {
  -webkit-animation:name 4s infinite;
}

@keyframes name {
  0% {color:var(--color-text-strong)}
  50% {color:var(--color-branding);}
  100% {color:var(--color-text-strong)}
}

@media (min-width: 992px) {
  #hero h1.hero-right-title-text {
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.08em;
  }

  #hero .slogan-text {
    font-size: 1.8em;
    line-height: 1.8em;
  }

  ul.herolist {
    font-size: 1.8em;
  }
  ul.herolist li {
    line-height: 2.5em;
  }
  .li_icon {
    font-size: 1.8em;
  }
}
@media (max-width: 992px) {
  #hero .hero-right-title-div {
    padding-top: 3.7em;
    /* background-color: #11111133; */
  }
  #hero h1.hero-right-title-text {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 1.1em;
    letter-spacing: 0.05em;
  }

  #hero .slogan-text {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 2.8em;
  }

  ul.herolist {
    font-size: 1.6em;
  }
  ul.herolist li {
    line-height: 2.2em;
  }
  .li_icon {
    font-size: 1.6em;
  }
}
@media (max-width: 540px) {
  #hero .hero-right-title-div {
    padding-top: 3.2em;
  }
  .li_icon {
    max-width: 48px;
    max-height: 48px;
  }
}
ul.herolist {
  font-family: var(--font-headline-family);
  font-weight: var(--font-headline-weight);
  list-style-type: none;
  padding-left: 1em;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.04em; 
  background: #00000020;
}
ul.herolist li {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.li_icon {
  padding-right: 0.3em;
  margin-bottom: 0.1em;
  color: var(--color-branding-hero-main);
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9);
  -webkit-text-stroke: 1px  var(--color-branding-hero-main); /* 2px border around the text */
}
.herolist-text {
  font-weight: 600;
}
.herolist-text {
  color: #ffffff;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
#features {
  padding-top: 2em;
}

.features .container {
  margin-top: 1em;
}

.features .content {
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(149, 157, 165, 0.2);
  padding: 2em;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  .features .content .row+.row {
    margin-top: 2em;
  }
}

@media (min-width: 992px) {
  .features .content .row+.row {
    margin-top: 4em;
  }
}


.features .content p:last-child {
  margin-bottom: 0;
}

.features .content h3 {
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 0.3em;
}

.features .content ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
  margin-left: 0.3em;
}

.features .content ul li {
  padding-bottom: 10px;
  padding-left: var(--icon-space);
}

.features .content ul li:before {
  display: inline-block;
  content: "\f270";
  font-size: 1.25em;
  color: var(--color-branding); 
  font-family: "bootstrap-icons";
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  position: relative;
  top: 0.25em;
}

.features .vp-desc {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-text-strong);
}

.img-features-limit {
  max-height: 15em;
}
.features_intro {
  line-height: 1.5em;
  padding-bottom: 3em;
  color: var(--color-text-strong);
}

@media (min-width: 992px) {
  .feature-image-column {
    padding-left: 3em;
  }
  .feature-text-column {
    padding-right: 8em;
  }
}

/*--------------------------------------------------------------
# Why Us / Discount
--------------------------------------------------------------*/
#discount {
  width: 100%;
  /* height: 78vh; */
  background-color: var(--color-text-strong);
  /* background: url("../img/hero-bg-wide-2.jpg") top center; */
  /* background-size: cover; */
  /* margin-top: 144px; */
  /* padding: 0 0; */
  /* max-height: 680px; */
}

.why-us {
  padding: 0em;
}
.why-us .content {
  padding: 30px;
  background: var(--color-text-strong);
  border-radius: 4px;
  color: #fff;
}

@media (min-width: 992px) {
  .cta-title {
    margin-top: 2em;
  }
}

@media (max-width: 1200px) {
  .cta-title h3 {
    font-size: 1.6em;
  }
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.why-us .meeting-reasons {
  margin-top: 0.5em;
}

.why-us .meeting-reasons ul {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
  font-size: 1.1em;
}

.why-us .meeting-reasons ul li {
  padding-bottom: 10px;
  padding-left: var(--icon-space);
  margin-left: 0.4em;
}

.why-us .meeting-reasons ul li.estimates:before {
  /* content: "\f17d"; */
  content: "\f776";
}

.why-us .meeting-reasons ul li.price:before {
  /* content: "\f632"; */
  content: "\f634"; 
  
}

.why-us .meeting-reasons ul li.idea:before {
  content: "\f46b";
}


/* .why-us .meeting-reasons ul li:before {
  display: inline-block;
  content: "\f26e";
  font-size: 1.25em;
  color: var(--color-branding-hero-main);
  font-family: "bootstrap-icons";
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  position: relative;
  top: 0.25em;
} */

.cta-pitch-title {
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5em;
}

.discount-action {
  margin-bottom: 1em;
}
.why-us .cta-container {
  border-radius: 1em;
  background: var(--color-text-strong);
  padding: 2.2em;
  color: #ffffff;
}
.cta-button {
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  margin: 1em;
  color: #ffffff;
  border-color: #ffffff;
  /* background-color: var(--color-branding); */
  background: linear-gradient(60deg, var(--color-branding), var(--color-branding-gradient));
  border-radius: 2em;
  font-weight: 700;
  font-size: large;
  text-transform: uppercase;
  white-space: nowrap;
}
.cta-button:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* background: linear-gradient(45deg, var(--color-branding-gradient), var(--color-branding-hover)); */
  /* background-color: var(--color-branding-hover); */
  background: var(--color-branding-hover);
}

.cta2-button-wrapper {
  position: relative;
  display: inline-block;
}
.cta2-arrow-left {
  position: absolute;
  left: -30px; /* Adjust based on arrow image width */
  top: 50%;
  transform: translateY(-50%);
}
.cta2-arrow-bottom {
  position: absolute;
  left: 50%;
  bottom: -30px; /* Adjust based on arrow image height */
  transform: translateX(-50%);
}
.cta3-arrow-right {
  position: absolute;
  height: 4em;
  right: -30px; /* Adjust based on arrow image width */
  top: 27%;
  transform: translateY(-50%);
}
.cta2-arrow-right {
  position: absolute;
  right: -125px; /* Adjust based on arrow image width */
  top: 40%;
  transform: translateY(-50%);
}


/*--------------------------------------------------------------
# References Section
--------------------------------------------------------------*/


/* .video-container .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 24px), -50%);
  background: #023047;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 4px 4px 50px -4px rgba(0, 0, 0, 0.8);
  opacity: 0;
  letter-spacing: 0.8px;
  transition: all 400ms ease;
}

.video-container .hover-text.active {
  opacity: 1;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
} */

#references {
  padding-top: 4em;
}
.chef-member-top {
  padding: 16px;
}
.references .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(149, 157, 165, 0.2);
  transition: 0.3s;
}

.references .chef-member .member-img {
  position: relative;
  overflow: hidden;
  /* pointer-events: auto; */
  /* position: fixed; */
  /* overflow: visible; */
}

.references .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* background: url(../img/team-shape.svg) no-repeat center bottom; */
  /* background-size: contain; */
  z-index: 1;
}

.references .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.references .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.references .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.references .chef-member .social i {
  font-size: 18px;
}

.references .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.references .chef-member .member-info h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.references .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.references .chef-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
}

.references .chef-member:hover {
  transform: scale(1.03);
  box-shadow: 0px 2px 15px rgba(149, 157, 165, 0.2);
}

.references .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}

.references .gallery-row-spacing {
  margin-top: 0em;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  padding-top: 0em;
  margin-top: 3em;
}
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: absolute;
  margin-bottom: 50px;
}

.services .card-title-column {
  padding-top: 1.2em;
  padding-left: 1em;
}

.services .service-item .icon i {
  color: var(--color-branding);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: absolute;
  line-height: 1.8;
  top: -10px;
  left: -5px;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /* background: var(--color-stroke-weak); */
  background: var(--color-branding-second-hover); 
  border-radius: 50px;
  z-index: 1;
  top: 0px;
  right: -5px;
  transition: 0.3s;
}

.services .icon-move-right i {
  /* padding-left: 0.3em; */
  left: 2px;
}

.services .service-item h3 {
  /* padding-left: 2.6em; */
  padding-top: 0.6em;
  /* min-height: 2.5em; */
  color: var(--color-text-strong);
  font-weight: 600;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 1.4em;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}
.services .service-item .icon-title {
  margin-left: 4em;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-branding);
}

.services .service-item:hover .icon:before {
  /* background: var(--color-fill); */
  background: var(--color-branding-second-fill);
}

.services .service-item {
  box-shadow: 0px 2px 10px rgba(149, 157, 165, 0.15)
}

.services .service-item:hover { 
  /* box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15); */
  box-shadow: 0px 2px 15px rgba(149, 157, 165, 0.25)
}

.services .service-item:hover h3 {
  border-color: var(--color-branding-hover);
}

.services .setps-number {
  font-size: xx-large; 
  font-weight: 600;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: var(--color-branding-dark);
}

.phone-contact-row {
  background-color: var(--color-branding-second);
}

.icon-contact {
  color: #fff;
  /* background-color: var(--color-branding); */
  padding: 0.2em;
}

#footer .footer-top {
  padding: 0px 0 30px 0;
  /* background: #fff; */
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
}

@media (max-width: 540px) {
  .phone-contact-row {
    font-size: 1em;
  }
  .icon-contact {
    font-size: 1em;
  }
  .phone-contact-row {
    margin: 0px;
  }
  #contact .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 540px) {
  .phone-contact-row {
    font-size: 1.3em;
  }
  .icon-contact {
    font-size: 1.2em;
  }
}


#footer .footer-top .footer-contact {
  padding-top: 1.5em;
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--color-branding-hover);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

a.footer-contact-link {
  color: #fff;
}

a.footer-contact-link:hover {
  color: #fff;
}

#footer .footer-top .footer-links ul a.footer-contact-link {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a.footer-contact-link:hover {
  text-decoration: none;
  color: #fff;
}

#footer a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-branding);
  border-top-color: var(--color-fill);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-branding);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-branding-hover);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

/* #topbar.topbar-scrolled {
  top: -40px;
} */

.contact-icon {
  font-size: 1.4em;
}
.contact-icon-insta {
  font-size: 1.7em;
}

#topbar .contact-info a {
  line-height: 1;
  color: var(--color-branding);
  transition: 0.3s;
}

#topbar .contact-info a.icontype {
  line-height: 0;
  color: var(--color-branding);
  transition: 0.3s;
}

.contact-space-fill {
  padding: 1.6em;
}

@media (max-width: 480px) {
  #topbar .contact-info a {
    font-size: 0.9em;
  }
  .contact-space-fill {
    padding: 0.6em;
  }
}

#topbar .contact-info a:hover {
  color: var(--color-branding-hover);
}

#topbar .contact-info i {
  color: var(--color-branding-hover);
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: var(--color-branding);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: var(--color-branding-hover);
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 2px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

/* #header.header-scrolled {
  top: 0;
} */

#header .logo {
  font-size: 30px;
  margin: 0;
  margin-left: 0em;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: var(--color-branding);
}

#header .logo img {
  max-height: 3em;
  padding-right: 1em;
}

@media  (max-width: 574px) {
  img.main-logo {
    max-width: 150px;
    padding: 0.05em;
  }
  #header .logo {
    margin-left: 0.1em;
  }
}

@media  (max-width: 994px) {
  img.main-logo {
    max-width: 200px;
    padding: 0.05em;
  }
  #header .logo {
    margin-left: 0.1em;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--navbar-fontsize-small);
  color: var(--color-text-strong);
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: var(--navbar-fontsize-small);
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-branding-hover);
  border-color: var(--color-branding-hover);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: var(--navbar-fontsize);
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: var(--navbar-fontsize);
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2c4964;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: var(--navbar-fontsize);
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# ARTICLE
--------------------------------------------------------------*/

#article .content ul.checks {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
  margin-left: 0.3em;
}

#article .content ul.checks li {
  padding-bottom: 10px;
  padding-left: var(--icon-space);
}

#article .content ul.checks li:before {
  display: inline-block;
  content: "\f270";
  font-size: 1.25em;
  color: var(--color-branding-second); 
  font-family: "bootstrap-icons";
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  position: relative;
  top: 0.25em;
}

.article-fwimage-row {
  box-shadow: 0px 2px 15px rgba(149, 157, 165, 0.3);
  margin-top: 2em;
  margin-bottom: 3em;
  background-color: #ffffff;
  border-left: 0.3em solid var(--color-branding-second-fill);
  margin-left: 5em;
}

.article-fwimage-row:nth-child(odd) {
  border-left: none;
  border-right: 0.3em solid var(--color-branding-hover);
  margin-left: 0em;
  margin-right: 5em;
}

.article-fwimage-info {
  margin-top: 2em;
  /* margin-left: 1em; */
  padding-left: 3em;
}

.article-fwimage-title h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3em;
  color: var(--color-branding);
}

.article-fwimage-text {
  text-align: justify;
}

.article-fwimage-container {
  overflow: hidden; /* Ensure the image stays within the container when zoomed */
  padding: 3em;
}

.article-fwimage-container img {
  transition: transform 0.4s ease, filter 0.4s ease;
  width: 100%; /* Ensure the image takes up the full width of the container */
  display: block; /* Remove any unwanted gaps around the image */
}

.article-fwimage-container:hover img {
  transform: scale(1.04); /* Zoom in */
  filter: brightness(96%); /* Darken the image */
}

#hero.header-navrh-image {
  width: 100%;
  height: 45vh;
  background: url("../img/navrh_bg1.jpg") top center;
  background-size: cover;
  padding: 0 0;
  max-height: 680px;
}

/* Testing text animation */
.hero-banner-space {
  width: 1000px;
  height: 1.7em;
}
.herolist-min-space {
  width: 600px;
  height: 3em;
}

.text-container {
  position: relative;
  overflow: hidden; /* Ensures text stays within the container */
}

.text {
  position: absolute; /* Takes the text out of the document flow */
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade 30s infinite; /* Infinite looping animation */

}/* Animate the first text */
.text:nth-child(1) {
  animation-delay: 0s; /* Start immediately */
}

/* Animate the second text */
.text:nth-child(2) {
  animation-delay: 10s; /* Delay to follow the first text */
}

/* Animate the third text */
.text:nth-child(3) {
  animation-delay: 10s; /* Delay to follow the second text */
}

/* Keyframes for the fade-in and fade-out effect */
@keyframes fade {
  0%, 32% {
    opacity: 1; /* Text is visible */
  }
  32%, 33% {
    opacity: 0; /* Quick fade-out transition */
  }
  33%, 100% {
    opacity: 0; /* Quick fade-out transition */
  }
}


/*--------------------------------------------------------------
# Company mission
--------------------------------------------------------------*/
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:var(--color-values-1);position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border:3px solid var(--color-values-1);padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%)}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:var(--color-values-1);font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:var(--color-values-1);position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid var(--color-values-1);border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:var(--color-values-1);position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:var(--color-values-1);text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:var(--color-values-2)}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:var(--color-values-2)}
.main-timeline .timeline:nth-child(2n) .title{color:var(--color-values-2)}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:var(--color-values-2);border-bottom-color:var(--color-values-2)}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:var(--color-values-3)}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:var(--color-values-3)}
.main-timeline .timeline:nth-child(3n) .title{color:var(--color-values-3)}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:var(--color-values-3);border-bottom-color:var(--color-values-3)}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:var(--color-values-4)}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:var(--color-values-4)}
.main-timeline .timeline:nth-child(4n) .title{color:var(--color-values-4)}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:var(--color-values-4);border-bottom-color:var(--color-values-4)}

@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}
