@import url("https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kalnia+Glaze:wght@100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Signika+Negative:wght@300..700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Signika Negative", sans-serif;
}

:root {
  --primary-color: #ffec84;
  --secondary-color: ;
  --first-title: ;
  --second-title: ;
  --font-color: ;
  --paragraph-color: #e4e4ec;
  --white-color: #ffff;
  --black-color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: "Signika Negative", sans-serif;
}

p {
  font-size: 16px;
}

/* .mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 50px;
} */

section {
  padding: 30px 0;
}

.btn-all {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--white-color);
  border: 1px solid #003f72;
  color: #003f72;
  letter-spacing: 1px;
  /* border-radius: 5px; */
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  text-transform: capitalize;
}

.btn-all i {
  color: #003f72 !important;
  transition: 0.2s ease-in-out;
}

.btn-all:hover i {
  transform: translateX(3px);
}

.bg-blue {
  background-color: #003f72;
  color: var(--white-color);
}

.bg-blue i {
  color: var(--white-color) !important;
}

#more {
  display: none;
}

.more-btn {
  border: 0;
  padding: 10px 20px;
  background-color: #003f72;
  color: white;
  border-radius: 5px;
  margin-top: 30px;
}

#gallery-more {
  display: none;
}

.first-title {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  color: #003f72;
}

.first-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 55px;
  background-color: #003f72;
}

.first-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 95%;
  max-width: 255px;
  background-color: #003f72;
}

/* Top Header */
.header-top-section {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: var(--white-color);
}

.header-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  height: 60px;
  font-size: 16px;
}

.header-top-link {
  display: flex;
}

.header-top-link2 {
  display: flex;
  margin-bottom: 0;
}

.header-top-link2 li:not(:last-child) {
  border-right: 1px solid #003f72;
  margin-right: 0 20px;
}

.header-top-link li:not(:last-child) {
  border-right: 1px solid #003f72;
  margin-right: 30px;
}

.header-top-link li i {
  color: #003f72;
  font-size: 20px;
  margin-right: 10px;
}

.header-top-link li a {
  margin-right: 17px;
  font-size: 16px;
  color: #003f72;
  text-decoration: none;
}

.header-top-link2 li i {
  color: #003f72;
  font-size: 20px;
  margin: 0 20px;
}

@media (max-width: 992px) {
  .header-top-section {
    display: none;
  }
}

/* End Top Header */

/* header */

nav {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 90px;
  background: #003f72;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

nav .navbar-1 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  margin: auto;
}

nav .navbar-1 .logo img {
  width: 140px;
  margin-top: 16px;
}

nav .navbar-1 .logo {
  vertical-align: middle;
}

.navbar-1 .logo a {
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
}

nav .navbar-1 .nav-links {
  line-height: 90px;
  height: 100%;
}

nav .navbar-1 .links {
  display: flex;
}

nav .navbar-1 .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}

nav .navbar-1 .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
}

.links li:hover .htmlcss-arrow {
  transform: rotate(180deg);
}

nav .navbar-1 .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

