/*
Template Name: Music Profile
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

:root {
	--border_light: #e5e7eb;
	--border_dark: #232323;
	--yellow: #d10000;
	--accent: #d10000;
	--bg_back: #00000066;
	--bg_light: #f7f8fb;
}

body {
	font-family: "Poppins", serif;
	overflow-x: hidden;
	width: 100%;
}

html {
	overflow-x: hidden;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	padding-top: 70px;
}
section#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.custom_nav {
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.98) !important;
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	transition: background 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

.custom_nav.nav_scrolled {
	background: rgba(255, 255, 255, 0.98) !important;
	padding: 6px 0 !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.custom_nav .container,
.custom_nav .container-xl {
	gap: 1rem;
}

.custom_nav .navbar-brand {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 0.75rem;
}

.custom_nav .navbar-brand img {
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 48px;
}

.custom_nav .navbar-nav {
	align-items: center;
	gap: 0.35rem;
}

.custom_nav .nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.9rem 1rem !important;
	border-radius: 999px;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1;
	color: #111111 !important;
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.custom_nav .nav-link:hover,
.custom_nav .nav-link:focus {
	background: rgba(15, 23, 42, 0.04);
	transform: translateY(-1px);
}

.custom_nav .nav-link.dropdown-toggle {
	padding-right: 1.35rem !important;
}

.custom_nav .nav-link.dropdown-toggle::after {
	margin-left: 0.45rem;
}

.custom_nav .navbar-toggler {
	margin-left: auto;
	padding: 0.7rem 0.85rem;
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.12);
}

.custom_nav .navbar-toggler-icon {
	width: 1.1em;
	height: 1.1em;
}

.custom_nav .nav_actions .btn,
.custom_nav .nav_mobile_actions .btn {
	min-height: 40px;
	padding-inline: 1.15rem;
	font-weight: 700;
}

.custom_nav .nav_actions .btn-danger,
.custom_nav .nav_mobile_actions .btn-danger {
	box-shadow: 0 10px 22px rgba(209, 0, 0, 0.22);
}

.custom_nav .nav_mobile_actions {
	padding-top: 14px;
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.courses_dropdown_menu {
	min-width: 390px;
	padding: 0;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
	display: none;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: 100%;
	margin-top: 12px;
	transform: translate(-50%, 12px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.nav-item.dropdown:hover>.courses_dropdown_menu,
.nav-item.dropdown:focus-within>.courses_dropdown_menu,
.nav-item.dropdown .courses_dropdown_menu.show {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.course_dropdown_item {
	display: block;
	padding: 14px 18px !important;
	color: #111111 !important;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.course_dropdown_item:last-child {
	border-bottom: 0;
}


ul {
	list-style: none;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 38px;
}

h6 {
	font-weight: normal;
}

b {
	font-family: "Plus Jakarta Sans", sans-serif;
}

a {
	color: var(--bs-gray-900);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: var(--yellow);
}

a:focus {
	text-decoration: none;
	color: var(--yellow);
}

.link:hover {
	color: var(--yellow) !important;
}

.link:focus {
	color: var(--yellow) !important;
}



.button {
	transition: 0.3s;
	padding: 14px 36px 14px 36px;
	display: inline-block;
	background: var(--yellow);
	border-radius: 10px;
	color: var(--bs-white) !important;
}

.button:hover {
	background: var(--bs-dark);
	color: var(--bs-white) !important;
}

.button:focus {
	background: var(--bs-dark);
	color: var(--bs-white) !important;
}

.button_1 {
	background: var(--yellow);
	color: var(--bs-white) !important;
}

.button_1:hover {
	background: var(--bs-dark);
	color: var(--bs-white) !important;
}

.button_1:focus {
	background: var(--bs-dark);
	color: var(--bs-white) !important;
}

.button_2 {
	background: var(--bs-dark);
	color: var(--bs-white) !important;
}

.button_2:hover {
	background: var(--yellow);
	color: var(--bs-white) !important;
}

.button_2:focus {
	background: var(--yellow);
	color: var(--bs-white) !important;
}

.button_3 {
	background: none;
	color: var(--bs-dark) !important;
	border: 2px solid var(--yellow);
}

.button_3:hover {
	background: var(--yellow);
	color: var(--bs-white) !important;
}

.button_3:focus {
	background: var(--yellow);
	color: var(--bs-white) !important;
}

.col_yellow {
	color: var(--yellow) !important;
}

.bg_yellow {
	background: var(--yellow) !important;
}

.bg_back {
	background: var(--bg_back) !important;
}

.border_light {
	border: 1px solid var(--border_light);
}

.border_light1 {
	border: 2px solid var(--border_light);
}

.border_dark {
	border: 1px solid var(--border_dark);
}

.line {
	height: 2px !important;
	width: 80px;
	background: var(--yellow);
}

hr {
	opacity: 1;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: var(--border_light);
}

.font_14 {
	font-size: 14px;
}

.font_15 {
	font-size: 15px;
}

.font_12 {
	font-size: 12px;
}

.font_11 {
	font-size: 11px;
}

.font_10 {
	font-size: 10px;
}

.font_8 {
	font-size: 8px;
}

.font_13 {
	font-size: 13px;
}

.font_60 {
	font-size: 60px;
}

.font_70 {
	font-size: 70px;
}

.font_90 {
	font-size: 90px;
}

.font_120 {
	font-size: 120px;
}

.carousel_p {
	padding-bottom: 90px !important;
}

.carousel_p .carousel-indicators {
	bottom: -60px !important;
}

p {
	color: var(--bs-gray-700);
	line-height: 1.8em;
}

.border,
.border-start,
.border-end,
.border-top,
.border-bottom {
	border-color: var(--border_light) !important;
}

.carousel-indicators [data-bs-target] {
	background-color: var(--yellow);
}

.family_1 {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.family_2 {
	font-family: "Poppins", serif;
}

.family_3 {
	font-family: "Dancing Script", cursive;
}

.shadow {
	box-shadow: 0 .1rem 0.5rem rgba(0, 0, 0, .15) !important;
}

.line_text:before {
	display: inline-block;
	width: 8%;
	height: 2px;
	background-color: var(--yellow);
	vertical-align: middle;
	margin-right: 2%;
	content: "";
}

.rounded_30 {
	border-radius: 30px;
}

.bg-light {
	background: var(--bg_light) !important;
}

/*****************header*****************/

