/*!
Theme Name: artlux_website
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artlux_website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

artlux_website is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@font-face { 
	font-family: 'LTWave';
	src: url('fonts/lt_wave/LTWave-Regular.otf') format('opentype');
	font-weight: 400; 
	font-style: normal; 
}

@font-face { 
	font-family: 'GothamBook';
	src: url('fonts/gotham-book_freefontdownload_org/gotham-book.ttf') format('opentype');
	font-weight: 400; 
	font-style: normal; 
}
img{
	width:100%;
	height:auto;
}
section{
	padding:60px 0;
}
a{
	text-decoration:none;
	color:inherit;
}
.container{
	max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
	overflow:hidden;
}
body{
	margin:0;
	font-family: 'LTWave', sans-serif;
}
/* header */
.custom-logo {
    max-width: 100px;
	
}
.menu-toggle {
    display: none;
}
#masthead{
	display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    position: relative;
  	top: 0;
  	width: 100%;
  	z-index: 99999;
	color:#181717;
  	background: #fff;
}

.site-branding {
  width: 300px;
  display:flex;
  margin-left:-9%;
}
	.site-branding a {
  width: 220px;
}
.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
	gap:50px;
	font-size:16px;
	font-weight:400;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* banner */
.hero {
    margin: 0 30px;
    z-index: 1;
    position: relative;
}
.bannerContainer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 82vh;
    flex-direction: column;
    display: flex;
    border-radius: 6px;
    justify-content: end;
}
.slide1 {
	background-image: linear-gradient(0deg, #000000 -18.45%, rgba(0, 0, 0, 0) 96.79%), url(https://anagha.websiteview.in/wp-content/uploads/2025/05/5f0db19eb9fefbef27c1c4f1dcf422cec2fdfc3d-1-scaled.jpg);
}

.slide2 {
  background-image: linear-gradient(0deg, #000000 -18.45%, rgba(0, 0, 0, 0) 96.79%), url(https://anagha.websiteview.in/wp-content/uploads/2025/05/5f0db19eb9fefbef27c1c4f1dcf422cec2fdfc3d-1-scaled.jpg);
}
.slide3 {
  background-image: linear-gradient(0deg, #000000 -18.45%, rgba(0, 0, 0, 0) 96.79%), url(https://anagha.websiteview.in/wp-content/uploads/2025/05/5f0db19eb9fefbef27c1c4f1dcf422cec2fdfc3d-1-scaled.jpg);
}
.hero-title {
    color: #fff;
    font-size: 60px;
    line-height: 52px;
    font-weight: 500;
}
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 65px;
}
.hero-subtitle {
    font-size: 16px;
    color: #fff;
    font-family: GothamBook;
    line-height: 24px;
    margin-top: 20px;
    line-height: 24px;
}
.btn {
    background: none;
    padding: 16px 38px;
    color: #fff;
	border:none;
    font-size: 16px;
	font-family: 'LTWave';
	cursor:pointer;
}
.heroSwiper .swiper-pagination {
  bottom: 20px;
  text-align: center;
}

.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.heroSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.hero-buttons {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding-left: 36px;
}
.users-image {
    width: 10%;
}
.hero-description {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 32px;
    align-items: center;
    gap: 40%;
}
.btn-light {
    backdrop-filter: blur(30px);
    background: linear-gradient(90.92deg, rgba(255, 255, 255, 0.1) -0.12%, rgba(255, 255, 255, 0.1) 32.65%, rgba(255, 255, 255, 0.1) 68.76%, rgba(255, 255, 255, 0.1) 106.53%);
	border-radius: 6px;
}
.btn-dark{
	border: 1px solid #fff;
	border-radius:6px;
}
.users-count {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.users-label {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
}
.users-image {
    width: 40%;
}
.users-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 290px;
    border: 1px solid #035338;
    margin-top: 29px;
    gap: 42px;
    backdrop-filter: blur(12.244897842407227px);
    background: #03533840;
    border-radius: 60px;
    padding: 8px 12px;
    margin-right: 6%;
}
.features {
  display: flex;
  justify-content: space-between;
  background:#035338;
  color: white;
  padding: 110px 20px 38px 20px;
  flex-wrap: wrap;
	position:relative;
	z-index:0;
	margin-top:-80px;
}

.feature-item {
    text-align: center;
    margin: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.feature-border {
    border: 1px solid #0D694A;
}

.feature-icon {
    width: 48px;
}

.feature-text {
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    line-height: 23px;
}

/* aboutus */
.section-about-us {
  background-color: #fff;
  padding: 60px 20px;
}

.about-us-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 100px;
}

.about-us-text {
    flex: 1 1 40%;
    top: 40px;
    position: relative;
}
.image-background-shape {
    position: absolute;
    top: -30px;
    left: -31px;
    width: 150px;
    height: 100px;
    background-color: #FCF1E4;
    border-radius: 8px;
    z-index: 0;
}
.section-title-label {
  text-transform: uppercase;
  color: #035338;
  font-size: 14px;
  font-weight: 500;
  font-family:gothamBook;
  margin-bottom: 18px;
}

.section-title {
  font-size: 42px;
  font-weight: 500;
  color: #181717;
  margin-bottom: 20px;
  line-height: 52px;
}

.about-us-description p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
	font-weight:500;
  color: #ABABAB;
  font-family: gothamBook;
}

.about-us-image {
    flex: 4 50%;
    position: relative;
    top: 32px;
}
.about-us-description {
    width: 77%;
}
.about-us-image-wrapper img {
  width: 100%;
  display: block;
  height: auto;
	position:relative;
	z-index:2;
}
/* services */
.services-section {
  padding: 60px 0;
  background: #FFFBFA;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-header {
  color: #0d6b4c;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
.services-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.services-image-wrapper {
    flex: 1 1 45%;
    margin-top: 175px;
}
.services-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.services-tabs {
  flex: 1 1 50%;
}

.tabs-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.4;
}
.tab-item {
    margin-bottom: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid #EAEAEA;
}
.tab-item.active {
    background: #035338;
    color: #fff;
    border-radius: 6px;
    padding: 15px 28px;
}
.last-item{
	border:none;
}
.tab-toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-label {
    font-size: 28px;
    font-weight: 300 !important;
    line-height: 36px;
}
.tab-item.active .tab-label { 
	font-weight: 500 !important;
}

.tab-icon {
  width: 22px;
}
.tab-item.active .tab-icon img {
  width: 42px; 
}
.tab-icon.arrow {
  background: #fff;
  color: #004d29;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.tab-icon.dot {
  font-size: 18px;
  color: #333;
}

.tab-content {
  display: none;
  padding: 20px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.tab-item.active .tab-content {
    display: block;
    color: #fff;
    margin-left: 20px;
    padding: 24px 0px;
    width: 444px;
    border-top: 1px solid #D6D2D2;
}
.tab-icon .icon-up {
  display: none;
}
.tab-item.active .tab-icon .icon-down {
  display: none;
}
.tab-item.active .tab-icon .icon-up {
  display: inline;
}
.services-title{
	text-align:right;
}
.switch-gallery {
  display: flex;
  gap: 20px;
  padding-top: 20px;

}
.swich-img {
    height: 330px;
    object-fit: cover;
    display: block;
}
.feature-section {
  display: flex;
  gap: 15px;
  justify-items: center;
}
.why-us-label{
	text-align:center;
}
.why-us-title {
    text-align: center;
    margin: 25px;
}
.feature-box {
    background-color: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    width: 256px;
    padding: 30px 20px;
}

.feature-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  background-color: #0b5d3f;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-title {
    font-size: 18px;
    font-weight: 500;
    color: #181717;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 28px;
	font-family: GothamBook;
}
.feature-underline {
    width: 30px;
    height: 2px;
    background-color: #181717;
}

.quote-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    gap: 30px;
    background-image: url(https://anagha.websiteview.in/wp-content/uploads/2025/05/Banner1-1-1-scaled.png);
    border-radius: 8px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.quote-text {
  flex: 1 1 300px;
  max-width: 500px;
}

.quote-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}

.quote-description {
  font-size: 16px;
  font-weight: 500;
  line-height:24px;
  margin: 32px 0; 
  font-family:GothamBook;
}

.quote-image {
  flex: 1 1 300px;
  max-width: 400px;
}

.quote-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
/* testimonial */
.testimonials-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
	position:relative;
	margin-bottom: 50px;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 18px;
	position:relative;
}
.testimonial-card {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    max-width: 380px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  flex-wrap: nowrap;
  animation: scrollInfinite 40s linear infinite;
  width: max-content;
}

