@font-face {
  font-family: 'Quilon';
  src: url('../fonts/Quilon-Regular.woff2') format('truetype');
  font-weight: 400; /* normal */
  font-style: normal;
}

@font-face {
  font-family: 'Quilon';
  src: url('../fonts/Quilon-Medium.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Quilon';
  src: url('../fonts/Quilon-Bold.woff2') format('truetype');
  font-weight: 700; /* bold */
  font-style: normal;
}

.services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.page-title {
    margin: 30px;
    font-size: 2.8rem;
    color: #5a2c00;
}

.intro-text {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #444;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 70px;
    background-color: #faf1e4;
    padding: 60px;
}

.service-card {
    font-family: 'Lato';
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
}

.service-card h2 {
    font-weight: 800;
    text-align: center;
}

.service-card:hover {
    border-color: #fab118;
    box-shadow: 0 8px 15px rgba(250, 177, 24, 0.4);
    transform: translateY(-5px);
}

.image-container {
    height: 350px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hover-zoom:hover img {
    transform: scale(1.08);
}

.service-card h2 {
    font-size: 1.5rem;
    margin: 20px 10px;
    color: #222;
}

.service-list {
    list-style: none;
    padding: 0 20px 30px;
    text-align: left;
    color: #555;
}

.service-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.service-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #4CAF50;
}

.included-info {
    padding: 40px;
    border-radius: 10px;
}

.included-info h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.included-list {
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
    color: #555;
}

.included-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.included-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2196F3;
}

.event-types {
    padding: 60px 20px;
    text-align: center;
    
}

.event-types h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.event-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
}

.event-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.event-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    transition: transform 0.3s;
}

.event-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}

.event-item span {
    font-size: 0.95rem;
    color: #333;
}

.event-item:hover {
    transform: scale(1.05);
}

.event-item:hover img {
    transform: rotate(5deg);
}

.event-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.event-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
    transition: transform 0.3s;
    color: #444;
}

.event-item i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #4CAF50;
    transition: transform 0.3s, color 0.3s;
}

.event-item span {
    font-size: 0.95rem;
}

.event-item:hover {
    transform: scale(1.05);
}

.event-item:hover i {
    color: #2e7d32;
    transform: rotate(5deg);
}

.page-title {
    text-align: center;
    padding: 40px;
}
#content-wrap {
    padding-bottom: 0rem;
    margin-bottom: 0px;
}

#content-wrap h1 {
    font-size: 3rem;
    color: #5a2c00;
    
}

#content-wrap p {
    font-size: 16px;
    text-align: center;
}

ul li {
    font-size: 16px;
    font-weight: 400;
}

.included-info {
    text-align: center;
    padding: 60px 20px;
}

.included-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.included-item {
    padding: 50px;
    width: 260px;
    padding: 20px;
    width: 200px;
}

.included-item img {
    width: 80px;
    margin-bottom: 15px;
}

.included-item img:hover {
    transform: translateY(-6px) scale(1.05);
}

.health-benefits {
    padding: 40px 20px;
    background-color: #faf1e4;
    text-align: center;
}

.health-benefits h2 {
    font-size: 40px;
}

.flip-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}


.flip-card {
    background: transparent;
    width: 300px;
    height: 350px;
    perspective: 1000px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-left: 10px solid #F4C430;
    border-top-right-radius: 50px;
    background-color: #ffffff63;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-front img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}


.flip-back {
    transform: rotateY(180deg);
    background-color: #F4C430;
    color: #2E2B2B;
}

.flip-card h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato';
}

.included-item.aos-init,
.included-item.aos-animate {
  padding: 50px;  
  width: 260px;   
}


