@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root {

    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */
    --head-fonts:"Playfair Display", serif;
    --body-fonts:"Montserrat", sans-serif;
    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:72px ;    
    --f-size-XL: 60px;    
    --f-size-L: 50px;    
    --f-size-M:40px;
    --f-size-S:30px ;
    --f-size-Sm: 24px;
    --f-size-Body: 18px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    /* ~-~-~-~-~ common transition ~-~-~-~-~ */
    --common-transition: all 0.5s ease;
    /* ~-~-~-~-~ common transition ~-~-~-~-~ */

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
    --clr-primary:#3A2610;
    --head-clr:#3A2610;
    --clr-secondary:#FFE3AA;
    --body-clr:#555555;
    --white:#ffffff;
    --black:#000000;
    --body-back:#F9F1E2;
    /* ~-~-~-~-~ colors ~-~-~-~-~ */
}

/* html { overflow-x: hidden; } */
body { font-size: var(--f-size-Body);margin: 0; padding: 0; font-family: var(--body-fonts); line-height: 1.2; font-weight: 400; color: var(--body-clr); transition: var(--common-transition); }

h1, h2, h3, h4, h5, h6 { font-family: var(--head-fonts) ; margin: 0 0 20px; padding: 0; line-height: 1.1; font-weight: 600; color: var(--head-clr);text-transform: capitalize; }

