  /* html {
  scroll-behavior: smooth; 
}
*{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
#container1{
    display: flex;
}
#name{
    height: 600px;
    width: 500px;
}
p{
    font-family: Arial;
    font-weight: bold;
    font-size: x-large;
}
#container1 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: rgb(165, 64, 64);
    font-style: italic;
}
#container1 h1{
    font-family: 'Modak', cursive;
    font-size: 70px;
    color: rgb(165, 64, 64);
    margin: 0%;
}
.profilepic{
    height: 550px;
    width: 550px;
}
#layout{
    display: flex;
    flex-direction: column;
}

h3{
    font-size: 70px;
    color: rgb(165, 64, 64) ;
    margin: 0%;
}
h4{
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: aliceblue;

}
#container2{
    height: 680px;
    width: 1160px;
    display: flex;

}
#container2 h1{
    font-size: x-large;

}
.box{
    height: 620px;
    width: 730px;
    background-color: rgb(165, 64, 64);
    border-radius: 9px;

}
.pic{
    height: 200px;
    width: 265px;
    border-radius: 7px;
}
#container3{
    height: 680px;
    width: 1160px;
    display: flex;

}
.box li{
    font-family: Arial;
    color: aliceblue;
    font-size: 24px;
    margin: 0%;
}
.checklist {
  list-style: none; 
  padding-left: 0;  
  font-size: 25px;
  margin: 0px;
  font-family: Arial;
}

.checklist li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: rgb(165, 64, 64); 
  margin-right: 10px;
}
#container5{
    display: flex;
}
h5{
     font-family: Arial;
     color: black;
    font-size: 30px;


}
.box2{
    height: 670px;
    width: 530px;
}
.stars {
  text-align: center;
}
.stars i {
  color: gold;
  font-size: 24px;
  margin-right: 0%; 
}
.box3{
    height: 900px;
    width: 850px;
}
#container6 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    background-color: #f8f8f8;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    width: 260px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#one {
    background-color:transparent;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-top: 60px;

}
#one h2{
    font-size: 35px;
    margin-top: 20px;
}

#two, #three, #four {
    border: 2px solid rgb(165, 64, 64);
}


#two:hover,
#three:hover,
#four:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(165, 64, 64, 0.3);
}

.contact i {
    font-size: 60px;
    color: rgb(165, 64, 64);
    margin-bottom: 10px;
    margin-left: -1%;
}

.contact p {
    font-size: 18px;
    margin: 10px 0;
    color: #2d3436;
}

.contact a {
    text-decoration: none;
    color: rgb(165, 64, 64);
    font-weight: bold;
    font-size: 18px;
}
.contact-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: white;
    background-color: rgb(165, 64, 64);
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-btn:hover {
    background-color: rgb(140, 50, 50);
    transform: translateY(-3px);
}


@media (max-width: 768px) {

    * {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
    }
    
    
    #container1 {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    #name, #pfp {
        width: 100%;
        height: auto;
    }
    
    .profilepic {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: 0 auto;
    }
    
    
    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 1.2rem;
    }
    
    h3 {
        font-size: 1.8rem;
        margin: 20px 0;
    }
    
    p, li {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .box {
        width: 95%;
        height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .pic {
        width: 100%;
        height: auto;
    }
    

    .box2, .box3 {
        width: 95%;
        height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }
    
    
    #container6 {
        flex-direction: column;
        padding: 20px 10px;
    }
    
    .contact {
        width: 90%;
        margin-bottom: 20px;
    }
    
    #one h2 {
        font-size: 1.5rem;
    }
    
    
    .checklist li {
        font-size: 1rem;
        margin-bottom: 10px;
        text-align: left;
    }
    
    
    .contact-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}


@media (max-width: 480px) {
    * {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    .box, .box2, .box3 {
        width: 100%;
    }
}   */


/* ////////// */
html {
  scroll-behavior: smooth; 
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Base styles for all containers */
#container1, #container2, #container3, #container5 {
    margin-left: 15px;
    margin-right: 15px;
}

/* Hero Section Styles */
#container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
}

#name {
    width: 100%;
    padding: 20px;
    text-align: center;
}

