/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ed563b;
  color: #fff;
}

::-moz-selection {
  background: #ed563b;
  color: #fff;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  display: block;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;


}

.section-heading2 {
  display: block;
  align-items: center;
  text-align: center;
  margin: 200px auto;


}


.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed563b;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #ed563b;
  color: black;
  text-align: center;
  font-weight: 400;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250, 250, 250, 0.99) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39 !important;
}

.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
}

.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a {
  color: #ed563b !important;
}

.background-header .nav li a.active {
  color: #ce000c !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250, 250, 250, 0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #ce000c;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li:last-child a {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #ed563b;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: all .3s;
  height: auto;
  line-height: 20px;
}

.header-area .main-nav .nav li:last-child a:hover {
  background-color: #f9735b;
  opacity: 1;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ed563b !important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ed563b !important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #ed563b;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {

  /* Body padding for fixed header */
  body {
    padding-top: 70px !important;
  }

  /* Fixed Header */
  .header-area,
  .header-area.header-sticky {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 0 20px !important;
    height: 70px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
  }

  .header-area .container,
  .header-area.header-sticky .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  /* Flexbox Navigation Layout */
  .header-area .main-nav,
  .header-area.header-sticky .main-nav {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
  }

  /* Hamburger Menu - Left Side */
  .header-area .main-nav .menu-trigger,
  .header-area.header-sticky .main-nav .menu-trigger {
    display: flex !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    z-index: 10002 !important;
    order: 1 !important;
    margin: 0 !important;
    margin-left: 15px !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
  }

  .header-area .main-nav .menu-trigger:hover,
  .header-area.header-sticky .main-nav .menu-trigger:hover {
    background: rgba(0, 0, 0, 0.05) !important;
  }

  /* Logo - Center */
  .header-area .main-nav .logo-link,
  .header-area.header-sticky .main-nav .logo-link {
    order: 2 !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10001 !important;
  }

  .header-area .main-nav .logo,
  .header-area.header-sticky .main-nav .logo {
    height: 45px !important;
    width: auto !important;
    margin: 0 !important;
  }

  /* Navigation Menu - Hidden by default */
  .header-area .main-nav .nav,
  .header-area.header-sticky .main-nav .nav {
    position: fixed !important;
    top: 70px !important;
    left: -100% !important;
    width: 100% !important;
    height: calc(100vh - 70px) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 40px 20px !important;
    margin: 0 !important;
    transition: left 0.3s ease !important;
    z-index: 9998 !important;
    order: 3 !important;
    overflow-y: auto !important;
  }

  /* Show navigation when active */
  .header-area .main-nav .nav.active,
  .header-area.header-sticky .main-nav .nav.active {
    left: 0 !important;
  }

  /* Navigation Items */
  .header-area .main-nav .nav li,
  .header-area.header-sticky .main-nav .nav li {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-area .main-nav .nav li a,
  .header-area.header-sticky .main-nav .nav li a {
    display: block !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .header-area .main-nav .nav li a:hover,
  .header-area.header-sticky .main-nav .nav li a:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #007bff !important;
  }

  /* Contact Button */
  .header-area .main-nav .nav li:last-child,
  .header-area.header-sticky .main-nav .nav li:last-child {
    border-bottom: none !important;
    margin-top: 20px !important;
  }

  .header-area .main-nav .nav li:last-child a,
  .header-area.header-sticky .main-nav .nav li:last-child a {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    color: white !important;
    border-radius: 25px !important;
    margin: 0 20px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
  }

  .header-area .main-nav .nav li:last-child a:hover,
  .header-area.header-sticky .main-nav .nav li:last-child a:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3) !important;
  }

  /* Dropdown Menus */
  .header-area .main-nav .nav li.dropdown .dropdown-menu {
    position: static !important;
    background: rgba(248, 249, 250, 0.95) !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Spacer for balance (hidden) */
  .header-area .main-nav .nav-spacer,
  .header-area.header-sticky .main-nav .nav-spacer {
    width: 40px !important;
    height: 40px !important;
    order: 4 !important;
    flex-shrink: 0 !important;
    visibility: hidden !important;
    margin-right: 15px !important;
  }

  /* Hamburger Icon Styles */
  .header-area .main-nav .menu-trigger span,
  .header-area.header-sticky .main-nav .menu-trigger span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background-color: #333 !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
  }

  .header-area .main-nav .menu-trigger span:before,
  .header-area.header-sticky .main-nav .menu-trigger span:before {
    content: '' !important;
    position: absolute !important;
    width: 24px !important;
    height: 2px !important;
    background-color: #333 !important;
    top: -7px !important;
    left: 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
  }

  .header-area .main-nav .menu-trigger span:after,
  .header-area.header-sticky .main-nav .menu-trigger span:after {
    content: '' !important;
    position: absolute !important;
    width: 24px !important;
    height: 2px !important;
    background-color: #333 !important;
    top: 7px !important;
    left: 0 !important;
    transition: all 0.3s ease !important;
    border-radius: 1px !important;
  }

  /* Active Hamburger Animation */
  .header-area .main-nav .menu-trigger.active span,
  .header-area.header-sticky .main-nav .menu-trigger.active span {
    background-color: transparent !important;
  }

  .header-area .main-nav .menu-trigger.active span:before,
  .header-area.header-sticky .main-nav .menu-trigger.active span:before {
    top: 0 !important;
    transform: rotate(45deg) !important;
  }

  .header-area .main-nav .menu-trigger.active span:after,
  .header-area.header-sticky .main-nav .menu-trigger.active span:after {
    top: 0 !important;
    transform: rotate(-45deg) !important;
  }

  /* Carousel adjustments */
  .carousel-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    color: white !important;
    z-index: 2 !important;
    width: 90% !important;
    max-width: 500px !important;
    padding: 20px !important;
    bottom: auto !important;
  }

  .carousel-caption .strong-font {
    font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
    font-weight: 700 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
  }

  .carousel-caption p {
    font-size: clamp(1rem, 3.5vw, 1.2rem) !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* Enhanced Carousel Mobile Responsiveness */
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }

  .carousel-pad {
    margin-top: 0;
  }

  .carousel-item {
    height: 60vh;
    min-height: 400px;
  }

  .carousel-caption {
    max-width: 95%;
    padding: 15px;
    top: 45%;
  }

  .carousel-caption .strong-font {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .carousel-caption p {
    font-size: clamp(1rem, 4vw, 1.4rem);
    letter-spacing: 1px;
    line-height: 1.3;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 45px;
    height: 45px;
  }

  .carousel-indicators {
    bottom: 20px;
    padding: 8px 15px;
  }

  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 50vh;
    min-height: 350px;
  }

  .carousel-caption {
    top: 40%;
    padding: 10px;
  }

  .carousel-caption .strong-font {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .carousel-caption p {
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 40px;
    height: 40px;
  }

  .carousel-indicators {
    bottom: 15px;
    padding: 6px 12px;
  }

  .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

.text-black {
  color: black !important;
}

.center {
  align-items: center;
}

.yellow {
  background-color: yellow !important;

}

.orange {
  background-color: orange;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.brown {
  background-color: brown;
}

.black {
  background-color: black;
}

.bg-down {
  margin-top: 80px;
  margin-bottom: auto;
}

.my-img {
  max-width: 12rem;
  max-height: 28rem;
  margin-left: 2rem;
  padding-right: auto;

}

.uprow {
  margin-top: -7rem;
}

/* Judo Carousel Specific Styles */
#judo.carousel {
  position: relative;
  overflow: hidden;
}

#judo .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Seamless crossfade transition - no white space */
#judo .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: none;
}