h1, .h1 {font-size: var(--f-size-XXL);  color: var(--white); }
h2, .h2 {font-size: var(--f-size-XL);}
h3, .h3 {font-size: var(--f-size-L);}
h4, .h4 {font-size:var(--f-size-M);}
h5, .h5 {font-size: var(--f-size-S); }
h6, .h6 {font-size: var(--f-size-Sm);font-family: var(--body-fonts); font-weight: 600; }
body.no-banner h1 { color: var(--head-clr); }
p, .p{ margin: 0 0 20px; padding: 0; line-height: 1.5; font-size: var(--f-size-Body);color: var(--body-clr);font-weight: 400; } 
p:last-child{margin: 0;}
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover {  outline: none; text-decoration: none; transition: var(--common-transition); color: var(--dark);}
a:hover{  text-decoration: none; transition: var(--common-transition); }
ul{list-style: none; padding-left: 0;}
textarea, select, .form-control { font-size: 16px; width: 100%; border-radius: 6px; margin-bottom: 15px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #000; height: 48px; margin: 0; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1));  }
textarea { /*padding: 18.5px 20px;*/ min-height: 100px !important; height: auto; resize: none; }
input[type="submit"] { font-weight: 700; transition: all 0.3s ease 0s; outline: none; letter-spacing: normal; }
textarea:focus, select:focus, .form-control:focus, .form-select:focus { box-shadow: inherit!important;    border-color: #000;    }
.form-group{margin-bottom: 20px;}


select, .form-select { font-size: 16px; padding: 12px 20px; border-radius: 6px; color: #000; line-height: 1; font-weight: 400; appearance: none; background: transparent; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1)); background-image: url(../images/select-arrow-1.svg); background-repeat: no-repeat; background-position: 84% center;background-size: 15px; }


.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}
.field-group { margin-bottom: 30px; }
 input.wpcf7-not-valid { border: 1px solid #dc3232; } 


.wpcf7-not-valid-tip { font-size: 14px; margin-top: 5px; }
.wpcf7 form .wpcf7-response-output { margin: 0; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { font-size: 14px; }
input.mailpoet_text.parsley-error { border: 1px solid #900 !important; }
.parsley-required, .parsley-custom-error-message { font-size: 0; }
/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: #555555; opacity: 1; font-weight: 400; font-size: 14px;}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color:#555555; font-weight: 400;font-size: 14px;}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: #555555; font-weight: 400;font-size: 14px;}
::-webkit-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
 
:-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
 
::-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size:14px; }
 
:-ms-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
/* --- for placeholder color --- */

label, .maxchar { margin-bottom: 15px; color:#555555; font-weight: 500; font-size: 18px;font-family: var(--body-fonts);} /* desktop size 18 and mobile size 15 */
label.form-label span { margin-right: 8px; }

.common-padding{ padding-top: 60px; padding-bottom: 60px; }
.common-padding-bottom{ padding-bottom: 60px; } 
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.head-center{margin: 0 auto 40px; text-align: center;width: auto; max-width: 1156px;}

.btn, a.btn { font-family: var(--body-fonts); font-size: 18px; font-weight: 400; line-height: 1; color: var(--white);  background: var(--clr-primary);  align-items: center; border-radius: 8px; padding:21px 60px; transition: var(--common-transition); justify-content: center; text-transform: capitalize;    display: flex ; width: max-content;border: 2px solid transparent; }
.btn:hover, a.btn:hover, :not(.btn-check)+.btn:active { background: var(--clr-secondary) !important ; color: var(--clr-primary) !important;border: 2px solid var(--clr-primary); }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}

.btn.trans, a.btn.trans { background: transparent !important; color: var(--white) !important; border: 2px solid var(--white);   }
.btn.btn.trans:hover, a.btn.trans:hover{background: var(--clr-primary)!important;border: 2px solid var(--clr-primary); }


.btn.white, a.btn.white{background:#fff !important;color: var(--head-clr) !important;border: 2px solid var(--white); }



.container-fluid { max-width: 1744px;}
/* -- Container adjustment -- */
@media screen and (min-width: 1599px) {  
  .container{max-width: 1440px;}
}
@media screen and (min-width: 1699px) {  
  .container{max-width: 1648px;}
}

/* -- Container adjustment -- */


/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */

/* -- Header -- */

.hdr-wrap { display: flex; align-items: center; }
.logo-wrap a { width: 100%; max-width: 190px; display: block; }
.main-header { position: relative; z-index: 9; padding: 5px 0; }
.hdr-wrap { display: flex; align-items: center;}
.hdr-wrap .hdr-btn span img { max-width: 20px; }
.hdr-wrap .logo a { max-width: 85px; width: 100%;transition: var(--common-transition);display: block; }
.hdr-wrap ul { display: flex; align-items: center; padding: 0; list-style: none; margin: 0; }
.main-menu ul li:not(:last-child) { margin-right:35px; }
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a {color: var(--clr-primary) !important;}
.main-menu ul li a {font-family: var(--body-fonts); color: var(--clr-primary);font-size: 18px;font-weight: 400;    padding: 30px 0;}
body.no-banner .main-menu ul li a { color: var(--head-clr); }
.main-menu .hdr-btn{display: none;}
.main-menu ul li.menu-item-has-children ul.sub-menu li:hover {color: #00F5F5;}
.main-header.no-banner { background: var(--clr-light-blue); position: relative;}
                          
.header-sticky, .header-sticky .no-banner { left: 0; position: fixed; top: 0; width: 100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.5s; -ms-animation: slide-down 0.5s; -webkit-animation: slide-down 0.5s; z-index: 99; box-shadow: 0 0px 10px rgb(226 185 124 / 30%); background-color: #0000001c; backdrop-filter: blur(29px); }
.header-sticky .hdr-wrap .logo a{max-width: 75px;transition: var(--common-transition);}
.header-sticky .callnow strong { font-size: 14px;}
.header-sticky .btn { padding: 17px 50px; font-size: 14px; }
.header-sticky .callnow span { width: 40px; height: 40px; }
.header-sticky .main-header { background: rgb(255 255 255 / 50%); backdrop-filter: blur(67px); }
.header-sticky .upper-header { display: none; }
.header-sticky .main-header{top: 0;}

.upper-header { background: rgba(230, 214, 182, 0.8); }
.upr-hdr-right a { font-weight: 600;color: var(--head-clr); display: flex; align-items: center; }
.upr-hdr-right a span img { width: 20px; margin-right: 5px; }
.hdr-wrap .hdr-btn { display: flex; align-items: center; column-gap: 10px; }
.nav_btn { display: none;}
.hdr-wrap .mobileview {display: none;}

.main-header-wrap.d-flex { justify-content: space-between;align-self: center;}
.navigation-wrap { display: flex; align-items: center; }
.header-logo a { max-width: 214px; width: 100%; height: 100%; display: block; }
.header-top { background: #F8F9FC; padding: 6px 0; color: #1A1A1A; }
.header-top p{margin-bottom: 0; display: inline-block; padding: 0 30px; position: relative;}
.header-top p:before{ position: absolute; left: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.header-top p:after{ position: absolute; right: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.login-holder ul { padding: 0; margin: 0; list-style: none;text-align: right; }

.login-holder ul li { display: inline-block; padding-left: 30px; }
.login-holder ul li a{color: #1A1A1A;}
/* dropdown */

/* * sticky start */ 

 .main-header.fixed {  left: 0; position: fixed; top: 0; width:100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; z-index: 999; background-color: var(--clr-secondary);} 


header.fixed .logo-wrap a img { max-width: 159px; }
header.fixed .main-header ul.nav li a { padding: 30px 0; }
header.fixed .btn { padding: 15px 40px; font-size: 16px; }
header.fixed .gt_switcher.notranslate .gt_selected a { padding: 12px 5px !important; width: auto !important; }
header.fixed .gt_option { top: 51px; width: 164px !important; padding: 9px 3px; }


@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/* sticky end */
/* hamburger start */
.close-nav{display: none;}

.hamburger-nav { position: relative; width: 27px; height: 21px; z-index: 1; display: none; }
.hamburger-nav span{width: 100%; height: 3px; background-color: var(--primary); position: absolute;}
.hamburger-nav span:first-child{top: 0;}
.hamburger-nav span:nth-child(2){top: 8px;}
.hamburger-nav span:last-child{top: 16px;}

.hamburger { display: none; height: 26px; margin-right: 0px; }
.hamburger a.main-nav-toggle { display: block; width: 25px; height: 25px; position: relative; }
.hamburger a.main-nav-toggle:after, .hamburger a.main-nav-toggle:before { content: ""; position: absolute; top: 5px; height: 0; border-bottom: 2px solid var(--clr-primary); width: 100%; left: 0; right: 0; transition: all ease-out 0.3s; }
.hamburger a.main-nav-toggle:after { top: 18px; }
.hamburger a.main-nav-toggle i { display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; height: 2px; background-color: var(--clr-primary); width: 100%; position: absolute; top: 50%; transition: all ease-out 0.1s;transform: translateY(-50%); }
.hamburger a.main-nav-toggle.active-menu:after { transform: rotate(-45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu:before { transform: rotate(45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu i { opacity: 0; }

/* hamburger end */    

body.open { height: 100vh; overflow: hidden; }
body.fixed-gap { margin-top: 94px; }
.upper-header-cont{display: flex; justify-content: space-between;padding: 10px 0; align-items: center;}
.upper-header-cont h6 { margin-bottom: 0; }


.header-is-fixed { padding-top: 131px; }
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/* sub menu */
li.menu-item-has-children{position: relative;display: inline-block;}
.main-menu ul li.menu-item-has-children a{margin-right: 15px;}
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; background: #FFF; box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16); min-width: 274px; z-index: 1; margin-top: 14px; left: -7px; padding: 0px; list-style: none; }
li.menu-item-has-children ul.sub-menu a{display: block;color: var(--clr-secondary);;font-weight: 500;margin-right: 0;padding: 8px 15px;font-size: 15px;}

li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -19%) rotate(180deg); color: var(--primary); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
/* li.menu-item-has-children ul.sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } */
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;} 
.main-header ul.sub-menu li:last-child { padding-right: 10px; }
li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}
li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--clr-primary) !important;}
ul.sub-menu .current_page_item a { color: var(--secondary) !important; }
ul.lang-btn li a { display: flex; align-items: center; gap: 5px; padding: 5px 22px 5px 5px; border: 2px solid white; border-radius: 41px; }
ul.lang-btn li a:hover { color: var(--secondary); border: 2px solid var(--secondary); }
li.menu-item-has-children > a::after { position: absolute; top: 4px; content: "\f0d7"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: 0; color: var(--green); transition: var(--common-transition); right: 0; }
ul.lang-btn li { padding: 20px 0; }
.header-social-media-toggle{display: none;}
/* sub sub menu dropdown start */
.navigation ul>li ul.sub-menu li a:hover { background: var(--primary); color: var(--white); } 
.navigation ul>li ul.sub-menu li ul.sub-menu { left: 100%; top: -36px; display: none; margin: 0; }
.main-header ul.nav li ul.sub-menu li a:hover { color: var(--clr-primary); }
.navigation ul>li ul.sub-menu li.menu-item-has-children > a::after { transform: rotate(-90deg); }
.minus, .plus{display: none;} 
@media only screen and ( min-width:1199px ){
.navigation ul>li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu { display:block; }  
}
.navigation h3{color: var(--clr-white); text-align: center; font-weight: 400;letter-spacing: 9px;}
.navigation ul.nav li ul.sub-menu li.current-menu-item a { border: none; color: var(--clr-primary) !important; }
/* sub-sub-menu */
.navigation ul li.current-menu-item ul.sub-menu li a { border: none; }
ul.nav li ul.sub-menu li.menu-item-has-children  a::after { top: 40% !important; }
li.menu-item-has-children ul.sub-menu li.menu-item-has-children{padding: 10px;}
/* sub-sub-menu */
/* new css */
nav.main-menu ul { display: flex; align-items: center; margin: 0; }
nav.main-menu { margin: 0 auto; }

/* new css */
/* header end */

/* banner start */
.banner-cont-outer-wrap { margin: 0 40px; border-radius: 58px; overflow: hidden; padding: 100px 30px 130px 30px; position: relative; }
.bnr-btn{display: flex; align-items: center; gap: 20px;}
.bnr-cont-wrap p { color: #fff; font-weight: 400; }
.bnr-cont-wrap h1,.bnr-cont-wrap p{margin-bottom: 20px;}

/* banner end */

/* what we do sec start */
.grid-container { display: grid; /* Defining a 3-column, 2-row layout */ grid-template-columns: 1fr 1.2fr 1fr; grid-template-rows: 200px 200px; gap: 20px;  max-width: 1000px; margin: auto; }

.item img { width: 100%; height: 100%; object-fit: cover;  border-radius: 16px; }
.item-1 { grid-row: 1 / span 2; }
.item-2 { grid-column: 2; grid-row: 1; }
.item-3 { grid-column: 2; grid-row: 2; }
.item-4 { grid-column: 3; grid-row: 1 / span 2; }

.what-we-do-outer { margin: -131px 40px 0; background: #F5F5F5; border-radius: 0 0 58px 58px; padding: 120px 30px 60px; }
.what-we-do-cont-wrap p{margin: 30px 0;}
/* what we do sec end */


/* our-team-slider-sec start */
.team-slider-img { width: 194px; height: 195px; border-radius: 100%; overflow: hidden; margin: 0 auto;border: 1px solid #C39A4C }
.team-slider-cont{text-align: center; margin-top: 20px;}
.slick-prev, .slick-next { width: 48px; height: 48px; border: 1px solid #C39A4C }
.slick-prev::before, .slick-next::before{display: none;}
.slick-prev{background-image: url(../images/prev-arrow.svg); background-repeat: no-repeat; background-position: center;background-size: 12px; }
.slick-next{background-image: url(../images/next-arrow.svg); background-repeat: no-repeat; background-position: center;background-size: 12px; }

.slick-prev:hover,.slick-prev:focus, .slick-prev:active, .slick-prev:focus-visible{background-color: var(--clr-primary);background-image: url(../images/hover-prev.svg); background-repeat: no-repeat; background-position: center;background-size: 12px;}
.slick-next:hover,.slick-next:focus, .slick-next:active, .slick-next:focus-visible{background-color: var(--clr-primary);background-image: url(../images/hover-next.svg); background-repeat: no-repeat; background-position: center;background-size: 12px;}

.slick-prev { left: -47px; }
.slick-next { right: -47px; }

.team-slider-cont h6{margin-bottom: 10px; font-weight: 600;}
.team-slider-cont p{color: var(--clr-primary); font-weight: 500;}
/* our-team-slider-sec end */

/* upcoming-pickleball-sec start */
.upcoming-pickleball-outer { margin: 0 40px; border-radius: 58px;position: relative;overflow: hidden; }
.upcoming-pickleball-outer:before{position: absolute; content: ""; background-color: #FFE3AA;opacity: 0.9; width: 100%; height: 100%; top: 0; right: 0;bottom: 0; left: 0;z-index: 0;}
.upcoming-pickleball-outer .container { position: relative; z-index: 1; }
.filter a { border: 1px solid #3A2610; padding: 12px 23px; border-radius: 10px;color: var(--clr-primary);    font-size: 24px; }
.filter a span { margin-right: 5px; }
.upcoming-pickleball-filter-upper.d-flex.align-items-center { justify-content: space-between; }
.search-container form { position: relative;background-color: #ffffff; }
.search-container { min-width: 513px; }
.search-container form button { position: absolute; top: 0; bottom: 0; right: 0; font-size: 0; background-color: transparent; border: navajowhite; width: 60px; height: 100%; background-image: url(../images/search-icon.svg); background-repeat: no-repeat; background-size: 20px;background-position: center;}

.search-container form input { border: navajowhite; }
.search-container form { position: relative; background-color: #ffffff; border-radius: 12px; overflow: hidden; }


ul.upcoming-pickleball-filter-list {  display: flex; align-items: center; flex-wrap: wrap;justify-content: space-between; }
ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item { display: flex; align-items: center; background: #fff; padding: 20px;box-shadow: -4px 6px 20.3px 0px #00000029; border-radius: 15px;width: 49%;margin-top: 30px; }
/* ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item:nth-child(odd){margin-right: 30px;} */
.upcoming-pickleball-img { width: 142px; border-radius: 12px; overflow: hidden; height: 100%; }
.upcoming-pickleball-item-cont { width: calc(100% - 145px); margin-left: 20px; }
.upcoming-pickleball-item-cont h6{margin-bottom: 10px;font-weight: 600;}
.upcoming-pickleball-item-cont, .calender span { color: #000000; font-weight: 400; }
.calender { gap: 20px; display: flex; margin-bottom: 10px; }
.upcoming-head { border: 1px solid #3A2610; width: max-content; padding: 0 10px; border-radius: 8px;margin-bottom: 10px; }
.upcoming-head p{color: var(--clr-primary);}
.load-more-btn{display: flex; justify-content: center; margin-top: 40px;}
/* upcoming-pickleball-sec end */

/* our-impact-sec start */

.our-impact-icon { width: 130px; height: 130px; background: var(--clr-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: -77px auto 25px; border: 9px solid rgba(255, 255, 255, 1); }
.our-impact-sec .head-center { margin-bottom: 100px; }
.our-impact-wrap { text-align: center; background: rgba(222, 169, 63, 0.28); border-bottom: 30px solid rgba(195, 155, 76, 1); padding: 20px 20px 0; display: flex; flex-direction: column; height: 100%;border-radius: 12px; }
.our-impact-wrap.counter .count { font-family: var(--body-fonts); color: var(--head-clr); }
.our-impact-wrap.counter h6 { margin-top: auto; }
/* our-impact-sec end */

/* .fundraising start */
.fundraising-inner-wrap{background: rgba(255, 227, 170, 0.9);margin: 0 40px; border-radius: 58px; overflow: hidden;padding-right: 30px;
padding-left: 30px}
.pie-chart-container { max-width: 591px; margin: 40px auto; font-family: var(--body-fonts); position: relative; }
.pie-wrapper { position: relative; width: 100%; }


/* 70% Base Zone (Cream/Gold) */
.pie-track { fill: none; stroke: var(--clr-secondary); /* Ensure this is your #FFE3AA variable */ stroke-width: 16; }
/* 30% Progress Zone (Brown) */
.pie-fill { fill: none; stroke: var(--clr-primary); /* Ensure this is your #3A2610 variable */ stroke-width: 16; stroke-linecap: butt; transition: stroke-dasharray 1s ease-in-out; }
.pie-center-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.pie-center-content h4 { font-size: var(--f-size-M); margin: 0; color: var(--head-clr); }
.pie-labels { display: flex; justify-content: space-between; margin-top: 25px; }
.pie-labels span { display: block; font-weight: 700; }

.label-left { position: absolute; top: 0; left: -20%; }
.label-right { position: absolute; right: -20%;bottom: 0; }

.label-left p,.label-right p { font-size: 24px; text-align: center; font-family: var(--body-fonts); color: var(--head-clr); }



/* 1. Ensure the background track is the visible Cream/Gold color (70%) */
.pie-track { fill: none !important; stroke: rgba(195, 155, 76, 1) !important; /* This is your cream/gold color */ stroke-width: 16 !important; /* Matches the thickness of the brown part */ opacity: 1 !important; /* Ensure it is not hidden */ }
/* 2. Style the Brown Progress part (30%) */
.pie-fill { fill: none !important; stroke: var(--clr-primary) !important; /* Your Brown color #3A2610 */ stroke-width: 16 !important; stroke-linecap: butt !important; /* Keeps the edges square as per your image */ /* This calculation creates the 30/70 split visually */ /* Circumference is roughly 251.32. 30% of that is ~75.4 */ stroke-dasharray: 75.4, 251.32 !important; /* Ensure it starts at the top (12 o'clock) */ transform-origin: center; }

/* 3. If your SVG doesn't have the rotation built-in, add this */
.pie-wrapper svg { transform: rotate(-197deg); }

/* 4. Fix the Center Text overlap seen in your images */
.pie-center-content { /* transform: rotate(90deg); Re-rotates text if SVG is rotated */ text-align: center; }
.pie-center-content h2{font-family: var(--body-fonts);    margin-bottom: 10px;}
.pie-center-content h4 { font-size: var(--f-size-M) !important; color: var(--head-clr) !important; margin: 0 !important; line-height: 1 !important; }
.pie-center-content h6 { font-size: var(--f-size-Sm) !important; color: var(--head-clr) !important; margin: 0 !important; text-transform: capitalize; }
/* .fundraising end */

/* our-mission-sec start */
.our-mission-img img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; }
.our-mission-img { position: relative; border-radius: 16px; overflow: hidden; padding: 0 0 54%; max-width: 679px; }
.our-mission-cont { max-width: 671px; margin-left: auto;    padding-left: 30px; padding-right: 30px; }
.our-mission-inner{margin: 0 40px; border-radius: 58px; overflow: hidden;background-color: rgba(245, 245, 245, 1);}

/* our-mission-sec end */

/* contact-us-sec start */
.contact-us-form-cont{max-width: 654px;}
.contact-us-form-cont ul li a { display: flex; align-items: center; margin-bottom: 15px;color: var(--head-clr);
    font-weight: 400; }
.contact-us-form-cont ul li a span { height: 40px; width: 40px; border: 1px solid rgba(58, 38, 16, 1); display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-right: 10px; }

.contact-us-form { background-color: rgba(245, 245, 245, 1); padding: 30px; border-radius: 25px; }
.contact-us-form .col-12 button { width: 100%; }
.donate-btn { margin-top: 30px; }

.contact-us-form form.wpcf7-form.sent .row .col-12:last-child p { position: relative;margin-bottom: 20px; }
.contact-us-form form.wpcf7-form.sent .row .col-12:last-child p span.wpcf7-spinner { position: absolute !important; top: 50%; left: 40%; transform: translateY(-50%); }
/* contact-us-sec start */

/* footer sec start */
footer.footer-sec { padding-bottom: 60px; }
.footer-outer-wrap{margin: 0 40px; border-radius: 58px; overflow: hidden;position: relative;padding-left: 30px; padding-right: 30px;}
.footer-outer-wrap::before{position: absolute; content: ""; background-color: rgba(58, 38, 16, 0.9); width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0;}

.footer-sec .container{position: relative; z-index: 2;}
.footer-sec p{color: var(--white);}
ul.ftr-social{display: flex; align-items: center;justify-content: center;}
ul.ftr-social li a{height: 60px; width: 60px;  display: flex; align-items: center; justify-content: center; border-radius: 50%;background-color: #fff; margin-right: 89px; }
ul.ftr-social li a img { width: 28px; }
ul.ftr-social li:last-child a {margin-right: 0;}
.footer-inner-upper{max-width: 1077px; margin: 0 auto; text-align: center;}

.footer-inner-lower{padding: 40px 0;border-top: 0.5px solid rgba(255, 255, 255, 1)}
.footer-inner-lower p{font-size: 16px;}
.footer-logo img { max-width: 100px; width: 100%; margin-bottom: 20px; }

/*-- New-filter-css --*/
.upcoming-pickleball-filter-upper .filter:first-child {display: none;}
.dropdown.filter .dropdown-toggle::after { right: 12px; position: absolute; }
.dropdown.filter .btn { padding: 16px 60px 16px 20px; background-color: transparent; color: var(--clr-primary); border: 2px solid var(--clr-primary); }
.dropdown.filter .btn span img { width: 25px; margin-right: 5px; }
.dropdown.filter .btn:hover{background-color: var(--clr-primary); color: #fff;}
.dropdown.filter ul.dropdown-menu.filter_menu {
    background: #3b2613;
    padding: 0 0;
    transform: translate(0px, 55px);
}
.dropdown.filter ul.dropdown-menu.filter_menu li span {
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    display: block;
}
.dropdown.filter ul.dropdown-menu.filter_menu li span.active{background: #58391d;}
.dropdown.filter ul.dropdown-menu.filter_menu li:hover{background: #58391d;}

.error-page-sec h1{color: var(--clr-primary);}
.mt-4.error-btn { display: flex; justify-content: center; }

/* footer sec end */


@media only screen and (max-width:1699px){
   :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:42px ;    
    --f-size-XL: 30px;    
    
    --f-size-Sm: 24px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

   
}
/* ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item { width: 48%; } */
.btn, a.btn { font-size: 16px; padding: 14px 40px;  }

.common-padding-bottom { padding-bottom: 50px; }
.common-padding { padding-bottom: 50px; padding-top: 40px;}
.our-impact-icon { width: 90px; height: 90px; border: 4px solid rgba(255, 255, 255, 1); }
.footer-inner-lower { padding: 30px 0; border-top: 0.5px solid rgba(255, 255, 255, 1); }
.our-impact-icon img { max-width: 50px; }
.our-impact-icon { margin: -66px auto 19px; }
.team-slider-img { width: 175px; height: 175px; }
.team-slider-cont h6 { font-size: 20px; }
.upcoming-pickleball-item-cont h6 { font-size: 22px; }
.upcoming-pickleball-img { width: 120px; }
.upcoming-pickleball-item-cont { width: calc(100% - 120px); }
.dropdown.filter .btn span img { width: 20px; margin-right: 5px; }
ul.ftr-social li a { height: 50px; width: 50px; }

.pie-chart-container { max-width: 550px; }
.pie-wrapper { max-width: 494px; margin: 0 auto; }
.pie-labels p { font-size: 19px; }
.pie-labels span { font-size: 24px; }
.label-left { left: -12%; }
.label-right { right: -6%; bottom: 0; }
}


@media (max-width:1550px){

}

@media only screen and (max-width:1499px){
    :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:38px ;    
    --f-size-XL: 28px;    
    
    --f-size-Sm: 22px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

   
}
  .our-impact-icon img { width: 50px; }
  ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item { margin-top: 20px; }
  /* ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item:nth-child(odd) { margin-right: 20px; } */
  ul.ftr-social li a { margin-right: 50px; }
  .our-impact-wrap.counter h6 { font-size: 20px; }
  .main-menu ul li a { font-size: 16px; }
  .our-impact-wrap { border-bottom: 15px solid rgba(195, 155, 76, 1); }

  
}


@media only screen and (max-width:1399px){
h1, h2, h3, h4, h5, h6,p { margin: 0 0 15px; }

textarea, select, .form-control { height: 40px; }
textarea { min-height: 90px !important; }
.our-impact-sec .head-center { margin-bottom: 90px; }
label, .maxchar { margin-bottom: 10px; font-size: 16px; }

.filter a { font-size: 19px; }
.filter a span img { width: 20px; }
}


@media only screen and (max-width:1299px){
  .btn, a.btn { font-size: 14px; padding: 14px 35px; }
  .common-padding { padding-bottom: 40px; padding-top: 40px; }
   .common-padding-bottom{padding-bottom: 40px;}
  .upcoming-pickleball-img { width: 120px; }
  .upcoming-pickleball-item-cont { width: calc(100% - 120px); }
  .upcoming-pickleball-item-cont h6 { font-size: 20px; }
  .slick-prev { left: -17px; }
  .slick-next { right: -17px; }
  .search-container { min-width: 452px; }

  .what-we-do-outer { padding: 120px 30px 45px; }
  .our-impact-icon { width: 90px; height: 90px; border: 5px solid rgba(255, 255, 255, 1);  margin: -64px auto 20px; }
  
  .our-impact-wrap.counter h6 { font-size: 18px; }

  .footer-logo img { max-width: 85px; }
  .upcoming-pickleball-img { width: 100px; }
  .footer-inner-lower { padding: 25px 0; }

  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output { font-size: 12px; }
}

@media only screen and (max-width:1199px){



  :root{
    --f-size-XXL: 55px;
    --f-size-XL: 40px;
    --f-size-L: 30px;
    --f-size-M: 26px;
    --f-size-S: 22px;
    --f-size-Sm: 18px;
    --f-size-Body: 14px;
  }
body.fixed { overflow: hidden; }
 .ant-fact-hdr-right h1 { font-size: 60px; }
  .common-padding { padding-top: 50px; padding-bottom: 50px; }
  .contact-sec, .pet-friendly-pest-sec-bnr { margin-top: 0px; }
  .common-lg-padding { padding-top: 80px; padding-bottom: 80px; }
  .common-small-padding { padding-top: 40px; padding-bottom: 40px; }
  textarea, select, .form-control, input { font-size: 14px; padding: 13px 20px; height: 40px; }
  /* header start */
  .nav_btn { display: block; cursor: pointer;position: relative;margin-left: 10px;width: 23px;}
  /* .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;} */
  .hdr-wrap ul { display: block;}
  
  .main-menu { position: fixed; transform: translateX(100%); right: -100%; top: 94px; bottom: 0; z-index: 999; max-width: 100%; padding-top: 60px; margin: 0; display: block; width: 100%; padding-left: 10px; padding-right: 10px; transition: 250ms ease-in; overflow: auto; height: calc(100vh - 94px); text-align: center; background: var(--white); overflow-y: auto; }
  .main-menu>ul li { width: 100%; }
  .main-menu ul li:not(:last-child) { margin-right: 0; }
  .main-menu>ul>li a { display: block; padding: 0px; border-bottom: 1px solid var(--grey); color: var(--white); font-size: 19px; }
  .main-menu ul li.current-menu-item a, .main-menu ul li:hover a{color: var(--clr-primary);}
  .main-menu ul li a { color: var(--head-clr); font-size: 25px; }
 .main-menu ul li { margin-right: 0; padding: 30px 0; text-align: left; }
  .hdr-rt ul li a {color: var(--white);padding: 10px;}
  li.menu-item-has-children::after{content: none;}
  .nav_btn span {width: 23px; height: 2px; background: var(--head-clr); display: block; }
  .nav_btn::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--head-clr); right: 0; top: -6px;transition: ease-in-out 0.4s; }
  .nav_btn::before { content: ""; position: absolute; width: 23px; height: 2px; background: var(--head-clr); top: 6px; right: 0;transition: ease-in-out 0.4s; }

  .nav_btn.sidebar_active span {display: none; }
  .nav_btn.sidebar_active::after{transform: rotate(45deg);  top: -3px; }
  .nav_btn.sidebar_active::before{transform: rotate(135deg);top: -3px; }

  .main-menu.sidebar-open { right: 0; }

  .minus, .plus { display: block; position: absolute; right: 40%; top: 10px; font-weight: 400; color: var(--clr-primary); font-size: 23px; }
  .minus{display: none;}
  span.plus .fa-chevron-down:before, span.minus .fa-chevron-up:before { display: none; }

  li.menu-item-has-children.open-sub > ul.sub-menu {display: block; background: no-repeat; box-shadow: none; }
  li.menu-item-has-children:hover > ul.sub-menu{height: 0; overflow: hidden;}
  li.menu-item-has-children.open-sub > ul.sub-menu{height: 100%; position: relative;}
  li.menu-item-has-children > a::after { font-size: 0; }
  
  .hdr-btn{margin-right: 30px;}

  .hdr-btn.mobileview a.btn { margin-bottom: 15px; }

   .hdr-wrap .mobileview { display: flex; flex-direction: column; margin: 0; }
 
  .hdr-btn.mobileview a.btn:first-child { margin-right: 0px; }
  li.menu-item-has-children.open-sub .minus{display: block;}
  li.menu-item-has-children.open-sub .plus{display: none;}
  li.menu-item-has-children ul.sub-menu a{color: var(--black) !important; padding: 5px;}
  li.menu-item-has-children > ul.sub-menu { top: 0; color: var(--gold); background-color: var(--white); position: relative; padding: 0; }
  /* .hdr-wrap  .sidebar-open .mobileview {display: block;margin: 20px auto;} */
  .main-menu ul li.menu-item-has-children a { margin-right: 0; }
  .hdr-wrap { justify-content: flex-start; }
  .nav_btn { display: block;}
  .hdr-wrap .hdr-btn { margin-left: auto;  }

  .header-top p { font-size: 12px; }
  .header-top p:before, .header-top p:after { top: 4px; width: 10px; height: 10px; }
  .login-holder ul li a { font-size: 12px; }
  li.menu-item-has-children::after{display: none;}

  nav.main-menu ul { flex-direction: column; }
  .main-header { position: relative; left: 0; right: 0; top: 0; z-index: 9; }
 
  .header-sticky nav.main-menu.sidebar-open { top: 85px; height: calc(100vh - 85px);}
  li.menu-item-has-children span.plus svg,li.menu-item-has-children span.minus svg { display: none; }
  li.menu-item-has-children > ul.sub-menu { left: 0; }
  body.no-banner .header-sticky .main-header .main-menu ul li a { color: var(--head-clr); }
  .main-header .container { max-width: 90%; }
  /* header end */
  
  .slick-prev, .slick-next { width: 40px; height: 40px;background-size: 9px; }
  .slick-next:hover, .slick-next:focus, .slick-next:active, .slick-next:focus-visible{background-size: 9px;}
  .team-slider-img { width: 154px; height: 155px; }
  body.fixed header.header-sticky { background: #fff; }
  nav.main-menu.sidebar-open { padding: 60px; }
  .upcoming-head p { font-size: 12px; }
  .upcoming-pickleball-item-cont h6 { font-size: 18px; }
  .upcoming-pickleball-img { width: 85px; }
  .upcoming-pickleball-item-cont { width: calc(100% - 85px); }
  .contact-us-form-cont ul li a span,ul.ftr-social li a { height: 35px; width: 35px; }
  .contact-us-form-cont ul li a span img,ul.ftr-social li a img{width: 17px;}
  ul.ftr-social li a { margin-right: 30px; }
  .banner-cont-outer-wrap { padding: 100px 30px 150px 30px; }
  ul.ftr-social li a img { width: 19px; }
  footer.footer-sec { padding-bottom: 50px; }

  .contact-us-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn { height: auto; }
  .dropdown.filter .btn { padding: 11px 46px 11px 14px; }
  .dropdown.filter .btn span img { width: 20px; margin-right: 5px; }
.pie-center-content h2 { font-size: 27px; }
.pie-labels span { font-size: 21px; }
.pie-labels p { font-size: 16px; }
.pie-wrapper { max-width: 382px; margin: 0 auto; }
}    

@media only screen and (max-width:991px){
  :root {
    --f-size-XXL: 45px;
    --f-size-XL: 30px;
    --f-size-L: 28px;
    --f-size-M: 26px;
    --f-size-S: 22px;
    --f-size-Sm: 16px;
    --f-size-Body: 14px;
}
  .container, .container-md, .container-sm { max-width: 95%; }
  .what-we-do-outer .col-lg-7.order-lg-2 { margin-bottom: 30px; }
  .what-we-do-cont-wrap p { margin: 25px 0; }
  .slick-prev { left: 0; }
  .slick-next{right: 0;}
  .search-container { min-width: 400px; }
  .our-impact-sec .col-lg-4:not(:last-child) { margin-bottom: 65px; }
  .our-mission-img { margin-bottom: 30px;    max-width: inherit; }
  .our-mission-cont { max-width: inherit; margin-left: initial; padding-left: 0; padding-right: 0; }
  .contact-us-sec .container .contact-us-form-cont { padding: 0 20px; }
  .contact-us-form-cont { max-width: inherit;margin-bottom: 40px; }
  .calender { gap: 7px; }
  
  .fundraising-inner-wrap,.our-mission-inner,.footer-outer-wrap,.upcoming-pickleball-outer { margin: 0 25px; border-radius: 38px;padding-left: 0;
    padding-right: 0; }
  .what-we-do-outer { margin: -100px 25px 0; border-radius: 0 0 38px 38px; }
  .what-we-do-outer { padding: 100px 0px 45px; }
  .banner-cont-outer-wrap { margin: 0 25px; border-radius: 38px 38px 0 0;padding: 70px 0px 90px 0; }
  .bnr-cont-wrap h1, .bnr-cont-wrap p { margin-bottom: 15px; }
  .footer-logo img { max-width: 63px; }
.fundraising-img { max-width: 533px; margin: 0 auto 30px; }
}



@media (max-width: 768px) {
  .main-menu ul li a {  font-size: 20px; }
 .main-menu ul li {  padding: 25px 0;  }
  .main-menu,.header-sticky nav.main-menu.sidebar-open { top: 74px;height: calc(100vh - 74px); }
  nav.main-menu.sidebar-open { padding: 25px 30px; }
  .hdr-wrap .logo a,.header-sticky .hdr-wrap .logo a { max-width: 65px; }
  .btn, a.btn,.header-sticky .btn { font-size: 14px; padding: 12px 25px; }
  ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item { width: 100%; }
  ul.upcoming-pickleball-filter-list li.upcoming-pickleball-filter-item:nth-child(odd) { margin-right: 0; }
  .upcoming-pickleball-filter-upper.d-flex.align-items-center { flex-direction: column; align-items: flex-start !important; }
  .search-container { min-width: 100%; margin-top: 20px; }
  footer.footer-sec { padding-bottom: 0; }
.label-left { left: 0; }
.label-right { right: 0; }
}

@media (max-width: 540px) {
.common-padding { padding-top: 40px; padding-bottom: 40px; }
.common-padding-bottom { padding-bottom: 40px; }
.grid-container { grid-template-columns: 1fr 1fr; grid-template-rows: auto;  gap: 10px; }
.item-1, .item-2, .item-3, .item-4 { grid-column: auto; grid-row: auto; height: 220px; }

.banner-cont-outer-wrap { margin: 0; border-radius: 0; padding: 50px 0px 50px 0; }
.what-we-do-outer { margin: -48px 0px 0; border-radius: 0; }
.fundraising-inner-wrap, .our-mission-inner, .footer-outer-wrap, .upcoming-pickleball-outer { margin: 0; border-radius: 0; padding-left: 0; padding-right: 0; }
.contact-us-sec .container .contact-us-form-cont { padding: 0; }
.contact-us-form { padding: 25px; border-radius: 20px; }


.upcoming-pickleball-img { width: 60px; }
.upcoming-pickleball-item-cont { width: calc(100% - 60px);font-size: 14px; }
.calender span { font-size: 12px; }
.our-impact-sec .head-center { margin-bottom: 65px; }
.team-slider-img { width: 130px; height: 130px; }

.what-we-do-outer { padding: 73px 0px 45px; }
.pie-wrapper { max-width: 263px; margin: 0 auto; }
.pie-center-content h2 { font-size: 22px; }
.pie-labels span { font-size: 16px; }
.pie-labels p { font-size: 12px; }
.label-left { left: 14px; top: -36px; }
.label-right { right: 30px; bottom: -12px; }
}