nav .navbar-1 .links li .sub-menu {
  position: absolute;
  top: 90px;
  left: 0;
  line-height: 40px;
  background: #003f72;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}

.sub-logo img {
  width: 125px;
  margin-top: 16px;
}

nav .navbar-1 .links li .sub-menu li a {
  color: var(--primary-color);
}

nav .navbar-1 .links li:hover .htmlCss-sub-menu {
  display: block;
}

.navbar-1 .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-1 .links li .sub-menu a {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
}

.navbar-1 .nav-links .sidebar-logo {
  display: none;
}

.navbar-1 .bx-menu-alt-right {
  display: none;
}

.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.phone-number:hover {
  background-color: var(--primary-color);
}

.phone-number i {
  color: var(--white-color);
  font-size: 20px;
}

.nav-btn span {
  margin: 0 10px;
}

.nav-btn span a {
  color: var(--primary-color);
}

.display-apply {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 12px 0px !important;
  background-color: var(--secondary-color);
  display: none;
  z-index: 999;
}

.display-apply span {
  color: var(--white);
  font-size: 20px;
}

ul.links li a {
  position: relative;
}

ul.links li a::before {
  width: 0%;
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  top: 75%;
  background-color: var(--primary-color);
  transition: all ease 0.5s;
}

ul.links li a:hover:before {
  width: 100%;
}

@media (max-width: 1350px) {
  .nav-btn span {
    display: none;
  }

  .phone-number {
    margin-right: 10px;
  }
}

@media (max-width: 920px) {
  nav .navbar-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    /* max-width: 100%; */
    padding: 0 25px;
  }

  nav .navbar-1 .logo a {
    font-size: 27px;
  }

  nav .navbar-1 .links li {
    padding: 0 10px;
    white-space: nowrap;
  }

  nav .navbar-1 .links li a {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .navbar-1 .bx-menu-alt-right {
    display: block;
  }

  nav .navbar-1 .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    width: 100%;
    background: #003f72;
    line-height: 40px;
    /* padding: 20px; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    overflow: auto;
  }

  .navbar-1 .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
  }

  .sidebar-logo i,
  .navbar-1 .bx-menu-alt-right {
    font-size: 40px;
    color: var(--primary-color);
  }

  nav .navbar-1 .links {
    display: block;
    margin-top: 20px;
    padding: 0 18px;
  }

  nav .navbar-1 .links li .arrow {
    line-height: 40px;
  }

  nav .navbar-1 .links li {
    display: block;
  }

  nav .navbar-1 .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }

  nav .navbar-1 .links li .sub-menu li {
    border-bottom: none;
  }

  nav .navbar-1 .links li .sub-menu li a {
    text-transform: uppercase;
  }

  .navbar-1 .nav-links.show1 .links .htmlCss-sub-menu {
    display: block;
  }

  .navbar-1 .nav-links.show1 .links .htmlcss-arrow {
    transform: rotate(180deg);
  }

  .links li:hover .htmlcss-arrow {
    transform: rotate(0deg);
  }

  nav .navbar-1 .links li:hover .htmlCss-sub-menu {
    display: none;
  }
}

@media (max-width: 992px) {
  ul.links li a::before {
    top: 100%;
  }
}

.btn-web a {
  background-color: var(--primary-color);
  padding: 15px;
  text-decoration: none;
  color: var(--white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 18px;
}

@media (max-width: 576px) {
  .nav-btn .btn-web {
    display: none;
  }

  /* .display-apply{
            display: inline-block;
        } */
}

@media (max-width: 370px) {
  nav .navbar-1 .nav-links {
    max-width: 100%;
  }
}

/* End Header */

/* inner banner */
.inner-banner {
  position: relative;
  background-color: #003f72;
  background-image: url("../img/background.png");
  height: 200px;
}

.inner-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;
}

.inner-banner-content h1,
.inner-banner-content h5,
.inner-banner-content a {
  color: var(--white-color);
}

.inner-banner-content a {
  font-weight: 500;
}

.inner-banner-content span {
  margin: 0 10px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .inner-banner-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .inner-banner-content h5 {
    display: flex;
    align-items: center;
  }

  .inner-banner-content h1 {
    margin-bottom: 10px;
  }
}

/* end inner banner */

/* slider */
.home-banner-slider {
  overflow: hidden;
  padding: 0;
}

.home-banner-slider {
  position: relative;
  width: 100%;
  height: 500px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  background-color: #ffffff3f;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
  font-weight: 900 !important;
}

/* end slider */

/* direct contact */
.direct-contact {
  background-color: #003f72;
  padding: 30px 0;
}

