/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:24px;
    font-weight: 500;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}


/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 34px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#ff545a;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #ff545a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ff545a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #ff545a;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ff545a;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/

/*
 * Fix for Homepage Hero Search Bar Layout
 * targets the form
*/
.welcome-hero-form {
  display: flex;            /* Lays out the items (the two dropdown sections and the button) in a horizontal row. */
  align-items: center;      /* Vertically aligns everything to the middle. This is great if the button and dropdowns have different heights. */
  justify-content: center;  /* Horizontally centers the entire group of items within the search box. */
  gap: 15px;                /* This is the magic property: it adds 15px of space ONLY between the items, not at the ends. */
  width: 100%;              /* Ensures the form takes up the available space to allow for centering. */
}

.welcome-hero {
    position: relative;
    background:url(../images/welcome-hero/banner.png)no-repeat;
    background-position:center;
    background-size:cover;
    text-align: center;
    height:800px;
    z-index: 1;
}
.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}
.welcome-hero-txt { padding-top: 155px;}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}

.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

/* ================================================= */
/* == HOMEPAGE HERO SEARCH BAR - DEFINITIVE STYLES == */
/* ================================================= */

/* The grey box that contains the entire search form */
.welcome-hero-serch-box {
    margin-top: 78px;
    display: flex;
    justify-content: center; /* This centers the white bar on the page */
}

/* The white bar (<form> element) */
.welcome-hero-form {
    width: 85%; /* As per your original design */
    height: 70px;
    background: #fff;
    border-radius: 3px;
    
    /* This is the Flexbox parent container */
    display: flex;
    align-items: center; /* Vertically aligns everything */
}

/* The two dropdown sections ("What?" and "Location") */
.single-welcome-hero-form {
    /* THIS IS THE KEY FIX */
    flex: 1; /* Shorthand for: flex-grow: 1, flex-shrink: 1. It tells these sections to grow and share the available space EQUALLY. */

    display: flex;
    align-items: center;
    position: relative; /* This is the anchor for the icon */
    height: 100%;
    padding: 0 30px; /* Internal spacing for the text/dropdown */
}

/* The vertical line separator */
.single-welcome-hero-form:first-of-type {
    border-right: 1px solid #edeff1;
}

/* The icon inside the dropdown sections */
.welcome-hero-form-icon {
    position: absolute;
    right: 5px; /* Positioned on the far right of its parent */
    top: 50%;
    transform: translateY(-50%); /* Perfectly centers the icon vertically */
    color: #252d32;
}

/* The "Search" button */
.welcome-hero-btn {
    width: 170px; /* Fixed width */
    height: 70px; /* Makes the button fill the full height of the bar */
    
    /* Remove any flex properties that might cause it to shrink or grow */
    flex-shrink: 0; 
    
    /* Styling */
    background: #ff545a;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 0 3px 3px 0; /* Rounds the right corners to match the form */
    cursor: pointer;
    
    /* Centering the text and icon inside the button */
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-hero-btn:hover {
    background: #f43032;
}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

select{
    border:none;
    width: max-content;
    padding: 10px 20px;
    border-radius:5px;
  }
  
  select:focus{
    outline:none;
     
  }

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff;
    background:#ff545a;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 0 0 90px;}
.works-content {margin-top: 73px;}

.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#ff545a;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #ff545a;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #ff545a;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
/* General Explore section styling */
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
    position: relative;
}
.explore-content{margin-top: 78px;}

/* --- CSS Grid for the main container --- */
#teamsContainer.teams-grid-container {
    display: grid;
    /* Create responsive columns. The minmax(300px, 1fr) sets a minimum width for the card */
    /* and allows them to grow to fill the available space equally. */
    /* You might adjust the 300px based on desired minimum card width. */
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /* Add gaps between grid items (rows and columns). This is your universal spacing. */
    gap: 25px; /* Adjust this value to control spacing between cards */
    align-items: stretch; /* Ensures grid items stretch to the height of the tallest in their row */

    /* Overrides for Bootstrap's .row behavior that might interfere */
    margin-left: 0 !important; /* Remove negative margin on left */
    margin-right: 0 !important; /* Remove negative margin on right */
    width: 100% !important; /* Ensure the grid container takes full width if .row was restricting it */
    justify-content: center; /* Optional: Center grid items if they don't fill the entire row (e.g., last row with fewer items) */
}

/* --- Styles for the individual team card (which has Bootstrap's col- classes) --- */
.col-md-4.col-sm-6.team-card {
    /* CRITICAL: Reset Bootstrap's width, max-width, and flex-basis */
    width: auto !important; /* Allows the grid to control the width */
    max-width: none !important; /* Removes any max-width constraint from Bootstrap */
    flex-basis: auto !important; /* Reset flex-basis if Bootstrap uses it for column sizing */

    /* CRITICAL: Remove Bootstrap's default column padding and margins */
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important; /* Ensures grid 'gap' is the only vertical spacing */

    /* Make the card itself a flex container */
    display: flex;
    flex-direction: column;
    height: 100%; /* Make the card fill the height of its grid cell */
}

