/* CSS Index - PADAMARAN Website Styles
==========================================
1. Theme default css          - Base styles, fonts, colors, utilities
2. Header                     - Navigation, logo, menu styles
3. Slider                     - Hero section carousel styles
4. About                      - About page specific styles
5. Section Title              - Page section headers and titles
6. Services                   - Service cards and grid layouts
7. Fact                       - Statistics and counter sections
8. Footer                    - Footer layout and styling
9. Counter                   - Animated counters
10. FAQ                       - Frequently asked questions
11. Contact                   - Contact forms and info
12. Login                     - Authentication forms
13. Modern Components         - Modern UI components (cards, modals, etc.)
14. Responsive Design         - Mobile and tablet breakpoints
15. Animations                - Keyframes and transitions
16. Utilities                 - Helper classes and overrides
==========================================
*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700|Rubik:400,500,700");

body {
	font-family: "Rubik", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #647589;
	font-size: 14px;
}

.img,
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fix {
	overflow: hidden;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: #d2a98e;
	text-decoration: none;
}

a,
button {
	color: #10111e;
	outline: medium none;
}

button {
	cursor: pointer;
	transition: 0.3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	color: #223645;
	margin-top: 0px;
	font-weight: 600;
	text-transform: normal;
	line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 60px;
	letter-spacing: -0.3px;
	line-height: 1.22;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 26px;
	letter-spacing: -0.3px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	color: #647589;
}

h6 {
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	color: #647589;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.theme-overlay {
	position: relative;
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-bottom: 2px solid #eae7ff;
}

/* ========================================
   BUTTON STYLES - Tombol Utama Website
   ======================================== */
/* Tombol utama dengan warna tema PUPR (Biru) */
.bt-btn {
	background: #003366;
	/* biru PUPR */
	border: none;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 0 36px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease;
	min-height: 50px;
	line-height: 50px;
	position: relative;
	box-shadow: 0 4px 10px rgba(0, 51, 102, 0.2);
}

.bt-btn:hover {
    background: #fcb714;
    /* golden yellow */
	color: #003366;
    box-shadow: 0 6px 14px rgba(252, 183, 20, 0.4);
}

/* Tombol sekunder (kebalikan dari utama) */
.bt-btn-sec {
    background: #fcb714;
	color: #003366;
}

.bt-btn-sec:hover {
	background: #003366;
	color: #fff;
}

.play-btn {
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 50%;
	background-color: #d2a98e;
	box-shadow: 0px 8px 16px 0px rgba(125, 178, 73, 0.2);
	text-align: center;
	color: #fff;
	padding-left: 3px;
	margin-left: 27px;
}

.play-btn:hover {
	background-color: #086ad8;
	box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
	color: #fff;
}

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

.about-img img {
	width: 100%;
	max-width: 400px;
	height: auto;
	animation: float 3s ease-in-out infinite;
	border-radius: 12px;
	display: inline-block;
}

@keyframes float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@media (max-width: 768px) {
	.about-img {
		padding: 0 15px;
	}
}

.about-video-btn {
	font-size: 14px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	padding-left: 3px;
}

.about-video-btn.white-video-btn {
	width: 120px;
	height: 120px;
	line-height: 119px;
	background: #fff;
	color: #223645;
}

.about-video-btn.white-video-btn:hover {
	background: #086ad8;
	border: 2px solid #086ad8;
	color: #fff;
}

.breadcrumb > .active {
	color: #888;
}

/* ========================================
   SCROLL UP BUTTON - Tombol Kembali ke Atas
   ======================================== */
/* Tombol untuk scroll kembali ke bagian atas halaman */
#scrollUp {
    background: linear-gradient(135deg, #003366, #086ad8);
	height: 50px;
	width: 50px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 48px;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
    transition: all 0.3s ease;
}

#scrollUp:hover {
    background: linear-gradient(135deg, #fcb714, #ffd700);
    color: #003366;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(252, 183, 20, 0.4);
}

/* 2. Header */
/* header-top */
.top-bar {
	background: #f3f6ff;
}

.header-2-icon {
	color: #fff;
	margin-right: 23px;
}

.nav-search.search-trigger.header-2-icon {
	color: #fff;
	display: inline-block;
}

.header-info span {
	margin-right: 35px;
}

.header-info span i {
	margin-right: 10px;
	color: #086ad8;
}

.header-padding {
	padding: 0 120px;
	padding-top: 45px;
}

.transparrent-header {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9;
}

.header-cta-info {
	padding-right: 22px;
	align-items: center;
	border-right: 1px solid #ededed;
	margin-right: 22px;
	float: left;
	display: flex;
}

.header-cta-icon i {
	color: #086ad8;
	font-size: 30px;
	width: 40px;
}

.header-cta-icon {
}

.header-cta-text h5 {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}

.header-right-btn .bt-btn {
	min-height: 50px;
	line-height: 50px;
	font-size: 13px;
}

/* header menu area */
.logo img {
	position: relative;
	z-index: 2;
	width: 265px;
}

.logo-circle::before {
	position: absolute;
	content: "";
	border: 47px solid #fff;
	left: -35px;
	width: 150px;
	height: 150px;
	top: -35px;
	border-radius: 100%;
	z-index: 1;
}

.header__menu ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
}

.header__menu.menu-dark ul li:first-child {
	margin-left: 0;
}

.header__menu ul li a {
	color: #647589;
	font-weight: 500;
	padding: 40px 0;
	display: block;
	font-size: 15px;
}

.header__menu ul li.menu-item-has-children > a::after {
	content: " +";
}

.header__menu ul li.menu-item-has-children > a::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	margin-left: 5px;
	font-size: 10px;
}

.header__menu.header-menu-white ul li a {
	color: #ffff;
}

.header__menu.header-menu-white ul li:hover > a {
	color: #086ad8;
}

.header__menu.menu-dark > nav > ul > li > a {
	padding: 20px 0;
	color: #fff;
	opacity: 0.7;
}

.header__menu.menu-dark ul li ul.submenu {
	border-top: 0;
}

.header__menu.menu-dark ul li:hover > a {
	color: #fff;
	opacity: 1;
}

.header__menu ul li:hover > a {
	color: #223645;
}

.header__menu.menu-dark ul li a:hover {
	color: #fff;
}

.header__menu ul li ul.submenu {
	position: absolute;
	background: #ffffff;
	width: 250px;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 25px 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-top: 5px solid #086ad8;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 99;
	text-align: left;
}

.header__menu.header-menu-white ul li ul.submenu {
	background: #001d26;
}

.header__menu.menu-dark ul li ul.submenu {
	background: #223645;
}

.header__menu.menu-dark ul li ul.submenu li a {
	color: #b2bfcf;
}

.header__menu.menu-dark ul li ul.submenu li a:hover {
	color: #fff;
}

.header__menu ul li ul.submenu li {
	margin: 0;
	display: block;
}

.header__menu ul li ul.submenu li a {
	padding: 7px 30px;
	font-size: 14px;
}

.header__menu.header-menu-white ul li ul.submenu li:hover > a {
	color: #086ad8;
}

.header__menu ul li:hover ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 96%;
}

.header__menu ul li ul.submenu li:hover > a {
	color: #223645;
}

.header-social-icons {
}

.main-menu ul li:hover > a {
	color: #223645;
}

.header-right {
	margin-left: 60px;
	margin-top: 25px;
}

.header-social-icons ul li {
	display: inline-block;
}

.header-menu-search {
	margin-left: 24px;
}

.header-social-icons ul li a {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin-left: 16px;
}

.header-social-icons-black ul li a {
	color: #647589;
}

.header-menu-blue .header-social-icons ul li a:hover {
	color: #fff;
}

.header-social-icons ul li a:hover {
	color: #223645;
}

.header-lang a {
	position: relative;
}

.header-lang span {
	color: #0a1121;
	font-weight: 500;
	letter-spacing: 1px;
}

.header-lang span {
	color: #0a1121;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: 13px;
}

.header-lang-list {
	position: absolute;
	width: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	padding: 20px 15px;
	border-top: 3px solid;
	transition: 0.4s;
	z-index: 999;
	background: #fff;
	padding-bottom: 5px;
	padding-top: 4px;
	top: 100%;
}

.header-lang-list-3 {
	margin-top: 15px;
}

.header-lang {
	padding: 28px 0px;
}

.header-lang img {
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	box-shadow: 0px 8px 16px 0px rgba(241, 87, 19, 0.2);
	border-radius: 50%;
}

.header-lang a {
	display: inline-block;
}

.header-lang:hover .header-lang-list {
	opacity: 1;
	visibility: visible;
}

.header-lang-list li {
	display: block;
	margin-bottom: 0;
	padding: 5px 0;
}

.header-lang-list li a {
	display: block;
	color: #647589;
	font-size: 13px;
}

.header-lang-list li a:hover {
	display: block;
	color: #086ad8;
}

/* Menu Search
-------------------------------------------------------*/
.nav-search {
	position: relative;
	display: block;
	color: inherit;
}

.nav-search:hover {
	color: inherit;
}

.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.search-wrap .search-cell {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.search-wrap .search-field-holder {
	width: 50%;
	margin: auto;
	position: relative;
	animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
	width: 100%;
	height: 70px;
	border: 0;
	padding: 0 50px;
	text-transform: uppercase;
	background: transparent;
	font-size: 25px;
	color: #fff;
	border-bottom: 2px solid #898989;
	text-align: center;
	letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
	background-color: #fff;
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

input.main-search-input::-webkit-input-placeholder {
	color: #fff;
	font-size: 25px;
}

input.main-search-input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}

input.main-search-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
	color: #fff;
	font-size: 25px;
}

.search-close {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.mobile-links li > a {
	padding: 15px 0 15px 15px;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
	color: #7f7f7f;
	display: block;
}

.mobile-links li > a:hover {
	color: #b79d82;
}

/* 3. Slider */
.slider-height {
	min-height: 900px;
	background-position: center center;
	background-size: cover;
}

.slider-height-2 {
	min-height: 950px;
}

.slider-height-3 {
	min-height: 780px;
}

.slider-right-2 {
	padding-top: 180px;
}

.hero-text-box {
	padding: 75px;
	background: #fff;
	padding-right: 66px;
}

/* ========================================
   HERO SECTION STYLES - Bagian Utama Halaman
   ======================================== */
/* Container untuk tombol-tombol di hero section */
.hero-slider-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	/* Jarak antar tombol */
	margin-top: 20px;
}

.hero-slider-btn a {
	padding: 12px 24px;
	border-radius: 8px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
}

.hero-slider-btn a i {
	margin-right: 8px;
}

/* .bt-btn-sec, .bt-btn-theme - REMOVED: Duplicate with existing .bt-btn-sec */