.direct-contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.direct-contact-content h2 {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

/* .direct-contact-content a {
    padding: 8px 25px;
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--white-color);
}

.direct-contact-content a i {
    margin-left: 5px;
    font-size: 16px;
} */

@media (max-width: 992px) {
  .direct-contact-content {
    flex-direction: column;
    text-align: center;
  }

  .direct-contact-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .direct-contact-content a {
    margin-top: 10px;
  }
}

/* end direct contact */

/* about us */
.about-us {
  background: rgb(244, 244, 244);
  background: linear-gradient(
    90deg,
    rgba(244, 244, 244, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  /* padding-top: 50px; */
}

.about-us-image img {
  width: 100%;
  height: 500px;
}

.about-us-content {
  margin-top: 70px;
  margin-left: 70px;
}

.about-us-content h3 {
  font-size: 28px;
  color: #003f72;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.about-us-content h5 {
  font-size: 20px;
  color: #000;
}

.about-us-content p {
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}

.about-us-content a i {
  color: var(--white-color);
  transition: 0.3s;
  vertical-align: auto;
  margin-left: 5px;
}

.about-us-content a:hover .fa-circle-right {
  transform: translateX(5px) !important;
}

@media (max-width: 992px) {
  .about-us {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255) 50%,
      rgb(255, 255, 255) 50%
    );
  }

  .about-us-content {
    margin-top: 30px;
    margin-left: 0;
  }
}

/* end about us */

/* our gallery */
.our-gallery .image-row {
  display: flex;
  gap: 15px;
  transition: 0.3s ease-in-out;
}

.our-gallery .image-row.hidden {
  display: none;
}

.our-gallery .image-row.visible {
  display: flex;
}

.our-gallery .image {
  height: 300px;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#galleryLessBtn {
  display: none;
  margin-top: 15px;
}

/* responsive adjustments */
@media screen and (max-width: 400px) {
  .our-gallery .image-row {
    flex-direction: column;
  }

  .our-gallery .image {
    flex-basis: auto;
  }
}

.our-gallery .image-row {
  display: flex;
  gap: 15px;
}

.our-gallery .image-row .image {
  height: 300px;
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}

.our-gallery .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.our-gallery .image-01 {
  background-image: url("../img/cnc-cutting/CNC-design-9-jaali-cutting-design-for-your-home-main-03.jpg");
  flex: 1;
}

.our-gallery .image-02 {
  background-image: url("../img/acp-work/WhatsApp\ Image\ 2023-05-20\ at\ 10.37.08\ AM\ \(1\).jpeg");
  flex: 1;
}

.our-gallery .image-03 {
  background-image: url("../img/led-board/IMG20210821195307.jpg");
  flex: 2;
}

.our-gallery .image-04 {
  background-image: url("../img/creative-led-light/WhatsApp\ Image\ 2023-05-20\ at\ 10.29.44\ AM.jpeg");
  flex: 1;
}

.our-gallery .image-05 {
  background-image: url("../img/led-board/IMG20230214201230.jpg");
  flex: 2;
}

.our-gallery .image-06 {
  background-image: url("../img/channel-latter/IMG-20191024-WA0052.jpg");
  flex: 2;
}

.our-gallery .image-07 {
  background-image: url("../img/creative-led-light/IMG-20190828-WA0072.jpg");
  flex: 1;
}

.our-gallery .image-08 {
  background-image: url("../img/led-board/IMG20220212200635.jpg");
  flex: 3;
}

.our-gallery .image-09 {
  background-image: url("../img/creative-led-light/IMG20230405063215.jpg");
  flex: 1;
  margin-bottom: 0;
}

.our-gallery .image-10 {
  background-image: url("../img/led-board/IMG20220214192235.jpg");
  flex: 1;
}

.our-gallery .image-11 {
  background-image: url("../img/led-board/IMG-20200202-WA0039.jpg");
  flex: 2;
}

.our-gallery .image-12 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 2;
}

.our-gallery .image-13 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 2;
}

.our-gallery .image-14 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 1;
}

.our-gallery .image-15 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 2;
}

.our-gallery .image-16 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 1;
}

.our-gallery .image-17 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 2;
}

.our-gallery .image-18 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 1;
}

.our-gallery .image-19 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 1;
}

.our-gallery {
  text-align: center;
}

#viewMoreProjects {
  scroll-margin-top: 200px;
}

@media (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .our-gallery .image-row {
    flex-direction: column;
  }

  .our-gallery .image-row .image {
    flex-basis: auto;
  }
}
/* end our gallery */

/* video area */
.video-area {
  padding: 0;
  /* margin: 30px 0; */
  background-color: #003f72;
  background-image: url("../img/background.png");
}

.video-box video {
  width: 100%;
  height: auto;
  max-height: 500px;
  vertical-align: middle;
}

.video-area-text h4 {
  font-size: 23px;
  color: var(--paragraph-color);
  font-weight: 500;
}

.video-area-text {
  margin-top: 60px;
}

.video-area-text p {
  color: var(--paragraph-color);
  margin: 20px 0 50px 0;
  text-align: justify;
  font-weight: 400;
}

/* .video-area-text a {
    padding: 8px 25px;
    color: var(--black-color);
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--white-color);
}

.video-area-text a i {
    margin-left: 5px;
} */