#judo .carousel-item.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}

#judo .carousel-item.carousel-item-next,
#judo .carousel-item.carousel-item-prev {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

#judo .carousel-item.carousel-item-next.carousel-item-left,
#judo .carousel-item.carousel-item-prev.carousel-item-right {
  opacity: 1;
  z-index: 2;
}

/* Enhanced image styling */
#judo .carousel-item img {
  transition: transform 1.5s ease-out, filter 1.2s ease;
  filter: brightness(0.8) contrast(1.1);
}

#judo .carousel-item.active img {
  transform: scale(1.05);
  filter: brightness(0.85) contrast(1.15);
}

/* Clean, Modern Features Section - RTL Optimized */
.section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  direction: rtl;
}

.uprow {
  margin-top: 0;
  gap: 60px;
  direction: rtl;
}

/* Clean Header Design */
.section-heading2 {
  text-align: center;
  margin: 0 auto 100px auto;
  max-width: 700px;
  position: relative;
  direction: rtl;
}

.section-heading2 h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  direction: rtl;
}

.section-heading2 h1 em {
  color: #ed563b;
  font-style: normal;
  position: relative;
}

.section-heading2 h1 em::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
}

.marg-foto {
  margin: 40px auto;
  opacity: 0.8;
}

.section-heading2 p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 50px;
  font-weight: 400;
  direction: rtl;
  text-align: center;
}

.section-heading2 q {
  font-style: italic;
  color: #ed563b;
  font-weight: 600;
  font-size: 1.1em;
}

/* Clean CTA Button */
.judo-btn a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ed563b;
  color: white;
  padding: 20px 40px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(237, 86, 59, 0.25);
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.judo-btn a:hover {
  background: #dc4a32;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(237, 86, 59, 0.35);
}

/* RTL-Optimized Feature Cards Grid */
.features-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 40px;
  direction: rtl;
}

.feature-item {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  min-height: 180px;
  direction: rtl;
}

.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(237, 86, 59, 0.12);
  border-color: rgba(237, 86, 59, 0.2);
}

/* Enhanced Icon Design */
.left-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  order: 2;
  /* Icon on right for RTL */
  border: 2px solid rgba(226, 232, 240, 0.5);
}

.feature-item:hover .left-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Judo Belt Icons with Different Colors */
.left-icon img {
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
}

/* White Belt - Default */
.feature-item:nth-child(1) .left-icon {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-color: #dee2e6;
}

.feature-item:nth-child(1) .left-icon img {
  filter: hue-rotate(0deg) saturate(1) brightness(1);
}

