@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: roboto;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* General Styles */
/* Update your existing body styles */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

/* Update the main container */
.main-container {
  width: 100%;
  overflow-x: hidden;
}

/* Ensure all sections have proper width constraints */
.hero,
.about-us-contaner,
.card-container,
.logos,
footer {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Default styling for the logo */
.logo {
  display: flex;
  position: absolute;
  left: 20px;
  padding: 0px 0px;
  margin: 0px 0px;
  top: 0px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.logo-img {
  top: 15px;
  position: relative;
  padding: 0px 0px;
  margin-bottom: 30px;
  height: 40px;
  /* Adjust to fit within the header */
  width: 60px;
  /* Maintains aspect ratio */
}


h1,
h2,
h3 {
  margin: 0;
}

.logo h2 {
  color: #1C4355;
  font-size: 25px;
}

.logo span {
  color: #E67E22;
  ;
}

a {
  text-decoration: none;
  color: inherit;
}

.nav-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 15px 0;
  z-index: 1000;
  /* Lower than sidebar */
  height: 60px;
}

/* Logo Section */
header .logo {
  font-size: 24px;
  font-weight: bold;
  color: #E67E22;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-top: 20px;
}

header nav a {
  margin: 0 15px;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease;
  margin-top: 15px;
}

header nav a:hover {
  color: #E67E22;
}

header .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

header .buttons .button-1,
header .buttons .button-2 {
  width: auto;
}

header .buttons .btn,
header .buttons .btn2 {
  color: #E67E22;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #E67E22;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

header .buttons .btn:hover,
header .buttons .btn2:hover {
  color: white;
}

header .buttons .btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #E67E22;
  z-index: -1;
  transition: all 1s;
}

header .buttons .btn2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #E67E22;
  z-index: -1;
  transition: all 1s;
}

header .buttons .btn:hover::before,
header .buttons .btn2:hover::before {
  width: 160%;
}

/* Dropdown Menu Styling */
.dropdown {
  position: relative;
  display: inline-block;
}

.sidebar-dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  top: 20px;
  left: -100px;
  min-width: 700px;
  padding: 20px 10px;
  background-color: white; 
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 100;

  display: flex;
  /* Always flex */
  flex-direction: row;
  /* Stay horizontal */
  gap: 50px 10px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
}

/* Individual Column Styling */
.dropdown-column {
  width: 220px;
}

.dropdown-column h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid #ddd;
}

.dropdown-column a {
  color: black;
  padding: 2px 0;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
/* .dropdown-column a:hover {
  background-color: #f4f4f4;
} */

/* Show dropdown when hovering */
.dropdown:hover .dropdown-content {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.sidebar-dropdown.active .dropdown-content {
  display: block;
  /* Show dropdown when active */
}

.sidebar-dropdown.active .sidebar-nav {
  display: flex;
  /* Makes the dropdown content visible */
  top: 500px;
}

/* Arrow Buttons for Dropdown Links */
.arrow-btn {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  float: right;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  /* Start off-screen */
  width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  transition: right 0.3s ease;
  z-index: 1001;
  /* Higher than navbar */
  padding: 20px;
  box-sizing: border-box;
  background-color: #E67E22;
  overflow-y: auto;
  /* Add scrollbar when content overflows */
  display: none;
  /* Hide sidebar by default */
}

/* Arrow Buttons for Dropdown Links */
.arrow-btn {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
  float: right;
}

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full-screen hero */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay for better text readability */
  z-index: 0;
}

.hero .container {
  /* position: relative; */
  z-index: 1;
  /* Ensures text stays above overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
  width: 50%;
}

.hero .cta-button {
  background: #E67E22;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hero .cta-button:hover {
  background: #D35400;
}


/* About Us Section */

/* About Us Section */

/* Container styling */
.about-us-contaner {
  display: flex;
  justify-content: flex-start;
  /* Align container to the left */
  align-items: center;
  height: 100vh;
  /* Full viewport height */
  position: relative;
  background-color: #f9f9f9;
  /* Optional background color */
  padding-left: 10%;
  /* Add padding to move content away from the edge */
}

/* Content styling */
.about-us-content {
  width: 30%;
  /* 30% of the container width */
  position: relative;
  z-index: 2;
  /* Ensure content is above the image */
  padding: 20px;
}

/* Title container styling */
.about-us-title {
  margin-bottom: 30px;
  /* Add space between title and text */
}

.about-us-title h1 {
  font-size: 3.5rem;
  /* Larger font size for the title */
  color: #333;
  /* Dark text color */
  line-height: 1.2;
  /* Improve readability */
}

/* Text container styling */
.about-us-text {
  background-color: rgba(255, 255, 255, 0.9);
  /* Semi-transparent white background */
  padding: 20px;
  /* Add padding for better spacing */
  border-radius: 10px;
  /* Optional rounded corners */
}

/* Text styling */
.about-us-text h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #555;
  /* Slightly lighter text color */
}

.about-us-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  /* Even lighter text color */
}