@media (max-width: 1400px) {
  .video-area-text {
    margin-top: 10px;
  }
  .video-area-text h4 {
    font-size: 19px;
  }
  .video-area-text p {
    color: var(--paragraph-color);
    margin: 20px 0 30px 0;
    text-align: justify;
    font-weight: 400;
  }
}

@media (max-width: 992px) {
  .video-area-content {
    display: block;
    text-align: center;
  }

  .video-box video {
    width: 100%;
  }

  .video-area-text {
    margin: 50px 0;
  }
}

@media (max-width: 576px) {
  .video-area-text p {
    font-size: 18px;
    margin: 20px 0 30px 0;
  }

  .video-area-text a {
    font-size: 16px;
  }
}

/* end video area */

/* our customer */
.our-customer {
  background-color: #ddd;
}

.u-wrapper img,
.u-wrapper picture {
  max-width: 100%;
  display: block;
}

.u-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.c-carousel {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.c-carousel__wrapper.swiper {
  margin: 0 48px;
  position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
}

.c-carousel img {
  margin: 0 auto;
}

.c-carousel__controls {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-carousel__button--next,
.c-carousel__button--prev {
  cursor: pointer;
}

.c-carousel__button--prev.swiper-button-disabled,
.c-carousel__button--next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.c-carousel__item.swiper-slide {
  max-width: 300px;
  width: auto;
  flex-shrink: 0;
}

/* end our customer */

/* our projects */
.our-project-card {
  position: relative;
  overflow: hidden;
}

.project-card-image img {
  width: 100%;
  height: 400px;
}

.project-card-content {
  width: 100%;
  text-align: center;
  background-color: #003f72e3;
  color: var(--white-color);
  padding: 20px 0;
}

.project-card-content h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.project-card-content p {
  margin: 20px 0;
}

.project-card-btn a {
  border: 1px solid var(--white-color);
  padding: 5px 15px;
  letter-spacing: 1px;
  color: var(--white-color);
}

.project-card-content {
  position: absolute;
  left: 0;
  bottom: -90px;
  transition: 0.3s ease-in-out;
}

.our-project-card:hover .project-card-content {
  bottom: 0;
}

@media (max-width: 1400px) {
  .project-card-content {
    bottom: -110px;
  }
  .project-card-image img {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 992px) {
  .our-project-card {
    margin-bottom: 30px;
  }

  .project-card-content {
    bottom: -90px;
  }
}

@media (max-width: 650px) {
  .project-card-content {
    bottom: -110px;
  }

  .project-card-content h4 {
    font-size: 18px;
    text-transform: uppercase;
  }

  .project-card-image img {
    width: 100%;
    height: 230px;
  }
}

@media (max-width: 461px) {
  .project-card-content {
    bottom: -90px;
  }

  .project-card-content h4 {
    font-size: 16px !important;
    text-transform: uppercase;
  }

  .project-card-content p {
    margin: 10px 0;
  }

  .project-card-btn a {
    border: 1px solid var(--white-color);
    padding: 3px 5px;
    letter-spacing: 1px;
    color: var(--white-color);
  }
}

@media (max-width: 383px) {
  .project-card-content {
    bottom: -105px;
  }

  .project-card-content h4 {
    font-size: 13px !important;
    text-transform: uppercase;
  }

  .project-card-content p {
    margin: 5px 0;
  }

  .project-card-btn a {
    border: 1px solid var(--white-color);
    padding: 3px 5px;
    letter-spacing: 1px;
    color: var(--white-color);
  }
}

/* end our projects */

/* contact us for pages */
.contact-us-pages-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  vertical-align: middle;
  border-radius: 10px;
}

.contact-us-pages-form {
  background-color: #003f72;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding: 20px;
  width: 500px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 600px;
}

.contact-us-pages-form form {
  background-color: transparent;
  padding: 20px 40px;
  border-radius: 10px;
}

.contact-us-pages-form h2 {
  color: var(--white-color);
  text-align: center;
  margin-bottom: 20px;
}

.contact-us-pages-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--white-color);
}

.contact-us-pages-form input:focus,
.contact-us-pages-form textarea:focus {
  outline: none;
}

.contact-us-pages-form input,
.contact-us-pages-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  background-color: #003f72;
  border: 0;
  border-bottom: 1px solid var(--white-color);
  color: var(--white-color);
}

.contact-us-pages-form textarea {
  resize: vertical;
  min-height: 10px;
}

.contact-us-pages-form button {
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  color: #4a4e69;
}

