@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Oswald", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #171717; /* Red */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
}

/* ::selection {
  background: var(--c5);
} */

.header-main a img {
    width: 120px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.logo a img {
    width: 150px;
}

.home-banner {
    background-image: url(/wp-content/uploads/2025/09/15bea9f9cb9e79b1894358b2b67dda5408451a9b.jpg);
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

header.header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
}

.navbar {
    justify-content: center;
    padding: 0;
}

.navbar ul li a {
    color: white;
    text-decoration: underline;
    font-size: 18px;
    transition: .4s all;
}

header .primary-btn {
    display: flex;
    justify-content: end;
}

.primary-btn a {
    background: #FF1313;
    padding: 8px 40px;
    border: 2px solid white;
    font-size: 17px;
    color: white;
    transition: .4s all;
    text-transform: uppercase;
}

.home-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008a;
}

.banner-content {
    position: relative;
}

.banner-content h1 {
    font-size: 140px;
    color: white;
    font-weight: 700;
    margin: 0px 0px 30px;
    text-transform: uppercase;
}

.banner-content h5 {
    font-size: 60px;
    font-weight: 900;
    color: transparent;                /* Text transparent hoga */
    -webkit-text-stroke: 1px #fff;     /* White outline */
    text-transform: uppercase;         /* Capital letters */
    letter-spacing: 2px;
}

.primary-btn.second-btn a {
    background: transparent;
}
.training-sec-main {
    display: flex;
    justify-content: center;
}

section.training-sec {
    background: black;
}

.training-sec-item {
    text-align: center;
    padding: 150px 70px;
    color: white;
    background-image: url(/wp-content/uploads/2025/09/image-12-min-scaled-min.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	flex: 1;
}

.training-sec-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    left: 0px;
    top: 0px;
}

