* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	color: #333;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.container-fluid {
	width: 100%;
	padding: 0 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}

.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.col-lg-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding: 0 15px;
}

.col-xl-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding: 0 15px;
}

.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}

.ml-auto {
	margin-left: auto;
}

.mb-3 {
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.mb-5 {
	margin-bottom: 3rem;
}

.mt-5 {
	margin-top: 3rem;
}

.pt-5 {
	padding-top: 3rem;
}

.mr-3 {
	margin-right: 1rem;
}

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

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.list-unstyled {
	list-style: none;
	padding-left: 0;
}

.header-section {
	padding-top: 45px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-left: 65px;
	padding-right: 65px;
}

.header-section .container-fluid {
	position: relative;
}

.header-section.header-normal {
	position: relative;
	display: flex;
	background: #1a1a1a;
	padding-top: 0;
}

.header-section.header-normal .logo {
	padding: 42px 0;
}

.header-section.header-normal .nav-menu .mainmenu ul li a {
	padding: 42px 0;
}

.header-section.header-normal .nav-menu .mainmenu ul li a:after {
	bottom: 37px;
}

.header-section.header-normal .nav-menu .mainmenu ul li:hover .dropdown {
	top: 109px;
}

.header-section.header-normal .nav-menu .mainmenu ul li .dropdown {
	top: 130px;
}

.header-section.header-normal .nav-menu .mainmenu ul li .dropdown li a {
	padding: 15px 24px;
}

.header-section.header-normal .top-social {
	padding: 41px 0;
}

.logo {
	float: left;
}

.logo a {
	display: inline-block;
}

.logo img {
	max-height: 60px;
	width: auto;
}

.top-social {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.top-social a {
	display: inline-block;
	font-size: 21px;
	color: #ffffff;
	margin-left: 22px;
	text-decoration: none;
}

.top-social a:hover {
	color: #f14528;
}

.nav-menu {
	text-align: center;
	clear: both;
	padding-top: 20px;
}

.nav-menu .mainmenu {
	display: inline-block;
}

.nav-menu .mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu .mainmenu ul li {
	display: inline-block;
	list-style: none;
	margin-right: 48px;
	position: relative;
}

.nav-menu .mainmenu ul li:last-child {
	margin-right: 0;
}

.nav-menu .mainmenu ul li.active a {
	color: #f14528;
}

.nav-menu .mainmenu ul li.active a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li a {
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 30px;
	transition: 0.3s;
	display: block;
	padding: 15px 0;
	text-decoration: none;
	position: relative;
}

.nav-menu .mainmenu ul li a:after {
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	background: #f14528;
	content: "";
	opacity: 0;
	transition: all 0.3s;
}

.nav-menu .mainmenu ul li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 42px;
}

.nav-menu .mainmenu ul li:hover > a {
	color: #f14528;
}

.nav-menu .mainmenu ul li:hover > a:after {
	opacity: 1;
}

.nav-menu .mainmenu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 72px;
	width: 185px;
	background: #f14528;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	z-index: 99;
}

.nav-menu .mainmenu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.nav-menu .mainmenu ul li .dropdown li a {
	text-align: left;
	text-transform: capitalize;
	padding: 12px 22px;
	color: #ffffff;
}

.nav-menu .mainmenu ul li .dropdown li a:hover {
	color: #1a1a1a;
}

.nav-menu .mainmenu ul li .dropdown li a:hover:after {
	display: none;
}

.slicknav_menu {
	display: none;
}

.slider_bg_1 {
	background-image: url(../clium/hero-bg-commerce.webp);
}

.slider_area {
	position: relative;
	z-index: 0;
}

