@font-face {
    font-family: CenturyGothic-Regular;
    src: url('../fonts/CenturyGothic-Regular.ttf');
}

@font-face {
    font-family: CenturyGothic-Bold;
    src: url('../fonts/CenturyGothic-Bold.TTF');
}

:root {
    --theme-color-1: #05a37f;
    --theme-color-2: #efb500;
    --theme-color-3: #013d35;
    --theme-color-4: #10131f;
    --bg-white: #ffffff;
    --bg-black: #07070a;
    --font-color: #646464;
    --heading-color: #1f2324;
    --font-white: #ffffff;
    --font-black: #000000;
    --bg-color1: #d6c5e2;
    --bg-color2: #ede4da;
}


body {
    background-color: var(--bg-white);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    color: var(--font-color);
}

h1,
h2,
h3 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
}

h4,
h5 {
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: normal;
}

p {
    margin-bottom: 0;
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-btn {
    border-radius: 30px;
    height: 46px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding: 10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
}

.btn-main {
    color: var(--font-white);
    background-color: var(--theme-color-2);
    transition: all .5s ease-out;
}

.btn-main:hover {
    background-position: left bottom;
    color: #fff;
    background-color: #623819;
}

.btn-secondary {
    color: var(--theme-color-1);
    background-color: var(--font-white);
    transition: all .5s ease-out;
}

.btn-secondary:hover {
    background-position: left bottom;
    color: #fff;
    background-color: var(--theme-color-1);
}

.main-content-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

.error-msg{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    left: 0px;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #2e7dab;
    font-size: 14px;
    z-index: 10;
    top: 65px;
    left: 0;
	color: #fff;
}

.subscribe-inner{
	position: relative;
}

.subscribe-inner form{
	position: relative;
}

.check-success-icon{
	margin-right: 10px;
    padding: 10px;
    color: #fff;
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #001941;
    font-size: 14px;
    z-index: 10;
    bottom: 55px;
    left: 0;
    padding-left: 3px;
	color: #fff;
	width: 265px;
}
.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}
.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

input:hover, input:focus, input:active{
    box-shadow: none;
    outline: none;
}

.navbar{
    position: absolute;
    width: 100%;
    z-index: 1030;
    left: 0;
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    transition: none !important;
    height: auto;
    flex-direction: column;
} 

.navbar-dark .navbar-nav .nav-link{
    color: var(--font-white);
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.dropdown .nav-link:after{
    font-family: "Fontawesome", sans-serif; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
}

.navbar.fixed-top{
    position: fixed;
    background-color: var(--bg-white);
    transition: all 0.35s ease;
    border-bottom: 1px solid #dee2e6;
}

.navbar.fixed-top .nav-link{
    color: var(--font-black) !important;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: var(--theme-color-1);
}

.navbar.fixed-top .nav-link:hover{
    color: var(--theme-color-1) !important;
}

.nav-item.search .btn-main{
    white-space: nowrap;
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-menu{
    min-width: 12rem;
    transition: ease-in-out 0.3s;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-black);
    font-size: 16px;
    font-family: 'CenturyGothic-Regular', sans-serif;
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}

.topbar{
    background-color: transparent;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 1px dashed #464646;
    margin-bottom: 15px;
}

.topbar-contact-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.topbar-contact-wrapper ul li a{
    color: var(--font-white);
}

.topbar-contact-wrapper ul li a i{
    color: var(--font-white);
    margin-right: 10px;
}

.topbar-social{
    text-align: right;
}

.topbar-social li{
    display: inline-block;
    margin-left: 5px;
}

.topbar-social li a{
    color: var(--font-white);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar.fixed-top .topbar-contact-wrapper ul li a{
    color: var(--font-black);
}

.navbar.fixed-top .topbar-contact-wrapper ul li a i{
    color: var(--theme-color-1);
}

.navbar.fixed-top .topbar-social li a{
    color: var(--theme-color-1)
}

.navbar-brand img{
    width: 130px;
}

.navbar-brand img.black{
    display: none;
}

.navbar-brand img.white{
    display: block;
}

.navbar-brand h3{
    color: var(--font-white);
}

.fixed-top .navbar-brand img.black{
    display: block;
}

.fixed-top .navbar-brand h3{
    color: var(--heading-color);
}

.fixed-top .navbar-brand img.white{
    display: none;
}

section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
    z-index: 11;
}

.section-heading{
    font-size: 32px;
    font-family: 'CenturyGothic-Bold', sans-serif;
    color: var(--heading-color);
    margin-bottom: 15px;
    text-align: center;
}

.section-heading span{
    color: var(--theme-color-1);
}

.section-description{
    font-family: 'CenturyGothic-Regular', sans-serif;
    color: var(--font-black);
    text-align: center;
}

.banner-container{
    width: 100%;
    position: relative;
    display: inline-block;
    background-image: url('../images/banner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
}

.banner-container::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: 9;
}

.banner-image-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 11;
    position: relative;
    padding: 2rem;
    background-color: #198754bf;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.banner-small-heading{
    color: var(--font-white);
    margin-bottom: 10px;
    font-size: 24px;
}

