@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 !important;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #4d4d4d;
  font-style: normal !important;
  font-display: swap !important;
}

h4 {
  font-weight: 600;
  font-size: 2.4rem;
}

h5 {
  font-weight: 500;
  font-size: 1.7rem;
}

p {
  color: rgb(108 108 108);
  padding-top: 1rem;
  font-size: 15px;
  line-height: 25px;
}

.headings {
  text-align: center;
}

.green-color {
  color: #056839;
}

/* navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.navbar .logo h2 {
  font-size: 24px;
  margin: 0;
}

.navbar .logo span {
  font-size: 18px;
  margin-left: 10px;
  color: #056839;
  /* Green color for "Futurehook" */
}

.navbar nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.navbar nav ul li a {
  color: #141414;
  text-decoration: none;
  font-size: 14px;
}

.outer-wrapper {
  background-image: url("/static/image/cairo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 43%;
  height: 100vh;
  overflow: hidden;
}

#home_theater_outer {
  background-image: url("/static/image/hero2.jpg");
  background-position: 100% 35%;
}

.hero-content p {
  padding-right: 10px;
}

/* Hamburger Styling */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  z-index: 15;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #000;
}

.wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  padding-right: 5px;
  padding-left: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo img {
  max-width: 170px;
}

.hero {
  display: flex;
  justify-content: left;
  align-items: center;
  color: #fff;
  padding: 50px 0;
  height: 100%;
  /* Full height of the inner wrapper */
  text-align: center;
}

.hero-content {
  max-width: 400px;
  z-index: 5;
  text-align: left;
}

#home_theater_outer .hero-content {
  max-width: 380px;
}

.hero-content h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.hero-content p {
  margin-bottom: 20px;
  color: #b6b6b6;
  padding-top: 0;
}

.hero-content form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hero-content form input {
  padding: 10px;
  font-size: 14px;
  background: #fff;
  border: none;

  color: #000;
  border-radius: 3px;
}

.hero-content form button {
  width: 50%;
}

/* global */
.mt-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.primary-button {
  padding: 10px;
  background-color: #056839;
  text-align: center;
  text-decoration: none;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 10rem;
  font-size: 14px;
}

.primary-button:hover {
  background-color: #107e4a;

  color: white;
}

.alert {
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
}

.alert .close {
  border: none;
  outline: none;
  background-color: transparent;
}

.learn-more {
  margin-top: 1rem;
}

/* service */

.services-div .img-div {
  width: 85%;
}

.service-sec-head {
  text-align: center;
}

.right-aln {
  float: right;
}

.service-details-bg {
  background-color: #056839;
  padding: 3rem;
}

.services-div .col-xl-7 {
  padding: 65px 40px;
  border-radius: 20px;
}

.service-details {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  display: flex;
  justify-content: center;
}

/* accordion */
.accordion-item {
  color: rgb(108 108 108) !important;
}

#accordionServices .accordion-button {
  background-color: #fff;
  border-radius: 20px;
}

#accordionServices .accordion-item {
  background-color: #fff;
}

#accordionServices .collapsed {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f9fa;
}

#accordionServices .collapsed h4 {
  font-size: 1.7rem !important;
  width: 80%;
}

#accordionServices .accordion-button:not(.collapsed)::after {
  background-image: none;
}

/* extra-services */
.extra-services-div .card {
  padding: 30px;
  border-radius: 20px;
  margin-top: 10px;
}

.extra-service-details {
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra-service-details {
  border: none;
}

.extra-services-div .img-div {
  display: flex;
  justify-content: center;
}

.extra-services-div .img-div img {
  object-fit: cover;
  border-radius: 20px;
  height: 90%;
}

/* accordionWhy */

#accordionWhy {
  padding: 0 20px;
}

#accordionWhy .accordion-item {
  border: 1px solid #c3c3c3 !important;
}

#accordionWhy .accordion-button {
  font-size: 1.5rem;
  font-weight: 500;
}

#accordionWhy .accordion-button:not(.collapsed) {
  color: #056839 !important;
  background-color: #fff;
}

.why-head {
  text-align: center;
  padding-bottom: 3rem;
}

