/*
Theme Name: Flamboyant
Theme URI: https://example.com
Author: Your Name
Description: Custom WordPress theme for Flamboyant Water
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
  --color-red: #d1493a;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #F6F5F2 !important;
    color: #c4180c;
}
p, ul{
	margin-bottom:0 !important;
}
/*a{
	color:var(--color-red) !important;
}*/

/*navbar*/
.navbar .navbar-toggler-icon{
	background-image: url(/wp-content/uploads/2026/01/toggle.svg);
}
.navbar a.navbar-brand {
    display: none;
}
.navbar .navbar-collapse{
	padding: 10px 20px;
}
.navbar .navbar-toggler{
	border:1px solid #c62528;
}
.navbar button:focus, .navbar button:hover{
	background-color: transparent !important; 
    border-color: 1px solid #000 !important;
}
.navbar .navbar-collapse{
	padding: 10px 20px;
/*	background:#fff; */
	margin-top:10px;
}
.navbar .nav-link a:hover{
	color:#ee5a47 !important;
}
/* Main Container */
.cntr {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
  /*  display: flex;
    justify-content: space-between;*/
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #1a1a1a;
}

.logo img {
    height: 50px;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav-link a{
    text-decoration: none;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
}

.nav-link a:hover {
    opacity: 0.7;
}

/* Hero Section */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
}

.hero-content {
    flex: 1;
}

.hero-subtitle {
    font-size: 30px;
    font-weight: 400;
    color: #4A4A47;
    margin-bottom: 4px;
}