.banner-heading{
    font-size: 54px;
    color: var(--font-white);
    margin-bottom: 15px;
    font-family: 'CenturyGothic-Bold', sans-serif;
}

.banner-description{
    font-size: 16px;
    color: var(--font-white);
    margin-bottom: 0px;
}

.banner-btns{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

footer{
    background-color: var(--theme-color-4);
    position: relative;
    display: inline-block;
    padding-top: 4rem;
    width: 100%;
}

.footer-about{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-about a h3{
    color: var(--font-white);
    font-size: 24px;
    margin-bottom: 30px;
}

.footer-about p{
    color: var(--font-white);
    margin-bottom: 25px;
}

.footer-logo img{
    display: inline-block;
    width: 150px;
    margin-bottom: 2rem;
}

.footer-social{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-social li{
    display: inline-block;
    margin-right: 10px;
}

.footer-social li a{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #272727;
    color: var(--font-white);
    transition: ease-in 0.3s;
}

.footer-social li a:hover{
    background-color: var(--theme-color-1);
    color: var(--font-white);
    border-color: var(--theme-color-1);
}

.footer-links{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-heading{
    font-size: 20px;
    color: var(--font-white);
    margin-bottom: 30px;
}

.footer-link-lists li{
    margin-bottom: 18px;
}

.footer-link-lists li:last-child{
    margin-bottom: 0px;
}

.footer-link-lists li a{
    color: var(--font-white);
    transition: ease-in 0.3;
}

.footer-link-lists li a:hover{
    color: var(--theme-color-1);
    transition: ease-in 0.3;
}

.footer-contact{
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-contact-lists li{
    margin-bottom: 18px;
}

.footer-contact-lists li:last-child{
    margin-bottom: 0px;
}

.footer-contact-lists li a{
    color: var(--font-white);
    font-family: 'CenturyGothic-Bold', sans-serif;
    transition: ease-in 0.3;
}

.footer-contact-lists li a:hover{
    transition: ease-in 0.3;
    color: var(--theme-color-1);
}

.footer-bottom-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
    margin-top: 25px;
    border-top: 1px solid #333333;
}

.footer-bottom-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.footer-bottom-wrapper ul li a{
    color: var(--theme-color-2);
}

.footer-bottom-wrapper p{
    color: var(--font-white);
}

.section{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 60px 0px;
}

.services{
    background-color: var(--theme-color-4);
}

.services-section-heading{
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 2rem;
}

.services-section-left h4{
    font-size: 14px;
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services-section-left h3{
    font-size: 32px;
    color: var(--font-white);
}

.services-section-right a{
    color: var(--theme-color-1);
    text-decoration: underline;
}

.services-card-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #1c1f2a;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #333;
    transition: ease-in 0.3s;
}

.services-card-wrapper:hover{
    transition: ease-in 0.3s;
    background-color: #272933;
}

.services-card-wrapper h3{
    font-size: 20px;
    margin: 20px 0px;
    color: var(--font-white);
}

.services-card-wrapper p{
    color: var(--font-white);
}

.funfactor-card{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px;
}

.funfactor-card img{
    margin: auto;
    display: flex;
    align-items: center;
    width: 50px;
}

.funfactor-card h3{
    font-size: 36px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.funfactor-card h3 span{
    font-size: 20px;
}

.funfactor-card p{
    text-align: center;
}

.aboutmiddle-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 3rem;
}

.aboutmiddle-wrapper .services-section-left h3{
    color: var(--font-black);
}

.tab-content-wrapper ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.tab-content-wrapper ul li img{
    margin-right: 10px;
    width: 12px;
}

.tab-content-wrapper ul li h3{
    font-size: 14px;
}

.aboutmiddle-tabs .nav-pills .nav-link.active{
    background-color: var(--theme-color-1);
    color: var(--font-white);
}

.aboutmiddle-tabs .nav-pills .nav-link{
    color: inherit;
}

.aboutleft-wrapper{
    width: 100%;
    height: 350px;
    position: relative;
    display: inline-block;
}

.aboutleft-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutright-wrapper{
    width: 100%;
    height: 280px;
}

.aboutright-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutmiddle-wrapper::before{
    content: '';
    position: absolute;
    background-color: #f7f7f7;
    left: -40px;
    top: 0;
    width: 119%;
    height: 100%;
    z-index: -1;
}

.aboutmiddle-tabs{
    position: relative;
    z-index: 10;
}

.section-heading-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.section-heading-wrapper h4{
    font-size: 14px;
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.section-heading-wrapper h3{
    font-size: 32px;
    color: var(--font-black);
    text-align: center;
}

.works-card-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.works-card-wrapper img{
    width: 100%;
    height: 300px;
    position: relative;
    display: inline-block;
    object-fit: cover;
    margin-bottom: 20px;
}

.works-card-wrapper p{
    font-size: 14px;
}

.works-card-wrapper a{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    transition: ease-in 0.3s;
}

.works-card-wrapper a h3{
    font-size: 20px;
}

.works-card-wrapper a i{
    text-decoration: underline;
    transition: ease-in 0.3s;
}

.works-card-wrapper a:hover h3{
    color: var(--theme-color-1);
    transition: ease-in 0.3s;
}

.works-card-wrapper a:hover i{
    color: var(--theme-color-1);
}

.testimonial{
    background-color: var(--theme-color-4);
}

.testimonial .carosel-item{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0rem 1rem;
}

.testimonial .carosel-item p{
    text-align: center;
    color: var(--font-white);
}

.testimonial .carosel-item h3{
    font-size: 20px;
    color: var(--font-white);
    margin-bottom: 10px;
    text-align: center;
    margin-top: 2rem;
}

.testimonial .carosel-item h4{
    font-size: 14px;
    color: var(--font-white);
    margin-bottom: 0px;
    text-align: center;
    margin-bottom: 2rem;
}

.testimonial .slick-dots li button:before{
    font-size: 10px;
    color: var(--theme-color-1);
    opacity: 1;
    top: 1px;
}

.testimonial .slick-dots .slick-active button{
    border: 1px solid var(--theme-color-1);
    border-radius: 50%;
}

.team-card-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 300px;
}

.team-card-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-wrapper::after{
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(0, 0, 0, 0), rgb(0, 0, 0, 0.5));
    z-index: 10;
}

.team-contact{
    padding: 15px;
    position: absolute;
    bottom: 0;
    z-index: 12;
}

.team-contact h3{
    font-size: 16px;
    color: var(--font-white);
    margin-bottom: 5px;
}

.team-contact p{
    color: var(--font-white);
}

.team-card-wrapper ul {
    margin-top: 15px;
    display: none;
    transition: ease-in 0.3s;
}

.team-card-wrapper:hover ul{
    display: block;
    transition: ease-in 0.3s;
}

.team-card-wrapper ul li{
    display: inline-block;
    margin-right: 5px;
}

.team-card-wrapper ul li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--font-white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-white);
    transition: ease-in 0.3s;
}

.team-card-wrapper ul li a:hover{
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    color: var(--font-white);
    transition: ease-in 0.3s;
}

.questions-left-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px 3rem;
}

