/*
Template Name: Athletics
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

  
:root {
	--border_dark:#2f365c;
	--black_transparent: #245240ab;
	--black_transparent_dark:#245240e6;
	--black_transparent_light:#2452408c;
	--primary:#245240;
	--bg_primary_light:#edf6e9;
	--border_light_primary:#ddd;
	--secondry:#42c652;
	
}


body{
	font-family: "Poppins", serif;
	overflow-x: hidden;
}

ul{
	list-style:none;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-optical-sizing: auto;
	font-size: 28px;
	font-style: normal;
     color:#b30101 !important;
	  font-family: "Zalando Sans Expanded", sans-serif;
	  letter-spacing:1px;
	  font-weight:500;
}
.facilty_1_head{
	font-size: 22px !important;
}
.bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* Adjust opacity here (0.4–0.7 recommended) */
  z-index: 1;
}

.explore_2_head{
	font-weight: bold;
	font-size: 16px;

}
.explore_2_head1{
	font-weight: bold;
	font-size: 16px;
  margin-top: 40%;
  
}

.join-us {
  font-size: 18px; /* smaller base size */
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

/* Optional: Adjust for smaller screens */
@media (max-width: 992px) {
  .join-us {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .join-us {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .join-us {
    font-size: 1.4rem;
  }
}


/* Make images slightly dim for better text visibility */
.explore_2_left_inner1 img {
  opacity: 0.8; /* reduce brightness (0 = invisible, 1 = full visible) */
  transition: opacity 0.3s ease;
}

/* Optional: make it bright again on hover */
.explore_2_left:hover .explore_2_left_inner1 img {
  opacity: 0.85;
}

/* Dark transparent overlay for more contrast (if not already applied) */
.black_transparent {
  background-color: rgba(0, 0, 0, 0.4) !important;
}


/* Marquee container */
.partners-marquee {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

/* Track for scrolling */
.partners-track {
  display: inline-flex;
  animation: scroll-left 25s linear infinite;
}

.partner-item p{
	font-size: 14px !important;
}

/* Each partner card */
.partner-item img {
  max-width: 160px;
  height: auto;
  filter: brightness(1) contrast(1);
  transition: transform 0.3s ease;
}

.partner-item:hover img {
  transform: scale(1.1);
}

/* Smooth infinite scroll animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .partner-item img {
    max-width: 90px;
  }
  .partner-item p {
    font-size: 14px;
  }
}
.head5 {
	font-size: 18px !important;
	font-weight: 500;
}
#awards h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
#awards ul li {
  position: relative;
  color: #000;
  padding-left: 10px;
}

#principles img {
  transition: transform 0.3s ease;
}
#principles img:hover {
  transform: rotate(-5deg) scale(1.1);
}
#principles p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
}
.gallery-item img {
  transition: transform 0.4s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.modal-content img {
  width: 100%;
  border-radius: 15px;
}
#prevBtn, #nextBtn {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
#prevBtn:hover, #nextBtn:hover {
  opacity: 1;
} 


.partner-item {
  background-color: #f8f9fa;
  min-height: 220px; /* Equal height for all boxes */
  transition: all 0.3s ease;
}
.partner-item:hover {
  background-color:#f3305a;
  color: #fff;
  
  transform: translateY(-5px);
}

.partner-item:hover p {
  color: #fff;
}
.partner-logo {
  height: 100px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .partner-item {
    min-height: 180px;
  }
  .partner-logo {
    height: 80px;
  }
}

a{
	text-decoration:none;
	color:#000 !important; 
	font-size: 16px;
	letter-spacing: 1.2;
}
a:hover{
	text-decoration:none;
	color: var(--secondry);
}
a:focus{
	text-decoration:none;
	color: var(--secondry);
}

.link:hover{
	color: var(--secondry)!important;
}
.link:focus{
	color: var(--secondry)!important;
}



.button{
	transition: 0.3s;
	padding: 16px 36px 16px 36px;
	display: inline-block;
	background:#b30101;
	color:var(--bs-white)!important;
	font-weight:500;
	border-radius:50rem;
}

.button:hover{
	background:var(--bs-white);
	color:var(--primary)!important;
}

.button:focus{
	background:var(--bs-white);
	color:var(--primary)!important;
}

.button_1{
	background:var(--bs-white);
	color:var(--primary)!important;
}

.button_1:hover{
	background:var(--secondry);
	color:var(--bs-white)!important;
}

.button_1:focus{
    background:var(--secondry);
	color:var(--bs-white)!important;
}

.button_2{
	background:#b30101;
	color:var(--bs-white)!important;
}

.button_2:hover{
	background:var(--primary);
	color:var(--bs-white)!important;
}

.button_2:focus{
    background:var(--primary);
	color:var(--bs-white)!important;
}

.button_3{
	background:var(--primary);
	color:var(--bs-white)!important;
}

.button_3:hover{
	background:var(--secondry);
	color:var(--bs-white)!important;
}

.button_3:focus{
    background:var(--secondry);
	color:var(--bs-white)!important;
}

.col_primary{
	color: var(--primary)!important;
}
	
.bg_primary {
    background: #2b4a9d !important;
}
.bg_secondry {
    background: #001f74 !important;
}

.bg_primary_light {
    background: var(--bg_primary_light);
}
.col_secondry{
	color: #2b4a9d !important;
}
.black_transparent {
   /* background: var(--black_transparent);*/
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgb(17 6 1 / 60%) 80%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(17 6 1 / 60%) 80%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(17 6 1 / 60%) 80%)
}
.black_transparent_dark {
    background: var(--black_transparent_dark)!important;
}
.black_transparent_light {
    background: var(--black_transparent_light)!important;
}

.border_light_primary{
	border:1px solid  var(--border_light_primary)!important;
}

.line{
	height:2px!important;
    width: 80px;
	background:var(--secondry)!important;
 }




.font_14{
	font-size:14px; 
}
.font_17{
	font-size:17px; 
}
.font_15{
	font-size:15px; 
}
.font_12{
	font-size:12px; 
}
.font_11{
	font-size:11px; 
}

.font_10{
	font-size:10px; 
}
.font_8{
	font-size:8px; 
}
.font_13{
	font-size:13px; 
}
.font_48{
	font-size:48px; 
}
.font_60{
	font-size:60px; 
}

table.table td {
  font-size: 16px;       /* Set readable font size */
  color: #000;
  padding: 10px 15px;    /* Add comfortable spacing */
  vertical-align: middle;
}

/* Optional - Responsive adjustments */
@media (max-width: 768px) {
  table.table td {
    font-size: 16px;
    padding: 8px 10px;
  }
}

@media (max-width: 576px) {
  table.table td {
    font-size: 14px;
    padding: 6px 8px;
  }
}

p {
	color: #000;
	line-height: 1.8em;
	font-family: "Poppins", serif;
	font-size: 16px;
}


.border, .border-start, .border-end, .border-top, .border-bottom {	 
	border-color: var(--border_light_primary) !important;
}
.border_primary {	 
	border-color: var(--primary) !important;
}

.family_poppins{
      font-family: "Poppins", serif;
 }

.shadow {
        box-shadow: 0 0 0.5rem rgb(228 237 229) !important;
}
b{
	  font-weight:500;
	   font-family: "Zalando Sans Expanded", sans-serif;
	    color:#b30101;
}
span{
	  font-weight:500;
}
.rounded_30{
	border-radius:30px;
}
.rounded_top{
	border-radius:30px 30px 0px 0px;
}
.rounded_bottom{
	border-radius:0px 0px 30px 30px;
}
.family_zaland{
	   font-family: "Zalando Sans Expanded", sans-serif;
}

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 25px 25px;
        font-weight: 500;
		font-size: 18px !important;
        color: var(--primary);
    }

.caption-right{
	right:0 !important;
	left:unset!important;
	background: linear-gradient(99.89deg, #034683 0%, #0286d37d 106.22%) !important;
 }
.modal {
    --bs-modal-bg: var(--bg_primary_light);	
}

.line_x:before {
    display: inline-block;
    width: 3%;
    height: 3px;
    background-color: var(--secondry);
    vertical-align: middle;
    margin-right: 1%;
    content: "";
}
.line_x1:after {
    display: inline-block;
    width: 3%;
    height: 3px;
    background-color: var(--secondry);
    vertical-align: middle;
    margin-left: 1%;
    content: "";
}
.line_x2:before {
    display: inline-block;
    width: 6%;
    height: 3px;
    background-color: var(--secondry);
    vertical-align: middle;
    margin-right: 3%;
    content: "";
}

/* Mission & Vision Section Image Styling */
#testim .testim_1_left img.img-fluid1 {
  width: 100%;
  height: 400px;              /* Adjust height as needed */
  object-fit: cover;          /* Keeps image proportion and fills area */
  border-radius: 30px;        /* Matches .rounded_30 look */
}

/* For medium devices (tablets) */
@media (max-width: 992px) {
  #testim .testim_1_left img.img-fluid1 {
    height: 300px;
  }
}

