/*!
Theme Name: Studio-Legale
Theme URI: http://underscores.me/
Author: Studio Legale
Description: Tema legale professionale con sidebar
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: studio-legale
*/

/* ======= Fonts ======= */
@import url('https://fonts.googleapis.com/css?family=Mukta:300,400,700,900|Playfair+Display:400,400i,700,700i,900,900i&display=swap');

/* ======= Grid ======= */
.container-fluid { padding-right: 60px; padding-left: 60px; }
.row { display: flex; flex-wrap: wrap; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; position: relative; width: 100%; }
.col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; position: relative; width: 100%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; position: relative; width: 100%; }
.col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; position: relative; width: 100%; }
.col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; position: relative; width: 100%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; }
.col-md-custom { flex: 1 0 0%; position: relative; width: 100%; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
@media screen and (max-width: 768px) {
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 { flex: 0 0 100%; max-width: 100%; }
	.container-fluid { padding-right: 30px; padding-left: 30px; }
}

/* ======= Reset ======= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
body {
	font-family: 'Mukta', sans-serif;
	font-size: 15px; line-height: 1.75em; font-weight: 400; color: #999;
	background: #111;
}
h1, h2, h3, h4, h5, h6 { color: #fff; font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.5em; margin: 0 0 15px 0; }
p { font-family: 'Mukta', sans-serif; font-size: 15px; line-height: 1.75em; font-weight: 400; margin: 0 0 15px 0; color: #999; }
ul { list-style-type: none; }
a { color: #fff; transition: 0.5s; text-decoration: none; }
a:hover, a:active, a:focus { color: #c29032; outline: none; text-decoration: none !important; }
img { width: 100%; height: auto; }
b, strong { color: #fff; }
span, a { display: inline-block; text-decoration: none; color: inherit; }

/* ======= Helpers ======= */
.o-hidden { overflow: hidden; }
.pos-re, .position-re { position: relative; }
.bg-img { background-size: cover; background-repeat: no-repeat; }
.bg-fixed { background-attachment: fixed; }
.mb-40 { margin-bottom: 40px; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* ======= Scrollbar ======= */
::-webkit-scrollbar { width: 0; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #c29032; }

/* ======= Selection ======= */
::selection { color: #fff; background: rgba(194,144,50,0.5); }

/* ======= Owl Carousel overrides ======= */
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 20px; line-height: .7; }
.owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 0 8px; border-radius: 50%; background: #ddd; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #c29032; }

/* ======= Sections ======= */
.mcgill-services, .mcgill-cases, .mcgill-blog, .mcgill-testimonial { padding-top: 90px; padding-bottom: 90px; clear: both; width: 100%; display: block; }
.back-gray { background-color: #282828; }
#mcgill-main { background: #111; }
@media screen and (max-width: 768px) {
	.mcgill-services, .mcgill-testimonial, .mcgill-cases, .mcgill-blog { padding-top: 60px; padding-bottom: 60px; }
	.mb-40 { margin-bottom: 30px; }
}

/* ======= Sidebar ======= */
#mcgill-page { width: 100%; overflow: hidden; position: relative; }
#mcgill-aside {
	padding: 60px 30px 30px 30px; width: 20%; position: fixed; bottom: 0; top: 0;
	overflow-x: hidden; z-index: 1001; transition: 0.5s;
	box-shadow: 0 0 30px rgba(0,0,0,0.05); background: #1b1b1b;
}
@media screen and (max-width: 1200px) { #mcgill-aside { width: 25%; } }
@media screen and (max-width: 768px) {
	#mcgill-aside { width: 270px; transform: translateX(-270px); padding: 30px 30px 15px 30px; }
}
#mcgill-aside .mcgill-logo { text-align: center; padding: 0; display: block; width: 100%; }
#mcgill-aside .mcgill-logo h1 { font-weight: 500; font-size: 24px; line-height: 1.5em; margin-bottom: 15px; }
#mcgill-aside .mcgill-logo h1 a { color: #c29032; }
#mcgill-aside .mcgill-logo span {
	display: block; text-align: center; font-size: 12px; letter-spacing: 3px;
	color: #999; font-weight: 500; line-height: 1.75em; font-family: 'Mukta', sans-serif; text-transform: uppercase;
}
#mcgill-aside .mcgill-logo img { width: 95px; height: auto; margin-bottom: 0; }
#mcgill-aside .mcgill-logo .custom-logo-link img { width: 95px; height: auto; }

/* ======= Sidebar Menu ======= */
#mcgill-aside #mcgill-main-menu, #mcgill-aside #mcgill-main-menu ul, #mcgill-aside #mcgill-main-menu ul li, #mcgill-aside #mcgill-main-menu ul li a {
	margin: 0; padding: 0; border: 0; list-style: none; display: block; position: relative;
}
#mcgill-aside #mcgill-main-menu { padding: 30px 0 45px 0; }
#mcgill-aside #mcgill-main-menu > ul > li > a {
	margin: 3px 0 0 0; padding: 0 0 3px 0; font-family: 'Playfair Display', serif;
	font-size: 17px; line-height: 1.75em; color: #999;
}
#mcgill-aside #mcgill-main-menu > ul > li > a > i { font-size: 7px; vertical-align: middle; margin-right: 8px; color: inherit; opacity: 0.7; font-family: "Font Awesome 6 Free"; font-weight: 900; font-style: normal; }
#mcgill-aside #mcgill-main-menu > ul > li > a:hover, #mcgill-aside #mcgill-main-menu > ul > li.current-menu-item > a,
#mcgill-aside #mcgill-main-menu > ul > li.current_page_item > a, #mcgill-aside #mcgill-main-menu > ul > li.open > a { color: #c29032; }
#mcgill-aside #mcgill-main-menu ul ul { display: none; }
#mcgill-aside #mcgill-main-menu ul ul li a { margin: 3px 0 0 0; padding: 3px 0 3px 30px; font-family: 'Playfair Display', serif; font-size: 17px; line-height: 1.75em; color: #999; }
#mcgill-aside #mcgill-main-menu ul ul li:hover > a, #mcgill-aside #mcgill-main-menu ul ul li.active > a { color: #c29032; }

/* ======= Sidebar Contact ======= */
.mcgill-contact-info { padding: 15px 0 5px; }
.mcgill-contact-info .feat-inner { padding: 0; position: relative; overflow: hidden; margin-bottom: 0; }
.mcgill-contact-info h5 { font-size: 23px; margin-bottom: 0; margin-top: 3px; font-family: 'Mukta', sans-serif; color: #999; }
.mcgill-contact-info h6 { color: #c29032; font-size: 12px; font-weight: 400; margin-bottom: 0; font-family: 'Mukta', serif; letter-spacing: 2px; text-transform: uppercase; }

/* ======= Sidebar Footer ======= */
#mcgill-aside .mcgill-footer { position: relative; font-size: 14px; font-weight: 400; color: #fff; padding: 30px 0 0; text-align: center; }
#mcgill-aside .copyright { margin-top: 15px; }
#mcgill-aside .copyright p { color: #777; text-align: center; line-height: 1.5em; font-size: 11px; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 0; }
#mcgill-aside .mcgill-footer ul {
	display: inline-block; margin-bottom: 15px; padding: 0; position: relative;
}
#mcgill-aside .mcgill-footer ul:before {
	position: absolute; content: ''; width: 100%; height: 1px; background-color: rgba(255,255,255,0.08);
	top: 50%; margin-top: -1px; right: 100%;
}
#mcgill-aside .mcgill-footer ul:after {
	position: absolute; content: ''; width: 100%; height: 1px; background-color: rgba(255,255,255,0.08);
	top: 50%; margin-top: -1px; left: 100%;
}
#mcgill-aside .mcgill-footer ul li {
	display: inline-block; margin-right: 5px; border: 1px solid rgba(194,144,50,0.3);
	width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;
}
#mcgill-aside .mcgill-footer ul li:last-child { margin-right: 0; }
#mcgill-aside .mcgill-footer ul li:hover { border: 1px solid #c29032; }
#mcgill-aside .mcgill-footer ul li a { color: #c29032; }
#mcgill-aside .mcgill-footer ul li a:hover { color: #fff; }