/* Yellow Belt */
.feature-item:nth-child(2) .left-icon {
  background: linear-gradient(135deg, #ffd43b 0%, #fab005 100%);
  border-color: #f08c00;
}

.feature-item:nth-child(2) .left-icon img {
  filter: hue-rotate(45deg) saturate(1.5) brightness(1.1);
}

/* Orange Belt */
.feature-item:nth-child(3) .left-icon {
  background: linear-gradient(135deg, #ff922b 0%, #fd7e14 100%);
  border-color: #e8590c;
}

.feature-item:nth-child(3) .left-icon img {
  filter: hue-rotate(25deg) saturate(1.8) brightness(1.1);
}

/* Green Belt */
.feature-item:nth-child(4) .left-icon {
  background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
  border-color: #2f9e44;
}

.feature-item:nth-child(4) .left-icon img {
  filter: hue-rotate(120deg) saturate(1.5) brightness(1);
}

/* Blue Belt */
.feature-item:nth-child(5) .left-icon {
  background: linear-gradient(135deg, #339af0 0%, #228be6 100%);
  border-color: #1971c2;
}

.feature-item:nth-child(5) .left-icon img {
  filter: hue-rotate(210deg) saturate(1.5) brightness(1);
}

/* Brown Belt */
.feature-item:nth-child(6) .left-icon {
  background: linear-gradient(135deg, #a0794e 0%, #8d5524 100%);
  border-color: #6d4c1e;
}

.feature-item:nth-child(6) .left-icon img {
  filter: hue-rotate(30deg) saturate(0.8) brightness(0.7);
}

/* Hover effects for belts */
.feature-item:hover .left-icon img {
  transform: scale(1.1);
}

/* Clean Content - RTL Optimized */
.right-content {
  flex: 1;
  order: 1;
  /* Content on left for RTL */
  text-align: right;
  direction: rtl;
}

.right-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
  letter-spacing: 0.25px;
  line-height: 1.3;
  transition: color 0.3s ease;
  direction: rtl;
}

.feature-item:hover .right-content h3 {
  color: #ed563b;
}

.right-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  font-weight: 400;
  direction: rtl;
  text-align: right;
}

/* 2x3 Responsive Grid Layout */
@media (min-width: 768px) {
  .row.uprow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    align-items: start;
  }

  .row.uprow>div:not(.section-heading2) {
    display: contents;
  }

  .features-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .features-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

/* Mobile RTL adjustments */
@media (max-width: 767px) {
  .features-items {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-item {
    padding: 30px 20px;
    min-height: 160px;
  }

  .left-icon {
    width: 64px;
    height: 64px;
  }

  .left-icon img {
    width: 36px;
    height: 36px;
  }
}

/* Remove old conflicting styles */
.feature-item::before,
.section::before,
.section-heading2::before,
.left-icon::before,
.judo-btn a::before {
  display: none;
}

/* 
---------------------------------------------
carousel / slider
--------------------------------------------- 
*/

.carousel-pad {
  margin-top: 80px;
}

.carousel-item {
  height: 85vh;
  min-height: 600px;
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  max-width: 85%;
  padding: 20px;
  animation: captionFadeIn 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-caption .strong-font {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 50%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.5),
    0 0 60px rgba(255, 255, 255, 0.3),
    2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
  display: block;
  line-height: 1;
  animation: titleGlow 2s ease-out, titleSlide 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.carousel-caption .strong-font::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(45deg, transparent, rgba(237, 86, 59, 0.1), transparent);
  border-radius: 15px;
  z-index: -1;
  opacity: 0;
  animation: glowPulse 3s ease-in-out infinite;
}

.carousel-caption p {
  font-size: clamp(1.2rem, 4vw, 2rem);
  color: #ffffff;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.4),
    2px 2px 8px rgba(0, 0, 0, 0.9);
  margin: 0;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.4;
  animation: subtitleSlide 2.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-size: 50%;
  border-radius: 50%;
  background-color: rgba(237, 86, 59, 0.9);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 8px 32px rgba(237, 86, 59, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transition: all 0.3s ease;
}

.carousel-control-prev-icon::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.carousel-control-next-icon::before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(237, 86, 59, 1);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 40px rgba(237, 86, 59, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.carousel-control-prev:active .carousel-control-prev-icon,
.carousel-control-next:active .carousel-control-next-icon {
  background-color: rgba(200, 50, 40, 1);
  transform: scale(0.95);
  box-shadow: 0 6px 20px rgba(237, 86, 59, 0.6),
    inset 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon::before,
.carousel-control-next:hover .carousel-control-next-icon::before {
  border-color: #fff;
  transform: translate(-50%, -50%) rotate(-135deg) scale(1.1);
}

.carousel-control-next:hover .carousel-control-next-icon::before {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
}

.carousel-indicators {
  bottom: 40px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.carousel-indicators li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(237, 86, 59, 0.8) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-indicators .active {
  background-color: #ed563b;
  border-color: #fff;
  transform: scale(1.5);
  box-shadow: 0 0 15px rgba(237, 86, 59, 0.8),
    0 0 25px rgba(237, 86, 59, 0.4);
}

.carousel-indicators .active::before {
  width: 16px;
  height: 16px;
  animation: ripple 1.5s ease-out infinite;
}

.carousel-indicators li:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(1.2);
  border-color: rgba(255, 255, 255, 0.9);
}

/* Animation Keyframes */
@keyframes captionFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes titleGlow {
  0% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }

  50% {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.6),
      0 0 60px rgba(255, 255, 255, 0.4),
      2px 2px 4px rgba(0, 0, 0, 0.8);
  }

  100% {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.5),
      0 0 60px rgba(255, 255, 255, 0.3),
      2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}

@keyframes titleSlide {
  from {
    opacity: 0;
    transform: translateY(-40px) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes subtitleSlide {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: 70vh;
    min-height: 350px;
  }

  .carousel-caption .strong-font {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 60vh;
    min-height: 300px;
  }

  .carousel-caption {
    top: 40%;
    padding: 10px;
  }

  .carousel-caption .strong-font {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(35, 45, 57, 0.8);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #ed563b;
  font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom: 7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #ed563b;
  font-weight: 500;
}

/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0;
  background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
  position: relative;
  overflow: hidden;
  direction: rtl;
}

#call-to-action::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(237, 86, 59, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(249, 115, 22, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 20% 90%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
  z-index: 1;
}

#call-to-action::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/judo-bg-3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.08;
  z-index: 1;
}

#call-to-action .container {
  position: relative;
  z-index: 2;
}

/* Enhanced Content Container */
.myrow {
  margin-right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

#call-to-action .cta-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(40px);
  border-radius: 32px;
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.4),
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 900px;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  direction: rtl;
}

#call-to-action .cta-content::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #ed563b, #f97316, #06b6d4, #8b5cf6);
  border-radius: 34px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#call-to-action .cta-content:hover::before {
  opacity: 0.4;
}

