/*
Theme Name: Club Times Theme
Theme URI: https://dragme.in
Author: DRAGME
Author URI: https://dragme.in
Description: A custom WordPress theme built from scratch.
Version: 1.0
License: GPLv2 or later
Text Domain: club-times
*/

/* 1. Use a more-intuitive box-sizing model */
/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

/* Remove default list styles */
ul,
ol {
  list-style: none;
}

/* Remove default button styles */
button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
}

/* Image styling */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}

/* Container with max-width */
/* Full-width container */
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px; /* Optional: Adds padding inside */
  margin: 0 auto;
}

/* Centered content inside the full-width container */
.container .content {
  max-width: 1200px; /* Adjust based on your design */
  margin: 0 auto;
}

/* WordPress Alignment Classes */
.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/* WordPress Blocks */
.wp-block-image img {
  height: auto;
  max-width: 100%;
}

.wp-caption {
  text-align: center;
  font-size: 14px;
  color: #666;
}

#mega-menu-wrap-max_mega_menu_2
  #mega-menu-max_mega_menu_2
  > li.mega-menu-item
  > a.mega-menu-link {
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output {
  text-align: center;
  background: #fff;
  font-size: 12px;
  border: none;
}
.memlogin i {
  color: #000;
}

#mega-menu-max_mega_menu_3 {
  padding: 20px !important;
}
/***************************/

#wpsvcattribution,
#wpsvccount {
  display: none !important;
}
#mvcwid {
  padding-left: 0px !important;
  padding-top: 5px !important;
}