.navbar {
	padding-top: 0;
	padding-bottom: 0;
	z-index: 9999;
}

.custom_nav {
	background: transparent !important;
}

.navbar .navbar-nav {
	align-items: center;
}

.navbar .navbar-nav .nav-item {
	display: flex;
	align-items: center;
}

.navbar .navbar-nav .nav-link {
	display: flex;
	align-items: center;
	gap: .35rem;
}

.custom_nav .navbar-nav {
	gap: .95rem !important;
}

.custom_nav .nav-link {
	padding: 8px 12px !important;
}

.nav_hide:after {
	display: none !important;
}

.navbar .dropdown-toggle::after {
	display: none !important;
	/* hide bootstrap default icon */
}


.offcanvas-header {
	padding: 0px 1rem;
	border-bottom: 1px solid var(--border_dark1);
	background: var(--bs-light) !important;
}

.offcanvas-header a {
	color: var(--bs-dark);
}


/*********************common****************/

.form-control:focus {
	box-shadow: none;
	border-color: var(--border_light);
}

.form-select:focus {
	box-shadow: none;
	border-color: var(--border_light);
}

.form-control {
	border-color: var(--border_light);
	box-shadow: none;
	border-radius: 0;
	height: 48px;
	font-size: 15px;
}

.form-select {
	border-color: var(--border_light);
	box-shadow: none;
	border-radius: 0;
	height: 48px;
	font-size: 15px;
}

.input-group .form-control {
	height: auto;
}

.input-group .form-control:focus {
	box-shadow: none;
}

.form_text {
	height: 220px !important;
}

::placeholder {
	opacity: 1;
	/* Firefox */
}

.paginate li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	transition: 0.3s;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
	color: var(--bs-dark);
}

.paginate li a:hover {
	background: var(--yellow);
	color: var(--bs-white);
	transition: 0.3s;
	border-color: var(--yellow) !important;
}

.paginate .active {
	background: var(--yellow);
	color: var(--bs-white);
	border-color: var(--yellow) !important;
}


.social_icon a {
	width: 50px;
	height: 50px;
	line-height: 53px;
	display: block;
	text-align: center;
	transition: 0.3s;
	color: var(--bs-dark);
	background: var(--bs-gray-200);
	border-radius: 50%;
}