.about-us-contaner .btn-container {
  width: 100%;
  height: 2.3em;
  margin: 0.5em;
  /* background: black; */
  position: absolute;
  bottom: 0px;
  left: 230px;
  border-radius: 0.625em;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* From Uiverse.io by CristianMontoya98 */
.about-us-contaner .btn-container button {
  width: 8.5em;
  height: 2.3em;
  margin: 0.5em;
  background: black;
  color: white;
  border: none;
  border-radius: 0.625em;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  right: 230px;
  z-index: 1;
  overflow: hidden;

}

.about-us-contaner .btn-container button:hover {
  color: black;
}

button:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.about-us-contaner .btn-container button:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Social icons styling */
.social {
  margin-top: 20px;
}

.social a {
  color: #333;
  /* Icon color */
  margin-right: 15px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social a:hover {
  color: #D35400;
  /* Change color on hover */
}

/* Image styling */
.about-image {
  position: absolute;
  right: 190px;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
  /* Image takes up 60% of the container width */
  z-index: 1;
  /* Ensure image is behind the content */
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  /* Optional rounded corners */
}

/* Services Section */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  height: 100vh;
  margin: 50px 0;

}

.card {
  display: block;
  position: relative;
  max-width: 500px;
  max-height: 720px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #c3e6ec, #a7d1d9);
  font-family: Arial, Helvetica, sans-serif;
  flex: 1 1 calc(33.333% - 40px);
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

.card::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  filter: blur(0px);
  transition: filter 0.35s ease-out;
}

.blur {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid white;
  opacity: 1;
  height: 100px;
  width: 600px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(5px);
  transition: transform 2s ease-out;

}

.card-title {
  color: #262626;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
  position: absolute;
}

.small-desc {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-out, height 0.1s ease-out;
  position: absolute;
  top: 150px;
}

.card:hover .blur {
  opacity: 0;
}

.card:hover .small-desc {
  opacity: 1;
  height: auto;
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #d67b2c, #d67b2c);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #d67b2c, #d67b2c);
  height: 45px;
  width: 47px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.card:hover:after {
  transform: scale(28);
  filter: blur(8px);
  background-color: transparent;
}

.card:hover .card-title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

.logos {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-slide {
  display: inline-block;
  animation: 8s slide infinite linear;
  /* Increased speed (reduced duration) */
}

.logos-slide img {
  height: 100px;
  width: 150px;
  aspect-ratio: 3 / 2;
  /* Adjust as needed */
  object-fit: contain;
  margin: 0 40px;
  /* Increased gap between images */
}

/* Keyframes for sliding animation */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-70%);
    /* Move only half the width for seamless looping */
  }
}

/* Footer Styling */
footer {
  background-color: #2C3E50;
  /* Dark Navy Blue */
  color: #FFFFFF;
  /* White */
  padding: 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #E67E22;
  /* Industrial Orange */
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #FFFFFF;
  /* White */
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #E67E22;
  /* Industrial Orange */
}

.shipping-note {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #FFFFFF;
  /* White */
}

.shipping-note strong {
  color: #E67E22;
  /* Industrial Orange */
}

.copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #FFFFFF;
  /* White */
}

