
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #f8f8f8;
    }
.photo {
     border-radius: 50%;
	 border:1px;
	
}
    nav {
      background-color: white;
      border-bottom: 1px solid #ddd;
      padding: 15px 40px;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .nav-container {
      max-width: 1300px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 20px;
      font-weight: bold;
      color: #222;
    }

    .logo img {
      height: 40px;
      width: auto;
      border-radius: 50%;
	    border:1px;
    }

    .nav-links {
      display: flex;
      gap: 25px;
      align-items: center;
    }

    .nav-links a,
    .dropbtn1 {
      text-decoration: none;
      color: #222;
      font-size: 16px;
      font-weight: 500;
      transition: color 0.3s;
      background: none;
      border: none;
      cursor: pointer;
      padding: 5px 0;
    }

    .nav-links a:hover,
    .dropbtn1:hover {
      color: #007bff;
    }

    .dropdown1 {
      position: relative;
    }

    /* Down arrow using CSS */
    .dropbtn1::after {
      content: " ▼";
      font-size: 12px;
    }

    .dropdown-content1 {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .dropdown-content1 a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

    .dropdown-content1 a:hover {
      background-color: #f1f1f1;
    }

    .dropdown1:hover .dropdown-content1 {
      display: block;
    }

.socialline {
    background-color:white;
	padding:10 0 10 0px;
	color:solid black;
	font-size:10px;
	margin-top:10px;
	text-decoration: none;
	margin:0;
	  border-bottom: 1px solid #ddd;
}


.social {
    float:right;
	margin-right:7px;
	
}  

.socialcall {
    margin-left:160px;
}
.socialmail{
    margin-left:20px;
} 

.social1 {
    margin-right:160px;
	 float:right;
}
.acol {
    text-decoration: none;
	color:#c9c9c9;
}
.socialgap {
    padding:8px;
}
.container1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.center {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:50px;
  color:white;
}
.center2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:19px;
  color:white;
}
.vid { 
 width: 100%;
  height: 100%;
  object-fit: cover;
 
}

.cta-button {
   font-size: 19px;
   position: absolute;
   top: 64%;
   left: 58%;
   transform: translate(-50%, -50%);
   border: 1px solid #4CAF50;
   padding: 1.1vw 3.2vw;
   border-radius: 50px;
   text-decoration: none;
   color:white;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   font-family:Sans-serif;
   transition: background 1s;
}
.cta-button:hover {
   	background-color:#4CAF50;
}


.cta-button2 {
   font-size: 19px;
   position: absolute;
   top: 64%;
   left: 43%;
   transform: translate(-50%, -50%);
   border: 1px solid #4f66e8;
   padding: 1.1vw 3.2vw;
   border-radius: 50px;
   text-decoration: none;
   color:white;
   box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
   font-family:Sans-serif;
   transition: background 1s;
}
.cta-button2:hover {
   	background-color:#4f66e8;
}
.core-values {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background-color: #f8f8f8;
  color: white;
  padding: 60px 40px;
  flex-wrap: wrap;
}

.value-box {
  flex: 1;
  min-width: 280px;
  border-right: 1px solid #444;
  padding: 0 20px;
}

.value-box:last-child {
  border-right: none;
}

.value-icon {
  height: 50px;
  margin-bottom: 20px;
}

.value-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #d2a068;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
}

.value-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
}

.more-section {
  padding: 100px 20px; 
  padding-bottom: 200px;
  background: #f8f8f8; 
  text-align: left;
  float: left;
  max-width: 50%;
}
.morh1 {
  font-size:45px;
  padding-left: 200px;
  font-family: Century Gothic;
   font-weight: 700;
   letter-spacing: 1px;
   color: #1D1E20;
}
.more-section p {
  max-width: 700px;
  padding-left: 200px;
  padding-top: 30px;
  font-family: Century Gothic;
   font-weight: 700;
   letter-spacing: 1px;
   color: #53545b;
}
.drtywall {
  background-color: #f8f8f8;
}
.drypic {
  height:400px;
  margin: 55px;

  border-radius: 20px;
 
}
.Services{
  padding: 100px 20px;
  font-family: Century Gothic;
  background-color: #f8f8f8;
  max-width: 700px;
}
.Services h1 {
  font-size: 40px ;
  padding-bottom: 10px;
}
  .gallery-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .gallery {
      overflow: hidden;
      width: 100%;
      max-width: 550px;
      background-color: rgb(250, 229, 206);
      transition: 0.3s;
    }

    

    .gallery img {
      width: 100%;
      height: auto;
      display: block;
    }

    .desc {
      padding: 40px;
      padding-bottom:45px ;
      padding-right:100px ;
      text-align: left;
      font-size: 16px;
      font-family: Calibri;
    }
    