.social_icon a:hover {
	background: var(--yellow);
	color: var(--bs-white);
	transition: 0.3s;
}

.social_icon1 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	transition: 0.3s;
	color: var(--bs-dark);
	background: var(--bg_light);
	border-radius: 50%;
}

.social_icon1 a:hover {
	background: var(--yellow);
	color: var(--bs-white);
	transition: 0.3s;
}

/*********************common_end****************/

/*********************high****************/
.high_2_left {
	transition: 0.3s;
}

.high_2_left:hover {
	transition: 0.3s;
	box-shadow: 0 .1rem 0.5rem rgba(0, 0, 0, .15) !important;
}

.high_2_left:hover h4 a {
	transition: 0.3s;
	color: var(--yellow);
}

.high_2_left1 {
	padding-top: 100px;
}

/*********************high_end****************/

/*********************lineup****************/
.lineup1_right_inner_left2 {
	padding-top: 80%;
	transition: 0.3s;
}

.lineup1_right_inner_left:hover .lineup1_right_inner_left2 {
	padding-top: 75%;
	transition: 0.3s;
}

/*********************lineup_end****************/


/*********************footer****************/

#footer.footer_section {
	padding-top: 72px !important;
	padding-bottom: 24px !important;
	background:
		linear-gradient(180deg, #0f0f10 0%, #171717 100%);
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#footer.footer_section .footer_1 {
	position: relative;
	row-gap: 1rem;
}

#footer.footer_section .footer_1>.col {
	display: flex;
}

