/* -------------------------------------------------------------------------- */
/*                                brainwaveio custom css                               */
/* -------------------------------------------------------------------------- */

/* Element Heights */

.object-height-100 {
  height: 100px;
}

.object-height-150 {
  height: 150px;
}

.object-height-200 {
  height: 200px;
}

.object-height-250 {
  height: 250px;
}


/* Content Selection-Visibility Tabs Menu */
.tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #2E2F33;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #2E2F33;
  border-radius: 8px;
  padding: 10px 0;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  flex: 1 1 0;
  text-align: center;
}

.tab-btn:hover {
  background-color: #27282b;
  border: 1px solid #252629;
}

.tab-btn.active {
  background-color: #252629;
  border: 1px solid #232326;
}

@media (max-width: 768px) {
  .tab-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-btn {
    width: 100%;
  }
}


/* Table Styles */

table td {
  padding: 15px 20px 15px 20px;
  text-align: left;
}

.bg-table-blue-level1 {
  background: rgba(220, 232, 255, 0.3);
  border-bottom: 1px solid rgba(173, 203, 255, 1.0);
}

.bg-table-blue-level2 {
  background: rgba(220, 232, 255, 0.7);
  border-bottom: 1px solid rgba(173, 203, 255, 1.0);
}

.bg-table-blue-level3 {
  background: rgba(220, 232, 255, 1.0);
  border-bottom: 1px solid rgba(173, 203, 255, 1.0);
}

.bg-table-purple-level1 {
  background: rgba(219, 217, 255, 0.3);
  border-bottom: 1px solid rgba(183, 170, 239, 1.0);
}

.bg-table-purple-level2 {
  background: rgba(219, 217, 255, 0.7);
  border-bottom: 1px solid rgba(183, 170, 239, 1.0);
}

.bg-table-purple-level3 {
  background: rgba(219, 217, 255, 1.0);
  border-bottom: 1px solid rgba(183, 170, 239, 1.0);
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/


.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, #000, transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: var(--contrast-color);
}

.contact .info-item:hover .icon-box {
  background-color: color-mix(in srgb, #000, transparent 70%);
}

.contact .info-item .content p:last-child {
  margin-bottom: 0;
}




/* Floating CTA PhoneCall Button Styles */

.btn-floating-call {
	position: fixed;
	right: 10px;
	bottom: 15px;
	padding: 0;
	height: 50px;
	width: 50px;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	z-index: 1120
}

.btn-floating-call span {
	font-size: 23px
}

.btn-floating-call:hover {
	background-color: #ad3636 !important
}


/* Floating CTA WhatsApp Chat Button Styles */

.btn-floating-chat {
	position: fixed;
	right: 10px;
	bottom: 75px;
	padding: 0;
	height: 50px;
	width: 50px;
	-webkit-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	z-index: 1120
}

.btn-floating-chat span {
	font-size: 23px
}

.btn-floating-chat:hover {
	background-color: #ad3636 !important
}


/* Call Restriction PopUp */
.callPopup-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 99998;
}

.callPopup-content {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 15px;
    z-index: 9999;
    color: #fff;
    text-align: center;
}


/* Language PopUp */
.langPopup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 99998;
}

.langPopup-content {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 15px;
    z-index: 9999;
    color: #fff;
    text-align: center;
}

/* Optional: Style the select box inside Google Translate */
.langPopup-content select.goog-te-combo {
    padding: 8px;
    border-radius: 10px;
    margin-top: 10px;
}

/* Close Button */

/* Container styling */
#google_translate_element {
    background-color: #fff;
    color: #fff;
    padding: 10px; 
    border-radius: 10px;
    /* display: inline-block; */
}

/* Hide Google branding (optional but against ToS, use with caution) */
.goog-logo-link,
.goog-te-gadget span {
    /* display: none !important; */
    background-color: #fff;
    padding: 8px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}


/*  */
.services-object-cover {
  object-fit: cover;
  width: 100%;
  height: 200px; /* default height */
}

@media (min-width: 576px) {
  .services-responsive-img {
    height: 300px; /* sm */
  }
}

@media (min-width: 768px) {
  .services-responsive-img {
    height: 350px; /* md */
  }
}

@media (min-width: 992px) {
  .services-responsive-img {
    height: 250px; /* lg */
  }
}



/*  */
.about-object-cover {
  object-fit: cover;
  width: 100%;
  height: 200px; /* default height */
}

@media (min-width: 576px) {
  .about-responsive-img {
    height: 300px; /* sm */
  }
}

@media (min-width: 768px) {
  .about-responsive-img {
    height: 350px; /* md */
  }
}

@media (min-width: 992px) {
  .about-responsive-img {
    height: 350px; /* lg */
  }
}


/* ---------- NAVIGATION BAR LOGO SIZE ---------- */
.navbar-logo {
  height:36px; 
  width:36px; /* default height */
}

