
body{
    font-family: Arial;
    margin: 0;
      font-family: "Caudex", serif;
          background: #ffffff;


}
.caudex-bold {
  font-family: "Caudex", serif;
  font-weight: 700;
  font-style: normal;
}
.sigmar-one-regular {
  font-family: "Sigmar One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kranky-regular {
  font-family: "Kranky", serif;
  font-style: normal;
font-weight: 400;
}

section{
    padding: 40px;
    text-align: center;
}
button{
    padding: 10px ;
    background-color: blueviolet;
    color: white;
    border: none;
}
input , select , textarea{
    padding: 12px;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: 0.2s;
}
input:focus , select:focus{
    border-color: #00bcd4;
    box-shadow: 0 0 8px rgba(0, 188 , 212 , 0.3);
}
input::placeholder{
      font-family: "Caudex", serif;
}
select{
          font-family: "Caudex", serif;
}
textarea::placeholder{
          font-family: "Caudex", serif;

}
/* .services{
    display:flex;
    justify-content: center;
    gap: 20px;
} */

/* .services div{
    border: 1px solid purple;
    padding: 20px;
} */
.hero{
    position: relative;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 80px 50px;
    align-items: center;
}
.hero-text{ 
    width: 50%;
}
.hero-form{
    background: rgb(255, 255, 255) ;
    padding: 50px ;
    border-radius:10px ;
    width: 40%;
    text-align: left;
    border: 1px outset rgb(173, 173, 173);
    
}


h2{
  font-family: "Kranky", serif;
  font-size: 50px;
}
.navbar{
    display: flex ;
    justify-content: space-between ;
    align-items: center ;
    padding: 15px 40px;
    background: #ffffff;
    border-radius: 12px;
    margin: 15px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: 0.3 ease;
}
.navbar:hover{
    transform:translateY(-3px) ;
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}
.logo{
    font-size: 26px;
    font-weight: bold;
     text-decoration: none ;
    color:#333 ;
    transition: 0.3s;
    font-weight: 1000;
    font-family: "Kranky", serif;
}
.nav-links{
    list-style: none ;
    display: flex ;
    gap: 20px;
}
.nav-links li a{
    text-decoration: none ;
    color:#333 ;
    transition: 0.3s;
    font-weight: 500;
}
.nav-links li a:hover{
    color: #00bcd4;
}

#changing-text{
    color: #00bcd4;
    font-weight: bold;
}
.form-card{
    background:white ;
    padding: 30px ;
    border-radius:15px ;
    width: 40%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
transition: 0.3s ease;
position: relative;
z-index: 3;
}
.form-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
button{
    width:  100% ;
    padding: 12px;
    background: #00bcd4;
    color: white;
    border:none ;
    border-radius:8px ;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 188 , 212 , 0.3) ;
    transition: 0.3s;
}
.bg-shapes{
    position: absolute ;
    width: 100% ;
    height: 100%;
    top: 0 ;
    left: 0 ;
    z-index: 1 ;
    overflow: hidden ;
    pointer-events: none;
}
section,  .navbar {
    position: relative;
    
}
p{
    font-size: 20px;
}
.hero-text,
.hero-form {
    position: relative;
    z-index: 2;
}
.shape{
        position: absolute ;
        border-radius: 50%;
        opacity: 0.3 ;
} 
.shape1{
    width: 200px ;
    height: 200px ;
    background: #00bcd4 ;
    top: 10%;
    left: 10%;
}
.shape2 {
        width: 300px ;
    height: 300px ;
    background: #00bcd4 ;
    top: 10%;
    left: 10%;

}
 
@keyframes float {
    0%{
transform: translateY(0px);
    }50%{
transform: translateY(-30px);
    }100%{
transform: translateY(0px);
    }
}
.shape1{
    animation: float 6s ease-in-out infinite;
}
.shape2{
    animation: float 8s ease-in-out infinite;
}
/* about section css here */
.about{
    background: #faf6f6;
}
.about-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.about-left{
    width: 50%;
}
.about-stats{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin-top: 20px;
}
.stat{
    background: white ;
    padding:15px ;
    border-radius:10px ;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) ;
    transition: o.3s;

}
.stat:hover{
    transform: translateY(-5px);
}
.about-right{
    width: 50%;
    text-align: center;
}
.about-right video{
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
}
.about-right video{
    animation: float 6s ease-in-out infinite;
}
h3{
    color: #00bcd4;
    font-weight: 500;
}
.about-right img{
    width: 100%;
    max-width: 400;
    border-radius: 12px;
}
.about-right img{
    animation: float 6s ease-in-out infinite;
}
.service-row{
        display:flex ;
        align-items:center ;
        justify-content: space-between;
        gap: 50px;
        margin: 60px 0 ;
}
.service-row.reverse{
    flex-direction: row-reverse;
}
.service-image {
    width: 50%;
}
.service-image img{
    width: 100%;
    max-width: 400px;
}
.service-text{
    width: 50%;
}
.service-text h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.service-text p{
    color: #666;
    line-height: 1.6;
}
.service-image img {
    animation: float 6s ease-in-out infinite;
}
.services {
    padding: 80px 60px;
}