#call-to-action .cta-content:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.5),
    0 16px 40px rgba(237, 86, 59, 0.2);
}

/* Enhanced Typography */
.cta-content h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  color: #1e293b !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 1.1;
  position: relative;
  direction: rtl;
  text-align: center;
}

.cta-content h2 em {
  font-style: normal;
  color: #ed563b !important;
  position: relative;
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-content h2 em::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(237, 86, 59, 0.4);
}

.cta-content h2 span {
  color: #1e293b !important;
}

.cta-content p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #475569 !important;
  margin: 40px 0 50px 0;
  font-weight: 500;
  direction: rtl;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Enhanced CTA Button */
#call-to-action .main-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.2rem;
  padding: 24px 50px;
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: white;
  text-align: center;
  font-weight: 800;
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  outline: none;
  box-shadow: 0 12px 40px rgba(237, 86, 59, 0.4);
  position: relative;
  overflow: hidden;
  min-height: 70px;
  text-decoration: none !important;
}

#call-to-action .main-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

#call-to-action .main-button a:hover::before {
  left: 100%;
}

#call-to-action .main-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

#call-to-action .main-button a:active::after {
  width: 300px;
  height: 300px;
}

#call-to-action .main-button a:hover {
  background: linear-gradient(135deg, #dc4a32 0%, #ea580c 100%);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 50px rgba(237, 86, 59, 0.5);
  color: white;
}

#call-to-action .main-button a:active {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 30px rgba(237, 86, 59, 0.4);
}

/* Add icon to button */
#call-to-action .main-button a::after {
  content: '→';
  position: static;
  margin-right: 8px;
  font-size: 1.1em;
  font-weight: 900;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  transform: none;
  transition: transform 0.3s ease;
  order: -1;
}

#call-to-action .main-button a:hover::after {
  transform: translateX(-5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  #call-to-action {
    padding: 100px 0;
  }

  #call-to-action .cta-content {
    padding: 60px 40px;
  }
}

@media (max-width: 992px) {
  #call-to-action {
    padding: 80px 0;
  }

  #call-to-action .cta-content {
    padding: 50px 30px;
    border-radius: 24px;
  }

  .cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .cta-content p {
    font-size: 1.1rem;
    margin: 30px 0 40px 0;
  }

  #call-to-action .main-button a {
    font-size: 1.1rem;
    padding: 20px 40px;
    min-height: 64px;
  }
}

@media (max-width: 768px) {
  #call-to-action .cta-content {
    padding: 40px 25px;
    border-radius: 20px;
    margin: 0 20px;
  }

  .cta-content h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .cta-content p {
    font-size: 1rem;
    margin: 25px 0 35px 0;
  }

  #call-to-action .main-button a {
    font-size: 1rem;
    padding: 18px 35px;
    min-height: 60px;
  }
}

@media (max-width: 576px) {
  #call-to-action {
    padding: 60px 0;
  }

  #call-to-action .cta-content {
    padding: 35px 20px;
    margin: 0 15px;
  }

  .cta-content h2 {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }

  .cta-content p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  #call-to-action .main-button a {
    font-size: 0.95rem;
    padding: 16px 30px;
    min-height: 56px;
    letter-spacing: 0.5px;
  }
}


/* 
---------------------------------------------
Our Classes - Modern Design
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 80px 0;
}

#our-classes .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

#our-classes .section-heading h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 30px;
}

#our-classes .section-heading h2 em {
  color: #ed563b;
}

#our-classes .section-heading p {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 0;
}

/* Modern Tab Navigation */
#tabs {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: none !important;
}

#tabs ul {
  margin: 0;
  padding: 30px 20px 20px 20px;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border: none !important;
  border-radius: 0 !important;
}

#tabs ul li {
  margin-bottom: 15px;
  display: block !important;
  width: 100%;
  border: none !important;
  background: none !important;
  border-radius: 0 !important;
}

#tabs ul li:last-child {
  margin-bottom: 0;
}

#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 20px 25px;
  display: block;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-size: 16px;
  color: #475569;
  letter-spacing: 0.25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
}

#tabs ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(237, 86, 59, 0.1), transparent);
  transition: left 0.5s ease;
}

#tabs ul li a:hover::before {
  left: 100%;
}

#tabs ul li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(237, 86, 59, 0.15);
  border-color: rgba(237, 86, 59, 0.3);
  color: #ed563b;
}

/* Active tab styling */
#tabs ul .ui-tabs-active a,
#tabs ul li a.active {
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: white !important;
  box-shadow: 0 8px 25px rgba(237, 86, 59, 0.3);
  border-color: #ed563b;
  transform: translateY(-2px);
}

#tabs ul .ui-tabs-active a:hover {
  background: linear-gradient(135deg, #dc4a32 0%, #ea580c 100%);
}