.why-head p {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

/* Extra */
.img-div img {
  height: 100%;
  width: 100%;
}

.img-div {
  border: none;
}

.img-div video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* fourth */
.fourth-section img {
  width: 100%;
}

.fourth-section {
  position: relative;
}

/* quote */
.qoute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 70px;
  color: #fff;
}

.qoute h1 {
  line-height: 55px;
  padding-bottom: 1rem;
}

.profession {
  color: #056839;
}

.qoute p {
  margin-bottom: 5px;
  padding: 0;
  font-size: 18px;
  color: #f5f5f5;
}

.qoute h2 {
  margin-bottom: 15px;
}

/* brand */
.brand-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  grid-gap: 60px 200px;
  padding-top: 4rem;
  place-items: center;
}

.brand-grid img {
  max-width: 240px;
}

.brand-sec-head {
  text-align: center;
}

.client-img img {
  width: 100%;
  padding: 20px;
}

/* COntact */
.contact-head {
  text-align: center;
}

.contact-head p {
  padding: 0;
  color: rgb(191 191 191);
}

.contact-us form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.contact-us form input {
  padding: 15px;
  font-size: 14px;
  border: none;
  background: #fff;
  color: #000;
  width: 80%;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us form button {
  margin-top: 1rem;
  padding: 15px;
  background-color: #056839;
  /* Green button */
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.contact-us {
  background-color: #00010b;
  color: #fff;
  padding: 4rem;
}

/* testimonials */

.testimonials {
  padding-top: 5rem;
}

.testimonials h2 {
  padding-bottom: 2rem;
}

.client-details {
  text-align: center;
}

.client-details h6 {
  font-size: 1.2rem;
  padding-top: 1rem;
}

.client-details p {
  padding-top: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.testimonials .headings {
  padding-bottom: 3rem;
}

/* Accordion bootstrap */
.accordion {
  border: none;
  box-shadow: none;
}

.accordion-item {
  border: none !important;
  box-shadow: none !important;
  padding: 15px 0;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.2rem;
  color: #434343;
}

.accordion-button:not(.collapsed) {
  color: #4d4d4d;
  box-shadow: none;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* HOMETHEATOR */

.head_desc_cont {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}

.head_desc_cont img {
  max-width: 40px;
  padding-bottom: 30px;
}

.speaker-images {
  text-align: center;
  transition: height 0.3s ease-out;
}

.speaker-images p {
  font-size: 14px;
  color: #fff;
}

.speaker-images h6 {
  font-size: 30px;
  color: #fff;
}

.speaker-images img {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  border-radius: 20px;
  transition: height 0.3s ease-out;
}

.speaker-images:hover img {
  width: 100%;
  height: 80vh;
}

.speaker-images .left-image {
  padding-right: 25px;
}

.speaker-images .right-image {
  padding-left: 25px;
}

.speaker-images-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.speaker-images-text-center {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.speaker-images .col-md-6 {
  position: relative;
}

.speaker-images .col-md-12 {
  position: relative;
}

.company-customers .col-md-3 {
  text-align: center;
}
.company-customers .row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sofa-txt-outer {
  display: flex;
  align-items: center;
}

.gallery-cell {
  width: 66%;
  height: 70vh;
  margin-right: 10px;
  opacity: 0.5;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  font-size: 80px;
  color: white;
}

.gallery-cell img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 20px;
}

.gallery .is-selected {
  opacity: 1;
}

.flickity-page-dots {
  display: none !important;
}

.sofa-img img {
  width: 100%;
  object-fit: contain;
}

.black-color {
  color: #4b4b4a !important;
}

.company-customers img {
  max-width: 150px;
}

/* .carousal-outer{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f4f4f4;

} */
/* Responsive Navbar */

.cpt-3 {
  padding-top: 3rem;
}

.cpb-3 {
  padding-bottom: 3rem;
}

.cpt-6 {
  padding-top: 6rem;
}

.cpb-6 {
  padding-bottom: 6rem;
}

.cpt-9 {
  padding-top: 9rem;
}

.cpb-9 {
  padding-top: 9rem;
}

.company-customers {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sofa-txt {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23056839'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.speaker-images-text p {
  color: #ababab;
}

.speaker-images-text-center p {
  color: #dddddd;
  z-index: 10;
  padding-top: 0;
}

.service-details h4 {
  width: 80%;
}

/* */
.hero-bg-image {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-bg-image img {
  width: 95%;
}

.circle-image img {
  object-fit: contain;
  width: 100%;
}

.circle-description {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.color-temperature img {
  width: 100%;
  object-fit: contain;
}

.app-section img {
  width: 80%;
  object-fit: contain;
}

.app-section .col-md-7 {
  display: flex;
  align-items: center;
}

.app-section .col-md-7 .app-section-desc {
  width: 80%;
}

.carousel-cell2 {
  width: 35%;
  height: 410px;
  margin-right: 10px;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

/* cell number */
.carousel-cell2:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
}

.carousel-cell2 img {
  object-fit: contain;
  width: 100%;
}

#carousel-cell-2-1 {
  background-image: url("/static/image/home-1.png");
}

#carousel-cell-2-2 {
  background-image: url("/static/image/home-2.png");
}

#carousel-cell-2-3 {
  background-image: url("/static/image/home-3.png");
}

#carousel-cell-2-4 {
  background-image: url("/static/image/home-2.png");
}

#carousel-cell-2-5 {
  background-image: url("/static/image/home-3.png");
}

.flickity-button-icon {
  fill: #056839 !important;
}

.is-selected {
  opacity: 1 !important;
}

.flickity-prev-next-button {
  outline: none !important;
  border: none !important;
}

.why-head-p {
  width: 75% !important;
}

.first-head {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services-details {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  text-align: center;
}

.services-details h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

.services-details .service-details-bg img {
  max-width: 100px;
  height: auto;
  margin-bottom: 25px;
}

.services-details .service-details-bg {
  width: 100%;
  height: 250px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 20px;
}

.main-head {
  text-align: center;
  width: 70%;
  margin: auto;
}

.secondary-btn {
  background-color: transparent;
  border: 1px #414141bf solid;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  transition: 0.5s;
  color: #056839;
  font-weight: 500;
}

.primary-btn {
  background-color: #056839;
  padding: 5px 20px;
  border-radius: 5px;
  transition: 0.5s;
  border: none;
  color: #fff;
}

.secondary-btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2em #056839;
}

.client-testimonials img {
  width: 100%;
}

.client-testimonials {
  background-color: #f8f9fa;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.needs-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.client-testimonials .col-md-8 {
  display: flex;
  align-items: center;
}

.client-occupation {
  padding-top: 0;
  margin-bottom: 2rem;
}

.client-name {
  padding-top: 1rem;
  font-size: 1.2rem;
  color: #00010b;
}

.client-testimonials a {
  text-decoration: none;
  color: #056839;
  font-size: large;
}

.portfolio-image img {
  width: 100%;
  border-radius: 20px;
}

.portfolio-image-row {
  padding-top: 2rem;
}

.learn-more-div {
  text-align: center;
  padding-top: 2rem;
}

.service-extra-details {
  padding: 2rem;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
}

.implementation .service-extra-details {
  padding: 3rem;
}

.why-details {
  padding-top: 4rem;
}

.why-details img {
  width: 100%;
}

.project-details {
  display: none;
}

.gallery .card:hover .project-details {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000073;
  color: #fff !important;
  text-align: center;
  border-radius: 20px;
}

.project-details p {
  color: #fff !important;
  padding-top: 0 !important;
}

.gallery .card {
  position: relative;
}

.gallery img {
  height: 70vh;
  border-radius: 20px;
  object-fit: cover;
}

.dq {
  color: #056839;
  font-weight: 900;
}

.client-testimonial-txt {
  display: flex;
}

.d-block {
  max-height: 80vh;
}

.client-testimonials-txt h5 {
  line-height: 54px;
}

.carousel-indicators [data-bs-target] {
  background-color: #056839 !important;
}

#appCarousel {
  padding-bottom: 4rem;
}

/* #hero-lightpass {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    background: #e0e0e0;
}

#overlay-text {
    position: fixed;
    bottom: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: rgb(177, 177, 177);
    text-align: center;
    display: none;
} */

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full viewport height */
  overflow: hidden;
  /* Prevent overflow */
  background: #e0e0e0;
  /* Fallback background color */
}