/**************Home*****************/
.logomobilesrc {
  margin: auto;
  height: 180px;
  padding-bottom: 30px;
}
.imgsecclub {
  height: 500px;
  width: 100%;
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  border-radius: 15px;
  align-items: end;
  justify-content: end;
}
.homebgblack {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 4px;
}
.explrbttn {
  display: inline-flex;
  align-items: center;
}
.explrbttn svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.imgscn-3 img {
  object-fit: cover;
  height: 295px;
  border-radius: 15px;
  width: 100%;
  object-position: bottom;
}
.imgscn-3:after {
  content: "";
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  opacity: 0.8;
  top: 0px;
  left: 0px;
  border-radius: 15px;
}
.chkouthap {
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.chkouthap h2 {
  position: relative;
}
.chkouthap h2:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(225, 185, 75),
    rgb(230, 200, 114),
    rgba(196, 153, 33, 0.1)
  );
  width: 135%;
  height: 5px;
  bottom: -7px;
  left: 0px;
}
.blackbttn-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blackbttn-button svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.home-secn-4 {
  background: linear-gradient(to right, #463300, #0e0a00);
}
.home-secn-4 h3,
.home-secn-4 h4 {
  color: #fff;
}
.grdimages img {
  aspect-ratio: 4 / 4;
  object-fit: cover;
  border-radius: 15px;
}
.grdimages:after {
  content: "";
  position: absolute;
  z-index: 3;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #000 70%);
  opacity: 0.8;
  left: 0px;
  border-radius: 0px 0px 15px 15px;
  bottom: 0px;
}
.bannersecn button {
  background: linear-gradient(to right, #e2cb7c 0%, #e2cb7c 100%);
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 60px;
}
.bannersecn h1 {
  font-size: 55px;
}
.bannersecn {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bannersecn:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.blackbttn-button {
  background: #000;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 60px;
}
.home-secn-2 h2 {
  font-size: 35px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.sub-title-hm2-secn {
  padding-left: 0px;
  font-weight: 600;
  font-size: 25px;
}
.imgscn-3 {
  border-radius: 10px;
  position: relative;
}
.home-secn-3 {
  background: #fff;
}
.hm-scn-3-stitle {
  background: transparent;
  width: 270px;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  border-radius: 15px;
  top: -62px;
  font-weight: 600;
  color: #fff;
  z-index: 12;
}
.content-grid p {
  min-height: 155px;
}
.home-secn-4 h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3rem;
}
.home-secn-4 h3 {
  font-size: 38px;
  font-weight: 500;
}
.home-secn-4 h3 span {
  color: #e2cb7c;
}
button:focus {
  outline: none !important;
}
.green-bttn,
.green-bttn:focus {
  background: #b79f5d;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.available-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.grd-small-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 25px;
  background: transparent;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  z-index: 23;
  text-transform: uppercase;
}
.content-grid {
  background: #f0f3f8;
  padding: 25px;
}
.imgsecclub h4 {
  color: #b89f5c;
  font-size: 40px;
  margin-bottom: 1rem;
}
.imgsecclub h6 {
  color: #fff;
  margin-bottom: 1.5rem;
  padding-top: 15px;
}
.imgsecclub-content {
  color: #fff;
  padding: 0px 30px;
  text-align: center;
  margin-top: 20px;
}
.home-secn-5:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 44.2%;
  left: 0px;
  background: #000000;
  background: -webkit-linear-gradient(to top, #434343, #000000);
  background: linear-gradient(to top, #434343, #000000);
}
.bttn-button {
  background: linear-gradient(to right, #e2cb7c 0%, #e2cb7c 100%);
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 60px;
}
.home-secn-6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.textcursor {
  cursor: pointer !important;
}
.chkoutmost {
  font-size: 3.1rem;
  color: #fff;
}
.enqryforms input,
.enqryforms label,
.enqryforms textarea {
  width: 100%;
}
.enqryforms input[type="text"],
.enqryforms input[type="email"],
.enqryforms textarea {
  border: 1px solid #eee;
  margin-top: 5px;
  height: 32px;
  border-radius: 5px;
  padding: 10px;
}
.contactfrm-enq {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 35px;
}
.contactfrm-enq textarea {
  height: 130px;
  resize: none;
  padding: 10px;
}
.contactfrm-enq .wpcf7-submit {
  background: #000;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 60px;
}
.enqryleftfrom {
  align-items: center;
  display: flex;
}
.enqryforms label {
  font-size: 14px;
  font-weight: 500;
}
.globebttn-button {
  display: inline-flex;
  align-items: center;
}
.globebttn-button svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.home-secn-6 {
  position: relative;
}
.home-secn-6:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, transparent 55%, #000 100%);
}
.hmsldimages {
  height: 300px;
  object-fit: cover;
}

.hmabutitle {
  position: relative;
  display: inline-block;
}
.home-secn-2 h2.hmabutitle:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(225, 185, 75),
    rgb(230, 200, 114),
    rgba(196, 153, 33, 0.1)
  );
  width: 100%;
  height: 5px;
  bottom: -7px;
  left: 0px;
}
.mbrshipcat p {
  text-align: justify;
}
/*******************************/

/*************Former Presedient*****************/
.mgrid-img {
  height: 270px;
  width: 260px;
  overflow: hidden;
}
.trans {
  transition: all 0.2s linear;
}
.tscale {
  transform: scale(1);
}
.mgrid-img img.tscale {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.mgrid-img:hover img.tscale {
  transform: scale(1.1) !important;
}
.management-grid {
  padding: 5px;
  border-radius: 4px;
  border: 5px solid #e2cb7c;
  box-shadow: none;
}
.management-grid:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 0px;
}
.detail-management h2 {
  font-size: 20px;
  color: #fff;
}
.detail-management {
  text-align: center;
  background: #e2cb7c;
  padding: 10px 5px 5px 5px;
}
/*****************************/
/*************Manage Commiette****************/
.pdfdownload button {
  background: linear-gradient(
    to right,
    rgb(230, 200, 114),
    rgb(225, 185, 75),
    rgb(196, 153, 33)
  );
  padding: 10px 20px;
  border-radius: 50px;
}
.pdfdownload h2 span:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    to right,
    rgb(225, 185, 75),
    rgb(230, 200, 114),
    rgba(196, 153, 33, 0.1)
  );
  width: 100%;
  height: 5px;
  bottom: -7px;
  left: 0px;
}
.mgrid-img {
  height: 270px;
  width: 260px;
  overflow: hidden;
}
.trans {
  transition: all 0.2s linear;
}
.tscale {
  transform: scale(1);
}
.mgrid-img img.tscale {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.mgrid-img:hover img.tscale {
  transform: scale(1.1) !important;
}

.frmprest .mgrid-img img.tscale {
  object-fit: contain !important;
}
.frmprest .mgrid-img:hover img.tscale {
  transform: scale(1.05) !important;
}

.management-grid {
  padding: 5px;
  border-radius: 4px;
  border: 5px solid #e2cb7c;
  box-shadow: none;
}
.management-grid:hover {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 0px;
}
.detail-management h2 {
  font-size: 20px;
  color: #fff;
}
.detail-management {
  text-align: center;
  background: #e2cb7c;
  padding: 10px 5px 5px 5px;
}
/*****************************/
/*************Sports Type**************/
.banquetlist .green-bttn {
  display: inline-flex;
  align-items: center;
}
.green-bttn svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
}
.green-bttn {
  cursor: pointer;
}
.flip-box {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  aspect-ratio: 4 / 3;
  perspective: 1000px;
}