.shipping-note {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #bdc3c7;
}

.copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #bdc3c7;
}

.comn-py.stats {
  background-color: #d3d3d3;
  /* Light gray background */
  padding: 10px 0;
  /* Reduced padding to minimize height */
  text-align: center;
  height: 140px;
  /* Auto height to fit the content */
  position: relative;

}

.comn-py.stats span {
  height: 30px;
  width: 1px;
  background-color: black;
}

.comn-py.stats h2 {
  font-size: 1.8rem;
  /* Smaller font size */
  margin-bottom: 10px;
  /* Reduced margin */
}

.stats_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* Vertically center the stats items */
  flex-wrap: wrap;
}

.stats_item {
  flex: 1;
  max-width: 260px;
  /* Smaller width for each stat item */
  margin: 10px;
}

.stats_item h2 {
  font-size: 2.5rem;
  /* Smaller font size */
  font-weight: bold;
  color: #2c3e50;
}

.stats_item p {
  font-size: 1rem;
  /* Smaller text for the description */
  color: #7f8c8d;
  margin-top: 5px;
}

.stats_divider {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 2px;
  background-color: #2c3e50;
  /* Dark line between stats */
  display: none;
}

/* form section CSS*/



link[rel="icon"] {
  width: 192px;
  height: 192px;
}

.main-form-container {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease 1s;
}

.main-form-container .form-container {
  height: 100vh;
  width: 50%;
  position: absolute;
  top: 0px;
}

.main-form-container .forms-wrapper form {
  height: 120vh;
}

.main-form-container .form-container .header-section {
  height: 300px;
  width: 100%;
  position: absolute;
  top: 91px;
  justify-content: center;
  display: flex;
}

.main-form-container .form-container .header-section .logo {
  width: 100px;
  height: 100px;
  position: absolute;
}

.main-form-container .form-container .header-section .logo img {
  width: 260px;
  height: 260px;
  position: relative;
  right: 75px;
  top: 20px;
}

.main-form-container .form-container .header-section .heading {
  position: absolute;
  top: 200px;
  margin-top: 40px;
  display: flex;
}

.main-form-container .form-container .header-section .heading h1 {
  font-family: roboto;
  font-weight: 400;
  position: relative;
}

.main-form-container .form-container .header-section .heading h1::after {
  position: absolute;
  height: 10px;
  width: 100%;
  background-color: #d67b2c;
  z-index: 1000;
}

.main-form-container .form-container .header-section .heading h1 a {
  color: black;
  text-decoration: none;
}

.main-form-container .form-container .header-section .heading span {
  margin: 10px 30px;
  height: 20px;
  width: 2px;
  background-color: #d67b2c;
}