/* Canvas Styling */
#hero-lightpass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* Always stretch to full width */
  height: 100%;
  /* Always stretch to full height */
  object-fit: cover;
  /* Ensures image covers entire canvas proportionally */
  z-index: 1;
  /* Ensures it's below overlay text */
}

/* Overlay Text */
#overlay-text {
  position: fixed;
  bottom: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: rgb(177, 177, 177);
  text-align: center;
  pointer-events: none;
  /* Ensure it doesn't block interactions */
  z-index: 100;
  width: 100%;
}

/* Content Section (Below Hero) */
.content-section {
  margin-top: 180vh;
  /* Starts after the hero section */
  padding: 2rem;
  background: #fff;
}

.testimonial-content {
  padding-left: 5rem;
}
.testimonial-content h5 {
  line-height: 45px;
}
.gallery-section img {
  object-fit: cover;
  width: 100%;
}

.green-color-background {
  background-color: #056839;
  color: #fff;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.implementation-services-head {
  display: flex;
  align-items: center;
}

.service-extra-head {
  padding-left: 1rem;
  margin-bottom: 0;
}

.hero-bg-text {
  position: absolute;
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00000096;
}

.hero-bg-text img {
  width: 50px !important;
  height: 40px !important;
}

.hero-bg-text h4 {
  padding-bottom: 0;
  padding-left: 1rem;
  margin-bottom: 0;
  font-weight: 500;
}