/* Responsive rules moved to responsif.css */
@media (max-width: 576px) {
	.hero-slider-btn {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-slider-btn a {
		width: 100%;
	}
}

.hero-slider-caption h5 {
	margin-bottom: 25px;
}

.hero-slider-caption h1 {
	font-size: 76px;
	margin-bottom: 20px;
	letter-spacing: -1.5px;
	font-weight: 800;
	color: #003399;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	line-height: 1.1;
	animation: fadeInDown 1s ease forwards;
}

.hero-slider-caption p {
	font-size: 22px;
	margin-bottom: 40px;
	color: #fcb714 !important;
	font-weight: 500;
	line-height: 30px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	animation: fadeInUp 1.2s ease forwards;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive */
@media (max-width: 767.98px) {
	.hero-slider-caption h1 {
		font-size: 42px;
	}

	.hero-slider-caption p {
		font-size: 16px;
		line-height: 24px;
	}
}

.slider-height-3 .hero-slider-caption h1 {
	font-size: 68px;
}

.hero-slider-caption-2 p {
	color: #fff;
}

/* .caregive-box - REMOVED: Not used in website */

.search-form .sub-heading {
	font-size: 14px;
	font-weight: 500;
	color: #aab6bf;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.search-form h3 {
	font-size: 36px;
	margin-bottom: 45px;
}

.label span {
	font-size: 12px;
	font-weight: 500;
	color: #aab6bf;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	padding-left: 70px;
}

.nice-select.postform {
	width: 100%;
	border: 0;
	padding-left: 0;
	line-height: 1;
}

.care-give-option img {
	position: absolute;
	z-index: 9;
	top: -13px;
	left: 0;
}

.nice-select.postform .current {
	font-size: 24px;
	color: #223645;
	font-weight: 600;
	letter-spacing: -0.3px;
	font-family: poppins;
	text-transform: capitalize;
}

.nice-select.postform .list {
	z-index: 16;
	width: 100%;
	border-radius: 0;
	margin-top: 13px;
}

.slider-active button.slick-arrow {
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translateY(-50%);
	background: none;
	border: 0;
	font-size: 16px;
	padding: 0;
	color: #10111e;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	cursor: pointer;
	background: #fff;
	line-height: 80px;
}

.slider-3 button.slick-arrow {
	color: #10111e;
	background: #fff1f0;
}

.slider-active button.slick-next {
	left: auto;
	right: 90px;
}

.slider-active:hover button.slick-prev {
	left: 105px;
}

.slider-active:hover button.slick-next {
	right: 105px;
}

.slider-active:hover button {
	opacity: 1;
	visibility: visible;
}

.slider-active button:hover {
	background: #086ad8;
	color: #fff;
}

/* 4. About */
/* .about-shape - REMOVED: Not used in website */
/* .about-front-img - REMOVED: Not used in website */

.about-title h5 {
	margin-bottom: 20px;
}

.about-right-side {
	padding-left: 23px;
}

/* .author-ava - REMOVED: Not used in website */

.author-desination h6 {
	color: #086ad8;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.author-desination h4 {
	margin-bottom: 13px;
}

/* .mv-icon - REMOVED: Not used in website */

.mv-title h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.mv-title p {
	padding-right: 73px;
}

.facalty-text p {
	line-height: 26px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

.about-text-list ul li {
	margin-bottom: 20px;
}

.about-text-list ul li i {
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background: #f6f5ff;
	padding-left: 3px;
	margin-right: 20px;
	transition: 0.4s;
	display: inline-block;
}

.about-text-list ul li:hover i {
	background: #086ad8;
	color: #fff;
}

.about-text p {
	padding-right: 0px;
}

/* .about-quote - REMOVED: Not used in website */

/* .about-exp, .exp-icon, .exp-dots - REMOVED: Not used in website */

.mv-text p {
	font-size: 20px;
	color: #223645;
	margin-bottom: 0;
	padding-right: 27px;
	padding-top: 5px;
}

.about-tex .about-quote {
	padding-right: 20px;
}

/* .mv-single-list, .mv-icon - REMOVED: Not used in website */

.mv-right-img img {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 16px 32px 0px rgba(205, 203, 255, 0.4);
	border-radius: 5px;
}

.testi-quato-icon.about-icon-white {
	float: right;
	margin: 0;
	margin-top: -49px;
	margin-right: -70px;
	position: relative;
	z-index: 1;
}

/* .medical-icon-brand - REMOVED: Not used in website */

.about-right-content {
	padding-right: 50px;
}

/* 5. Section Title */
.section-title h5 {
	margin-bottom: 28px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.section-text.section-text-green h1 {
	margin-bottom: 24px;
}

.section-text-white h5 {
	color: #899dab;
}

.section-text-green h5 {
	color: #d2a98e;
	font-weight: 500;
}

.section-text-small h5 {
	color: #086ad8;
	text-transform: uppercase;
}

.calculate-section .section-text-white h5 {
	color: #b1c5d3;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.section-text-green p {
	color: #899dab;
	padding-right: 90px;
}

.section-title h1 {
	margin-bottom: 18px;
	line-height: 1.2;
}

.section-title h1 span {
	color: #086ad8;
}

.section-back-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -50px;
}

.section-text-small h1 {
	font-size: 50px;
}

.back-icon-left {
	margin: 0;
}

.back-icon-right {
	margin: inherit;
	left: inherit;
}

/* 6. Services */
.service-thumb {
	display: inline-block;
	text-align: center;
}

.service-thumb i {
	font-size: 55px;
	height: 120px;
	width: 120px;
	display: inline-block;
	background: #fff9fb;
	border-radius: 50%;
	line-height: 119px;
	color: #223645;
}

.service-thumb {
	margin-bottom: 45px;
}

.service-box-3 .service-content-box {
	padding: 0 15px;
	margin-top: -50px;
	position: relative;
	transition: 0.3s;
}

.service-box-3 .service-content {
	padding: 40px;
	background: #fff;
	padding-bottom: 20px;
	transition: 0.4s;
}

.service-box-3:hover .service-content-box {
	margin-top: -60px;
}

.service-box-3:hover .service-content {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 16px 32px 0px rgba(181, 179, 255, 0.2);
}

.service-box-3 .service-thumb {
	margin-bottom: 0;
	overflow: hidden;
}

.service-box-3 .service-thumb img {
	transition: 0.6s;
}

.service-box-3:hover .service-thumb img {
	transform: scale(1.1);
}

.service-box-2 .service-thumb {
	margin-bottom: 37px;
}

.service-content h3 {
	margin-bottom: 22px;
	font-size: 22px;
}

.service-content h3 a:hover {
	color: #086ad8;
}

.service-content-2 h3 {
	font-size: 34px;
}

.service-box.service-box-2 .service-content-2 h3 a:hover {
	color: #086ad8;
}

.service-content-2 h3 a {
	padding-bottom: 23px;
	display: block;
	position: relative;
}

.service-content-2 h3 a::after,
.service-content-2 h3 a::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 50px;
	left: 0;
	background: #e2e0ff;
	bottom: 0;
	transition: 0.4s;
}

.service-content-2 h3 a::before {
	background: #086ad8;
	z-index: 9;
	width: 0;
	width: 0px;
	visibility: hidden;
	opacity: 0;
}

.service-content-2 h3 a:hover::before {
	transition: 0.6s;
	width: 50px;
	visibility: visible;
	opacity: 1;
}

.service-content.service-content-2 p {
	padding-right: 30px;
}

.service-box {
	padding: 50px 40px;
	background: #fff;
	transition: 0.4s;
}

.service-box-2 {
	padding: 60px;
}

.service-box.service-box-border {
	border: 2px solid #f4f4f4;
}

.service-link {
	color: #647589;
	font-weight: 500;
	margin-top: 5px;
	display: inline-block;
}

.service-link i {
	position: relative;
	top: 1px;
	margin-left: 5px;
	transition: 0.3s;
}

.service-box-3 .service-link {
	display: block;
	background: #e8f1f7;
	margin: 0;
	padding: 16px;
	transition: 0.4s;
}

.service-box-3:hover .service-link {
	background: #086ad8;
	color: #fff;
}

.service-box-3 a.service-link:hover {
	background: #086ad8;
	color: #fff;
}

.service-content-2 a.service-link {
	color: #9ca8b6;
}

.service-box-2 .service-content-2 a.service-link:hover {
	color: #086ad8;
}

.service-content-2 a.service-link i {
	margin-right: 5px;
}

.service-box .service-link:hover {
	color: #d2a98e;
}

.service-box:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 16px 32px 0px rgba(196, 203, 255, 0.3);
}

.service-box.service-box-border:hover {
	border: 2px solid transparent;
}

.service-big-number {
	position: absolute;
	top: 0;
	right: 19px;
	font-size: 200px;
	color: #f7f7ff;
}

.service-details-text p {
	line-height: 26px;
	padding-right: 16px;
}

.team-map iframe {
	border: 0;
	width: 100%;
	height: 350px;
}

.service-details-thumb img {
	width: 100%;
}

.ser-fea-box {
	margin-right: 70px;
}

.ser-fea-icon {
	margin-right: 20px;
}

.ser-fea-icon i {
	font-size: 45px;
	line-height: 1;
	color: #086ad8;
}

.ser-fea-list h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 23px;
}

.ser-fea-list ul li {
	margin-bottom: 12px;
}

.ser-fea-list ul li i {
	color: #086ad8;
	margin-right: 9px;
}

.download-area a img {
	float: left;
	margin-right: 20px;
}

.download-area a span {
	font-weight: 500;
	color: #223645;
	margin-top: 12px;
	display: inline-block;
	transition: 0.4s;
}

.download-area a:hover span {
	color: #086ad8;
}

.download-area a span.download-size {
	color: #647589;
	font-weight: 400;
	float: right;
}

.download-box {
	display: inline-block;
	padding: 18px 48px;
	width: 100%;
	border: 2px solid #e0e9ff;
}

.testi-box .testi-service-content p {
	padding: 0 10px;
}

/* service-sidebar */
.service-map {
	min-height: 400px;
}

.more-service-icon {
	width: 50px;
}

.more-service-icon i {
	font-size: 40px;
	line-height: 1;
	color: #3c54ed;
}

.more-service-title {
	font-size: 16px;
	font-weight: 500;
	color: #223645;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
	transition: 0.4s;
}

