
/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {

  /**
   * colors
   */
  --green-blue-crayola: hsl(202, 75%, 47%);
  --prussian-blue: hsl(205, 22%, 15%);
  --eerie-black: hsl(210, 11%, 15%);
  --dark-orange: hsl(32, 100%, 50%);
  --alice-blue: hsl(203, 100%, 97%);
  --light-gray: hsl(0, 0%, 80%);
  --indigo-dye: hsl(202, 64%, 26%);
  --cultured-1: hsl(0, 0%, 94%);
  --cultured-2: hsl(0, 0%, 95%);
  --cultured-3: hsl(0, 0%, 95%);
  --plutinum: hsl(0, 0%, 91%);
  --black_60: hsla(0, 0%, 0%, 0.6);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --onyx: hsl(0, 0%, 20%);

  /**
   * typography
   */

  --ff-oswald: 'Oswald', san-serif;
  --ff-rubik: 'Rubik', serif;

  --fs-1: 6rem;
  --fs-2: 5rem;
  --fs-3: 4rem;
  --fs-4: 3rem;
  --fs-5: 2.2rem;
  --fs-6: 2rem;
  --fs-7: 1.8rem;
  --fs-8: 1.5rem;
  --fs-9: 1.4rem;
  --fs-10: 1.2rem;

  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-100: 100;

  /**
   * spacing
   */

  --section-padding: 30px;

  /**
   * shadow
   */
   
  --shadow-1: 2px 0 50px hsla(0, 0%, 0%, 0.2);
  --shadow-2: 0px 0px 60px hsl(206, 53%, 30%);
  --shadow-3: 0px 0px 60px hsla(202, 75%, 47%, 0.5);

  /**
   * transition
   */

  --transition: 0.25s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

}


textarea { resize: none; }




/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a {
  text-decoration: none;
  color: inherit;
}

a,
img,
time,
span,
input,
button,
ion-icon { display: block; }

img { height: auto; }

input,
button {
  background: none;
  border: none;
  font: inherit;
}

input { width: 100%; }

button { cursor: pointer; }

ion-icon { pointer-events: none; }

php {
  font-family: var(--ff-rubik);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
 background-color: #f9f9f9;
  color: var(--eerie-black);
  font-size: 1.6rem;
  line-height: 1.7;
}
:focus-visible { outline-offset: 4px; }

::-webkit-scrollbar { width: 12px; }

::-webkit-scrollbar-track { background-color: var(--cultured-2); }

::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 80%);
  border: 2px solid var(--cultured-2);
}

::-webkit-scrollbar-thumb:hover { background-color: hsl(0, 0%, 70%); }

/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container { padding-inline: 15px; }

.section { padding-block: var(--section-padding); }

.h1,
.h2,
.h3 {
  font-family: var(--ff-oswald);
  line-height: 1.2;
  font-weight: var(--fw-600);
}

.h1 {
  font-size: var(--fs-3);
  text-transform: uppercase;
}

.h2,
.h3 { color: var(--prussian-blue); }

.h2 { font-size: var(--fs-4); }

.h3 { font-size: var(--fs-5); }

.img-holder {
  background-color: var(--light-gray);
  aspect-ratio: var(--width) / var(--height);
}

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

.section-subtitle {
  color: red;
  text-transform: uppercase;
  font-size: var(--fs-6);
  font-family: var(--ff-oswald);
  font-weight: var(--fw-600);
  letter-spacing: 3px;
  margin-block-end: 10px;
}

.section-text { line-height: 1.6; }

.btn {
  position: relative;
  color: var(--white);
  background-color: var(--prussian-blue);
  max-width: max-content;
  font-size: var(--fs-9);
  letter-spacing: 1px;
  padding-block: 10px;
  padding-inline: 15px 50px;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  transition: var(--transition);
}

.btn::before {
  top: 50%;
  right: 15px;
  width: 25px;
  height: 1px;
  background-color: var(--white);
}

.btn::after {
  top: -6px;
  right: -6px;
  bottom: -6px;
  width: 20px;
  border: 2px solid var(--black_60);
  z-index: -1;
}

.btn:is(:hover, :focus)::before { width: 33px; }

.btn:is(:hover, :focus)::after { width: 40px; }

.grid-list {
  display: grid;
  gap: 30px;
}

.btn-link {
  color: var(--black_60);
  font-size: var(--fs-7);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.btn-link > * {
  transform: translateX(-22px);
  transition: var(--transition);
}

.btn-link:is(:hover, :focus) > * { transform: translateX(0); }

.w-100 { width: 100%; }

/*-----------------------------------*\
  #Preeloader
\*-----------------------------------*/
/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Background color of the preloader */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure the preloader is above everything else */
}

/* Spinner styles */
.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite; /* Animation effect */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Main content visibility */
body {
    margin: 0;
    padding: 0;
}



/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header-contact { display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 15px;
  z-index: 4;
  transition: var(--transition);
}