.flip-box-front img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.sportslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.banquetlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.bnqdesc-title {
  font-size: 28px;
  font-weight: 600;
  background-color: #e2cb7c;
  padding: 10px 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

.fligroup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-box-back {
  background-color: #e2cb7c;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
}

.flip-box-back h2 {
  font-family: "Rubik", sans-serif !important;
  font-size: 25px;
  text-transform: uppercase;
}

.acomlist .flip-box-back p {
  font-size: 13px;
}

/***************************/
.z-1 {
  z-index: 1;
}

.asp43 {
  aspect-ratio: 4 / 3;
}

.bnr-subtitle {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 500;
}
.bnr-subcontent {
  color: #fff;
  letter-spacing: 1px;
}
.bannersecn h1 span {
  color: #e2cb7c;
}
.bannersecn h1 {
  color: #fff;
}
.asp34 {
  aspect-ratio: 3 / 4;
}
.mh-100 {
  min-height: 100vh;
}

.whitetext {
  color: #fff;
}
.commonoverlay:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.commonoverlay h1 span {
  color: #e2cb7c;
}
.commonoverlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -80px;
}
.mh-50 {
  min-height: 50vh;
}
.mh-adjust {
  min-height: 65vh;
}
.commonoverlay:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(to right, #1e1601, #2d2101);
  height: 85px;
  z-index: 1;
}
.fnt55 {
  font-size: 55px;
}
.membercat-secn-2 p {
  line-height: 1.8;
}
.membercat-secn-2 b {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
  margin-top: 25px;
}

.yellowgrbtnn {
  background: linear-gradient(
    to right,
    rgb(230, 200, 114),
    rgb(225, 185, 75),
    rgb(196, 153, 33)
  );
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.memlogin {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e2cb7c, #d1b761) !important;
  padding: 6px 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
}

.memlogin::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
}

.memlogin:hover::before {
  animation: shine 1s ease-in-out;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.knowsclubgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.knwdivmain img {
  height: 238px;
  width: 100%;
}
.knwtitlebtm {
  background: #e2cb7c;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 20px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.knwdivmain a {
  text-decoration: none;
  color: #000;
}
.seccabutsec-left h4,
.seccabutsec-left h5 {
  font-size: 18px;
}
.seccabutsec-left ul li a {
  font-size: 14px;
}
.chkouthap h2 {
  margin-left: auto;
  margin-right: auto;
}

#wpcf7-f505-o1 {
  visibility: hidden !important;
  pointer-events: none;
}


.tabs-nav:first-child {
  background: #B89F5C;
}

.tabs-nav nav {
  position: relative;
  display: flex;
  flex-wrap: wrap; 
  color: #fff; 
}
.tabs-content{ border:1px solid #ccc; }
.tabs-nav nav a {
  position: relative;
  padding: 3px  10px;
   width: 100%;
  cursor: pointer; 
color: #fff;   background: #B89F5C;
}

.tabs-nav nav a:hover,
.tabs-nav nav a.selected {
  background: #333 ;
  color: #fff;
 }

.tabs .content iframe{ width:100%;  }
 
.tabs .content {
  padding: 20px 20px 20px 20px;
  position: relative;
  color: #000;
  transition: opacity 0.1s linear 0s;
  display: none;
}

.tabs .content.visible {
  display: block;
}


/** Room booking form **/