/* For small devices (mobiles) */
@media (max-width: 576px) {
  #testim .testim_1_left img.img-fluid1 {
    height: 250px;
  }
}

/*****************header*****************/

 @keyframes slideDown {
      from { transform: translateY(-100%); }
      to { transform: translateY(0); }
    }
    @keyframes fadeInAnimation {
      from { opacity: 0; transform: translateX(-50%) rotate(45deg) translateY(5px); }
      to { opacity: 1; transform: translateX(-50%) rotate(45deg) translateY(0); }
    }
    .navbar.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1050;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      animation: slideDown 0.3s ease;
    }
    body.has-sticky { padding-top: 80px; }
    .navbar { min-height: 90px; }

    .navbar-nav .dropdown-toggle::after,
    .navbar-nav .dropdown-item.dropdown-toggle::after { display: none !important; }

    .navbar-nav .dropdown-toggle,
    .navbar-nav .dropdown-item.dropdown-toggle {
      position: relative;
      padding-right: 2rem;
    }
    .navbar-nav .dropdown-arrow {
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      font-size: 0.8rem;
      color: currentColor;
      transition: transform 0.5s ease-in-out;
    }
    .navbar-nav .dropdown-submenu .dropdown-arrow { right: 1rem; }
    .dropdown-menu[data-bs-popper] { top: auto; margin-top: 0px; }

    .nav-icons .nav-link { font-size: 1.2rem; padding: 0.5rem; }

    @media (max-width: 991px) {
      .navbar .container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
      }
      .navbar-brand { grid-column: 1; justify-self: start; }
      .navbar-toggler { grid-column: 3; justify-self: end; margin-left: 0.5rem; }
      .nav-icons { grid-column: 3; justify-self: end; display: flex; }
      .mega-content, .nested-mega-content { display: block; }
      .mega-content div, .nested-mega-content div { margin-bottom: 1rem; }
    }

    @media (min-width: 992px) {
	.navbar {
        padding:0px;
      }
      .navbar .container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
      }

      .offcanvas-lg {
        position: static;
        transform: none;
        visibility: visible !important;
        background-color: transparent;
        border: none;
        height: auto;
        display: flex;
        justify-content: center;
        padding: 0;
      }
      .offcanvas-lg .offcanvas-body {
        display: flex;
        justify-content: center;
        padding: 0;
      }
	  
      .navbar-expand-lg .navbar-nav .nav-link{ 
	  padding: 25px 25px; 
	  font-weight:500;  
	  color:#000 !important;
	  font-size: 18px;
	  }
	 .navbar-expand-lg .navbar-nav .active{ 
	  color:var(--secondry)!important;
	  }
	    .navbar-expand-lg .navbar-nav .nav-link:hover{ 
	  color:var(--secondry);
	  }
	    .navbar-expand-lg .navbar-nav .nav-link:focus{ 
	  color:var(--secondry);
	  }
      .navbar-expand-lg .nav-icons .nav-link { padding: 5px 10px; }

      .navbar .dropdown:hover > .dropdown-menu,
      .dropdown-submenu:hover > .dropdown-menu { display: block; }

      /* Standard submenu flyout */
      .dropdown-submenu { position: relative; }
      .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
      }

      /* Full-width mega menu */
      .dropdown-mega { position: static; }
      .dropdown-mega .dropdown-menu {
        left: 50%;
        transform: translateX(-50%) !important;
        width: 600px;
      }

      /* Nested mega menu flyout to right */
      .dropdown-mega-nested { position: relative; }
      .dropdown-mega-nested .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: auto;
      }

      .mega-content, .nested-mega-content { display: flex; gap: 2rem; }
      .mega-content ul, .nested-mega-content ul {
        list-style: none;
        padding: 0;
      }

      .navbar-nav .dropdown:hover > .dropdown-toggle > .dropdown-arrow,
      .navbar-nav .dropdown-submenu:hover > .dropdown-item.dropdown-toggle > .dropdown-arrow {
        transform: translateY(-50%) rotate(180deg);
      }
    }

    @media (min-width: 1200px) {
      .navbar .navbar-nav > .dropdown > .nav-link {
        position: relative;
      }
      .navbar .navbar-nav > .dropdown:hover > .nav-link::before {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 13px;
        height: 13px;
        background: var(--secondry);
       /* border-top: 1px solid rgb(244, 81, 30);
        border-left: 1px solid rgb(230, 74, 25);*/
        z-index: 1100;
        animation: fadeInAnimation 0.3s ease forwards;
      }
    }
	