.header.active { background-color: #34495e; }

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
/* Base styles for large screens */
.logo {
  display: flex; /* Align items in a row */
  align-items: center; /* Center items vertically */
  gap: 1rem; /* Default gap between logo image and text */
  font-family: var(--ff-oswald);
  color: var(--white);
  font-size: 2.5rem; /* Base font size */
}

.logo-image {
  height: 40px; /* Base logo size */
  width: auto; /* Maintain aspect ratio */
  transition: height 0.5s ease; /* Smooth resizing */
}

.logo-text {
  font-size: 1.9rem; /* Base font size */
  font-weight: 800; /* Bold text for prominence */
  line-height: 1.2; /* Line height for readability */
}

/* Large desktops and tablets */
@media (max-width: 1200px) {
  .logo {
    gap: 1.5rem; /* Adjust spacing */
  }

  .logo-image {
    height: 50px; /* Slightly smaller logo */
  }

  .logo-text {
    font-size: 1.4rem; /* Slightly smaller text */
  }
}

/* Tablets and smaller desktops */
@media (max-width: 992px) {
  .logo {
    gap: 1.2rem; /* Adjust spacing */
  }
  
  .logo-image {
    height: 45px; /* Further reduced logo size */
  }
  
  .logo-text {
    font-size: 1.3rem; /* Adjust font size */
  }
}

/* Mobile landscape and large phones */
@media (max-width: 768px) {
  .logo {
    gap: 1rem; /* Adjust spacing */
  }
  
  .logo-image {
    height: 40px; /* Adjust logo size */
  }
  
  .logo-text {
    font-size: 1.2rem; /* Adjust font size */
  }
}

/* Mobile portrait and small phones */
@media (max-width: 576px) {
  .logo {
    gap: 0.8rem; /* Adjust spacing */
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items to the start */
  }
  
  .logo-image {
    height: 35px; /* Smaller logo size */
  }
  
  .logo-text {
    font-size: 1.1rem; /* Adjust font size */
    line-height: 1.3; /* Improve line height */
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .logo {
    gap: 0.5rem; /* Further adjust spacing */
  }

  .logo-image {
    height: 30px; /* Further reduced logo size */
  }
  
  .logo-text {
    font-size: 1rem; /* Further decrease font size */
    line-height: 1.4; /* Improved line height */
  }
}

.nav-open-btn {
  color: var(--white);
  font-size: 45px;
}

.nav-open-btn ion-icon { --ionicon-stroke-width: 40px; }

.navbar {
  position: fixed;
  top: 0;
  left: -300px;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  box-shadow: var(--shadow-1);
  z-index: 3;
  visibility: hidden;
  transition: 0.25s var(--cubic-in);
}

.navbar.active {
  visibility: visible;
  transform: translateX(300px);
  transition: 0.5s var(--cubic-out);
}

.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-block-end: 1px solid var(--plutinum);
  padding: 30px 20px;
}

.navbar-top .logo {
  color: var(--onyx);
  font-size: 2rem;
}

.nav-close-btn { font-size: 25px; }

.nav-close-btn ion-icon { --ionicon-stroke-width: 40px; }

.navbar-item:not(:last-child) { border-block-end: 1px solid var(--plutinum); }

.navbar-link {
  color: var(--black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  transition: var(--transition);
}

.navbar-link:is(:hover, :focus) {
  background-color: var(--cultured-1);
  color: var(--green-blue-crayola);
}

.overlay {
  position: fixed;
  inset: 0;
  background-color: var(--black_60);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

/*-----------------------------------*\
  #subnav
\*-----------------------------------*/

.subnav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* Hide subnav by default */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #34495e; /* Background color for subnav */
}

.subnav-item {
  border-bottom: 1px solid #555; /* Separator between items */
}

.subnav-link {
  display: block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
}

.subnav-link:hover {
    background-color: var(--cultured-1);
  color: var(--green-blue-crayola);

}

/* Show subnav when its parent item is hovered */
.navbar-item.has-subnav:hover .subnav-list {
  display: block;
}

/* Ensure subnav items are correctly positioned */
.navbar-item.has-subnav {
  position: relative;
}

/*-----------------------------------*\
  #HERO
\*-----------------------------------*/
.hero {
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
  padding-top: calc(var(--section-padding) + 85px);
  z-index: 1;
}

.hero-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  width: 100%;
}

.hero-content {
  background-color: rgba(0, 0, 0, 0.6); /* Adjusted for better readability */
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  margin: 0 auto;
}

.hero-title .span {
  color: var(--fs-12);
  font-size: 3.5rem; /* Adjustable font size */
  font-weight: var(--fw-800);
}

.hero-text {
  margin-block: 20px 15px;
  font-size: 1.75rem; /* Adjustable font size */
}

.btn-outline2 {
  max-width: max-content;
  margin: 20px auto 0;
  font-size: 1rem; /* Adjustable font size */
  font-weight: var(--fw-500);
  text-transform: uppercase;
  border: 2px solid var(--white);
  padding: 8px 20px;
  transition: background-color var(--transition), border-color var(--transition), color var(--transition);
  border-radius: 40px;
  color: var(--white);
  background-color: transparent;
}

.btn-outline2:hover,
.btn-outline2:focus {
  background-color: var(--alice-blue);
  border-color: var(--white);
  color: black;
}

@media (max-width: 1024px) {
  .hero-title .span {
    font-size: 2rem; /* Slightly smaller font size for tablets */
  }

  .hero-text {
    font-size: 1rem; /* Slightly smaller font size for tablets */
  }

  .btn-outline2 {
    font-size: 0.9rem; /* Adjust font size for tablets */
  }
}

@media (max-width: 768px) {
  .hero-title .span {
    font-size: 1.75rem; /* Smaller font size for smaller tablets and large phones */
  }

  .hero-text {
    font-size: 0.9rem; /* Smaller font size for smaller tablets and large phones */
  }

  .btn-outline2 {
    font-size: 0.8rem; /* Adjust font size for smaller tablets and large phones */
  }
}

@media (max-width: 480px) {
  .hero-title .span {
    font-size: 1.5rem; /* Adjust font size for phones */
  }

  .hero-text {
    font-size: 0.8rem; /* Adjust font size for phones */
  }

  .btn-outline2 {
    font-size: 0.7rem; /* Adjust font size for phones */
    padding: 6px 16px; /* Adjust padding for phones */
  }
}

@media (max-width: 320px) {
  .hero-title .span {
    font-size: 1.25rem; /* Adjust font size for very small screens */
  }

  .hero-text {
    font-size: 0.7rem; /* Adjust font size for very small screens */
  }

  .btn-outline2 {
    font-size: 0.6rem; /* Adjust font size for very small screens */
    padding: 5px 12px; /* Adjust padding for very small screens */
  }
}

@keyframes move {
  0% { transform: translateY(0); }
  100% { transform: translateY(20px); }
}


/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero2 {
  position: relative;
  min-height: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
  padding-block-start: calc(var(--section-padding) + 85px);
  z-index: 1;
}

/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about-banner {
  position: relative;
  max-width: 250px;
  margin-block-end: 30px;
  overflow: hidden; /* Ensures images don't overflow */
  border-radius: 8px; /* Adds rounded corners for a modern look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth */
}

.about .abs-img-2 {
  display: none;
}

.about .abs-img-1 {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the container without distortion */
  object-position: center; /* Centers the image within the container */
  animation: move 2s ease-in-out infinite alternate;
  transition: transform 0.3s ease, opacity 0.3s ease; /* Adds smooth transition effects */
}

.about :is(.section-title, .section-text) {
  margin-block-end: 10px;
}

.about-list {
  margin-block-end: 30px;
}

.about-item {
  display: flex;
  align-items: flex-start;
  gap: 10px; /* Increased gap for better spacing */
}

.about-text {
  font-size: var(--fs-8);
  line-height: 1.5; /* Improves readability */
  color: var(--dark-gray); /* Uses a standard color variable */
}

.about-icon {
  color: var(--dark-orange);
  margin-block-start: 5px;
  flex-shrink: 0; /* Prevents icon from shrinking */
}

.about-item:not(:last-child) {
  margin-block-end: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-banner {
    max-width: 80%; /* Makes the banner narrower on medium screens */
    margin-block-end: 20px;
    border-radius: 6px; /* Slightly smaller border-radius for smaller screens */
  }

  .about .abs-img-1 {
    width: 80%; /* Reduces image size on medium screens */
    bottom: 10px; /* Adjusts position for smaller screens */
    object-position: top; /* Adjusts image position for a better look on medium screens */
  }

  .about-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-text {
    font-size: var(--fs-7); /* Slightly smaller text on medium screens */
  }
}

@media (max-width: 480px) {
  .about-banner {
    max-width: 70%; /* Makes the banner even narrower on small screens */
  }

  .about .abs-img-1 {
    width: 70%; /* Further reduces image size on small screens */
    object-position: top center; /* Ensures the image's important content is always visible */
  }

  .about-text {
    font-size: var(--fs-6); /* Further adjustment for very small screens */
  }
}

/* Hover effects for a better user experience */
.about-banner:hover .abs-img-1 {
  transform: scale(1.05); /* Slightly enlarges the image on hover */
  opacity: 0.9; /* Reduces opacity slightly on hover */
}




/*-----------------------------------*\
  #BLOG
\*-----------------------------------*/
.blog {background-color: #f9f9f9;}
.blog :is(.section-subtitle, .section-title, .section-text) { text-align: center; }
.blog .section-text { margin-block: 20px 50px; }
.blog .card-title { margin-block: 20px 2px; }
.blog-card .card-content { position: relative; }
.blog-card .card-text { margin-block: 25px; }
.blog-card .card-text { text-align: center; }
.blog-card .card-title { text-align: center; }




/*-----------------------------------*\
  #Subsciption
\*-----------------------------------*/

.contact-form-section {
  padding: 2rem;
  background-color: #f9f9f9;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.title-classic-text {
  font-size: 1rem;
    background:lightgray;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-group {
  flex: 1;
}

.half-width {
  flex: 1 1 calc(50% - 1rem);
}

.input-field {
  width: 100%;
  padding: 0.50rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.input-field:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Equipment Type Section Styles */
.equipment-type {
  margin-top: 1.5rem;
}

.equipment-type-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: calc(50% - 0.5rem);
}

.checkbox-label {
  font-size: 0.875rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f7f7f7;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  flex: 1;
}

.checkbox-label:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
}

.checkbox-label input {
  margin-right: 0.5rem;
}

.quantity-field {
  width: 65px;
  height: 45px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  position:relative;
  align-items: flex-start;
  margin-block-start: 1px ;
}

/* Submit Button */
.submit-btn {
  background-color: #007BFF;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.submit-btn:hover {
  background-color: #0056b3;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .checkbox-item {
    width: calc(100% - 1rem);
  }
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .half-width {
    flex: 1;
    width: 100%;
  }

  .checkbox-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox-item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.25rem;
  }

  .title-classic-text {
    font-size: 0.875rem;
  }

  .checkbox-label {
    font-size: 0.75rem;
  }

  .quantity-field {
    width: 45px;
  }

  .submit-btn {
    width: 100%;
    text-align: center;
  }
}
.input-error {
  border-color: red;
  box-shadow: 0 0 5px red;
}
 /* Modal styles */
        .modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .modal-content {
            background-color: #fff;
            padding: 20px;
            max-width: 1200px;
            max-height: 100%;
            overflow-y: auto;
            border-radius: 8px;
            position: relative;
        }

        .modal-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #f44336;
            color: #fff;
            border: none;
            padding: 8px 12px;
            cursor: pointer;
            border-radius: 5px;
        }

        .modal-close:hover {
            background-color: #d32f2f;
        }