.training-sec-item h2 {
    font-size: 50px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.training-sec-item p {
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    width: 70%;
    margin: 0 auto;
}

.training-sec-item .primary-btn {
    position: relative;
}

.training-sec-item.training-sec-second {
    background-image: url(/wp-content/uploads/2025/09/image-19-min-scaled-min.jpg);
}
section.offer-sec {
    background: black;
    color: white;
    padding: 50px 0px 50px;
}

.section-title h2 {
    text-align: center;
    font-size: 120px;
    font-weight: 900;
    color: transparent;                /* Text transparent hoga */
    -webkit-text-stroke: 1px #F6F7F8;     /* White outline */
    text-transform: uppercase;         /* Capital letters */
    letter-spacing: 2px;
    margin-bottom: 50px;
}

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

.offer-item h2 {
    color: white;
	font-size: 32px;
    text-transform: uppercase;
    padding: 30px 0px 20px;
}

.offer-item p {
    padding: 0px 40px;
    font-family: "Roboto Condensed", sans-serif;
}
section.gallery-sec {
    background: black;
    padding: 20px;
}


section.pricing-sec {
    background: black;
}

.pricing-item {
    box-shadow: 0px 6px 6px 0px #02194114;
    border: 1px solid #FFFFFF33;
    padding: 30px;
}

.pricing-item h5 {
    font-size: 30px;
    color: white;
	font-family: "Roboto Condensed", sans-serif;
}

.pricing-item h2 {
    font-size: 30px;
    color: #FF0000;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.pricing-item h2 small {
    font-size: 14px;
    color: white;
}

.pricing-item ul li {
    color: white;
    font-size: 14px;
    margin-bottom: 20px;
	font-family: "Roboto Condensed", sans-serif;
}

.pricing-item ul {
    margin-bottom: 30px;
}
.pricing-item img {
    width: 70px;
    background: #ff0000;
    padding: 13px;
    border-radius: 200px;
    margin-bottom: 20px;
}

.pricing-item ul li i {
    color: #ff0000;
    margin-right: 8px;
}
.pricing-item .primary-btn.second-btn a {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.primary-btn a:hover {
    background: transparent;
}

.primary-btn.second-btn a:hover {
    background: #ff1313;
}
section.about-sec {
    background: black;
    color: white;
    padding: 60px 0px 60px;
}

.box-content h2 {
    font-size: 70px;
    text-transform: uppercase;
}

.box-content p {
    font-size: 18px;
    margin-top: 15px;
    font-family: "Roboto Condensed", sans-serif;
}

.box-content .primary-btn {
    margin-top: 40px;
}
.contact-info {
  background: #111; /* dark background */
  color: #fff;
  padding: 60px 20px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
}

.contact-box {
  display: flex;
  align-items: center;
  flex: 1 1 300px;
  justify-content: center;
}

.icon-circle i {
  width: 60px;
  height: 60px;
  background: red;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 15px;
}

.contact-text h6 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.contact-text p {
  margin: 2px 0;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
}


.contact-text a {
	color: white;
  margin: 2px 0;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
}

.contact-text a: hover {
	color: white;
	text-decoration: underline;
  margin: 2px 0;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
}

.video-sec video {object-fit: cover;}
footer.footer {
    background: black;
    padding: 120px 0px 100px;
}

.footer-links ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.footer-links ul li a {
    color: white;
    text-decoration: underline;
    font-size: 18px;
    transition: .4s all;
}

.footer-social ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 30px;
    align-items: center;
}

.footer-social ul li a i {
    color: #FF0000;
    font-size: 16px;
    background: #ff000038;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
}
.navbar ul li a:hover {
    color: #ff1313;
}

.footer-links ul li a:hover {
    color: #ff0000;
}
.offer-item img {
    height: 300px;
    object-fit: cover;
}
.gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item img {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    object-position: top;
}

.gallery-item:hover img {
    transform: scale(1.05);
}
.banner.inner-banner {
    padding: 160px 0px 140px;
    background-image: url(/wp-content/uploads/2025/09/image-16-min-scaled-min.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.banner.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000038;
    top: 0;
    left: 0px;
}

.inner-banner-content {
    position: relative;
    color: white;
}

.inner-banner-content h1 {
    font-size: 60px;
    color: #ffffff;
}
.Inner-banner-btn ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.Inner-banner-btn ul li a {
    color: white;
    text-decoration: underline;
}
.spacer {
    padding: 60px 0px 60px;
}
.contact-section i {
    color: #000000 !important;
    margin-right: 10px !important;
}
.social-icons a {
    color: var(--c2) !important;
}
div#frm_field_6_container button {
    width: 100%;
    background: black;
}
section.services-sec .section-title h2 {
    font-size: 50px;
}

.services-item img {width: 70px;background: #ff0000;padding: 13px;border-radius: 200px;margin-bottom: 20px;}

.services-item {
    border: 1px solid #FFFFFF33;
    padding: 30px;
    height: 100%;
}

section.services-sec {
    background: black;
}

.services-sec .row {
    row-gap: 30px;
}

.services-item h2 {
    font-size: 30px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 1px solid red;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.services-item p {
    /* padding-top: 10px; */
    color: white;
    font-family: "Roboto Condensed", sans-serif;
}

.services-item h3 {
    font-size: 18px;
    margin-top: 25px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    border-left: 3px solid #ff0000;
    padding-left: 12px;
}

.services-item .primary-btn {
    margin-top: 40px;
}

.services-item .primary-btn a {
    width: 100%;
    text-align: center;
}
.services-item h4 {
    color: white;
}

.services-item ul li {color: white;font-size: 14px;margin-top: 15px;font-family: "Roboto Condensed", sans-serif;}

.services-item ul li i {
    color: #ff0000;
    margin-right: 5px;
}
ul.sub-menu {
    position: absolute;
    display: block;
    top: 105px;
    background: white;
    padding: 10px;
    transition: .4s all;
    opacity: 0;
    visibility: hidden;
    width: 200px;
}

ul.sub-menu li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
}

ul.sub-menu li {
    margin-bottom: 10px;
}

.navbar>ul>li {
    padding: 20px 0px;
    position: relative;
}

.navbar ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 65px;
}

.navbar ul li a i {
    margin-left: 5px;
    font-size: 15px;
}

.pricing-item h3 {
    color: white;
    font-size: 17px;
    margin-bottom: 22px;
}
.box-content ul li {
    font-size: 18px;
    list-style: disc;
    margin-top: 20px;
    margin-left: 20px;
}
section.faq-sec {
    background: black;
}

button.accordion-button {
    background: #111111 !important;
    color: white !important;
}

.accordion-body {
    background: black !important;
    color: white;
    padding-left: 40px;
}

.accordion-button::after {
    filter: invert(1);
}
.mobile-menu {
    background: black;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -65em;
    z-index: 9999;
    padding: 80px 30px;
	transition:.7s all;
	overflow-y:auto;
}

.mobile-menu>.navbar>nav>ul {
    display: block;
}

.mobile-menu .navbar nav ul li a {
    font-size: 20px;
	color:white;
}

.mobile-menu .navbar nav ul li {
    padding: 0px;
    margin-top: 30px;
}
.mobile-menu.active{
	left:0;
}

.close-menu {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: white;
    width: 45px;
    height: 45px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
.wrapper {
    overflow: hidden;
}