*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    /* font-family: 'Playfair Display', serif; */
}
img{
	max-width: 100%;
	display: block;
	height: auto;
} 
body {
    margin: 0;
    /* font-family: Arial, sans-serif; */
     /* font-family: 'Playfair Display', serif; */
     font-family: "Poppins", serif;
}

.top-bar {
    background: #5e3170;
    color: #d8b0e6;
    padding: 10px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;    
    font-size: 14px;
}
.top-bar span{
    color: white;
    margin-left:8px;
}
.sticky {
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #7d4196;
    padding: 10px 20px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.logo img{
   width: 220px;
}

.nav-links {
    list-style: none;
    padding: 0;
    display: flex;
}

.nav-links li {
    margin: 0 25px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.nav-links a.active,
.nav-links a:hover {
    border: 2px solid white;
    padding: 5px 10px;
    border-radius: 20px;
}

/* Toggle Button */
.toggle-button {
    display: none;
    background: none;
    color: white;
    font-size: 24px;
    border: none;
    cursor: pointer;
}



/* carousel  */
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 650px;
    margin: auto;
    overflow: hidden;
    margin-top: 85px;
}

.carousel-slide {
    display: flex;
    transition: transform 1s ease-in-out;
}

.carousel-slide .carousel-item {
    min-width: 100%;
    position: relative; 
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* Text Overlay */
.text-overlay {
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translate(-50%, -50%);
    color:  rgb(255, 255, 255);
    text-align: center;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 15px;
    border-radius: 10px;
    width: 80%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.text-overlay h2{
    font-family: "Charm", serif;
}
.carousel-item.active .text-overlay {
    opacity: 1;
}

/* Navigation buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.prev { left: 10px; }
.next { right: 10px; }

/* Dots */
.dots {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.active-dot { background-color: #717171; }

/* carousel end */





.specialize-section {
    padding: 50px;
}

.specialize-section h2 {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    font-family: "Charm", serif;
    position: relative;
    text-align: center;
}

.subheading {
    font-size: 1.2rem;
    color: #777;
    margin-bottom: 20px;
    text-align: center;
}

.subheading span {
    font-size: 1.5rem;
    color: #a471b5;
}

/* Content Layout */
.content-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px auto;
    max-width: 1100px;
}

.left-content, .right-content {
    flex: 1;
    text-align: left;
    padding: 10px;
}

.left-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    font-family: "Charm", serif;
}

.purple-text {
    color: #7d4196;
    font-style: italic;
}

.left-content p {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.image-container img {
    max-width: 250px;
    height: auto;
    animation: floatImage 4s ease-in-out infinite;
}

/* Right Content */
.right-content ul {
    list-style: none;
}

.right-content li {
    font-size: 1rem;
    color: #555;
    margin: 8px 0;
}

/* Button Styling */
.button{
    text-align: center;
}
.buy-btn {
    background: #7d4196;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.buy-btn:hover {
    background: #622e7a;
    transform: scale(1.1);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes floatImage {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
} 




/* scrolling */

.callout {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-color: #813d9cd7; /* Fallback color */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.background {
    position: absolute;
    width: 200%;
    height: 100%;
    background: url('../images/scrolling-patnern.png'), 
                linear-gradient(135deg, #813D9C, #A45EDB);
    background-size: cover;
    animation: moveBg 20s linear infinite;
}

@keyframes moveBg {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10%); }
}

.content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.callout h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: "Charm", serif;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}


/* scrolling end */





/* Pricing Table */
.pricing-table {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
}

.pricing-plan {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    padding: 20px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.pricing-plan:hover {
    transform: scale(1.05);
    border: 2px solid purple;
    box-shadow: 0 0 15px rgba(128, 0, 128, 0.3);
}

/* Highlighted Plan */
.highlight {
    border: 2px solid purple;
    box-shadow: 0 0 15px rgba(128, 0, 128, 0.3);
}

/* Price Circle */
.price-circle {
    width: 120px;
    height: 120px;
    background: purple;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.price-circle span {
    font-size: 0.8rem;
    font-weight: normal;
}

/* List Items */
.pricing-plan ul {
    list-style: none;
    padding: 10px 0;
}

.pricing-plan ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
}

/* Button */
button {
    background: purple;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
}

button:hover {
    background: darkviolet;
}














/* Process Section */
.process-section {
    background: url('../images/img5.jpg') center/cover no-repeat;
    padding: 50px 20px;
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.process-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(107, 36, 131, 0.758);
    z-index: 0;
}

.process-section h2 {
    font-size: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    font-family: "Montez", serif;

}

.process-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.step {
    max-width: 250px;
    text-align: center;
}

.circle {
    width: 50px;
    height: 50px;
    background: white;
    color: purple;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.step h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.step p {
    font-size: 0.9rem;
    color: #f3f3f3;
}



/* Newsletter Section */
/* .newsletter {
    padding-top: 20px;
} */

.newsletter h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: white;
}

.newsletter p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: white;
    width: 500px;
}

.newsletter form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletter input[type="email"] {
    width: 80%;
    max-width: 400px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
}

.newsletter button {
    background: rgba(224, 98, 186, 0.692);
    color: purple;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter button:hover {
    background: purple;
    color: white;
}

.newsletter label {
    font-size: 0.9rem;
    margin-top: 10px;
}

.newsletter input[type="checkbox"] {
    margin-right: 5px;
}







.team-section {
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.team-member {
    width: 30%;
    text-align: center;
    background: white;
    padding-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.team-member img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.team-member:hover img {
    transform: scale(1.1);
}

.team-member h3 {
    font-size: 22px;
    margin: 25px 0;
}

.team-member p {
    font-size: 14px;
    padding: 0 15px;
    color: #7a5172;
}

.read-more {
    color: #c776b8;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

.team-member .social-icons {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);    
    display: flex;
    gap: 10px;
    background: rgba(199, 118, 194, 0.8);
    padding: 8px 15px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team-member:hover .social-icons {
    opacity: 1;
}

.team-member .social-icons a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}




/* WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d368;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    z-index: 9;
}

.whatsapp-button:hover {
    background-color: #1EBE5D;
    transform: scale(1.05);
}

.whatsapp-button img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}




 
/* footer */

.footer {
    /* background: linear-gradient(135deg, #242424, #5e2e51, #c776b4); */
    background-color: #000000;
    padding: 50px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-column {
    flex: 1;
    margin: 20px;
    min-width: 250px;
}

.footer-logo {
    font-size: 30px;
    font-weight: bold;
    color: #c776bc;
}

.footer-column h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #d57dc9;
}

.footer-column p,
.footer-column a {
    font-size: 14px;
    color: #ddd;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #e67ecc;
}



.footer-container .social-icons a {
    background: #000000;
    color: white;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    margin-right: 5px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

/* .footer-container .social-icons a:hover {
    background: #a85d95;
} */

.footer-bottom {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255, 254, 254, 0.2);
    margin-top: 30px;
}

.footer-bottom a {
    color: #c37fb9;
    text-decoration: none;
}
.footer-bottom p{
    color: white;
}
.footer-bottom a:hover {
    color: #ffffff;
}

.newsletter input {
    width: 70%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}

.newsletter button {
    background: #c776ad;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.newsletter button:hover {
    background: #a87c5d;
} 