.text_big{
	font-size:1.5rem !important;
}
.drop_1{
	min-width:200px;
	border-radius:0;
	border-color:var(--border_light_primary);
}
.drop_1 a{
	color:var(--primary);
	font-weight:500;
	padding-top:13px;
	padding-bottom:10px;
}
.drop_1 a:hover{
	color:var(--secondry);
     background:none;
}
.drop_1 .dropdown-menu{
	border-radius:0;
}
.dropdown-submenu .dropdown-menu h6{
	color:var(--primary);
}
.dropdown-submenu .dropdown-menu a{
    padding-top:10px!important;
	padding-bottom:10px!important;
}
.navbar-nav .nav-link.active {
    color: var(--secondry);
}
.navbar-nav .nav-link:hover {
    color: var(--secondry);
}
.navbar-nav .nav-link:focus {
      border:none;
      box-shadow:none;
}
.home_link{
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}

/*****************header_end*****************/

/*********************program****************/
.sport_tag{
	background: var(--bg_primary_light);
	border-radius:10px;
	padding: 11px 18px;
	font-size:14px;
}
/*********************program_end****************/

/*********************facilty****************/
.facilty_1_right_inner_left span{
	width:50px;
	height:50px;
	line-height:50px;
}
/*********************facilty_end****************/



