
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
  

}
/* ............................navbar...................... */
.logo img{
    height: 70px;
    width: 70px;
    padding: 5px;
    margin-right: 40px;
}

.logoo{
    display: flex;
}
.nav-button {
    background-color: #3d3d3d; /* White background for the button */
    color: #fff;            /* Blue text color */
    border: 2px solid; /* Blue border for the button */
    padding: 0.5em 1em;
    font-size: 1em;
    cursor: pointer;
    border-radius: 50px ;
    transition: 0.3s, color 0.3s;
    margin-right: 90px;
  }
  
  .nav-button:hover {
    background-color: #30b5b0; /* Blue background on hover */
    color: #eeeae7;            /* White text on hover */
  }
nav{
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:white;
    /* position: relative; */
    height: 80px;

}
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: solid black 1px;
}


nav ul{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-right: 5px;

}

nav ul li{
    list-style-type: none;

}

nav ul li a{
    text-decoration: none ;
    color: rgb(0, 0, 0);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   
}

.menu-icon{
    display: none;
}

.menu-icon i{
    color: #000000;
    font-size: 30px;
}


  @media (max-width:900px) {
    nav ul{
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: white;
        gap: 0;
        overflow: hidden;
        margin-right: 0;
    }

    nav ul li{
        padding: 20px;
        padding-top: 0;
    }
    .menu-icon{
        display: block;
    }
    #menuList{
        transition: all 0.5s;
    }
    .nav-button{
        display: none;
    }
    .logo{
        margin-left: 0;

    }
}

/* .........................................slider............................ */


    

.slider{
    height: 270px;
    width: 100%;
   overflow-x: hidden;
   margin-top: 81px;
   z-index: 100;

}
.slide-track{
   display: flex;
   width: calc(600px * 21);
   animation: anim 300s linear infinite;
   overflow-x: hidden;

}
.slide{
   height: 270px;
   /* width: 600px; */
   display: flex;
   overflow-x: hidden;
}
img{
   height: 260px;
   width:370;
   border-left: 0.5px solid white;
}
@keyframes anim{
   0%{
       transform: translateX(0%);
   }
   100%{
       transform: translateX(calc(-500px * 9));
   }


}
    /* ABOUTT................welcome......................................................... */

    


  @media (max-width:1200px) {

    .image-container {

        width: 100%;
        height: 500px;

      }

  }
 

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Centered text styling */
  .image-container .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }

  .image-container .overlay-content h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  }

  /* Social icons styling */
  .image-container .overlay-content .social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
  }

  .image-container .overlay-content .social-icons a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s ease;
  }

  .image-container .overlay-content .social-icons a:hover {
    transform: scale(1.1);
  }
  @media (max-width: 768px) {
    
  .image-container .overlay-content h1 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  }

