@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family: "Poppins", sans-serif;
}

.navbar-brand img{
	width: 130px;
}
.menu-home {
    background:#000;
    padding: 10px 0px;
}
.menu-home .row{
	align-items: center;
}
.menu-home ul li a{
	font-size: 16px;
    color: #fff;
    padding: 8px 16px !important;
}
.menu-home ul li a:hover{
	color:#d6aa4c ;
}
.book-appointment a{
    font-size:16px;
    text-decoration:none;
    padding:15px 20px;
    color:#fff;
    border-radius:10px;
    background:#d6aa4c;
    border:1px solid#d6aa4c;
}
.book-appointment:hover a{
     border:1px solid#fff;
    transition:0.3s ease-in;
    background: transparent;
}
.dropdown-menu{
	padding: 0;
	background: #000 !important;
}
.carousel-caption{
    top: 30%;
    text-align: left !important;
}
.carousel-caption h1{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border-bottom:1px solid #fff;
    color: #fff;
}
.carousel-caption p{
    font-size: 18px;
    line-height: 28px;
}
.carousel-caption span{
    color: #d6aa4c;
}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.about-us{
    padding: 80px 0;
}
.about-us-content span{
   
    color: #d6aa4c;
    font-weight: 600;
}
.about-us-content span{
    color:  #d6aa4c;
}
.about-us-content h2{
    font-size: 45px;
    border-bottom: 1px dotted#000;
    color: #000;
    font-weight: 600;
}
.about-us-content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: Inter;
}
.service{
    padding: 80px 0;
    background: url(../images/service-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.service:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #0000008c;
}
.services-item {
    border-radius: 20px;
    border-bottom: 3px solid #ffffff;
    background: #F8F8F5;
    transition: 0.6s;
    padding: 50px 35px;
    background: #ffffff;
    margin-bottom: 25px;
}
.services-item .service-image {
    position: relative;
    padding-right: 7px;
}
.services-item .service-image .icon {
    position: absolute;
    right: 25px;
    top: 15px;
    transition: 0.6s;
}
.services-item .service-image .icon i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    border-radius: 50px;
    font-size: 50px;
    transition: 0.6s;
}
.services-item .service-content h3 a {
    font-size: 25px;
    margin-bottom: 15px;
    color: #002345;
    text-decoration: none;
}

.services-item .service-content .service-btn {
    display: flex;
    align-items: center;
    letter-spacing: 0.32px;
    font-weight: 500;
    color:#d6aa4c;
    text-decoration: none;
}
.services-item .service-content .service-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #ffffff;
    color: #B24445;
    font-size: 18px;
    border-radius: 50px;
    transition: 0.6s;
}
.services-item:hover .service-image .icon {
    right: 0;
    top: 0;
}