/* Modern Button Styling */
#tabs .main-rounded-button a,
#tabs .judo-btn a {
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(237, 86, 59, 0.2);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  transition: all 0.3s ease;
  border: none;
  margin-top: 20px;
  text-decoration: none !important;
}

#tabs .main-rounded-button a:hover,
#tabs .judo-btn a:hover {
  background: linear-gradient(135deg, #dc4a32 0%, #ea580c 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(237, 86, 59, 0.3);
}

/* Content Area Styling */
.tabs-content {
  margin-left: 0;
  padding: 40px;
  text-align: right;
  direction: rtl;
  background: white;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabs-content article {
  display: none;
  animation: fadeInUp 0.5s ease;
}

.tabs-content article.ui-tabs-panel[aria-hidden="false"] {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image Styling */
.tabs-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.tabs-content img:hover {
  transform: scale(1.02);
}

.tabs-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
}

.tabs-content h4::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
}

.tabs-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 30px;
  text-align: right;
}

/* Button Styling in Content */
.tabs-content .main-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(237, 86, 59, 0.2);
  transition: all 0.3s ease;
  text-decoration: none !important;
  border: none;
}

.tabs-content .main-button a:hover {
  background: linear-gradient(135deg, #dc4a32 0%, #ea580c 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(237, 86, 59, 0.3);
}

.tabs-content .main-rounded-button a {
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: white;
  padding: 15px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-align: center;
  display: block;
  box-shadow: 0 4px 15px rgba(237, 86, 59, 0.2);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.tabs-content .main-rounded-button a:hover {
  background: linear-gradient(135deg, #dc4a32 0%, #ea580c 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(237, 86, 59, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  #our-classes {
    padding: 60px 0;
  }

  .tabs-content {
    margin-left: 0;
    margin-top: 30px;
    padding: 30px 20px;
  }

  #tabs ul {
    padding: 20px 15px 15px 15px;
  }

  #tabs ul li a {
    padding: 15px 20px;
    font-size: 15px;
  }

  .tabs-content img {
    height: 250px;
  }

  .tabs-content h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .tabs-content img {
    height: 200px;
    margin-bottom: 20px;
  }

  .tabs-content h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .tabs-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

/* 
---------------------------------------------
schedule - Modern Design
--------------------------------------------- 
*/

#schedule {
  padding: 120px 0;
  background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
  position: relative;
  overflow: hidden;
}

#schedule::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/judo-bg-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: 1;
}

#schedule .container {
  position: relative;
  z-index: 2;
}

#schedule .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

#schedule .section-heading h2 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#schedule .section-heading h2 em {
  color: #ed563b;
  position: relative;
}

#schedule .section-heading h2 em::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
}

#schedule .section-heading p {
  font-size: 1.2rem;
  color: #e2e8f0;
  margin: 0;
  font-weight: 300;
}

/* Modern Filter Design */
#schedule .filters {
  margin-bottom: 50px;
  text-align: center;
}

#schedule .filters ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#schedule .filters ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #e2e8f0;
  padding: 12px 24px;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  border: 2px solid transparent;
  white-space: nowrap;
}

#schedule .filters ul li:hover {
  background: rgba(237, 86, 59, 0.2);
  border-color: rgba(237, 86, 59, 0.4);
  color: #ffffff;
  transform: translateY(-2px);
}

#schedule .filters ul li.active {
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: #ffffff;
  border-color: #ed563b;
  box-shadow: 0 8px 25px rgba(237, 86, 59, 0.4);
  transform: translateY(-2px);
}

#schedule .filters ul li:after {
  display: none;
}

/* Modern Table Design */
#schedule .schedule-table {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#schedule table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: transparent;
  border: none;
}

#schedule table thead {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

#schedule table tbody tr:first-child {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  border-bottom: none;
}

#schedule table tbody tr:first-child td {
  font-weight: 700;
  color: #1e293b;
  text-align: center;
  padding: 20px 15px;
  font-size: 14px;
  border-right: 2px solid #cbd5e1;
  position: relative;
}

#schedule table tbody tr:first-child td:first-child {
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: white;
  border-right-color: #dc4a32;
}

#schedule table tbody tr:not(:first-child) {
  border-bottom: 2px solid #f1f5f9;
  transition: all 0.3s ease;
}

#schedule table tbody tr:not(:first-child):hover {
  background: rgba(237, 86, 59, 0.05);
  transform: scale(1.01);
}

#schedule table tbody tr:not(:first-child) td {
  padding: 20px 15px;
  border-right: 2px solid #e2e8f0;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

#schedule table tbody tr:not(:first-child) td:first-child {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  font-weight: 700;
  color: #1e293b;
  text-align: right;
  padding-right: 20px;
  border-right-color: #cbd5e1;
}

#schedule table tbody tr:not(:first-child) td:not(:first-child):not(:empty) {
  background: rgba(237, 86, 59, 0.05);
  color: #1e293b;
  font-weight: 600;
}

#schedule table tbody tr:not(:first-child) td:not(:first-child):not(:empty):hover {
  background: rgba(237, 86, 59, 0.1);
  color: #ed563b;
}

#schedule table tbody tr:not(:first-child) td:empty {
  background: rgba(148, 163, 184, 0.1);
  position: relative;
}

#schedule table tbody tr:not(:first-child) td:empty::after {
  content: '—';
  color: #94a3b8;
  font-weight: 300;
  font-size: 18px;
}