.font-black{
    color: var(--font-black) !important;
}

.call-box{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: var(--theme-color-1);
    border-radius: 6px;
    padding: 30px;
    margin-top: 25px;
}

.call-box h3{
    font-size: 20px;
    color: var(--font-white);
}

.call-box a{
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.call-box a i{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--font-white);
    border-radius: 50%;
    color: var(--theme-color-1);
    margin-right: 10px;
}

.call-box a p{
    color: var(--font-white);
    font-size: 16px;
}

.accordion-item:first-of-type .accordion-button{
    border-radius: 0px;
}

.accordion-item:last-of-type .accordion-collapse{
    border-radius: 0px;
}

.accordion-item:first-of-type{
    border-radius: 0px;
}

.accordion-item:last-of-type{
    border-radius: 0px;
}

.accordion-button:not(.collapsed){
    background-color: var(--font-white);
    box-shadow: none;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-item{
    border: none;
    border-bottom: 1px solid #ddd;
}

.accordion-button{
    padding: 12px 0px;
    font-size: 14px;
}

.accordion-body{
    padding: 12px 0px;
    font-size: 14px;
}

.whyus-image-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 100%;
}

.whyus-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whyus{
    background-color: #fff5f3;
    padding: 0;
}

.whyus-content-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 3rem;
}