.section-wrapper,
.section-wrapper2 {
  position: relative;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.overlay-bg {
  background: url('pexels-meike-664865296-32740282.jpg') center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
}

.section-wrapper h2,
.section-wrapper2 h2 {
  position: relative;
  font-size: 32px;
  margin-bottom: 40px;
  z-index: 1;
  letter-spacing: 2px;
}

.section-wrapper h2 {
  color: #636262;
}

.section-wrapper2 h2 {
  color: #eaa555;
}

.grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 by 2 layout */
  gap: 20px;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.card, .card2 {
  position: relative;
  overflow: hidden;
  border: 2px solid #555;
  border-radius: 8px;
  transition: transform 0.3s;
  height: 250px;
  background: #000;
}

.card img,
.card2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

.card:hover img,
.card2:hover img {
  filter: grayscale(0%);
}

.card-text,
.card-text2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  padding: 12px;
  text-align: left;
}

.card-text h3,
.card-text2 h3 {
  font-size: 16px;
  color: #eaa555;
  margin-bottom: 5px;
}

.card-text p,
.card-text2 p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.3;
}

    /* Responsive */
    @media (max-width: 768px) {
      .grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 768px) {
      .grid {
        grid-template-columns: 1fr;
      }
    }


    /* Mobile menu */
   .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

   .hamburger div {
      width: 25px;
      height: 3px;
      background-color: #333;
      margin: 4px 0;
    }

    .mobile-menu {
      display: none;
      flex-direction: column;
      padding: 10px 40px;
      font-size: 16px;
    }

    .mobile-menu a,
    .mobile-menu .dropbtn1 {
      padding: 10px 0;
      border-top: 1px solid #eee;
      text-decoration: none;
      color: #000;
      background: none;
      border: none;
      text-align: left;
    }

    .mobile-menu .dropdown-content1 {
      position: static;
      box-shadow: none;
      background-color: transparent;
      padding-left: 10px;
    }

    .mobile-menu .dropdown-content1 a {
      padding: 8px 0;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
      .nav-links {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .mobile-menu.active {
        display: flex;
      }
	    
      .core-values {
    flex-direction: column;
    padding: 40px 20px;
  }

  .value-box {
    border-right: none;
    border-bottom: 1px solid #444;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .value-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

    }
@media (max-width: 1072px){
   .center {
  top: 39%;
  left: 50%;
  font-size:21px;
  color:white;
}
.center2 {
  top: 57%;
  left: 50%;
  font-size: 19px;
  color:white;
}
.cta-button {
   font-size: 21px;
   top: 72%;
   left: 60%;
   padding:10px 22px;
}
.cta-button2 {
   font-size: 19px;
   top: 72%;
   left: 40%;
   padding:10px 22px;
}

}

@media (max-width: 780px){
 .logo {
      font-size: 14px;
     
    }
.socialline {
    padding:10 0 10 0px;
	font-size:7px;
	margin-top:0px;
	text-decoration: none;
}


.social {
    float:right;
	margin-right:7px;
	
}  

.socialcall {
    margin-left:19px;
}
.social1 {
    margin-right:2px;
	
}
.center {
  top: 24%;
  left: 50%;
  font-size:33px;
  color:white;
}
.center2 {
  top: 42%;
  left: 50%;
  font-size: 20px;
  color:white;
}
.cta-button {
   font-size: 19px;
   top: 55%;
   left: 68%;
   padding:10px 22px;
}
.cta-button2 {
   font-size: 19px;
   top: 55%;
   left: 33%;
   padding:10px 22px;
}

.more-section {
  padding-top: 40px; 
  padding-bottom: 80px;
  background: #f8f8f8; 
  text-align: left;
  float: left;
  max-width: 100%;
}
.morh1 {
  font-size:45px;
  padding-left: 20px;
}
.more-section p {
  max-width: 700px;
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 30px;
  font-family: Century Gothic;
   font-weight: 700;
   letter-spacing: 1px;
   color: #323337;
}
.drtywall {
  background-color: #f8f8f8;
}
.drypic {
  height:250px;
  margin: 20px;
  margin-left:2px;
  border-radius: 20px;
  float: center;
 
}
.gallery {
        max-width: 100%;
      }
 .gallery {
      overflow: hidden;
      width: 100%;
      max-width: 400px;
      background-color: rgb(250, 229, 206);
      transition: 0.3s;
    }
  .Services-button {
   font-size: 19px;
   padding: 10px 25px;
   border-radius: 50px;
}
 
}