.slider_area .single_slider {
	height: 920px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.slider_area .single_slider {
		height: auto;
		padding: 100px 0 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slider_area .single_slider {
		height: 620px;
	}
}

.slider_area .single_slider .slider_text .deal_text {
	background-image: url(../clium/banner-decoration.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	padding: 20px 44px;
	margin-bottom: 20px;
}

.slider_area .single_slider .slider_text .deal_text span {
	font-size: 22px;
	font-weight: 420;
	color: #fff;
}

.slider_area .single_slider .slider_text h3 {
	font-size: 98px;
	text-transform: uppercase;
	font-weight: 420;
	line-height: 98px;
	margin-bottom: 29px;
	color: #fff;
}

.slider_area .single_slider .slider_text h3 span {
	font-weight: 750;
}

@media (max-width: 767px) {
	.slider_area .single_slider .slider_text h3 {
		font-size: 42px;
		line-height: 47px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.slider_area .single_slider .slider_text h3 {
		font-size: 56px;
		line-height: 1.25;
	}
}

.slider_area .single_slider .slider_text h4 {
	font-size: 138px;
	color: #F2C64D;
	position: relative;
	margin-top: -82px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.slider_area .single_slider .slider_text h4 {
		font-size: 52px;
		position: relative;
		margin-top: -52px;
		margin-bottom: 30px;
	}
}

.slider_area .single_slider .slider_text p {
	font-size: 22px;
	font-weight: 420;
	color: #FFF;
	margin-bottom: 26px;
	margin-top: 12px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.slider_area .single_slider .slider_text .video_service_btn > a {
	margin-right: 17px;
}

.boxed-btn3 {
	background: #F2C64D;
	color: #fff;
	display: inline-block;
	padding: 11px 32px;
	font-size: 17px;
	font-weight: 650;
	border: 1px solid transparent;
	text-align: center;
	text-transform: uppercase;
	transition: 0.52s;
	border-radius: 32px;
	cursor: pointer;
	text-decoration: none;
}

.boxed-btn3:hover {
	background: transparent;
	color: #F2C64D !important;
	border: 1px solid #F2C64D;
}

.play-btn {
	width: 105px;
	height: 105px;
	background: #F0542C;
	line-height: 105px;
	font-size: 32px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
}

.play-btn i {
	position: relative;
	left: 3px;
}

.play-btn:hover {
	color: #fff;
	background: #009DFF;
}

.site-footer {
	padding: 4.2em 0;
	background: #0a0a0a;
}

@media (min-width: 768px) {
	.site-footer {
		padding: 8.3em 0;
	}
}

.site-footer .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.site-footer p {
	color: #fff;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
	color: #fff;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.52);
	text-decoration: none;
}

.site-footer a:hover {
	color: white;
}

.site-footer ul li {
	margin-bottom: 11px;
}

.site-footer .footer-heading {
	font-size: 17px;
	color: #fff;
}

.form-control {
	height: 58px;
	background: #fff !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	flex: 1;
	width: 100%;
}

.form-control:active, .form-control:focus {
	border-color: #dc3952;
	outline: none;
}

.form-control:hover, .form-control:active, .form-control:focus {
	box-shadow: none !important;
}

.btn {
	border-radius: 32px;
	font-size: .85rem;
	text-transform: uppercase;
	letter-spacing: .22rem;
	padding: 11px 22px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

.btn.btn-primary {
	background: #dc3952;
	border-color: #dc3952;
	color: #fff;
}

.subscribe {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

@media (max-width: 991px) {
	.header-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.col-lg-3,
	.col-lg-6,
	.col-lg-8 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 2rem;
	}
	
	.ml-auto {
		margin-left: 0;
	}
	
	.top-social {
		position: static;
		float: none;
		text-align: center;
		margin: 20px 0;
	}
	
	.logo {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.nav-menu .mainmenu ul li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.header-section {
		position: relative;
		padding-top: 20px;
		background: rgba(0,0,0,0.9);
	}
	
	.slider_area .single_slider .slider_text h3 {
		font-size: 36px;
		line-height: 40px;
	}
	
	.slider_area .single_slider .slider_text h4 {
		font-size: 48px;
		margin-top: -20px;
	}
	
	.slider_area .single_slider .slider_text p {
		font-size: 18px;
	}
}

.mobile-menu-active {
	display: block;
}

#mobile-menu-wrap {
	display: none;
}

.about_section {
  padding: 120px 0;
  background: #f8f9fa;
}

.about_section .about_picture img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about_section .about_details {
  padding-left: 68px;
}

.about_section .about_details h3 {
  font-size: 36px;
  line-height: 55px;
  font-weight: 400;
  color: #2C2C2C;
  margin-bottom: 15px;
}

.about_section .about_details p {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 22px;
  margin-top: 28px;
}

.about_section .about_details ul {
  margin-bottom: 56px;
  list-style: none;
  padding: 0;
}

.about_section .about_details ul li {
  font-size: 16px;
  line-height: 28px;
  color: #727272;
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-weight: 400;
  z-index: 1;
}

.about_section .about_details ul li::before {
  position: absolute;
  left: 0;
  background: #F2C64D;
  width: 16px;
  height: 16px;
  content: '✓';
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
}

.boxed-button3 {
  background: #F2C64D;
  color: #333;
  display: inline-block;
  padding: 14px 27px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
  text-decoration: none;
}

.boxed-button3:hover {
  background: #f14528;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(241, 69, 40, 0.3);
}

@media (max-width: 991px) {
	.about_section .about_details {
		padding-left: 0;
		margin-top: 50px;
	}
	
	.about_section {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	.about_section .about_details h3 {
		font-size: 28px;
		line-height: 35px;
	}
	
	.about_section .about_details p {
		font-size: 15px;
		line-height: 26px;
	}
	
	.about_section .about_details ul li {
		font-size: 15px;
		line-height: 26px;
	}
}

.site-section {
  padding: 2.8em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5.3em 0;
  }
}

.bg-light {
  background-color: #f4f3f2 !important;
}

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em;
  font-weight: bold;
  color: #bdbdbd;
}

.block-heading-1 h2 {
  font-size: 3.2rem;
  color: #F2C64D;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .block-heading-1 h2 {
    font-size: 2.1rem;
  }
}

.block-heading-1 p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.block__35630 {
  border: 1px solid #d0d0d0;
  padding: 32px;
  border-radius: 6px;
  transition: .32s all ease-in-out;
  background: #fff;
  margin-bottom: 30px;
  text-align: center;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block__35630 .icon > i {
  font-size: 3.2rem;
  color: #F2C64D;
  margin-bottom: 20px;
  display: block;
}

.block__35630 h3 {
  color: #333;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.block__35630 p {
  color: #666;
  line-height: 1.5;
  font-size: 15px;
  flex-grow: 1;
}

.block__35630:hover {
  background-color: #fff;
  border-color: #F2C64D;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(242, 198, 77, 0.15);
}

.block__35630:hover .icon > i {
  color: #f14528;
  transform: scale(1.1);
}

.col-md-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.owl-carousel.owl-all .owl-dots {
  text-align: center;
  margin-top: 32px;
}

.owl-carousel.owl-all .owl-dots .owl-dot {
  display: inline-block;
}

.owl-carousel.owl-all .owl-dots .owl-dot > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d0d0d0;
  margin: 6px;
  border-radius: 50%;
}

.owl-carousel.owl-all .owl-dots .owl-dot.active > span {
  background: #F2C64D;
}

@media (min-width: 992px) {
  .owl-all .owl-nav,
  .owl-all .owl-dots {
    display: none;
  }
  .owl-all .owl-stage {
    transform: none !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-top: 12px;
  }
  .owl-all .owl-carousel .owl-stage-outer {
    width: 100%;
    overflow: visible;
  }
  .owl-all .owl-stage-outer > .owl-stage > .owl-item {
    float: none;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
	.owl-all .owl-stage {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		transform: none !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.owl-all .owl-stage {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.block__35630 {
		height: auto;
		min-height: 250px;
	}
	
	.block-heading-1 h2 {
		font-size: 1.8rem;
	}
	
	.block-heading-1 p {
		font-size: 16px;
	}
}

.recent_update_area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.recent_update_area.made_white {
  background: #fff;
}

.recent_update_text .chart_img {
  position: relative;
  z-index: 999;
}

.chart_img {
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recent_update_text .chart_img img {
  height: 100% !important;
  z-index: 999;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.recent_update_text .chart_img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0;
  right: -40px;
  background: #F2C64D;
  z-index: -1;
  border-radius: 0 15px 15px 0;
}

.recent_update_text .section_content {
  background: linear-gradient(135deg, #F2C64D 0%, #f14528 100%);
  border-radius: 20px;
  margin: 40px 0;
  box-shadow: 0 15px 35px rgba(241, 69, 40, 0.2);
}

.section_content {
  position: relative;
  padding: 70px 0px 73px 70px;
}

.section_content h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.section_content h6:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.7) 100%);
  height: 2px;
  width: 50px;
  bottom: -10px;
  left: 0;
}

.section_content h1 {
  color: #fff;
  line-height: 45px;
  padding: 30px 0 30px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}

.section_content p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  padding: 0 40px 40px 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

.primary_btn {
  display: inline-block;
  background: linear-gradient(to right, #fff 0%, #f8f9fa 51%, #fff 100%);
  background-size: 200% auto;
  padding: 0px 35px;
  color: #f14528;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 25px;
  outline: none !important;
  box-shadow: 0px 10px 25px rgba(255, 255, 255, 0.3);
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
}

.primary_btn:hover {
  background-position: right center;
  color: #f14528;
  transform: translateY(-2px);
  box-shadow: 0px 15px 30px rgba(255, 255, 255, 0.4);
}

.section_gap {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .left_side_text {
    margin-bottom: 50px;
  }
  
  .chart_img {
  	order: 2;
  	margin-top: 30px;
  }
  
  .recent_update_text {
  	order: 1;
  }
}

@media (max-width: 767px) {
  .section_gap {
    padding: 60px 0;
  }
  
  .made_life_area.made_white .left_side_text {
    margin-bottom: 0px;
    margin-top: 30px;
  }
  
  .section_content {
    padding: 50px 30px 50px 40px;
  }
  
  .section_content h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_gap {
    padding: 80px 0;
  }
  
  .section_content {
    padding: 60px 40px 60px 50px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .section_content {
    padding: 50px 20px 50px 30px;
  }
  
  .section_content h1 {
    line-height: 32px;
    font-size: 26px;
    padding: 25px 0 25px;
  }
  
  .section_gap {
    padding: 70px 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .section_content {
    padding: 35px 20px 35px 25px !important;
  }
  
  .section_content h1 {
    line-height: 28px;
    font-size: 22px;
    padding: 20px 0 16px;
  }
  
  .section_content p {
    padding-bottom: 30px;
    font-size: 15px;
  }
  
  .section_gap {
    padding: 60px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_content {
    padding: 68px 40px 68px 60px;
  }
  
  .section_content h1 {
    line-height: 40px;
    padding: 25px 0 25px;
    font-size: 36px;
  }
}

.pricing-area {
	background: #f8f9fa;
}

.single-table {
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    padding-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.single-table:hover {
    box-shadow: 0 15px 35px rgba(242, 198, 77, 0.15);
    transform: translateY(-5px);
}

.single-table:hover .table-top {
    background: linear-gradient(135deg, #F2C64D 0%, #f14528 100%);
}

.single-table:hover .table-top h3,
.single-table:hover .table-top i {
    color: #fff;
}

.single-table.featured {
    transform: scale(1.05);
    border: 3px solid #F2C64D;
}

.single-table.featured::before {
	content: "BELIEBT";
	position: absolute;
	top: 20px;
	right: -25px;
	background: #f14528;
	color: white;
	padding: 5px 30px;
	font-size: 12px;
	font-weight: bold;
	transform: rotate(45deg);
	z-index: 10;
}

.single-table.featured .table-top {
    background: linear-gradient(135deg, #F2C64D 0%, #f14528 100%);
}

.single-table.featured .table-top h3,
.single-table.featured .table-top i,
.single-table.featured .table-top h2 {
    color: #fff;
}

.single-table .table-top {
    background: #f9f9f9;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    transition: .5s;
    border-radius: 10px 10px 0 0;
}

.single-table .table-top i {
    font-size: 50px;
    color: #F2C64D;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.single-table .table-top h3 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.single-table .table-top h2 {
    color: #222;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.single-table .table-top h2 span {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.single-table .table-content {
    padding: 40px 30px 20px;
}

.single-table .table-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.single-table .table-content ul li {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    position: relative;
}

.single-table .table-content ul li:before {
	content: "✓";
	color: #F2C64D;
	font-weight: bold;
	margin-right: 8px;
}

.single-table .table-content ul li:last-child {
    border-bottom: none;
}

.template-btn {
    color: #333 !important;
    background: #F2C64D;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 30px !important;
    border-radius: 25px;
    transition: all 0.5s;
    text-decoration: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}

.single-table .template-btn {
    color: #333 !important;
    background: #F2C64D;
}

.single-table .template-btn:hover {
    color: #fff !important;
    background: #f14528;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(241, 69, 40, 0.3);
}

.section-padding {
    padding: 120px 0;
}

.section-top {
    margin-bottom: 80px;
}

.section-top h2 {
    color: #222;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-top p {
    color: #666;
    font-weight: 400;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .single-table.featured {
        transform: none;
        margin-bottom: 30px;
    }
    
    .pricing-area .row .col-lg-4:nth-child(2) {
    	order: -1;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 80px 0;
    }
    
    .single-table .table-top h2 {
        font-size: 36px;
    }
    
    .section-top h2 {
    	font-size: 28px;
    }
    
    .section-top p {
    	font-size: 16px;
    }
    
    .single-table .table-content {
    	padding: 30px 20px 20px;
    }
}

/* Missing Grid Classes */
.col-lg-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 15px;
}

.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}

.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}

/* Missing Utility Classes */
.mb-0 {
	margin-bottom: 0;
}

.section-gap {
	padding: 120px 0;
}

/* Additional Responsive Grid */
@media (max-width: 991px) {
	.col-lg-4,
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.col-md-6,
	.col-md-8,
	.col-xl-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.section-gap {
		padding: 60px 0;
	}
}

/* Fix for Container Fluid Responsive */
@media (max-width: 991px) {
	.container-fluid {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.container-fluid {
		padding: 0 15px;
	}
}

/* Additional Flexbox Utilities */
.flex-wrap {
	flex-wrap: wrap;
}

.flex-column {
	flex-direction: column;
}

/* Missing Button States */
.btn:focus,
.template-btn:focus,
.boxed-btn3:focus,
.boxed-button3:focus,
.primary_btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(242, 198, 77, 0.3);
}

/* Form Elements Focus States */
.form-control:focus {
	box-shadow: 0 0 0 2px rgba(242, 198, 77, 0.2);
}

/* Missing Owl Carousel Base */
.owl-carousel {
	display: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

/* Fix for Missing Clearfix */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* Additional Typography */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 500;
	line-height: 1.2;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

/* Missing Link Styles */
a {
	color: #F2C64D;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #f14528;
	text-decoration: underline;
}

/* Additional Responsive Text */
@media (max-width: 575px) {
	.text-center {
		text-align: center !important;
	}
	
	h1 {
		font-size: 2rem;
	}
	
	h2 {
		font-size: 1.75rem;
	}
	
	h3 {
		font-size: 1.5rem;
	}
}

/* Missing Image Responsive */
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

/* Additional Form Styling */
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Missing Table Reset */
table {
	border-collapse: collapse;
}

/* Additional List Styles */
ul, ol {
	margin-top: 0;
	margin-bottom: 1rem;
}

/* Small Screen Adjustments */
@media (max-width: 480px) {
	.container {
		padding: 0 10px;
	}
	
	.single-table .table-top h2 {
		font-size: 32px;
	}
	
	.section_content h1 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.about_section .about_details h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.95);
    color: #fff;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-btn {
    background: #F2C64D;
    color: #333;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    font-size: 14px;
}

.cookie-btn:hover {
    background: #f14528;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-content p {
        font-size: 13px;
    }
    
    .cookie-btn {
        width: 100%;
        padding: 15px;
    }
}

.about_us_area {
  position: relative;
  background: #f8f9fa;
}

.about_content {
  position: relative;
}

.about_content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 89%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #F2C64D 0%, #f14528 100%);
  border-radius: 0 20px 20px 0;
}

.about_us_image_box {
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_us_image_box img {
	border-radius: 15px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	width: 100%;
	height: auto;
}

.section_content {
  position: relative;
  padding: 70px 0px 73px 70px;
}

.section_content h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.section_content h6:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.7) 100%);
  height: 2px;
  width: 50px;
  bottom: -10px;
  left: 0;
}

.section_content h1 {
  color: #fff;
  line-height: 45px;
  padding: 30px 0 30px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}

.section_content p {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  padding: 0 40px 0 0;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

.section_content p:last-of-type {
	margin-bottom: 40px;
}

.section_gap {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .section_gap {
    padding: 60px 0;
  }
}

.primary_btn {
  display: inline-block;
  background: linear-gradient(to right, #fff 0%, #f8f9fa 51%, #fff 100%);
  background-size: 200% auto;
  padding: 0px 35px;
  color: #f14528;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 25px;
  outline: none !important;
  box-shadow: 0px 10px 25px rgba(255, 255, 255, 0.3);
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.3);
}

.primary_btn:hover {
  background-position: right center;
  color: #f14528;
  transform: translateY(-2px);
  box-shadow: 0px 15px 30px rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
  .about_us_area .about_us_image_box {
    order: 2;
    margin-top: 30px;
  }
  
  .about_us_area .about_content {
  	order: 1;
  }
  
  .about_us_area .about_content:before {
    width: 100%;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .section_content {
    padding: 50px 30px 50px 40px;
  }
  
  .section_content h1 {
    line-height: 35px;
    font-size: 28px;
    padding: 25px 0 25px;
  }
  
  .section_content p {
  	font-size: 15px;
  	padding-right: 0;
  }
}

@media (max-width: 480px) {
  .section_content {
    padding: 40px 25px 40px 30px;
  }
  
  .section_content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-3 > .container {
  z-index: 2;
  position: relative;
}

.section-3:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
}

.text-white {
	color: #fff !important;
}

.service-1 {
  text-align: center;
  margin-bottom: 40px;
}

.service-1 .service-1-icon {
  background: #fff;
  width: 95px;
  height: 95px;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  border: 4px solid #F2C64D;
  border-radius: 50%;
  transition: all 0.3s;
}

.service-1:hover .service-1-icon {
	border-color: #f14528;
	transform: scale(1.1);
}

.service-1 .service-1-icon > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  color: #F2C64D;
  transition: all 0.3s;
}

.service-1:hover .service-1-icon > i {
	color: #f14528;
}

.service-1 .service-1-contents h3, 
.service-1 .service-1-contents p {
  color: #fff;
}

.service-1 .service-1-contents h3 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 600;
}

.service-1 .service-1-contents p {
	font-size: 15px;
	line-height: 1.6;
	opacity: 0.9;
}

.service-1.dark .service-1-contents h3, 
.service-1.dark .service-1-contents p {
  color: #000;
}

.service-1.dark .service-1-contents h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

@media (max-width: 991px) {
	.service-1 {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.service-1 .service-1-contents h3 {
		font-size: 19px;
	}
	
	.service-1 .service-1-contents p {
		font-size: 14px;
	}
	
	.service-1 .service-1-icon {
		width: 80px;
		height: 80px;
	}
	
	.service-1 .service-1-icon > i {
		font-size: 2.5rem;
	}
}

.heading-section .subheading {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #F2C64D;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.heading-section h2 {
  font-size: 44px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

.ftco-section {
  padding: 7em 0;
  position: relative;
  background: #f8f9fa;
  margin-top: 120px;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 5em 0;
    margin-top: 100px;
  }
}

.ftco-animate {
  opacity: 1;
  visibility: visible;
}

.col-md-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding: 0 15px;
}

.pb-5 {
	padding-bottom: 3rem;
}

.faq-item {
	background: #fff;
	padding: 30px;
	margin-bottom: 25px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	transition: transform 0.3s;
}

.faq-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.faq-item h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}

.faq-item p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

.btn {
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: none !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: all 0.3s;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #F2C64D;
  color: #333;
}

.btn.btn-primary:hover {
  background: #f14528;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 69, 40, 0.3);
}

.mt-4 {
	margin-top: 2.5rem;
}

@media (max-width: 991px) {
	.col-md-7,
	.col-md-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.faq-item {
		padding: 25px 20px;
		margin-bottom: 20px;
	}
	
	.faq-item h3 {
		font-size: 18px;
	}
	
	.faq-item p {
		font-size: 15px;
	}
	
	.heading-section .subheading {
		font-size: 11px;
	}
	
	.header-section {
		position: relative;
		background: rgba(0,0,0,0.9);
		padding-top: 20px;
	}
}

.content_image_area {
  padding: 130px 0;
  background: #fff;
}

.content_image_area:first-of-type {
	margin-top: 120px;
	background: #f8f9fa;
}

.content_image_area.content_image_reverse {
	background: #fff;
}

.content_image_area .content_text h3 {
  font-size: 38px;
  line-height: 58px;
  font-weight: 500;
  color: #1C1C1C;
  margin-bottom: 22px;
}

.content_image_area .content_text p {
  font-size: 17px;
  line-height: 30px;
  color: #626262;
  margin-bottom: 32px;
}

.content_image_area .content_image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.action-btn3 {
  background: #F2C64D;
  color: #333;
  display: inline-block;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border-radius: 8px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.4s;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none;
}

.action-btn3:hover {
  background: #f14528;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 69, 40, 0.3);
}

@media (max-width: 991px) {
	.content_image_area {
		padding: 80px 0;
	}
	
	.content_image_area:first-of-type {
		margin-top: 100px;
	}
	
	.content_image_area.content_image_reverse .content_image {
		order: 2;
		margin-top: 40px;
	}
	
	.content_image_area.content_image_reverse .content_text {
		order: 1;
	}
	
	.content_image_area .content_image {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.content_image_area {
		padding: 60px 0;
	}
	
	.content_image_area:first-of-type {
		margin-top: 80px;
	}
	
	.content_image_area .content_text h3 {
		font-size: 28px;
		line-height: 35px;
	}
	
	.content_image_area .content_text p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.action-btn3 {
		padding: 14px 25px;
		font-size: 14px;
	}
	
	.header-section {
		position: relative;
		background: rgba(0,0,0,0.9);
		padding-top: 20px;
	}
}