/* Filter Animation */
.schedule-table.filtering .ts-item {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.schedule-table.filtering .ts-item.show {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Responsive Design */
@media (max-width: 1200px) {
  #schedule table tbody tr:not(:first-child) td {
    padding: 15px 10px;
    font-size: 13px;
  }

  #schedule table tbody tr:first-child td {
    padding: 15px 10px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  #schedule {
    padding: 80px 0;
  }

  #schedule .filters ul {
    flex-direction: column;
    align-items: center;
    background: none;
    backdrop-filter: none;
    border: none;
    padding: 0;
    gap: 10px;
  }

  #schedule .filters ul li {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 80%;
    max-width: 300px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #schedule .schedule-table {
    margin: 0 -15px;
    border-radius: 15px;
  }

  #schedule table {
    font-size: 12px;
  }

  #schedule table tbody tr:not(:first-child) td,
  #schedule table tbody tr:first-child td {
    padding: 12px 8px;
    font-size: 11px;
  }

  #schedule table tbody tr:not(:first-child) td:first-child {
    padding-right: 8px;
    font-size: 10px;
  }

  #schedule .section-heading h2 {
    font-size: 2rem;
  }

  #schedule .section-heading p {
    font-size: 1rem;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  #schedule .schedule-table {
    overflow-x: auto;
    margin: 0 -20px;
  }

  #schedule table {
    min-width: 600px;
  }

  #schedule .filters {
    margin-bottom: 30px;
  }

  #schedule .filters ul li {
    width: 90%;
    padding: 15px 20px;
    font-size: 14px;
  }
}

/* Custom scrollbar for mobile table */
@media (max-width: 576px) {
  #schedule .schedule-table::-webkit-scrollbar {
    height: 8px;
  }

  #schedule .schedule-table::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
  }

  #schedule .schedule-table::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #ed563b, #f97316);
    border-radius: 4px;
  }

  #schedule .schedule-table::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #dc4a32, #ea580c);
  }
}

/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#המאמנים .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

#המאמנים .trainer-item .image-thumb {
  width: 100% !important;
  height: 280px !important;
  overflow: hidden !important;
  border-radius: 5px;
  position: relative;
  background: #f8f9fa;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

#המאמנים .trainer-item .image-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: 350px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 5px;
  transition: transform 0.3s ease;
  display: block !important;
  max-width: none !important;
  max-height: none !important;
}

#המאמנים>div>div.row.mt-3>div:nth-child(2)>div>div.image-thumb>img {
  max-width: 150px !important;
}

#המאמנים .trainer-item:hover .image-thumb img {
  transform: scale(1.05);
}

#המאמנים .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #ed563b;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#המאמנים .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#המאמנים .trainer-item p {
  margin-bottom: 20px;
}

#המאמנים .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#המאמנים .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#המאמנים .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#המאמנים .trainer-item ul.social-icons li a:hover {
  color: #ed563b;
}


/* 
---------------------------------------------
contact - Premium Modern Design
--------------------------------------------- 
*/

#contact-us {
  margin-top: 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #334155 75%, #475569 100%);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

#contact-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(237, 86, 59, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(249, 115, 22, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 80%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  z-index: 1;
}

#contact-us::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  z-index: 1;
}

#contact-us .container-fluid {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 30px;
}

#contact-us .contact-us-row {
  align-items: stretch;
  min-height: 600px;
}

/* Premium Contact Info Section */
#contact-us .contact-form .content-card {
  background: none;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact-us .contact-form .card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(40px);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.4),
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}

#contact-us .contact-form .card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #ed563b, #f97316, #06b6d4, #8b5cf6);
  border-radius: 34px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#contact-us .contact-form .card:hover::before {
  opacity: 0.6;
}

#contact-us .contact-form .card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.5),
    0 16px 40px rgba(237, 86, 59, 0.2);
}

/* Enhanced Header */
#contact-us .contact-form .card-header {
  background: linear-gradient(135deg, #ed563b 0%, #f97316 50%, #fb923c 100%);
  border: none;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#contact-us .contact-form .card-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

#contact-us .contact-form .card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

#contact-us .contact-form .card-header h2 {
  color: white;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

/* Enhanced Contact List */
#contact-us .list-group {
  border-radius: 0;
  background: transparent;
}

#contact-us .list-group-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(226, 232, 240, 0.2);
  padding: 25px 30px;
  text-align: center;
  direction: rtl;
  transition: all 0.3s ease;
}

#contact-us .list-group-item:last-child {
  border-bottom: none;
  padding-bottom: 35px;
}

#contact-us .list-group-item:hover {
  background: rgba(237, 86, 59, 0.03);
  transform: translateX(-3px);
}

#contact-us .list-group-item h3 {
  color: #1e293b;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 15px 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#contact-us .list-group-item h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(237, 86, 59, 0.3);
}

/* Enhanced Contact Links */
.card-link-color {
  color: #ed563b !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
  font-size: 1.1rem;
}

.card-link-color::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  transition: width 0.3s ease;
}

.card-link-color:hover::before {
  width: 100%;
}

.card-link-color:hover {
  color: #dc4a32 !important;
  transform: translateY(-1px);
}

/* Premium Location Links */
#contact-us .list-group-item a.card-link-color {
  display: block;
  margin: 10px auto;
  padding: 15px 25px;
  background: linear-gradient(135deg, rgba(237, 86, 59, 0.1) 0%, rgba(249, 115, 22, 0.05) 100%);
  border-radius: 16px;
  border: 2px solid transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(237, 86, 59, 0.1);
}