/* ABOUT US ..............our mission.............................................................. */

        /* About Us Section */
        .about-us {
            display: flex;
            /* flex-wrap: wrap; */
            justify-content: center;

            margin-bottom: 25px;
            margin-top: 25px;
            z-index: 100;
        }

        .about-image {
            flex: 1;
            max-width: 350px;
            margin-left: 30px;
            min-width: 250px;
            transition: transform 0.3s ease-in-out;
        }

        .about-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            
        }

        .about-content {
            flex: 2;
            max-width: 600px;
            min-width: 250px;
            margin: 8px;
        }

        .about-content h1 {
            font-size: 36px;
            margin-bottom: 20px;
            color: #30b5b0;
            font-family: sans-serif;
        }
        .about-content h2 {
            font-size: 28px;
            color: #3d3d3d;
        }

        .about-content p {
            font-size: 20px;
            line-height: 1.6;
            margin-bottom: 25px;
            font-family: sans-serif;

        }

        .about-content ul {
            list-style-type: none;
            padding: 0;
        }

        .about-content ul li {
            font-size: 18px;
            margin-bottom: 10px;
        }

        /* 2 */
        .about-content2 p {
            font-size: 20px;
            line-height: 1.6;
            /* margin-bottom: 25px; */
            font-family: sans-serif;
            text-align: center;
            padding: 20px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .about-content2 h1 {
            font-size: 36px;
            /* margin-bottom: 20px; */
            color: #30b5b0;
            font-family: sans-serif;
            text-align: center;
        }

        /* Responsive styling */
        @media (max-width: 1024px) {
            .about-us {
                flex-direction: column;
                align-items: center;
            }

            .about-image {
                margin-left: 0;
                margin-bottom: 20px;
                
            }


            .about-content {
                text-align: center;
            }

            .about-content h1 {
                font-size: 30px;
            }

            .about-content p {
                font-size: 20px;
                font-family: Verdana, Geneva, Tahoma, sans-serif;
            }
        }

        @media (max-width: 768px) {
            .about-content h1 {
                font-size: 27px;
            }

            .about-content p {
                font-size: 16px;
            }
            .container{
                width: 80%;
                display: block;
                margin: auto;
                padding-top: 50px;
            
            }
            .content-section{
                float: none;
                width: 100%;
                display: block;
                margin: auto;
            }

            .image-section {
                float: none;
                width: 100%;
        
            }
            .image-section img{
                width: 100%;
                height: auto;
                display: block;
                margin: auto;
        
        
            }
            .content-section .title{
                text-align: center;
                font-size: 19px;
            }
            .content-section .content .button{
                text-align: center;
        
            }
            .content-section .content .button a{
                text-align: center;
            }
        }
       
        /* .about-image:hover {
            transform: scale(1.05);
        } */


        /* prject ....................................................................... */


.project-heading h1{
  
    text-align: center;
    font-family:sans-serif ;
    justify-content: center;
    color: #3d3d3d;

    
}
.gal hr{
	text-align: center;
	width: 200px;
	margin: auto;
	/* margin-top: 8px 8px; */
    margin-bottom: 10px;
}
.gal h1{
    text-align: center;
}




.project{
    font-family: Arial, sans-serif;
    /* background-color: #f7f7f7; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background-color: white;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 2px solid #f1f1f1;
    filter: brightness(0.9);
 
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.card-description {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

.card-button {
    background-color: #30b5b0;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.card-button:hover {
    background-color: #3d3d3d;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .card {
        width: 280px;
        gap:40px;
    }
}

@media (max-width: 768px) {
    .card {
        width: 310px;
        /* width: 100%; */
        /* max-width: 400px; */
    }

    .card-container {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .card {
        width: 300px;
        /* width: 100%; */
        max-width: 350px;
    }
    
}


.headerimg {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    /* background-color: #eeeae7; */
    margin-bottom: 30px;
  }

  /* Image container styling */
  .image-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 10px;
  }




  .review-section {
      text-align: center;
      background: #fff;
      padding: 20px;
      max-width: 600px;
      margin: 20px auto;
      border-radius: 10px;
     
  }
  
  .review-section h2, h3 {
      color: #30b5b0;
  }
  
  .reviews {
      margin-bottom: 20px;
  }
  
  .review {
      background: #f9f9f9;
      padding: 10px;
      border-radius: 5px;
      margin: 10px 0;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  
  .review p {
      margin: 5px 0;
  }
  
  .review-form input,
  .review-form textarea,
  .review-form select,
  .review-form button {
      width: 100%;
      padding: 10px;
      margin: 5px 0;
      border: 1px solid #ddd;
      border-radius: 5px;
  }
  
  .review-form button {
      background: #30b5b0;
      color: #fff;
      border: none;
      cursor: pointer;
  }
  
  .review-form button:hover {
      background: #30b5b0;
  }
  



/* icon....................................................................................... */

.iconnn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.iconnn img{
height: 40px;
padding-left: 10px;

}
.iconnn img:hover{
	height: 43px;
}


/* footer.................................................................... */

.footbody{
	display: grid;
	justify-content: end;
	align-content: end ;
	min-height: 100%;
}
footer{
	position:relative;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background-color:#f5fefd;
	margin-top: 5px;
}
footer .container{
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
footer .container .sec h2{
	position: relative;
	color: #30b5b0;
	font-weight:500 ;
	margin-bottom: 15px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
footer .container .sec p{
color: #311e24;
font-family: Arial, Helvetica, sans-serif;

}
.sec.abouctus p{
padding-right: 20px;
}
.quicklinks{
	position: relative;
    border-right: solid 2px #311e24;
}
.quicklinks li{
	list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
.quicklinks li a{
	color: #311e24;
	text-decoration: none;
	margin-bottom: 10px;
	display:inline-block ;
	font-size: 16px;
}
.sec.abouctus {
	border-right: solid 2px #311e24;
}
.sec.contact {
	border-right: solid 2px #311e24;
}

.info{
	position: relative;
}
.info li{
display: grid;
margin-bottom: 16px;
}
.info li span:nth-child(1){
	color: black;
	font-size: 20px;
}
.info li span{
	color: black;
    font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.info a{
	color:black;
	text-decoration: none;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;

}

.quicklinks li a:hover{
	color: black;
}
.copyrightText{
	width: 100%;
    border-top:solid 1px black ;
	background: #f5fefd;
	padding: 8px 100px;
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.copyrightText p a{
    color:black;
	text-decoration: none;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;

}
@media ( max-width:1130px){
	footer{
		padding: 40px;
	}
	footer .container{
		grid-template-columns:repeat(2,1fr);
	}
	.copyrightText{
		width:100%;
		background:#f5fefd;
		padding: 8px 40px;
	}
.quicklinks{
	border:none ;
}	
}
@media (max-width:768px){
        footer .container{
			text-align: center;
           grid-template-columns:repeat(1,1fr) ;
		}
		.sec.abouctus {
			border: none;
		}
		.sec.contact {
            border: none;
		}
}



/* free dental tret................................................. */

.headerimg2 {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    background-color: #eeeae7;
    margin-bottom: 20px;
  }

  /* Image container styling */
  .image-container2 {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
  }




  @media (max-width:1600px) {

.image-container2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Centered text styling */
  .image-container2 .overlay-content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  }

  .image-container2 .overlay-content2 h1 {
    font-size: 38px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.3);
  }
  }
  @media (max-width:768px){

    .image-container2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .image-container2 .overlay-content2 h1 {
        font-size: 32px;
        margin-bottom: 10px;
      }
      .image-container2 {
        height: 350px;
      }
  }



                    /* ,,,,,,,,,,,,, b text/.................... */

  .btext {

    height: 130px;
    text-align: center;
    justify-content: center;
    background-color: #5bc0bc;
    padding-top: 28px;
    margin: 30px;
    border-radius: 30px;
    font-family: 'Times New Roman', Times, serif ;
}

.btext h2{
padding-bottom: 20px;
}

.btext a{
    margin-top: 110px;
    border: solid black 1px;
    text-decoration: none;
    color: black;
    font-family: sans-serif;
    padding: 9px;
}
.btext a:hover{
    border: solid white 1px;
    color: white;
}
@media (max-width:700px) {

    .btext h2{
        font-size: 20px;
        }

        .btext a{
  
            border: solid black 1px;
            text-decoration: none;
            color: black;
            font-family: sans-serif;
            padding: 8px;
        }

}

