/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
/

/ Add your custom CSS below /

body {
    font-family: Arial, sans-serif;
}

/ Example override */
h1 {
    color: #333;
}
.homebanner .elementor-heading-title span {
    font-size: 61px;
    font-weight: 500;
}
/* ============== Main Heading ================== */
.mainHeading {
  margin-bottom: 10px !important;
}

.mainHeading .elementor-heading-title,.menu-title {
  font-size: clamp(2.25rem, 1.9703rem + 1.3559vw, 3.75rem) !important;
}
/* ================================== */
.crabbylogos  > .elementor-container {
    flex-direction: column;
}

.crabbylogos > .elementor-container > div {
    width: 100% !important;
}

.topLogos .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(6, auto);
    gap: 20px;
}

.topLogos .elementor-widget-wrap > div {
    width: 100% !important;
    max-width: 100% !important;
}
.bottomLogos .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(5, auto);
    gap: 20px;
}
.topLogos .elementor-widget-wrap > div img {
    width: 100%;
    height: 100%;
}
/* Large screens */
@media (min-width: 1400px) {
    .elementor-top-section.elementor-section-boxed > .elementor-container,
    .elementor-inner-section.innerSectionWidth > .elementor-container {
        max-width: 1690px !important;
        width: calc(100% - 10%) !important;
    }
}

/* Extra large screens */
@media (min-width: 1800px) {
    .elementor-top-section.elementor-section-boxed > .elementor-container,
    .elementor-inner-section.innerSectionWidth > .elementor-container {
        max-width: 1780px !important;
        width: calc(100% - 10%) !important;
    }
}

/* Ultra wide screens */
@media (min-width: 2200px) {
    .elementor-top-section.elementor-section-boxed > .elementor-container,
    .elementor-inner-section.innerSectionWidth > .elementor-container {
        max-width: 1900px !important;
        width: calc(100% - 10%) !important;
    }
}

.elementor-section-full_width>.elementor-container {
	max-width: 100% !important;
	width: 100% !important;
}
/* ================================ */
body p{
	font-size: clamp(0.9375rem, 0.8909rem + 0.226vw, 1.1875rem) !important;
}
/* Padding Block (top + bottom) */
.pblock-70 {
	padding-block: 70px;
}

.pblock-60 {
	padding-block: 60px;
}

.pblock-50 {
	padding-block: 50px;
}

.pblock-40 {
	padding-block: 40px;
}

.pblock-30 {
	padding-block: 30px;
}

.pblock-20 {
	padding-block: 20px;
}

/* Padding Top */
.pt-70 {
	padding-top: 70px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-20 {
	padding-top: 20px;
}

/* Padding Bottom */
.pb-70 {
	padding-bottom: 70px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-20 {
	padding-bottom: 20px;
}

ul#menu-1-e3acd22 li:first-child::after {
    display: none;
}
.events-section {
/*   background: linear-gradient(135deg, #2c8c8c, #3aa6a6); */
/*   padding: 60px 20px; */
}

/* Each slide */
.event-slide {
  padding: 15px;
  border-radius:20px;
}

/* Target plugin event block */
.event-slide > * {
/*   background: #f3f3f3; */
  border-radius: 16px;
  padding: 20px;
}

/* Force vertical layout (fix plugin row layout) */
.event-slide * {
  display: block !important;
}

/* Title */
.event-slide h3,
.event-slide h4 {
  font-size: 20px;
  color: #1a6f73;
  margin-top: 10px;
}

/* Date section (blue box like your UI) */
.event-slide .date,
.event-slide .event-date {
  background: #1d3c8c;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
}

/* Meta text */
.event-slide span,
.event-slide p {
  font-size: 14px;
  color: #444;
}

/* Button */
.event-slide a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 14px;
  background: #1a6f73 !important;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

/* Slick arrows */
.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 24px;
}

.menu-section {
  background: #f7f2ea;
  padding: 60px 20px;
  text-align: center;
}

/* Title */
.menu-title {
  font-size: 32px;
  color: #e38b00;
  margin-bottom: 20px;
}

/* Tabs */
.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 15px;
}

.menu-tabs span {
  cursor: pointer;
  font-weight: 500;
}

.menu-tabs .active {
  color: #1a6f73;
  border-bottom: 2px solid #1a6f73;
}

/* Button */
.menu-btn-wrap {
  margin-bottom: 30px;
}

.menu-btn {
  background: #1a6f73;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 columns */
    gap: 40px;
}

.menu-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.menu-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.menu-content {
    flex: 1;
}

.menu-content h3 {
    margin: 0;
    font-size: 18px;
}

.menu-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}


/* Grid */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 60px;
  max-width: 1000px;
  margin: auto;
}