.whyus-card{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px 0px;
}

.whyus-card img{
    width: 50px;
}

.whyus-card h3{
    font-size: 20px;
    margin: 15px 0px;
}

.blog-image-wrapper{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blog-image-wrapper img{
    width: 100%;
    position: relative;
    display: inline-block;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 12px;
}

.blog-image-wrapper p{
    margin-bottom: 10px;
}

.blog-heading{
    width: 100%;
    position: relative;
    display: inline-block;
}

.blog-heading h3{
    font-size: 16px;
}

.link-more{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color: var(--theme-color-1);
    text-decoration: underline;
}

.link-more:hover{
    color: var(--theme-color-1);
    text-decoration: underline;
}

.subscribe{
    background-color: #f2f2f2;
    padding: 3rem 0rem;
}

.subscribe-left h4{
    font-size: 14px;
    color: var(--theme-color-2);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.subscribe-left h3{
    font-size: 32px;
    color: var(--font-black);
    text-align: left;
}

.subscribe-content-wrapper{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-form-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}

.subscribe-input{
    padding: 10px 10px;
    background-color: var(--font-white);
    border: 1px solid var(--font-white);
    min-width: 250px;
    min-height: 45px;
}

.subscribe-btn{
    min-height: 45px;
    padding: 10px;
    background-color: var(--theme-color-1);
    color: var(--font-white);
    border: 1px solid var(--theme-color-1);
}



.services-card-wrapper {
    background-color: #0f5b3a; 
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    color: #fff; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.services-card-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.services-card-wrapper .service-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

.services-card-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}

.services-card-wrapper p {
    font-size: 15px;
    line-height: 1.6;
    color: #f1f1f1;
}

.onlinecasino {
    padding: 80px 0;
    background-color: #0f5b3a;
    color: #fff;
}

.onlinecasino .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.onlinecasino-card {
    background-color: #124f33; 
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.onlinecasino-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.onlinecasino-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.onlinecasino-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #f5f5f5;
}

.onlinecasino .theme-btn {
    background-color: #f1c40f;
    color: #000;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
}

.onlinecasino .theme-btn:hover {
    background-color: #d4ac0d;
    color: #fff;
}

.funfactor {
    padding: 80px 0;
    background-color: #fff; 
    text-align: center;
}

.funfactor-card {
    background-color: #0f5b3a; 
    border-radius: 12px;
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    color: #fff;
}

.funfactor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.funfactor-card img {
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
}

.funfactor-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f1c40f; 
}

.funfactor-card p {
    font-size: 15px;
    color: #f5f5f5;
    margin: 0;
}

.top-games {
    padding: 80px 0;
    background-color: #fff;
}

.top-games .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a;
    margin-bottom: 40px;
}


.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #0f5b3a;
    transition: transform 0.3s ease;
}

.game-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.game-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 91, 58, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.game-card:hover .overlay {
    opacity: 1;
}

.game-card .theme-btn {
    background-color: #f1c40f;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.game-card .theme-btn:hover {
    background-color: #d4ac0d;
    color: #fff;
}


@media (max-width: 599px) {
    .top-games .col-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}


@media (min-width: 600px) and (max-width: 991px) {
    .top-games .col-6 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}


.gaming-options {
    padding: 80px 0;
    background-color: #fff; 
    color: #000;
}

.gaming-options .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a; 
}

.gaming-options .section-intro {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.gaming-card {
    background-color: #f8f9f9;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gaming-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.gaming-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.gaming-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.slots-variety {
    padding: 80px 0;
    background-color: #fff; 
    color: #000;
}

.slots-variety .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a;
}

.slots-column h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.slots-column p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.slots-column img {
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.tablegames-livecasino {
    padding: 80px 0;
    background-color: #fff; 
    color: #000;
}

.tablegames-livecasino .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a;
}