/* --- Styles for the inner content wrapper of the card --- */
.single-explore-item {
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 0; /* Ensure no margin here either if you removed it from .team-card */
    -webkit-transition: .3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    -o-transition:.3s linear;
    transition: .3s linear;

    /* Inner Flexbox for content alignment within the card */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows this item to take up all available vertical space in .team-card */
}

.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
    /* --- Inner Flexbox for content area --- */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows this section to take up remaining height in .single-explore-item */
}


.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #ff545a;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}

.explore-person p {font-size: 12px;}
/* --- Crucial for pushing content to bottom of card --- */
.explore-person {
    margin-top: auto; /* This will push the explore-person div to the bottom */
}

.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #000000;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #000000;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}


.explore-btn {
    position: absolute;
    bottom: 20px; /* Adjust this as needed to control vertical spacing */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    width: 170px;
    height: 70px;
    background: #ff545a;
    text-transform: capitalize;
    border-radius: 3px;
    transition: 0.3s linear;
}

.explore-btn:hover {
    background: #f43032;
}

.explore-btn svg {
    width: 14px;
    height: auto;
    margin-left: 12px;
}

/* --- Responsive adjustments for Grid columns --- */
@media (max-width: 991px) { /* Medium devices (tablets) - Bootstrap's md breakpoint */
    #teamsContainer.teams-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Two columns for tablets, or adjust minmax */
    }
}

@media (max-width: 767px) { /* Small devices (phones) - Bootstrap's sm breakpoint */
    #teamsContainer.teams-grid-container {
        grid-template-columns: 1fr; /* Single column for mobile */
    }
}

/* -------------------------------------------------------------------- */
/* --- Styles to make .explore-section-standard mimic CSS Grid Page --- */
/* -------------------------------------------------------------------- */

/* --- Overall Section Styling (if different from global .explore) --- */
/* You can add specific padding/background for .explore-section-standard if needed, */
/* otherwise, it will inherit from the general .explore styles. */
/* For example:
.explore-section-standard {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #f0f2f5;
}
*/

/* --- Container for the cards in .explore-section-standard --- */
/* We're making the existing .row#teamsContainer behave like a CSS Grid container */
.explore-section-standard .row#teamsContainer {
    display: grid; /* Override Bootstrap's display: flex for .row */
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Define responsive columns */
    gap: 25px; /* Spacing between cards */
    align-items: stretch; /* Make cards in a row the same height */

    /* Override Bootstrap's .row negative margins if they cause issues with full-width grid */
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; /* Ensure it takes full width */
    justify-content: center; /* Center grid items if they don't fill the entire row */
}

/* --- Individual cards within .explore-section-standard --- */
/* We're making .standard-layout-card (which also has .team-card and Bootstrap col- classes)
   behave like a grid item, resetting Bootstrap's column sizing and spacing for it. */
.explore-section-standard .standard-layout-card {
    /* 1. Reset Bootstrap's width, max-width, and flex-basis for grid items */
    width: auto !important; /* Let the grid define the width */
    max-width: none !important; /* Remove Bootstrap's max-width constraint */
    flex-basis: auto !important; /* Reset flex-basis if Bootstrap's .col- classes use it */

    /* 2. Reset Bootstrap's default column padding and margins.
       The grid 'gap' property will handle spacing between cards. */
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important; /* Grid 'gap' is the only vertical spacing needed here */

    /* 3. Ensure the card itself is a flex container for its internal content
          and fills the height of its grid cell. */
    display: flex;
    flex-direction: column;
    height: 100%; /* Make the card fill the height of its grid cell */
}

/* --- Styles for the inner content wrapper of the card --- */
/* These styles are likely general and should apply correctly.
   The .single-explore-item is inside .standard-layout-card. */
.explore-section-standard .standard-layout-card .single-explore-item {
    word-wrap: break-word;
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    /* margin-bottom: 0; /* Already handled by .standard-layout-card margin reset */
    -webkit-transition: .3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    -o-transition:.3s linear;
    transition: .3s linear;

    /* Inner Flexbox for content alignment within the card */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows this item to take up all available vertical space in .standard-layout-card */
    height: 100%; /* Ensures this inner wrapper takes full height */
}

.explore-section-standard .standard-layout-card .single-explore-item:hover {
    box-shadow: 0 10px 20px rgba(21,19,19,.2);
}

/* --- Image within the card --- */
.explore-section-standard .standard-layout-card .single-explore-img {
    position: relative;
    overflow: hidden;
}
.explore-section-standard .standard-layout-card .single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
/* ... (and other .single-explore-img related styles like :hover effects if they exist in your original grid CSS) ... */


