* {
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #0b4ba2;
  --secondary-color: #ee4a24;
  --text-color: #1b1b1b;
}

html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #fff;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/*--------------------------------------------------------------
# Import Font
--------------------------------------------------------------*/
@font-face {
  font-family: crimson-text;
  src: url(./../font/CrimsonText-Regular.ttf);
}

@font-face {
  font-family: parkinsans-regular;
  src: url(./../font/Parkinsans-Regular.ttf);
}

.title {
  font-family: crimson-text !important;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: crimson-text !important;
}

.lead,
li,
label {
  font-family: parkinsans-regular !important;
}

.p,
p {
  font-size: 20px !important;
  font-weight: lighter;
  line-height: 1.7;
  font-family: parkinsans-regular !important;
}

/*--------------------------------------------------------------
# Scrollbar Styles
--------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/*--------------------------------------------------------------
# Bootstrap Class Customize Section
--------------------------------------------------------------*/

.form-label {
  font-family: parkinsans-regular !important;
  margin-bottom: 0.35rem !important;
}

.form-control {
  outline: none !important;
  border-color: gray !important;
  font-family: parkinsans-regular !important;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

.form-select {
  outline: none !important;
  box-shadow: none !important;
  border-color: gray !important;
  font-family: parkinsans-regular !important;
}

.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

select,
option {
  text-transform: capitalize !important;
}

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
.bg-theme-primary {
  background-color: var(--primary-color) !important;
}

.text-gray {
  color: var(--text-color) !important;
}

.bg-theme-secondary {
  background-color: var(--secondary-color) !important;
}

.text-theme-primary {
  color: var(--primary-color) !important;
}

.text-theme-secondary {
  color: var(--secondary-color) !important;
}

.shadow-primary {
  box-shadow: 0 0.5rem 1rem var(--primary-color);
}

.shadow-secondary {
  box-shadow: 0 0.5rem 1rem var(--secondary-color);
}

body {
  overflow-x: hidden !important;
}

a:hover {
  color: var(--secondary-color) !important;
}

.btn-theme-primary {
  background-color: var(--primary-color) !important;
  transition: 0.5s;
  color: #fff;
  font-size: large;
  font-weight: 700;
  padding: 10px 25px;
}

.btn-theme-primary:hover {
  background-color: transparent !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-color: var(--primary-color) !important;
  border-radius: 5px;
}

.btn-outline-theme-primary {
  border: 3px solid var(--primary-color) !important;
  transition: 0.5s;
  color: var(--text-color);
  font-size: large;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 1.5rem;
}

.btn-outline-theme-primary:hover {
  border: 3px solid transparent !important;
  background-color: var(--primary-color) !important;
  transition: 0.5s;
  color: #fff;
  font-size: large;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 0px;
  border-radius: 1.5rem;
}

.btn-light {
  background-color: #f8f9fa !important;
  transition: 0.5s;
  color: #000;
  font-family: parkinsans-regular !important;
  border: 2px solid transparent;
  font-size: large;
  font-weight: 700;
  padding: 10px 25px;
}

.btn-light:hover {
  background-color: transparent !important;
  color: #f8f9fa;
  border: 2px solid #f8f9fa;
  border-color: #f8f9fa !important;
  border-radius: 5px;
}

.border-theme-primary {
  border: 1px solid var(--primary-color);
}

.border-theme-primary-2 {
  border: 2px solid var(--primary-color);
}

.border-theme-primary-3 {
  border: 3px solid var(--primary-color);
}

.border-theme-primary-4 {
  border: 4px solid var(--primary-color);
}

.border-top-theme-primary {
  border-top: 1px solid var(--primary-color);
}

.border-bottom-theme-primary {
  border-bottom: 1px solid var(--primary-color);
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}

.border-left-theme-primary {
  border-left: 1px solid var(--primary-color);
}

.border-right-theme-primary {
  border-right: 1px solid var(--primary-color);
}

/*------------------------------------------------------------------- 
Slider Gallery 
-------------------------------------------------------------------*/
.arrow-btn {
  width: auto;
  background-color: var(--primary-color);
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-left: 0.25rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Preloader Styles
--------------------------------------------------------------*/

.content {
  display: none;
}

body.loaded .preloader-content {
  display: none;
}

body.loaded .content {
  display: block;
}

body.preloader-active {
  overflow: hidden !important;
  min-height: 100vh;
  /* Ensures full height */
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

/* Animation */
@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

/* Variables */
/* Loading Icon */
.loading {
  width: 100px;
  height: 100px;
}

.loading__ring {
  position: absolute;
  width: 100px;
  height: 100px;
}

.loading__ring:first-child {
  transform: skew(30deg, 20deg);
}

.loading__ring:last-child {
  transform: skew(-30deg, -20deg) scale(-1, 1);
}

.loading__ring:last-child svg {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loading__ring svg {
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  fill: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Banner & Title Sections
--------------------------------------------------------------*/

.single-slider {
  background-image: url(./../img/banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center center;
  width: 100%;
  height: 50vh;
}

.single-slider-overlay {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
}

.single-slider .container {
  position: relative;
  z-index: 1;
}

.slider-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5rem 2.5rem;
  /* box-shadow: 0 0.5rem 1rem rgba(11, 75, 162, 0.75); */
}

.title-text .title {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.hedaer-icon {
  background-color: var(--primary-color);
  color: #ffffff;
  width: 60px;
  height: 60px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

.navbar-custom {
  transition: 0.7s;
  box-shadow: 0px 0px 6px 3px rgba(2, 75, 117, 0.7) !important;
}

.navbar-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar-icon {
  cursor: pointer;
  transition: 0.3s;
}

.nav-Widgets-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.navbar-icon:hover {
  transform: scale(1.07);
}

.img-brand {
  width: 230px;
}

.nav-brand {
  color: var(--primary-color) !important;
}

.nav-brand-txt {
  width: 275px;
  height: 40px;
  font-size: 30px;
}

.nav-item .nav-link {
  background-color: transparent;
  color: var(--text-color) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: parkinsans-regular !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 1.5rem;
  transition: 0.3s !important;
  text-transform: capitalize !important;
}

.offcanvas {
  top: 0;
  right: 0;
  height: 100%;
  width: 250px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--secondary-color) !important;
  border-radius: 1.5rem;
  position: relative;
}

.dropdown-menu {
  width: 230px;
  background-color: #f5f5f5 !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-menu li a {
  color: var(--text-color);
  font-family: parkinsans-regular !important;
  text-decoration: none !important;
}

.dropdown-item {
  color: var(--text-color) !important;
  font-family: parkinsans-regular !important;
  margin-bottom: 15px !important;
  text-transform: capitalize !important;
}

.dropdown-item-icon {
  color: var(--primary-color) !important;
}

.dropdown-item-img {
  width: 20% !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  /* Initially hide the dropdown menu */
}

.dropdown-item:hover {
  background-color: var(--primary-color) !important;
  color: #f5f5f5 !important;
}

.dropdown-item:hover .dropdown-item-icon {
  color: #f5f5f5 !important;
}

.dropdown-item.active {
  background-color: var(--secondary-color) !important;
  color: #f5f5f5 !important;
}

.dropdown-item.active .dropdown-item-icon {
  color: #f5f5f5 !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
  # Section Heading
  --------------------------------------------------------------*/

.section-title {
  position: relative;
  margin: 3rem 0rem;
  display: inline-block;
  font-family: crimson-text !important;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 4px;
  width: 240px;
  background-image: linear-gradient(
    to right,
    #ed2025,
    var(--primary-color),
    #ef6123
  );
  transform: translateX(-50%);
  border-radius: 5px;
}

/*--------------------------------------------------------------
  # Home - Carousel Section
  --------------------------------------------------------------*/

.home-slider video {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Home - About us
--------------------------------------------------------------*/
.home-about-card {
  background-position: center center;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 325px;
  border: 2px solid var(--theme-red);
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 1rem;
}

.card-quality {
  background-image: url(./../img/home/quality.png);
}

.card-money {
  background-image: url(./../img/home/money.png);
}

.card-delivery {
  background-image: url(./../img/home/delivery.png);
}

.card-art {
  background-image: url(./../img/home/art.png);
}

.home-about-context {
  width: 100%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0rem;
  transition: 0.5s;
}

.home-about-context h3 {
  color: white;
  text-align: center;
}

.home-about:hover {
  background-color: transparent;
  transition: 0.5s;
  cursor: pointer;
}

.home-about-card:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.home-about-card:hover .home-about-context {
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--theme-gold) !important;
  transition: 0.5s;
}

.home-about:hover .home-about-context h3 {
  color: #fff;
}

/*--------------------------------------------------------------
  # Home - Client
  --------------------------------------------------------------*/

.client-section {
  background-image: url("./../img/about/Mission-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
}

.client-img {
  width: 155px;
  height: 155%;
  padding: 1px;
  margin: 0.5rem;
  background-color: #fff;
  padding: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
  # Home - Products
  --------------------------------------------------------------*/

.home-product-card {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 0 5px 2.5px var(--primary-color);
  cursor: pointer;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.home-product-card-icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: auto;
}

.home-product-card-title {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: cormorant-garamond;
  text-transform: capitalize;
  color: var(--primary-color);
  margin: 0.5rem 0rem;
}

.home-product-card:hover {
  box-shadow: 0 0 5px 2.5px var(--secondary-color);
}

.home-product-card:hover .home-product-card-title {
  color: var(--secondary-color);
}

.home-product-card:hover .home-product-card-icon {
  background-color: var(--secondary-color);
}

/*--------------------------------------------------------------
  # Home - Contact Us
  --------------------------------------------------------------*/

.get-in-touch-img {
  height: 550px;
  margin-bottom: 0.75rem;
}

/*--------------------------------------------------------------
  # About Us - Banner
  --------------------------------------------------------------*/

.about-banner {
  background-image: url(./../img/about/banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  width: 100%;
  height: 50vh;
}

.about-me-para {
  text-align: justify;
}

.brand-card {
  background-color: #ffff;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}

.brand-card-img {
  padding: 0.25rem;
  margin: 0.75rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}

.brand-card-content {
  background-color: var(--primary-color);
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: 0.5s;
}

.brand-card-text {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.15rem;
}

.brand-card:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.brand-card:hover .brand-card-content {
  background-color: var(--secondary-color);
  transition: 0.5s;
}

.properator-section {
  background-image: url(./../img/about/properator-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
}

.properator-card {
  background-color: var(--primary-color);
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 1.25rem;
}

.properator-card-content {
  height: 125px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0.5rem 0rem;
}

.mission-section {
  background-image: url(./../img/about/why-choose-us.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
}

.why-choose-card {
  background-color: rgba(225, 225, 225, 0.9);
  cursor: pointer;
  text-align: center;
  padding: 1.25rem 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

.why-choose-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  transition: 0.4s;
}

.why-choose-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: 700;
  margin: 1rem 0rem;
}

.why-choose-card:hover {
  box-shadow: 0 0 5px 2.5px var(--secondary-color);
}

.why-choose-card:hover .why-choose-icon {
  transform: scale(1.15);
  transition: 0.4s;
}

.testimonial-card {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}

.testimonial-card-img {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin-bottom: 0.5rem;
}

.testimonial-profile-img {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  object-fit: cover;
}

.testimonial-card-content {
  height: 185px;
  border-top-right-radius: 1rem;
  padding: 0.5rem 1rem;
}

.testimonial-card-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.call-to-banner {
  background-image: url(./../img/about/call-to-action.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.call-to-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.call-to-btn {
  background-color: lightskyblue !important;
  transition: 0.5s;
  color: #000;
  font-size: large;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 0px;
  text-transform: capitalize;
}

.call-to-btn:hover {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #f5f5f5;
  border-color: #f5f5f5 !important;
}

.accordion {
  --bs-accordion-border-color: transparent;
}

.accordion-button {
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 1.25rem 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px 2.5px rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
  transition: 0.4s;
}

.accordion-body {
  background-color: var(--primary-color);
  color: #fff !important;
  cursor: pointer;
  padding: 1.25rem 0.75rem;
  border-radius: 0.35rem;
  margin-bottom: 1.25rem;
  transition: 0.4s;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: var(--primary-color);
  color: white;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: 0px !important;
  outline: none !important;
}

.accordion-button {
  background-color: transparent;
  color: #000;
  border: none;
}

.accordion-button:not(.collapsed):not(:focus) {
  background-color: var(--primary-color);
  color: white;
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0px !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  background-color: var(--primary-color);
  color: white;
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0px !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed):focus {
  background-color: var(--primary-color);
  color: white;
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0px !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

/*--------------------------------------------------------------
  # Survey Styles
  --------------------------------------------------------------*/

.survey-banner {
  background-image: url(./../img/survey/survey-banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  width: 100%;
  height: 50vh;
}

.survey-card {
  background-color: #ffff;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}

.survey-card-img {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  transition: 0.5s;
}

.survey-card-content {
  background-color: var(--primary-color);
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: 0.5s;
}

.survey-card-text {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.survey-card-button {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 26px;
  text-transform: capitalize;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s;
}

.survey-card:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.survey-card:hover .survey-card-content {
  background-color: var(--secondary-color);
  transition: 0.5s;
}

.survey-card:hover .survey-card-button {
  background-color: var(--secondary-color);
  transition: 0.5s;
}

/*--------------------------------------------------------------
  # Products Styles
  --------------------------------------------------------------*/

.products-banner {
  background-image: url(./../img/products/banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  width: 100%;
  height: 50vh;
}

.drager-secton {
  background-image: url(./../img/products/drager-banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  width: 100%;
}

.product-bg {
  background-image: url(./../img/bg-item.webp);
  background-position: 8vw 80px;
  background-repeat: no-repeat;
  background-size: 225px auto;
}

.product-card {
  background-color: #ffff;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}

.product-card-img {
  padding: 0.25rem;
  margin: 0.75rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}

.product-card-content {
  background-color: var(--primary-color);
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition: 0.5s;
}

.product-card-text {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.15rem;
}

.product-card:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.product-card:hover .product-card-content {
  background-color: var(--secondary-color);
  transition: 0.5s;
}

.enquiry-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
  # Gallery Icon 
  --------------------------------------------------------------*/

.gallery-item {
  position: relative;
  overflow: hidden;
}

.content {
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.zoom-icon {
  font-size: 24px;
  color: white;
}

img {
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
  # Training & Demos Styles
  --------------------------------------------------------------*/

.training-banner {
  background-image: url(./../img/traning-demos/banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: top center;
  width: 100%;
  height: 50vh;
}

.training-demos-section {
  background-image: url("./../img/traning-demos/parallax-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
}

.training-card {
  background-color: #ffff;
  color: var(--primary-color);
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s;
}

.training-icon {
  width: 75px;
  height: 75px;
  background-color: var(--secondary-color);
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  font-size: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: 0.5s;
}

.training-card-content {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.training-card-text {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.training-card:hover {
  background-color: var(--secondary-color);
  color: #fff;
  transition: 0.5s;
}

.training-card:hover .training-icon {
  background-color: var(--primary-color);
  transition: 0.5s;
}

/*--------------------------------------------------------------
  # Contact 
  --------------------------------------------------------------*/

.contact-banner {
  background-image: url(./../img/contact/banner.jpg);
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center center;
  width: 100%;
  height: 50vh;
}

.contact-content {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  margin-top: 5rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4.5rem !important;
}

.contact-info-card {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 1rem;
}

.contact-info-card-content {
  height: 90px;
  display: flex;
  align-items: center;
}

.contact-info-card-txt {
  font-size: 17px;
  font-family: parkinsans-regular;
}

.contact-info-card:hover {
  transition: 0.3s;
  border-color: var(--primary-color);
}

.contact-detail-card {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 1rem;
}

.contact-detail-card-content {
}

.contact-form {
  width: 100% !important;
  height: 550px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}

.contact-map {
  width: 100% !important;
  height: 550px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  font-size: 1.5rem;
  border-radius: 50%;
  transition: 0.3s;
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer-rainbow-bg {
  background-image: linear-gradient(
    to right,
    #ed2025,
    var(--primary-color),
    #ef6123
  );
  width: 100%;
  height: 5px;
}

.footer-section {
  background-color: whitesmoke;
}

.footer-icon {
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  font-size: 1.5rem;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-back-img {
  background-image: url(./../img/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0rem;
}

.footer-img {
  width: 30%;
}

.foot-svg-txt {
  width: 275px;
  height: 40px;
  font-size: 30px;
}

.footer-title {
  color: var(--primary-color);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

.footer-text {
  font-size: 18px;
  font-family: parkinsans-regular;
  margin-bottom: 0.25rem;
}

.footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 45px;
  background: var(--secondary-color);
}

.social-icon {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: #f7f7f7;
  border-radius: 50%;
  font-size: 1.5rem;
  padding: 0.5rem 0.75rem;
  transition: 0.3s;
}

.social-icon:hover {
  color: var(--secondary-color);
}

.footer-bg-secondary {
  background-color: #4c4174;
}

.company-link:hover {
  color: var(--secondary-color) !important;
}

/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/

.mobile-widget {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top: 2px solid var(--secondary-color);
}