.footer_1_left {
	width: 100%;
	padding: 28px 24px;
	background: #ffffff;
	border: 1px solid rgba(15, 15, 15, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
	color: #111;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footer_1_left p,
.footer_1_left li,
.footer_1_left a,
.footer_1_left span {
	color: #111;
}

.footer_1_left a:hover {
	color: #000;
}

.footer_1_left .fs-4,
.footer_1_left .fs-2 {
	margin-top: 0;
	color: #111 !important;
}

.footer_1_left img {
	display: block;
	max-width: 150px;
	height: auto;
}

/* .footer-logo-white {
	filter: brightness(0) invert(1);
} */

.footer_1ism {
	row-gap: 0.4rem;
}

.footer_1ism span {
	margin-top: 0 !important;
	display: block;
}

.footer_1_left ul {
	padding-left: 0;
	list-style: none;
}

.footer_contact_list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.footer_contact_list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	line-height: 1.6;
	word-break: break-word;
}

.footer_contact_list a {
	color: #111;
	text-decoration: none;
}

.footer_contact_list a:hover {
	color: #000;
}

.footer_1_left li {
	line-height: 1.7;
}

.social_icon1 {
	padding-left: 0;
}

.social_icon1 a {
	background: #f5f5f5;
	color: #111;
	border: 1px solid rgba(15, 15, 15, 0.08);
}

.social_icon1 a:hover {
	background: var(--yellow);
	color: #111;
}

.floating_social_bar {
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	display: flex;
	z-index: 1200;
}

.floating_social_shell {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 10px;
		border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: rgba(0, 0, 0, 0.92);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.floating_social_btn {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 90px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(10px);
	transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.floating_social_btn:hover,
.floating_social_btn:focus {
	transform: translateY(-2px);
	color: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22), 0 10px 18px rgba(0, 0, 0, 0.20);
}

.floating_social_fb {
	background: linear-gradient(135deg, #1877f2 0%, #0f5fd4 100%);
}

.floating_social_ig {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 100%);
}

@media screen and (max-width : 767px) {
	.floating_social_bar {
		right: 0;
		top: auto;
		bottom: 92px;
		transform: none;
	}

	.floating_social_shell {
		flex-direction: column;
		padding: 8px;
		border-radius: 999px;
		gap: 8px;
	}

	.floating_social_btn {
		width: 44px;
		height: 44px;
	}
}

.footer_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 18px 4px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer_bottom1_left p,
.footer_bottom1_right a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.footer_bottom1_right a:hover {
	color: #fff !important;
}

.footer_bottom1_right ul {
	padding-left: 0;
	margin-bottom: 0;
}

/*********************footer_end****************/



@media screen and (max-width : 767px) {
	.center_sm {
		text-align: center !important;
		width: 90% !important;
	}

	.dropdown-fullwidth .d-none {
		display: block !important;
	}

	.navbar .dropdown .dropdown-toggle img {
		float: right !important;
	}

	.dropdown-submenu img {
		float: right !important;
		margin-left: auto !important;
	}



	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 16px;
	}

	.offcanvas-header {
		padding-left: 0 !important;
	}

	.img-fluid {
		width: 100% !important;
	}

	.navbar-nav .nav-link {
		padding-left: 8px !important;
		padding-right: 8px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		color: #ffffff !important;
		display: flex;
		align-items: center;
		gap: .35rem;
	}

	.offcanvas-header .logo {
		padding-left: 10px !important;
		font-size: 20px !important;
	}

	.offcanvas-header {
		padding-left: 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	.navbar {
		position: static !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		width: 100%;
	}


	.sm_100 {
		width: 80% !important;
	}

	.navbar .navbar-toggler {
		margin-right: 0 !important;
	}

	.social_icon1 a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.offcanvas {
		background: var(--bs-dark) !important;
	}

	.offcanvas-body {
		background: var(--bs-dark) !important;
	}


	.footer_1_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.drop_search {
		min-width: 100% !important;
	}

	.cont_1_right {
		margin-top: 20px;
	}

	.footer_bottom1_right {
		text-align: left !important;
		margin-top: 15px !important;
	}

	.footer_policy_links {
		justify-content: flex-start;
	}

	.high_1_left {
		width: 100% !important;
	}

	.high_1_right {
		text-align: left !important;
		margin-top: 15px;
	}

	.high_2_left {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.high_2_left1 {
		padding-top: 0;
	}

	.lineup1_right {
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-top: 15px;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.center_sm {
		text-align: center !important;
		width: 50% !important;
	}

}

@media (min-width:768px) and (max-width:991px) {

	.dropdown-fullwidth .d-none {
		display: block !important;
	}

	.offcanvas-header {
		padding-left: 0 !important;
	}

	.img-fluid {
		width: 100% !important;
	}


	.offcanvas-header {
		padding-left: 0 !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar .navbar-toggler {
		margin-right: 0 !important;
	}

	.navbar {
		position: static !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		width: 100%;
	}

	.offcanvas-header .logo {
		padding-left: 0;
		font-size: 20px !important;
	}

	.navbar-nav .nav-link {
		padding-left: 8px !important;
		padding-right: 8px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		color: #ffffff !important;
		display: flex;
		align-items: center;
		gap: .35rem;
	}



	.offcanvas-header .logo {
		padding-left: 15px;
		font-size: 20px !important;
	}


	.offcanvas {
		background: var(--bs-dark) !important;
	}

	.offcanvas-body {
		background: var(--bs-dark) !important;
	}

	.navbar-nav .button {
		margin-top: 15px;
	}

	.social_icon1 a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.drop_search {
		min-width: 100% !important;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	.footer_1_left .fs-4 {
		font-size: 16px !important;
	}

	.footer_1_left p {
		font-size: 14px;
	}

	.footer_1ism span {
		font-size: 14px;
	}

	.footer_1_left li {
		font-size: 14px;
	}

	.footer_1_left .button {
		font-size: 14px;
		padding: 15px 15px;
	}

	.lineup1_right {
		padding-left: 0 !important;
		padding-right: 15px;
	}
}

@media (min-width:871px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1200px) {

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.7rem !important;
		padding-left: 0.7rem !important;
		font-size: 14px;
	}

	.navbar {
		padding-left: 10px;
		padding-right: 10px;
	}

	.social_icon a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.social_icon1 a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.drop_1 {
		left: 0 !important;
	}

	.footer_1_left .fs-4 {
		font-size: 18px !important;
	}

	.lineup1_right {
		padding-left: 0 !important;
		padding-right: 15px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.95rem;
		padding-left: 0.95rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		color: #111111 !important;

	}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.navbar {
		padding: 0px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.img-fluid {
		width: 100% !important;
	}

}

@media (min-width:1201px) and (max-width:1350px) {}

.footer_powered_link {
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	line-height: inherit;
}

.footer_powered_link:hover,
.footer_powered_link:focus-visible {
	color: #f5f5f5;
	text-decoration: underline;
}

.agency_modal .modal-dialog {
	max-width: 1020px;
}

.agency_modal_content {
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	background: #fffaf3;
	box-shadow: 0 30px 86px rgba(0, 0, 0, 0.35);
}

.agency_modal_header {
	position: relative;
	padding: 28px 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.38) 0%, transparent 48%),
		linear-gradient(135deg, #facc15 0%, #fb923c 46%, #ea580c 100%);
}

.agency_modal_close {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.88);
}

.agency_brand_wrap {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.agency_logo_box {
	width: 118px;
	height: 84px;
	border-radius: 12px;
	background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
	flex: 0 0 auto;
}

.agency_logo_box img {
	max-width: 86%;
	max-height: 66%;
	object-fit: contain;
}

.agency_brand_text h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	line-height: 1.2;
	color: #1f2937;
}

.agency_brand_text p {
	margin: 4px 0 0;
	color: #7c2d12;
	font-weight: 600;
}

.agency_header_stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 10px;
}

.agency_header_stats span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	color: #7c2d12;
	background: rgba(255, 255, 255, 0.42);
}

.agency_modal_body {
	padding: 18px 20px 24px;
	background: linear-gradient(180deg, #fff9f2 0%, #ffffff 34%, #fff8ef 100%);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.agency_block {
	margin: 0;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #fed7aa;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.agency_block + .agency_block {
	margin-top: 0;
}

.agency_block h3 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 1.1rem;
	color: #9a3412;
}

.agency_block h3 i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: linear-gradient(135deg, #fdba74 0%, #fcd34d 100%);
	color: #9a3412;
}

.agency_block p {
	color: #374151;
	line-height: 1.7;
	margin-bottom: 0;
}

.agency_block blockquote {
	margin: 12px 0 0;
	padding: 12px 14px;
	border-left: 4px solid #fb923c;
	border-radius: 10px;
	background: #fff7ed;
	color: #9a3412;
	font-style: italic;
}

.agency_website_btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 18px;
	border-radius: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	background: linear-gradient(135deg, #ea580c 0%, #f97316 48%, #f59e0b 100%);
	box-shadow: 0 14px 30px rgba(234, 88, 12, 0.26);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agency_website_btn:hover,
.agency_website_btn:focus-visible {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(234, 88, 12, 0.32);
}

.agency_website_hint {
	font-size: 0.82rem;
	color: #6b7280;
	text-align: center;
	margin-top: 10px;
}

.agency_team_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.agency_team_card {
	padding: 14px;
	border-radius: 16px;
	border: 1px solid #fed7aa;
	background: linear-gradient(180deg, #fffbeb 0%, #fff7ed 100%);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agency_team_card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(234, 88, 12, 0.12);
}

.agency_team_head {
	display: flex;
	gap: 10px;
}

.agency_team_head img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fdba74;
	flex: 0 0 auto;
}

.agency_team_head h4 {
	margin: 0;
	font-size: 1rem;
	color: #7c2d12;
}

.agency_team_role {
	margin: 2px 0 0;
	font-size: 0.78rem;
	font-weight: 700;
	color: #c2410c;
}

.agency_team_specialty {
	margin: 2px 0 0;
	font-size: 0.76rem;
	color: #4b5563;
}

.agency_team_points {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 10px;
}

.agency_team_points span {
	font-size: 0.75rem;
	color: #374151;
	padding-left: 12px;
	position: relative;
}

.agency_team_points span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f97316;
}

.agency_team_links {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.agency_team_links a {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #fed7aa;
	color: #374151;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease;
}

.agency_team_links a:hover,
.agency_team_links a:focus-visible {
	background: #ffedd5;
	color: #111827;
	transform: translateY(-1px);
}

.agency_service_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.agency_service_card {
	padding: 15px;
	border-radius: 16px;
	border: 1px solid #fed7aa;
	background: #fff7ed;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agency_service_card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 24px rgba(234, 88, 12, 0.12);
}

.agency_service_icon {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: linear-gradient(135deg, #fdba74 0%, #fcd34d 100%);
	color: #9a3412;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin-bottom: 8px;
}

.agency_service_card h4 {
	margin: 0 0 4px;
	font-size: 0.95rem;
	color: #7c2d12;
}

.agency_service_card p {
	margin: 0;
	font-size: 0.8rem;
	color: #374151;
}

.agency_chip_row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.agency_chip_row span {
	padding: 7px 11px;
	border-radius: 999px;
	border: 1px solid #fed7aa;
	background: linear-gradient(180deg, #fef3c7 0%, #ffedd5 100%);
	color: #9a3412;
	font-size: 0.78rem;
	font-weight: 700;
}

.agency_achievement_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.agency_achievement_grid div {
	text-align: center;
	padding: 12px 10px;
	border-radius: 12px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

.agency_achievement_grid strong {
	display: block;
	font-size: 1.2rem;
	line-height: 1.1;
	color: #ea580c;
}

.agency_achievement_grid span {
	display: block;
	font-size: 0.75rem;
	color: #374151;
	margin-top: 2px;
}

.agency_contact_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.agency_contact_grid a,
.agency_contact_static {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border-radius: 12px;
	border: 1px solid #fed7aa;
	background: #fff7ed;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.agency_contact_grid a i,
.agency_contact_static i {
	font-size: 1rem;
	color: #ea580c;
	line-height: 1.4;
}

.agency_contact_grid strong,
.agency_contact_static strong {
	display: block;
	font-size: 0.83rem;
	color: #1f2937;
	word-break: break-word;
}

.agency_contact_grid span,
.agency_contact_static span {
	display: block;
	font-size: 0.75rem;
	color: #6b7280;
}

.agency_contact_grid a:hover,
.agency_contact_grid a:focus-visible {
	background: #ffedd5;
	transform: translateY(-1px);
	box-shadow: 0 12px 20px rgba(234, 88, 12, 0.1);
}

.agency_modal_footer {
	margin-top: 2px;
	padding-top: 14px;
	border-top: 1px dashed #fdba74;
	text-align: center;
	color: #6b7280;
	font-size: 0.84rem;
}

.agency_modal_footer i {
	color: #ef4444;
}

@media (max-width: 991px) {
	.agency_team_grid,
	.agency_service_grid,
	.agency_contact_grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.agency_modal_header {
		padding: 20px 16px;
	}

	.agency_modal_body {
		padding: 14px;
		gap: 10px;
	}

	.agency_logo_box {
		width: 88px;
		height: 64px;
	}

	.agency_brand_wrap {
		flex-direction: column;
	}

	.agency_header_stats span {
		font-size: 0.74rem;
	}

	.agency_achievement_grid {
		grid-template-columns: 1fr;
	}

	.agency_block {
		padding: 14px;
	}
}

/* Fresh W3Spiders modal */
.agency_modal_v2 .modal-dialog {
	max-width: 1080px;
}

.agency_v2_shell {
	position: relative;
	border: 0;
	border-radius: 24px;
	overflow: hidden;
	background: #fffefb;
	box-shadow: 0 26px 90px rgba(0, 0, 0, 0.35);
}

.agency_v2_close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 5;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}

.agency_v2_top {
	padding: 28px 24px 24px;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.36), transparent 45%),
		linear-gradient(140deg, #f59e0b 0%, #fb923c 48%, #ea580c 100%);
}

.agency_v2_brand {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.agency_v2_logo {
	width: 130px;
	height: 94px;
	border-radius: 14px;
	background: linear-gradient(140deg, #fff5d9 0%, #ffe3c2 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.agency_v2_logo img {
	max-width: 88%;
	max-height: 70%;
	object-fit: contain;
}

.agency_v2_brand_copy h2 {
	margin: 0;
	color: #1f2937;
	font-size: clamp(1.5rem, 2.2vw, 2.1rem);
	line-height: 1.1;
}

.agency_v2_tagline {
	margin: 6px 0 0;
	color: #7c2d12;
	font-weight: 700;
	font-size: 0.95rem;
}

.agency_v2_intro {
	margin-top: 10px;
	max-width: 72ch;
	color: #1f2937;
	line-height: 1.65;
}

.agency_v2_stats {
	margin-top: 16px;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.agency_v2_stats div {
	padding: 10px 8px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.45);
	text-align: center;
}

.agency_v2_stats strong {
	display: block;
	font-size: 1rem;
	line-height: 1.1;
	color: #7c2d12;
}

.agency_v2_stats span {
	display: block;
	margin-top: 2px;
	font-size: 0.74rem;
	font-weight: 700;
	color: #9a3412;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.agency_v2_body {
	padding: 18px 18px 20px;
	background: linear-gradient(180deg, #fffaf4 0%, #ffffff 40%, #fffaf2 100%);
}

.agency_v2_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.agency_v2_card {
	padding: 14px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #fed7aa;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.agency_v2_card_full {
	grid-column: 1 / -1;
}

.agency_v2_card_head {
	margin-bottom: 10px;
}

.agency_v2_card_head h3 {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1rem;
	color: #9a3412;
}

.agency_v2_card_head h3 i {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(140deg, #fdba74 0%, #fcd34d 100%);
	color: #7c2d12;
}

.agency_v2_quote {
	padding: 12px;
	border-radius: 12px;
	background: #fff7ed;
	border-left: 4px solid #fb923c;
	color: #9a3412;
	font-style: italic;
}

.agency_v2_primary_link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 10px;
	background: linear-gradient(140deg, #ea580c 0%, #f97316 50%, #f59e0b 100%);
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.agency_v2_primary_link:hover,
.agency_v2_primary_link:focus-visible {
	color: #ffffff;
	filter: brightness(1.03);
}

.agency_v2_achievement_row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.agency_v2_achievement {
	padding: 11px 8px;
	border-radius: 10px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	text-align: center;
}

.agency_v2_achievement strong {
	display: block;
	color: #ea580c;
	font-size: 1.08rem;
	line-height: 1.1;
}

.agency_v2_achievement span {
	display: block;
	font-size: 0.73rem;
	color: #374151;
	margin-top: 2px;
}

.agency_v2_service_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.agency_v2_service_item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 12px;
	border-radius: 12px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

.agency_v2_service_icon {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: linear-gradient(140deg, #fdba74 0%, #fcd34d 100%);
	color: #7c2d12;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.agency_v2_service_item h4 {
	margin: 0;
	font-size: 0.9rem;
	color: #7c2d12;
}

.agency_v2_service_item p {
	margin: 2px 0 0;
	font-size: 0.78rem;
	color: #374151;
}

.agency_v2_team_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.agency_v2_team_card {
	padding: 12px;
	border-radius: 12px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

.agency_v2_team_top {
	display: flex;
	gap: 10px;
}

.agency_v2_team_top img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fdba74;
	flex: 0 0 auto;
}

.agency_v2_team_top h4 {
	margin: 0;
	font-size: 0.95rem;
	color: #7c2d12;
}

.agency_v2_team_role {
	margin: 2px 0 0;
	font-size: 0.76rem;
	font-weight: 700;
	color: #c2410c;
}

.agency_v2_team_specialty {
	margin: 2px 0 0;
	font-size: 0.74rem;
	color: #475569;
}

.agency_v2_team_points {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.agency_v2_team_points span {
	position: relative;
	font-size: 0.73rem;
	color: #334155;
	padding-left: 11px;
}

.agency_v2_team_points span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #f97316;
}

.agency_v2_team_links {
	margin-top: 10px;
	display: flex;
	gap: 8px;
}

.agency_v2_team_links a {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #fed7aa;
	color: #334155;
	text-decoration: none;
}

.agency_v2_team_links a:hover,
.agency_v2_team_links a:focus-visible {
	background: #ffedd5;
	color: #111827;
}

.agency_v2_chip_row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.agency_v2_chip_row span {
	padding: 6px 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #fef3c7 0%, #ffedd5 100%);
	border: 1px solid #fed7aa;
	font-size: 0.75rem;
	color: #9a3412;
	font-weight: 700;
}

.agency_v2_contact_list {
	display: grid;
	gap: 8px;
}

.agency_v2_contact_list a,
.agency_v2_contact_static {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 10px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	text-decoration: none;
	color: #374151;
}

.agency_v2_contact_list i {
	color: #ea580c;
	font-size: 0.95rem;
}

.agency_v2_contact_list span {
	font-size: 0.82rem;
	word-break: break-word;
}

.agency_v2_contact_list a:hover,
.agency_v2_contact_list a:focus-visible {
	background: #ffedd5;
	color: #111827;
}

.agency_v2_footer {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed #fdba74;
	text-align: center;
	font-size: 0.8rem;
	color: #6b7280;
}

.agency_v2_footer i {
	color: #ef4444;
}

@media (max-width: 991px) {
	.agency_v2_stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.agency_v2_service_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.agency_v2_team_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.agency_v2_brand {
		grid-template-columns: 1fr;
	}

	.agency_v2_logo {
		width: 96px;
		height: 72px;
	}

	.agency_v2_stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.agency_v2_grid {
		grid-template-columns: 1fr;
	}

	.agency_v2_service_grid,
	.agency_v2_team_grid,
	.agency_v2_achievement_row {
		grid-template-columns: 1fr;
	}
}