.doctor-details-title {
	font-size: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.more-service-title span {
	display: block;
	color: #647589;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 2px;
}

.more-service-list ul li a:hover .more-service-title {
	color: #086ad8;
}

.more-service-list ul li a {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #f2edff;
	margin-bottom: 20px;
}

.more-service-list ul li:last-child a {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

/* service-contact */
.contact-input input {
	width: 100%;
	height: 60px;
	padding: 0;
	padding-left: 60px;
	border: 2px solid #f0f8ff;
	color: #647589;
	font-weight: 400;
}

.contact-input input::placeholder {
	color: #647589;
}

.contact-icon {
	position: relative;
}

.contact-icon::before {
	/* position: absolute;
	content: "\f007";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 14px;
	color: #d2a98e;
	top: 20px;
	left: 30px;
	z-index: 99; */
}

.contact-mail::before {
	content: "\f0e0";
}

.service-contact-form .nice-select {
	width: 100%;
	height: 60px;
	padding-top: 9px;
	padding-left: 60px;
	padding-bottom: 9px;
	border: 2px solid #f0f8ff;
	border-radius: 0;
}

.service-contact-form .nice-select .current {
	font-weight: 400;
	color: #647589;
	font-size: 14px;
}

.service-contact-form .nice-select ul.list {
	width: 100%;
	border-radius: 0;
	border: 2px solid #f0f8ff;
}

.contact-hourglass::before {
	content: "\f254";
}

.ser-form-btn {
}

/* 7. Team - REMOVED: Not used in website */

.social-links a {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid #ebf4f7;
	line-height: 36px;
	border-radius: 50%;
	color: #003242;
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 13px;
	margin: 0 3px;
}

/* .team-link - REMOVED: Not used in website */

.team-box-2 .team-member-info h3 {
	margin-bottom: 18px;
}

.team-social-widget li {
	display: inline-block;
	margin: 0 8px;
}

.team-social-widget ul {
	background: #086ad8;
	display: inline-block;
	padding: 16px 30px;
}

.team-social-widget li a {
	color: #fff;
}

.team-box-3 .team-member-info h3 {
	font-size: 36px;
}

.team-author-info span {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #086ad8;
	padding: 11px 20px;
	display: inline-block;
	background: #fff;
}

.team-author-info h6 {
	font-size: 18px;
	color: #223645;
	padding: 11px 20px;
	background: #fff;
}

.team-author-info {
	position: absolute;
	margin-top: -60px;
	margin-left: 30px;
	transition: 0.4s;
	visibility: hidden;
	opacity: 0;
	right: 0;
	width: 146%;
	left: 0;
	z-index: 99;
	box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}

.team-box:hover .team-author-info {
	opacity: 1;
	visibility: visible;
}

.team-activation .slick-dots {
	text-align: center;
	margin-bottom: 30px;
}

.team-activation .slick-dots li {
	display: inline-block;
	cursor: pointer;
}

.team-activation .slick-dots li button {
	text-indent: -111111111111px;
	padding: 0;
	width: 30px;
	height: 4px;
	border: 0;
	background: #e0e9ff;
	margin: 0 5px;
	cursor: pointer;
}

.team-activation .slick-dots li.slick-active button {
	background: #d2a98e;
}

.team-thumb {
	position: relative;
	display: inline-block;
}

.team-social-profile {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.team-wrapper:hover .team-social-profile {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}

.team-social-profile ul {
	background: #086ad8;
	display: inline-block;
	padding: 16px 30px;
}

.team-social-profile ul li {
	display: inline-block;
	margin: 0 9.5px;
}

.team-social-profile ul li a {
	font-size: 14px;
	color: #fff;
}

.team-social-profile ul li a:hover {
	color: #d2a98e;
}

/* 8. Fact */
.fact-map::before {
	position: absolute;
	content: "";
	background-image: url(../img/fact/map.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	background-position: center center;
}

.cta-satisfied {
	padding-left: 129px;
}

.single-satisfied h1 {
	color: #d2a98e;
	float: left;
	width: 140px;
	margin-right: 20px;
}

.single-satisfied h5 {
	color: #fff;
	margin-bottom: 15px;
}

.single-satisfied h5 i {
	margin-right: 5px;
}

.single-satisfied p {
	color: #899dab;
}

.single-satisfied h5,
.single-satisfied p {
	width: calc(100% - 160px);
	display: inline-block;
}

/* 10. CTA */
.cta-area::before {
	position: absolute;
	content: "";
	background-color: rgba(19, 35, 47, 0.94);
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* .news-tag - REMOVED: Not used in website */

.latest-news-content h3 {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 19px;
}

.latest-news-content h3 a:hover {
	color: #086ad8;
}

.recent-news-list {
	padding: 41px;
	border: 2px solid #eae7ff;
	padding-bottom: 40px;
}

/* .singl-news - REMOVED: Not used in website */

.meta-date {
	margin-right: 29px;
}

.meta-date i {
	margin-right: 5px;
}

.meta-date a {
	color: #647589;
}

.latest-news-box-2 .latest-news-content-box {
	padding: 0 15px;
}

.latest-news-box-2 .latest-news-content {
	padding: 40px;
	background: #fff;
	margin-top: -30px;
	position: relative;
	z-index: 9;
	padding-bottom: 15px;
}

.latest-news-box-2 .latest-news-content h3 {
	margin-bottom: 13px;
}

/* .news-tag - REMOVED: Not used in website */

.latest-news-box-2 .latest-news-content h3 a:hover {
	color: #d2a98e;
}

/* .blog-feeds - REMOVED: Not used in website */

.latest-news-box-3 {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(178, 176, 255, 0.2);
}

.latest-news-box-3 .latest-news-content {
	margin-top: 0;
}

/* 11. Footer */
.footer-text p {
	color: #899dab;
}

.footer-logo img {
	width: 250px;
}

.footer-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 15px;
    color: #fcb714;
	margin-bottom: 50px;
    font-weight: 600;
}

.footer-menu-2 ul {
	overflow: hidden;
}

.footer-menu-2 ul li {
	margin-bottom: 15px;
	width: 50%;
	float: left;
}

.footer-menu-2 ul li a {
	color: #899dab;
	font-weight: 500;
}

.footer-menu-2 ul li a:hover {
    color: #fcb714;
}

.footer-menu ul li {
	margin-bottom: 15px;
}

.footer-menu ul li a {
	color: #899dab;
	font-weight: 500;
}

.footer-menu ul li a:hover {
	color: #fcb814;
}

.footer-menu ul li.white a {
	color: #fcb814;
}

.footer-instagram ul li {
	width: 33.33%;
	float: left;
	padding: 0 6px;
	margin-bottom: 12px;
}

.footer-instagram ul li img {
	width: 100%;
}

.footer-instagram ul {
	margin: 0 -6px;
}

.signle-blog-feeds {
	overflow: hidden;
}

/* .blog-feeds - REMOVED: Not used in website */

/* copyright */
.copyright-area {
	border-top: 1px solid #35434e;
}

.footer-copyright p {
	color: #899dab;
	margin: 0;
}

.footer-social a {
	color: #899dab;
	margin-left: 20px;
	font-size: 15px;
}

.footer-social a:hover {
    color: #fcb714;
}

/* page-title */
.breadcrumb-bg {
	background-size: cover;
	background-position: center center;
}

.small-text {
	color: #c2c7cc;
	font-size: 18px;
	font-weight: 500;
}

.page-title h1 {
	font-size: 60px;
	color: #fff;
}

.page-height {
	min-height: 500px;
}

.page-breadcumb nav ol {
	background: 0;
	padding: 0;
	margin: 0;
}

.page-breadcumb .breadcrumb-item a {
	color: #fff;
	font-weight: 500;
}

.page-breadcumb .breadcrumb-item.active {
	font-weight: 500;
	color: #ddd;
}

.page-breadcumb .breadcrumb-item + .breadcrumb-item::before {
	content: "|";
	color: #fff;
}

/* 12. Counter */
.counter-box h1 {
	font-weight: 600;
	color: #fff;
	font-size: 50px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.single-couter i {
	font-size: 60px;
	margin-bottom: 18px;
	color: #fff;
}

.single-couter-2 i {
	color: #086ad8;
	margin-bottom: 10px;
	display: block;
}

.single-couter.single-couter-2 p {
	padding-right: 0;
}

.single-couter h6 {
	color: #ddd;
}

.counter-box h1 {
	font-weight: 600;
	color: #fff;
	font-size: 50px;
	margin-top: 12px;
}

.counter-box-white h1 {
	color: #223645;
}

.single-couter h3 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 17px;
}

.single-couter p {
	margin-bottom: 0;
	padding-right: 40px;
}

.counter-text p {
	width: 100%;
	padding: 0 52px;
}

.counter-box-white h6 {
	position: relative;
	margin-bottom: 11px;
}

.counter-box-white h6.c-sub-title {
	color: #777;
}

.counter-box-white h6::after,
.counter-box-white h6::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: 0;
	background: #e8ebff;
	right: 0;
	margin: auto;
	bottom: 0;
}

.counter-box-white h6::before {
	background: #086ad8;
	z-index: 9;
	width: 0px;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.counter-box.counter-box-white:hover h6::before {
	width: 30px;
	visibility: visible;
	opacity: 1;
}

.counter-box-white i {
	font-size: 60px;
	margin-bottom: 18px;
	color: #d2a98e;
}

/* 13. Appoinment */
.appoinment-section {
	background-size: cover;
	background-position: center top;
}

.appoinment-content span {
	font-size: 18px;
	font-weight: 500;
	color: #086ad8;
}

.appoinment-box.white {
	background-color: #fff;
}

.appoinment-content {
	padding-top: 55px;
	padding-left: 55px;
	padding-right: 55px;
}

.appoinment-content h1 {
	font-size: 50px;
	margin-top: 35px;
	margin-bottom: 30px;
}

.appoinment-box .btn {
	width: 100%;
}

.professinals-list li {
	line-height: 28px;
	color: #697a8d;
	margin-bottom: 20px;
}

.professinals-list li i {
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	color: #d2a98e;
	margin-right: 20px;
	float: left;
	border: 2px solid #d2a98e;
	font-size: 12px;
	transition: 0.4s;
}

.professinals-list li:hover i {
	background: #d2a98e;
	color: #fff;
}

/* 14. Testimonials */

/* 15. Analysis */

/* calculate */
.calculate-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #223645;
	opacity: 0.9;
	top: 0;
	left: 0;
	right: 0;
}

.calculate-section .section-text p {
	font-size: 17px;
	color: #b4c8d7;
	line-height: 1.7;
	padding-right: 35px;
}

.calculate-content {
	padding: 60px;
	background: #fff;
	padding-bottom: 0;
}

.calculate-box .nice-select {
	width: 100%;
	height: 70px;
	padding-top: 14px;
	border-radius: 0;
	border: 2px solid #eee7ff;
	padding-left: 38px;
	margin-bottom: 20px;
}

.calculate-box .nice-select::after {
	margin-right: 18px;
	margin-top: -1px;
}

.calculate-box .nice-select .list {
	width: 100%;
	border-radius: 0;
}

.calculate-form input {
	height: 70px;
	padding-left: 38px;
	width: 100%;
	border: 2px solid #eee7ff;
	position: relative;
}

.calculate-form input::placeholder {
	color: #647589;
}

.calculate-box a {
	width: 100%;
}

.calculate-form {
	position: relative;
}

.calculate-form i {
	position: absolute;
	top: 28px;
	right: 30px;
}

/* hiring */
.hire-text {
	padding: 55px;
}

.hire-text-2 {
	padding-left: 244px;
	padding-right: 137px;
	padding-top: 137px;
	padding-bottom: 151px;
}

.hire-text h1 {
	font-size: 54px;
	margin-bottom: 38px;
}

.hire-text-2 h1 {
	margin-bottom: 22px;
}

.hire-text p {
	line-height: 26px;
	margin-bottom: 25px;
}

.hire-bg {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(197, 191, 255, 0.2);
}

.hire-bg-2 {
	box-shadow: 5px -6px 16px -2px rgba(197, 191, 255, 0.2);
}

.hiring-top {
	position: relative;
}

.hire-left-img {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
}

.hire-right-img {
	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	bottom: 0;
	background-repeat: no-repeat;
}

/* widget */
.service-widget {
	padding: 50px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
	border-top: 6px solid #d2a98e;
	padding-top: 41px;
}

.service-widget .widget-title {
	font-size: 40px;
	margin-bottom: 10px;
}

.doctor-detials-lan ul li {
	display: inline-block;
}

.doctor-detials-lan ul li a {
	height: 60px;
	width: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	background: #eae4ff;
	font-size: 14px;
	color: #223645;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 50%;
	margin-right: 19px;
}

.doctor-detials-lan ul li a:hover {
	background-color: #d2a98e;
	box-shadow: 0px 8px 16px 0px rgba(143, 181, 105, 0.2);
	color: #fff;
}

/* features */
.feature-box {
	padding: 40px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}

.feature-small-content h3 {
	font-size: 21px;
	margin-bottom: 15px;
}

/* 16. Appoinment */
.about-title h1 {
	font-size: 48px;
	padding-right: 15px;
}

.appoinment-box-2 {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 16px 32px 0px rgba(223, 217, 255, 0.4);
}

.appoinment-box-content {
	padding: 70px 38px 40px 70px;
}

.appointment-form-3 textarea {
	width: 100%;
	resize: none;
	border: 2px solid #d3e2f0;
	padding-top: 28px;
	padding-left: 40px;
	color: #647589;
	height: 120px;
}

.appointment-area-3 .calculate-box .nice-select {
	border: 2px solid #d3e2f0;
}

.appointment-area-3 .calculate-form input {
	border: 2px solid #d3e2f0;
}

.appointment-form-2 input {
	width: 100%;
}

.appointment-form-2 input {
	width: 100%;
	border: 0;
	padding: 0;
}

.appointment-form-2 input::placeholder {
	font-size: 24px;
	color: #223645;
	font-weight: 600;
	font-family: poppins;
}

.appoint-ment-icon {
	margin-right: 40px;
}

.appointment-form-2 label {
	font-size: 12px;
	text-transform: uppercase;
	color: #aab6bf;
	font-weight: 500;
	margin-bottom: 14px;
}

.appoinment-form-box {
	padding-bottom: 27px;
	border-bottom: 1px solid #eae5ff;
}

.appoinment-form-box-option {
	padding-bottom: 8px;
}

.nice-select.postform::after {
	border-bottom: 3px solid #223645;
	border-right: 3px solid #223645;
	content: "";
	display: block;
	height: 8px;
	margin-top: -23px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}

/* .news-letter - REMOVED: Not used in website */

.subscribe-form {
	position: relative;
	z-index: 99;
}

.subscribe-form form {
	position: relative;
}

.subscribe-form form input {
	width: 100%;
	height: 80px;
	border: 0;
	padding: 0 40px;
	background: #f4f9fc;
	border-radius: 40px;
	color: #647589;
}

.subscribe-form form button {
	position: absolute;
	top: 8px;
	right: 10px;
	border-radius: 40px;
}

/* 17. Membership - REMOVED: Not used in website */

.single-membership-box {
	padding: 50px;
	border: 2px solid #dfe0ff;
	padding-bottom: 28px;
}

/* .membership-line-shape - REMOVED: Not used in website */

.single-membership-box h3 {
	font-size: 30px;
}

/* .membership-bg - REMOVED: Not used in website */

.review-box {
	padding: 40px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 16px 32px 0px rgba(221, 217, 255, 0.2);
}

/* .members-rating - REMOVED: Not used in website */

.author-desination-2 h4 {
	font-size: 18px;
	margin-bottom: 7px;
}

.author-desination-2 h6 {
	color: #086ad8;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0;
}

/* .membership-review, .single-brand - REMOVED: Not used in website */

.brand-area {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.brand-area::before {
	position: absolute;
	content: "";
	background: rgba(32, 47, 59, 0.94);
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

/* 18. FAQ */
.faq-left-box {
	margin-bottom: 235px;
}

.faq-pos-front {
	position: absolute;
	bottom: -235px;
	left: 57px;
}

.faq-back-shape {
	position: absolute;
	bottom: -162px;
	left: -130px;
	z-index: -9;
}

.faq-right-box .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	background: #f8f7ff;
	margin-bottom: 20px;
}

.faq-right-box .card-header {
	padding: 0;
	border-bottom: 0;
	background: none;
	border-radius: 0;
}

.faq-right-box .btn-link {
	font-weight: 400;
	color: #0f1328;
	display: block;
	font-size: 16px;
	padding: 21px 30px;
	border: 2px solid #086ad8;
	text-decoration: none;
	line-height: 28px;
	background: #fff;
	border-bottom: 0px solid transparent;
}

.faq-right-box .btn-link::before {
	content: "-";
	line-height: 30px;
	position: absolute;
	right: 43px;
	top: 24px;
	font-size: 24px;
	font-size: 20px;
}

.faq-right-box .btn-link.collapsed::before {
	content: "+";
}

.faq-right-box .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0px 30px;
	padding-top: 0;
	padding-bottom: 22px;
	border: 2px solid #086ad8;
	background: #fff;
	border-top: 0;
}

.faq-right-box .card-body p {
	margin: 0;
	font-size: 14px;
}

.faq-right-box .btn-link.collapsed {
	border: 2px solid #e7e6ff;
}

/* 19. Blog */
.latest-news {
	position: relative;
}

/* .news__thumb - REMOVED: Not used in website */

.postbox__thumb img {
	width: 100%;
}

/* .blog-inner-img - REMOVED: Not used in website */

/* .news-meta - REMOVED: Not used in website */

/* .news__caption, .news-link, .news__thumb-2 - REMOVED: Not used in website */

/* .news-meta - REMOVED: Not used in website */

.postbox__thumb {
	position: relative;
}

.postbox__thumb a img {
	max-width: 100%;
}

.post-meta span {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	color: #6f7172;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.post-meta span {
		margin-right: 10px;
	}
}

.post-meta span a:hover {
	color: #086ad8;
}

.post-meta span i {
	color: #086ad8;
	margin-right: 2px;
}

.post-meta span a {
	color: #6f7172;
}

.postbox__text {
	background: #faf9ff;
}

.p-50 {
	padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.p-50 {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.p-50 {
		padding: 30px;
	}
}

.p-30 {
	padding: 30px;
}

.post-meta {
	margin-bottom: 20px;
}

.blog-title {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.blog-title a:hover {
	color: #086ad8;
}

.read-more {
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.read-more {
	color: #086ad8;
}

.read-more:hover {
	color: #d2a98e;
}

.read-more i {
	transition: 0.3s;
	display: inline-block;
}

.blog-title-sm {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.postbox__gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	border: none;
	background: none;
	padding: 0;
	z-index: 9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #ffffff;
	width: 60px;
	height: 60px;
	color: #6f7172;
	border-radius: 50%;
}

.postbox__gallery .slick-arrow:hover {
	background: #086ad8;
	color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
	right: 30px;
	left: auto;
}

.postbox__video {
	position: relative;
}

.video-btn {
	position: absolute;
	background: #ffffff;
	height: 120px;
	width: 120px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	line-height: 120px;
	color: #086ad8;
	transform: translateY(-50%);
}

.video-btn:hover {
	background: #086ad8;
	color: #ffffff;
}

.post-text blockquote {
	background: #062a4d;
	padding: 50px;
	position: relative;
	padding-left: 120px;
}

@media (max-width: 767px) {
	.post-text blockquote {
		padding: 30px;
	}
}

.post-text blockquote p {
	font-size: 26px;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.3;
}

.post-text blockquote::before {
	content: "\f10d";
	left: 50px;
	top: 50px;
	position: absolute;
	color: #758799;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 41px;
}

@media (max-width: 767px) {
	.post-text blockquote::before {
		position: static;
	}
}

.post-text blockquote footer {
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}

.widget {
	padding: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
	border-top: 4px solid #d2a98e;
}

.b-0 {
	border: 0;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	height: 60px;
	border: 0;
	background: #f5f5f5;
	padding: 0 20px;
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #062a4d;
	padding: 0 25px;
	color: #ffffff;
	line-height: 60px;
	border: 0;
}

.search-form button:hover {
	background: #086ad8;
}

.widget-title {
	font-size: 21px;
	margin-bottom: 0px;
	position: relative;
	display: inline-block;
}

.animate-border::after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
	border-color: #ffffff;
}

.animate-border.border-white::after {
	border-color: #ffffff;
}

.about-me img {
	margin-bottom: 25px;
	border-radius: 50%;
}

.about-me h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: #d2a98e;
}

.widget-social-icon a:hover {
	color: #086ad8;
}

.banner-widget img {
	max-width: 100%;
}

.widget .recent-posts > li:first-child {
	border: 0;
	padding-top: 0;
}

.widget .recent-posts li:last-child {
	padding-bottom: 0;
}

.widget .recent-posts > li {
	border-top: 1px solid #eaedff;
	padding: 20px 0;
	overflow: hidden;
}

.widget-posts-image {
	float: left;
}

.widget-posts-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 15px;
}

.widget-posts-body {
	overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.widget-posts-title a:hover {
	color: #086ad8;
}

.widget-posts-meta {
	font-size: 12px;
}

ul.cat li {
	border-top: 1px solid #eaedff;
	padding: 15px 0;
	overflow: hidden;
}

ul.cat li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.cat li:last-child {
	padding-bottom: 0;
}

ul.cat li a {
	display: block;
	color: #647589;
}

ul.cat li a:hover {
	color: #086ad8;
}

.social-profile a {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #062a4d;
	line-height: 50px;
	margin-right: 2px;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 5px;
}

.social-profile a:hover {
	background: #086ad8;
}

#Instafeed {
	margin: 0 -5px;
	overflow: hidden;
}

#Instafeed li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

#Instafeed li img {
	width: 100%;
}

.tag a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5f5f5;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #5f5b5b;
	border-radius: 2px;
}

.tag a:hover {
	background: #086ad8;
	color: #ffffff;
}

.bg-none {
	background: none;
}

.blog-post-tag span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 17px;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
}

.blog-post-tag a {
	color: #646974;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #eaedff;
	padding: 12px 24px;
	margin-right: 10px;
	transition: 0.3s;
	border-radius: 5px;
	margin-bottom: 10px;
}

.blog-post-tag a:hover {
	color: #fff;
	background: #086ad8;
	border-color: #086ad8;
}

.blog-post-tag a:last-child {
	margin-right: 0;
}

.blog-share-icon span {
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
	display: block;
	margin-bottom: 17px;
}

.blog-share-icon a {
	color: #6f7172;
	font-size: 18px;
	transition: 0.3s;
	margin-right: 22px;
}

.blog-share-icon a:hover {
	color: #086ad8;
}

.blog-share-icon a:last-child {
	margin-right: 0;
}

.blog-details-border {
	border-top: 1px solid #eaedff;
	border-bottom: 1px solid #eaedff;
	padding-top: 33px;
	padding-bottom: 23px;
	margin-bottom: 42px;
}

.author {
	background: #f5f5f5;
	padding: 0 60px 44px 60px;
}

@media (max-width: 767px) {
	.author {
		padding: 0 30px 44px 30px;
	}
}

.author-img {
	margin-bottom: 35px;
}

.author-img img {
	margin-top: -60px;
}

.author-text h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.author-text p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 28px;
}

.author-icon {
	margin-top: 6px;
	margin-bottom: 25px;
}

.author-icon a {
	font-size: 14px;
	color: #9498b6;
	margin: 0 5px;
	transition: 0.3s;
}

.author-icon a:hover {
	color: #086ad8;
}

.post-comments {
	border-bottom: 1px solid #eaedff;
	margin-bottom: 42px;
	padding-bottom: 46px;
}

.blog-coment-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.comments-avatar {
	float: left;
}

@media (max-width: 767px) {
	.comments-avatar {
		float: none;
	}
}

.comments-avatar img {
	width: 100px;
	margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
	border-top: 0;
	padding-top: 0;
}

.latest-comments li:last-child .comments-box {
	border-bottom: 0;
	padding-bottom: 0;
}

.latest-comments li.children {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.latest-comments li.children {
		margin-left: 0;
	}
}

.comments-box {
	border-top: 1px solid #eaedff;
	padding: 30px 0;
}

.comments-text {
	overflow: hidden;
	padding-top: 4px;
}

@media (max-width: 767px) {
	.comments-text {
		margin-top: 15px;
	}
}

.comments-text p {
	margin-bottom: 0;
	margin-top: 8px;
}

.avatar-name h5 {
	font-size: 18px;
	margin-bottom: 7px;
}

.avatar-name span {
	color: #086ad8;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.avatar-name {
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}