/* ======= Content ======= */
#mcgill-main { width: 80%; float: right; transition: 0.5s; }
@media screen and (max-width: 1200px) { #mcgill-main { width: 75%; } }
@media screen and (max-width: 768px) { #mcgill-main { width: 100%; } }

/* ======= Hero / Slider ======= */
#mcgill-hero { min-height: 700px; width: 100%; float: left; margin-bottom: 0; clear: both; }
#mcgill-hero .flexslider { border: none; z-index: 1; margin-bottom: 0; }
#mcgill-hero .flexslider .slides { position: relative; overflow: hidden; }
#mcgill-hero .flexslider .slides li {
	background-repeat: no-repeat; background-size: cover; background-position: bottom center;
	position: relative; min-height: 100svh;
}
#mcgill-hero .flexslider .slides li .overlay {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(0,0,0,0.15);
}
#mcgill-hero .flexslider .flex-control-nav { bottom: 30px; z-index: 1000; right: 5px; float: right; width: auto; }
#mcgill-hero .flexslider .flex-control-nav li { display: block; margin-bottom: 6px; }
#mcgill-hero .flexslider .flex-control-nav li a {
	background: transparent; box-shadow: none; width: 12px; height: 12px;
	cursor: pointer; border: 2px solid #fff;
}
#mcgill-hero .flexslider .flex-control-nav li a.flex-active { background: transparent; border: 2px solid #c29032; }
#mcgill-hero .flexslider .flex-direction-nav { display: none; }
#mcgill-hero .flexslider .slider-text {
	display: table; opacity: 1; min-height: 100svh; padding: 15px; z-index: 9;
}
#mcgill-hero .flexslider .slider-text > .slider-text-inner {
	display: table-cell; vertical-align: middle; min-height: 100svh; padding: 2em; position: relative;
}
#mcgill-hero .flexslider .desc {
	position: absolute; bottom: 15px; left: 0; padding: 30px; background: #1b1b1b; border-radius: 2px;
}
#mcgill-hero .flexslider .slider-text > .slider-text-inner h1 {
	font-size: 32px; color: #fff; font-weight: 500; margin: 0 0 12px; line-height: 1.3em;
}
#mcgill-hero .flexslider .slider-text > .slider-text-inner p {
	font-size: 18px; color: #ccc; font-weight: 400; margin: 0;
}
#mcgill-hero .flexslider .slider-text > .slider-text-inner p { font-size: 18px; font-weight: 400; margin: 0; }
#mcgill-hero .flexslider .btn-contact { margin-top: 15px; }
#mcgill-hero .flexslider .btn-contact a {
	padding: 8px 28px; background: #c29032; color: #fff; font-size: 11px;
	letter-spacing: 3px; text-transform: uppercase; border-radius: 50px; transition: background-color .15s ease-out;
}
#mcgill-hero .flexslider .btn-contact a:hover { background: #101010; }