/* --- Text content area within the card --- */
.explore-section-standard .standard-layout-card .single-explore-txt {
    padding: 26px 25px 24px 15px; /* Or match your original grid page's padding */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows this section to take up remaining height */
}
/* ... (ensure all other styles for .explore-rating-price, .explore-person, etc.,
         are either general enough or also scoped with .explore-section-standard
         if they need to differ from a truly global style) ... */

.explore-section-standard .explore-rating-price,
.explore-section-standard .explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px; /* Or match original */
}
.explore-section-standard .explore-rating-price a {margin:0;}

.explore-section-standard .explore-rating {
    display: inline-block;
    /* width: auto; */ /* width: auto is default for inline-block */
    height: 20px;
    line-height: 20px;
    color: #ff545a;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 10px;
    /* background color for .explore-rating is handled by .bg-theme-X classes, which seem general */
}

.explore-section-standard .explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}

.explore-section-standard .explore-person {
    margin-top: auto; /* Pushes this to the bottom of the card's text area */
}
.explore-section-standard .explore-person p {
    font-size: 12px; /* Or match original */
}


/* --- Responsive adjustments for Grid columns in .explore-section-standard --- */
@media (max-width: 991px) { /* Medium devices (tablets) */
    .explore-section-standard .row#teamsContainer {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Adjust min card width for tablets */
    }
}

@media (max-width: 767px) { /* Small devices (phones) */
    .explore-section-standard .row#teamsContainer {
        grid-template-columns: 1fr; /* Single column for mobile */
    }
}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../../assets/images/counter/counter-banner.png)no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding:127px 0 120px;
}
.statistics:before{
    position:absolute;
    content:'';
    background: rgba(75,75,75,.60);
    height:100%;
    width:100%;
    top:0;
    left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;

}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#fff;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    color:#fff;
    font-size:24px;
    text-transform:capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#ff545a;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:150px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}

.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff545a;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #ff545a;}
.footer-social a:hover {background:#ff545a;color: #fff;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#ff545a;
	border:1px solid #ff545a;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #ff545a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

/* Styling the forms section */
#forms {
    width: 100%;
    max-width: 1000px;    /* Max width of the section */
    margin: 0 auto;      /* Center align the section */
    padding: 10px;       /* Inner padding */
    background-color: #f5f5f500;   /* Light background */
    border: 1px solid #dddddd00;      /* Subtle border */
    border-radius: 8px;          /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  /* Light shadow */
}

/* Styling for iframes within the forms section */
iframe {
    width: 100%;         /* Full width inside the section */
    height: 1000px;       /* Default height */
    border: none;        /* Remove default iframe border */
    border-radius: 5px;  /* Optional rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow around iframe */
    margin-bottom: 10px; /* Space between iframes */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    #forms {
        padding: 5px;
    }
    iframe {
        height: 300px; /* Reduced height on smaller screens */
    }
}
.stform{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../../assets/images/counter/lacrosse-action.jpg)no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding:12px 0 12px;
}



/*========================explore================*/

.welcomeserch-box {
    margin-top: 78px;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    height: 70px;          /* Ensures it takes the full height of the viewport for centering */
}

.welcomeform {
    display: flex;
    background-color: white;
    height: 70px;
    border-radius: 3px;
    width: 50%;
    padding-bottom: 5px ;
}

.single-welcomeform {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}


/*========================explore -about us================*/
.myDIV {
    display: none; /* Initially hide the content */
    font-size: medium;
    color: #ffff;
    margin-top: 10px;
}

.founder-image {
        width: 200px;
        height: 200px;
        object-fit: cover;
        border: 5px solid #fffffa;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        
    }
    
    .founder-name {
        padding: 30px;
        font-weight: 600;
        margin-bottom: 0;
    }
    
    .founder-title {
        color: #ffff;
        font-size: 0.9rem;
    }
    
    .founder-message {
        position: relative;
        line-height: 1.8;
    }
    
    .section-divider {
        height: 3px;
        width: 160px;
        background-color: #ff545a;
        margin: 0 auto 30px;
    }
    
    @media (max-width: 991px) {
        .founder-image {
            width: 150px;
            height: 150px;
        }
}
      
	.explore-btn.loading {
    position: relative;
    padding-right: 40px;
}
.explore-btn.loading:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: translateY(-50%) rotate(360deg); }
}
      
      .team-card {
    cursor: pointer; /* For older browsers */
    cursor: hand; /* Very old browsers */

    transition: transform 0.2s, box-shadow 0.2s;
}

.team-card:hover .single-explore-item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* Make sure links inside cards still work properly */
.team-card a {
    position: relative;
    z-index: 10;
}

.all-sports-section {
    padding: 60px 0 40px 0;
    background-color: #fff;
}
.all-sports-section .section-header p {
    margin-bottom: 40px;
}
.sports-list-column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ff545a; /* Theme color */
    margin-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 10px;
}
.sports-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.sports-list li {
    padding: 5px 0;
}
.sports-list li a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}
.sports-list li a:hover {
    color: #ff545a; /* Theme color */
    text-decoration: underline;
}
      