/* Item */

.menu-section .menu-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  position: relative;
}
.sub-menu {
    padding: 15px 0;
    background: #1f7a78;
    border-radius: 8px;
}

.sub-menu li a {
    display: block;
    padding: 10px 25px;
}

.sub-menu li a:hover {
    background: #ff8c00;
}

/* Image */

.menu-section .menu-item img {
  
  border-radius: 10px;
 
}

/* Title */

.menu-section .menu-item h3 {
  margin: 0;
  font-size: 18px;
}

/* Description */

.menu-section .menu-item p {
  margin: 5px 0 0;
  font-size: 14px !important;
  color: #666;
}



/* ============================= */
.tgse_date_section {
    background: #15848B;
}

.event-slide h3, .event-slide h4 {
    color: #15848B !important;
}

.event-slide span, .event-slide p {
    color: #000000  !important;
}

.live_event_datetime,.tgse_time,.tgse_timezone {
    display: grid !important;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 5px;
}


.tgse_readmore .tgse_readmore_link {
    width: auto;
    display: inline-block !important;
}

.tgse_description p,.tgse_description span {
    line-height: 1.8 !important;
    word-break: break-all;
}

.tgse_description {
    padding-block: 10px 15px;
}
/* Responsive */
@media (max-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

.menu-section {
  background: #f7f2ea;
  padding: 60px 20px;
  text-align: center;
}

.menu-title {
  font-size: 32px;
  color: #e38b00;
  margin-bottom: 20px;
}

/* Tabs */
.menu-section .menu-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.menu-section .menu-tabs span {
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 5px;
}

.menu-section .menu-tabs .active {
  color: #1a6f73;
  border-bottom: 2px solid #1a6f73;
}

/* Button */
.menu-section .menu-btn {
  background: #1a6f73;
  color: #fff;
  padding: 8px 26px;
  border-radius: 6px;
  text-decoration: none;
}

/* Grid */
.menu-section .menu-grid {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 25px 60px;
  max-width: 1000px;
  margin: 30px auto 0;
}

.menu-grid.active {
  display: grid;
}

/* Item */
.menu-section .menu-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  position: relative;
}

.menu-section .menu-item img {
  width: 117px;
  height: 117px;
  border-radius: 10px;
  
}
.main_p{
	display: flex;
    align-items: baseline;
	flex: 1;
}
.menu-section .menu-item h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
	font-weight: 400;
    color: #000000;
}

.menu-item p {
  font-size: 13px;
  color: #666;
}


.menu-btn {
    font-family: 'Love Ya Like A Sister' !important;
}

.menu-btn {
    display: inline-block;
    background: #1a6f73;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'LoveLikeASister', cursive;
    transition: background 0.3s ease, transform 0.2s ease;
}

.menu-btn:hover {
    background: #ff8c00;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }
}

/* Section spacing */
.live_event_slides {
  padding: 0 15px;
}

/* Card */
.live_event_innerslide {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: 0.3s ease;
}

/* Hover effect */
.live_event_innerslide:hover {
  transform: translateY(-6px);
}

/* Image */
.live_event_image img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  object-position: top;
}

/* Content */
.live_event_content {
  padding: 10px 5px;
  text-align: left;
}

/* Title */
.tgse_header {
  font-size: 20px !important;
  color: #1a6f73 !important;
  margin: 12px 0 6px !important;
}

/* Date + Time */
.tgse_timerange {
  font-size: 14px;
  color: #444;
  margin: 4px 0;
}

/* Icons */
.tgse_icon i {
  color: #1a6f73;
  margin-right: 6px;
}

