/* 
    Website name: AL JAZEYAH WORKSHOP LLC.
    Author: Sazzad
*/

/* ============ Header start ============= */
header {
  /* background: #1b4c9bcc; */
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(179,204,244,1) 35%, rgba(27,76,155,1) 100%);
}

header.scrolled {
  padding: 10px;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(179,204,244,1) 35%, rgba(27,76,155,1) 100%);
}

header .navbar {
  padding: 14px 0;
}

header .site-logo {
  max-width: 65px;
}

header .nav-item {
  padding: 10px 15px;
}

header .nav-link {
  position: relative;
  color: #fff;
  font-weight: 600;
  padding: 0 !important;
}

header .nav-link:hover {
  color: #fff;
}

header.scrolled .nav-link {
  color: #fff !important;
}

header .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  height: 2px;
  width: 0;
  max-width: 100%;
  background-color: #fff;
  transition: 0.3s;
}

header .nav-item:hover .nav-link::before {
  width: 80px;
}

header .nav-link.active::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

header .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 2px 2px 20px rgb(0 0 0 / 10%);
}

header .dropdown-menu .dropdown-item {
  padding: 8px 20px;
}

header .dropdown:hover .dropdown-menu {
  display: block;
}

header .btn {
  line-height: 32px;
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

#scrollToTop:hover {
  background-color: #0056b3;
}

#fixedMenuIcon {
  display: none !important;
  position: fixed;
  top: 8px;
  right: 2vw;
  z-index: 10001;
  color: #007bff;
  border: none;
  background: #fff;
  border-radius: 2px;
  padding-top: 6px;
}

#fixedMenuIcon i {
  font-size: 22px;
}

#fixedLogo {
  position: fixed;
  top: 0;
  left: 10vw;
  z-index: 10001;
  
}

#fixedLogo img {
  max-width: 128px;
  margin-top: 5px;
  padding: 4px;
}

/* .box {
  position: relative;
  display: block;
  background: linear-gradient(0deg, black, #444444);
} */

.glowing::before{
  content: '';
  position: absolute;
  left: -4px;
  top: -3px;
  background: linear-gradient(45deg, #7492f7, #7c8ceb, #224cd6, #4e6dd3, #374b8a, #8da5f3, #213988, #3254c4, #4a67c7);
  background-size: 500%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: -1;
  animation: glower 30s linear infinite;
}

@keyframes glower {
  0% {
    background-position: 0 0;
  }
  
  50% {
    background-position: 500% 0;
  }
  
  100% {
    background-position: 0 0;
  }
}
.header-lg {
  /* display: none; */
  margin-top: 35px;
}

.header-lg.scrolled {
  margin-top: 0;
}

#fixSiteName {
  position: fixed;
  top: 30px;
  left: 10vw;
  z-index: 10002;
  display: none;
}

.site-name {
  /* background: #fff; */
  color: #fff;
  padding: 0 4px;
}

.header-lg.scrolled .site-name {
  display: block !important;
}

/* ============ Header end ============= */

/* ============ home page start ============= */
.page-banner-area .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
  text-align: center;
}

.hero-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  pointer-events: none;
  transform: scale(1.19);
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: 8px;
}

.hero-content p {
  font-size: 20px;
}

.home-about .about-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.home-about .img-sm img {
  height: 220px;
}

.home-about .img-lg img {
  height: 420px;
}

.home-divisions img {
  height: 130px;
  object-fit: contain;
}

.home-services {
  background: url("../images/services-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home-services .overlay {
  background-color: #000000cf;
}

.home-services img {
  width: 100%;
  object-fit: cover;
}

.home-services .img-lg img {
  height: 500px;
}

.home-services .img-sm img {
  height: 242px;
}

.home-services .service-list li {
  display: flex;
  gap: 8px;
  margin-bottom: 2px;
}

.home-services .service-list li i {
  padding-top: 6px;
}

.home-testimonial .user-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* ============ home page end ============= */

/* ============ other pages start ============= */
.product-list img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}

.product-overview p {
  font-size: 18px;
}

.product-overview .box {
  border: 1px solid #134d7d;
  border-radius: 8px;
}

.product-overview .prod-img {
  border-radius: 12px;
}

.product-overview .flag {
  width: 30px;
}

.point-icon {
  background-color: #134d7d;
  color: #fff;
  margin-right: 8px;
  border-radius: 4px;
  padding: 2px 8px;
}

.sister-concern .logo-box {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  padding: 20px;
  border: 2px solid #134d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.sister-concern .logo-box img {
  width: 80%;
  /* height: 100px; */
  object-fit: cover;
}

/* timeline */
.timeline {
  position: relative;
  padding: 20px 0;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-item {
  position: relative;
  margin: 20px 0;
  width: 50%;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.timeline-item.left {
  left: 0;
  transform: translateX(0);
}

.timeline-item.right {
  left: 50%;
  transform: translateX(0);
}

.timeline-item .date {
  font-size: 1.2rem;
  font-weight: bold;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 4px solid #134d7d;
  border-radius: 50%;
  top: 20px;
  left: -6px;
  z-index: 1;
}

.timeline-item.right::after {
  left: auto;
  right: -6px;
}

.why-choose-items .item {
  background-color: #0061df;
  padding: 20px 8px;
  border-radius: 8px;
  transition: 0.2s;
}

.why-choose-items .item:hover {
  transform: translateY(-8px);
}

.why-choose-items img {
  width: 85px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.why-choose-items h5 {
  color: #fff;
}

.address-area {
  background-color: #f7f7f7;
}

.client-list img {
  border: 1px solid #134d7d;
  padding: 4px;
}

.profile-card {
  background-color: #ddd;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.profile-card img {
  width: 100%;
  object-fit: cover;
  /* height: 180px; */
}

.profile-card .info {
  padding: 15px;
}

.profile-card .contact-icons {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  display: none;
}

.profile-card:hover .contact-icons {
  display: flex;
}

.profile-card .contact-icons a {
  color: #fff;
  background-color: #0061df;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 1px 4px 4px -1px #ccc;
}

.product-details-area .tab-box {
  border-top: 1px solid #aaa;
}

.product-details-area .nav {
  margin-top: -22px;
}

.product-details-area .nav .nav-link {
  background-color: #fff;
}

.product-details-area .nav .nav-link.active {
  background-color: #134d7d;
}

.team-main-img {
  padding: 4px;
  /* border: 2px solid #0056b3; */
}

.product-details-area .tab-content img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* ============ other pages end ============= */

/* ============ footer start ============= */
footer .site-logo {
  width: 180px;
}

.footer-top-area {
  background: url("../images/footer-pattern.png");
  background-position: center;
  background-size: cover;
  background-color: #0061df;
}

.footer-middle-area .heading {
  font-family: "Poppins", sans-serif;
}

.footer-middle-area .link-item {
  margin-bottom: 10px;
}

.footer-middle-area .link-item a {
  color: #424242;
  position: relative;
}

.footer-middle-area .link-item a:hover {
  color: #134d7d;
  padding-left: 20px;
}

.footer-middle-area .link-item a:hover:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #134d7d;
  left: 0;
  top: 11px;
}

.footer-middle-area .social-icons-area a {
  margin-right: 20px;
}

.footer-middle-area .social-icons-area i {
  font-size: 20px;
}

.footer-bottom-area .copyright-text {
  border-top: 1px solid #e1e1e1;
  padding: 16px 0;
}

/* ============ footer end ============= */

/* ============ terms privacy start ============= */
.terms-privacy p {
  margin-bottom: 16px;
}

/* ============ terms privacy start ============= */