:root {--dark-bl:#0053bc;--light-bl:#222;--Black: #000000;--White: #ffffff;--Yellow:#f3e921;}
body{color:var(--black);font-family: "Jost", serif;  font-optical-sizing: auto;hyphens:auto; font-size:18px; background:#c2937d;}
h1,h2,h3,h4,h5,h6{font-weight:bold;letter-spacing:0;color:var(--Black);}
h2{font-size:64px;}
.space{padding:30px 0;}
h2.uparcase{text-transform: uppercase; font-family: "Arial"}
header {position: absolute;z-index: 9;top: 0;left: 0;right: 0; color:#fff;}
.slider{position: absolute; top:0; height: 100vh; width:100%;    overflow: hidden;}
.slider img{width:100%;}
.btn.knowmore {background: #e72e77;color: #fff;}
.btn.knowmore:hover{background:#000;}
img{max-width:100%;}

p.hours {
    font-size: 24px;
    /* border: 2px solid white; */
    color: #dfb661;
    padding-bottom: 0px;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 22px;
}

.about-img img {
  width: 100%;
  max-height: 500px;
  height: auto;
  object-fit: contain;
  display: block;
  
}


.blog-banner-details {
  width: 100%;
  height: 60vh; /* 50% of the viewport height */
  object-fit: cover; /* Crop the image neatly */
  object-position: center; /* Center cropping */
  display: block;
}
.blog-detail-heading {
    font-size: 28px;
}

/*.desktop-sidebar{position:fixed}*/

.manSlide{overflow: hidden;}
.manSlide img{width:100%;}

.mainslider {position: relative;width: 100%;height: 100vh;
display: flex;flex-direction: column;justify-content: center;align-items: center;}

.about-hr-line{border-top:3px solid black; height: 5px;}

.mainslider h1 {color: white;font-size: 2rem;text-align: center;margin-bottom: 10px;}
.mainslider p {color: white;font-size: 1.2rem;text-align: center;}

nav {background:url(../images/nav.jpeg) no-repeat;display: flex;justify-content: center;position: sticky !important;top:-22px;z-index: 100;
background-size: 100% 100px;margin-top: -23px;height: 100px; align-items: center;}
.mail {color: #fff;text-decoration: none;font-size: 20px;padding: 10px 0px 0px;display: inline-block;}
a.telphone {color: #fff;font-size: 21px;font-weight: bold;text-decoration: none;display: inline-block;padding: 10px;}
.social-icons {display: flex;align-items: center;gap: 13px;font-size: 30px;color: #fff;}
.social-icons a{color:#fff}
nav ul{display: flex;list-style-type: none;padding: 0;margin: 0; flex-wrap: wrap;}
nav li a {text-decoration: none;color: #1001f4;margin: 0 20px;font-weight: 500; font-size:24px;text-transform: uppercase;}
nav li a:hover {color: #ff4500;}
.about {text-align: center; position: relative;color: #fff; padding: 50px 0;}
.about:before{background: linear-gradient(356deg, #000, #000000e8, #0000009e, #00000014, #0000); content:'';
position: absolute; left:0; right:0; bottom: 0; top:0;}
.about .container{position: relative;}
.about h2 {font-size:64px;margin-bottom: 20px; color:#fff;}
.about p {font-size:20px;line-height: 1.6;}
.services {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 20px;}
.service-card h4{margin:15px 0;}
/*.service-card {background: #fff;padding: 20px;text-align: center;transition: transform 0.3s; min-height: 400px; max-height: 400px;}*/
/*.service-card:hover img {transform: scale(1.05);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}*/
/*.service-card img{transition: transform 0.3s;}*/
/*.service-card img{width:100%; max-height: 200px;}*/
/*.service-card img {height: 200px;width: 100%;object-fit: cover;}*/
/*.service-card p{margin-top: 10px;}*/

/* Wedding Image Card */

.wedding-img-card {
  height: 220px; /* ✅ Fix height as needed */
  overflow: hidden;
  border: none;
  border-radius: 10px;
}

/* Image Wrapper */
.wedding-img-wrapper {
  height: 100%;
  width: 100%;
}

/* Image Styling */
.wedding-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ✅ Image will fill the card and crop if needed */
  border-radius: 10px;
}


.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
  border-color: #ff5e8e;
}

.service-card h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
  margin-bottom: 12px;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  /*text-align: center;*/
  margin-bottom: 16px;
}

.service-card .knowmore {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 18px;
  background-color: #ff5e8e;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.service-card .knowmore:hover {
  background-color: #e91e63;
  transform: scale(1.05);
}

/**/

/*swiper slider for clients*/
/* Swiper Section Fix */
.slider-client {
  padding: 40px 0;
}

/* Remove unwanted padding/margin */
.client-slider {
  padding: 0 !important;
  margin: 0 auto;
}

.swiper-wrapper {
  gap: 0 !important;
}

.swiper-slide {
  margin-right: 0 !important;
  display: flex;
  justify-content: center;
  padding: 0 10px; /* for small spacing */
  box-sizing: border-box;
}

/* Card Design */
.client-card {
  width: 100%;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
}

.client-card:hover {
  transform: translateY(-5px);
}

/* Image */
.client-image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Optional: adjust if needed */
  overflow: hidden;
  border-radius: 12px;
}

.client-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain; /* ✅ Fully visible image, no cut */
  object-position: center;
}


/* Info */
.client-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.client-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

/* Button */
.knowmore {
  padding: 6px 16px;
  background: #ff5a5f;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border: none;
}

.knowmore:hover {
  background-color: #e14c50;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #dfb661;
}

/* Responsive Adjustments */
@media (min-width: 1024px) {
  .swiper-slide {
    width: 33.333% !important;
  }
}

@media (max-width: 767px) {
  .swiper-slide {
    width: 100% !important;
    padding: 0 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/*swiper slider for clients*/


.text-muted {
    color: #3b373c !important;
    font-size: 14px;
}

/*youtube section */
/* ✅ YouTube Section */
.youtube-section {
  padding: 40px 0;
}

/* Section Title */
.section-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}

/* Video Card */
.video-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* 16:9 Responsive Embed */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px 12px 0 0;
}

/* Caption Below Video */
.video-caption {
  padding: 10px 15px;
  text-align: center;
}

.video-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

/* 🔧 Responsive Fixes for Mobile */
@media (max-width: 767.98px) {
  .youtube-section {
    padding: 20px 10px;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .video-title {
    font-size: 13px;
  }

  .video-card {
    border-radius: 12px;
  }

  .video-wrapper iframe {
    height: 100% !important;
  }
}
/*youtube-section end*/

/*.blog-card h4{margin:15px 0;}*/
/*.blog-card {background: #fff;padding: 20px;text-align: center;transition: transform 0.3s; min-height: 350px; max-height: 350px;}*/
/*.blog-card:hover img {transform: scale(1.05);box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}*/
/*.blog-card img{transition: transform 0.3s;}*/
/*.blog-card img{width:100%; max-height: 200px;}*/
/*.blog-card img {height: 200px;width: 100%;object-fit: cover;}*/
/*.blog-card p{margin-top: 10px; font-size: 15px;}*/

/*blog-card section */
/* ✅ BLOG SECTION */
.blog-section {
  padding: 0px; /* full width feel */
  background: transparent; /* अगर section में bg है तो हटाएं */
}

/* Heading */
.blog-section h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222;
  margin-bottom: 20px;
  margin-top: 32px;
}

/* Blog Card */
.blog-card {
  background: transparent; /* background हटाया */
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0; /* extra space हटाया */
}

/* Hover Effect */
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

/* Image Wrapper */
.blog-img-wrapper {
  height: 220px;
  overflow: hidden;
  border-radius: 8px; /* थोड़ी soft feel */
  margin-bottom: 8px;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover img {
  transform: scale(1.03);
}

/* Content */
.blog-body {
  padding: 8px;
}

.blog-title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.3;
  min-height: 38px;
}

/* Read More Button */
.knowmore {
  background-color: #ff5e8e;
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;  /* 🔹 छोटा कर दिया */
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
}

.knowmore:hover {
  background-color: #e91e63;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 575.98px) {
  .blog-title {
    font-size: 14px;
  }

  .knowmore {
    font-size: 12px;
    padding: 5px 16px;
  }

  /*.blog-img-wrapper {*/
  /*  height: 180px;*/
  /*}*/
}

/*blog-card section */

.gallery {display: flex;gap:20px;overflow-x: auto;    margin-bottom: 20px;}
.gallery img {width:100%;}

.clients {display: flex;justify-content: center;gap:100px;}
footer {text-align: center;padding: 20px;color: #fff;}
.wed-menu{display: flex; flex-wrap: wrap; margin: 0; padding:0; list-style-type:none;gap: 10px;justify-content: center;}
.wed-menu li{text-transform:uppercase; font-size: 21px;display: flex;align-items: center;gap: 20px;}
.wed-menu li:after {content: '';position: relative;width: 1px;height: 80%;background: #fff;display: block;}


.team-badge {display: inline-block;color: #000;border: 1px solid white;padding: 15px 30px;border-radius: 40px;font-weight: normal;
margin-bottom: 20px;font-size: 28px;}
.team-card{padding:30px}

.team-card img{width:100%;height:70%;object-fit: cover;}
.team-text-item {text-align: center;margin-bottom: 70px;}
/*.team-card.slick-center .team-text-item{ padding-top:30px; margin-bottom: 30px;}*/
.team-text-item  h3{font-weight:500; color:#fff;font-style: italic;letter-spacing: 2px;}
.team-card.slick-center img{transform: scale(0.9);transform-origin:50% 50%;}
.mobile-nav-trigger {z-index:9999;font-size:40px;font-weight: bold;position: fixed;top:15px;right:10px;color:var(--White);display:block;line-height: 0;}
.mobile-nav-trigger .btn{background:#000;}
.mobile-nav-trigger .bi-list{display: none;}
i.bi.bi-x {display: none;}
.mobile-nav-trigger.open i.bi.bi-x{display:block;}
.mobile-nav-trigger.open .btn{display: none;}
.navbar{justify-content:center;}
img.img-fluid.rounded.planeimg {
    border: 5px solid #fff;
}
section.section.about-img .line {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    height: 15px;
    margin-top: 0;
}
a.p-2.mx-2.rounded-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.planners-img .img-fluid {
    max-width: 59%;
    height: auto;
    border: 5px solid white !important;
}

.social-mobile {
  display: none;
}

/*team section*/
/* Planner Card Styles */
.planner-card {
  background-color: transparent;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.planner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(255, 64, 129, 0.4);
}

/* View More Button */
.view-more-btn {
  background: linear-gradient(to right, #ff416c, #ff4b2b);
  border: none;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.view-more-btn:hover {
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  transform: scale(1.05);
}

/* Modal Design */
.modal-content {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(to right, #f0eaf7, #94556b);
  color: white;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

.modal-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.modal-body {
  padding: 2rem;
  font-size: 17px;
  line-height: 1.6;
  background-color: #5a453a;
  backdrop-filter: blur(4px);
}
span.planner-modal-head {
    color: #f20a0a;
    font-size: 21px;
}
.btn-close {
  filter: invert(1);
}

/*team section*/







/*tablet*/
@media screen and (min-width:768px) and (max-width:1024px) {
    span.planner-modal-head {
    font-size: 18px;
}
    .modal-body {
    font-size: 14px;}
    .wedding-img-section .wedding-img-card {
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .wedding-img-section h2{
      font-size: 26px;
  }

  .wedding-img-section .wedding-img-wrapper {
    width: 100%;
    height: 100%;
  }

  .wedding-img-section .wedding-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .wedding-img-section .col-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
  
    /*Planner*/
    .modal-title {
  font-weight: bold;
  font-size: 14px;
}

    .service-card h3 {
        font-size: 16px;
    }
    .service-card p {
        margin-top: 10px;
        font-size: 14px;
    }
    .blog-card p {
        margin-top: 10px;
        font-size: 15px;
    }
    .blog-banner-details {
    height: 39vh;}
    
    .blog-detail-heading {
    font-size: 18px;
}
    
    .wed-menu li {
    font-size: 10px;
}
.service-card .knowmore {
  padding: 2px 9px;
  font-size: 10px;
}
    
    
    .blog-img-wrapper {
  height: 115px;}
  .blog-title {
    font-size: 11px;
}.knowmore {
        font-size: 10px;
    }
    
    .service-card img {
        height: 93px;
        width: 100%;
        object-fit: cover;
    }
    .service-card {
        background: #fff;
        padding: 20px;
        text-align: center;
        transition: transform 0.3s;
        min-height: 250px;
        max-height: 250px;
    }
    
    .video-title {
        font-size: 15px;
    }
    
    .blog-card {
        background: #fff;
        padding: 20px;
        text-align: center;
        transition: transform 0.3s;
        min-height: 250px;
        max-height: 250px;
    }
    .blog-card img {
        width: 100%;
        max-height: 124px;
    }

.social-mobile {
    display: inline-block; /* or flex if you're using flex layout */
  }

  /* ✅ Toggle Button */
  .mobile-nav-trigger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10001;
    cursor: pointer;
  }

  .mobile-nav-trigger .bi-list {
    font-size: 30px;
    display: block;
    color: #fff;
  }

  .mobile-nav-trigger .bi-x {
    font-size: 30px;
    display: none;
    color: #fff;
  }
  .planners-img .img-fluid {
        max-width: 80%;
        height: auto;
        border: 5px solid white !important;
    }

  /* Toggle Icon Switching */
  .mobile-nav-trigger.open .bi-list {
    display: none;
  }

  .mobile-nav-trigger.open .bi-x {
    display: block;
  }

  /* ✅ Fixed Sidebar Navbar (Right Drawer) */
  .navbar {
    position: fixed !important;
    top: 0;
    right: -75%;
    height: calc(100vh);
    width: 220px;
    background: #dfb661;
    z-index: 9999;
    transition: all 0.4s ease;
    padding-top: 80px; /* Header ke niche se start ho */
    overflow-y: auto;
    bottom: 0;
  }

  .navbar.open {
    right: 0;
  }

  .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
    gap: 15px;
  }

  .navbar ul li {
    width: 100%;
  }

  .navbar ul li a {
    padding: 6px;
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-size: 18px;
  }

  .navbar ul li i {
    display: block !important;
  }

  ul .opening-time {
    font-size: 15px;
  }

  h2 {
    font-size: 42px;
  }

  /* ✅ Fixed Header */
  header {
    position: fixed;
    top: 0;
    height: 70px;
    background: #1a1615;
    width: 100%;
    z-index: 10000;
  }

  header img.logo {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 50px;
    margin: 5px;
  }

  .mail {
    padding: 0;
    font-size: 15px;
    position: fixed;
    left: 65px;
    top: 10px;
  }

  a.telphone {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    position: fixed;
    left: 56px;
    top: 25px;
  }

  .about h2 {
    font-size: 38px;
  }

  .about p {
    font-size: 16px;
    line-height: 1.4;
  }

  .clients {
    gap: 10px;
  }

  .manSlide {
    margin-top: 18px;
    padding-top: 50px;
    height: auto !important;
  }

  .manSlide h1 {
    font-size: 15px;
  }

  .manSlide p {
    color: white;
    font-size: 10px;
    text-align: center;
  }

  .wed-menu {
    font-size: 18px;
    gap: 7px;
  }

  .about-mobile {
    text-align: justify;
  }

}





/*mobile*/
@media screen and (min-width:200px) and (max-width:767px) {
    .modal-body {
    font-size: 14px;}
    span.planner-modal-head {
    font-size: 18px;
}
    .wedding-img-section .wedding-img-card {
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
  }
  .wedding-img-section h2{
      font-size: 26px;
  }

  .wedding-img-section .wedding-img-wrapper {
    width: 100%;
    height: 100%;
  }

  .wedding-img-section .wedding-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .wedding-img-section .col-6 {
    padding-left: 6px;
    padding-right: 6px;
  }
    
    /*Planner*/
    .modal-title {
  font-weight: bold;
  font-size: 14px;
}
.service-card .knowmore {
  padding: 2px 9px;
  font-size: 10px;
}
.wed-menu li {
    font-size: 10px;
}
    .blog-img-wrapper {
  height: 115px;}
  .blog-title {
    font-size: 11px;
}.knowmore {
        font-size: 10px;
    }
.blog-banner-details {
    height: 39vh;}
    .blog-detail-heading {
    font-size: 18px;
}
    
    .planners-img .img-fluid {
        max-width: 80%;
        height: auto;
        border: 5px solid white !important;
    }
    
    .social-mobile {
    display: inline-block; /* or flex if you're using flex layout */
  }

  /* ✅ Toggle Button */
  .mobile-nav-trigger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10001;
    cursor: pointer;
  }

  .mobile-nav-trigger .bi-list {
    font-size: 30px;
    display: block;
    color: #fff;
  }

  .mobile-nav-trigger .bi-x {
    font-size: 30px;
    display: none;
    color: #fff;
  }
      .video-title {
        font-size: 15px;
    }

  /* Toggle Icon Switching */
  .mobile-nav-trigger.open .bi-list {
    display: none;
  }

  .mobile-nav-trigger.open .bi-x {
    display: block;
  }

  /* ✅ Fixed Sidebar Navbar (Right Drawer) */
  .navbar {
    position: fixed !important;
    top: 0;
    right: -75%;
    height: calc(100vh);
    width: 220px;
    background: #dfb661;
    z-index: 9999;
    transition: all 0.4s ease;
    padding-top: 80px; /* Header ke niche se start ho */
    overflow-y: auto;
    bottom: 0;
  }

  .navbar.open {
    right: 0;
  }

  .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
    gap: 15px;
  }

  .navbar ul li {
    width: 100%;
    display: block;
  }

  .navbar ul li a {
    padding: 6px;
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-size: 18px;
  }

  .navbar ul li i {
    display: block !important;
  }

  ul .opening-time {
    font-size: 15px;
  }

  h2 {
    font-size: 42px;
  }

  /* ✅ Fixed Header */
  header {
    position: fixed;
    top: 0;
    height: 70px;
    background: #1a1615;
    width: 100%;
    z-index: 10000;
  }

  header img.logo {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 50px;
    margin: 5px;
  }

  .mail {
    padding: 0;
    font-size: 15px;
    position: fixed;
    left: 65px;
    top: 10px;
  }

  a.telphone {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px;
    position: fixed;
    left: 56px;
    top: 25px;
  }

  .about h2 {
    font-size: 38px;
  }

  .about p {
    font-size: 16px;
    line-height: 1.4;
  }

  .clients {
    gap: 10px;
  }

  .manSlide {
    margin-top: 18px;
    padding-top: 50px;
    height: auto !important;
  }

  .manSlide h1 {
    font-size: 15px;
  }

  .manSlide p {
    color: white;
    font-size: 10px;
    text-align: center;
  }

  .wed-menu {
    font-size: 18px;
    gap: 7px;
  }

  .about-mobile {
    text-align: justify;
  }

}