.services-item:hover .service-image .icon i {
    background-color: #d6aa4c;
    color: #ffffff;
}
.ser-head h2{
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 55px;
    z-index: 111;
    position: relative;
    text-align: center;
}
.book-appointment-home{
    padding: 80px 0;
    background: url(../images/appointment-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center -9.72px;
}
.appointment-form {
    border-radius: 15px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 24%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(15px);
    padding: 50px 40px;
    max-width: 715px;
    margin-left: auto;
    position: relative;
}
.appointment-form h3{
    color: #000;
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 30px;
}
.appointment-form form .form-group {
    margin-bottom: 25px;
}
.appointment-form form .form-group label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 10px;
    color: #000;
}
.appointment-form form .form-group .form-control {
    display: inline-block;
    border-radius: 7px;
    background-color: #F7F8F9;
    height: 55px;
    border: 1px solid #F7F8F9;
    outline: 0;
    box-shadow: unset;
    color: #000;
    transition: 0.6s;
    padding: 15px 20px;
    font-size: 15px;
}
.appointment-form form .default-btn {
    border: none;
        background: #d6aa4c;
    padding: 15px;
    border-radius: 12px;
    color: #fff;
}
.testimonial-home{
    padding: 80px 0;
}
.review-wrap-card {
    border-radius: 10px;
    background-color: #F2F1EC;
    padding: 30px;
    transition: 0.6s;
    border: 1px solid #F2F1EC;
    margin-bottom: 10px;
}
.rating {
    display: flex;
    padding: 5px;
    color: #d6aa4c;
}
.rating li{
    list-style: none;
}
.review-wrap-card .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.review-wrap-card p{
    font-size: 16px;
    line-height: 28px;
}
.testimonial-home .ser-head h2{
    color: #000;
}
.test-btn{
    margin-top: 25px;
    text-align: center;
}
.test-btn a{
    text-decoration: none;
    font-size: 18px;
    border: none;
    background: #d6aa4c;
    padding: 15px;
    border-radius: 12px;
    color: #fff;
}
.quote{
    font-size: 80px;
    color: #d6aa4c63;
}
footer{
    padding: 80px 0;
    background: #000;
}
.footer-logo img{
    width: 150px;

}
.footer-logo p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.footer-logo a{
    text-decoration: none;
    font-size: 14px;
    border: none;
    background: #d6aa4c;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
}
.footer-menu1 h3{
    font-size: 25px;
    color: #d6aa4c;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-menu1 ul li{
    list-style: none;
    color: #fff;
        padding-bottom: 10px;
    margin: 0;
    line-height: 24px;

}
.footer-menu1 ul{
    padding: 0 !important;
}
.footer-menu1 a{
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
.footer-menu1 i{
    font-size: 14px;
    padding-right: 5px;
}
.social ul{ 
    display: flex;
}
.social i{
    padding-right: 15px;
    font-size: 35px;
}

.beard-crumb{
    background: url(../images/bread-crumb.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.bread-main-text{
    text-align: center;
}
.bread-main-text h1{
    font-size: 40px;
    color: #fff;
}
.bread-main-text ul {
    display:flex;
    margin: 0;
    padding: 0;
    justify-content:center;
}
.bread-main-text ul  li{
    list-style:none;
    color:#d6aa4c;
    padding-left:5px;
}
.bread-main-text i{
    font-size:14px;
    color:#fff;
    
}
.bread-main-text ul  li a{
    font-size:15px;
    color:#fff;
    padding-right:5px;
    list-style:none;
    text-decoration:none;
}
.mdt {
    padding: 50px;
    background: #fff6e3;
    border-radius: 12px;
    margin-top: 200px;
}

.doc-img {
    text-align: center;
    margin: auto;
    border-radius: 50%;
    margin-top: -195px;
}

.doc-img img {
    width: 250px;
    height: 250px;
    border-radius:50%;
    border: 5px solid #d6aa4c;
}
.mdt h2{
    font-size: 30px;
    text-align: center;
    color: #444;
    margin: 10px 0;
}
.mdt h3{
    font-size: 20px;
    color: #444;
    margin: 10px 0;
}
.mdt ul li{
    font-family:Inter;
    font-size:16px;
}
.mdt p{
    font-size: 16px;
    font-family: Inter;
    text-align: justify;
}
.contact-us{
    padding: 50px 0;
}
.con-box {
    background: #fff2d6;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 8px;
}
.con-box h3{
    color: #3e3e3e;
    font-size: 20px;
}
.con-box i{
    color: #d6aa4c;
    font-size: 25px;
    margin-bottom: 15px;
}
.con-box a{
    font-size: 16px;
    color: #444;
    text-decoration: none;
    font-weight: 500;
}
.form-contact .contact-formtext input{
    font-size: 14px;
    width: 100%;
    height: 45px;
    border: 1px solid#ddd;
    margin-bottom: 15px;
    padding: 15px;
    color: #444;
    border-radius:5px;
    outline: none;
}

.contact-formtextarea textarea{
    width: 100%;
    height: 150px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid#ddd;
    outline: none;
}
.contact-formtextbtn input{
    background: #d6aa4c;
    padding: 11px 22px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 8px;
}
.contact-formtextbtn{
    margin-top: 15px;
}
.testi-main{
    padding: 50px 0;
}
.testi-box {
    width: 80%;
    margin: 0px auto 35px auto;
    background: #fff3d9;
    padding: 40px;
    border-radius: 16px;
    position: relative;
}
.testi-box:before{
    position: absolute;
    content: url(../images/quotes.png);
    right: 0;
    top: -26px;
    right: 30px;
}
.testi-box h3{
    font-size: 20px;
    color: #d6aa4c;
}
.testi-box ul{
    display: flex;
    margin: 0;
    padding: 0;

}
.testi-box ul li{
    padding-right: 5px;
    list-style: none;
}
.testi-box ul li i{
    color:#d6aa4c ;
}
.text-box-btn{
    text-align: center;
}
.text-box-btn a {
    font-size: 16px;
    text-decoration: none;
    padding: 15px 25px;
    color: #fff;
    border-radius: 10px;
    background: #d6aa4c;
    border: 1px solid #d6aa4c;
}
/* Basic Reset */


/* Gallery Layout */


.gallerymain{
    padding: 50px 0;
}
.service-main{
    padding: 50px 0;
}
.sidebar ul li {
    list-style:none;
    padding:10px;
    background:#d6aa4c;
    border-bottom:1px solid#444;
    
}
.sidebar a{
    font-size:15px;
    color:#000;
    display: block;
    text-decoration:none;
    font-family:Inter;
}
.service-text img{
    border-radius: 8px;
}
.service-text h2 {
    font-size:25px;
    margin:15px 0 0 0;
    color:#d6aa4c;
}
.service-text p{
    font-size:15px;
    color:#000;
    padding-top: 10px;
    display: block;
    text-decoration:none;
    font-family:Inter;
}
.service-text ul{
    padding-left: 15px;
}
.service-text ul li{
    font-size: 15px;
    font-family: Inter;
}


.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
}

.tab-btn {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  background-color: #d6aa4c;
  color: white;
  border-radius: 8px;
}

.tab-btn.active {
  background-color: #a67305;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Four images per row */
  gap: 10px;
}

.gallery img {
    width: 100%;
    height: 320px;
    cursor: pointer;
    border-radius: 8px;
}

/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background: transparent;
  border: none;
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr; /* One image per row on mobile devices */
  }
}