.reply {
	color: #6f7172;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s;
	line-height: 1;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.reply:hover {
	color: #086ad8;
}

.reply i {
	margin-right: 5px;
}

.post-comments-title {
	margin-bottom: 39px;
}

.post-comments-title h2 {
	font-size: 26px;
	color: #140a20;
	margin-bottom: 0;
}

.conatct-post-form {
	background: #f5f5f5;
	padding: 50px;
}

@media (max-width: 767px) {
	.conatct-post-form {
		padding: 20px;
	}
}

.conatct-post-form input {
	border: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
	font-size: 14px;
	color: #a7a7c1;
}

.conatct-post-form textarea {
	border: none;
	height: 150px;
	margin-bottom: 20px;
	padding: 30px;
	width: 100%;
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

.contact-icon {
	position: relative;
}

.contact-icon::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	right: 30px;
	color: #086ad8;
	top: 18px;
}

.conatct-post-form .contact-icon::before {
	display: none;
}

.contacts-message::after {
	content: "\f303";
}

.contacts-name::after {
	content: "\f007";
}

.contacts-email::after {
	content: "\f0e0";
}

.contacts-website::after {
	content: "\f0ac";
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.bakix-navigation span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

.bakix-navigation span a:hover {
	color: #086ad8;
}

.bakix-navigation h4 {
	font-size: 24px;
	margin: 0;
}

.bakix-navigation h4 a:hover {
	color: #086ad8;
}

.basic-pagination ul {
	display: block;
}

.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 767px) {
	.basic-pagination ul li {
		margin-bottom: 10px;
	}
}

.basic-pagination ul li a {
	height: 70px;
	width: 70px;
	background: #ffffff;
	color: #9990b8;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50%;
	line-height: 70px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
	background: #086ad8;
	color: #ffffff;
}

.basic-pagination-2 ul li a {
	background: transparent;
	color: #9990b8;
	border: 2px solid #eaebec;
	height: 60px;
	width: 60px;
	line-height: 56px;
}

.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a {
	background: #086ad8;
	color: #ffffff;
	border-color: #086ad8;
}

/* 20. Contact */
.contact {
	border: 1px solid #eaedff;
	padding: 40px 10px;
}

.contact-area {
	background-position: center center;
	background-repeat: no-repeat;
}

.contact i {
	background: #223366;
	font-size: 40px;
	height: 150px;
	width: 150px;
	color: #f8b938;
	border-radius: 50%;
	line-height: 135px;
	border: 10px solid #fbf5ec;
	box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
	margin-bottom: 30px;
}

.contact h3 {
	font-size: 26px;
	margin-bottom: 15px;
}

.contact p {
	margin: 0;
	padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.contact p {
		padding: 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact p {
		padding: 0 0px;
	}
}

.contact-form input {
	background: #ffffff;
	height: 80px;
	width: 100%;
	padding: 0 80px;
	padding-right: 30px;
	border: 0;
	color: #aab5ca;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.contact-form textarea {
	color: #aab5ca;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 300px;
	width: 100%;
	padding: 30px 80px;
	border: 0;
}

.form-box::before {
	position: absolute;
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	left: 45px;
	color: #756563;
	top: 29px;
	z-index: 99;
}

.user-icon::before {
	content: "\f007";
}

.email-icon::before {
	content: "\f0e0";
}

.phone-icon::before {
	content: "\f095";
}

.subject-icon::before {
	content: "\f0a6";
}

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
	color: #aab5ca;
}

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
	color: #aab5ca;
}

.map-area iframe {
	height: 670px;
	width: 100%;
	border: 0;
}

/* 21. Shop */
.product__img {
	position: relative;
}

.product__img img {
	width: 100%;
}

.product:hover .product-action a {
	margin: 0 5px;
	opacity: 1;
	visibility: visible;
}

.product-action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.product-action a {
	height: 50px;
	display: inline-block;
	width: 50px;
	background: #d2a98e;
	line-height: 52px;
	color: #fff;
	margin: 0 8px;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
}

.product-action a:hover {
	background: #086ad8;
	color: #ffffff;
}

.pro-cat {
	margin-bottom: 15px;
	display: block;
}

.pro-cat a {
	color: #d2a98e;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
}

.pro-title {
	margin-bottom: 12px;
}

.pro-title a {
	font-size: 24px;
}

.pro-title a:hover {
	color: #086ad8;
}

/* .price - REMOVED: Not used in website */

.product-showing p {
	margin: 0;
	border: 2px solid #eaedff;
	padding: 17px 30px;
	text-align: center;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.product-showing p {
		padding: 17px 15px;
	}
}

.pro-filter {
	position: relative;
	display: inline-block;
}

@media (max-width: 767px) {
	.pro-filter {
		float: left;
	}
}

.pro-filter select {
	border: 2px solid #eaedff;
	padding: 17px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1;
	color: #6f7172;
	appearance: none;
	-moz-appearance: none;
	width: 145px;
	font-weight: 500;
}

.pro-filter .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 48px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.pro-filter::before {
	content: "\f107";
	right: 15px;
	top: 15px;
	position: absolute;
	color: #758799;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}

/* .shop-tab - REMOVED: Not used in website */

/* .shop-thumb-tab - REMOVED: Not used in website */

.product-details-img {
	margin-left: 180px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.product-details-img {
		margin-left: 0;
	}
}

.product-details-title p {
	color: #6a667b;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.product-details-title h1 {
	font-size: 40px;
	margin: 0;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.product-details-title h1 {
		font-size: 36px;
	}
}

.details-price span {
	color: #d2a98e;
	font-size: 20px;
	font-weight: 400;
	margin-left: 0;
	margin-right: 10px;
}

.details-price {
	border-bottom: 2px solid #eaedff;
}

.product-cat span {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #100d1c;
}

.product-cat a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
}

.product-cat a:hover {
	color: #d2a98e;
}