#contact-us .list-group-item a.card-link-color::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  bottom: auto;
}

#contact-us .list-group-item a.card-link-color:hover::before {
  left: 100%;
}

#contact-us .list-group-item a.card-link-color:hover {
  background: linear-gradient(135deg, rgba(237, 86, 59, 0.2) 0%, rgba(249, 115, 22, 0.1) 100%);
  border-color: rgba(237, 86, 59, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(237, 86, 59, 0.25);
}

/* Premium Social Media Icons */
#contact-us .list-group-item a.mx-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#contact-us .list-group-item a.mx-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.4s ease;
  z-index: 1;
  transform: scale(0);
}

#contact-us .list-group-item a.mx-3 svg {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Facebook Enhanced */
#contact-us .list-group-item a.mx-3:nth-child(1)::before {
  background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
}

#contact-us .list-group-item a.mx-3:nth-child(1):hover::before {
  transform: scale(1);
}

#contact-us .list-group-item a.mx-3:nth-child(1):hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 15px 35px rgba(24, 119, 242, 0.4);
}

#contact-us .list-group-item a.mx-3:nth-child(1):hover svg {
  color: white !important;
  transform: scale(1.2);
}

/* Instagram Enhanced */
#contact-us .list-group-item a.mx-3:nth-child(2)::before {
  background: linear-gradient(135deg, #E4405F 0%, #F77737 50%, #FCAF45 100%);
}

#contact-us .list-group-item a.mx-3:nth-child(2):hover::before {
  transform: scale(1);
}

#contact-us .list-group-item a.mx-3:nth-child(2):hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 15px 35px rgba(228, 64, 95, 0.4);
}

#contact-us .list-group-item a.mx-3:nth-child(2):hover svg {
  color: white !important;
  transform: scale(1.2);
}

/* WhatsApp Enhanced */
#contact-us .list-group-item a.mx-3:nth-child(3)::before {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

#contact-us .list-group-item a.mx-3:nth-child(3):hover::before {
  transform: scale(1);
}

#contact-us .list-group-item a.mx-3:nth-child(3):hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
}

#contact-us .list-group-item a.mx-3:nth-child(3):hover svg {
  color: white !important;
  transform: scale(1.2);
}

/* Premium Contact Form */
#contact-us .contact-form h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  letter-spacing: 0.5px;
}

#contact-us .contact-form h2::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(237, 86, 59, 0.5);
}

#contact-us .contact-form h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #ed563b, #f97316);
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(237, 86, 59, 0.3);
}

#contact-us .contact-form #contact {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(40px);
  padding: 60px;
  border-radius: 32px;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.4),
    0 8px 32px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

#contact-us .contact-form #contact::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #ed563b, #f97316, #06b6d4, #8b5cf6);
  border-radius: 34px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#contact-us .contact-form #contact:hover::before {
  opacity: 0.3;
}

/* Enhanced Form Inputs */
.contact-form input,
.contact-form textarea {
  color: #1e293b;
  font-size: 16px;
  border: 2px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 56px;
  outline: none;
  line-height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  direction: rtl;
  text-align: right;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}

.contact-form textarea {
  height: 140px;
  resize: vertical;
  line-height: 1.6;
  padding: 20px 24px;
  min-height: 140px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ed563b;
  box-shadow:
    0 0 0 4px rgba(237, 86, 59, 0.15),
    0 8px 25px rgba(237, 86, 59, 0.1);
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 1);
}

.contact-form input:valid,
.contact-form textarea:valid {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.1);
}

/* Enhanced Placeholder Styling */
.contact-form ::-webkit-input-placeholder {
  color: #94a3b8;
  font-weight: 500;
  opacity: 0.8;
}

.contact-form :-ms-input-placeholder {
  color: #94a3b8;
  font-weight: 500;
  opacity: 0.8;
}

.contact-form ::placeholder {
  color: #94a3b8;
  font-weight: 500;
  opacity: 0.8;
}

/* Premium Submit Button */
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #ed563b 0%, #f97316 100%);
  color: #fff;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  outline: none;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 12px 30px rgba(237, 86, 59, 0.4);
  position: relative;
  overflow: hidden;
  min-height: 64px;
}

.contact-form button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.contact-form button:hover::before {
  left: 100%;
}

.contact-form button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}

.contact-form button:active::after {
  width: 300px;
  height: 300px;
}

.contact-form button:hover {
  background: linear-gradient(135deg, #dc4a32 0%, #ea580c 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 40px rgba(237, 86, 59, 0.5);
}

.contact-form button:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 8px 20px rgba(237, 86, 59, 0.4);
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
  #contact-us {
    padding: 100px 0;
  }
}

@media (max-width: 992px) {
  #contact-us {
    padding: 80px 0;
  }

  #contact-us .contact-form #contact {
    padding: 40px 30px;
  }

  #contact-us .contact-form .card {
    margin-bottom: 50px;
  }

  #contact-us .container-fluid .col-lg-6 {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #contact-us .contact-form h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  #contact-us .contact-form #contact {
    padding: 30px 20px;
    border-radius: 24px;
  }

  #contact-us .contact-form .card {
    border-radius: 24px;
  }

  #contact-us .contact-form .card-header {
    padding: 30px 20px;
  }

  #contact-us .contact-form .card-header h2 {
    font-size: 1.6rem;
  }

  #contact-us .list-group-item {
    padding: 20px;
  }

  #contact-us .list-group-item h3 {
    font-size: 1.1rem;
  }

  #contact-us .list-group-item a.card-link-color {
    padding: 12px 20px;
    font-size: 15px;
    max-width: 280px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .contact-form textarea {
    height: 120px;
    min-height: 120px;
    padding: 15px 20px;
  }

  .contact-form button {
    font-size: 16px;
    padding: 16px 30px;
    min-height: 58px;
  }
}

