* {margin: 0;padding: 0;box-sizing: border-box;}
p{font-size: 18px;}

/* HEADER CSS START */
body{  font-family: roboto;overflow-x: hidden;}
*{box-sizing: border-box;margin: 0;padding: 0;}
.container {width: 100%;max-width:1170px;}
.custom-header {background: #151617;border-bottom: 5px solid #c40000;}
.header-inner {display: flex;align-items: center;justify-content: space-between;padding: 15px 0;}
.logo {color: #fff;font-weight: 700;font-size: 20px;}
.logo span {color: #fff;}
/* NAV */
.nav {display: flex; align-items: center; gap: 25px;}
.nav a {color: #fff; text-decoration: none;font-size: 20px;}
/* BUTTON */
.contact-btn {background: #f00;color: #fff;font-weight: 600;padding: 10px 30px;border-radius: 0px;border: none;transition: 0.3s;font-size: 20px !important; width: auto; display: inline-block;}
.contact-btn:hover{background-color: rgb(255, 208, 0);color:#000;}
.menu-toggle {display: none;color: #fff;font-size: 26px;cursor: pointer;}
/* DROPDOWN */
.dropdown {position: relative;display: inline-block;}
.dropdown-toggle {cursor: pointer;}
/* MENU STYLE */
.dropdown-menu {position: absolute;top: 80%;left: 0;background:#000;min-width: 200px;display: none;flex-direction: column;border-radius: 6px;overflow: hidden;box-shadow: 0 8px 20px rgba(0,0,0,0.3);z-index: 999;}
/* LINKS */
.dropdown-menu a {color: #fff;padding: 12px 15px;text-decoration: none;display: block;transition: 0.3s;border-bottom: 1px solid rgba(255,255,255,0.1);font-size: 16px !important;}
.dropdown-menu a:hover {background: #e60000;color: #fff;}
/* SHOW ON HOVER (DESKTOP) */
.dropdown:hover .dropdown-menu {display: block;}
.dropdown-toggle::after {display: inline-block;margin-left: .255em;vertical-align: .255em;content: "";border-top: .3em solid;border-right: .3em solid transparent;border-bottom: 0;border-left: .3em solid transparent;
}
.hero-section .right-img img{display:none !important;}
/* SPECIAL WORDING SECOND SECTION */
#special-wording .martial-section {background: #fff;padding: 82px 0;position: relative;color: #151617;text-align: center;}
#special-wording .martial-section:before {display: none;}
#special-wording .martial-section .row {justify-content: center;}
#special-wording .content-box {position: relative;z-index: 2;background: transparent;padding: 0;border-left: 0;border-radius: 0;max-width: 820px;margin: 0 auto;text-align: center;}
#special-wording .section-title {font-size: 38px;font-weight: 700;margin-bottom: 20px;color: #151617;text-align:center;}
#special-wording .section-title span {color: #c40000;}
#special-wording .section-text {font-size: 18px;line-height: 1.5em;margin-bottom: 10px;color: #333;text-align:center;}
#special-wording .contact-btn{text-decoration:none !important}
.culture-sec{background: #f3f3f3 url('https://www.transparenttextures.com/patterns/concrete-wall.png');padding: 60px 0;}
.culture-sec h2{margin-bottom: 20px;
  color: #000;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 600;text-transform:capitalize;max-width:780px;}
.culture-sec h2 span{color: red;}
.culture-sec p{margin-bottom: 15px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;}
.culture-sec hr{width: 20%;
  margin: 0px 0px 30px 0px;
  border: 1px solid #ffd700;} 
.culture-sec ul {padding:0px;}  
.culture-sec ul li{list-style-type:none;position:relative;font-size: 18px;color: #000;}
.culture-sec ul li:before{content: "✔";
  color:red;
  margin-right: 10px;margin-right: 10px;
  line-height: 35px;}
 .culture-sec .contact-btn {margin: 10px 0px 20px;}

/* HEADER MOBILE RESPONSIVE */
@media (max-width: 992px) {
.dropdown-menu {position: static;box-shadow: none;width: 100% !important;}
.dropdown-menu a:last-child{width: 100% !important;}
.dropdown.active .dropdown-menu {display: flex;}   
.custom-header{position: relative !important;z-index: 999 !important;}
.custom-header .container{padding: 0px 10px;}
.menu-toggle {display: block;}
.nav {position: absolute;top: 82px;right: 0;background: #000;flex-direction: column;width: 100%;text-align: left;display: none;padding: 10px 20px 20px 20px;gap: 10px;}
.nav a {padding: 5px 0;width: 100%;}
.nav > a:last-child{width: 35%;text-align: center;margin: 0px auto 0px 0px;display: block;}
.nav.active {display: flex;}#navMenu{min-height: 600px;}
}

/* HEADER CSS END */

/* == HOME PAGE CSS START == */
/* HERO CSS START */
.hero-section {position: relative;background: url('../images/homepage-selected/home-hero-family.png') top/cover no-repeat;padding: 150px 15px;}
.hero-section .overlay {position: absolute;inset: 0;background: rgba(0,0,0,0.25);}
.hero-content {position: relative;z-index: 2;}
.hero-section h1 {font-size: 48px;font-weight: 700;max-width: 530px;color: #fff;line-height: 1.2em;}
.sub {font-size: 20px;margin-top: 15px;color: #fc0;font-weight: 600;}
.hero-section .content-text{color: #fff;font-size: 18px;font-weight: 400;line-height: 1.5em;}
.hero-img {max-height: 450px;position: relative;z-index: 2;}
.hero-section .right-img img{margin-top: -85px;position: relative;z-index: 999;}
.btn{border-radius: 0px !important;}
.banner-cta{margin-top: 30px;}
.btn-warning{background: #c40000;color: #fff;padding: 15px 50px;font-size: 20px;border: none;margin-top: 20px;font-weight: 600;}
.btn-outline-light{margin-top: 20px;padding: 15px 50px;font-size: 21px;color: #fff;border: 1px solid #fff;letter-spacing: 1px;font-weight: 500;width: 75%;}
.hero-section hr {width: 85%;border-top: 1px solid #f5f5f563;}

/* Our Martial Arts Manchester School  */
.section-wrapper {padding: 82px 15px;background: #070707;color: #fff;overflow: hidden;}
.section-wrapper .row {background: #111;border: 1px solid rgba(255,255,255,.12);border-radius: 8px;padding: 34px;box-shadow: 0 18px 42px rgba(0,0,0,.35);}
.section-wrapper .title {margin-top: 0px; font-size: 48px;font-weight: 700;color: #fff;line-height: 1.1em;text-align: center;}
.section-wrapper .title span {color: #c40000 !important;}
.section-wrapper .subtitle {color: #f5c400;font-weight: 700;margin: 15px 0;font-size: 17px;text-align: center;text-transform: uppercase;}
.section-wrapper .description {color: #f1f1f1;margin-bottom: 12px;font-size: 18px;line-height: 1.5em;}
.section-wrapper .padding-bottom-des{margin-bottom: 20px !important;}
.section-wrapper .feature-box {background: rgba(255,255,255,.08);color: #fff;padding: 13px 16px;margin-bottom: 14px;border-left: 4px solid #ffb300;display: flex;align-items: center;font-size: 18px;border-radius: 6px;}
.section-wrapper .feature-box i { margin-right: 10px;color: #333;}
.section-wrapper .image-box img {margin: 0 0 0 auto;height: auto;display: block;border-radius: 8px !important;box-shadow: 10px 10px 0px 0px #c40000;border:none;}
.section-wrapper .image-box img{max-width: 540px;}

/* FOURTH SECTION CSS START */
.trial-section {background: url(../images/bg-left-img.jpg); color: #ffffff;padding: 60px 15px;}
.trial-content h2 {font-size: 48px;font-weight: 700;line-height: 1.2;}
.trial-content p {font-size: 18px;line-height: 1.7;color: #e0e0e0;margin-bottom: 1rem;}
.highlight {color: #ffcc00;font-weight: 700;}
.cta-btn {background: #ff0000;color: #fff;border: none;padding: 16px 40px;font-size: 20px;font-weight: 700;border-radius: 0px;margin-top: 15px;display: inline-block;}
.phone-text {margin-top: 12px;font-size: 21px;}
.phone-text span {color: #ffcc00;font-weight: 700;}
.phone-text a{text-decoration: none;}
.trial-image img {width: 100%;border-radius: 0px;box-shadow: 5px 5px 0px 0px #fc0;}
/* FOURTH SECTION CSS END */

/* WAYNE SECTION */
.wayne-section {padding: 80px 10px;background: #eee;color: #fff;}
.wayne-img { border-radius: 0px;overflow: hidden;box-shadow: -5px -5px 0px 0px #f4c400;}
.wayne-img img {width: 100%;height: 100%;object-fit: cover;}
.wayne-content h2 {font-weight: 700;margin-bottom: 20px;font-size: 48px;margin-top: 0px;color: #2b2b2b;}
.wayne-content p {color: #000;line-height: 1.4;font-size: 18px;}
.wayne-content p strong{font-size: 19px;color: #f00;}
.wayne-list {margin-top: 20px;padding-left: 0px;}
.wayne-list li {list-style: none;margin-bottom: 10px;padding-left: 25px;position: relative;font-size: 18px;color: #000;}
.wayne-list li::before {content: "✔";position: absolute;left: 0;color: #f4c400;font-weight: bold;}
.btn-yellow.wayne-sec-btn {background: #f00;color: #fff;font-weight: 600;padding: 12px 30px;border-radius: 6px;border: none;transition: 0.3s;font-size: 20px !important; width: auto;}
.btn-yellow:hover {background: #e0b000;}
.signature {margin-top: 20px;font-style: italic;color: #000;margin-bottom: 25px;font-size: 18px;}
/* WAYNE Section END*/

/* FREE TRIAL SECTION CSS START */
.free-trial {padding: 60px 10px 55px 10px;}
.free-trial a{text-decoration: none !important;}
.free-trial h2 {font-size: 106.83px;color: #c80300;font-weight: 600;margin: 0;padding: 0;text-transform: uppercase;}
.free-trial h3 {font-size: 57.05px;color: #c80300;font-weight: 500;margin: 0;padding: 0;text-transform: uppercase;}
.free-trial h4 {font-size: 45.68px;color: #231f1e;font-weight: 500;margin: 0;padding: 0 0 0px;text-transform: uppercase;}
.free-trial h5 {font-size: 20px;color: #c80300;font-weight: 600;margin: 0;padding: 0 0 15px;text-transform: uppercase;}
.trial-form input {display: block;width: 100%;background: #e1e1e1;border: 1px solid #d7d7d7;color: #000;border-radius: 0px !important;padding: 10px;font-size: 16px;}
.trial-form input[type="submit"]{font-weight: 600;}
.trial-form input[type="submit"]:hover {color: #ffff00;}
.trial-form input {display: block;width: 100%;border: 1px solid #d7d7d7;border-radius: 8px;padding: 10px;}
/* FREE TRIAL SECTION CSS END */


/* SIXTH SECTION CSS START */
.final-cta-section {background:url(../images/homepage-selected/final-cta.png) ;color: #fff;padding: 100px 0; background-size: cover;}
.final-cta-section .cta-description{font-size: 18px;line-height: 1.5em;margin-bottom: 25px;}
.final-cta-section .cta-heading {font-weight: 700;line-height: 1.1;font-size: 48px;max-width: 550px;margin: 0 auto;}
.final-cta-section hr{border: 1px solid #ff0;opacity: 1;width: 25%;margin: 0 auto 20px auto;}
.final-cta-section .cta-btn {background-color: #ff0000;color: #fff;font-weight: 700;padding: 14px 50px;font-size: 24px;display: inline-block;line-height: 1.3em;  }
.cta-btn:hover {background-color: #cc0000;color: #fff;}
.dr-video-sec{padding:70px 0px;}
.dr-video-sec .video-text p{color: #000;
  font-size: 20px;
  max-width: 845px;
  margin: 0px auto 39px auto;
  text-align: center;line-height: 30px;}
.dr-video-sec .video-text p b{font-weight:bold;}
  
/* SMALL DEVICES FIX */
@media (max-width: 576px) {.cta-btn {width: 100%;padding: 16px;}}
/* SIXTH SECTION CSS END */
/* --- HOME PAGE CSS END --- */

/* PROGRAM SECTION CSS START */
.martial-programs{padding: 60px 20px;}
.martial-programs .programs-row {display: flex;gap: 20px;flex-wrap: wrap;}
.martial-programs .program-box {flex: 1 1 23%;min-height: 350px;background-size: cover;background-position: center;position: relative;border-radius: 0px;overflow: hidden;display: flex;align-items: flex-end;transition: 0.4s;}
.martial-programs .overlay {position: absolute;width: 100%;height: 100%;background:#000000de;top: 0;left: 0;}
.martial-programs .content {position: relative;   color: #fff;   padding: 20px;   z-index: 2;    display: flex;   flex-direction: column;   justify-content: center;   height: 100%;}
.martial-programs .program-box:hover .content {transform: translateY(0);}
.martial-programs .program-box:hover {transform: scale(1.03);}
.martial-programs .program-box:hover p{opacity: 1;   transform: translateY(0);}
.martial-programs .content h3 {margin-bottom: 10px;font-size: 24px;}
.martial-programs .content h3 span {display: block;font-size: 16px;color: #ffcc00;}
.martial-programs .content p {font-size: 15px;   line-height: 1.4;margin-bottom:15px;opacity:1;transition: 0.4s;}
.martial-programs .content ul li{font-size: 15px;   line-height: 1.4;margin-bottom:15px;opacity:1;position:relative;}
.martial-programs .content ul{list-style-type:none;}
.martial-programs .content ul li:before{content: "\f00c";position:absolute;font: normal normal normal 14px/1 FontAwesome;color: #ffd700;left: -23px;
  top: 2px;font-size: 15px;}

.martial-programs .btn {display: inline-block;   padding: 8px 18px;   background:  #f00;   color: #fff;   text-decoration: none;   border-radius: 25px;   font-weight: bold;   transition: 0.3s;    opacity: 1 !important;   transform: none !important;}
.martial-programs .btn:hover {background:#ffcc00;color:#000;}
.martial-programs .section-title{text-align: center;font-size:42px;font-weight:700;line-height:1.3em;margin-bottom:20px;}
.martial-programs hr{width:15%;border:1px solid #ffcc00;margin: 0 auto;opacity: 1;margin-bottom: 40px;}
/* Responsive */
@media (max-width: 1024px) {.program-box {flex: 1 1 48%;}}
@media (max-width: 600px) {.program-box {flex: 1 1 100%;}}
/* PROGRAM SECTION CSS END */

/* --- PROGRAM PAGE CSS START --- */
/* BANNER CSS START */
.program-page-banner {padding: 60px 0;background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://images.unsplash.com/photo-1555597673-b21d5c935865?q=80&w=1600');background-position:center;background-size: cover;}
.program-page-banner .vertical-center {display: flex;align-items: center;flex-wrap: wrap;}
.program-page-banner .title {font-size: 48px;   font-weight: 700;   line-height: 1.2;margin-top: 0px;text-align: left; color: #fff;}
.program-page-banner .title span {color: #ffd700;}
.program-page-banner .desc {margin: 15px 0;color: #ccc;font-size: 16px;line-height: 1.4em;}
.program-page-banner .deen-points {margin: 20px 0;}
.program-page-banner .deen-points span {display: inline-block;background: #ff0000;padding: 7px 20px;margin: 5px 6px 5px 0;border-radius: 30px;font-size: 16px;font-weight: 600; color:#fff;}
.program-page-banner .skills {margin-top: 15px;padding-left: 20px;}
.program-page-banner .feature-box{color: #000;   padding: 10px 10px;   margin-bottom: 20px;   border-left: 4px solid #ffb300;   display: flex;   align-items: center;   font-size: 18px;   background: #fff;}
.program-page-banner .image-box img{width: 85%;  box-shadow: 10px 10px 0px 0px red;}

@media (max-width: 991px) {
.program-page-banner .vertical-center {display: block;text-align: center;}
.program-page-banner .title {font-size: 30px;}
.program-page-banner .skills {display: inline-block;text-align: left;}}
@media (max-width: 767px) {
	
.culture-sec{padding:30px 20px;}		
.hero-section{background: url('../images/homepage-selected/home-hero-family.png') center/cover no-repeat !important;}
.hero-section .right-img img{display:block !important;margin: 0px auto;}	
	
#special-wording .martial-section {padding: 60px 20px;text-align: center;}
#special-wording .content-box {padding: 15px;}
#special-wording .section-title {font-size: 26px;}
#special-wording .section-text { font-size: 14px;}}
#special-wording {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* SPECIAL WORDING SECOND SECTION END */	
	
.program-page-banner .title {font-size: 30px;}


/* BANNER CSS END */

/* SECOND SECTION CSS START */
.program-second-section .hero {height: 90vh;background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)),url('https://images.unsplash.com/photo-1549719386-74dfcbf7dbed?q=80&w=1600');background-size: cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;}
.program-second-section .hero h1 {font-size:50px;color:#ffcc00;font-weight:800;letter-spacing:2px;}
.program-second-section .section {padding:60px 20px;position:relative;background: #eee;}
.program-second-section .split-box {border-left: 6px solid #fc0; padding: 20px; display:flex;flex-wrap:wrap;align-items:center;background: linear-gradient(to right, #000, #c40000);border-radius: 12px;}
.program-second-section .split-left {flex:1;min-width:300px;padding:30px;}
.program-second-section .gradient-modern{background: linear-gradient(to right, #000, #c40000) !important;}
.program-second-section .split-right {flex:1;min-width:300px;padding:30px;}
.program-second-section .title {font-size:32px;font-weight:800;color:#ffcc00;margin-bottom:20px;position:relative;}
.program-second-section .title:after {content:"";width:60px;height:3px;background:red;position:absolute;bottom:-10px;left:0;}
.program-second-section .text {color:#ccc;line-height:1.3;font-size: 18px;}
.program-second-section ul.modern-list {padding-left:0;}
.program-second-section ul.modern-list li {color: #fff; list-style:none;margin-bottom:10px;position:relative;padding-left:25px;text-transform: capitalize;font-size: 16px;}
.program-second-section ul.modern-list li:before {content:"▶";color:#ff0000;position:absolute;left:0;}
.program-second-section .card-modern {background: #000;padding:30px;border-radius:12px;backdrop-filter: blur(8px);border-left: 5px solid #1b0505;transition:0.3s;}
.program-second-section .card-modern:hover {transform:translateY(-10px);box-shadow:0 20px 40px rgba(255,0,0,0.3);}
.program-second-section .bg-image {background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.9)),url('https://images.unsplash.com/photo-1517649763962-0c623066013b?q=80&w=1600');background-size:cover;background-attachment:fixed;}






/* RESPONSIVE */
@media(max-width:768px){.program-second-section .hero h1 { font-size:30px; }}
/* SECOND SECTION CSS END */

/* --- PROGRAM PAGE CSS END --- */

/* KRAV MAGA MANCHESTER PAGE CSS START */
/* ===== HERO ===== */
#krav-maga-manchester .row{display: flex;align-items: center;}
#krav-maga-manchester .hero {background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.9)),url('https://images.unsplash.com/photo-1549719386-74dfcbf7dbed');background-size: cover;background-position: center;padding: 80px 20px;text-align: center;}
#krav-maga-manchester .hero h1 {font-size: 48px;font-weight: 800;color: #fff; max-width: 750px;margin: 0 auto;line-height: 1.3em;}
#krav-maga-manchester .hero p {font-size: 20px; max-width: 800px; margin: 20px auto; color: #fc0; font-weight: 500;}
#krav-maga-manchester .section {padding: 80px 0;}
#krav-maga-manchester .section-dark {background: #fff;}
#krav-maga-manchester .section-light {background: #151515;}
#krav-maga-manchester .section-light img{box-shadow: -10px -10px 0px 0px #fc0 !important;}
#krav-maga-manchester .section-light h2{margin-top: 0px;font-size: 42px;font-weight: 700;margin-bottom: 20px;color: #fff;line-height: 1.3em; max-width: 500px;}
#krav-maga-manchester .section-dark h2 {margin-top: 0px; font-size: 42px;font-weight: 700;margin-bottom: 20px;color: #000;line-height: 1.3em;}
#krav-maga-manchester .section-light p {color: #fff;font-size: 18px;line-height: 1.5em;}
#krav-maga-manchester .section-dark p {color: #000;font-size: 18px;line-height: 1.5em;}
#krav-maga-manchester .highlight {color: #ffcc00;font-weight: 600;}
#krav-maga-manchester .section img {width: 100%;box-shadow: 10px 10px 0px 0px #fc0;}
#krav-maga-manchester ul.custom-list {padding-left: 0px;list-style-type: none;}
#krav-maga-manchester ul.custom-list li {margin-bottom: 10px;position: relative;color: #ddd;font-size: 18px;}
#krav-maga-manchester ul.custom-list li::before {content: "✔";color: #fc0;font-weight: bold;margin-right: 10px;}
#krav-maga-manchester .quote {background: #000;border-left: 5px solid #ff0000;padding: 15px 20px;margin: 20px 0;font-style: italic;color: #fff;}
#krav-maga-manchester .cta {background: url(../images/bg-right-img.jpg);text-align: center;padding: 80px 20px;}
#krav-maga-manchester .cta h2 {font-size: 42px;margin-bottom: 20px;margin-top: 0px; line-height: 1.3em;color: #fff;}
#krav-maga-manchester .cta p {max-width: 700px;margin: 20px auto 30px auto;color: #fff;font-size: 18px;}
#krav-maga-manchester .section-light{background: url(../images/bg-left-img.jpg);}
.trial-form-padding{padding: 50px 20px;}
/* KRAV MAGA MANCHESTER PAGE CSS END */

/* KRAV MAGA DIDSBURY PAGE CSS START */
/* HERO */
#krav-mega-didsbury .hero {position: relative;
background: url('../images/krav-maga-didsbury-banner.png') top/cover no-repeat;color: #fff;padding: 80px 0;}
#krav-mega-didsbury .hero .overlay {position: absolute;top:0; left:0;width:100%; height:100%;background: rgba(0,0,0,0.7);}
#krav-mega-didsbury .hero-content {position: relative; z-index: 2;}
#krav-mega-didsbury .split-section h2 {margin-top: 0px; margin-bottom: 20px;color: #000;font-size: 42px;line-height: 1.2em;font-weight: 600;}
#krav-mega-didsbury .section-light h2{margin-top: 0px; margin-bottom: 20px;color: #000;font-size: 42px;line-height: 1.2em;font-weight: 600;}
#krav-mega-didsbury p {margin-bottom: 15px;color: #000;font-weight: 400;font-size: 18px;line-height: 1.3em;}
#krav-mega-didsbury .hero h1 {font-size: 48px;font-weight: bold;margin-top: 0px;}
#krav-mega-didsbury .hero h3 {margin: 20px 0;max-width: 500px;line-height: 1.3em;font-weight: 500;font-size: 16px;}
#krav-mega-didsbury .tagline {font-weight: bold;margin-bottom: 20px;color: #f1b400;font-size: 18px;}
#krav-mega-didsbury .hero-list {margin-bottom: 25px;}
#krav-mega-didsbury .btn-warning {background: #f1b400;border: none;color: #000;font-weight: bold;}
#krav-mega-didsbury .section-light {background: #f4f4f4;padding: 60px 0;}
#krav-mega-didsbury .split-section {padding: 60px 0;}
#krav-mega-didsbury .split-section img{margin-top: 0;}
#krav-mega-didsbury .split-section.dark{background:#fff;color: #fff;}
#krav-mega-didsbury .check-list li {color: #111;font-weight: bold;font-size: 18px;list-style-type: none;}
#krav-mega-didsbury .feature-boxes .box {background: #fff;padding: 10px;margin-top: 20px;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#krav-mega-didsbury .feature-boxes img {width: 100%;}
#krav-mega-didsbury .cta {background: url(../images/bg-right-img.jpg);color: #fff;padding: 60px 0;}
#krav-mega-didsbury .cta h2{font-size: 42px;
  color: #fff;
  line-height: 1.3em;
  font-weight: 600;}
  #krav-mega-didsbury .cta h2 span{color: #f1b400;}
#krav-mega-didsbury .hero-list{list-style-type: none;}
#krav-mega-didsbury .hero-list li{font-size: 18px;line-height: 1.3em;background: #fff;margin-top:10px;width:50%;padding: 10px 15px; color:#000; box-shadow: 0px 0px 2px 0px #000;border-left: 5px solid red;border-radius: 2px 0px 0px 2px;}
#krav-mega-didsbury .hero-list li::before {content: "✔";color: #ffd700;margin-right: 10px;}
#krav-mega-didsbury .intro-section-didsbury {background-image: url(../images/bg-right-img.jpg);color: #fff;padding: 70px 0;}
#krav-mega-didsbury .intro-text-didsbury h2 {margin-bottom: 20px;color: #fff;font-size: 42px;line-height: 1.2em;font-weight: 600;}
#krav-mega-didsbury .intro-text-didsbury p {margin-bottom: 15px;color: #fff;font-weight: 400;font-size: 18px;line-height: 1.3em;}
#krav-mega-didsbury .highlight-line {font-size: 17px !important; text-align: left; margin-top: 20px;font-weight: 400 !important;border-left: 4px solid #d60000;padding: 10px 15px;background: #fff;color: #000 !important;line-height: 1.3em;}
#krav-mega-didsbury .intro-features-didsbury {margin-top: 10px;}
#krav-mega-didsbury .feature-card-didsbury {background: #000;border: 1px solid rgba(255,255,255,0.1);text-align: center;padding: 20px 10px;margin-bottom: 15px;transition: 0.3s;}
#krav-mega-didsbury .feature-card-didsbury span {font-size: 28px;display: block;margin-bottom: 10px;}
#krav-mega-didsbury .feature-card-didsbury p { margin: 0;font-weight: bold;}
#krav-mega-didsbury .feature-card-didsbury:hover {background: #d60000;transform: translateY(-5px);}
#krav-mega-didsbury .feature-card-didsbury.full {background: #f1b400;color: #000;}
#krav-mega-didsbury .feature-card-didsbury.full:hover {background: #ffcc00;}
#krav-mega-didsbury .hr hr{width: 20%; margin: 0px 0px 30px 0px;border: 1px solid #ffd700;}
#krav-mega-didsbury .img-responsive{margin-top: 50px;border: 8px solid #f1b400;box-shadow: 0px 20px 20px -15px #000;}
#krav-mega-didsbury .features-premium {background:url(../images/bg-left-img.jpg);color: #fff;padding: 80px 0; color: #fff;padding: 60px 0;}
#krav-mega-didsbury .section-title {font-size: 42px;margin-bottom: 50px;color: #fff;line-height: 1.3em;font-weight: 600;}
#krav-mega-didsbury .feature-card-img {position: relative;overflow: hidden;margin-bottom: 25px;border: 2px solid #fff;}
#krav-mega-didsbury .feature-card-img img {width: 100%;transition: 0.5s;}
#krav-mega-didsbury .feature-card-img .overlay {position: absolute;bottom: 0;width: 100%;padding: 20px;background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);text-align: left;}
#krav-mega-didsbury .feature-card-img h4 {margin: 0;font-weight: bold;}
#krav-mega-didsbury .feature-card-img:hover img {transform: scale(1.1);}
#krav-mega-didsbury .features-content {margin-top: 40px;}
#krav-mega-didsbury .lead-text {font-size: 20px;margin-bottom: 30px;color: #fff;max-width: 745px;margin: 0px auto 30px auto;line-height: 1.5em;}
#krav-mega-didsbury .styled-list {list-style: none;padding: 0;}
#krav-mega-didsbury .styled-list li {position: relative;padding-left: 25px; margin-bottom: 10px;text-align: left;color: #000;text-transform: capitalize;font-size: 18px;}
#krav-mega-didsbury .styled-list li:before { content: "✔"; position: absolute;left: 0;color: #d60000;font-weight: bold;}
#krav-mega-didsbury .bottom-text {margin-top:50px;font-weight: bold;color:#fff;}
#krav-mega-didsbury .list-row{background: #fff;padding: 30px;width: 60%; margin: 0 auto;box-shadow: 8px 8px 0px 0px #f1b400;border: 1px solid #f1b400;}
#krav-mega-didsbury .cta p{color: #fff;display: block;max-width: 900px;margin: 20px auto;}

/* MOBILE */
@media(max-width:768px){
#krav-mega-didsbury .section-title {font-size: 26px;}
#krav-mega-didsbury .feature-card-img { margin-bottom: 20px;}
}
/* KRAV MEGA DIDSBURY PAGE CSS END */

/* FOOTER */
footer a{text-decoration: none !important;}
/* FOOTER CSS END*/


/* MOBILE CSS START*/
@media(max-width:992px){
#krav-maga-manchester .hero{padding: 40px 20px;}
#krav-maga-manchester .hero h1{font-size: 28px;}
#krav-maga-manchester .section{padding: 40px 0;}
#krav-maga-manchester .row{display: block;}
#krav-maga-manchester .section img{box-shadow: 5px 5px 0px 0px #fc0;margin-top: 30px;}
#krav-maga-manchester .section-light img{box-shadow: -5px -5px 0px 0px #fc0 !important;margin-top: 0px;}
#krav-maga-manchester .section-light h2{margin-top: 30px;}
#krav-maga-manchester .hero p{margin-top: 15px;margin-bottom: 0px;}
#krav-maga-manchester ul.custom-list li{font-size: 16px;}
#krav-maga-manchester .cta{padding: 40px 10px;}
.trial-form-padding{padding: 40px 10px;}
#krav-mega-didsbury .intro-text-didsbury h2{margin-top: 0px;}
#krav-mega-didsbury .split-section .mobile-spacing{padding-bottom: 30px;}
#krav-mega-didsbury .intro-section-didsbury{padding: 40px 0;}
#krav-mega-didsbury .styled-list li{font-size: 16px;}
#krav-mega-didsbury .split-section h2{margin-top: 0px;}
#krav-mega-didsbury .cta{padding: 40px 0px 60px 0px;}
#krav-mega-didsbury .features-content{margin-top: 20px;}
#krav-mega-didsbury .split-section{padding: 40px 0;}
#krav-mega-didsbury .features-premium{padding: 40px 0;}
#krav-mega-didsbury .section-title{margin-top: 0px;margin-bottom: 30px;}
#krav-mega-didsbury .list-row{width: 100%;padding: 15px;}
#krav-mega-didsbury .hero h1{font-size: 30px;}
#krav-mega-didsbury .hero{padding: 40px 20px;}
#krav-mega-didsbury .hero-list li{width: 100%;}
#krav-mega-didsbury .hero h3{font-size: 18px;}
.hero h1 {font-size: 28px;}
.hero p {font-size: 16px;}
.nav > a:last-child{width: max-content;text-align: left;display: block;font-size: 16px;padding: 10px 30px;}
.dropdown-menu a:last-child{padding: 12px 15px;}
.dropdown{width: 100%;}
.dropdown-toggle{width: 100%;display: block;}
.dropdown-menu a{font-size: 16px;}
.program-second-section .title{margin-top: 0px !important;}
.program-page-banner .image-box img{box-shadow: 5px 5px 0px 0px red !important;}
.program-second-section .card-modern{padding: 20px !important;}
.program-second-section .split-box{gap: 20px;}
.program-second-section .split-left {padding: 0px !important;}
.program-second-section .split-right{padding: 0px !important;}
.program-second-section .container{padding: 0px;}
.program-second-section .section{padding: 40px 10px !important;}
.program-page-banner .image-box img{width: 100% !important;box-shadow: 5px 5px 0px 0px red;margin-top: 30px;}
.contact-btn{width: 100%;}
.program-page-banner{padding: 40px 0px 60px 0px !important;}
.program-page-banner .deen-points span{font-size: 16px !important;padding: 7px 25px !important;}
.program-page-banner .feature-box{font-size: 16px;}
.martial-programs{padding: 40px 10px !important;}
.container{max-width:750px}
.martial-programs .program-box{margin-bottom: 20px;}
.martial-programs .programs-row{display: block !important;}
.martial-programs .content p{opacity: 1 !important;margin-bottom: 50px !important;}
.hero-section .content-text{font-size: 16px;}
.contact-btn{font-size: 18px !important;}
h2{font-size: 28px !important;line-height: 1.3em !important;margin-top: 0px;}
p{font-size: 16px !important;line-height: 1.3em !important;}
.section-wrapper .description{font-size: 16px;}
.section-wrapper .feature-box{font-size: 16px;}
.section-wrapper .image-box img{width: 100%;max-width: 100%;}
.final-cta-section .cta-btn{padding:15px 15px !important;}
.free-trial h4{font-size: 24px;}
.free-trial h2{font-size: 42px;}
.free-trial h3{font-size: 24px;}
.free-trial h4{font-size: 24px;}
.title {font-size: 30px;line-height: 1.3em;}
.section-wrapper {padding: 40px 10px 50px 10px;}
.btn-outline-light{margin-top: 0px;padding: 12px 50px;font-size: 16px;}
.trial-section{padding: 40px 10px;}
.trial-image img{max-width: 100%;}
.hero-section {text-align: center;padding: 30px 5px 0px 5px !important;}
.hero-img {margin-top: 30px;max-height: 350px;}
.hero h1 {font-size: 32px;}
.hero h1 {font-size: 26px;}
.btn-lg {width: 100%;margin-bottom: 10px;}
.hero-section h1{font-size: 30px; max-width: 100%;margin-bottom: 20px;}
.hero-section hr{margin: 0 auto;}
.sub{font-size: 15px;}
.btn-warning{font-size:18px; padding: 10px 20px;}
.hero-section .right-img img {margin-top: 15px;position: static;width: auto;height: 330px;}
.btn-outline-light{margin-top: 15px;}
.hero-section {padding: 30px 20px 0px 20px;}
.image-box img{width:100%;}
.martial-programs .section-title::before{background: none;}
.martial-programs .section-title::after{background: none;}
.martial-programs .section-title{line-height: 1.3em;margin-bottom: 35px;}
.wayne-section .col-lg-5{margin-bottom: 30px;}
.free-trial{padding: 40px 10px 40px 10px;}
.trial-form form{margin-top: 15px;}
.wayne-img{box-shadow: -3px -3px 0px 0px #f4c400;}
.custom-header{position: relative;z-index: 9999;}
.wayne-content{padding-left: 0px;}
.final-cta-section{padding: 40px 10px !important;}
.final-cta-section .cta-btn{margin-top: 0px !important;font-size: 20px !important;}
.trial-section .cta-btn{font-size: 20px;}
.wayne-section {padding: 40px 10px;box-sizing: border-box;}
.free-trial h5{font-size: 16px;}}
/* MOBILE CSS END*/

/* 993px TO 1023px CSS START */
@media(min-width:993px) and (max-width:1023px){
.martial-programs a{font-size: 17px !important;}
.hero-section .right-img img{width: 480px;}
.section-wrapper .row{display: flex;}
.hero-section{text-align: left;}
.hero-section .row{display: flex;}
.hero-section hr{margin: 0 auto;}
.banner-cta{margin-top: 20px;}
.hero-section h1{max-width: 100%;}
.hero-section hr{margin: 0 auto;}
.hero-section .right-img img{margin-top: -50px;}
.btn-warning{font-size: 18px;padding: 15px;}
.hero-section{padding: 30px 20px 0px 20px;}
.image-box img{width: 100%;}
.title{font-size: 42px;}
.martial-programs .section-title{font-size: 42px;}
.martial-programs .section-title::before{background: none;}
.martial-programs .section-title::after{background: none;}
.wayne-section .row{display: flex;}
.wayne-section .row .col-lg-5{width: 40%;}
.wayne-section .row .col-lg-7{width: 60%;}
.wayne-content h2{font-size: 42px;}
.hero-section h1{font-size: 44px;}
.btn-warning{width: 100%;}}
/* 993px TO 1023px CSS END */


@media(min-width:768px) and (max-width:992px){
	
.hero-section{padding: 50px 5px 50px 5px !important;}
}


/* popup css start */


.exit-popup {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.85);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:9999;
}

.popup-content {
  background:#1c1c1c;
  width:800px;
  max-width:95%;
  display:flex;
  border-radius:6px;
  overflow:hidden;
  color:#fff;
}

.popup-left {
  padding:5px 30px;
  width:60%;
}
.popup-left p{font-size: 18px;}

.popup-left h2 {
  color:#ffcc33;
  margin-bottom:10px;font-size: 30px;
}
.popup-left ul li{font-size:15px;line-height: 25px;}
.popup-left ul {
  margin:15px 0;padding: 0px 15px 5px;
}

.popup-left input {
  width:100%;
  padding:10px;
  margin-bottom:10px !important;
  border:none;
  border-radius:3px;
}

.popup-left button {
  background:#ffcc33;
  color:#000;
  border:none;
  padding:12px;
  width:100%;
  font-weight:bold;
  cursor:pointer;
}

.popup-right {
  width:40%;
  background:#000;
  text-align:center;
}

.popup-right img {
  width:100%;
}

.popup-phone {
  padding:15px;
  font-size:18px;
}

.popup-close {
  position:absolute;
  top:10px;
  right:20px;
  font-size:30px;
  cursor:pointer;
}
.popup-note{margin-top: 10px;}


@media(max-width:767px){
	
.popup-right, .popup-left {width:100%;	}	
.popup-content{display: block;}	
.popup-right{display:none;}	
.dr-video-sec{padding:30px 20px;}
.dr-video-sec .first-video, .dr-video-sec .second-video{padding-left:0px !important;padding-right:0px !important}

.dr-video-sec .second-video{margin-top:20px;}
	
}









/* popup css end */

/* Client update - remove exit popup (May 2026) */
.exit-popup,
#exitPopup {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Homepage programs refresh */
.martial-programs {
  background: #f7f7f7 !important;
  padding: 78px 20px !important;
}

.martial-programs .section-title {
  max-width: 820px;
  margin: 0 auto 18px !important;
  color: #151617;
  font-size: clamp(34px, 4vw, 52px) !important;
  font-weight: 800;
  text-align: center;
}

.martial-programs hr {
  width: 86px;
  border: 2px solid #c40000;
  margin: 0 auto 42px !important;
  opacity: 1;
}

.martial-programs .programs-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.martial-programs .program-box {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
  transform: none !important;
}

.martial-programs .program-image {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.martial-programs .overlay {
  display: none;
}

.martial-programs .content {
  position: static;
  z-index: 1;
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 26px;
  color: #181818;
}

.martial-programs .content h3 {
  margin: 0 0 12px;
  color: #151617;
  font-size: 25px;
  font-weight: 800;
}

.martial-programs .content h3 span {
  color: #c40000;
  font-size: 16px;
  margin-top: 4px;
}

.martial-programs .content p,
.martial-programs .content ul li {
  color: #333;
  font-size: 16px;
  line-height: 1.45;
}

.martial-programs .content p {
  margin-bottom: 18px !important;
}

.martial-programs .content ul {
  padding-left: 24px;
  margin-bottom: 22px;
}

.martial-programs .content ul li {
  margin-bottom: 10px;
}

.martial-programs .content ul li:before {
  color: #c40000;
}

.martial-programs .btn {
  align-self: center;
  margin-top: auto !important;
  padding: 11px 24px !important;
  background: #f00 !important;
  color: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 0 #9f0000;
  width: auto !important;
}

.martial-programs .btn:hover {
  background: #ffcc00 !important;
  color: #000 !important;
}

@media (max-width: 991px) {
  .martial-programs .programs-row {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .martial-programs {
    padding: 52px 16px !important;
  }

  .martial-programs .program-image {
    height: 210px;
  }

  .martial-programs .content {
    padding: 22px;
  }
}

/* Schedule offer form alignment */
@media (min-width: 992px) {
  .free-trial > .container > .row.clearfix {
    display: flex;
    align-items: stretch;
  }

  .free-trial > .container > .row.clearfix > .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .free-trial > .container > .row.clearfix > .col-md-5 {
    margin-bottom: 22px;
  }
}

/* Free trial section dark refresh */
.trial-section {
  background: #050505 !important;
  background-image: none !important;
  color: #fff;
  padding: 78px 18px !important;
  overflow-x: hidden;
}

.trial-section .container {
  max-width: 1160px;
}

.trial-section .row {
  align-items: center;
}

.trial-content h2 {
  color: #fff;
  max-width: 620px;
  margin: 0;
}

.trial-content p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.86);
}

.trial-section .contact-btn {
  background: linear-gradient(#f21b21, #c4070c) !important;
  color: #fff !important;
  border-radius: 6px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 3px 0 #6f0305;
}

.trial-section .contact-btn:hover,
.trial-section .contact-btn:focus {
  background: #ffcc00 !important;
  color: #111 !important;
}

.trial-image {
  position: relative;
  padding: 10px;
  background: linear-gradient(135deg, rgba(196, 0, 0, 0.28), rgba(255, 204, 0, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.trial-image::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #c40000, #ffcc00);
  border-radius: 999px;
  pointer-events: none;
}

.trial-image img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 12px !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34) !important;
  object-fit: cover;
}

@media (max-width: 991px) {
  .trial-section {
    padding: 56px 18px !important;
  }

  .trial-content {
    margin-bottom: 34px !important;
  }

  .trial-image {
    padding: 8px;
  }

  .trial-image::before {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 600px) {
  .trial-section {
    padding: 48px 16px !important;
  }

  .trial-content h2 {
    font-size: 34px;
  }

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

/* HOMEPAGE HERO FINAL SYSTEM */
/* Copied from the General Landing Page hero and scoped to the homepage hero. */
.custom-header {
  position: relative;
  z-index: 20;
}

.homepage-hero {
  position: relative;
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(0, 0, 0, 0.10) 30%,
      rgba(0, 0, 0, 0.52) 54%,
      rgba(0, 0, 0, 0.92) 76%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("../images/homepage-selected/home-hero-family.png") center top / contain no-repeat,
    #050505 !important;
  color: #ffffff;
}

.homepage-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 18%, rgba(223, 17, 24, .16), transparent 30%);
  pointer-events: none;
}

.homepage-hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(220px, 58vw, 330px);
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  margin-inline: auto;
}

.homepage-hero .eyebrow {
  margin: 0 0 8px;
  color: #df1118;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 15px;
  font-weight: 200;
  text-transform: uppercase;
}

.homepage-hero h1 {
  max-width: min(100%, 720px);
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(46px, 11vw, 64px);
  font-weight: 200;
  line-height: .94;
  letter-spacing: .015em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .42);
}

.homepage-hero h1 span {
  color: #df1118;
}

.homepage-hero .hero-sub {
  max-width: 460px;
  margin: 18px 0 20px;
  color: rgba(255, 255, 255, .94);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.homepage-hero .hero-buttons {
  display: grid;
  gap: 10px;
  max-width: 520px;
}

.homepage-hero .btn {
  min-height: 52px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px !important;
  font-family: inherit;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  white-space: normal;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.homepage-hero .hero-buttons .btn {
  width: 100%;
}

.homepage-hero .btn-red {
  color: #ffffff !important;
  background: #c40000 !important;
  border: 2px solid #c40000 !important;
  box-shadow: 0 14px 30px rgba(196, 0, 0, .28);
}

.homepage-hero .btn-outline {
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, .9) !important;
  background: rgba(0, 0, 0, .38) !important;
}

.homepage-hero .btn-red:hover,
.homepage-hero .btn-red:focus {
  background: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #050505 !important;
  transform: translateY(-1px);
}

.homepage-hero .btn-outline:hover,
.homepage-hero .btn-outline:focus {
  background: #ffffff !important;
  color: #111111 !important;
  transform: translateY(-1px);
}

.homepage-hero .trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 520px;
  margin-top: 14px;
}

.homepage-hero .trust span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  position: relative;
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.homepage-hero .trust span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 12px;
  height: 6px;
  border-left: 3px solid #df1118;
  border-bottom: 3px solid #df1118;
  transform: translateY(-65%) rotate(-45deg);
}

@media (min-width: 768px) {
  .homepage-hero {
    min-height: 100vh !important;
    min-height: 100svh !important;
    align-items: center;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .82) 36%, rgba(0, 0, 0, .34) 65%, rgba(0, 0, 0, .12) 100%),
      url("../images/homepage-selected/home-hero-family.png") right center / contain no-repeat,
      #050505 !important;
    background-size: auto 100%;
  }

  .homepage-hero .hero-content {
    width: min(100% - 72px, 1180px);
    padding-top: 120px;
    padding-right: 0;
    padding-bottom: 72px;
    padding-left: 0;
  }

  .homepage-hero h1 {
    max-width: 760px;
    font-size: clamp(64px, 5.8vw, 92px);
    line-height: .94;
  }

  .homepage-hero .hero-sub {
    max-width: 560px;
    font-size: 18px;
  }

  .homepage-hero .hero-buttons {
    grid-template-columns: auto auto;
  }

  .homepage-hero .hero-buttons .btn {
    width: auto;
    min-width: 220px;
  }

  .homepage-hero .trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .homepage-hero {
    min-height: auto !important;
  }

  .homepage-hero .hero-content {
    padding-top: clamp(220px, 64vw, 320px);
  }

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

@media (max-width: 374px) {
  .homepage-hero h1 {
    font-size: clamp(37px, 11vw, 42px);
  }
}

@media (min-width: 993px) {
  .custom-header {
    position: relative !important;
    z-index: 30 !important;
    width: 100%;
    overflow: visible;
  }

  .custom-header .container {
    width: 100%;
    max-width: 1170px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 14px;
    padding: 10px 0;
  }

  .logo {
    flex: 0 0 auto;
  }

  .logo img {
    width: clamp(165px, 13vw, 220px);
    max-width: 220px;
    height: auto;
  }

  .menu-toggle {
    display: none !important;
  }

  #navMenu,
  .nav {
    position: static !important;
    inset: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    width: auto !important;
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(8px, 1.1vw, 18px);
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .nav a,
  .dropdown-toggle {
    width: auto !important;
    white-space: nowrap;
  }

  .nav > a,
  .nav .dropdown > a {
    padding: 0;
    font-size: clamp(13px, 1.08vw, 17px) !important;
    line-height: 1.2;
  }

  .nav > .contact-btn,
  .nav > a:last-child {
    width: auto !important;
    max-width: none;
    margin: 0;
    padding: 9px clamp(14px, 1.4vw, 24px) !important;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .custom-header {
    position: relative !important;
    z-index: 30 !important;
  }

  .custom-header .container {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .header-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
  }

  .logo img {
    width: clamp(150px, 42vw, 190px);
    max-width: 190px;
    height: auto;
  }

  .menu-toggle {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    line-height: 1;
  }

  #navMenu,
  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 0 !important;
    max-height: calc(100vh - 72px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px 18px 20px !important;
    overflow-y: auto;
    background: #000 !important;
    text-align: left;
  }

  #navMenu.active,
  .nav.active {
    display: flex !important;
  }

  .nav a,
  .dropdown-toggle {
    width: 100% !important;
    padding: 10px 0;
    color: #fff;
    font-size: 16px !important;
    line-height: 1.25;
    white-space: normal;
  }

  .nav > .contact-btn,
  .nav > a:last-child {
    width: 100% !important;
    max-width: 260px;
    margin: 8px auto 0 0;
    padding: 12px 20px !important;
    text-align: center;
  }
}
/* =========================================================
   FINAL HERO MATCH TO GENERAL LANDING PAGE
   General behavior above 630px
   Small-mobile refinement below 630px
   ========================================================= */

/* Always hide the separate homepage hero image because General Landing Page uses background image */
.hero-section .right-img,
.hero-section .clean-hero__media,
.hero-section .clean-hero-image {
  display: none !important;
}

/* Base/mobile hero behavior like General Landing Page */
.hero-section.clean-hero,
.hero-section.glp-hero,
.hero-section {
  position: relative !important;
  min-height: 100svh !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  color: #ffffff !important;
  padding: 0 !important;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0.00) 0%,
      rgba(0,0,0,0.10) 30%,
      rgba(0,0,0,0.52) 54%,
      rgba(0,0,0,0.92) 76%,
      rgba(0,0,0,1) 100%
    ),
    url("../images/homepage-selected/home-hero-family.png") center top / contain no-repeat,
    #050505 !important;
}

/* Hero overlay like General Landing Page */
.hero-section .hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at 75% 18%, rgba(223,17,24,.16), transparent 30%) !important;
  pointer-events: none !important;
}

/* Mobile content spacing like General Landing Page */
.hero-section .hero-content,
.hero-section .clean-hero__content {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  padding-top: clamp(220px, 58vw, 330px) !important;
  padding-right: 22px !important;
  padding-bottom: 24px !important;
  padding-left: 22px !important;
  text-align: left !important;
}

/* Heading like General Landing Page */
.hero-section h1,
.hero-section .hero-title {
  max-width: 360px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif !important;
  font-size: clamp(34px, 10vw, 46px) !important;
  font-weight: 900 !important;
  line-height: .94 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
}

.hero-section h1 span,
.hero-section .hero-title span {
  color: #df1118 !important;
}

/* Paragraph */
.hero-section .content-text,
.hero-section .hero-sub {
  max-width: 390px !important;
  margin: 14px 0 16px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.42 !important;
}

/* Buttons like General Landing Page */
.hero-section .hero-buttons,
.hero-section .banner-cta,
.hero-section .clean-hero-cta {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 520px !important;
  margin-top: 16px !important;
}

.hero-section .hero-buttons .btn,
.hero-section .banner-cta .btn,
.hero-section .clean-hero-cta .btn,
.hero-section .btn-warning,
.hero-section .btn-outline-light {
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 5px !important;
  font-family: "Oswald", Impact, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* Trust badges like General Landing Page */
.hero-section .trust,
.hero-section .hero-trust-points {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 520px !important;
  margin-top: 14px !important;
}

.hero-section .trust span,
.hero-section .hero-trust-points span {
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  padding: 8px 8px 8px 28px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.07) !important;
  position: relative !important;
  color: #ffffff !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
}

/* Desktop behavior like General Landing Page */
@media (min-width: 768px) {
  .hero-section.clean-hero,
  .hero-section.glp-hero,
  .hero-section {
    min-height: 100svh !important;
    align-items: center !important;
    background:
      linear-gradient(
        90deg,
        rgba(0,0,0,.96) 0%,
        rgba(0,0,0,.82) 36%,
        rgba(0,0,0,.34) 65%,
        rgba(0,0,0,.12) 100%
      ),
      url("../images/homepage-selected/home-hero-family.png") right center / contain no-repeat,
      #050505 !important;
  }

  .hero-section .hero-content,
  .hero-section .clean-hero__content {
    width: min(100% - 72px, 1180px) !important;
    max-width: 1180px !important;
    padding-top: 120px !important;
    padding-bottom: 72px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-section h1,
  .hero-section .hero-title {
    max-width: 760px !important;
    font-size: clamp(58px, 6vw, 84px) !important;
    line-height: .88 !important;
  }

  .hero-section .content-text,
  .hero-section .hero-sub {
    max-width: 560px !important;
    font-size: 18px !important;
  }

  .hero-section .hero-buttons,
  .hero-section .banner-cta,
  .hero-section .clean-hero-cta {
    grid-template-columns: auto auto !important;
    max-width: 520px !important;
  }

  .hero-section .hero-buttons .btn,
  .hero-section .banner-cta .btn,
  .hero-section .clean-hero-cta .btn {
    width: auto !important;
    min-width: 220px !important;
  }

  .hero-section .trust,
  .hero-section .hero-trust-points {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 680px !important;
  }
}

/* =========================================================
   SMALL MOBILE ONLY - below 630px
   Keeps General Landing Page behavior, only improves fitting
   ========================================================= */

@media (max-width: 630px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .custom-header,
  .hero-section.clean-hero,
  .hero-section.glp-hero,
  .hero-section {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-section.clean-hero,
  .hero-section.glp-hero,
  .hero-section {
    min-height: 100svh !important;
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,0.00) 0%,
        rgba(0,0,0,0.12) 28%,
        rgba(0,0,0,0.58) 52%,
        rgba(0,0,0,0.94) 73%,
        rgba(0,0,0,1) 100%
      ),
      url("../images/homepage-selected/home-hero-family.png") center top / contain no-repeat,
      #050505 !important;
  }

  .hero-section .hero-content,
  .hero-section .clean-hero__content {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: clamp(250px, 72vw, 360px) !important;
    padding-right: 16px !important;
    padding-bottom: 34px !important;
    padding-left: 16px !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .hero-section h1,
  .hero-section .hero-title {
    max-width: 100% !important;
    font-size: clamp(34px, 12vw, 46px) !important;
    line-height: 0.92 !important;
  }

  .hero-section .content-text,
  .hero-section .hero-sub {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .hero-section .hero-buttons,
  .hero-section .banner-cta,
  .hero-section .clean-hero-cta {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .hero-section .hero-buttons .btn,
  .hero-section .banner-cta .btn,
  .hero-section .clean-hero-cta .btn,
  .hero-section .btn-warning,
  .hero-section .btn-outline-light {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 14px 12px !important;
    font-size: 14px !important;
  }

  .hero-section .trust,
  .hero-section .hero-trust-points {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .hero-section .trust span,
  .hero-section .hero-trust-points span {
    min-width: 0 !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 430px) {
  .hero-section h1,
  .hero-section .hero-title {
    font-size: clamp(32px, 11vw, 42px) !important;
  }

  .hero-section .trust,
  .hero-section .hero-trust-points {
    grid-template-columns: 1fr 1fr !important;
  }
}




/* =========================================================
   BUILD FOCUS SECTION RESPONSIVE FIX
   Desktop: image left / text right
   Under 991px: text first / image second
   ========================================================= */

/* Desktop layout */
.trial-section {
  width: 100% !important;
  overflow-x: hidden !important;
}

.trial-section .row,
.trial-section .row.clearfix {
  display: flex !important;
  align-items: center !important;
  gap: 50px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.trial-section .row.clearfix::before,
.trial-section .row.clearfix::after {
  display: none !important;
}

.trial-section .row > [class*="col-"] {
  float: none !important;
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.trial-section .trial-image img {
  display: block !important;
  width: 100% !important;
  max-width: 620px !important;
  height: auto !important;
  margin: 0 auto !important;
}

.trial-section .trial-content {
  text-align: center !important;
}

/* Tablet/mobile layout */
@media (max-width: 991px) {
  .trial-section {
    padding: 45px 16px !important;
  }

  .trial-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .trial-section .row,
  .trial-section .row.clearfix {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .trial-section .row > [class*="col-"] {
    display: block !important;
    float: none !important;
    clear: both !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* IMPORTANT:
     Your desktop is image first, text second.
     On mobile this makes text first, picture second. */
  .trial-section .row > [class*="col-"]:first-child {
    order: 2 !important;
  }

  .trial-section .row > [class*="col-"]:last-child {
    order: 1 !important;
  }

  .trial-section .trial-content {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .trial-section .trial-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .trial-section .trial-image img {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 575px) {
  .trial-section .trial-image img {
    max-width: 100% !important;
  }

  .trial-section .trial-content h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
}







.trial-section .trial-responsive-row {
  display: flex !important;
  align-items: center !important;
  gap: 50px !important;
}

.trial-section .trial-text-col,
.trial-section .trial-image-col {
  float: none !important;
  flex: 1 1 50% !important;
  max-width: 50% !important;
}

.trial-section .trial-content {
  text-align: center !important;
}

.trial-section .trial-image img {
  display: block !important;
  width: 100% !important;
  max-width: 620px !important;
  height: auto !important;
  margin: 0 auto !important;
}

/* Mobile/tablet */
@media (max-width: 991px) {
  .trial-section {
    padding: 45px 16px !important;
    overflow-x: hidden !important;
  }

  .trial-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .trial-section .trial-responsive-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 28px !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .trial-section .trial-text-col,
  .trial-section .trial-image-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .trial-section .trial-text-col {
    order: 1 !important;
  }

  .trial-section .trial-image-col {
    order: 2 !important;
  }

  .trial-section .trial-content {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .trial-section .trial-image {
    width: 100% !important;
  }

  .trial-section .trial-image img {
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 575px) {
  .trial-section .trial-content h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .trial-section .trial-image img {
    max-width: 100% !important;
  }
}