/* contact css */
.contact{
    background:#f5f7fa ;
    padding: 80px 20px ;
}
.contact-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    gap: 40px;
}
.contact-right img{
    width: 100%;
    max-width: 450px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.contact-left h2{
font-size: 50px;
color: #00bcd4;
margin: 15px;
}
.contact-left p{
    color: #555 ;
    line-height:1.7 ;
    margin-bottom: 15px;
}
.contact-info p{
margin: 8px 0;
color: #333;

}


/* footer code here */
.footer {
    background: #fff;
    color: #020202;
    padding: 60px 20px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    gap: 30px;
}

.footer-box {
    flex: 1;
    min-width: 220px;
}

.footer-box h2 {
    color: #00bcd4;
    margin-bottom: 10px;
}

.footer-box h3 {
    margin-bottom: 10px;
    color: #000000;
}

.footer-box p,
.footer-box a {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}

.footer-box a:hover {
    color: #00bcd4;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin: 6px 0;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 14px;
    color: #131313;
}
marquee{
    color: #fff;
    background: #00bcd4;
}
.testimonials {
    padding: 80px 20px;
    /* background: linear-gradient(135deg, #4b5d88, #1230b3); */
        /* background: linear-gradient(135deg, #96d6df, #86bbc2); */
        background: #faf6f6 ;

    color: #000000;
}

.section-title {
    text-align: center;
    font-size: 32px;
    color: #00bcd4;
    margin-bottom: 40px;
}

/* WRAPPER */
.testimonial-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* VIEWPORT */
.testimonial-viewport {
    width: 100%;
    overflow: hidden;
}

.testimonial-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.testimonial-card {
    flex: 0 0 50%;   /* 2 cards per view */
    box-sizing: border-box;
    padding: 20px;
}

/* TOP */
.top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.top img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #00bcd4;
}

/* TEXT */
.top h4 {
    margin: 0;
}

.top span {
    font-size: 13px;
    color: #000000;
}

/* STARS */
.star {
    color: #444;
}

.star.filled {
    color: gold;
}

/* MESSAGE */
.message {
    font-style: italic;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

/* BUTTONS */
.nav-btn {
    background: #fff;
    border: none;
    color: #000;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}
/* ========================================
   RESPONSIVE FIXES - ADD TO END OF YOUR CSS
======================================== */

/* MOBILE < 768px */
@media (max-width: 767px) {
    /* NAVBAR */
    .navbar {
        flex-direction: column;
        gap: 10px;
        padding: 10px 15px;
        margin: 10px 15px;
    }
    
    .nav-links {
        gap: 15px;
        font-size: 16px;
    }
    
    /* HERO */
    .hero {
        flex-direction: column !important;
        padding: 40px 20px !important;
        gap: 30px;
    }
    
    .hero-text, .form-card {
        width: 100% !important;
    }
    
    .hero-text h2 {
        font-size: 36px !important;
    }
    
    .hero-text p {
        font-size: 18px !important;
    }
    
    /* ABOUT */
    .about-container {
        flex-direction: column !important;
        gap: 30px;
    }
    
    .about-left, .about-right {
        width: 100% !important;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
    
    /* SERVICES */
    .service-row {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .service-row.reverse {
        flex-direction: column !important;
    }
    
    .service-image, .service-text {
        width: 100% !important;
    }
    
    .services {
        padding: 40px 20px !important;
    }
    
    /* TESTIMONIALS */
    .testimonial-card {
        flex: 0 0 100% !important;
        padding: 15px !important;
    }
    
    .nav-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
    }
    
    /* CONTACT */
    .contact {
        padding: 40px 20px !important;
    }
    
    .contact-container {
        flex-direction: column !important;
        gap: 30px;
    }
    
    /* FOOTER */
    .footer-container {
        flex-direction: column !important;
        gap: 20px;
    }
    
    .footer-box {
        min-width: auto !important;
        text-align: center;
    }
    
    /* GENERAL */
    section {
        padding: 30px 15px !important;
    }
    
    marquee {
        font-size: 14px;
        padding: 8px 0;
    }
    
    input, select, textarea, button {
        padding: 14px !important;
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
}

/* TABLET 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .hero-text, .form-card {
        width: 48% !important;
    }
    
    .about-container, .contact-container {
        flex-direction: row !important;
        gap: 30px;
    }
    
    .about-left, .about-right {
        width: 48% !important;
    }
    
    .service-row {
        flex-direction: row !important;
    }
    
    .service-row.reverse {
        flex-direction: row-reverse !important;
    }
    
    .service-image, .service-text {
        width: 48% !important;
    }
    
    .testimonial-card {
        flex: 0 0 50% !important;
    }
    
    .footer-container {
        flex-direction: row !important;
    }
}

/* LARGE DESKTOP > 1200px */
@media (min-width: 1200px) {
    .hero {
        padding: 100px 80px !important;
    }
    
    .services {
        padding: 80px 60px !important;
    }
}

/* FIX SHAPES ON MOBILE */
@media (max-width: 767px) {
    .shape1 {
        width: 100px !important;
        height: 100px !important;
    }
    
    .shape2 {
        width: 150px !important;
        height: 150px !important;
    }
}