/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --footerbg: #2e2e2e;
  --white: #ffffff;
  --cl-5: #333;
  --secondarybg: #f8f8f8;
  --gold-color: #be8b2b;
  --gold-gradient: linear-gradient(
    101.18deg,
    #be8b2b -11.89%,
    #f1d090 47.34%,
    #be8b2b 106.57%
  );
}


body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: var(--cl-5);
  font-weight: 500;
}

.dark-bg {
  color: #fff;
  background-image: url("assets/img/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

.card {
  background: var(--secondarybg);
  border: 0;
  text-align: center;
}

a {
  color: #000;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #000;
  transition: all 0.5s ease-in-out;
}

button a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

p {
  font-size: 16px;
}

.mt-50 {
  margin-top: 50px;
}

.hero-title h1 {
  font-size: 50px;
  font-weight: 700;
}

.title {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 3px solid #be8b2b;
}

.gold-color {
  color: var(--gold-color);
  background: var(--gold-gradient);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-shadow{
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.gold-solid {
  color: #be8b2b !important;
}

.red-color {
  color: #9b0303;
}
.green-color {
  color: #367a00;
}
.black {
  color: var(--cl-5);
}

.gold {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

.btn-outline {
  background: transparent;
  border: 3px solid #be8b2b;
  color: #fff;
  transition: all 0.5s ease-in-out;
  border-radius: 8px;

}
.btn-outline:hover {
  background: transparent;
  color: #be8b2b;
  transition: all 0.5s ease-in-out;
}
.golden-outline {
  border-top: 2px solid #e59f23;
  border-bottom: 2px solid #e59f23;
}
.golden-outline-right {
  border-right: 2px solid #e59f23;
}

.mt-6 {
  margin-top: 60px;
}
.grey-block {
  background: #eee;
  padding: 15px;
  border-radius: 8px;
}

.white-block {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}

.text-large {
  font-size: 20px;
  text-decoration: underline !important;
}

.ticker-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border-top: 2px solid #e59f23;
  border-bottom: 2px solid #e59f23;
}

.ticker-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  animation: ticker 15s linear infinite; /* Adjust duration as needed */
}

.ticker-list li {
  display: inline;
  margin-right: 30px; /* Adjust spacing between items */
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: -5px;
  color: #000;
}

.ticker-list li {
  margin-right: 10px;
  border-right: 2px solid #eee; /* Adjust color and style as needed */
  padding-right: 15px;
}

/* Keyframe for smooth infinite ticker */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.quote-container {
  position: relative;
}

.quote {
  position: absolute;
  top: -30px;
  left: 0;
}

header {
  font-weight: 500;
  color: var(--secondarybg);
}

.logo {
  width: 100%;
  max-width: 400px;
}

body.home .logo {
  width: 100%;
  max-width: 400px;
}

.center-aligned {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.menu ul li {
  display: inline;
  margin-right: 50px;
  font-size: 16px;
}
.menu ul li a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.menu ul li a:hover {
  color: var(--gold-color);
}

.w-80 {
  width: 80%;
}
.w-30 {
  width: 30%;
}

.stroke {
  stroke: currentColor;
  stroke-width: 2;
}

/*
 ===============================================
Carousel Style - 1
 ===============================================
*/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owce-carousel .owl-nav i {
  font-size: 50px !important;
  color: rgb(190, 139, 43, 1) !important;
}

.owce-carousel-basic .owl-nav .owl-prev,
.owce-carousel-basic .owl-nav .owl-next {
  top: 25% !important;
}

.owl-carousel .owl-stage {
  display: flex !important;
}

.owl-carousel .owl-item {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.owce-carousel-94dd7de, .owce-carousel-c43012d {display:flex}
.owce-carousel-94dd7de .owl-item, .owce-carousel-c43012d .owl-item {
  background:#f8f8f8;
  padding:10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.owce-carousel .owl-stage-outer {
  padding-bottom:25px;
}


i.eicon-chevron-right {
  margin-right: -22px !important;
}

i.eicon-chevron-left {
  margin-left: -22px !important;
}

.grey-full {
  background: var(--secondarybg);
}

.card {
  position: relative;
  border-radius: 15px;
}

.card img {
  border-radius: 3px;
}

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

hr {
  color: #d5ad6d;
  height: 3px !important;
  margin: 25px 0px;
  opacity: 1;
}

/* 
============================================================
Accordion
============================================================
*/
.accordion-button {
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 0;
  padding-right: 2.5rem;
  color: #666;
  background-color: transparent;
  border: none;
  outline: none;
}

.accordion-button:focus {
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; none;
}

.accordion-button:not(.collapsed) {
  color: #666;
  background-color: transparent;
}

.accordion-item {
  border: none;
  background: transparent;
}

.accordion-header {
  display: flex;
  align-items: center;
}

.accordion-body {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.9rem;
  color: #999;
}

.collapse-close,
.collapse-open {
  font-size: 1rem;
  color: #999;
}

.collapse-close {
  display: none;
}

.accordion-button:not(.collapsed) .collapse-close {
  display: inline-block;
}

.accordion-button:not(.collapsed) .collapse-open {
  display: none;
}

.accordion-button.collapsed .collapse-close {
  display: none;
}

.accordion-button.collapsed .collapse-open {
  display: inline-block;
}

.accordion-header {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-header:last-of-type {
  border-bottom: none;
}

.accordion-button::after {
  display: none;
}

/*
===========================================================
Footer Form
===========================================================
*/
.footer-cta {
  background: linear-gradient(
    to bottom,
    var(--secondarybg) 50%,
    var(--footerbg) 50%
  );
  padding: 60px 0px;
}

.footer-cta ul.none {
  text-align: left !important;
}

.footer-cta-white {
  background: linear-gradient(to bottom, var(--white) 50%, var(--footerbg) 50%);
  padding: 60px 0px;
}

.footer-form,
.footer-cta-box {
  border-radius: 25px;
  background-color: var(--white);
}

.footer-form img {
  border-radius: 0 25px 25px 0;
}

.form-content {
  padding: 30px 30px 0 30px;
  color: var(--footerbg);
}

.form-content h4 {
  font-weight: 700;
}

.form-content p {
  color: var(--cl-5);
}

.form-control {
  border: 0;
  background-color: transparent;
}

.footer-form form input {
  border-bottom: 1px solid var(--cl-5);
  border-radius: 0px;
  margin: 10px 0;
}

.form-floating {
  position: relative;
}

.form-floating input {
  height: calc(3.5rem + 2px);
}

.form-control {
  padding: 0;
}

.form-floating label {
  position: absolute;
  top: 0;
  left: 10px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  color: #6c757d;
}

.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
  top: -16px;
  left: 0px;
  padding: 0;
  background-color: transparent;
  color: #495057;
}

/*
============================================================
Footer
============================================================
*/
footer {
  background: var(--footerbg);
  color: var(--white);
  margin: 0;
  padding: 0 0 60px 0;
  font-weight: 600;
  font-size: large;
}
footer ul.footer-menu {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0;
}

footer ul.footer-menu li {
  display: inline;
  margin-right: 20px;
  position: relative;
}

footer ul.footer-menu li:after {
  content: "|";
  margin-left: 20px;
}

footer ul.footer-menu li:last-child:after {
  content: "";
}

footer ul.footer-menu li a {
  color: var(--white);
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

footer ul.footer-menu li a:hover {
  color: var(--gold-color);
  transition: all 0.5s ease-in-out;
}

.footer-social ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  display: inline;
  margin: 0 15px;
  font-size: 35px;
  color: var(--white);
}

.footer-social ul li:hover {
  display: inline;
  margin: 0 15px;
  font-size: 35px;
  color: var(--gold-color);
}
/*Frontpage Hacks */
.owce-carousel-28c1403 img {
  max-width: 175px !important;
}

.elementor-28 .elementor-element.elementor-element-28c1403 .item {
  border: 0 !important;
}

.elementor-accordion-item {
  border-bottom: 1px solid #cccccc !important;
  margin: 15px 0px !important;
}

/* Floating Labels */
.wpcf7 .footer-form .form-floating > .wpcf7-form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
  border: 0;
  border-bottom: 1px solid #eee;
}

.wpcf7 .footer-form .form-floating > label {
  padding: 1rem 0.75rem;
}

.wpcf7 .footer-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7 .footer-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* Remove default CF7 styles */
.wpcf7 .footer-form .wpcf7-form-control-wrap > p {
  margin: 0;
  padding: 0;
}

.wpcf7 .footer-form .wpcf7-form-control-wrap > span {
  display: inline;
}

/* 
=================================
About Us 
=================================
*/
.about-top {
  background: #fff;
  border-top: 3px solid #be8b2b;
  padding-top: 25px;
  padding-bottom: 15px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.account-terms {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 15px;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.image-overlapped {
  position: absolute;
  top: 55px;
  right: -40px;
}
img.image-overlapped {
  border-radius: 6px !important;
}

.owce-carousel-c43012d .owl-item {
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset;
}

.service-white {
  background: var(--white);
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-radius: 10px;
}

.service-grey {
  background: var(--secondarybg);
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.12)) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14)) drop-shadow(0 1px 8px rgba(0, 0, 0, 0.12)) drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1)); 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset; 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-radius: 10px;
}

.service-gradient-1 {
  background: linear-gradient(
    to bottom,
    var(--secondarybg) 20%,
    var(--white) 20%,
    var(--white) 80%,
    var(--secondarybg) 80%
  );
  padding: 60px 0px;
}

.wrapper {
  overflow: hidden;
  width: 400px;
  height: 270px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.roller .roll-item {
  width: 250px;
  height: 250px;
  border-radius: 10px;
  background-color: #f3f3f7;
  position: absolute;
  top: 0;
  padding: 5px;
  margin-top: 10px;
}

.roller .roll-item span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 55px;
  width: 50px;
  height: 50px;
}

.wrapper .buttons {
  margin-left: 280px;
  margin-top: 55px;
}

.wrapper .buttons button {
  font-family: Arial, sans-serif;
  font-size: 15px;
  display: block;
  width: 100px;
  padding: 10px 5px;
  border: solid 1px #fff;
  background: #111;
  color: #fff;
  cursor: pointer;
  outline: none;
  margin: 25px 3px;
}

.wrapper .buttons button.active {
  background: rgba(255, 255, 255, 0.1);
}

.note {
  color: white;
  font-size: 13px;
  padding: 10px;
}

.note a {
  color: inherit;
}

.roller .roll-item.image {
  background-image: url(https://randomuser.me/api/portraits/lego/3.jpg);
  background-size: 100% 100%;
}

.elementor-462 .elementor-element.elementor-element-7299ce8 {
  --width: 100%;
  margin: 0;
  padding: 0;
}
.owce-carousel-28c1403 .size-owl_elementor_thumbnail{
position: relative;
  overflow: hidden;
}


.float-container {
  display: inline-block;
}

.floating-img {
  width: 100%;
  height: auto;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0); /* Image at its original position */
  }
  50% {
    transform: translateY(-20px); /* Move the image up */
  }
}