.testimonial-card {
  flex: 0 0 auto;
  width: 388px;
  margin-right: 24px;
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-text {
    font-size: 16px;
    color: #ABABAB;
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 500;
	font-family: GothamBook;
	text-align: justify;
}
.testimonial-border {
    border: 1px solid #E2E2E2;
    margin-bottom: 32px;
}
.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.user-info {
  text-align: left;
  flex: 1;
  margin-left: 10px;
}
.user-name {
    font-size: 16px;
    font-weight: 500;
    color: #035338;
    line-height: 24px;
    font-family: GothamMedium;
}
.user-role {
  color: #ABABAB;
}
.user-rating {
    width: 85px;
}
.testimonial-image-background-shape {
    position: absolute;
    left: 0;
    width: 174px;
    height: 112px;
    background-color: #FCF1E4;
    border-radius: 8px;
    z-index: 0;
    bottom: 0;
    top: 76%;
}
/* footer */
.site-footer {
  background-color: #111;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10%;
    padding-bottom: 30px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.logo-section img.footer-logo {
    width: 180px;
    margin-bottom: 5px;
}
.logo-section .tagline {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.footer-category-ul {
    line-height: 24px;
}
.footer-text {
    font-size: 16px;
    line-height: 26px;
    font-family: GothamBook;
    color: #8E8E8E;
    padding: 6px 0;
}
.social-icons a {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #bbb;
}

.footer-column h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'LTWave';
    line-height: 24px;
    font-weight: 400 !important;
}
.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column ul li {
    padding: 2px 0;
}
.footer-column ul li a:hover {
  color: #fff;
}

.footer-divider {
  border: none;
  border-top: 1px solid #3F3C3C;
  margin: 30px 0 15px;
}
.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #79797A;
    line-height: 26px;
    font-weight: 500;
    font-family: GothamBook;
	padding-top: 15px;
}
.social-icons {
    display: flex;
    width: 183px;
    gap: 28px;
    margin-top: 20px;
    margin-left: 10px;
}
.floating-buttons {
    position: fixed;
    bottom: 26px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.phone-icon {
    padding: 12px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0px 0px 36px 0px #0000000F;
    border: 2px solid #035338;
    background-color: #fff;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floating-buttons a img:hover {
  transform: scale(1.1);
}
