   /* Global Styles */
   body {
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
   
    
}



   /* Navbar Styles */
   .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    color: black;
   
}

/* Brand Name Styling */
.navbar .brand a {
    font-family: 'Style Script', cursive;
    font-size: 2rem; /* Responsive font size */
    color: black;
    text-decoration: none;
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Navigation Links */
.navbar .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .nav-links li {
    margin-left: 1.5rem; /* Responsive spacing */
}

.navbar .nav-links li a {
    color: black;
    text-decoration: none;
    font-size: 1.125rem; /* Responsive font size */
}

.navbar .nav-links li a:hover {
    color: #ff6347;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: "";
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: 0.3s;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .navbar .nav-links {
        position: absolute;
        top: 60px;
        right: 0;
        background-color: white;
        flex-direction: column;
        width: 100%;
        display: none;
    }

    .navbar .nav-links li {
        text-align: center;
        margin: 10px 0;
    }

    .menu-toggle {
        display: flex;
    }

    .navbar.active .nav-links {
        display: flex;
    }
}

/* Additional Media Queries for Text Responsiveness */
@media (max-width: 1024px) {
    .navbar .brand a {
        font-size: 1.75rem; /* Adjust brand size */
    }

    .navbar .nav-links li a {
        font-size: 1rem; /* Adjust link size */
    }
}

@media (max-width: 600px) {
    .navbar .brand a {
        font-size: 1.5rem; /* Adjust brand size */
    }

    .navbar .nav-links li a {
        font-size: 0.875rem; /* Adjust link size */
    }
}

@media (max-width: 400px) {
    .navbar .brand a {
        font-size: 1.25rem; /* Adjust brand size */
    }

    .navbar .nav-links li a {
        font-size: 0.75rem; /* Adjust link size */
    }
}





/* Hero section  */





.hero {
    display: flex;
    
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #A7E6FF;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   
}

.hero img {
    width: 65%;
    align-items: normal;
    justify-content: left;
    border-radius: 10px;
}

.hero-text {
    text-align: center;
    margin-left: 20px;
    padding: 2%;
   
}

.hero-text h1 {
    margin: 0;
    font-size: 2.5em;
    color: black;
   
   
}

.hero-text h4 {
    margin: 10px 0;
    font-size: 1.5em;
    color: #333; /* Lighter than black */
}

.hero-text .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    color: white;
    background-color: #3ABEF9;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.hero-text .btn:hover {
    background-color: #339DC0;
}

 
  
/* Media query for mobile devices */
@media (max-width: 600px) {
    .hero {
        flex-direction: column;
        

        padding-bottom: 20px;
        
    }

    .hero img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .hero-text {
        text-align: center;
        margin-left: 0;
        padding: 10px;
    }

    .hero-text h1 {
        font-size: 1.8em;
    }

    .hero-text h4 {
        font-size: 1.2em;
    }

    .hero-text .btn {
        padding: 8px 16px;
        font-size: 0.9em;
    }
}

 


.social{
    margin-top: 30px;
}







/*  Footer-css    */
footer {

    font-family: "Roboto", sans-serif;
    text-align: center;
    padding: 20px;
}




/* Contact Page */

.contact-container {
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.contact-container p {
    font-size: 2.0em;
    color: #777;
    margin-bottom: 30px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  #A7E6FF;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em;
    transition: background-color 0.3s;
}

.icon:hover {
    background-color: #74b1e0;
}

.icon::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.mail-icon::before {
    background-image: url('https://cdn-icons-png.flaticon.com/512/281/281769.png'); /* Replace with a suitable icon */
}

.linkedin-icon::before {
    background-image: url('https://cdn-icons-png.flaticon.com/512/145/145807.png'); /* Replace with a suitable icon */
}

.instagram-icon::before {
    background-image: url('https://cdn-icons-png.flaticon.com/512/2111/2111463.png'); /* Replace with a suitable icon */
}

.twitter-icon::before {
    background-image: url('https://cdn-icons-png.flaticon.com/128/5968/5968958.png'); /* Replace with a suitable icon */
}

.skype-icon::before {
    background-image: url('https://cdn-icons-png.flaticon.com/128/2504/2504937.png'); /* Replace with a suitable icon */
}

/* image in contact */
.contact-container img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
  }
  
  .contact-container img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  }



  @media (max-width: 600px) {

    .icon{
      
       border-radius: 5%;

    }
   
  .contact-icons {
    display: flex;
    justify-content: center;
    gap: 5px;
}
  }



  /* about */

  /* Container to center content */
 /* Container to center content

 .container {
   
    margin: 20px;
    padding: 20px;  
    
} 
 */


/* Flexbox for profile layout */
.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-image {
    width: 230px;
    height: 250px;
    border-radius: 2%;
    object-fit: cover;
    margin-bottom: 20px;
}

.profile-content {
    text-align: center;
}

.profile-content h1 {
    font-size: 3em;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
   font-weight: bolder;
}

.profile-content h2 {
    font-size: 1.5em;
    color: #777;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

.profile-content h4{
    font-size: 1.4em;
    font-family: "Raleway", sans-serif;
    text-align: left;
}

.profile-content p {
    font-size: 1.2em;
    color: #333;
    line-height: 1.4;
    font-family: "Raleway", sans-serif;
    text-align: justify;
}

.profile-content li {
    text-align: left;
}

/* Media queries for responsiveness */
@media (min-width: 600px) {
    .profile {
        flex-direction: row;
        align-items: flex-start;
    }

    .profile-image {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .profile-content {
        text-align: left;
    }


}
@media (max-width: 600px) {

    .profile-content h1 {
        font-size: 1.6em;
        margin-bottom: 10px;
        font-family: "Raleway", sans-serif;
        font-weight: bolder;
    }
    
    .profile-content h2 {
        font-size: 1em;
        color: #777;
        margin-bottom: 20px;
        font-family: "Raleway", sans-serif;
    }

    .profile-content h4{
        font-size: 0.9em;
        font-family: "Raleway", sans-serif;
        text-align: left;
    }
    
    .profile-content p {
        text-align: justify;
        font-size: 0.8em;
        color: #333;
        line-height: 1.4;
        font-family: "Raleway", sans-serif;
    }

    .profile-content li {
        text-align: left;
        font-size: 0.8em;
    }

    .profile-image {
        width: 130px;
        height: 120px;
        border-radius: 2%;
        object-fit: cover;
        margin-bottom: 20px;
    }

}