#container1 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgb(165, 64, 64);
    font-style: italic;
    margin: 10px 0;
}

#container1 h1 {
    font-family: 'Modak', cursive;
    font-size: 2.8rem;
    color: rgb(165, 64, 64);
    margin: 10px 0;
    line-height: 1;
}

.profilepic {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

p {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 15px 0;
}

/* Programs Section */
h3 {
    font-size: 2.2rem;
    color: rgb(165, 64, 64);
    margin: 40px 0 20px;
    text-align: center;
}

.box {
    width: 100%;
    background-color: rgb(165, 64, 64);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.box:hover {
    transform: translateY(-5px);
}

.pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

h4 {
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    margin: 15px 0;
    text-align: center;
}

.box li {
    color: white;
    font-size: 1rem;
    margin: 12px 0;
}
.box ul {
    text-align: left;
    padding-left: 20px;
    margin-left: 0;
}

/* What You'll Get Section */
.checklist {
    list-style: none;
    padding-left: 20px;
    margin: 25px 15px;
}

.checklist li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.checklist li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgb(165, 64, 64);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Testimonials Section */
.box2, .box3 {
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

h5 {
    font-size: 1.3rem;
    margin: 15px 0;
    color: rgb(165, 64, 64);
    text-align: center;
}

.stars {
    text-align: center;
    margin: 15px 0;
}

.stars i {
    color: gold;
    font-size: 1.5rem;
    margin: 0 3px;
}

/* Contact Section - Enhanced Version */
#container6 {
    background: linear-gradient(135deg, rgba(255,245,245,1) 0%, rgba(255,255,255,1) 100%);
    padding: 60px 20px;
    border-radius: 20px;
    margin: 50px 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(165, 64, 64, 0.1);
    border: 1px solid rgba(165, 64, 64, 0.1);
}

#one {
    text-align: center;
    margin-bottom: 40px;
}

#one p {
    font-size: 1.2rem;
    color: rgb(165, 64, 64);
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#one h2 {
    font-size: 2rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    line-height: 1.4;
    max-width: 600px;
}

.contact {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    margin: 20px 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid rgba(165, 64, 64, 0.15);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(165, 64, 64, 0.15);
    border-color: rgba(165, 64, 64, 0.3);
}

.contact i {
    font-size: 2.8rem;
    color: rgb(165, 64, 64);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact:hover i {
    transform: scale(1.15);
    color: rgb(190, 80, 80);
}

.contact a {
    text-decoration: none;
    color: rgb(165, 64, 64);
    position: relative;
    display: inline-block;
}

.contact p:first-of-type {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: rgb(165, 64, 64);
}

.contact p:last-of-type {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Button Styles */
.contact-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.1rem;
    margin: 25px 0;
    background-color: rgb(165, 64, 64);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.contact-btn:hover {
    background-color: rgb(140, 50, 50);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(165, 64, 64, 0.3);
}

/* Animations */
@keyframes floatIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.contact {
    animation: floatIn 0.6s ease forwards;
    opacity: 0;
}

#two { animation-delay: 0.2s; }
#three { animation-delay: 0.4s; }
#four { animation-delay: 0.6s; }

/* Desktop Styles */
@media (min-width: 992px) {
    #container1 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 30px auto;
    }
    
    #name {
        width: 50%;
        padding-right: 40px;
        text-align: left;
    }
    
    #pfp {
        width: 50%;
    }
    
    .profilepic {
        height: 500px;
        width: 500px;
    }
    
    #container2, #container3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .box {
        width: 30%;
    }
    
    #container5 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .box2 {
        width: 48%;
    }
    
    .box3 {
        width: 31%;
    }
    
    #container6 {
        max-width: 1200px;
        margin: 60px auto;
        padding: 80px 40px;
    }
    
    .contact {
        width: calc(33.333% - 30px);
        margin: 15px;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .box {
        width: 48%;
    }
    
    .box3 {
        width: 48%;
    }
    
    .contact {
        width: 48%;
    }
}

/* Footer */
footer {
    text-align: center;
    padding: 30px 15px;
    font-size: 1rem;
    color: #666;
    background-color: #f9f9f9;
    margin-top: 50px;
}