@media screen and (max-width: 768px) {
	#mcgill-hero { min-height: 100svh; }
	#mcgill-hero .flexslider .slides li { min-height: 100svh; }
	#mcgill-hero .flexslider .slider-text { min-height: 100svh; }
	#mcgill-hero .flexslider .slider-text > .slider-text-inner { min-height: 100svh; }
	#mcgill-hero .flexslider .slider-text > .slider-text-inner h1 { font-size: 24px; line-height: 1.3em; }
	#mcgill-hero .flexslider .slider-text > .slider-text-inner p { font-size: 14px; line-height: 1.3em; }
	#mcgill-hero .flexslider .desc { padding: 20px; bottom: 10px; left: 0; right: 0; }
	#mcgill-hero .flexslider .slider-text > .slider-text-inner { padding: 1em; }
	#mcgill-hero .container-fluid { padding: 0 15px; }
}

/* ======= Headings ======= */
.mcgill-heading { font-size: 30px; color: #fff; margin-bottom: 0; }
.heading-meta {
	display: block; font-family: 'Mukta', serif; font-size: 12px; color: #c29032;
	font-weight: 400; margin-bottom: 0; text-transform: uppercase; letter-spacing: 5px;
}
@media screen and (max-width: 768px) { .mcgill-heading { font-size: 24px; } }

/* ======= Nav Toggle ======= */
.mcgill-nav-toggle { cursor: pointer; text-decoration: none; position: fixed; left: 0; top: 0; z-index: 9999; opacity: 0; visibility: hidden; padding: 11px 15px; transition: 0.5s; background: #c29032; margin: 15px; border-radius: 50%; }
.mcgill-nav-toggle i { position: relative; display: inline-block; width: 20px; height: 1px; color: #fff; font: bold 14px/.4 Helvetica; text-transform: uppercase; text-indent: -55px; background: #fff; transition: all .2s ease-out; top: -2px; }
.mcgill-nav-toggle i::before, .mcgill-nav-toggle i::after { content: ''; width: 20px; height: 1px; background: #fff; position: absolute; left: 0; transition: 0.2s; }
.mcgill-nav-toggle i::before { top: -7px; }
.mcgill-nav-toggle i::after { bottom: -7px; }
.mcgill-nav-toggle.active i { background: transparent; }
.mcgill-nav-toggle.active i::before { top: -2px; transform: rotateZ(45deg); }
.mcgill-nav-toggle.active i::after { bottom: 2px; transform: rotateZ(-45deg); }
@media screen and (max-width: 768px) { .mcgill-nav-toggle { opacity: 1; visibility: visible; } }

body.offcanvas { overflow-x: hidden; }
body.offcanvas #mcgill-aside { transform: translateX(0); width: 270px; z-index: 999; position: fixed; }
body.offcanvas #mcgill-main, body.offcanvas .mcgill-nav-toggle { transform: translateX(270px); }

/* ======= Cases ======= */
.mcgill-cases .row { margin: 0 -15px; }
.mcgill-cases .row > [class*="col-"] { padding: 0 15px; }
.mcgill-cases .item { position: relative; margin-bottom: 60px; }
.mcgill-cases .item:hover img { filter: brightness(50%); transform: scale(1.09); transition: all 1s ease; }
.mcgill-cases .item img { transition: all .5s; filter: brightness(70%); }
.mcgill-cases .item .con {
	margin: -80px 20px 20px; padding: 15px; background-color: #1a1a1a;
	border-top: none; box-shadow: 0 5px 25px 0 rgba(0,0,0,.3);
	border-radius: 0; overflow: hidden;
	transition: .4s cubic-bezier(.3,.58,.55,1);
	bottom: -48px; position: relative;
}
.mcgill-cases .item:hover .con {
	bottom: 0;
}
.mcgill-cases .item .con h5 { font-size: 20px; color: #fff; margin-bottom: 0; text-transform: none; }
@media screen and (max-width: 768px) {
	.mcgill-cases .item { margin-bottom: 60px; }
	.mcgill-cases .item .con h5 { font-size: 17px; }
}

/* ======= Services ======= */
.mcgill-services-container {
	position: relative; text-align: left; margin: 0; margin-bottom: 30px;
	padding: 25px; background: #1c1c1c; border-bottom: 3px solid transparent;
	transition: box-shadow .2s; overflow: hidden; cursor: pointer; z-index: 3;
	box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	height: 160px;
	display: flex; align-items: center; flex-wrap: wrap; align-content: center;
}
.mcgill-cases .mcgill-services-container,
.services-section .mcgill-services-container {
	animation: fadeInLeft .8s ease-out both;
}
@keyframes fadeInLeft {
	from { opacity: 0; transform: translateX(-40px); }
	to { opacity: 1; transform: translateX(0); }
}
.mcgill-cases .col-md-4:nth-child(1) .mcgill-services-container,
.services-section .col-md-4:nth-child(1) .mcgill-services-container { animation-delay: 0.1s; }
.mcgill-cases .col-md-4:nth-child(2) .mcgill-services-container,
.services-section .col-md-4:nth-child(2) .mcgill-services-container { animation-delay: 0.25s; }
.mcgill-cases .col-md-4:nth-child(3) .mcgill-services-container,
.services-section .col-md-4:nth-child(3) .mcgill-services-container { animation-delay: 0.40s; }
.mcgill-cases .col-md-4:nth-child(4) .mcgill-services-container,
.services-section .col-md-4:nth-child(4) .mcgill-services-container { animation-delay: 0.55s; }
.mcgill-cases .col-md-4:nth-child(5) .mcgill-services-container,
.services-section .col-md-4:nth-child(5) .mcgill-services-container { animation-delay: 0.70s; }
.mcgill-cases .col-md-4:nth-child(6) .mcgill-services-container,
.services-section .col-md-4:nth-child(6) .mcgill-services-container { animation-delay: 0.85s; }
.mcgill-cases .col-md-4:nth-child(7) .mcgill-services-container,
.services-section .col-md-4:nth-child(7) .mcgill-services-container { animation-delay: 1.00s; }
.mcgill-cases .col-md-4:nth-child(8) .mcgill-services-container,
.services-section .col-md-4:nth-child(8) .mcgill-services-container { animation-delay: 1.15s; }
.mcgill-cases .col-md-4:nth-child(9) .mcgill-services-container,
.services-section .col-md-4:nth-child(9) .mcgill-services-container { animation-delay: 1.30s; }
.mcgill-services-container > * { width: 100%; }
.mcgill-services-container:hover { box-shadow: 0 44px 98px 0 rgba(0,0,0,.4); z-index: 100; border-bottom-color: #c29032; }
.mcgill-services-container .mcgill-services-heading { font-size: 20px; color: #fff; margin-bottom: 0; }
.mcgill-services-text-area p {
	font-family: inherit; color: #999; margin: 0;
	max-height: 0; overflow: hidden; opacity: 0;
	transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	width: 100%;
}
.mcgill-services-container:hover .mcgill-services-text-area p {
	max-height: 50px; opacity: 1; margin-top: 8px;
}
.mcgill-services-img-area {
	font-size: 32px; color: #c29032; margin-bottom: 12px;
	width: 100%;
	transition: all 300ms ease-in-out;
}
.mcgill-services-text-area { width: 100%; transition: transform .3s ease-in-out; }
.mcgill-services-container:hover .mcgill-services-text-area { transform: translateY(-20px); }
.mcgill-services-container:hover .mcgill-services-img-area { transform: translateY(-60px); opacity: 0; }

/* ======= Testimonials ======= */
.testimonials .section-head { text-align: left; margin-bottom: 0; }
.testimonials .section-head p { color: #fff; }
.testimonials .section-head h4 { padding-bottom: 0; color: #c29032; font-size: 30px; line-height: 1.2em; }
.testimonials .item-box { background: rgba(0,0,0,0.85); padding: 30px; margin-bottom: 15px; position: relative; background-color: #1a1a1a; }
.testimonials .item-box .quote { position: absolute; right: 30px; top: 30px; width: 100px; margin: 0 auto 30px; opacity: .1; }
.testimonials .item-box p { font-size: 15px; color: #aaa; }
.testimonials .item-box .info { text-align: left; margin: 30px 0 15px 0; }
.testimonials .item-box .info .author-img { width: 45px; height: 45px; border-radius: 50%; float: left; overflow: hidden; }
.testimonials .item-box .info .cont { margin-left: 60px; }
.testimonials .item-box .info h6 { color: #fff; font-size: 18px; font-weight: 500; margin-bottom: 0; padding-top: 5px; line-height: 1em; }
.testimonials .item-box .info span { font-size: 11px; font-weight: 400; color: #777; margin-right: 5px; text-transform: uppercase; letter-spacing: 3px; }
.testimonials .owl-theme .owl-nav { position: absolute; left: -49%; bottom: 50px; margin-top: 0; }
@media screen and (max-width: 768px) {
	.testimonials .section-head { margin-bottom: 30px; }
	.testimonials .section-head h4 { font-size: 24px; }
}

/* ======= Blog ======= */
.blog-entry { width: 100%; float: left; background: #1a1a1a; margin-bottom: 30px; box-shadow: 0 5px 25px rgba(0,0,0,0.3); }
.blog-entry .desc { padding: 20px; }
.blog-entry .blog-img { width: 100%; float: left; overflow: hidden; position: relative; z-index: 1; margin-bottom: 15px; }
.blog-entry .blog-img img { position: relative; max-width: 100%; transform: scale(1); transition: 0.3s; }
.blog-entry .desc h4 { font-size: 20px; margin-bottom: 15px; line-height: 1.5em; }
.blog-entry .desc h4 a { font-size: 20px; color: #fff; text-decoration: none; }
.blog-entry .desc span { display: block; margin-bottom: 5px; font-size: 12px; color: #999 !important; text-transform: uppercase; letter-spacing: 3px; }
.blog-entry .desc span a { color: #c29032; }
.blog-entry:hover .blog-img img { transform: scale(1.1); }
@media screen and (max-width: 768px) { .blog-entry { margin-bottom: 30px; } }

/* ======= Clients / Partners ======= */
.clients-section { padding: 70px 0; background: #1a1a1a; }
.partner-item { padding: 0 10px; }
.partner-card {
	background: #fff; padding: 20px; text-align: center;
	transition: all .3s ease;
	display: flex; align-items: center; justify-content: center;
}
.partner-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.partner-card img { width: 100%; height: auto; opacity: 0.8; transition: opacity .3s; }
.partner-card:hover img { opacity: 1; }

/* ======= Contact Page ======= */
.contact-section { padding: 90px 0; background: #111; }
.contact-map { margin-bottom: 0; }
.contact-info-item { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
.contact-icon {
	width: 50px; height: 50px; line-height: 50px; text-align: center;
	background: #1a1a1a; border-radius: 50%; flex-shrink: 0;
}
.contact-icon i { font-size: 18px; color: #c29032; }
.contact-text h5 { font-size: 18px; color: #fff; margin-bottom: 3px; }
.contact-text span { font-size: 14px; color: #999; }
.contact-form-wrap { padding-left: 40px; }
.contact-form-wrap h4 { font-size: 22px; color: #fff; margin-bottom: 15px; }
.contact-form-wrap p { font-size: 15px; color: #999; margin-bottom: 30px; }
.contact-form .form-row { display: flex; gap: 20px; }
.contact-form .form-group { margin-bottom: 20px; width: 100%; }
.contact-form .form-group.half { width: 50%; }
.contact-form input, .contact-form textarea {
	width: 100%; padding: 14px 18px; background: #1a1a1a; border: 2px solid #282828;
	color: #fff; font-family: 'Mukta', sans-serif; font-size: 14px; outline: none;
	transition: border-color .3s;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: #c29032; }
.contact-form textarea { resize: vertical; }
.btn-submit {
	padding: 14px 35px; background: #c29032; color: #fff; border: none; border-radius: 50px;
	font-size: 12px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer;
	transition: background .3s;
}
.btn-submit:hover { background: #a87a1e; }
.contact-msg { padding: 15px 20px; margin-bottom: 20px; border-radius: 4px; }
.contact-msg.success { background: rgba(76,175,80,0.15); border: 1px solid rgba(76,175,80,0.3); color: #81c784; }
.contact-msg.error { background: rgba(244,67,54,0.15); border: 1px solid rgba(244,67,54,0.3); color: #e57373; }
.contact-msg p { margin: 0; font-size: 14px; }
@media screen and (max-width: 768px) {
	.contact-form-wrap { padding-left: 0; margin-top: 40px; }
	.contact-form .form-row { flex-direction: column; gap: 0; }
	.contact-form .form-group.half { width: 100%; }
}

/* ======= FAQ Page ======= */
.faq-section { padding: 90px 0; background: #111; }
.faq-list { padding-right: 20px; }
.faq-item { margin-bottom: 20px; border: 1px solid #222; }
.faq-question {
	width: 100%; text-align: left; padding: 20px 60px 20px 20px; background: #1a1a1a;
	border: none; color: #fff; font-family: 'Playfair Display', serif; font-size: 17px;
	cursor: pointer; position: relative; transition: background .3s;
}
.faq-question:hover { background: #222; }
.faq-question i {
	position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
	font-size: 13px; color: #c29032; transition: transform .3s;
}
.faq-item.active .faq-question { background: #c29032; color: #111; }
.faq-item.active .faq-question i { color: #111; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p { padding: 20px; color: #999; font-size: 14px; margin: 0; background: #111; }
.faq-image { padding-left: 20px; }
.faq-image img { width: 100%; }
@media screen and (max-width: 768px) {
	.faq-list { padding-right: 0; }
	.faq-image { padding-left: 0; margin-top: 40px; }
}

/* ======= Footer ======= */
.site-footer {
	background: #0a0a0a; padding: 30px 0 20px;
	text-align: center; border-top: 1px solid #222;
}
.footer-content { margin-bottom: 25px; }
.footer-logo { margin-bottom: 5px; }
.footer-logo img, .footer-logo .custom-logo-link img { width: 80px; height: auto; margin: 0 auto; }
.footer-info h3 { font-size: 24px; color: #c29032; margin-bottom: 2px; margin-top: 0; }
.footer-info span { font-size: 12px; color: #666; letter-spacing: 3px; text-transform: uppercase; }
.footer-copy { border-top: 1px solid #1a1a1a; padding-top: 15px; }
.footer-copy p { font-size: 12px; color: #555; margin: 0; }

/* ======= Inner Pages ======= */
.page-header-plain {
	padding: 120px 0 60px; text-align: left;
	background: #111;
}
.page-header-plain .mcgill-heading { margin-bottom: 0; }
.page-content { padding: 60px 0; background: #111; }
.page-content p { color: #999; }

/* ======= About Page ======= */
.about-intro { padding: 90px 0; background: #111; }
.about-intro .about-img img { width: 100%; height: auto; }
.about-intro .about-text { padding-left: 30px; }
.about-intro .about-text h3 { font-size: 28px; color: #fff; margin-bottom: 20px; font-style: italic; }
.about-intro .about-text p { color: #999; margin-bottom: 20px; }
.about-intro .about-signature { width: 150px; margin: 20px 0 10px; }
.about-intro .about-signature img { width: 100%; }
.about-intro .about-name { color: #c29032; font-size: 18px; }
.about-intro .about-role { color: #666; font-size: 13px; }

/* Team */
.team-section { padding: 90px 0; background: #1a1a1a; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.team-member { text-align: center; overflow: hidden; cursor: pointer; }
.team-member .team-img { overflow: hidden; margin-bottom: 20px; }
.team-member .team-img img { width: 100%; height: auto; transition: transform .5s ease; }
.team-member:hover .team-img img { transform: scale(1.05); }
.team-member .team-info { position: relative; height: 70px; overflow: hidden; }
.team-member .team-info-top,
.team-member .team-info-bottom {
	transition: transform .3s ease, opacity .3s ease;
	position: absolute; left: 0; right: 0;
}
.team-member .team-info-top { top: 0; }
.team-member .team-info-bottom { top: 100%; opacity: 0; }
.team-member:hover .team-info-top { transform: translateY(-70px); opacity: 0; }
.team-member:hover .team-info-bottom { transform: translateY(-70px); opacity: 1; }
.team-member h4 { font-size: 20px; color: #fff; margin-bottom: 5px; }
.team-member .role { color: #c29032; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; display: block; }
.team-member .social { display: flex; justify-content: center; gap: 10px; margin-bottom: 8px; }
.team-member .social a { color: #c29032; font-size: 14px; }
.team-member .social a:hover { color: #c29032; }
.team-member .email { color: #666; font-size: 13px; }
@media screen and (max-width: 768px) {
	.team-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
}

/* ======= RESPONSIVE - Mobile (max 768px) ======= */
@media screen and (max-width: 768px) {
	#mcgill-main { padding-top: 0; }
	.home #mcgill-main .mcgill-cases:first-child { padding-top: 90px; }
	body:not(.home) .mcgill-cases:first-child { padding-top: 80px; }
	/* Typography */
	body { font-size: 14px; }
	p { font-size: 14px; }

	/* Sidebar content */
	#mcgill-aside .mcgill-logo h1 { font-size: 20px; }
	#mcgill-aside .mcgill-logo img, #mcgill-aside .mcgill-logo .custom-logo-link img { width: 70px; }
	#mcgill-aside #mcgill-main-menu { padding: 20px 0 30px; }
	#mcgill-aside #mcgill-main-menu > ul > li > a { font-size: 15px; }
	.mcgill-contact-info h5 { font-size: 18px; }
	#mcgill-aside .mcgill-footer ul li { width: 35px; height: 35px; line-height: 35px; }

	/* Hero */
	#mcgill-hero .flexslider .flex-control-nav { bottom: 15px; right: 50%; transform: translateX(50%); display: flex; flex-direction: row; gap: 8px; }
	#mcgill-hero .flexslider .flex-control-nav li { margin-bottom: 0; }

	/* Services */
	.mcgill-services-container {
		height: auto; min-height: 130px; padding: 20px;
	}
	.mcgill-services-container .mcgill-services-heading { font-size: 17px; }
	.mcgill-services-container:hover .mcgill-services-text-area { transform: translateY(-15px); }
	.mcgill-services-container:hover .mcgill-services-img-area { transform: translateY(-60px); opacity: 0; }
	.mcgill-services-text-area p { font-size: 13px; }

	/* Clients / Partners */
	.clients-section { padding: 40px 0; }
	.partner-card { padding: 15px; }

	/* About page */
	.about-intro,
	.faq-section,
	.contact-section,
	.blog-page,
	.page-header-plain,
	.page-content { padding-top: 100px !important; }
	.about-intro { padding-bottom: 60px; }
	.about-intro .about-text { padding-left: 0; margin-top: 30px; }
	.about-intro .about-text h3 { font-size: 22px; }
	.about-section { padding: 60px 0; }
	.team-section { padding: 60px 0; }
	.team-member .team-info { height: 60px; }
	.team-member h4 { font-size: 17px; }
	.team-member:hover .team-info-top { transform: translateY(-60px); }
	.team-member:hover .team-info-bottom { transform: translateY(-60px); }

	/* Footer */
	.site-footer { padding: 30px 0 20px; }
	.footer-logo img, .footer-logo .custom-logo-link img { width: 60px; }
	.footer-info h3 { font-size: 20px; }

	/* Inner Pages */
	.page-header-plain { padding: 100px 0 30px !important; }
	.page-content { padding: 40px 0; }
}

/* ======= Blog Page ======= */
.blog-page { padding: 60px 0; background: #111; }
.blog-page .mcgill-heading { margin-bottom: 30px; }
.post-meta { margin-bottom: 30px; }
.post-meta span { color: #999; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; margin-right: 15px; }
.post-content { color: #999; line-height: 1.8; }
.post-content p { margin-bottom: 20px; }
.post-thumbnail { margin-bottom: 30px; }
.post-thumbnail img { width: 100%; height: auto; }

/* Skip link */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }
.skip-link { display: none; }