.why-choose-icn {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

.why-choose-icn p {
  text-align: center;
  padding-top: 0;
}

.content-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.speaker-images-inside {
  position: relative;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the color and opacity of the overlay */
  z-index: 1;
  border-radius: 20px;
}
.button-invisible {
  background-color: transparent;
  border: 1px solid #e9e7e7;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  margin-top: 2rem;
  text-decoration: none;
}
.button-invisible:hover {
  color: #222222;
  background-color: #e9e7e7;
}
.gallery-img-sec {
  position: relative;
}
.gallery-img-sec .bg-overlay {
  display: none;
}
.gallery-img-sec:hover .bg-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff !important;
}
.gallery-img-sec:hover .bg-overlay p {
  color: #fff !important;
  padding-top: 0;
  margin-bottom: 2rem;
}
.gallery-img-sec:hover .bg-overlay h6 {
  font-size: 2rem;
}
.gallery-img-sec:hover .bg-overlay a {
  padding: 10px 40px;
}
/* .gallery-img-sec .bg-overlay{
    position: absolute;
    top: 50%;
    left: 50%;
} */
.project-details h6 {
  font-size: 1.5rem;
}
.gallery-sec-second {
  padding-top: 1.5rem;
}
#lighting-video {
  height: 92vh;
}

.with-bg {
  background-color: #f8f9fa;
  border-radius: 20px;
  padding-top: 1rem;
}
.hometheater-portfolio .head_desc_cont {
  padding: 0;
  padding-top: 1rem;
}
.why-img-cont {
  text-align: center;
}
.why-img-cont img {
  width: 60%;
}

.content-need {
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.block-need .title-need {
  font-family: "Poppins", sans-serif;
  color: #07683a;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  margin-bottom: 6px;
}

.block-need p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  color: #272727;
  line-height: 36px;
}

.service-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
  background-color: #f8f9fa;
  text-align: center;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.icon-container {
  margin-bottom: 20px;
}

.icon {
  width: 40px;
  height: 40px;
}

.theater-section {
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
  padding: 0 20px;
}

.image-container {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 30px;
}

.section-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.theater-image {
  width: 100%;
  height: auto;
  display: block;
}