@media (min-width: 576px) {
  .navbar-logo {
    height:36px; 
    width:36px; /* sm */
  }
}

@media (min-width: 768px) {
  .navbar-logo {
    height:36px; 
    width:36px; /* md */
  }
}

@media (min-width: 992px) {
  .navbar-logo {
    height:36px; 
    width:36px; /* lg */
  }
}


/* ---------- ORANGE-BLUE DUAL CARD, IMAGE RATIO WITH CONTAINER ---------- */
.dualcard-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 18 / 9; /* Maintains 18x9 ratio */
  overflow: hidden;
}

.dualcard-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fills the container */
  object-position: center; /* Centers the image */
  display: block;
}

  
  

/* ---------- CUSTOM TEXT AND BACKGROUND ---------- */

.bg-cf-antiflash-white {
	background-color: rgba(242,243,244,1) !important;
}

.bg-cf-lacecap-gray {
	background-color: rgba(235,234,237,1) !important;
}

.bg-cf-kimchi-orange {
	background-color: rgba(237,75,0,1) !important;
}

.bg-cf-midnight-blue {
	background-color: rgba(2,0,53,1) !important;
}

.bg-cf-royalty-blue {
	background-color: rgba(2,6,111,1) !important;
}

.bg-futura-antiflash-white {
	background-color: rgba(255,255,255,1) !important;
}

.bg-cf-deepsea-blue {
	background-color: rgba(32,0,177,1) !important;
}

.bg-futura-lacecap-gray {
	background-color: rgba(237,240,243,1) !important;
}

.bg-futura-kimchi-orange {
	background-color: rgba(254,90,44,1) !important;
}

.bg-futura-midnight-blue {
	background-color: rgba(18,29,80,1) !important;
}

.bg-futura-royalty-blue {
	background-color: rgba(14,51,203,1) !important;
}

.bg-futura-deepsea-blue {
	background-color: rgba(31,69,228,1) !important;
}


.bg-alex-luster-white {
	background-color: rgba(244,241,236,1) !important;
}

.bg-alex-jodhpur-tan {
	background-color: rgba(218,209,200,1) !important;
}

.bg-alex-asterflower-blue {
	background-color: rgba(155,172,216,1) !important;
}

.bg-alex-deepspaceroyal-blue {
	background-color: rgba(34,51,130,1) !important;
}

.bg-alex-deadlydeeps-blue {
	background-color: rgba(17,17,68,1) !important;
}

.bg-alex-habanero-orange {
	background-color: rgba(249,133,19,1) !important;
}

.bg-alex-habanerolight-orange {
	background-color: rgba(255,135,15,1) !important;
}


.bg-test-blue {
	background-color: rgba(1,95,201,1) !important;
}


.text-cf-antiflash-white {
	color: rgba(242,243,244,1) !important;
}

.text-cf-lacecap-gray {
	color: rgba(235,234,237,1) !important;
}

.text-cf-kimchi-orange {
	color: rgba(237,75,0,1) !important;
}

.text-cf-midnight-blue {
	color: rgba(2,0,53,1) !important;
}

.text-cf-royalty-blue {
	color: rgba(2,6,111,1) !important;
}

.text-cf-deepsea-blue {
	color: rgba(32,0,177,1) !important;
}

.text-futura-lacecap-gray {
	color: rgba(237,240,243,1) !important;
}

.text-futura-midnight-blue {
	color: rgba(18,29,80,1) !important;
}

.text-futura-royalty-blue {
	color: rgba(14,51,203,1) !important;
}

.text-futura-deepsea-blue {
	color: rgba(31,69,228,1) !important;
}


.text-alex-luster-white {
	color: rgba(244,241,236,1) !important;
}

.text-alex-jodhpur-tan {
	color: rgba(218,209,200,1) !important;
}

.text-alex-asterflower-blue {
	color: rgba(155,172,216,1) !important;
}

.text-alex-deepspaceroyal-blue {
	color: rgba(34,51,130,1) !important;
}

.text-alex-deadlydeeps-blue {
	color: rgba(17,17,68,1) !important;
}

.text-alex-habanero-orange {
	color: rgba(249,133,19,1) !important;
}

.text-alex-habanerolight-orange {
	color: rgba(255,135,15,1) !important;
}






.border-cf-bottom {
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}

.ratio-cf-16x9 {
  aspect-ratio: 16 / 9;
}

.ratio-cf-18x9 {
  aspect-ratio: 18 / 9;
}

.ratio-cf-21x9 {
  aspect-ratio: 21 / 9;
}

