@import url('https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap');

body {
    font-family: Arial, sans-serif;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #e1a9c5;
}

/* Header Section */
.header {
    background-image: url('https://images.pexels.com/photos/19976570/pexels-photo-19976570/free-photo-of-dentist-and-her-assistant-treating-a-male-patient.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 100px 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-slide h1 {
    margin-bottom: 20px;
}

/* Content Section */
.content-section {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 20px;
    background:linear-gradient(to bottom,#f6deea,#df8bb5);
   
}

.content-column {
    text-align: center;
    margin-bottom: 20px;
}

.Img {
    width: 200px;
    height: 200px;
    background-color: #606365;
    border-radius: 50%;
}

.content-column button {
   
    background-color:#FF69B4 ;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

/* Main Section */ 

main {
    padding: 50px;
    padding-top: 10px;
    background-color: #dbd8d8;
    display: flex;
    flex-direction: column;
    
}

.main-1, .main-2, .main-3, .main-4 {
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-top: 50px;
    
}

.main-img {
    height: 300px;
    width: 300px;
    border-radius: 10%;
}

/* .button-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.linkedin-btn, .email-btn {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.linkedin-btn {
    background-color: #0077b5;
}

.linkedin-btn:hover {
    background-color: white;
    color: #0077b5;
}

.email-btn {
    background-color: #28a745;
}

.email-btn:hover {
    background-color: #1e7e34;
} */



.button-group a {
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    background-color: transparent;
    border: 1px solid #FF69B4;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #FF69B4;
    justify-content: center;
    align-items: center;
    margin: 0.2rem;
    transition: .5s;
    text-decoration: none;
}
.button-group a:hover {
    background-color: #FF69B4;
    color: white;
}

.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    width: 100%;
}

/* Text Styling */
.namep{
    font-family: "SUSE", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    color:#cc3366;
}

.nameh5{
  font-family: "SUSE", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  color: #cc3366;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    body {
        padding-left: 50px;
        padding-right: 50px;
    }

    .main-1, .main-2, .main-3, .main-4 {
        gap: 30px;
    }

    .main-img {
        height: 250px;
        width: 250px; 
    } 
  
}

@media (max-width: 992px) {
    body {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-section {
        flex-direction: column;
        align-items: center;
    }

    .main-1, .main-2, .main-3, .main-4 {
        flex-direction: column;
        align-items: center;
    }

    .main-img {
        height: 200px;
        width: 200px;
    }
}

@media (max-width: 768px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header {
        padding: 80px 10px;
    }

    .content-section {
        padding: 20px 10px;
    }

    .main-1, .main-2, .main-3, .main-4 {
        gap: 20px;
    }

    .main-img {
        height: 150px;
        width: 150px;
    }

    main {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header {
        padding: 60px 10px;
    }

    .main-img {
        height: 120px;
        width: 120px;
    }

    .content-column {
        margin-bottom: 15px;
    }

    .linkedin-btn, .email-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    p {
        font-size: 14px;
    }

    h5 {
        font-size: large;
    }
}
.btn-details{
    border-radius: 20px; 
    background-color: #FF69B4;
    
}

footer {
    background-color: white;
    padding: 20px 0;
    border-top: 1px solid #b72222;
}

.container-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap; 
    gap: 2px;
    justify-content: space-between;
}

.footer-section {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer-section {
        width: 24%;
    }
}

.footer-brand {
    background-color: #FF69B4;
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.footer-brand .brand-icon {
    font-size: 24px;
    margin-right: 10px;
}

.footer-brand p {
    margin: 10px 0;
    line-height: 1.6;
}

.social-icons a  {
    color: white;
    margin-right: 10px;
    text-decoration: none;
} 
.social-icons a:hover {
    color: #2c2c2c;
}

.footer-heading {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-section p {
    margin: 0 0 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #4a4a4a;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #2c2c2c;
}

.newsletter {
    display: flex;
}

.newsletter input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
    flex-grow: 1;
}

.newsletter button {
    background-color: #f20ed7;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.newsletter button i {
    margin-left: 5px;
}

.footer-bottom {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;  
    color: #FF69B4;

} 
#backtotop {
height: 40vh;
width: 100%;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: flex-end;
flex-direction: column;
gap: 40px;
}
#backtotop  #end {
height: 50%;
width: 100%;
background-color: #650350;
}
#backtotop h2 {

text-transform: uppercase;
font-size: 1vw;
cursor: pointer;
} 

.navbar {
    display: flex;
    justify-content: space-between;

    align-items: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar .logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF69B4;  /* Hot pink for logo */
}

.navbar .logo img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.navbar nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar nav ul li {
    display: inline;
}

.navbar nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar nav ul li a:hover {
    color: #FF69B4;  /* Hot pink on hover */
}

.navbar nav ul li a.btn {
    padding: 10px 20px;
    background-color: #FF69B4;  /* Hot pink button */
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
}