.product-social a {
	margin-right: 10px;
	background: #f5f5ff;
	height: 50px;
	width: 50px;
	line-height: 48px;
	border-radius: 30px;
	color: #6f7172;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}

@media (max-width: 767px) {
	.product-social a {
		margin-bottom: 10px;
	}
}

.product-social a:hover {
	background: #d2a98e;
	color: #ffffff;
}

.plus-minus {
	display: inline-block;
}

@media (max-width: 767px) {
	.plus-minus {
		display: block;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.plus-minus {
		display: inline-block;
		margin-bottom: 0;
	}
}

.action-btn {
	background: #d2a98e;
	padding: 17px 25px;
	border: none;
	margin-left: 15px;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
}

.action-btn:hover {
	background: #086ad8;
	color: #ffffff;
}

.product-action-list {
	overflow: hidden;
}

.product-action-list a {
	float: left;
}

@media (max-width: 767px) {
	.product-action-list a.btn {
		padding: 23px 30px;
		margin-bottom: 7px;
	}
}

@media (max-width: 767px) {
	.product-action-list a.action-btn {
		margin-left: 5px;
		margin-bottom: 7px;
	}
}

/* .cart-plus-minus - REMOVED: Not used in website */

.additional-info .table td,
.additional-info .table th {
	padding: 0.75rem 0;
	vertical-align: top;
	border-top: 1px solid #f6f6f6;
	font-weight: 400;
}

/* .shop-cat - REMOVED: Not used in website */

.product-list-content .price span:first-child {
	margin-left: 0;
}

.bakix-details-tab ul {
	border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #8c8bb5;
	letter-spacing: 2px;
	padding: 0;
	text-transform: capitalize;
	position: relative;
	padding: 0 25px;
}

@media (max-width: 767px) {
	.bakix-details-tab ul li a {
		padding: 0 10px;
	}
}

.bakix-details-tab ul li a.active {
	color: #100d1c;
}

.bakix-details-tab ul li a.active:before {
	position: absolute;
	bottom: -32px;
	left: 0;
	height: 2px;
	width: 100%;
	content: "";
	background: #086ad8;
	transition: 0.3s;
}

@media (max-width: 767px) {
	.bakix-details-tab ul li a.active:before {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bakix-details-tab ul li a.active:before {
		display: block;
	}
}

/* 22. Cart */
.table-content table {
	background: #ffffff;
	border-color: #eaedff;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

.table-content table td.product-name {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.table-content table td.product-name a:hover {
	color: #086ad8;
}

.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 16px;
}

.table-content table th,
.table-content table td {
	border-bottom: 1px solid #eaedff;
	border-right: 1px solid #eaedff;
}

.product-quantity input {
	border: none;
	color: #6f7172;
	font-size: 14px;
	font-weight: normal;
	border: 0;
}

.table td,
.table th {
	border-top: 1px solid #eaedff;
}

.product-quantity > input {
	width: 80px;
	border-radius: 3px;
}

.table-content table td.product-subtotal {
	font-size: 16px;
}

/* .cart-plus-minus table - REMOVED: Not used in website */

.coupon-all {
	margin-top: 50px;
}

.coupon {
	float: left;
}

@media (max-width: 767px) {
	.coupon {
		float: none;
	}
}

#coupon_code {
	height: 57px;
	border: 2px solid #eaedff;
	padding: 0 15px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	#coupon_code {
		margin-bottom: 15px;
	}
}

.coupon2 {
	float: right;
}

@media (max-width: 767px) {
	.coupon2 {
		float: none;
		margin-top: 15px;
	}
}

/* .cart-page-total - REMOVED: Not used in website */

td.product-thumbnail img {
	width: 125px;
}

/* 23. Checkout */
.coupon-accordion h3 {
	background-color: #fff1f0;
	border-top: 3px solid #086ad8;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 25px;
	padding: 1em 2em 1em 3.5em;
	position: relative;
	width: auto;
}

.coupon-accordion h3::before {
	content: "\f07b";
	left: 15px;
	top: 13px;
	position: absolute;
	color: #6f7172;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}

.coupon-accordion span {
	color: #6f7172;
	cursor: pointer;
	transition: 0.3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
	color: #086ad8;
}

.coupon-content {
	border: 1px solid #eaedff;
	display: none;
	margin-bottom: 20px;
	padding: 30px;
}

.coupon-info p.coupon-text {
	margin-bottom: 15px;
}

.coupon-info p {
	margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
	display: block;
	color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
	color: red;
	font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
	border: 1px solid #eaedff;
	height: 45px;
	margin: 0 0 14px;
	max-width: 100%;
	padding: 0 0 0 10px;
	width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
	background: #086ad8 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.form-row > label {
	margin-top: 15px;
	margin-left: 15px;
	color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

p.lost-password {
	margin-top: 15px;
}

p.lost-password a {
	color: #6f6f6f;
}

/* .checkout-coupon - REMOVED: Not used in website */

.coupon-checkout-content {
	display: none;
}

.checkbox-form h3 {
	border-bottom: 1px solid #eaedff;
	font-size: 26px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	width: 100%;
}

.country-select {
	margin-bottom: 30px;
	position: relative;
}

.country-select label,
.checkout-form-list label {
	color: #6f7172;
	display: block;
	margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
	color: red;
}

.country-select select {
	-moz-appearance: none;
	border: 1px solid #eaedff;
	height: 45px;
	padding-left: 10px;
	width: 100%;
	color: #6f7172;
}

.country-select::before {
	content: "\f107";
	right: 15px;
	top: 38px;
	position: absolute;
	color: #6f7172;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}

/* .checkout-form-list - REMOVED: Not used in website */

.create-acc label {
	color: #6f7172;
	display: inline-block;
}

.create-account {
	display: none;
}

.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
	color: #6f7172;
}

.order-notes textarea {
	border: 1px solid #eaedff;
	height: 90px;
	padding: 15px;
	width: 100%;
}

.order-notes textarea::-moz-placeholder {
	color: #6f7172;
	opacity: 1;
}

.order-notes textarea::placeholder {
	color: #6f7172;
	opacity: 1;
}

#ship-box-info {
	display: none;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-default > .panel-heading {
	border-radius: 0;
}

.your-order {
	padding: 30px 40px 45px;
	border: 3px solid #eaedff;
}

@media (max-width: 767px) {
	.your-order {
		padding: 15px;
	}
}

.your-order h3 {
	border-bottom: 1px solid #eaedff;
	font-size: 30px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	width: 100%;
}

.your-order-table table {
	background: none;
	border: 0;
	width: 100%;
}

.your-order-table table th,
.your-order-table table td {
	border-bottom: 1px solid #eaedff;
	border-right: medium none;
	color: #6f7172;
	font-size: 14px;
	padding: 15px 0;
	text-align: left;
}

@media (max-width: 767px) {
	.your-order-table table th,
	.your-order-table table td {
		padding-right: 10px;
	}
}

.your-order-table table th {
	border-top: medium none;
	color: #6f7172;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}

.panel-body > p {
	color: #222;
}

.your-order-table table .shipping ul li input {
	position: relative;
	top: 2px;
}

.your-order-table table .shipping ul li label {
	color: #6f7172;
}

.your-order-table table .shipping th {
	vertical-align: top;
}

.your-order-table table .order-total th {
	border-bottom: 0;
	font-size: 14px;
}

.your-order-table table .order-total td {
	border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
	background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
	color: #086ad8;
	font-size: 18px;
	font-weight: 500;
}

.payment-method {
	margin-top: 40px;
}

.panel-title > a {
	display: block;
}

.order-button-payment input {
	background: #232323 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	margin: 0px 0 0;
	padding: 0;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.order-button-payment input:hover {
	background: #fe4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
	background: no-repeat;
	border: medium none;
	border-radius: 0;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 3px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

.payment-method .card {
	background-color: #ffffff;
	border: 1px solid #eaedff;
	border-radius: 0;
	margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
	border: 1px solid #eaedff;
}

.card-header:first-child {
	border-radius: 0;
}

.payment-method .card-header {
	background-color: #ffffff;
	border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
	width: 100%;
}

.country-select .nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	border: solid 1px #eaedff;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 19px;
}

/* 24. Login */
.basic-login {
	padding: 90px;
	border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.basic-login {
		padding: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.basic-login {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.basic-login {
		padding: 30px;
	}
}

.basic-login h3 {
	font-size: 30px;
}

.basic-login input {
	width: 100%;
	height: 60px;
	border: 2px solid #eaedff;
	color: #6f7172;
	padding: 0 20px;
	margin-bottom: 20px;
}

.basic-login label {
	color: #222;
	display: block;
}

.basic-login label span {
	color: #fe4536;
}

.login-action input {
	width: inherit;
	height: auto;
}

.login-action label {
	display: inline-block;
	margin-left: 5px;
}

.or-divide {
	border-top: 2px solid #eaedff;
	margin: 40px 0;
	text-align: center;
	position: relative;
}

.or-divide span {
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	background: #ffffff;
	display: inline-block;
	width: 40px;
	margin: auto;
	line-height: 1;
	font-weight: 500;
}

.forgot-login a {
	color: #fe4536;
}

.forgot-login a:hover {
	color: #84b77c;
}

/* 25. Portfolio - REMOVED: Not used in website */

/* Portfolio CSS removed - Not used in website */

/*--- 26. Preloader ---*/
.dark #preloader {
	background-color: #232323;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999;
}

.preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #086ad8;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/*--- end of preloader ---*/

/* Update CSS */
.header-info4 span i {
	color: #086ad8;
}

.header-info4 span {
	color: #7a8a9e;
}

.top-border {
	border-bottom: 1px solid #eaeaea;
}

.top4-menu ul li a {
	color: #7a8a9e;
	margin-left: 23px;
}

.top4-right .header-social-icons ul li:last-child a {
	margin-right: 0;
}

.top4-social {
	padding: 0;
	padding-left: 35px;
}

.top4-social ul li a i {
	color: #b2bfcf;
	transition: 0.4s;
}

.top4-social ul li a:hover i {
	color: #086ad8;
	transition: 0.4s;
}

.top4-menu ul li a.need-help {
	color: #086ad8;
	text-decoration: underline;
}

.top4-menu ul li a:hover {
	color: #086ad8;
}

.header__menu4 ul li a {
	color: #223645;
}

.header__menu4 ul li a:hover,
.header__menu ul li ul.submenu li a:hover {
	color: #086ad8;
}

.h4hero-content > p {
	font-size: 16px;
}

.h4hero-content span i {
	font-size: 16px;
}

.h4hero-content span span {
	padding-left: 11px;
}

.h4-span > span {
	margin-bottom: 18px;
	display: block;
}

.h4hero-content > p {
	padding-right: 41%;
}

.h4hero-btn > a.btn {
	margin-right: 19px;
}

.h4slider-bg {
	padding-top: 210px;
	padding-bottom: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 220px;
}

.call-btn {
	line-height: 1;
	padding: 28px 39px;
	font-size: 24px;
	display: inline-block;
	position: absolute;
	right: auto;
	bottom: -30px;
	left: 66px;
	z-index: 1;
}

.call-btn .call-icon {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-50%);
}

.about-overlap__thumb {
	position: absolute;
	bottom: -60px;
	right: -30px;
}

.h4author-ava > img {
	box-shadow: 0px 10px 29.7px 0.3px rgba(182, 182, 182, 0.6);
	border-radius: 50%;
	padding: 3px;
	background: #fff;
}

.h4author-destination > p {
	margin-bottom: 10px;
}

.h4about-right {
	padding-left: 74px;
}

.h4about-right .about-text p {
	padding-right: 25px;
}

.services-border {
	border-top: 1px solid #ececec;
}

.h4services-bg {
	position: absolute;
	width: 100%;
	min-height: 516px;
	bottom: 0;
	background: #223645;
}

.h4services-tag {
	padding: 6.5px 20px;
	display: inline-block;
	position: absolute;
	left: 40px;
	bottom: -15px;
	letter-spacing: 0.2em;
}

.h4services-content {
	padding: 50px 40px;
	padding-right: 77px;
}

.h4services-content .service-link {
	padding: 0;
	margin-top: 0;
}

.h4services-content .service-link i {
	margin-left: 5px;
	vertical-align: middle;
}

.h4service-active .slick-arrow,
.h4gallery-active .slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: 0;
	font-size: 18px;
	color: #fff;
	background: #d2a98e;
	height: 50px;
	width: 50px;
	border-radius: 5px;
	left: -5%;
	transition: 0.4s;
}

.h4service-active .slick-next.slick-arrow {
	left: auto;
	right: -5%;
}

.h4service-active .slick-arrow:hover {
	background: #086ad8;
}

.h4service-active .slick-dots,
.h4gallery-active .slick-dots {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: -52px;
}

.h4service-active .slick-dots li,
.h4gallery-active .slick-dots li {
	display: inline-block;
}

.h4service-active .slick-dots li button,
.h4gallery-active .slick-dots li button {
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	background: #85949e;
	border: 0;
	padding: 0;
	border-radius: 50%;
	margin: 0 5px;
	transition: 0.4s;
}

.h4service-active .slick-dots li.slick-active button {
	background: #d2a98e;
}

.h4team-social ul li a {
	font-size: 14px;
	color: #a0aab1;
	margin: 0 10px;
	display: inline-block;
}

.h4team-social {
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
}

.team-box:hover .h4team-social {
	transition: 0.4s;
	opacity: 1;
	visibility: visible;
}

.h4team-thumb > img {
	padding: 6px;
	border-radius: 50%;
	border: 3px dashed rgb(143, 181, 105, 0.3);
	transition: 0.4s;
}

.team-box:hover .h4team-thumb > img {
	border-color: #d2a98e;
}

.h4team-social ul li a:hover {
	color: #086ad8;
}

.h4team-thumb .team-link {
	position: absolute;
	top: 0;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background-color: #086ad8;
	box-shadow: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 46px;
	right: 30px;
}

.h4team-content > h3 {
	font-size: 24px;
}

.h4team-content h6 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.h4appoinment-thumb {
	width: 50%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}

.h4appoinment-wrapper {
	padding: 127px 100px 130px 69px;
}

.h4appoinment-input > input {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #cad2d7;
	padding: 15px 45px;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	color: #647589;
}

.h4appoinment-input > input::placeholder {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	color: #647589;
}

.h4appoinment-input > input:focus::-moz-placeholder {
	opacity: 0;
}

.h4appoinment-input > input:focus::placeholder {
	opacity: 0;
}

.h4input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 24px;
	color: #086ad8;
}

.h4hire-text {
	padding-left: 220px;
}

.howit-box > i {
	display: inline-block;
	margin-bottom: 38px;
}

.howit-box > h3 {
	margin-bottom: 12px;
	font-size: 24px;
}

.howit-box .move-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 315px;
}

.h4testi-iconquato > i {
	height: 45px;
	width: 45px;
	text-align: center;
	background: #086ad8;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
}

.h4testi-iconquato {
	position: absolute;
	top: -20px;
	right: 20px;
}

.h4testi-col {
	padding-left: 39px;
}

/* .gallery-box, .gallery-content - REMOVED: Not used in website */

.h4gallery-active .slick-arrow {
	top: -20.7%;
	left: auto;
	right: 15px;
}

.h4gallery-active .slick-prev.slick-arrow {
	right: 85px;
}

.h4gallery-active .slick-arrow:hover {
	background: #086ad8;
}

.h4gallery-active .slick-dots li button {
	background: #e7f1f7;
}

.h4gallery-active .slick-dots li.slick-active button,
.h5service-active .slick-dots li.slick-active button {
	background: #ffc600;
}

.h5service-active .slick-dots li button {
	background: #cad2d7;
}

.h4facts-icon {
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.h4facts-iconpink {
	background: rgba(225, 36, 84, 0.1);
}

.h4facts-icongreen {
	background: rgba(143, 181, 105, 0.1);
}

.h4facts-single > span {
	display: block;
	font-size: 50px;
}

.h4facts-single h5 {
	font-size: 14px;
	margin-bottom: 0;
}

.h4facts-single {
	padding: 50px;
	border-radius: 12px;
}

.h4facts-single.border-facts {
	border: 2px solid #dfe5e9;
}

.h6fact-wrapper {
	padding-left: 205px;
}

.h4facts-single.box-shadow {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 8px 16px 0px rgba(200, 200, 200, 0.2);
}

.h4facts-thumb {
	display: inline-block;
	position: relative;
}

.h4facts-thumb::before {
	background: rgba(34, 54, 69, 0.82);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
}

.h4facts-playicon {
	position: absolute;
	left: 0;
	width: 319px;
	height: 319px;
	margin: 0 auto;
	text-align: center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s;
}

.h4facts-brandicon {
	position: absolute;
	left: -55px;
	z-index: 1;
	top: 50%;
	transform: translateY(-50px);
	height: 110px;
	width: 110px;
	background: #086ad8;
	text-align: center;
	line-height: 110px;
	border-radius: 50%;
}

.h4latestnews-bg::before {
	position: absolute;
	content: "";
	background: rgba(34, 54, 69, 0.9);
	width: 100%;
	height: 100%;
}

.h4latestnews-bg {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.h4latestnews-box:hover .h4latestnews-bg {
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
}

.h4latestnews-wrapper {
	padding: 55px 40px;
	border: 1px solid #f1f1f1;
	padding-right: 38px;
}

.h4news-content > h4 {
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.03em;
	margin-bottom: 11px;
}

.h4news-content {
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}

.h4adminnews-thumb > span > span {
	padding-left: 14px;
	letter-spacing: -0.03em;
}

.h4adminnews-date > span {
	color: #647589;
}

.h4adminnews-date > span > i {
	margin-right: 10px;
}

.h4adminnews-date {
	margin-left: 50px;
}

.btn-icon-gray {
	background-color: rgb(244, 249, 252);
	box-shadow: 0px 8px 16px 0px rgba(143, 171, 192, 0.2);
	color: #223645;
	transition: 0.4s;
}

.h4latestnews-box:hover .h4news-content > h4,
.h4latestnews-box:hover .h4news-content > p,
.h4latestnews-box:hover .h4adminnews-thumb > span > span,
.h4latestnews-box:hover .h4adminnews-date > span {
	color: #fff;
}

.btn-icon-gray:hover {
	background: #086ad8;
	box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
}

.h4latestnews-box:hover .h4latestnews-wrapper {
	border: 1px solid transparent;
}

.h4footer-menu ul li {
	float: none;
	width: 100%;
}

.h4events-list ul li {
	position: relative;
	margin-bottom: 10px;
}

.h4events-list ul li i {
	position: absolute;
	left: 0;
	font-size: 22px;
	color: #d2a98e;
	overflow: hidden;
	top: 4px;
}

.h4events-list ul li > span {
	padding-left: 35px;
	overflow: hidden;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #91a1b4;
}

.h4events-list ul li > span > span {
	display: block;
}

.h4events-list ul li > span.close-days {
	color: #d2a98e;
}

.h4footer-social ul li a {
	height: 40px;
	width: 40px;
	background: #243d4f;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 14px;
	color: #425f74;
	margin-right: 9px;
}

.h4footer-social ul li a:hover {
	background: #5798fe;
	color: #fff;
}

.h4footer-widget {
	padding-top: 27px;
}

/* Home Page 5 */
.h5services-wrapper {
	padding: 60px 55px;
}

.h5services-content {
	position: relative;
}

.h5services-icon {
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 35px;
}

.h5services-title {
	font-size: 22px;
	margin-bottom: 14px;
}

.h5services-content > p {
	color: #c0d0dc;
	margin-bottom: 30px;
}

.h5services-content > a > span.link {
	letter-spacing: 0.1em;
	text-decoration: underline;
}

.h5services-content > a > span.plus {
	font-size: 20px;
	line-height: 1;
	margin-right: 6px;
	font-family: "Poppins", sans-serif;
	vertical-align: middle;
}

.h5services-content > a:hover {
	color: #086ad8;
}

.h5services-events > li {
	position: relative;
	margin-bottom: 10px;
}

.h5services-events > li > span {
	position: absolute;
	left: 122px;
	top: 50%;
	transform: translateY(-50%);
}

.h5services-events {
	padding-top: 10px;
}

.h5sclose-days > li {
	font-size: 18px;
}

.h5services-wrapper {
	padding: 60px 55px;
	height: 100%;
	position: relative;
}

.h5sicon-bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.h6services-content {
	position: relative;
}

.h5services-bottom > span > i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}

.h5services-bottom > span {
	display: inline-block;
}

.h5services-bottom {
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}

.h6services-content {
	padding: 40px;
	position: relative;
}

/* Routine */
.routine__bg::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 54, 69, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.routine__table .table thead th,
.routine__table .table tbody th,
.routine__table .table tbody td {
	vertical-align: bottom;
	padding: 30px 20px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	color: #223645;
	font-weight: 700;
	background: #fff;
	border: 2px solid;
	font-family: "Poppins", sans-serif;
	letter-spacing: -0.03em;
	min-width: 167px;
}

.doctor--routine__wrapper h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.doctor--routine__wrapper span {
	font-size: 14px;
	font-weight: 500;
	color: #223645;
}

.routine__table .table tbody td {
	padding: 20px 15px;
	background-color: rgba(21, 40, 55, 0.5);
}

.routine__table .table tbody td.active-doctor {
	background: #d2a98e;
}

.routine__bg {
	background-size: cover;
	background-position: center center;
}

/* Routine end */
/* Gallery  */
.h5gallery-content {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-70%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.h5gallery__wrapper:hover .h5gallery-content {
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
	transform: translateY(-50%);
}

.h5gallery__wrapper::before {
	position: absolute;
	content: "";
	background-color: rgba(34, 54, 69, 0.89);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
}

.h5gallery__wrapper:hover::before {
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
}

.h5gallery-content > a > i {
	font-size: 20px;
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	transition: 0.4s;
}

.h5gallery-content > a > i:hover {
	color: #d2a98e;
}

.h5gallery-content > h4 {
	font-size: 22px;
}

.h5gallery-content > span > a {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.h5gallery-content > span > a:hover {
	color: #086ad8;
}

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

/* .gallery-filter - REMOVED: Not used in website */

/* Gallery end */

/* Tab */
.h5medical-tab-menu {
	margin-top: -50px;
}

.h5medical-tab-menu > nav > .nav a {
	line-height: 1;
	padding: 30px 40px;
	border: 0px solid transparent;
	border-radius: 0;
	background: #e8ebec;
	font-size: 24px;
	color: #223645;
	font-weight: 600;
	width: 33.33%;
	text-align: center;
	margin-bottom: 60px;
	transition: 0.4s;
	font-family: "Poppins", sans-serif;
}

.h5medical-tab-menu > nav > .nav a.active {
	background: #086ad8;
	color: #fff;
}

.h5medical-tab-menu .nav-tabs {
	border-bottom: 0px;
}

.h5medical-tab-menu > nav > .nav a i {
	margin-right: 20px;
	display: inline-block;
}

.h5medical-content > h4 {
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 35px;
	padding-right: 47px;
}

.h5medical-content > h4::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 5px;
	background: #086ad8;
	bottom: 0;
}

.h5medical-content > p {
	color: #647589;
	margin-bottom: 25px;
}

.h5medical-content > ul > li {
	color: #647589;
	font-weight: 500;
	display: block;
	margin-bottom: 13px;
}

.h5medical-content > ul > li > i {
	margin-right: 15px;
}

.h5medical-content {
	padding-left: 30px;
	padding-right: 67px;
}

.medical-tab-border {
	padding-bottom: 100px;
	border-bottom: 2px solid #f1f1f1;
}

/* Tab end */

/* fact  */
.h5fact-wrapper > i {
	display: block;
	font-size: 40px;
	color: #d2a98e;
	margin-bottom: 25px;
}

.h5fact-wrapper > span {
	font-size: 40px;
	font-weight: 600;
	color: #086ad8;
	font-family: "Poppins", sans-serif;
	margin-bottom: 3px;
	display: block;
}

.h5fact-wrapper > h5 {
	font-size: 14px;
	font-weight: 500;
	color: #223645;
	margin-bottom: 15px;
}

.h5fact-wrapper {
	padding-right: 30px;
}

.h5fact-border {
	border-bottom: 2px solid #f1f1f1;
}

/* Survey Page Styles */
.survey-wrapper {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 30px;
}

.survey-wrapper iframe {
	border: none;
	width: 100%;
	min-height: 4300px;
}

@media (max-width: 768px) {
	.survey-wrapper {
		padding: 10px;
	}
}

/* Mission List Styles */
.mission-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mission-list li {
	margin-bottom: 20px;
	position: relative;
}

.mission-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.mission-number {
	background: #12223b;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	flex-shrink: 0;
}

.mission-content {
	flex-grow: 1;
	padding-top: 5px;
}

/* Home Page Custom Styles */
.home-page .title-shadow {
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	letter-spacing: 1.5px;
}

.home-page .layanan-box:hover {
	box-shadow: 0 8px 32px rgba(44, 62, 80, 0.1),
		0 1.5px 6px rgba(252, 184, 20, 0.08);
	transform: translateY(-4px) scale(1.03);
}

.home-page .tombol-modern:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2) !important;
	text-decoration: none;
}

.home-page .transition:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.home-page .brand-carousel .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-page .brand-carousel img {
	transition: transform 0.3s ease;
}

.home-page .brand-carousel img:hover {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.home-page .faq-left-box {
		margin-bottom: 30px !important;
	}

	.home-page .faq-video-container {
		height: 300px !important;
	}

	.home-page .about-title {
		margin-top: 20px !important;
	}

	.home-page .slogan-card-modern {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 767px) {
	.home-page .faq-left-box {
		margin-bottom: 20px !important;
	}

	.home-page .faq-video-container {
		height: 250px !important;
	}

	.home-page .about-title {
		margin-top: 15px !important;
	}

	.home-page .slogan-card-modern {
		margin-bottom: 10px !important;
		min-height: 160px !important;
	}

	.home-page .iso-certification-modern {
		padding: 20px !important;
	}
}

.home-page .certification-slogan {
	animation: fadeInUp 0.8s ease-out;
}

.home-page .slogan-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-page .slogan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.home-page .certification-slogan-section {
	animation: fadeInUp 1s ease-out;
}

.home-page .iso-certification-modern {
	transition: all 0.4s ease;
	animation: slideInLeft 0.8s ease-out;
}

.home-page .iso-certification-modern:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 51, 102, 0.4) !important;
}

.home-page .slogan-card-modern {
	transition: all 0.4s ease;
	animation: fadeInUp 0.8s ease-out;
	animation-delay: calc(var(--card-index, 0) * 0.1s);
}

.home-page .slogan-card-modern:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.home-page .slogan-card-modern:nth-child(1) {
	--card-index: 1;
}

.home-page .slogan-card-modern:nth-child(2) {
	--card-index: 2;
}

.home-page .slogan-card-modern:nth-child(3) {
	--card-index: 3;
}

.home-page .iso-certification-modern::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: linear-gradient(
        45deg,
			transparent 30%,
			rgba(252, 184, 20, 0.05) 50%,
        transparent 70%
    );
	animation: shimmer 3s infinite;
	pointer-events: none;
}

@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.home-page .slogan-icon {
	animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

.home-page .certification-slogan-section h5 {
	background: #003366;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Permohonan Page Custom Styles */
.permohonan-page .btn-custom {
	position: relative;
	overflow: hidden;
}

.permohonan-page .btn-custom::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
    background: linear-gradient(
        90deg,
			transparent,
			rgba(255, 255, 255, 0.2),
        transparent
    );
	transition: left 0.5s;
}

.permohonan-page .btn-custom:hover::before {
	left: 100%;
}

.permohonan-page .alur-permohonan-step {
	transition: all 0.3s ease;
}

.permohonan-page .alur-permohonan-step:hover {
	transform: translateY(-5px);
}

.permohonan-page .alur-permohonan-icon {
	transition: all 0.3s ease;
}

.permohonan-page .alur-permohonan-step:hover .alur-permohonan-icon {
	transform: scale(1.1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.permohonan-page .counter-number {
	animation: pulse 2s infinite;
}

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

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

/* Pengaduan Page Custom Styles */
.pengaduan-page .btn-custom {
	position: relative;
	overflow: hidden;
}

.pengaduan-page .btn-custom::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
    background: linear-gradient(
        90deg,
			transparent,
			rgba(255, 255, 255, 0.2),
        transparent
    );
	transition: left 0.5s;
}

.pengaduan-page .btn-custom:hover::before {
	left: 100%;
}

.pengaduan-page .alur-step {
	transition: all 0.3s ease;
}

.pengaduan-page .alur-step:hover {
	transform: translateY(-5px);
}

.pengaduan-page .alur-icon {
	transition: all 0.3s ease;
}

.pengaduan-page .alur-step:hover .alur-icon {
	transform: scale(1.1);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.pengaduan-page #counterNumber {
	animation: pulse 2s infinite;
}

/* Maintenance Page Custom Styles */
.maintenance-page body {
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.maintenance-page .maintenance-box {
	text-align: center;
	padding: 40px 30px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.maintenance-page .maintenance-box h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.maintenance-page .maintenance-box p {
	font-size: 1.2rem;
	color: #555;
}

/* ====== LOGIN MODERN ====== */
.basic-login {
	background: #fff;
	border-radius: 18px;
    box-shadow: 0 6px 32px 0 rgba(0, 30, 84, 0.1);
	padding: 2.5rem 2rem 2rem 2rem;
	max-width: 420px;
	margin: 0 auto;
}

.basic-login h3 {
	font-weight: 700;
	color: #0a2b5c;
	margin-bottom: 2rem;
}

.input-group {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 4px 0 rgba(0, 30, 84, 0.04);
	background: #f7faff;
	margin-bottom: 1.1rem;
}

.input-group-text {
	background: #e3eefd;
	border: none;
	color: #0a2b5c;
	font-size: 1.1rem;
	padding: 0.65rem 0.9rem;
	transition: background 0.2s;
}

.input-group .form-control {
	border: none;
	background: transparent;
	font-size: 1rem;
	color: #223645;
	padding: 0.65rem 0.9rem;
}

.input-group .form-control:focus {
	background: #f0f6ff;
	box-shadow: none;
}

.input-group .password-toggle {
	background: #e3eefd;
	color: #0a2b5c;
	border: none;
	font-size: 1.1rem;
	transition: background 0.2s;
}

.input-group .password-toggle:hover {
	background: #d2e3fa;
	color: #086ad8;
}

.invalid-feedback {
	font-size: 0.95rem;
	color: #e74c3c;
	margin-top: -0.7rem;
	margin-bottom: 0.7rem;
}

/* .bt-btn.bt-btn-sec - REMOVED: Duplicate with existing .bt-btn-sec */

/* .bt-btn.w-100 - REMOVED: Duplicate with existing .bt-btn */

.or-divide {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 1.5rem 0 1.2rem 0;
}

.or-divide span {
	background: #fff;
	color: #b0b8c9;
	font-size: 0.95rem;
	padding: 0 1.2rem;
	z-index: 1;
}

.or-divide:before,
.or-divide:after {
    content: "";
	flex: 1;
	border-bottom: 1.5px solid #e3eefd;
	margin: 0 0.5rem;
}

.login-action {
	margin-bottom: 1.2rem;
}

.log-rem label,
.forgot-login a {
	font-size: 0.98rem;
	color: #0a2b5c;
}

.forgot-login a:hover {
	color: #086ad8;
	text-decoration: underline;
}

/* END LOGIN MODERN */

/* Card login lebih lebar */
.basic-login {
	max-width: 600px;
}

/* Judul login sedikit lebih kecil */
.basic-login h3 {
	font-size: 1.6rem;
}

/* .bt-btn.bt-btn-sec - REMOVED: Duplicate with existing .bt-btn-sec */

/* ========================================
   HEADER STYLES - Navigasi Website
   ======================================== */
/* Area menu header dengan gradient biru */
.header-menu-area {
	background: linear-gradient(90deg, #003366 0%, #00509d 100%);
	box-shadow: 0 2px 8px rgba(0, 51, 102, 0.08);
	border-bottom: 3px solid #fcb814;
}

.header__menu.menu-dark ul li > a {
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: color 0.2s;
}

.header__menu.menu-dark ul li > a:hover,
.header__menu.menu-dark ul li.active > a {
	color: #fcb814 !important;
	/* border-bottom: 2.5px solid #fcb814; */
	background: transparent;
}

/* .header-right-btn .bt-btn - REMOVED: Duplicate with existing .bt-btn */

.header__menu.menu-dark ul li .submenu {
    background: #003366;
    border-radius: 0 0 8px 8px;
}

/* ========================================
   MODERN STATISTICS SECTION - Bagian Statistik Modern
   ======================================== */
/* Section Statistik dengan design modern */
.modern-statistics-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

/* Background pattern dengan elemen geometris */
.modern-statistics-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 20% 80%, rgba(0, 51, 102, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(252, 183, 20, 0.03) 0%, transparent 50%),
		radial-gradient(circle at 40% 40%, rgba(8, 106, 216, 0.02) 0%, transparent 50%);
	z-index: 1;
}

/* Overlay pattern dengan garis geometris */
.modern-statistics-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(45deg, transparent 48%, rgba(0, 51, 102, 0.02) 49%, rgba(0, 51, 102, 0.02) 51%, transparent 52%),
		linear-gradient(-45deg, transparent 48%, rgba(252, 183, 20, 0.02) 49%, rgba(252, 183, 20, 0.02) 51%, transparent 52%);
	background-size: 60px 60px;
	z-index: 2;
}

/* Floating elements untuk efek visual tambahan */
.statistics-floating-element {
	position: absolute;
	opacity: 0.1;
	z-index: 1;
}

.statistics-floating-element-1 {
	top: 10%;
	left: 5%;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #003366, #086ad8);
	border-radius: 50%;
	animation: float 6s ease-in-out infinite;
}

.statistics-floating-element-2 {
	top: 20%;
	right: 8%;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 50%;
	animation: float 8s ease-in-out infinite reverse;
}

.statistics-floating-element-3 {
	bottom: 15%;
	left: 10%;
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #28a745, #20c997);
	border-radius: 50%;
	animation: float 7s ease-in-out infinite;
}

.statistics-floating-element-4 {
	bottom: 25%;
	right: 15%;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #dc3545, #e74c3c);
	border-radius: 50%;
	animation: float 9s ease-in-out infinite reverse;
}

/* Header section */
.statistics-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
}

.statistics-subtitle {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.statistics-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #003366;
	margin-bottom: 20px;
	line-height: 1.2;
}

.statistics-accent {
	color: #fcb714;
}

.statistics-line {
	width: 60px;
	height: 3px;
	background: #fcb714;
	border-radius: 2px;
	margin: 0 auto;
}

/* Statistics cards */
.statistics-cards {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}

.statistics-card {
	background: white;
	border-radius: 12px;
	padding: 30px 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.statistics-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.statistics-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, #003366, #086ad8);
}

.statistics-card-statistics-blue::before {
	background: linear-gradient(135deg, #003366, #086ad8);
}

.statistics-card-statistics-yellow::before {
	background: linear-gradient(135deg, #fcb714, #ffd700);
}

.statistics-card-statistics-green::before {
	background: linear-gradient(135deg, #28a745, #20c997);
}

.statistics-card-statistics-red::before {
	background: linear-gradient(135deg, #dc3545, #e74c3c);
}

.statistics-icon {
	margin-bottom: 20px;
}

.statistics-icon i {
	font-size: 2.3rem;
	color: #003366;
}

.statistics-card-statistics-yellow .statistics-icon i {
	color: #fcb714;
}

.statistics-card-statistics-green .statistics-icon i {
	color: #28a745;
}

.statistics-card-statistics-red .statistics-icon i {
	color: #dc3545;
}

.statistics-value {
	font-size: 1.8rem;
	font-weight: 800;
	color: #333;
	margin-bottom: 10px;
}

.statistics-label {
	font-size: 1rem;
	color: #666;
	margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.modern-statistics-section {
		padding: 60px 0;
	}

	.statistics-title {
		font-size: 1.5rem;
	}

	.statistics-header {
		margin-bottom: 40px;
	}

	.statistics-cards {
		margin-top: 30px;
	}

	.statistics-card {
		padding: 25px 15px;
		margin-bottom: 15px;
	}

	.statistics-icon i {
		font-size: 2rem;
	}

	.statistics-value {
		font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
	.statistics-title {
		font-size: 1.3rem;
	}

	.statistics-card {
		padding: 20px 15px;
	}

	.statistics-icon i {
		font-size: 1.8rem;
	}

	.statistics-value {
		font-size: 1.3rem;
	}

	.statistics-label {
		font-size: 0.9rem;
	}
}

/* ========================================
   MODERN ABOUT SECTION - Bagian About Modern
   ======================================== */
/* Section About dengan design modern */
.modern-about-section {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

/* Background pattern dengan elemen geometris untuk About */
.modern-about-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 15% 15%, rgba(252, 183, 20, 0.04) 0%, transparent 50%),
		radial-gradient(circle at 85% 85%, rgba(0, 51, 102, 0.04) 0%, transparent 50%),
		radial-gradient(circle at 50% 20%, rgba(8, 106, 216, 0.03) 0%, transparent 50%);
	z-index: 1;
}

/* Overlay pattern dengan bentuk yang berbeda untuk About */
.modern-about-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(30deg, transparent 48%, rgba(252, 183, 20, 0.02) 49%, rgba(252, 183, 20, 0.02) 51%, transparent 52%),
		linear-gradient(-30deg, transparent 48%, rgba(0, 51, 102, 0.02) 49%, rgba(0, 51, 102, 0.02) 51%, transparent 52%);
	background-size: 80px 80px;
	z-index: 2;
}

/* Floating elements untuk About section */
.about-floating-element {
	position: absolute;
	opacity: 0.08;
	z-index: 1;
}

.about-floating-element-1 {
	top: 8%;
	left: 3%;
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 20px;
	transform: rotate(45deg);
	animation: float 10s ease-in-out infinite;
}

.about-floating-element-2 {
	top: 15%;
	right: 5%;
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #003366, #086ad8);
	border-radius: 50%;
	animation: float 12s ease-in-out infinite reverse;
}

.about-floating-element-3 {
	bottom: 20%;
	left: 8%;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #28a745, #20c997);
	border-radius: 15px;
	transform: rotate(30deg);
	animation: float 9s ease-in-out infinite;
}

.about-floating-element-4 {
	bottom: 10%;
	right: 12%;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #6f42c1, #e83e8c);
	border-radius: 50%;
	animation: float 11s ease-in-out infinite reverse;
}

/* About features */
.about-features {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
}

.feature-card {
	background: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
}

.feature-card-feature-blue::before {
	background: linear-gradient(135deg, #003366, #086ad8);
}

.feature-card-feature-green::before {
	background: linear-gradient(135deg, #28a745, #20c997);
}

.feature-card-feature-yellow::before {
	background: linear-gradient(135deg, #fcb714, #ffd700);
}

.feature-card-feature-purple::before {
	background: linear-gradient(135deg, #6f42c1, #e83e8c);
}

.feature-icon {
	margin-bottom: 20px;
}

.feature-icon i {
	font-size: 3rem;
	color: #003366;
}

.feature-card-feature-green .feature-icon i {
	color: #28a745;
}

.feature-card-feature-yellow .feature-icon i {
	color: #fcb714;
}

.feature-card-feature-purple .feature-icon i {
	color: #6f42c1;
}

.feature-content {
	width: 100%;
}

.feature-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}

.feature-description {
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 0;
	line-height: 1.5;
}

/* About content */
.about-content {
	padding-left: 20px;
	position: relative;
	z-index: 3;
}

.about-header {
	margin-bottom: 30px;
}

.about-subtitle {
	color: #fcb814;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.about-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #003366;
	margin-bottom: 0;
	line-height: 1.2;
}

.about-description {
	margin-bottom: 30px;
}

.about-description p {
	text-align: justify;
	font-size: 1rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 0;
}

.about-features-list {
	list-style: none;
	padding-left: 0;
	border-left: 3px solid #fcb814;
	padding-left: 20px;
}

.about-feature-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.about-feature-item i {
	color: #28a745;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 1.1rem;
}

.about-feature-item span {
	color: #555;
	font-size: 1rem;
	line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
	.modern-about-section {
		padding: 60px 0;
	}

	.about-content {
		padding-left: 0;
		margin-top: 40px;
	}

	.about-title {
		font-size: 1.8rem;
	}

	.about-features {
		margin-bottom: 30px;
	}

	.feature-card {
		padding: 20px;
		margin-bottom: 15px;
	}

	.feature-icon i {
		font-size: 2.5rem;
	}

	.feature-title {
		font-size: 1rem;
	}

	.feature-description {
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.about-title {
		font-size: 1.5rem;
	}

	.about-description p {
		font-size: 0.95rem;
	}

	.feature-card {
		padding: 15px;
	}

	.feature-icon i {
		font-size: 2rem;
	}

	.about-feature-item span {
		font-size: 0.95rem;
	}
}

/* ========================================
   MODERN FAQ SECTION - Bagian FAQ Modern
   ======================================== */
/* Section FAQ dengan design modern */
.modern-faq-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

/* Background pattern dengan elemen geometris untuk FAQ */
.modern-faq-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 25% 25%, rgba(0, 51, 102, 0.04) 0%, transparent 50%),
		radial-gradient(circle at 75% 75%, rgba(252, 183, 20, 0.04) 0%, transparent 50%),
		radial-gradient(circle at 50% 50%, rgba(8, 106, 216, 0.03) 0%, transparent 50%);
	z-index: 1;
}

/* Overlay pattern dengan bentuk yang berbeda untuk FAQ */
.modern-faq-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(60deg, transparent 48%, rgba(0, 51, 102, 0.02) 49%, rgba(0, 51, 102, 0.02) 51%, transparent 52%),
		linear-gradient(-60deg, transparent 48%, rgba(252, 183, 20, 0.02) 49%, rgba(252, 183, 20, 0.02) 51%, transparent 52%);
	background-size: 70px 70px;
	z-index: 2;
}

/* FAQ Left Box */
.faq-left-box {
	margin-bottom: 30px;
	position: relative;
	z-index: 3;
}

/* FAQ Video Container */
.faq-video-container {
	position: relative;
	width: 100%;
	height: 350px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.faq-video-container video {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
	background: #000;
}

/* FAQ Video Overlay */
.faq-video-overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(252, 184, 20, 0.9);
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 14px;
	z-index: 4;
}

.faq-video-overlay i {
	margin-right: 8px;
}

/* Logo Section */
.logo-section {
	background: rgba(255, 255, 255, 0.9);
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	position: relative;
	z-index: 3;
}

.logo-item {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.logo-item img {
	max-height: 50px;
	width: auto;
	filter: grayscale(20%);
	transition: filter 0.3s ease;
}

.logo-item:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.logo-item:hover img {
	filter: grayscale(0%);
}

/* FAQ Container */
.faq-simple-container {
	padding: 30px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	height: fit-content;
	position: relative;
	z-index: 3;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* FAQ Header */
.faq-header {
	text-align: center;
	margin-bottom: 30px;
}

.faq-subtitle {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.faq-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #003366;
	margin-bottom: 20px;
	line-height: 1.2;
}

.faq-accent {
	color: #fcb714;
}

.faq-line {
	width: 60px;
	height: 3px;
	background: #fcb714;
	border-radius: 2px;
	margin: 0 auto;
}

/* FAQ List */
.faq-simple-list {
	margin-top: 20px;
}

.faq-item {
	margin-bottom: 15px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 12px;
	border-left: 4px solid #fcb714;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.faq-item:hover {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.faq-item:last-child {
	margin-bottom: 0;
}

/* FAQ Question */
.faq-question {
	color: #003366;
	font-weight: 600;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 1rem;
	display: flex;
	align-items: center;
	transition: color 0.3s ease;
}

.faq-question:hover {
	color: #fcb714;
}

.faq-icon {
	color: #fcb714;
	margin-right: 12px;
	transition: transform 0.3s ease;
	font-size: 14px;
}

/* FAQ Answer */
.faq-answer {
	display: none;
	color: #666;
	line-height: 1.6;
	padding-left: 26px;
	font-size: 0.95rem;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(252, 183, 20, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
	.modern-faq-section {
		padding: 60px 0;
	}

	.faq-title {
		font-size: 1.5rem;
	}

	.faq-video-container {
		height: 250px;
	}

	.faq-simple-container {
		padding: 25px;
	}

	.faq-item {
		padding: 15px;
	}

	.faq-question {
		font-size: 0.9rem;
	}

	.faq-answer {
		font-size: 0.85rem;
		padding-left: 20px;
	}
}

@media (max-width: 480px) {
	.faq-title {
		font-size: 1.3rem;
	}

	.faq-video-container {
		height: 200px;
	}

	.faq-simple-container {
		padding: 20px;
	}

	.faq-item {
		padding: 12px;
	}

	.faq-question {
		font-size: 0.85rem;
	}

	.faq-answer {
		font-size: 0.8rem;
		padding-left: 18px;
	}
}

/* ========================================
   MODERN TESTIMONI SECTION - Bagian Testimoni Modern
   ======================================== */
/* Section Testimoni dengan design modern */
.modern-testimoni-section {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

/* Background pattern dengan elemen geometris untuk Testimoni */
.modern-testimoni-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 20% 20%, rgba(252, 183, 20, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(0, 51, 102, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 50% 10%, rgba(8, 106, 216, 0.03) 0%, transparent 50%);
	z-index: 1;
}

/* Overlay pattern dengan bentuk yang berbeda untuk Testimoni */
.modern-testimoni-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(75deg, transparent 48%, rgba(252, 183, 20, 0.02) 49%, rgba(252, 183, 20, 0.02) 51%, transparent 52%),
		linear-gradient(-75deg, transparent 48%, rgba(0, 51, 102, 0.02) 49%, rgba(0, 51, 102, 0.02) 51%, transparent 52%);
	background-size: 90px 90px;
	z-index: 2;
}

/* Floating elements untuk Testimoni section */
.testimoni-floating-element {
	position: absolute;
	opacity: 0.06;
	z-index: 1;
}

.testimoni-floating-element-1 {
	top: 10%;
	left: 5%;
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 50%;
	animation: float 12s ease-in-out infinite;
}

.testimoni-floating-element-2 {
	top: 25%;
	right: 8%;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #003366, #086ad8);
	border-radius: 20px;
	transform: rotate(45deg);
	animation: float 14s ease-in-out infinite reverse;
}

.testimoni-floating-element-3 {
	bottom: 20%;
	left: 10%;
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, #28a745, #20c997);
	border-radius: 50%;
	animation: float 10s ease-in-out infinite;
}

.testimoni-floating-element-4 {
	bottom: 15%;
	right: 12%;
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #dc3545, #e74c3c);
	border-radius: 15px;
	transform: rotate(30deg);
	animation: float 16s ease-in-out infinite reverse;
}

/* Header section */
.testimoni-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
}

.testimoni-subtitle {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.testimoni-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #003366;
	margin-bottom: 20px;
	line-height: 1.2;
}

.testimoni-accent {
	color: #fcb714;
}

.testimoni-line {
	width: 60px;
	height: 3px;
	background: #fcb714;
	border-radius: 2px;
	margin: 0 auto 20px;
}

.testimoni-description {
	font-size: 1.1rem;
	color: #6c757d;
	margin-bottom: 0;
}

/* Testimonial carousel */
.testimonial-carousel {
	margin-top: 40px;
	position: relative;
	z-index: 3;
}

.testimonial-card {
	background: white;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid rgba(252, 184, 20, 0.1);
	margin: 0 10px;
	min-height: 320px;
	position: relative;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	border-color: rgba(252, 184, 20, 0.3);
}

/* Rating stars */
.testimonial-rating {
	text-align: center;
	margin-bottom: 20px;
}

.testimonial-rating .fas {
	font-size: 0.9rem;
	margin: 0 2px;
}

.star-active {
	color: #fcb714;
}

.star-inactive {
	color: #e9ecef;
}

/* Testimonial content */
.testimonial-content {
	margin-bottom: 20px;
}

.testimonial-quote {
	font-style: italic;
	color: #555;
	line-height: 1.5;
	font-size: 0.85rem;
	text-align: center;
	margin-bottom: 0;
}

/* Quote icon */
.testimonial-quote-icon {
	text-align: center;
	margin-bottom: 20px;
}

.testimonial-quote-icon i {
	color: #fcb714;
	font-size: 1.2rem;
	opacity: 0.3;
}

/* User info */
.testimonial-user {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.testimonial-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.1rem;
	box-shadow: 0 3px 10px rgba(252, 184, 20, 0.3);
	margin-bottom: 15px;
}

.testimonial-user-details {
	width: 100%;
}

.testimonial-user-name {
	color: #003366;
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.testimonial-user-position {
	color: #6c757d;
	font-size: 0.75rem;
	margin-bottom: 5px;
}

.testimonial-date {
	color: #6c757d;
	font-size: 0.7rem;
}

.testimonial-date i {
	margin-right: 5px;
}

/* Carousel navigation */
.testimonial-carousel .owl-nav {
	text-align: center;
	margin-top: 30px;
}

.testimonial-carousel .owl-nav button {
	background: #003366;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav button:hover {
	background: #fcb714;
	color: #003366;
}

.testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.testimonial-carousel .owl-dot {
	background: #e9ecef;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.testimonial-carousel .owl-dot.active {
	background: #fcb714;
}

/* Responsive Design */
@media (max-width: 768px) {
	.modern-testimoni-section {
		padding: 60px 0;
	}

	.testimoni-title {
		font-size: 2rem;
	}

	.testimoni-header {
		margin-bottom: 40px;
	}

	.testimonial-card {
		min-height: 280px;
		padding: 20px;
		margin: 0 5px;
	}

	.testimonial-quote {
		font-size: 0.8rem;
	}

	.testimonial-avatar {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.testimoni-title {
		font-size: 1.5rem;
	}

	.testimoni-description {
		font-size: 1rem;
	}

	.testimonial-card {
		padding: 15px;
		min-height: 260px;
	}

	.testimonial-quote {
		font-size: 0.75rem;
	}

	.testimonial-user-name {map
		font-size: 0.8rem;
	}

	.testimonial-user-position {
		font-size: 0.7rem;
	}

	.testimonial-date {
		font-size: 0.65rem;
	}
}

/* ========================================
   MODERN CERTIFICATION SECTION - Bagian Sertifikasi Modern
   ======================================== */
/* Section Sertifikasi dengan design modern */
.modern-certification-section {
	background: linear-gradient(135deg, rgba(0, 51, 102, 0.85) 0%, rgba(0, 64, 128, 0.85) 30%, rgba(5, 86, 179, 0.85) 70%, rgba(8, 106, 216, 0.85) 100%), url('../img/fact/map.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

/* Background pattern dengan elemen prestisius untuk Sertifikasi */
.modern-certification-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 15% 15%, rgba(252, 183, 20, 0.05) 0%, transparent 60%),
		radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.03) 0%, transparent 60%),
		radial-gradient(circle at 50% 50%, rgba(252, 183, 20, 0.02) 0%, transparent 70%);
	z-index: 1;
}

/* Overlay pattern dengan bentuk prestisius untuk Sertifikasi */
.modern-certification-section::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(45deg, transparent 48%, rgba(252, 183, 20, 0.015) 49%, rgba(252, 183, 20, 0.015) 51%, transparent 52%),
		linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.01) 49%, rgba(255, 255, 255, 0.01) 51%, transparent 52%);
	background-size: 100px 100px;
	z-index: 2;
}

/* Floating elements prestisius untuk Certification section */
.certification-floating-element {
	position: absolute;
	opacity: 0.1;
	z-index: 1;
}

.certification-floating-element-1 {
	top: 8%;
	left: 3%;
	width: 150px;
	height: 150px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 50%;
	animation: float 15s ease-in-out infinite;
	box-shadow: 0 0 30px rgba(252, 183, 20, 0.3);
}

.certification-floating-element-2 {
	top: 20%;
	right: 5%;
	width: 100px;
	height: 100px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
	border-radius: 50%;
	animation: float 18s ease-in-out infinite reverse;
	box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
}

.certification-floating-element-3 {
	bottom: 25%;
	left: 8%;
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 20px;
	transform: rotate(45deg);
	animation: float 12s ease-in-out infinite;
	box-shadow: 0 0 35px rgba(252, 183, 20, 0.25);
}

.certification-floating-element-4 {
	bottom: 15%;
	right: 10%;
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
	border-radius: 50%;
	animation: float 20s ease-in-out infinite reverse;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
}

/* Header section */
.certification-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 3;
}

.certification-title {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.certification-icon {
	color: #fcb714;
	margin-right: 15px;
}

.certification-line {
	width: 60px;
	height: 3px;
	background: #fcb714;
	border-radius: 2px;
	margin: 0 auto;
}

/* Certification cards */
.certification-cards {
	margin-bottom: 10px;
	position: relative;
	z-index: 3;
}

.certification-card {
	background: linear-gradient(135deg, #003366 0%, #004080 50%, #0056b3 100%);
	border-radius: 15px;
	padding: 25px;
	color: white;
	box-shadow: 0 10px 30px rgba(0, 51, 102, 0.3);
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	min-height: 180px;
}

.certification-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 51, 102, 0.4);
}

.certification-card-smap {
	background: linear-gradient(135deg, #fcb714 0%, #ffe082 100%);
	color: #003366;
	box-shadow: 0 10px 30px rgba(252, 184, 20, 0.18);
}

.certification-card-smap:hover {
	box-shadow: 0 15px 40px rgba(252, 184, 20, 0.3);
}

/* Background decorations */
.certification-card-bg-1 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 150px;
	height: 150px;
	background: rgba(252, 184, 20, 0.1);
	border-radius: 50%;
}

.certification-card-smap .certification-card-bg-1 {
	background: rgba(0, 51, 102, 0.08);
}

.certification-card-bg-2 {
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 100px;
	height: 100px;
	background: rgba(252, 184, 20, 0.08);
	border-radius: 50%;
}

.certification-card-smap .certification-card-bg-2 {
	background: rgba(0, 51, 102, 0.05);
}

/* Card content */
.certification-card-content {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.certification-icon-wrapper {
	background: rgba(252, 184, 20, 0.2);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.certification-card-smap .certification-icon-wrapper {
	background: rgba(0, 51, 102, 0.12);
}

.certification-main-icon {
	font-size: 2.5rem;
	color: #fcb714;
}

.certification-card-smap .certification-main-icon {
	color: #003366;
}

.certification-text {
	flex: 1;
}

.certification-card-title {
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.certification-card-smap .certification-card-title {
	color: #003366;
}

.certification-card-description {
	font-size: 1rem;
	opacity: 0.95;
	color: #fff;
	margin-bottom: 15px;
}

.certification-card-smap .certification-card-description {
	color: #003366;
}

.certification-badge {
	display: inline-block;
	background: rgba(252, 184, 20, 0.9);
	color: #003366;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
}

.certification-badge-smap {
	background: #003366;
	color: #fcb714;
}

.certification-action {
	opacity: 0.7;
	text-align: center;
}

.certification-action-icon {
	font-size: 2rem;
	color: #fcb714;
}

.certification-card-smap .certification-action-icon {
	color: #003366;
}

.certification-action-text {
	font-size: 0.8rem;
	display: block;
	margin-top: 5px;
}

/* Slogan cards */
.slogan-cards {
	margin-top: 40px;
	position: relative;
	z-index: 3;
}

.slogan-card {
	border-radius: 15px;
	padding: 25px;
	text-align: center;
	color: white;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	min-height: 180px;
	transition: all 0.3s ease;
}

.slogan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.slogan-card-zi {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.slogan-card-wbk {
	background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%);
}

.slogan-card-bg {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.slogan-icon {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.slogan-icon i {
	font-size: 2rem;
	color: gold;
}

.slogan-title {
	font-size: 1.2rem;
    color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}

.slogan-description {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

/* Responsive Design */
@media (max-width: 768px) {
	.modern-certification-section {
		padding: 60px 0;
	}

	.certification-title {
		font-size: 2rem;
	}

	.certification-header {
		margin-bottom: 40px;
	}

	.certification-card {
		min-height: 180px;
		padding: 20px;
	}

	.certification-card-content {
		flex-direction: column;
		text-align: center;
	}

	.certification-icon-wrapper {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.certification-action {
		margin-top: 15px;
	}

	.slogan-card {
		min-height: 160px;
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.certification-title {
		font-size: 1.5rem;
	}

	.certification-card {
		padding: 15px;
	}

	.certification-icon-wrapper {
		width: 60px;
		height: 60px;
	}

	.certification-main-icon {
		font-size: 2rem;
	}

	.slogan-card {
		padding: 15px;
	}

	.slogan-icon {
		width: 60px;
		height: 60px;
	}

	.slogan-icon i {
		font-size: 1.5rem;
	}
}

/* ========================================
   MODERN BRAND SECTION - Bagian Brand Modern
   ======================================== */
/* Section Brand dengan design modern */
.modern-brand-section {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
	min-height: 400px;
	display: flex;
	align-items: center;
}

/* Background image dengan efek parallax */
.brand-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

/* Overlay dengan gradient modern */
.brand-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 51, 102, 0.8), rgba(8, 106, 216, 0.6));
	z-index: 2;
}

/* Content container */
.brand-content {
	position: relative;
	z-index: 3;
	text-align: center;
}

/* Header section */
.brand-header {
	margin-bottom: 50px;
}

.brand-subtitle {
	color: #999;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.brand-title {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}

.brand-accent {
	color: #fcb714;
}

.brand-line {
	width: 60px;
	height: 3px;
	background: #fcb714;
	border-radius: 2px;
	margin: 0 auto;
}

/* Brand carousel */
.brand-carousel {
	margin-top: 40px;
}

.brand-item {
	padding: 0 15px;
}

.brand-link {
	display: block;
	transition: all 0.3s ease;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-link:hover {
	transform: translateY(-5px);
	background: rgba(252, 183, 20, 0.2);
	border-color: #fcb714;
	box-shadow: 0 10px 30px rgba(252, 183, 20, 0.3);
}

.brand-logo {
	max-height: 64px;
	width: auto;
	filter: brightness(1) contrast(1.1);
	transition: all 0.3s ease;
}

.brand-link:hover .brand-logo {
	filter: brightness(1.1) contrast(1.2) saturate(1.2);
	transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
	.modern-brand-section {
		padding: 60px 0;
		min-height: 300px;
	}

	.brand-title {
		font-size: 2rem;
	}

	.brand-header {
		margin-bottom: 30px;
	}

	.brand-link {
		padding: 15px;
	}

	.brand-logo {
		max-height: 50px;
	}
}

@media (max-width: 480px) {
	.brand-title {
		font-size: 1.5rem;
	}

	.brand-subtitle {
		font-size: 12px;
	}
}

/* ========================================
   MODERN MODAL STYLES - Popup Windows
   ======================================== */

/* Stat Box untuk footer */
.stat-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 5px;
    border: 1px solid rgba(252, 183, 20, 0.2);
    transition: all 0.3s ease;
}

.stat-box:hover {
    background: rgba(252, 183, 20, 0.1);
    border-color: rgba(252, 183, 20, 0.4);
    transform: translateY(-2px);
}

/* Header Logo Styles */
.header-main-logo {
    max-height: 40px;
    margin-right: 15px;
}

.header-secondary-logo {
    height: 40px;
    width: auto;
}
/* Modal container dengan desain modern */
.modern-modal {
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 51, 102, 0.3);
    border: none;
    overflow: hidden;
}

.modern-modal-header {
    background: linear-gradient(135deg, #003366 0%, #086ad8 100%);
    color: white;
    border: none;
    padding: 1.5rem 2rem;
    border-radius: 15px 15px 0 0;
}

.modern-modal-header .modal-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0;
}

.modern-modal-icon {
    color: #fcb714;
    font-size: 1.2rem;
}

.modern-modal-close {
    color: white;
    opacity: 0.8;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.modern-modal-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.modern-modal-body {
    padding: 2rem;
    background: #fff;
}

.modern-modal-subtitle {
    color: #003366;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.modern-modal-description {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.modern-modal-image {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.2);
    margin-bottom: 2rem;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.modern-modal-details {
    margin-top: 1.5rem;
}

.modern-modal-detail-title {
    color: #003366;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #fcb714;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.modern-modal-list {
    padding-left: 0;
}

.modern-modal-list-item {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #555;
    transition: all 0.3s ease;
}

.modern-modal-list-item:hover {
    color: #003366;
    padding-left: 0.5rem;
}

.modern-modal-check-icon {
    color: #28a745;
    font-size: 1rem;
}

.modern-modal-shield-icon {
    color: #fcb714;
    font-size: 1rem;
}

.modern-modal-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: none;
    padding: 1.5rem 2rem;
    border-radius: 0 0 15px 15px;
    text-align: center;
}

.modern-modal-btn {
    background: linear-gradient(135deg, #003366, #086ad8);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}

.modern-modal-btn:hover {
    background: linear-gradient(135deg, #fcb714, #ffd700);
    color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(252, 183, 20, 0.4);
}

/* Modal Button Variants */
.modern-modal-btn-primary {
    background: linear-gradient(135deg, #003366, #086ad8);
    color: white;
}

.modern-modal-btn-primary:hover {
    background: linear-gradient(135deg, #fcb714, #ffd700);
    color: #003366;
}

.modern-modal-btn-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.modern-modal-btn-success:hover {
    background: linear-gradient(135deg, #fcb714, #ffd700);
    color: #003366;
}

.modern-modal-btn-danger {
    background: linear-gradient(135deg, #dc3545, #e74c3c);
    color: white;
}

.modern-modal-btn-danger:hover {
    background: linear-gradient(135deg, #fcb714, #ffd700);
    color: #003366;
}

.header__menu.menu-dark ul li .submenu li a {
	color: #fff !important;
}

/* ========================================
   TESTIMONIAL CAROUSEL STYLES - Ulasan Pengguna
   ======================================== */
/* Carousel container untuk testimoni pelanggan */
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.testimonial-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(252, 184, 20, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    background: #fcb814;
    transform: scale(1.2);
}

.testimonial-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(252, 184, 20, 0.1),
        transparent
    );
    transition: left 0.6s ease;
}

.testimonial-card:hover::before {
    left: 100%;
}

.rating i {
    transition: all 0.2s ease;
}

.testimonial-card:hover .rating i {
    transform: scale(1.1);
}

.avatar {
    transition: all 0.3s ease;
}

.testimonial-card:hover .avatar {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(252, 184, 20, 0.3);
}

/* Carousel item animation */
.testimonial-carousel .owl-item {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.testimonial-carousel .owl-item.active {
    opacity: 1;
}

/* ========================================
   RESPONSIVE DESIGN - Mobile & Tablet
   ======================================== */
/* Penyesuaian tampilan untuk tablet (768px ke bawah) */
@media (max-width: 768px) {
    .testimonial-carousel .owl-dots {
        margin-top: 20px;
    }

    .testimonial-card {
        margin: 0 5px;
        min-height: 300px !important;
    }

    .testimonial-card .avatar {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
    }

    .testimonial-card .user-details h6 {
        font-size: 0.85rem !important;
    }

    .testimonial-card .user-details p {
        font-size: 0.7rem !important;
    }
}

/* Penyesuaian tampilan untuk mobile (576px ke bawah) */
@media (max-width: 576px) {
    .testimonial-card {
        padding: 15px !important;
        margin: 0 3px;
        min-height: 280px !important;
    }

    .testimonial-card .testimonial-text p {
        font-size: 0.8rem !important;
    }
}

.header__menu.menu-dark ul li .submenu li a:hover {
	color: #fcb814 !important;
	background: #002244;
}

.footer-bg,
.footer-bg.py-5 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.footer-top,
.footer-bottom {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

/* ========================================
   FOOTER STYLES - Bagian Bawah Website
   ======================================== */
/* Background footer dengan gambar dan gradient overlay */
.footer-bg {
	position: relative;
	z-index: 1;
    background: url("/frontend/img/footer/footer-bg.png") center bottom
            no-repeat,
        linear-gradient(135deg, #003366 0%, #086ad8 100%);
	background-color: #003366;
    background-size: cover, cover;
	overflow: hidden;
}

.footer-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 2;
	pointer-events: none;
}

.footer-bg > * {
	position: relative;
	z-index: 3;
}

/* ========================================
   MODERN HERO HOME SECTION - Bagian Hero Home Modern
   ======================================== */
/* Modern Hero Section untuk Home Page */
.modern-hero-home {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 80px 0;
}

/* Background image dengan efek parallax */
.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

/* Overlay dengan gradient modern */
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 51, 102, 0.7), rgba(8, 106, 216, 0.5));
	z-index: 2;
}

/* Hero Header */
.hero-header {
	position: relative;
	z-index: 3;
	text-align: center;
	margin-bottom: 50px;
}

.hero-title-container {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	padding: 40px 60px;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.hero-title-with-logo {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
}

.hero-logo {
	flex-shrink: 0;
}

.hero-logo img {
	width: auto;
	height: 10rem;
	object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
	animation: slideInLeft 1s ease-out 0.2s both;
}

.hero-title-text {
	flex: 1;
	text-align: center;
}

.hero-main-title {
	font-size: 4rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	animation: slideInUp 1s ease-out;
}

.hero-subtitle {
	font-size: 1.3rem;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	animation: slideInUp 1s ease-out 0.3s both;
}

.hero-accent-line {
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 2px;
	margin: 0 auto;
	animation: slideInUp 1s ease-out 0.6s both;
}

/* Hero Content Cards */
.hero-content-cards {
	position: relative;
	z-index: 3;
	display: flex;
	gap: 30px;
	width: 100%;
    justify-content: center;
	align-items: stretch;
}

/* Hero Cards */
.hero-card {
	flex: 1;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	padding: 30px;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.hero-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.2);
}

.hero-card-left {
	flex: 0 0 35%;
}

.hero-card-right {
	flex: 0 0 80%;
}

/* Hero Card Content */
.hero-card-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hero-card-icon {
	text-align: center;
	margin-bottom: 25px;
}

.hero-card-icon img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.hero-card-title {
	font-size: 2rem;
	font-weight: 700;
	color: #003366;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}

.hero-card-description {
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.6;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Hero Card Header untuk Right Card */
.hero-card-header {
	text-align: center;
	margin-bottom: 30px;
}

.hero-card-header i {
	font-size: 2rem;
	color: #fcb714;
}

.hero-card-accent-line {
	width: 60px;
	height: 3px;
	background: #fcb714;
	border-radius: 2px;
	margin: 15px auto 0;
}

/* Hero Card Buttons */
.hero-card-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: auto;
}

.hero-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 25px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 1.1rem;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.hero-btn-primary {
	background: linear-gradient(135deg, #003366, #086ad8);
	color: #ffffff;
	box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}

.hero-btn-primary:hover {
	background: linear-gradient(135deg, #fcb714, #ffd700);
	color: #003366;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(252, 183, 20, 0.4);
}

.hero-btn-secondary {
	background: rgba(255, 255, 255, 0.9);
	color: #003366;
	border: 2px solid #fcb714;
	box-shadow: 0 4px 15px rgba(252, 183, 20, 0.2);
}

.hero-btn-secondary:hover {
	background: #fcb714;
	color: #003366;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(252, 183, 20, 0.4);
}

/* Hero Services Grid */
.hero-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 20px;
}

.hero-service-item {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	padding: 20px 15px;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(252, 183, 20, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero-service-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 1);
	border-color: #fcb714;
}

.hero-service-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #fcb714, #ffd700);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	box-shadow: 0 4px 15px rgba(252, 183, 20, 0.3);
}

.hero-service-icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.hero-service-title {
	font-size: 1rem;
	font-weight: 600;
	color: #003366;
	margin-bottom: 15px;
	line-height: 1.3;
}

.hero-service-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: #fcb714;
	color: #003366;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	text-align: center;
	width: 100%;
}

.hero-service-btn:hover {
	background: #003366;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 51, 102, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
	.hero-content-cards {
		flex-direction: column;
		gap: 25px;
	}

	.hero-card-left,
	.hero-card-right {
		flex: 1;
	}

	.hero-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hero-title-with-logo {
		gap: 25px;
	}

	.hero-logo img {
		width: auto;
		height: 2.5rem;
	}

	.hero-main-title {
		font-size: 3rem;
		letter-spacing: 2px;
	}

	.hero-subtitle {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	.modern-hero-home {
		padding: 60px 0;
	}

	.hero-main-title {
		font-size: 2.5rem;
		letter-spacing: 2px;
	}

	.hero-subtitle {
		font-size: 1rem;
	}

	.hero-title-container {
		padding: 30px 40px;
		max-width: 700px;
	}

	.hero-card {
		padding: 25px 20px;
	}

	.hero-card-title {
		font-size: 1.5rem;
	}

	.hero-services-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.hero-service-item {
		padding: 18px 15px;
	}
}

@media (max-width: 480px) {
	.modern-hero-home {
		padding: 40px 0;
	}

	.hero-main-title {
		font-size: 2rem;
		letter-spacing: 1px;
	}

	.hero-subtitle {
		font-size: 0.9rem;
	}

	.hero-title-container {
		padding: 25px 30px;
		max-width: 90%;
	}

	.hero-title-with-logo {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}

	.hero-logo img {
		width: auto;
		height: 2rem;
	}

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

	.hero-card {
		padding: 20px 15px;
	}

	.hero-btn {
		padding: 12px 20px;
		font-size: 1rem;
	}

	.hero-service-item {
		padding: 15px 12px;
	}
}