/* Description */
.live_event_description {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

/* Hide duplicate hidden content */
.live_event_description[style*="display:none"] {
  display: none !important;
}

/* Add Button */
.live_event_content::after {
  content: "Add to Calendar";
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  background: #1a6f73;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}
.tgse_readmore_link{
	margin-top: 12px;
  padding: 10px 16px;
  background: #1a6f73;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}
.tgse_readmore_link:hover {
  background: #ff8c00;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transform: scale(1.05);
}
.live_event_content:hover::after {
  background: #ff8c00;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transform: scale(1.05);
}


.live_event_slider:not(.slick-initialized) .live_event_slides:first-child,
.live_event_slider:not(.slick-initialized) .live_event_slides:nth-child(2),
.live_event_slider:not(.slick-initialized) .live_event_slides:nth-child(3){
    display: block;
}
.live_event_slider:not(.slick-initialized) .live_event_slides {
    display: none;
}
.live_event_slider:not(.slick-initialized){
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.events-slider .slick-list{
	margin: 0 60px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index:9999;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s ease;
	width: 40px;
    height: 40px;
	background: #fff !important;
    border: none !important;
}
.custom-prev.slick-arrow {
    left: 0px;
}
.custom-next.slick-arrow {
    right: 0px;
}
.footer-center-aligment .elementor-widget-wrap {
    position:relative;
}

.footer-center-aligment .elementor-widget-wrap:before{
    content:"";
    width: 20px;
    height: 20px;
    border-radius:50%;
    position: relative;
    left: -33px;
    top:0;
     background: #FD9303;
    z-index: 1;
}
.footer-center-aligment .elementor-widget-wrap:after{
    content:"";
    width: 20px;
    height: 20px;
    background: #649FC1;
    border-radius:50%;
    position: absolute;
    right: -12px;
    top: 0;
     background: #FD9303;
    z-index: 1;
}

.menu-tabs {
    display: flex;
    gap: 40px;
    font-family: 'Montserrat', sans-serif; 
    color: #333;
    cursor: pointer;
}

.menu-tabs span {
    padding-bottom: 8px;
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease;
}


.menu-tabs span.active {
    color: #1a7f83; 
    font-weight: bold;
}


.menu-tabs span.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a7f83;
}


.menu-tabs span.active::before {
    content: '';
    position: absolute;
    bottom: 1px; 
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1a7f83;
}

img.slick-arrow:hover {
    background: #FD9303;
}

.custom-prev-arrow,
.custom-next-arrow {
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-prev:hover {
    content: url('https://staging.belltechwordpress.com/beach-birds/wp-content/uploads/2026/04/white-prev.png');
}


.custom-next:hover {
    content: url('https://staging.belltechwordpress.com/beach-birds/wp-content/uploads/2026/04/white-next.png');
}
.custom-prev.slick-arrow:hover {
    background: #FD9303 !important;
}
.custom-next.slick-arrow:hover {
    background: #FD9303 !important;
}
/* ============== Hero Banner =============== */
.bannerHeading.h2 .elementor-heading-title {
  font-size: clamp(3rem, 2.2775rem + 3.5028vw, 6.875rem) !important;
}

.bannerHeading.h1 .elementor-heading-title {
  font-size: clamp(2.25rem, 1.7373rem + 2.4859vw, 5rem) !important;
}
/* ================ Inner Page Banner ================= */
.bannerInnerPage > div {
  padding-block: 130px;
}

.bannerInnerPage .elementor-widget-wrap {
  justify-content: center;
}
.bannerInnerPage .e-heading-base {
  color: #15848b !important;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block !important;
  padding: 10px 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px -2px #000;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  flex: unset !important;
}
/* ================= Responsive ===================== */
@media screen and (min-width: 1024px) {
  .HeaderHomeIcon .elementor-item {
    font-size: 0px !important;
  }
}
@media (max-width: 1024px){
  .HeaderHomeIcon .elementor-item img {
    display: none;
  }
  .heroBanner .elementor-container {
    padding-block: 180px;
  }
  .heroBanner {
    height: unset !important;
  }
  .menu-section .menu-grid{
    max-width: 100%;
  }
  .copyright .elementor-container .elementor-widget-wrap {
    gap: 10px !important;
    justify-content: center !important;
    text-align: center;
  }

  .footerRightCol .elementor-widget-wrap {
    padding-left: 0px !important;
  }
	.copyright .elementor-container .elementor-widget-wrap {
    justify-content: space-between !important;
  }
  .footerRightCol .elementor-widget-wrap .elementor-icon-list-text {
      text-align: center;
  }
  .copyright * {
    text-align: center;
  }
}
@media screen and (max-width:991px) {
  .topbarCol .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: auto auto;
  }

  .topbarCol .elementor-widget-wrap .elementor-element:nth-child(even) {
      grid-column: 1/-1;
      order: -1;
      border-bottom: 1px solid #fff;
      margin-bottom: 6px;
      padding-bottom: 5px;
      text-align: center;
  }
  .mainHeader .headerMenu .elementor-nav-menu > .menu-item > .elementor-item {
      padding-inline: 14px;
      font-size: 15px !important;
  }
  .mainHeader .headerMenu .menu-item {
      gap: 8px;
  }
  .copyright .elementor-container .elementor-widget-wrap {
    gap: 10px !important;
    justify-content: center !important;
    text-align: center;
  }
  .copyright * {
    text-align: center;
  }

}
@media screen and (max-width: 767px) {
  .mainHeader .headerMenu {
    background: #32969933;
    padding: 6px 10px;
  }

  .mainHeader  .elementor-widget-wrap {
      padding: 0px !important;
  }

  .mainHeader .headerLogo a img {
      max-width: 110px !important;
  }

  .mainHeader .headerLogo {
      margin: 8px 10px !important;
  }
  .heroBanner .elementor-container {
    padding-block: 140px;
  }
  .ourStorySec {
    padding-inline: 10px !important;
  }

  .ourStorySec .elementor-container {
      gap: 40px;
  }
  .custom-prev.slick-arrow {
    left: 14px;
  }
  .custom-next.slick-arrow {
      right: 14px;
  }
  .menu-section .menu-grid{
    grid-template-columns: 1fr;
  }
  .topLogos .elementor-widget-wrap {
    display: flex !important;
    justify-content: center;
  }

  .topLogos .elementor-widget-wrap .elementor-widget-image {
      max-width: 150px !important;
  }
  .topLogos .elementor-widget-wrap > div  a {
    border: 1px solid #eee;
    padding: 10px;
    aspect-ratio: 1;
  }
  .topLogos .elementor-widget-wrap > div a img {
      object-fit: contain;
  }

  .bottomLogos .elementor-widget-wrap {
      padding-top: 10px !important;
  }
  .events-slider .slick-list {
    margin: 0 20px;
  }
  .slick-arrow {
    border: 1px solid #1a6f73 !important;
  }

  .eventsSec .elementor-widget-button {
      margin-top: 0px !important;
  }
  .bannerInnerPage > div {
    padding-block: 80px;
  }
}
@media screen and (max-width:640px) {
  .menu-section .menu-item {
    flex-direction: column;
  }

  .menu-section .menu-item img {
      width: 100%;
      object-fit: cover;
      height: 200px;
  }
 
}
@media screen  and (max-wdith: 576px) {
  
}
@media screen and (max-width: 480px){
  
}


/* CSS for Event Page */

.page-id-462 .tgs_event{
    display:flex !important;
    align-items:center !important;
    gap:30px !important;
    border:1px solid #e5e5e5 !important;
    padding:20px !important;
    border-radius:12px !important;
    width: auto !important;
}

.page-id-462 .tgse_section_left{
    flex:0 0 120px !important;
    text-align:center !important;
    border-right:1px solid #ddd !important;
    background:transparent !important;
    padding:0px !important;
    padding-right:20px !important;
}

.page-id-462 .tgse_date{
    background:#0497b1 !important;
    padding:15px !important;
    border-radius:10px !important;
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:5px !important;
}

.page-id-462 .tgse_date_day{
    font-size:32px !important;
    font-weight:700 !important;
    line-height:1 !important;
}

.page-id-462 .tgse_date_month{
    font-size:16px !important;
    text-transform:uppercase !important;
}

.page-id-462 .tgse_section_right{
    flex:1 !important;
}

.page-id-462 .tgse_title h4{
    margin:0 0 8px 0 !important;
    font-size:22px !important;
    color:#0497b1 !important;
}

.page-id-462 .tgse_description{
    margin-bottom:10px !important;
    word-break:break-all !important;
}

.page-id-462 .tgse_meta{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:15px !important;
    align-items:center !important;
}

.page-id-462 .tgse_date_time,
.page-id-462 .tgse_time,
.page-id-462 .tgse_timezone{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    font-size:14px !important;
}

.page-id-462 .tgse_readmore{
    margin-left:auto !important;
    margin-block: 0px;
}

.page-id-462 .tgse_readmore_link{
    background:#0497b1 !important;
    color:#fff !important;
    padding:8px 14px !important;
    border-radius:6px !important;
    text-decoration:none !important;
    font-size:14px !important;
}

.page-id-462 span.tgse_icon i{
    color:#0497b1 !important;
}
.page-id-462 span.tgse_icon i{
    color:#0497b1 !important;
}
@media(max-width:768px){
    .page-id-462 .tgs_event{
        flex-direction:column !important;
        align-items:flex-start !important;
    }
    .page-id-462 .tgse_section_left{
        border-right:none !important;
        border-bottom:1px solid #ddd !important;
        padding-right:0 !important;
        padding-bottom:15px !important;
        margin-bottom:15px !important;
        width:100% !important;
    }
    .page-id-462 .tgse_readmore{
        margin-left:0 !important;
    }
}

@media(max-width:768px){
    .page-id-462 .tgs_event{
        flex-direction:column !important;
        align-items:flex-start !important;
			row-gap: 0px !important;
    }
   .page-id-462 .tgse_section_left{
        border-right:none !important;
        border-bottom:1px solid #ddd !important;
        padding-right:0 !important;
        padding-bottom:15px !important;
        margin-bottom:15px !important;
        width:100% !important;
    }
    .page-id-462 .tgse_readmore{
        margin-left:0 !important;
    }
}	