.cf-shadow-in {
  box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.cf-horizontal-rule {
	width: 10.06rem;
	height: 4px;
}

.star-rating {
  color: #f5c518; /* golden yellow */
  margin-right: 3px;
}


/* ---------- TRANSITION-IN ANIMATION ---------- */

.transition-in {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.5s ease-out 0.4s, transform 0.5s ease-out 0.4s; /* 0.5s delay */
}

.transition-in.active {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- COVERFLOW HERO CAROUSEL ---------- */

  .hero-swiper .swiper-slide {
    width: 300px;   /* card width */
    height: 400px;  /* card height */
    background-position: center;
    background-size: cover;
  }
  .bg-cover {
    background-size: cover !important;
    background-position: center !important;
  }
  

/* ---------- COUNTRY FLAG SIZES ---------- */

.img-country-flag {
  height: 35px;
  width: 35px;
  margin: 5px;
}

  @media (min-width: 768px) {
    .img-country-flag {
      height: 40px;
      width: 40px;
      margin: 5px;
    }
  }

  @media (min-width: 992px) {
    .img-country-flag {
      height: 45px;
      width: 45px;
      margin: 5px;
    }
  }

  @media (min-width: 1200px) {
    .img-country-flag {
      height: 50px;
      width: 50px;
      margin: 5px;
    }
  }


/* ---------- GSAP HERO CAROUSEL ---------- */
.gsap-hero-carousel {
    width: 100%;
    height: 380px; /* Adjust as per your hero height */
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
}

.gsap-hero-base,
.gsap-slices {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.gsap-hero-base {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.gsap-slices {
    display: flex;
    z-index: 10;
}

.gsap-slice {
    flex: 1;
    background-size: cover;
    background-position: center;
    transform: translateY(100%);
}




  /* ---------- Bootstrap Modal Gallery thumbnails ---------- */
  .gallery-img {
    width: 100%;
    height: 120px; /* adjust to taste */
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  #galleryModal .btn-close {
    z-index: 1056; /* ensures always clickable above carousel */
  }
  #galleryModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.85);
  }
  #galleryModal .carousel-item img {
    max-height: 90vh;
    width: auto;
    object-fit: contain;
    margin: auto;
  }
  


/* ---------- Masonry Gallery container ---------- */
  .gallery-group {
    column-count: 3;
    column-gap: 0.75rem;
    opacity: 0;
    transition: opacity 0.6s ease;
  }

  .gallery-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  @media (min-width: 768px) {
    .gallery-group { column-count: 4; }
  }

  @media (min-width: 992px) {
    .gallery-group { column-count: 5; }
  }

  @media (min-width: 1200px) {
    .gallery-group { column-count: 6; }
  }

  /* Masonry Items */
  .gallery-thumb {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    break-inside: avoid;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 0;
  }

  .gallery-group .gallery-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }

  /* Fade-in when loaded */
  .gallery-group.visible {
    opacity: 1;
  }

  /* Gradient overlay only at bottom 20% */
  .image-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(0,0,0,0));
    z-index: 1;
    pointer-events: none; /* ensures clicks pass through */
    border-radius: inherit;
  }


  
/* ---------- Image Fluid Circle ----------  */

.bg-cf-primary-subtle {
  background: linear-gradient(160deg, rgba(255,255,255,1), rgba(255,255,255,0.5)) !important;
}

.text-cf-primary-subtle {
  color: rgba(255,255,255,0.8) !important;
}

.bg-cf-gradient-1 {
	background: linear-gradient(200deg, rgba(218,218,254,1), rgba(218,218,254,0.2)) !important;
}

.bg-cf-gradient-2 {
	background: linear-gradient(200deg, rgba(240,220,255,1), rgba(240,220,255,0.2)) !important;
}

.bg-cf-gradient-3 {
	background: linear-gradient(200deg, rgba(255,232,232,1), rgba(255,232,232,0.2)) !important;
}

.bg-cf-gradient-4 {
	background: linear-gradient(200deg, rgba(226,244,255,1), rgba(226,244,255,0.2)) !important;
}

.bg-cf-fluid-container {
  max-width: 350px;
  aspect-ratio: 7 / 8;
}

.bg-cf-fluid-circle {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 1;
}

.bg-cf-fluid-circle-gradient-1 {
  background-color: rgba(0,0,0,1);
  background-color: rgba(170,170,253,1) !important;
}

.bg-cf-fluid-circle-gradient-2 {
  background-color: rgba(0,0,0,0.7);
  background-color: rgba(217,168,255,1) !important;
}

.bg-cf-fluid-circle-gradient-3 {
  background-color: rgba(253,159,149,0.8);
}

.bg-cf-fluid-circle-gradient-4 {
  background-color: rgba(168,200,251,0.8);
}

.bg-cf-fluid-container img {
  z-index: 2;
  border-bottom-left-radius: 0; /* Will be set via JS */
  border-bottom-right-radius: 0;
}

.bg-cf-fixed-top {
  background-color: #303858;
}