.main-form-container .form-container .form {
  height: 950px;
  position: absolute;
  top: 399px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.main-form-container .form-container .form form {
  width: 98%;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.main-form-container .form-container .form form .name label {
  font-size: 21px;
  color: gray;
}

.main-form-container .form-container .form form .name .first-name {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .name .first-name i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .name .first-name input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form form .name .first-name input::placeholder {
  font-size: 20px;
}

.main-form-container .form-container .form form .name .first-name i.after::after {
  content: "";
  font-size: 10px;
  position: absolute;
  top: 15px;
  left: 55px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #d67b2c;
}

.main-form-container .form-container .form form .name .first-name:nth-child(2) {
  margin: 20px 0;
}

.main-form-container .form-container .form form .email label {
  font-size: 21px;
  color: gray;
  position: relative;
  top: 10px;
}

.main-form-container .form-container .form form .email .email-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .email .email-input i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .email .email-input input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form form .phone label {
  font-size: 21px;
  color: gray;
  position: relative;
  top: 10px;
}

.main-form-container .form-container .form form .phone .phone-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .phone .phone-input i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .phone .phone-input input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form button {
  justify-content: center;
  position: relative;
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background-color: #E67E22;
  margin: 20px 0;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: white;
}

.main-form-container .form-container .form button:hover {
  background-color: #d67b2c;
  transition: all ease-out 0.3s;
}

/* ---------------- company info starts here ------------------- */
.main-form-container {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-form-container .form-container {
  height: 1100px;
  width: 50%;
  position: relative;
}

.main-form-container .form-container .header-section {
  height: 300px;
  width: 100%;
  position: absolute;
  top: 91px;
  justify-content: center;
  display: flex;
}

.main-form-container .form-container .header-section .logo {
  width: 100px;
  height: 100px;
  position: absolute;
}

.main-form-container .form-container .header-section .logo img {
  width: 260px;
  height: 260px;
  position: relative;
  right: 75px;
  top: 20px;
}

.main-form-container .form-container .header-section .heading {
  position: absolute;
  top: 200px;
  margin-top: 40px;
}

.main-form-container .form-container .header-section .heading h1 {
  color: black;
  font-family: roboto;
  font-weight: 400;
}

.main-form-container .form-container .form {
  height: 730px;
  position: absolute;
  top: 399px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.main-form-container .form-container .form form {
  width: 98%;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.main-form-container .form-container .form form .company-name label {
  font-size: 21px;
  color: gray;
}

.main-form-container .form-container .form form .company-name .company-name-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .company-name .company-name-input i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .company-name .company-name-input input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form form .email label {
  font-size: 21px;
  color: gray;
  position: relative;
  top: 10px;
}

.main-form-container .form-container .form form .email .email-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .email .email-input i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .email .email-input input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form form .phone label {
  font-size: 21px;
  color: gray;
  position: relative;
  top: 10px;
}

.main-form-container .form-container .form form .phone .phone-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .phone .phone-input i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .phone .phone-input input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form form .address label {
  font-size: 21px;
  color: gray;
  position: relative;
  top: 10px;
}

.main-form-container .form-container .form form .address .address-input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
}

.main-form-container .form-container .form form .address .address-input i {
  font-size: 30px;
  margin: 15px 30px;
  color: #d67b2c;
}

.main-form-container .form-container .form form .address .address-input input {
  width: 80%;
  background: transparent;
  border: none;
  height: 100%;
  position: absolute;
  top: 0%;
  font-size: 20px;
  outline: none;
}

.main-form-container .form-container .form button {
  justify-content: center;
  position: relative;
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background-color: #E67E22;
  margin: 20px 0;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.main-form-container .form-container .form button:hover {
  background-color: #d67b2c;
  transition: all ease 0.3s;
}

/* Address Form Dropdown Effect */
/* Address Inputs Container */

.address-inputs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

/* Address Form Styles */
.address-info {
  height: 200px;
}

.address-info label {
  font-size: 21px;
  color: gray;
  position: relative;
  top: 10px;
}

.address-input,
.address-2-input {
  width: 96.8%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.address-input input,
.address-2-input input {
  width: 100%;
  background: transparent;
  border: none;
  height: 100%;
  font-size: 20px;
  outline: none;
}

.additional-address {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 6px;
  margin-top: 20px;
}

.additional-address .city,
.additional-address .state,
.additional-address .postal-code,
.additional-address .country {
  width: 96.8%;
  height: 60px;
  border-radius: 10px;
  background-color: rgb(226, 226, 226);
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 15px;
}

.additional-address input {
  width: 100%;
  background: transparent;
  border: none;
  height: 100%;
  font-size: 20px;
  outline: none;
}

/* Terms and Conditions Checkbox */
.terms-and-conditions {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.terms-and-conditions input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #d67b2c;
}

.terms-and-conditions label {
  font-size: 16px;
  color: gray;
}

.terms-and-conditions a {
  color: #d67b2c;
  text-decoration: none;
}

.terms-and-conditions a:hover {
  text-decoration: underline;
}

/* Terms and conditions  */

/* Modal Styles */
/* Modal Styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /* overflow: auto; Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  border-radius: 10px;
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 5% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  max-width: 600px;
  border-radius: 10px;
  max-height: 80vh;
  /* Limit height to 80% of the viewport */
  overflow-y: auto;
  /* Enable vertical scroll */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: 100px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Styling for h2 */
.modal-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #E67E22;
  padding-bottom: 10px;
}

/* Styling for h3 */
.modal-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Styling for p */
.modal-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

/* Styling for unordered lists */
.modal-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.modal-content ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 5px;
}

/* Styling for links */
.modal-content a {
  color: #E67E22;
  text-decoration: none;
}

.modal-content a:hover {
  text-decoration: underline;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #d67b2c;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #8b4e18;
  border-radius: 10px;


}

.wrapper {
  max-width: 75%;
  margin: auto;
}

.wrapper>p,
.wrapper>h1 {
  margin: 1.5rem 0;
  text-align: center;
}

.wrapper>h1 {
  letter-spacing: 3px;
}

.accordion {
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  font-size: 1.2rem;
  width: 100%;
  padding: 2rem 2.5rem;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.accordion i {
  font-size: 1.6rem;
  transition: transform 0.4s ease, color 0.2s ease;
}

.accordion:hover i {
  color: #E67E22;
}

.accordion.active i {
  transform: rotate(180deg);
  color: #E67E22;
}

.active,
.accordion:hover {
  background-color: #f1f7f5;
}

.pannel {
  padding: 0 2rem;
  background-color: #f1f7f5;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out, padding 0.4s ease;
}

.pannel p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 0 1.5rem 0;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}

.faq.active .pannel {
  max-height: 500px;
  /* Adjust this value based on your content */
  padding: 0 2rem 2rem 2rem;
}

.faq.active .pannel p {
  opacity: 1;
}

.faq {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}

.faq.active {
  border: none;
}

@media (max-width: 1024px) {
  header .logo {
    left: 10px;
    font-size: 20px;
  }

  header nav a {
    margin: 0 10px;
    font-size: 14px;
  }

  header .buttons {
    right: 10px;
  }

  header .buttons .btn,
  header .buttons .btn2 {
    padding: 8px 16px;
    font-size: 12px;
  }

  .sidebar-dropdown.active .dropdown-content {
    display: flex;
    flex-direction: column;
    min-width: 900px;
    background-color: rgba(255, 255, 255, 0.2);
    /* Light transparent background */
    backdrop-filter: blur(10px);
    /* Blur effect */
    padding: 10px;
    border-radius: 5px;
  }

  .sidebar-.dropdown.active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* Dark overlay */
    backdrop-filter: blur(10px);
    z-index: 5;
  }

}

@media (max-width: 850px) {
  .logo h2 {
    font-size: 20px;
  }
}

/* For mobile devices */
@media (max-width: 768px) {

  /* Center all content */
  .hero .container,
  .about-us-content,
  .card-container,
  .footer-container {
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
  }

  header {
    height: auto;
    padding: 10px 0;
  }

  header .logo {
    position: static;
    transform: none;
    margin-bottom: 10px;
    text-align: center;
  }

  header nav {
    display: none;
    /* Hide the main nav on mobile */
  }

  header .buttons {
    display: none;
    /* Hide the buttons on mobile */
  }

  /* Hamburger Menu */
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
  }

  /* Sidebar Styles */
  .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    /* Start off-screen */
    width: 100%;
    /* Full width */
    height: 100vh;
    /* Full height */
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    transition: right 0.3s ease;
    z-index: 1001;
    /* Higher than navbar */
    padding: 20px;
    box-sizing: border-box;
    background-color: #E67E22;
    overflow-y: auto;
    /* Add scrollbar when content overflows */
    display: none;
    /* Hide sidebar by default */
  }

  .sidebar.active {
    right: 0;
    /* Bring sidebar into view */
    display: block;
    /* Show sidebar when active */
  }

  .sidebar-header {
    margin-bottom: 20px;
  }

  .sidebar-divider {
    border: 0;
    height: 1px;
    background: #fff;
    margin: 10px 0;
  }

  /* Hide sidebar items by default */
  .sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Show sidebar items when sidebar is active */
  .sidebar.active .sidebar-nav {
    display: flex;
    /* Show sidebar items when active */
    flex-direction: column;
    gap: 10px;
  }

  .sidebar-nav a,
  .sidebar-nav .track-btn {
    color: #fff;
    font-weight: bold;
    padding: 10px;
    transition: color 0.3s ease;
    text-decoration: none;
  }

  .sidebar-nav a:hover,
  .sidebar-nav .track-btn:hover {
    color: #333;
  }

  /* Track Button Styling */
  .track-btn {
    display: block;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    transition: color 0.3s ease;
  }

  .track-btn:hover {
    color: #E67E22;
  }



  .sidebar-nav .sidebar-dropdown {
    position: relative;
  }

  .sidebar-nav .dropdown-sidebar .dropdown-content {
    display: none;
    /* Hidden by default */
    background: purple;
    /* Purple background for the dropdown */
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    /* Full width of the sidebar */
    box-sizing: border-box;
    /* Include padding in width calculation */
  }


}

/* For very small screens */
@media (max-width: 480px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  header .logo {
    font-size: 18px;
  }

  .sidebar {
    width: 100%;
    /* Full width on small screens */
  }

  .sidebar-nav a,
  .sidebar-nav .track-btn {
    font-size: 12px;
  }

  .dropdown-content {
    padding: 10px 5px;
  }

  .dropdown-column h4 {
    font-size: 14px;
  }

  .dropdown-column a {
    font-size: 12px;
  }

  .main-container {
    overflow-x: hidden;
  }
}

/* Back Button Styles */
.back-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}

.back-btn:hover {
  color: #E67E22;
  /* Change color on hover */
}

/* Sign In Button Styles */
.sidebar-header .btn {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid black;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.sidebar-header .btn:hover {
  color: white;
}

.sidebar-header .btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: black;
  z-index: -1;
  transition: all 1s;
}

.sidebar-header .btn:hover::before {
  width: 160%;
}

/* Responsive styling for smaller screens */
@media (max-width: 770px) {
  body {
    width: 100vw;
  }

  .card-container {
    height: auto;
  }

  .logo {
    position: absolute;
    padding: 0px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Adjust position for smaller screens */
  }

  .logo-img {
    height: 50px;
    /* Reduce logo size on smaller screens */
    width: 70px;
    position: relative;
    padding: 0px 0px;
    margin: 0px 0px;
    /* Maintains aspect ratio */
  }

  .logo h2 {
    display: none;
  }

  .sidebar-nav .dropdown.active .dropdown-content {
    display: flex;
    /* Show dropdown when active */
    background-color: #333;
  }

  .sidebar-nav .dropdown-content .dropdown-column {
    position: relative;
    left: 100px;
  }

  header {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 80px;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;

  }

  .stats_item p {
    font-size: 2vw;
  }

  .stats_item h2#years,
  .stats_item h2#space,
  .stats_item h2#clients,
  .stats_item h2#managers {
    font-size: 3vw;
  }

}