.hero-title {
    font-size: 108px;
    font-weight: 600;
    line-height: 1.0;
    color: #1E1E1C;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-width: 470px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* Marquee Section */
.marquee {
    background-color: #1E1E1C0D;
    padding: 30px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: fit-content;
}

.marquee-content {
    display: flex;
    gap: 32px;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    font-size: 50px;
    font-weight: 600;
    color: #1E1E1C;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Quote Section */
.quote-section {
    text-align: center;
    padding:70px 0px 30px;
	background-image:url(https://flamboyantwater.com/wp-content/uploads/2026/02/flam-bg.png);
	background-size: cover;
    background-repeat: no-repeat;
}

.quote-title {
    font-size: 96px;
    font-weight: 600;
    line-height: 1.10;
    color: #1E1E1C;
    margin-bottom: 16px;
}

.quote-subtitle {
    font-size: 84px;
    font-weight: 600;
    line-height: 1.15;
    color: #1E1E1C;
    margin-bottom: 16px;
}

.quote-text {
    font-size: 41px;
    font-weight: 500;
    color: #1E1E1C;
}

/* Features Section */
.features {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding:30px 0px 50px;
}

.feature {
    text-align: center;
    padding: 50px 40px 15px 40px;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature:first-child {
    border-top: 1.5px solid #4A4A47;
}

.feature-title {
    font-size: 56px;
    font-weight: 600;
    color: #1E1E1C;
    margin-bottom: 20px;
    line-height: 1;
}

.feature-text {
    font-size: 40px;
    font-weight: 500;
    color: #1E1E1C;
    line-height: 1.2;
}

/* Choice Banner */
.choice-banner {
    position: relative;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
}

.choice-banner img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.choice-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choice-text {
    font-size: 76px;
    font-weight: 600;
    line-height: 1.3;
    color: #FFFFFF;
    text-align: center;
}

/* Markets Section */
.markets {
    text-align: center;
    padding: 50px 0px;
}

.markets-divider {
    width: 300px;
    height: 1px;
    background-color: #4A4A47;
    margin: 0 14px;
}

.markets-divider-bottom {
    width: 300px;
    height: 1px;
    background-color: #4A4A47;
    margin: 0px 14px;
    margin-top: 50px;
}

.markets-subtitle {
    font-size: 40px;
    font-weight: 400;
    color: #1E1E1C;
    margin-bottom: 10px;
    margin-top: 30px;
}

.markets-title {
    font-size: 76px;
    font-weight: 600;
    color: #1E1E1C;
    margin-bottom: 4px;
}
.contain_approxy{
	background-image:url(https://flamboyantwater.com/wp-content/uploads/2026/02/flam-bg.jpg);
	background-repeat:no-repeat;
	background-size: cover;
    height: 295px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
	position:relative;
	border-radius:15px;
}
.contain_approxy::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
/*	background: rgb(0 0 0 / 40%);*/
	inset:0;	
}
.contain_approxy p{
	    position: relative;
    color: #fff;
	font-size:35px;
	width:60%;
}
@media(max-width:769px){
	.contain_approxy p{
		font-size:20px;
		width:100%;
	}
}
@media(max-width:577px){
	.contain_approxy p{
		font-size:18px;
		width:100%;
	}
	.contain_approxy{
		height:180px;
	}
}
@media(max-width:361px){
	.contain_approxy p{
		font-size:13px;
		width:100%;
	}
}
/* Footer */
.footer {
/*     padding: 24px 0px; */
}

.footer-content {
   
    margin-bottom: 24px;
}

.footer-brand {
     display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
}

.footer-logo {
    height: 214px;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
}

.footer-brand-name {
    font-size: 50px;
    font-weight: 600;
    color: #1E1E1C;
    line-height: 1.2;
}

.footer-brand-product {
    font-size: 50px;
    font-weight: 600;
    color: #1E1E1C;
    line-height: 1.2;
}

.footer-social {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.social-link img {
    width: 45px;
    height: 45px;
}

.footer-bottom {
    border-top: 1px solid #1a1a1a;
    padding-top: 16px;
    text-align: center;
}

.copyright {
    font-size: 30px;
    font-weight: 400;
    color: #4A4A47;
}
/* prince css */
.quote-point-section {
	  text-align: center;
      padding: 30px 0px 30px;
}
  
.quote-section-flex {
	display:flex;
	justify-content:space-between;
	margin-bottom:35px;
}

.quote-list {
	    margin-left: 0px;
}
.quote-list-item {
	font-size: 42px;
    color: #1E1E1C;
    font-weight: 600;
    text-align: justify;
}

.contain_approxy {
	font-size: 32px;
    color: #1E1E1C;
    font-weight: 500;
    text-align: center;
	margin-bottom:35px;
}
.contain_flam_water {
	font-size: 35px;
    color: #1E1E1C;
    font-weight: 500;
    text-align: justify;
	background: #D9D9D9;
    padding: 35px;
}

.market_section_text {
	font-size: 25px;
    color: #1E1E1C;
    font-weight: 600;
    max-width:46%;
	width:100%;
}



.footer-social-icons {
	height:55px;
}
/* ==================== RESPONSIVE STYLES ==================== */

/* Large Laptop (1366px - 1440px) */
@media (max-width: 1400px) {
    .header {
        padding: 16px 0;
    }

    .logo img {
        height: 40px;
    }

    .nav-link {
        font-size: 16px;
    }

    .hero {
        padding: 40px 0;
    }

    .hero-subtitle {
        font-size: 24px;
    }

  /*  .hero-title {
        font-size: 80px;
    }*/

    .hero-image img {
        max-width: 380px;
    }

    .marquee {
        padding: 24px 0;
    }

    .marquee-content span {
        font-size: 40px;
    }

    .quote-section {
        padding: 50px 0px 25px;
    }

  /*  .quote-title {
        font-size: 72px;
    }*/

    .quote-subtitle {
        font-size: 76px;
	}

    .quote-text {
        font-size: 32px;
    }

    .features {
        gap: 40px;
        padding: 25px 0px 40px;
    }

    .feature {
        padding: 40px 30px 12px 30px;
    }

    .feature-title {
        font-size: 44px;
        margin-bottom: 16px;
    }

    .feature-text {
        font-size: 32px;
    }

/*    .choice-banner {
        margin: 0 50px;
    }*/

    .choice-banner img {
        height: 380px;
    }

    .choice-text {
        font-size: 60px;
    }

/*     .markets {
        padding: 40px 50px;
    } */

    .markets-divider,
    .markets-divider-bottom {
        width: 250px;
    }

    .markets-subtitle {
        font-size: 32px;
        margin-top: 24px;
    }

    .markets-title {
        font-size: 60px;
    }

    .markets-divider-bottom {
        margin-top: 40px;
    }

/*     .footer {
        padding: 20px 50px;
    } */

    .footer-logo {
        height: 160px;
    }

    .footer-brand-name,
    .footer-brand-product {
        font-size: 40px;
    }

    .social-link img {
        width: 38px;
        height: 38px;
    }

    .copyright {
        font-size: 24px;
    }
	
	

	.quote-list-item {
		font-size: 36px;
	}
	
	.contain_approxy {
	  font-size: 25px;
	}
	
	.contain_flam_water {
		font-size: 28px;
	}
}

/* Small Laptop (1200px - 1365px) */
@media (max-width: 1200px) {
	.logo-footer-icon {
		width:400px;
	}
	.market_section_text {
		max-width:60%;
		width:100%;
	}
    .header {
        padding: 14px 0;
    }

    .logo img {
        height: 36px;
    }

    .nav {
        gap: 24px;
    }

    .nav-link {
        font-size: 15px;
    }

    .hero {
        padding: 35px 0;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-title {
        font-size: 64px;
    }

    .hero-image img {
        max-width: 320px;
    }

    .marquee {
        padding: 20px 0;
    }

    .marquee-content span {
        font-size: 34px;
    }

    .quote-section {
        padding: 45px 30px 20px;
    }

    .quote-title {
        font-size: 56px;
    }

    .quote-subtitle {
        font-size: 44px;
    }

    .quote-text {
        font-size: 26px;
    }

    .features {
        gap: 30px;
        padding: 20px 30px 35px;
    }

    .feature {
        padding: 32px 24px 10px 24px;
    }

    .feature-title {
        font-size: 36px;
        margin-bottom: 14px;
    }

    .feature-text {
        font-size: 26px;
    }

    .choice-banner {
        margin: 0 40px;
    }

    .choice-banner img {
        height: 320px;
    }

    .choice-text {
        font-size: 48px;
    }

    .markets {
        padding: 35px 40px;
    }

    .markets-divider,
    .markets-divider-bottom {
        width: 200px;
    }

    .markets-subtitle {
        font-size: 26px;
        margin-top: 20px;
    }

    .markets-title {
        font-size: 48px;
    }

    .markets-divider-bottom {
        margin-top: 35px;
    }

    .footer {
        padding: 18px 40px;
    }

    .footer-logo {
        height: 130px;
    }

    .footer-brand-name,
    .footer-brand-product {
        font-size: 32px;
    }

    .social-link img {
        width: 34px;
        height: 34px;
    }

    .copyright {
        font-size: 20px;
    }
	
	.contain_approxy {
	  font-size: 22px;
	}
	
	.contain_flam_water {
		font-size: 24px;
	}
	.quote-list-item {
		font-size: 30px;
	}
}

/* Tablet Landscape (992px - 1199px) */
@media (max-width: 992px) {
	
.logo-footer-icon {
		width:300px;
	}
	.market_section_text {
		max-width:50%;
		width:100%;
	}
    .main-container {
        padding: 0 30px;
    }

    .header {
        padding: 12px 0;
    }

    .logo img {
        height: 32px;
    }

    .nav {
        gap: 20px;
    }

    .nav-link {
        font-size: 14px;
    }

    .hero {
        padding: 30px 0;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-image img {
        max-width: 280px;
    }

    .marquee {
        padding: 18px 0;
    }

    .marquee-content span {
        font-size: 28px;
    }

    .quote-section {
        padding: 40px 24px 18px;
    }

    .quote-title {
        font-size: 44px;
    }

    .quote-subtitle {
        font-size: 36px;
    }

    .quote-text {
        font-size: 22px;
    }

    .features {
        gap: 24px;
        padding: 18px 24px 30px;
    }

    .feature {
        padding: 28px 20px 10px 20px;
    }

    .feature-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .feature-text {
        font-size: 20px;
    }

    .choice-banner {
        margin: 0 30px;
    }

    .choice-banner img {
        height: 280px;
    }

    .choice-text {
        font-size: 40px;
    }

    .markets {
        padding: 30px;
    }

    .markets-divider,
    .markets-divider-bottom {
        width: 180px;
    }

    .markets-subtitle {
        font-size: 22px;
        margin-top: 18px;
    }

    .markets-title {
        font-size: 40px;
    }

    .markets-divider-bottom {
        margin-top: 30px;
    }

    .footer {
        padding: 16px 30px;
    }

    .footer-logo {
        height: 100px;
    }

    .footer-brand-name,
    .footer-brand-product {
        font-size: 26px;
    }

    .social-link img {
        width: 30px;
        height: 30px;
    }

    .copyright {
        font-size: 16px;
    }
	
	.quote-list-item {
		font-size: 20px;
	}
	
	.contain_approxy {
	  font-size: 17px;
	}
	
	.contain_flam_water {
		font-size: 18px;
	}
	
	.footer-social-icons {
		height:50px;
	}
	
	.market_section_text {
		text-align: start;
	}
	
	
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 768px) {
	
    .main-container {
        padding: 0 20px;
    }

    .header {
        padding: 12px 0;
    }

    .logo img {
        height: 28px;
    }

    .nav {
        gap: 16px;
    }

    .nav-link {
        font-size: 13px;
    }

    .hero {
        flex-direction: column;
        padding: 28px 0;
        gap: 24px;
        text-align: center;
    }

    .hero-content {
        order: 1;
    }

    .hero-image {
        order: 0;
        justify-content: center;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-image img {
        max-width: 260px;
    }

    .marquee {
        padding: 16px 0;
    }

    .marquee-content span {
        font-size: 24px;
    }

    .quote-section {
        padding: 35px 16px 16px;
    }

    .quote-title {
        font-size: 36px;
    }

    .quote-subtitle {
        font-size: 28px;
    }

    .quote-text {
        font-size: 18px;
    }

    .features {
        flex-direction: column;
        gap: 0;
        padding: 16px 16px 28px;
    }

    .feature {
        padding: 24px 16px;
        border-top: 1.5px solid #4A4A47;
    }

    .feature:first-child {
        border-top: 1.5px solid #4A4A47;
    }

    .feature-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .feature-text {
        font-size: 18px;
    }

    .choice-banner {
        margin: 0 16px;
    }

    .choice-banner img {
        height: 220px;
    }

    .choice-text {
        font-size: 30px;
        padding: 0 16px;
    }

    .markets {
        padding: 28px 16px;
    }

    .markets-divider,
    .markets-divider-bottom {
        width: 140px;
    }

    .markets-subtitle {
        font-size: 18px;
        margin-top: 16px;
    }

    .markets-title {
        font-size: 32px;
    }

    .markets-divider-bottom {
        margin-top: 24px;
    }

    .footer {
        padding: 16px;
    }

    .footer-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .footer-brand {
        flex-direction: column;
		
        gap: 8px;
    }

    .footer-logo {
        height: 80px;
    }

    .footer-brand-name,
    .footer-brand-product {
        font-size: 22px;
    }

    .footer-social {
        gap: 16px;
    }

    .social-link img {
        width: 28px;
        height: 28px;
    }

    .copyright {
        font-size: 14px;
    }
	
	.quote-list-item {
		font-size: 18px;
	}
	.logo-footer-icon {
		width:320px;
	}
	.footer-brand {
		flex-direction:column;
		margin-bottom:60px;
		
	}
	.market_section_text {
		max-width:100%;
		width:100%;
		margin-bottom:20px;
		        text-align: start;
		font-size:20px;
	}
}

/* Mobile Large (576px - 767px) */
@media (max-width: 576px) {
    .main-container {
        padding: 0 16px;
    }

    .header {
        padding: 10px 0;
    }

    .logo img {
        height: 24px;
    }

    .nav {
        gap: 14px;
    }

    .nav-link {
        font-size: 12px;
    }

    .hero {
        padding: 24px 0;
        gap: 20px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-image img {
        max-width: 240px;
    }

    .marquee {
        padding: 14px 0;
    }

    .marquee-content span {
        font-size: 20px;
    }

    .quote-section {
        padding: 28px 14px 14px;
    }

    .quote-title {
        font-size: 30px;
    }

    .quote-subtitle {
        font-size: 24px;
    }

    .quote-text {
        font-size: 16px;
    }

    .features {
        padding: 14px 14px 24px;
    }

    .feature {
        padding: 20px 14px;
    }

    .feature-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .feature-text {
        font-size: 16px;
    }

    .choice-banner {
        margin: 0 14px;
        border-radius: 8px;
    }

    .choice-banner img {
        height: 180px;
    }

    .choice-text {
        font-size: 24px;
        padding: 0 14px;
    }

    .markets {
        padding: 24px 14px;
    }

    .markets-divider,
    .markets-divider-bottom {
        width: 110px;
    }

    .markets-subtitle {
        font-size: 16px;
        margin-top: 14px;
    }

    .markets-title {
        font-size: 28px;
    }

    .markets-divider-bottom {
        margin-top: 20px;
    }

    .footer {
        padding: 14px;
    }

    .footer-content {
        gap: 20px;
        margin-bottom: 16px;
    }

    .footer-logo {
        height: 70px;
    }

    .footer-brand-name,
    .footer-brand-product {
        font-size: 20px;
    }

    .social-link img {
        width: 26px;
        height: 26px;
    }

    .copyright {
        font-size: 12px;
    }
	
	.quote-list-item {
		font-size: 14px;
	}
}

/* Mobile Small (max 480px) */
@media (max-width: 480px) {
	
	.quote-section-flex {
		flex-direction:column
	}
    .main-container {
        padding: 0 12px;
    }

    .header {
        padding: 10px 0;
    }

    .logo img {
        height: 22px;
    }

    .nav {
        gap: 10px;
    }

    .nav-link {
        font-size: 11px;
    }

    .hero {
        padding: 20px 0;
        gap: 16px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-image img {
        max-width: 220px;
    }

    .marquee {
        padding: 12px 0;
    }

    .marquee-content span {
        font-size: 18px;
    }

    .quote-section {
        padding: 24px 12px 12px;
    }

    .quote-title {
        font-size: 26px;
    }

    .quote-subtitle {
        font-size: 20px;
    }

    .quote-text {
        font-size: 14px;
    }

    .features {
        padding: 12px 12px 20px;
    }

    .feature {
        padding: 18px 12px;
    }

    .feature-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .feature-text {
        font-size: 14px;
    }

    .choice-banner {
        margin: 0 12px;
    }

    .choice-banner img {
        height: 160px;
    }

    .choice-text {
        font-size: 20px;
        padding: 0 12px;
    }

    .markets {
        padding: 20px 12px;
    }

    .markets-divider,
    .markets-divider-bottom {
        width: 90px;
    }

    .markets-subtitle {
        font-size: 14px;
        margin-top: 12px;
    }

    .markets-title {
        font-size: 24px;
    }

    .markets-divider-bottom {
        margin-top: 16px;
    }

    .footer {
        padding: 12px;
    }

    .footer-content {
        gap: 16px;
        margin-bottom: 14px;
    }

    .footer-logo {
        height: 55px;
    }

    .footer-brand-name,
    .footer-brand-product {
        font-size: 16px;
    }

    .social-link img {
        width: 22px;
        height: 22px;
    }

    .footer-bottom {
        padding-top: 10px;
    }

    .copyright {
        font-size: 11px;
    }
}
.woocommerce-js h2 {
    margin-bottom: 16px !important;
}

.woocommerce button.button.alt.disabled.wc-variation-selection-needed, .woocommerce button.button, .woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button{
	background-color:var(--color-red) !important;
}