@media (max-width: 576px) {
  #contact-us .container-fluid .col-lg-6 {
    padding: 15px;
  }

  #contact-us .contact-form .card {
    border-radius: 20px;
    margin-bottom: 40px;
  }

  #contact-us .contact-form #contact {
    padding: 25px 15px;
    border-radius: 20px;
  }

  #contact-us .list-group-item a.mx-3 {
    width: 50px;
    height: 50px;
    margin: 0 8px;
  }

  #contact-us .list-group-item a.mx-3 svg {
    width: 24px;
    height: 24px;
  }

  #contact-us .contact-form h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .contact-form button {
    font-size: 15px;
    padding: 15px 25px;
    min-height: 54px;
  }
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #ed563b;
}

footer p a:hover {
  color: #ed563b;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #232d39;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #232d39;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fff;
  border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }

  #features {
    margin-bottom: 110px;
  }

  #features .feature-item {
    margin-bottom: 30px;
  }

  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }

  .trainer-item {
    margin-bottom: 30px;
  }

  #contact-us #map {
    margin-bottom: -7px;
  }

  #contact-us .contact-form {
    padding: 30px;
  }

  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

.text-black {
  color: black !important;
}

.center {
  align-items: center;
}

.yellow {
  background-color: yellow !important;

}

.orange {
  background-color: orange;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.brown {
  background-color: brown;
}

.black {
  background-color: black;
}

.bg-down {
  margin-top: 80px;
  margin-bottom: auto;
}

.my-img {
  max-width: 12rem;
  max-height: 28rem;
  margin-left: 2rem;
  padding-right: auto;

}

.uprow {
  margin-top: -7rem;
}

/* Enhanced Mobile Responsiveness */

/* Mobile Navigation Improvements */
@media (max-width: 768px) {
  body {
    padding-top: 70px !important;
  }

  .carousel-pad {
    margin-top: 0;
  }

  .carousel-item {
    height: 60vh;
    min-height: 400px;
  }

  .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.3)
    );
    z-index: 1;
  }

  .carousel-item img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .carousel-caption {
    position: absolute !important;
    bottom: 20% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    color: white !important;
    z-index: 2 !important;
    padding: 15px !important;
  }

  .carousel-caption .strong-font {
    font-size: clamp(1.8rem, 6vw, 2.8rem) !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
  }

  .carousel-caption p {
    font-size: clamp(1rem, 4vw, 1.3rem) !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
    line-height: 1.4 !important;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 50px !important;
    height: 50px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    z-index: 3 !important;
  }

  .carousel-control-prev {
    left: 15px !important;
  }

  .carousel-control-next {
    right: 15px !important;
  }

  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    color: white !important;
    font-weight: bold !important;
  }

  .carousel-indicators {
    bottom: 15px !important;
    margin-bottom: 0 !important;
    z-index: 3 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 2px solid rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
  }

  .carousel-indicators .active {
    background: rgba(237, 86, 59, 0.9) !important;
    border-color: white !important;
  }

  .carousel-indicators li:hover:not(.active) {
    background: rgba(255, 255, 255, 0.7) !important;
  }
}

/* Mobile Animation Keyframes */
@keyframes slideInMobile {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Enhanced Mobile Carousel */
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }

  .carousel-pad {
    margin-top: 0;
  }

  .carousel-item {
    height: 70vh;
    min-height: 500px;
    position: relative;
  }

  .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(30, 41, 59, 0.4) 0%,
        rgba(237, 86, 59, 0.2) 50%,
        rgba(30, 41, 59, 0.4) 100%);
    z-index: 1;
  }

  .carousel-item img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
  }

  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    max-width: 90%;
    padding: 0;
  }

  .carousel-caption .strong-font {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .carousel-caption p {
    font-size: clamp(1.1rem, 4vw, 1.6rem);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    max-width: 400px;
    margin: 0 auto;
  }

  /* Modern Carousel Controls */
  .carousel-control-prev,
  .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .carousel-control-prev {
    left: 20px;
  }

  .carousel-control-next {
    right: 20px;
  }

  .carousel-control-prev:hover,
  .carousel-control-next:hover {
    background: rgba(237, 86, 59, 0.9);
    border-color: rgba(237, 86, 59, 1);
    transform: translateY(-50%) scale(1.1);
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background: none;
  }

  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    font-size: 16px;
    color: white;
    font-weight: bold;
  }

  /* Modern Carousel Indicators */
  .carousel-indicators {
    bottom: 30px;
    margin: 0;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    gap: 12px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    text-indent: 0;
    cursor: pointer;
  }

  .carousel-indicators .active {
    background: #ed563b;
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
  }

  .carousel-indicators li:hover:not(.active) {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.1);
  }
}

@media (max-width: 576px) {
  .carousel-item {
    height: 60vh;
    min-height: 400px;
  }

  .carousel-caption .strong-font {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .carousel-caption p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }

  .carousel-control-prev {
    left: 15px;
  }

  .carousel-control-next {
    right: 15px;
  }

  .carousel-indicators {
    bottom: 20px;
    padding: 8px 16px;
  }

  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
}

/* Prevent body scroll when mobile menu is open */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}