/*********************common****************/
.form-control:focus{
	box-shadow:none;
	border-color: var(--bg_primary_light); 
}
.form-select:focus{
	box-shadow:none;
	border-color:var(--bg_primary_light);
}
.form-control{
	border-color:var(--bg_primary_light); 
	box-shadow:none;
	height:48px;
	font-size:15px;
}
.form-select{
	border-color:var(--bg_primary_light); 
	box-shadow:none; 
	border-radius:0;
	height:48px;
	font-size:15px;
}

.input-group .form-control{
	height:auto;
}
.input-group .form-control:focus{
	box-shadow:none;
}

.form_text{
	height:160px!important; 
}

::placeholder {
	opacity: 1; /* Firefox */
}
.blog_pg1_right1 ::placeholder{
	color:var(--bs-gray-500)!important;
}

.paginate li a{
	width:40px;
	height:40px;
	line-height:37px; 
	transition: 0.3s;
	border-radius:50%;
	margin-left:3px;
	margin-right:3px;
	color: var(--bs-dark);
}
.paginate li a:hover{
	background:var(--primary);
	color: var(--bs-white);
	transition: 0.3s;
	border-color:var(--primary)!important;
}
.paginate  .active {
	background:var(--primary);
	color: var(--bs-white);
	border-color:var(--primary)!important;
}

.image_box{
	overflow:hidden;
}
.image_box img{
	object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.image_box:hover img{
	transform: scale(1.1); /* zooms in */
}

#cartOffcanvas{
	z-index: 9999;
}
.product_badge{
	top: -8px;
    right: -5px;
    background-color: var(--red);
}

