/*
 Theme Name:     joefino
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Custom Theme
 Author:         Joe Fino
 Author URI:     http://www.joefino.net
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

html, body { text-rendering: optimizeLegibility; }
body {

}
h1, h2, h3, h4, h5 ,h6 {

}
.home .et_pb_row.et_pb_row_8.et-last-child {
	margin-bottom: 0 !important;
}
@font-face {
    font-family: 'golos-text';
    src: url('golostext-variablefont_wght-webfont.woff2') format('woff2'),
         url('golostext-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.golos-text {
	font-family: golos-text, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.museo-text {
	font-family: "museo-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.museo-text span { color: #12e1fe !important; }
.hero-row .et_pb_column_0 {
  width: 52%;
}

.hero-row .et_pb_column_1 {
  width: 48%;
}
.et-social-google-plus a.icon::before {
	content: "\e09d";
}

/* Target the anchor inside the list item */
.menu-button a {
	display: inline-block;
	padding: 8px 30px !important;
	background-color: #12e1fe;
	color: #000000 !important;
	text-decoration: none;
	border-radius: 8px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Hover state */
.menu-button a:hover {
	background-color: #000000;
	color: #12e1fe !important;
}

.custom-button {
	display: inline-block;
	padding: 10px 35px;
	margin-right: 15px;
	background-color: #12e1fe; /* Adjust to match brand */
	color: #111111;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	transition: background-color 0.3s ease;
	cursor: pointer !important;
}

.custom-button:hover {
	background-color: #111111; /* Darker hover tone */
	color: #12e1fe;
}

.custom-button.alt {
	background-color: #12e1fe; /* Secondary button color */
}

.custom-button.alt:hover {
	background-color: #111111;
	color: #12e1fe;
}

@media (max-width: 768px) {
  .custom-button {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
}
/* Home Page Pricing */

/* Card container */
.pricing-card {
  display: block;
  background-color: #0e0e3e;
  border: 2px solid;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  font-family: 'Golos Text', sans-serif;
  color: white;
  position: relative;
  min-height: 297px; /* <- ADD THIS */
}

/* Tag */
.pricing-card .tag {
	position: absolute;
	top: -30px;
	left: 1.5rem;
	background: #ff7b00;
	color: black;
	font-weight: 800;
	padding: 1rem 2rem;
	border-radius: 999px;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pricing-card .tag.gradient {
  background: linear-gradient(to right, #c11dd9, #1de4d9);
}

/* Two-column layout inside card */
.pricing-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: start;
  flex-grow: 1;
}

/* Left column: price + button */
.price-block .price {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ff7b00;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.price-block .per-person {
	font-size: 0.95rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: block;
}

.price-block .buttons {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

/* Right column: description */
.description p {
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.description p strong {
	display: inline-block;
	margin-bottom: 0.4rem;
	font-weight: 800;
	color: #f28d11;
}

/* Buttons */
.btn {
	  display: inline-block;
	  background: #00d9ff;
	  color: black;
	  font-weight: 800;
	  padding: 0.6rem 1.25rem;
	  border-radius: 6px;
	  text-decoration: none;
	  font-size: 0.85rem;
	  text-align: center;
	  width: 100%;
	  max-width: 220px;
	  text-transform: uppercase;
	  letter-spacing: 0.03em;
	  font-family: 'Golos Text', sans-serif;
}

@media (max-width: 768px) {
	.pricing-inner {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 2rem;
		align-items: start;
	}
}

/* Home Page Pricing */

/* Home Logo Slider */
.logo-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}

.logo-carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 40s linear infinite;
}

.logo-carousel-track img {
  height: 50px;
  margin: 0 2rem;
  flex-shrink: 0;
  object-fit: contain;
}

/* Keyframes for infinite horizontal scroll */
@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Home Logo Slider */

#main-footer {
	display: none !important;
}

@media only screen and (min-width: 768px) {
}

@media only screen and ( min-width: 1920px ) {
}

@media only screen and ( max-width: 1440px ) {
}

@media only screen and ( max-width: 1024px ) {
}

@media only screen and ( max-width: 980px ) {
}

@media only screen and ( max-width: 767px ) {
}

@media only screen and ( min-width: 768px ) and ( max-width: 1024px ) {
}

@media only screen and ( min-width: 320px ) and ( max-width: 980px ) {
}

/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
}

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}