/* Terms and Conditions Section */
.terms-conditions {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 10px;
}

/* Checkbox Styling */
input[type="checkbox"][name="agree_to_terms"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 3px;
}

/* Text Next to Checkbox with Relevant Name */
.terms-text[name="terms_text"] {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

/* "Terms and Conditions" Button */
button#showPoliciesButton[name="show_policies_button"] {
    color: #007BFF;
    border: none;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    background: none;
    text-decoration: underline;
    margin-left: 5px;
}

/* Button Hover State */
button#showPoliciesButton[name="show_policies_button"]:hover {
    color: #0056b3;
}

/* Submit Button */
button.submit-btn[name="submit_btn"] {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

/* Submit Button Hover State */
button.submit-btn[name="submit_btn"]:hover {
    background-color: #0056b3;
}

/* Checkbox Label Styling with Relevant Name */
label.checkbox-label[name="checkbox_label"] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/*-----------------------------------*\
  End Subsciption
\*-----------------------------------*/


/*-----------------------------------*\
  #PROJECT
\*-----------------------------------*/

/* General section styling */
.project {
  background-color: var(--white);
  padding: 40px 0; /* Added padding for spacing */
}

.project .section-title {
  font-size: var(--fs-3); /* Prominent title size */
  font-weight: bold;
  margin-bottom: 20px; /* Spacing below title */
  text-align: center; /* Centered title */
}

.project .about-text {
  font-size: var(--fs-12); /* Adjusted size for readability */
  line-height: 1.6; /* Enhanced readability */
  margin: 0 auto 20px; /* Centered text with spacing */
  max-width: 1000px; /* Restricts width for better readability */
  text-align: center; /* Centered text */
}

/* Container for feature list */
.feature-list {
  display: flex;
  justify-content: space-between; /* Space between cards */
  flex-wrap: wrap; /* Allows cards to wrap on smaller screens */
  gap: 10px; /* Space between cards */
  padding: 10px 0; /* Padding for spacing */
}

/* Feature card styling */
.feature-card {
  background-color: var(--white); /* Background color for cards */
  border: 1px solid var(--shadow-1); /* Border for definition */
  border-radius: 6px; /* Rounded corners for a modern look */
  padding: 20px; /* Padding inside the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center; /* Centered text */
  flex: 1 1 calc(33.33% - 20px); /* Responsive width with gap */
  max-width: calc(33.33% - 20px); /* Ensure card width does not exceed container */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Space between items */
  overflow: hidden; /* Ensure text does not overflow out of the box */
}

/* Hover effect for feature cards */
.feature-card:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

/* Feature card elements */
.feature-card .card-icon {
  background-color: var(--alice-blue);
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  margin-inline: auto;
  margin-block-end: 15px;
}

.feature-card .card-icon img {
  width: 50px;
  height: 50px;
}

.feature-card .card-title {
  font-size: var(--fs-12); /* Adjusted size for titles */
  color: var(--black);
  margin-bottom: 10px; /* Spacing below title */
  font-weight: bold; /* Bold for emphasis */
}

.feature-card .card-text {
  font-size: var(--fs-12); /* Adjusted size for content */
  color: var(--gray-dark); /* Subtle text color */
  text-align: justify; /* Justify text to avoid overflow */
  overflow: hidden; /* Ensure content does not overflow */
  text-overflow: ellipsis; /* Display ellipsis for overflowing text */
  margin: 0; /* Removed margins for text */
  text-align: center;
  line-height: 1.; /* Improves readability within smaller cards */
  word-wrap: break-word; /* Ensures long words break properly */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .feature-list {
    flex-direction: column; /* Stack cards vertically on small screens */
    padding: 20px 10px; /* Adjust padding for smaller screens */
  }

  .feature-card {
    flex: 1 1 100%; /* Full width on small screens */
    max-width: 100%; /* Ensure card width does not exceed container */
  }
}/*-----------------------------------*\
  # More Services Section
\*-----------------------------------*/
.more-services {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0;
    overflow: hidden;
}

/*-----------------------------------*\
  # Container and Layout
\*-----------------------------------*/
.more-services .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

/*-----------------------------------*\
  # Left Section (60%)
\*-----------------------------------*/
.more-services .left-section {
    flex: 1 1 60%; /* Left section now 60% */
    position: relative;
    height: auto;
}

.more-services .left-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*-----------------------------------*\
  # Opportunities Section (inside left-section)
\*-----------------------------------*/
.more-services .opportunities {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #1b1f32;
    padding: 20px;
    color: white;
    border-radius: 8px;
    width: fit-content;
    z-index: 1;
}

.more-services .opportunities h2,
.more-services .opportunities p {
    margin: 0;
    font-size: 14px;
}

.more-services .careers-button {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/*-----------------------------------*\
  # Right Section (40%)
\*-----------------------------------*/
.more-services .right-section {
    flex: 1 1 40%; /* Right section now 40% */
    background-color: #1b1f32;
    color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

/*-----------------------------------*\
  # Content
\*-----------------------------------*/
.more-services .content {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.more-services .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.more-services .content .section-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.more-services .content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

/*-----------------------------------*\
  # Responsive Media Queries
\*-----------------------------------*/

/* Large screens */
@media (min-width: 1200px) {
    .more-services .container {
        gap: 30px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .more-services .left-section,
    .more-services .right-section {
        flex: 1 1 100%;
        max-height: none;
    }

    .more-services .opportunities {
        position: static;
        margin: 20px 0;
    }

    .more-services .content {
        padding: 0 15px;
    }
}

/* Mobile devices */
@media (max-width: 575px) {
    .more-services {
        padding: 10px 0;
    }

    .more-services .container {
        flex-direction: column;
    }

    .more-services .opportunities {
        max-width: 100%;
        margin: 10px 0;
    }

    .more-services .content .section-title {
        font-size: 20px;
    }

    .more-services .content p {
        font-size: 14px;
    }
}

/* Medium screens */
@media (min-width: 992px) and (max-width: 1199px) {
    .more-services .left-section,
    .more-services .right-section {
        flex: 1 1 48%;
        margin: 1%;
    }

    .more-services .content {
        padding: 10px 30px;
    }
}

/*-----------------------------------*\
  # Services List
\*-----------------------------------*/

.more-services .services-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}

.more-services .service {
    flex: 1 1 30%;
    max-width: calc(33.333% - 20px);
    background-color: #292c3e;
    padding: 15px;
    border-radius: 8px;
    margin: 0 10px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
}

.more-services .service-icon {
    font-size: 36px;
    margin-bottom: 10px;
    color: #ffffff;
}

.more-services .service h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

.more-services .service p {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .more-services .services-list {
        flex-direction: column;
    }

    .more-services .service {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 10px 0;
    }
}

/*-----------------------------------*\
  # Button
\*-----------------------------------*/

.more-services .consultation-button {
    display: inline-block;
    background-color: #ff4b4b;
    color: #ffffff;
    padding: 5px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.more-services .consultation-button:hover {
    background-color: green;
}

/*-----------------------------------*\
  #SERVICE
\*-----------------------------------*/

.service {
  background-color: var(--alice-blue);
  text-align: center;
}

.service .section-title {
  margin-bottom: 20px;
  font-size: var(--fs-3); /* Smaller size */
}

.service .section-text {
  margin-bottom: 25px;
  font-size: var(--fs-3); /* Smaller size */
}

.service-card {
  background-color: var(--alice-blue);
  padding: 10px; /* Reduced padding */
  border: 8px solid var(--white); /* Reduced border size */
  transition: box-shadow var(--transition), border-color var(--transition);
  text-align: center;
  position: relative;
  height: 100%; /* Ensures consistent card height */
  max-width:700px; /* Added max-width for consistency */
  margin: 30 auto; /* Center cards horizontally */
  overflow: hidden; /* Prevents content overflow */
  word-wrap: break-word; /* Breaks long words to fit within the card */
}

.service-card:hover,
.service-card:focus-within {
  box-shadow: var(--shadow-3);
  border-color: var(--alice-blue);
}

.service-card .card-icon {
  display: grid;
  place-items: center;
  margin-bottom: 15px; /* Reduced margin */
}

.service-card .card-title {
  color: var(--black);
  font-size: var(--fs-5); /* Smaller size */
  margin-bottom: 10px; /* Reduced margin */
}

.service-card .card-text {
  margin: 0; /* Removed margins for text */
  text-align: center;
  font-size: var(--fs-12); /* Smaller size */
  line-height: 1.; /* Improves readability within smaller cards */
  word-wrap: break-word; /* Ensures long words break properly */
}

.service-card .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px; /* Reduced margin */
  color: var(--black);
  font-size: var(--fs-8); /* Smaller size */
  transition: color 0.3s ease;
}

.service-card .btn-link:hover {
  color: var(--primary-color); /* Replace with the actual primary color variable */
}

.service-card .btn-link ion-icon {
  font-size: var(--fs-7); /* Smaller size */
}

/* General Styles for Service Detail Section */
.service-detail {
  padding: 20px;
  background-color: #f9f9f9;
  box-sizing: border-box; /* Ensure padding is included in element's total width/height */
  position: relative; /* Enable absolute positioning for child elements */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; /* Add padding to container to prevent content from touching edges */
  box-sizing: border-box; /* Ensure padding is included in element's total width/height */
}

/* Style for each Service Detail Item */
.service-detail-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative; /* Ensure button positioning is relative to this container */
}

/* Adjust Content Layout */
.service-detail-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box; /* Ensure padding is included in element's total width/height */
}

.detail-text-container {
  flex: 1;
  margin-bottom: 20px; /* Add margin for spacing */
}

.service-detail-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.detail-text h1, .detail-text h2, .detail-text h3 {
  font-family: 'Helvetica Neue', sans-serif;
}

.detail-text h1 {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.detail-text h2 {
  font-size: 20px;
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.detail-text h3 {
  font-size: 15px;
  color: #555;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.detail-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.detail-text ul {
  list-style-type: none;
  padding: 0;
}

.detail-text li {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.detail-text strong {
  color: #000;
}


/* Style for the Subscribe Button */
.btn-subscribe {
  display: grid;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: red;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  width: 150px;
  margin: auto;
  align-items: center;
  border: 1px solid lightbkack;
  position: relative; /* Absolute positioning for precise placement */
  right: 20px; /* Gap from right corner */
  bottom: 20px; /* Gap from bottom */
}

/* Add margin to create space between image and button */
.service-detail-item .detail-image + .btn-subscribe {
  margin-top: 20px; /* Space between image and button */
}

.btn-subscribe:hover {
  background-color: green;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .service-detail-content {
    flex-direction: column; /* Stack content vertically on smaller screens */
  }

  .detail-text-container {
    margin-bottom: 15px; /* Adjust margin for smaller screens */
  }

  .btn-subscribe {
    font-size: 14px; /* Reduce font size for smaller screens */
    padding: 8px 16px; /* Adjust padding for smaller screens */
    right: 10px; /* Reduce gap from right corner */
    bottom: 10px; /* Reduce gap from bottom */
  }
}

@media (max-width: 480px) {
  .btn-subscribe {
    font-size: 12px; /* Further reduce font size for very small screens */
    padding: 6px 12px; /* Adjust padding for very small screens */
    right: 5px; /* Further reduce gap from right corner */
    bottom: 5px; /* Further reduce gap from bottom */
  }
}

/* Amazon Dispatch Image */
.amazon-dispatch-img {
 width: 80%; /* 60% width of the container */
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the image */
  display: block; /* Center the image */
}

/* Over the Road Dispatch Image */
.otr-dispatch-img { 
 width: 60%; /* 60% width of the container */
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the image */
  display: block; /* Center the image */
}

/* Tracking & Compliance Image */
.tracking-compliance-img {
  width: 300px; /* Fixed width */
  height: 300px; /* Fixed height */
  float: right; /* Align to the left of the text */
  margin-right: 30px; /* Space between image and text */
  margin-top: 45px;
}

/* Graphic Solutions Image */
.graphic-solutions-img {
  width: 100%; /* Full width */
  height: auto; /* Maintain aspect ratio */
  display: block;
  margin: 30px auto; /* Center and space above and below the image */
}

/* Website Development Image */
.website-development-img {
  width: 60%; /* 60% width of the container */
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the image */
  display: block; /* Center the image */
}

/* Website Development Image */
.driver-provision-img {
  width: 60%; /* 60% width of the container */
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the image */
  display: block; /* Center the image */
}




/* Container for the application form */
.application-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Form heading */
.form-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: black;
}

/* Section paragraph */
.form-paragraph {
    margin-bottom: 15px;
}

/* List of required information */
.info-list {
    list-style-type: disc; /* Use bullets */
    padding-left: 20px;    /* Indentation for bullets */
    margin-bottom: 20px;
}

/* List item styling */
.info-list-item {
    margin-bottom: 10px;
    line-height: 1.5; /* Improve readability */
}

/* Contact information paragraph */
.contact-info {
    margin-bottom: 20px;
}

/* Apply button container */
.apply-button-container {
    text-align: center;
    margin-top: 20px;
}

/* Apply button styling */
.apply-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: red;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.apply-button:hover {
    background-color: green;
}

/* Responsive design */
@media (max-width: 768px) {
    .application-container {
        padding: 15px;
    }
    .form-heading {
        font-size: 20px;
    }
    .apply-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/*......................... */
/* DRIVER FORM  */

.section.personal-info-form {
    margin: 10 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

/* Wrapper around the form */
.form-wrapper {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Main heading for the form */
.form-heading {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

/* Paragraphs within the form */
.form-paragraph {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
}

/* List of information to be filled out */
.info-list {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: decimal;
}

.info-list-item {
    margin-bottom: 10px;
}

/* Contact info section styling */
.contact-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.contact-info a {
    color: #007bff;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Form description styling */
.form-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Form styling */
form.inform-form {
    display: flex;
    flex-direction: column;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

legend {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}

/* Row within the form for grouping fields */
.inform-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

/* Each group within a row */
.inform-group {
    flex: 1;
    min-width: 220px;
    margin-bottom: 15px;
}

/* Labels for form fields */
label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

/* Input fields */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

/* Placeholder text in input fields */
input::placeholder {
    color: #aaa;
}


/* Submit button styling */
.submit-btn2 {
    background-color: red;
    color: #ffffff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.submit-btn2:hover {
    background-color: green;
}


/*......................... */
/* Combined Sections Container */
.newsletter-section {
    width: 2000; /* Adjust width for smaller screens */
    max-width: 2000px; /* Max width to ensure it doesn't get too large */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9e4b4b;
    border-radius: 0px;
    padding: 20px;
    margin: auto;
}

.newsletter-article {
    width: 100%;
}

.newsletter-section{
    margin-top: 0;
    font-family: sans-serif;
    text-align: center;
    color: white;

}
.title-classic-text {
    color: white;
    text-align: center;
    margin: 10px 0 20px;
    
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-row {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between the input fields and button */
    width: 100%;
}

.input-field {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: white;
    min-width: 150px; /* Minimum width to ensure inputs are usable */
    margin-bottom: 10px; /* Space between input fields and button */
}

.submit-btn {
    padding: 10px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    min-width: 100px; /* Minimum width to ensure button is usable */
}

.submit-btn:hover {
    background-color: green;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .newsletter-section {
        width: 90%;
        padding: 15px;
    }

    .form-row {
        flex-direction: column; /* Stack form fields vertically */
        align-items: stretch;
    }

    .input-field {
        margin-bottom: 15px; /* Increase margin between stacked fields */
    }

    .submit-btn {
        width: 100%; /* Full width for the button on smaller screens */
    }
}

@media (max-width: 480px) {
    .newsletter-section {
        width: 95%;
        padding: 10px;
    }

    .section-title {
        font-size: 1.5em; /* Adjust font size for smaller screens */
    }

    .title-classic-text {
        font-size: 0.9em; /* Adjust font size for smaller screens */
    }
}
/* General Styles */
.contact-container2 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4; /* Background color for the whole page */
    margin-block-end: 20px;
    padding-block-start: 35px;
}

/* Container for the two-column layout */
.contact-container2 {
    display: flex;
    flex-wrap: wrap;
}

/* Styles for the contact form */
.contact-form2 {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #ffffff; /* Background color of the contact form */
  
}

.contact-form2 h1 {
    margin-top: 0;
    color: #333; /* Text color for the title */
    text-align: center;
}

.contact-form2 label {
    display: block;
    margin-top: 10px;
    color: #555; /* Text color for labels */
}

.contact-form2 input, .contact-form2 textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc; /* Border color for input fields */
    border-radius: 4px; /* Rounded corners for input fields */
}

.contact-form2 button {
    margin-top: 10px;
    padding: 10px 20px;
    border: none;
    background-color: red; /* Button background color */
    color: #fff; /* Button text color */
    cursor: pointer;
    border-radius: 4px; /* Rounded corners for the button */
}

.contact-form2 button:hover {
    background-color: green; /* Button hover color */
}

/* Styles for the map container */
.map-container {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff; /* Background color of the map container */
   
   
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-form2, .map-container {
        width: 100%;
        padding: 10px;
    }
}

/* Style for the select element */
.contact-form2 select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    appearance: none; /* Removes default styling */
    cursor: pointer;
}

/* Custom arrow for the select dropdown */
.contact-form2 select::-ms-expand {
    display: none; /* Removes default dropdown arrow in Internet Explorer */
}

.contact-form2 select option {
    padding: 10px;
    background-color: #ffffff;
}

/* Optional: Custom styling for the container to align t
/* Optional: Adding a custom arrow icon (if needed) */
.contact-form2 select::after {
    content: '▼'; /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #333;
    pointer-events: none;
    font-size: 12px;
}

/*-----------------------------------*\
  Office position
\*-----------------------------------*/
.application-container {
    max-width: 900px;
    margin: 10 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.application-form-wrapper {
    padding: 20px;
}

.application-form-wrapper h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

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

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.form-group input[type="file"] {
    padding: 5px;
}

.submit-button {
    padding: 12px 20px;
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: green;
}

/* Summary Section */
.form-summary {
    margin-top: 30px;
}

.form-summary h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.form-summary p {
    font-size: 16px;
    margin: 5px 0;
}

/* Success Popup Styles */
.popup-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    padding: 20px;
    z-index: 1000;
    text-align: center;
    display: none;
}

.popup-success .popup-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup-success h2 {
    font-size: 22px;
    color: #28a745;
}

.popup-success p {
    font-size: 16px;
    color: #555;
}

.close-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.close-button:hover {
    background-color: #0056b3;
}

/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer {
  background-color: #2c2c2c; /* Dark background color */
  color: #f1f1f1; /* Light text color for contrast */
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Footer Top Section */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  width: 100%;
}

.footer-brand {
  flex: 1 1 250px;
}

.footer-brand .logo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1e90ff; /* Logo color */
}

.footer-text {
  margin-bottom: 20px;
  line-height: 1.6;
}

.footer-text a {
  color: #1e90ff;
  display: inline;
  padding: 0;
}

/* Footer Nav Section */
.footer-nav {
  flex: 1 1 150px;
}

.footer-list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f1f1f1;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list li a {
  font-size: 16px;
  color: #f1f1f1; /* Adjust link color to contrast with background */
  display: inline;
  padding: 0;
}

.footer-list li a:hover {
  text-decoration: underline;
  color: #1e90ff; /* Hover color */
}

/* Footer Bottom Section */
.footer-bottom {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer .container {
    padding: 0 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand,
  .footer-nav {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav {
    flex: 1 1 100%;
  }

  .footer-bottom {
    margin-top: 20px;
    padding-top: 15px;
  }
}

@media (max-width: 480px) {
  .footer-text {
    text-align: center;
  }

  .footer .container {
    padding: 0 15px;
  }

  .footer-top {
    gap: 20px;
  }

  .footer-brand .logo {
    font-size: 24px;
  }

  .footer-list-title {
    font-size: 16px;
  }

  .footer-list li a {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 10px 0;
  }
}



/*-----------------------------------*\
  #BACK TO TOP
\*-----------------------------------*/

.back-top-btn 
{ position: fixed;
bottom: 10px;
right: 10px;
background-color: #007bff;
color: solid (--white); 
font-size: 5px; 
padding: 10px; 
z-index: 3; 
opacity: 0; 
visibility: hidden; 
transition: var(--transition); } 

.back-top-btn.active 
{ opacity: 1; 
visibility: visible; 
transform: translateY(-10px); }





/*-----------------------------------*\
  #MEDIA QUERISE
\*-----------------------------------*/

/**
 * responsive for larger than 540px screen
 */

@media (min-width: 540px) {

  /**
   * REUSED STYLE
   */

  .btn {
    font-size: var(--fs-7);
    padding-inline: 30px 60px;
  }


  /**
   * HEADER
   */

  .header-contact {
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: right;
    line-height: 1.2;
    margin-inline-start: auto;
  }

  .header .contact-label {
    text-transform: uppercase;
    font-size: var(--fs-9);
  }

  .header .contact-number {
    font-size: var(--fs-6);
    font-weight: var(--fw-600);
    letter-spacing: 1px;
  }

  .header .contact-icon {
    font-size: 35px;
    opacity: 0.6;
  }



  /**
   * ABOUT
   */

  .about .abs-img-2 {
    display: block;
    position: absolute;
    width: 400px;
    bottom: 0;
    left: 50px;
    z-index: -1;
  }

  .about .abs-img-1 { right: -200px; }

}





/**
 * responsive for larger than 640px screen
 */

@media (min-width: 640px) {

  /**
   * REUSED STYLE
   */

  .h1 { --fs-3: 5rem; }

  .container {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }



  /**
   * HEADER
   */

  .header .container { max-width: unset; }

  .header .logo { font-size: 3.5rem; }



/**
 * responsive for larger than 768px screen
 */

@media (min-width: 768px) {

  /**
   * REUSED STYLE
   */

  .container { max-width: 720px; }

  .h1 { --fs-3: 6rem; }

  .grid-list { grid-template-columns: 1fr 1fr; }

  /**
   * FEATURES
   */

  .feature-card::before { --fs-1: 10rem; }



  /**
   * PROJECT
   */

  .project-list { gap: 80px; }

  .project-item { min-width: calc(50% - 40px); }



  /**
   * FOOTER
   */

  .footer-top { grid-template-columns: 1fr 1fr; }

}


/**
 * responsive for larger than 992px screen
 */

@media (min-width: 992px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-4: 4.5rem;

    /**
     * spacing
     */

    --section-padding: 120px;

  }



  /**
   * REUSED STYLE
   */
  
  .container { max-width: 960px; }

  .h1 { --fs-3: 10rem; }

  .section-subtitle { --fs-6: 3rem; }

  .section-text {
    max-width: 70ch;
    margin-inline: auto;
  }

  .grid-list { grid-template-columns: repeat(3, 1fr); }



  
  /**
   * HEADER
   */
  
  .nav-open-btn,
  .navbar-top,
  .navbar-link > ion-icon { display: none; }

  .navbar,
  .navbar.active { all: unset; }

  .navbar-list {
    display: flex;
    gap: 5px;
  }

  .navbar-item:not(:last-child) { border-block-end: none; }

  .navbar-link { color: var(--white); }

  .navbar-link:is(:hover, :focus) { background-color: transparent; }

  .header-contact { margin-inline-start: 0; }



  /**
   * ABOUT
   */

  .about .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
  }

  .about-banner { margin-block-end: 0; }

  .about .abs-img-1 { right: -100px; }

  .about :is(.section-title, .section-text) { margin-block-end: 35px; }


  /**
   * BLOG
   */

  .blog-list { grid-template-columns: 1fr 1fr; }





  /**
   * FOOTER
   */

  .footer-top {
    grid-template-columns: repeat(4, 1fr);
    justify-items: self-end;
  }

  .copyright { text-align: center; }

}



/**
 * responsive for larger than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * REUSED STYLE
   */

  .container { max-width: 1180px; }

  .h1 { --fs-3: 12rem; }



  /**
   * HEADER
   */

  .header .contact-number { --fs-6: 3rem; }


  /**
   * ABOUT
   */

  .about-banner { max-width: 370px; }

  .about .abs-img-2 { width: max-content; }





  /**
   * FOOTER
   */

  .footer-top { padding-block: 60px; }



/*
*
* Contact us
*/

.title-classic {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: -15px;
  margin-left: -22px;
}

.title-classic:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.title-classic > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 32px;
}

.title-classic-title {
  flex-shrink: 0;
}

.title-classic-title > h3 {
  margin-top: 6px;
}

.title-classic-text {
  font-size: 16px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

* + .title-classic-text {
  margin-top: 0;
}

.form-wrap + .checkbox-inline {
  margin-top: 15px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000000 !important;
}

.form-wrap {
  position: relative;
}

.form-wrap.has-error .form-input {
  border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
  border-color: #01b3a7;
}

.form-wrap + * {
  margin-top: 20px;
}

.email-field {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 17px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .025em;
  color: #151515;
  background-color: #f7f7f7;
  background-image: none;
  border-radius: 0;
  transition: .3s ease-in-out;
  border: 1px solid #f7f7f7;

}

textarea.form-input {
  height: 156px;
  min-height: 60px;
  max-height: 265px;
  resize: vertical;
}

textarea.textarea-lg {
  height: 206px;
  max-height: 350px;
  resize: vertical;
}


/**
 * responsive for larger than 540px screen
 */

@media (min-width: 540px) {

  /**
   * REUSED STYLE
   */

  .btn {
    font-size: var(--fs-7);
    padding-inline: 30px 60px;
  }

}
}