@media (max-width: 480px) {
  .logo {

    position: absolute;
    left: 20px;
    padding: 0px 0px;
    margin: 0px 0px;
  }

  .logo-img {
    height: 50px;
    width: 70px;
    position: relative;
    padding: 0px 0px;
    margin: 0px 0px;
  }

  .hero h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .stats_container {
    position: relative;
    top: 25px;
  }

  .stats_item p {
    font-size: .5rem;
  }

  .stats_item h2#years,
  .stats_item h2#space,
  .stats_item h2#clients,
  .stats_item h2#managers {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .logo {
    position: absolute;
    left: 20px;
    padding: 0px 0px;
    margin: 0px 0px;
    top: 0px;
    /* Adjust for extra small screens */
  }

  .logo-img {
    height: 50px;
    /* Reduce logo size even further */
    width: 70px;
    position: relative;
    padding: 0px 0px;
    margin: 0px 0px;
    /* Maintains aspect ratio */
  }

}

@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Serviceses section Media Query */

@media screen and (max-width: 1280px) {
  .card-title {
    font-size: 1.5vw;
  }

  .small-desc {
    top: 90px;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 770px) {
  .card-container {
    flex-direction: row;
    align-items: center;
  }

  .card {
    flex: 1 1 100%;
    max-width: 50%;
    height: 500px;
    opacity: 1;
    z-index: 1;
  }

  .card::after {
    display: none;
  }

  .card::before {
    display: none;
  }

  .card .small-desc {
    height: 120px;
    opacity: 1;
    top: 180px;
    height: auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
  }

  .card:hover .small-desc {
    height: auto;
  }

  .card-title {
    font-size: 35px;
    color: white;
  }

  .blur {
    background: black;
    opacity: .6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid white;
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    /* filter: blur(5px); */
    transition: transform 2s ease-out;
    z-index: -1;
  }

  .card:hover .blur {
    opacity: .6;
  }


}

@media screen and (max-width: 768px) {
  /* .card-container {
    flex-direction: column;
    align-items: center;
  } */

  .card {
    /* flex: 1 1 100%; */
    max-width: 100%;
  }
}

/* About Us section media query */
/* Media Queries for Responsiveness */
@media screen and (max-width: 1200px) {
  .about-us-contaner {
    padding-left: 5%;
    /* Reduce padding for smaller screens */
  }

  .about-us-content {
    width: 40%;
    /* Increase content width for better readability */
  }

  .about-image {
    right: 100px;
    /* Adjust image position */
    width: 50%;
    /* Reduce image width */
  }

  .about-us-contaner .btn-container {
    left: 150px;
    /* Adjust button position */
  }

  .about-us-contaner .btn-container button {
    right: 150px;
    /* Adjust button position */
  }
}

@media screen and (max-width: 768px) {
  .about-us-contaner {
    flex-direction: column;
    /* Stack content vertically */
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    /* Allow height to adjust based on content */
    padding-top: 50px;
    /* Add top padding */
    padding-bottom: 50px;
    /* Add bottom padding */
  }

  .about-us-content {
    width: 80%;
    /* Increase content width for smaller screens */
    text-align: center;
    /* Center-align text */
  }

  .about-image {
    position: static;
    /* Reset image position */
    transform: none;
    /* Remove transform */
    width: 80%;
    /* Adjust image width */
    margin-top: 30px;
    /* Add space between content and image */
  }

  .about-us-contaner .btn-container {
    position: static;
    /* Reset button position */
    margin-top: 20px;
    /* Add space above the button */
    left: 0;
    /* Reset left position */
  }

  .about-us-contaner .btn-container button {
    position: static;
    /* Reset button position */
    right: 0;
    /* Reset right position */
    color: white;
  }

  .about-us-contaner .btn-container button:hover {
    color: white;
  }

  .about-us-contaner .btn-container button::after {
    display: none;
  }

  /* Adjust hero text */
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    width: 90%;
    font-size: 1rem;
  }

  /* Fix about us section */
  .about-us-contaner {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .about-us-content {
    width: 100%;
    padding: 20px;
  }

  .about-image {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

  /* Fix cards */
  .card {
    max-width: 100%;
    margin: 10px 0;
  }

  /* Fix form container */
  .main-form-container .form-container {
    width: 90%;
  }

  .footer-section .social-links-container {
    margin-top: 20px;
  }

  .footer-section ul.social-links {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .about-us-content {
    width: 90%;
    /* Increase content width for very small screens */
  }

  .about-image {
    width: 90%;
    /* Adjust image width for very small screens */
  }

  .about-us-title h1 {
    font-size: 2.5rem;
    /* Reduce title font size */
  }

  .about-us-text h3 {
    font-size: 1.2rem;
    /* Reduce heading font size */
  }

  .about-us-text p {
    font-size: 0.9rem;
    /* Reduce paragraph font size */
  }

  .social a {
    font-size: 1rem;
    /* Reduce social icon size */
  }

  .about-us-contaner .btn-container button {
    font-size: 16px;
    /* Reduce button font size */
  }
}

/* Social Media Icons in Footer */
.footer-section .social-links-container h3 {
  margin-bottom: 15px;
  color: #E67E22;
}

.footer-section ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.footer-section ul.social-links li {
  display: inline-block;
}

.footer-section ul.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-section ul.social-links a:hover {
  background-color: #E67E22;
  transform: translateY(-3px);
  color: white;
}
/* contact us */