.contact-us-for-pages {
  position: relative;
  margin: 100px 0;
}

.contact-us-pages-form {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 50px;
  top: -75px;
}

@media (max-width: 992px) {
  .contact-us-pages-form {
    position: static;
  }

  .contact-us-for-pages {
    margin: 50px 0;
  }

  .contact-us-pages-form {
    width: 100%;
    height: 500px;
  }

  .contact-us-pages-form form {
    padding: 0;
  }

  .contact-us-pages-map iframe {
    border-radius: 10px 10px 0 0;
  }

  .contact-us-pages-form {
    border-radius: 0px 0px 10px 10px;
  }
}
/* end contact us for pages */

/* contact details */
.contact-details .container {
  background-color: #f9f9f9;
  padding: 40px;
}

.contact-details h3 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #333;
}

.contact-info ul {
  padding: 0;
}

.contact-info ul li {
  margin-bottom: 20px;
}

.contact-info ul li a {
  display: flex;
  gap: 15px;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.contact-info ul li a i {
  font-size: 24px;
  color: #0056b3;
}

.contact-info-content h4 {
  margin: 0;
  font-size: 18px;
  color: #0056b3;
}

.contact-info-content p {
  margin: 5px 0 0;
  font-size: 16px;
}

.contact-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  font-family: "Signika Negative", sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* end contact details */

/* google map */
.google-map {
  background-color: #e9e9e9;
}

.map-area iframe {
  width: 100%;
  height: 350px;
  vertical-align: middle;
}

@media (max-width: 992px) {
  br {
    display: none;
  }
}

/* end google map */

/* our clients */
.our-clients-logo {
  width: 100%;
  max-width: 250px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  box-shadow: 0 0 3px #ccc;
  border-radius: 5px;
}

.our-clients-logo img {
  width: 150px;
  height: 75px;
  transition: 0.3s ease-in-out;
}

.our-clients-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.our-clients-logo:hover img {
  transform: scale(1.1);
}

#more {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {
  .our-clients-logo {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .our-clients-logo {
    max-width: 150px;
  }
}
/* end our clients */

/* about us pages */

.mt-30{
  margin-top: 30px;
}

.pages-about-us .row{
  display: flex;
  align-items: center;
}

.pages-about-us-image img {
  width: 100%;
}

.pages-about-us-content h3 {
  font-size: 28px;
  color: rgb(0, 63, 114);
  margin-bottom: 30px;
  text-transform: capitalize;
}

.pages-about-us-content p {
  font-size: 16px;
  text-align: justify;
  color: black;
  line-height: 25px;
}

.pages-about-us-content :nth-child(2) {
  margin-bottom: 10px;
}


@media (max-width: 992px) {
  .pages-about-us-image img {
    margin-bottom: 15px;
  }

  .pages-about-us .row{
    display: block;
  }
}
/* end about us pages */

/* footer */
footer {
  background-color: #003f72;
  padding: 30px 0;
}

.hidden-col {
  opacity: 0;
}

.footer-content-img img {
  width: 200px;
}

.footer-content-box p {
  color: var(--paragraph-color);
  margin: 30px 0;
  text-align: justify;
}

.footer-contact-icon i {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
  transition: 0.5s;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.footer-contact-icon i:hover {
  transform: scale(1.1);
}

.footer-content-box h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: var(--paragraph-color);
}

.footer-content-box ul a li {
  margin-bottom: 15px;
  color: var(--paragraph-color);
  font-size: 16px;
}

.footer-content-box ul a li i {
  margin-right: 8px;
}

.footer-list li {
  margin-bottom: 15px;
  transition: 0.2s ease-in-out;
}

.footer-list li:hover {
  transform: translateX(3px);
}

.footer-list li a {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
}

.footer-list li a i {
  margin-right: 6px;
}

.footer-address {
  display: flex;
  gap: 10px;
}

.footer-address i {
  font-size: 16px;
  color: var(--paragraph-color);
}

.footer-address a li {
  font-size: 16px;
}

.fa-location-dot {
  margin-right: 7px;
}

@media (max-width: 992px) {
  .footer-contact {
    text-align: center;
  }

  .email-box {
    margin: 15px 0;
  }

  .footer-contact-icon i {
    margin-right: 20px;
  }

  .client-review-card h4 {
    font-size: 20px;
  }
}

.copyright {
  text-align: center;
  margin-top: 15px;
}

.copyright p {
  margin-top: 30px;
  font-weight: 400;
  color: var(--paragraph-color);
}

.copyright img {
  width: 75px;
  vertical-align: middle;
  background-color: white;
}

/* end footer */

/* led sign board images */
.led-sign-image-01 {
  background-image: url("../img/led-board/WhatsApp\ Image\ 2023-05-18\ at\ 1.22.42\ PM.jpeg");
  flex: 1;
}
.led-sign-image-02 {
  background-image: url("../img/led-board/IMG-20200202-WA0039.jpg");
  flex: 1;
}
.led-sign-image-03 {
  background-image: url("../img/led-board/IMG20210821195307.jpg");
  flex: 2;
}
.led-sign-image-04 {
  background-image: url("../img/led-board/IMG-20210830-WA0072.jpg");
  flex: 1;
}
.led-sign-image-05 {
  background-image: url("../img/led-board/banner-3.jpg");
  flex: 2;
}
/* end led sign board images */

/* creative led light images */
.creative-led-light-image-01 {
  background-image: url("../img/creative-led-light/FB_IMG_1650731527271.jpg");
  flex: 1;
}

.creative-led-light-image-02 {
  background-image: url("../img/creative-led-light/IMG20190919005609.jpg");
  flex: 1;
}

.creative-led-light-image-03 {
  background-image: url("../img/creative-led-light/WhatsApp\ Image\ 2023-05-20\ at\ 10.29.44\ AM.jpeg");
  flex: 2;
}

.creative-led-light-image-04 {
  background-image: url("../img/creative-led-light/IMG-20190828-WA0072.jpg");
  flex: 1;
}

.creative-led-light-image-05 {
  background-image: url("../img/creative-led-light/IMG-20211208-WA0044.jpg");
  flex: 2;
}
/* end creative led light images */

/* cnc cutting images */
.cnc-cutting-image-01 {
  background-image: url("../img/cnc-cutting/What-Is-CNC-Cutting-Design.jpg");
  flex: 1;
}

.cnc-cutting-image-02 {
  background-image: url("../img/cnc-cutting/cnc-router.jpg");
  flex: 1;
}

.cnc-cutting-image-03 {
  background-image: url("../img/cnc-cutting/Mdf-Cnc-Cutting-Design-Cdr-File-Free-Download-Free-CDR-Vectors-Art.jpg");
  flex: 2;
}

.cnc-cutting-image-04 {
  background-image: url("../img/cnc-cutting/H6b8e03026ee146649bea807d5fe7394dq.jpg");
  flex: 1;
}

.cnc-cutting-image-05 {
  background-image: url("../img/cnc-cutting/IMG20221103143543.jpg");
  flex: 2;
}
/* end cnc cutting images */

/* channel latter */
.channel-latter-image-01 {
  background-image: url("../img/channel-latter/IMG-20191024-WA0056.jpg");
  flex: 1;
}

.channel-latter-image-02 {
  background-image: url("../img/channel-latter/IMG-20191030-WA0046.jpg");
  flex: 1;
}

.channel-latter-image-03 {
  background-image: url("../img/channel-latter/IMG-20191024-WA0052.jpg");
  flex: 2;
}

.channel-latter-image-04 {
  background-image: url("../img/channel-latter/IMG-20210830-WA0051.jpg");
  flex: 1;
}

.channel-latter-image-05 {
  background-image: url("../img/channel-latter/IMG-20210830-WA0072.jpg");
  flex: 2;
}
/* end channel latter */

/* call wapp icon */
.call-wpp-icon {
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.call-wpp-icon i {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.call-wpp-icon .call-icon i {
  background-color: #007bff;
  color: var(--white-color);
  font-size: 20px;
}

.call-wpp-icon .wapp-icon i {
  background-color: #25d366;
  color: var(--white-color);
  font-size: 24px;
}

@media (max-width: 576px) {
  .call-wpp-icon {
    bottom: 20px;
    right: 20px;
  }

  .call-wpp-icon i {
    width: 40px;
    height: 40px;
  }

  .call-wpp-icon .call-icon i {
    background-color: #007bff;
    color: var(--white-color);
    font-size: 18px;
  }

  .call-wpp-icon .wapp-icon i {
    background-color: #25d366;
    color: var(--white-color);
    font-size: 22px;
  }
}
/* end call wapp icon */