.section-text {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.content {
  margin-top: 4rem;
  max-width: 1200px;
}

.circle-description-p {
  max-width: 1191px;
  justify-content: center;
  font-family: Poppins;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
}

@media (max-width: 1200px) {
  section {
    padding-bottom: 0;
  }

  h4 {
    font-size: 2rem;
  }

  p {
    padding-top: 15px;
  }

  .outer-wrapper {
    background-image: url("/static/image/Website\ mobile\ cover.png");
    height: 100vh;
    background-size: 100%;
    background-position: 100% 5%;
  }

  #home_theater_outer {
    background-image: url("/static/image/hero-home-theater-mobile.jpg");
    background-position: 100% 0;
  }

  .main-head {
    width: 100%;
  }

  /* navbar */
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hamburger {
    display: flex;
    position: absolute;
    right: 10px;
  }

  .navbar {
    padding: 20px 0;
  }

  .navbar-brand img {
    height: 35px !important;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar nav ul {
    position: absolute;
    top: 60px;
    right: 0;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    text-align: center;
    display: none;
  }

  .navbar nav ul.show {
    display: flex;
    position: fixed;
    top: 0;
    justify-content: center;
    margin-bottom: 0;
  }

  .fixed-div {
    position: fixed;
    right: 35px;
  }

  .navbar nav ul li a {
    padding: 20px;
    font-size: 20px;
  }

  .navbar-brand img {
    height: 50px;
    /* Adjust logo height */
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    padding: 10px 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0 !important;
  }
  .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
    /* Custom dropdown background */
    color: white;
  }

  .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* hero */
  .hero-content form input {
    padding: 15px;
  }

  .hero-content form button {
    padding: 15px;
  }

  .hero {
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: end;
    padding-bottom: 20px;
    padding-left: 5px;
  }

  .hero-content form button {
    width: 50%;
  }

  .contact-head p {
    font-size: 11px;
    opacity: 0.8;
  }

  .contact-us .contact-head h2 {
    font-size: 28px;
  }

  .hero-content {
    max-width: none;
    width: 100%;
  }

  /* services */
  .services-div .img-div {
    width: 100%;
  }

  .services-div .col-xl-7 {
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 25px;
  }

  /* extra-services */
  .extra-services-div .card {
    padding: 0;
  }

  .extra-services {
    padding-top: 0;
  }

  #accordionServices .accordion-button {
    padding: 0;
  }

  #accordionServices .accordion-body {
    padding: 10px 0;
  }

  #accordionServices .collapsed h4 {
    font-size: 1.2rem !important;
  }

  #accordionServices .collapsed {
    padding: 20px 20px;
  }

  #accordionServices .accordion-item {
    padding: 10px 10px;
  }

  .extra-services .img-div {
    box-sizing: border-box;
    position: relative;
  }

  .extra-services .img-div img {
    width: calc(100% + 38px + var(--bs-gutter-x));
    margin-left: calc(-25px - (var(--bs-gutter-x) * 0.5));
    margin-right: calc(-25px - (var(--bs-gutter-x) * 0.5));
    display: block;
    height: auto;
    border-radius: 0;
  }

  /* contact us */
  .contact-us {
    padding: 60px 10px;
  }

  .contact-us form {
    width: 100%;
  }

  .contact-us form button {
    width: 50%;
    padding: 10px;
  }

  .contact-us form input {
    width: 95%;
    padding: 10px;
  }

  #nav-item-1 {
    padding-top: 1rem;
  }
  /* brand */
  .brand-grid {
    padding-top: 2rem;
    grid-template-columns: auto auto auto;
    grid-gap: 50px 20px;
  }

  .brand-sec {
    padding: 0;
  }

  .row > * {
    padding: 0;
  }

  .brand-grid img {
    max-width: 100px;
  }

  /* quote */
  .qoute {
    background-image: linear-gradient(
      to bottom,
      rgb(255 255 255 / 6%),
      rgb(0 0 0 / 84%)
    );
    width: 100%;
    height: 100%;
    background-size: cover;
    color: white;
    padding: 20px;
    display: flex;
    align-items: end;
  }

  .qoute h1 {
    line-height: 30px;
    font-size: 1.4rem;
    width: 90%;
    padding-bottom: 5px;
  }

  .qoute p {
    font-size: 14px;
    line-height: 15px;
  }

  .qoute div {
    padding: 20px;
    padding-bottom: 4rem;
  }

  /* why */
  #accordionWhy .accordion-button {
    font-size: 1rem;
  }

  #accordionWhy .accordion-item {
    padding: 10px 0;
  }

  #accordionWhy {
    padding: 0;
    padding-top: 3rem;
  }

  .why-head p {
    width: 100% !important;
  }

  /* testimonial */
  .testimonials .headings {
    padding-bottom: 1rem;
  }

  .testimonial-sec .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .client-details h6 {
    padding-top: 0;
  }

  .client-details {
    padding-bottom: 25px;
  }

  /* home theater */
  .head_desc_cont {
    width: 100%;
    padding: 2rem 1rem;
  }

  .speaker-images .left-image {
    padding-right: 0;
    padding-top: 1rem;
  }

  .speaker-images .right-image {
    padding-left: 0;
    padding-top: 1rem;
  }

  .speaker-images-text {
    top: 18%;
    width: 95%;
  }

  /* .speaker-images .col-md-12 img {
        height: 80vh;
    } */

  p {
    margin-bottom: 0;
  }

  .head_desc_cont {
    text-align: center;
  }

  .sofa-txt-outer {
    display: none;
  }

  .gallery-cell {
    height: 40vh;
  }

  .speaker-images h6 {
    font-size: 20px;
  }

  .speaker-images p {
    font-size: 12px;
  }

  .speaker-images-text-center {
    width: 85%;
  }

  .cpt-6 {
    padding-top: 4rem;
  }

  .cpb-6 {
    padding-bottom: 4rem;
  }

  #speaker-image-3 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  #speaker-images-2 {
    padding-top: 0;
  }

  .company-customers .cpb-6 {
    padding-bottom: 2.5rem;
  }

  .company-customers .cpt-6 {
    padding-top: 2rem;
    text-align: center;
  }

  .contact-head {
    padding-bottom: 1rem;
  }

  .cpt-9 {
    padding-top: 6rem;
  }

  .company-customers {
    padding-top: 0;
  }

  /* automation */
  .hero-bg-image img {
    width: auto;
    height: 55vh;
    object-fit: cover;
  }

  .app-section .col-md-7 .app-section-desc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .app-section img {
    width: 100%;
  }

  .circle-description {
    width: 100%;
  }

  .hero-bg-image img {
    width: 100%;
  }

  .app-section-desc {
    padding-top: 3rem;
    text-align: center;
  }

  .carousel-cell2 {
    width: 80%;
    height: 330px;
  }

  .flickity-viewport {
    height: 330px;
  }

  .client-testimonials-txt {
    padding-top: 1rem;
  }

  .testimonial-content {
    padding-left: 0;
    padding-top: 2rem;
    text-align: center;
  }

  .testimonial-content h5 {
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 1rem;
  }

  .dropdown-menu {
    background-color: #f5f5f5;
  }

  .service-extra-details {
    padding: 1rem;
  }

  .service-sec-head {
    padding-bottom: 1rem;
  }

  .implementation .service-extra-details {
    padding: 1rem;
  }

  #hero-lightpass {
    width: auto;
  }

  .gallery-section .col-md-6 {
    padding-top: 2rem;
  }

  .gallery-section .second-row {
    padding-top: 0;
  }

  .gallery-section .why-head {
    padding-bottom: 0;
  }

  .hero-bg-text {
    width: 100%;
  }

  .gallery img {
    height: 50vh;
  }

  .contact-top {
    padding-top: 0;
  }

  .content-section {
    margin-top: 110vh;
  }

  .second-row-mob {
    padding-top: 2rem;
  }

  .learn-more {
    margin-top: 2rem;
  }

  .services-div {
    padding-top: 2rem !important;
  }

  .testimonials-section {
    padding-top: 2rem !important;
  }

  .company-customers-section {
    padding-top: 1rem !important;
  }

  .head_desc {
    margin-left: -25px;
    /* Negate the wrapper's left padding */
    margin-right: -25px;
    /* Negate the wrapper's right padding */
    border-radius: 0;
    width: calc(100% + 50px);
    /* Adjust width to account for negative margins */
  }

  .gallery-section {
    padding-top: 2rem;
  }

  .automation-why {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mcpt-3 {
    padding-top: 3rem !important;
  }
  .mcpt-2 {
    padding-top: 2rem !important;
  }
  .mcpt-0 {
    padding-top: 0 !important;
  }

  .first-head {
    width: 100%;
  }
  .content-section {
    width: 100%;
  }
  .client-occupation {
    margin-bottom: 1rem;
  }
  .services-details .service-details-bg {
    margin-left: 20px;
    margin-right: 20px;
  }
  #lighting-video {
    height: 65vh;
  }
  .gallery-img-sec:hover .bg-overlay h6 {
    font-size: 1.2rem;
  }

  .why-img-cont img {
    width: 100%;
  }
}