.tablegames-livecasino .section-intro {
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.tablegames-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.tablegames-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.tablegames-content ul {
    margin: 15px 0 25px 20px;
    padding: 0;
    color: #333;
}

.tablegames-content ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.tablegames-content img {
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.welcome-offer {
    background: #0f5b3a;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
}

.highlight-bonus {
    font-size: 20px;
    font-weight: 700;
    color: #f1c40f !important; 
}


.bonuses-loyalty .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a; 
}


.bonuses-loyalty .bonus-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.poker-section {
    padding: 80px 0;
    background-color: #fff; 
    color: #000;
}

.poker-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a; 
}

.poker-section .section-intro {
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.poker-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.poker-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.poker-content ul {
    margin: 15px 0 25px 20px;
    padding: 0;
    color: #333;
}

.poker-content ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.poker-content img {
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.login-registration {
    padding: 80px 0;
    background-color: #0f5b3a; 
    color: #fff;
}

.login-registration .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff; 
}

.login-registration .section-intro {
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #f5f5f5;
}

.login-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.login-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1c40f; 
}

.login-card p, 
.login-card ul {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
}

.login-card ul {
    margin: 15px 0 20px 20px;
    padding: 0;
}

.app-section {
    padding: 80px 0;
    background-color: #fff;
    color: #000;
}

.app-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a; 
}

.app-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #f1c40f; 
    margin-top: 20px;
    margin-bottom: 10px;
}

.install-steps {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333;
}

.install-steps li {
    margin-bottom: 8px;
    font-size: 15px;
}

.app-stores {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.store-badge {
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.store-badge:hover {
    transform: scale(1.05);
}

.payment-methods {
    padding: 80px 0;
    background-color: #fff; 
    color: #000;
}

.payment-methods .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a;
}

.payment-methods .section-intro {
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}


.payment-table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #0f5b3a !important;
    color: #fff !important;
}


.payment-table tr,
.payment-table thead,
.payment-table tbody,
.payment-table th,
.payment-table td {
    background-color: #0f5b3a !important;
    color: #fff !important;
    border: none !important;
}


.payment-table tr {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.payment-icon {
    width: 80px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.promo-banner {
    background-color: #0f5b3a; 
    color: #fff;
    padding: 50px 20px;
}

.promo-banner h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #f1c40f; 
}

.promo-banner p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.promo-banner .btn-main {
    background: #f1c40f;
    color: #0f5b3a;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 6px;
    text-transform: uppercase;
}

.promo-banner .btn-main:hover {
    background: #d4ac0d;
    color: #fff;
}

.banner-image img {
    max-width: 350px;
}

@media (max-width: 768px) {
    .promo-banner {
        text-align: center;
    }
    .banner-image {
        margin-top: 30px;
    }
}

.promo-banner {
    min-height: 300px; 
    display: flex;
    align-items: center;
}

.trust-section {
    padding: 80px 0;
    background-color: #fff;
    color: #000;
}

.trust-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f5b3a; 
}

.trust-section .section-intro {
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.trust-card {
    background-color: #f8f9f9;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.trust-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f1c40f; 
    margin-bottom: 12px;
}

.trust-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.providers-section {
    background-color: #0f5b3a;
    padding: 80px 0;
    color: #fff;
}

.providers-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #f1c40f;
}

.providers-section .section-intro {
    max-width: 850px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    line-height: 1.7;
    color: #eaeaea;
}

.provider-card {
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.provider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.provider-logo {
    max-width: 120px;
    max-height: 60px;
    margin-bottom: 15px;
    /* убрал filter */
}


.provider-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #f1c40f;
}

.provider-card p {
    font-size: 14px;
    color: #ddd;
    margin-bottom: 10px;
}

.tag {
    display: inline-block;
    background-color: rgba(255,255,255,0.1);
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin: 3px;
    color: #fff;
}

.section-note {
    font-size: 14px;
    color: #eee;
    max-width: 900px;
    margin: 0 auto;
}

.faq {
    background-color: #0f5b3a; 
    padding: 80px 0;
    color: #fff;
}

.faq h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f1c40f; 
    margin-bottom: 10px;
}

.faq h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.faq .faq-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq .faq-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.faq .faq-item p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #eee;
}

.faq .section-heading-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    color: #f1c40f;
    margin-bottom: 10px;
}

.faq .section-heading-wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