.tags a {
    display: block;
    padding: 9px 18px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bs-white);
    color: var(--primary);
    border-radius:8px;
}
/*********************common_end****************/

/*********************location****************/
.accordion-button {
	background:var(--secondry);
	color:var(--bs-white);
	padding:8px 15px;
	border: 0;
	font-size: 26px;
	text-align: left;
	border-radius:0;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--primary);
	color:var(--bs-white);
	padding:8px 15px;
}
.accordion-body {
	padding: 15px;
}

.accordion-button::after {
	width: auto;
	height: auto;
	content: "+";
	font-size: 40px;
	background-image: none;
	font-weight: 100;
	color: var(--bs-white);
	transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none;
	content: "-";
	font-size: 40px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.accordion-item{
	border:none;
	border-radius:0;
	background:none;
}
/*********************location_end****************/

/*********************footer****************/
#footer .footer_1_main .footer_1{
	
	padding:10px 30px;
}
/*********************footer_end****************/



@media screen and (max-width : 767px){

.img-fluid{
   width:100%!important;
 }


.gx-5{
	--bs-gutter-x:1.5rem!important;
}
.gy-5 {
    --bs-gutter-y: 2rem;
}
.offcanvas-body{
border-top:1px solid var(--bg_primary_light);	
}
.nav-link{
	font-size:20px;
}
.font_48 {
	font-size:38px;
}

.container-xl{
	padding-left:20px!important;
	padding-right:20px!important;
}

#header .offcanvas-body  .align-items-center{
   align-items: start!important;
}
#header .offcanvas-body  .align-items-center li{
  width:100%;
}
.explore_1 p{
	width:100%!important;
}
ul .button{
	 padding-right:15px;
     padding-left:15px;
	 margin:3px!important;
}
.facilty_1_right{
	 margin-top:20px;
}
.footer_top_right{
	 margin-top:20px;
}
.footer_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.footer_1ism span{
	margin-top:10px!important;
}
.footer_2_right{
	text-align:left!important;
	margin-top:10px;
}
.footer_1_main{
	 padding-right:10px!important;
     padding-left:10px!important;
}
.font_60{
	font-size:50px;
}
.font_48{
	font-size:40px;
}
.faq_1_left{
	padding-right:0!important;
	margin-bottom:20px;
}
.blog_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.program_dt2_right{
	padding-left:0!important;
	margin-top:20px;
}
}
@media (min-width:576px) and (max-width:767px) {
.tags a {
    padding: 5px 10px;
    margin: 0px 3px 5px 0px;
}
}
@media (min-width:768px) and (max-width:991px) {

.img-fluid{
   width:100%!important;
 }

	
.gx-5{
	--bs-gutter-x:1rem!important;
}
.gy-5{
	--bs-gutter-y:1.5rem!important;
}
.nav-link{
	font-size:20px;
}
.font_48 {
	font-size:38px;
}
.font_60 {
	font-size:48px;
}
#header .offcanvas-body  .align-items-center{
   align-items: start!important;
}
#header .offcanvas-body  .align-items-center li{
  width:100%;
}

.button{
	padding: 16px 25px 16px 25px;
	font-size:15px;
}
.program_1_left  .fs-3{
	font-size:18px!important;
}
}

@media (min-width:992px) and (max-width:1200px) {

.gx-5{
	--bs-gutter-x:1.5rem!important;
}
.dropdown-submenu > .dropdown-menu {
    left:auto;
	display:none!important;
}

 .navbar-expand-lg .navbar-nav .nav-link{ 
	  padding: 15px 15px; 
	  }
.navbar-nav .dropdown-arrow {
  right: 0;
}

.text_big {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
}



/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {  
.img-fluid{
   width:100%!important;
 }

}
@media (min-width:1201px) and (max-width:1250px) {
.dropdown-submenu > .dropdown-menu {
    left:auto;
	display:none!important;
}
 }
@media screen and (max-width : 1399px){
.gx-5{
	--bs-gutter-x:1.5rem!important;
}
#footer .footer_1_main .footer_1 {
    padding: 10px 15px;
}
 }
@media screen and (min-width : 1400px){

 }
