body,
html {
  font-family: "Gantari", sans-serif !important;


  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  scroll-behavior: smooth;
}
h2,
h3,

h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 36px;
  color: #333;
  

}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
 
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #59A018;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #59A018;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Lock Navbar to the Top */
#menu {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  background-color: rgb(250, 211, 186); 
  padding: 15px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navbar Header */
.navbar-header {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between logo and title */
}

/* Navbar Logo */
.navbar-logo img {
  width: 70px;
  height: auto;
}

/* Navbar Title */
.navbar-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size:20px;
  color: #333;
  
  letter-spacing: 1px;
}

/* Navbar Links */
#menu .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #333 !important;
  text-transform: uppercase;
  padding: 28px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Hover Effect */
#menu .navbar-nav > li > a:hover {
  color: #ff7c01 !important;
}

/* Underline Effect on Hover */
.navbar-nav > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #ff5500, #FFD7C1);
  transition: width 0.3s;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}

/* Make Navbar Mobile-Friendly */
.navbar-toggle {
  border: none;
}

.navbar-toggle .icon-bar {
  background-color: #333;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
  .navbar-header {
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar-title {
    font-size: 16px;
  }

  #menu .navbar-nav > li > a {
    padding: 10px 15px;
  }
}

.btn-custom {

  text-transform: uppercase;
  color: #fff;
  background-color: #eb7507;
  background-image: linear-gradient(to right, #eb7507 0%, #f8915a 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #f8af87;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/planefan.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

header .intro-text {
  text-align: center;
  padding: 2rem;
}

.intro h1 {
  color: #fff;
  font-size: 82px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.intro h1 span {
  font-weight: 800;
  color: #fc9700;
}

.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 60px auto;
}

.intro-text p {
  text-align: center;
  color: #ff8001;
}

/* --- Responsive Styles --- */

@media (max-width: 991px) {
  .intro h1 {
    font-size: 60px;
    text-align: center;
  }

  .intro p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  .intro {
    background-attachment: scroll;
  }

  .intro h1 {
    font-size: 40px;
  }

  .intro p {
    font-size: 16px;
    line-height: 24px;
  }
}
#mission {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: none;
  padding: 80px 0;
  padding-left: 450px;
  background-image: url("/img/background.jpg"); 
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* General Card Styling */
.card,
.card2 {
  position: relative;
  width: 1050px;
  max-width: 90%;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  margin-bottom: 30px;
}

/* Background Overlay */
.card .bg,
.card2 .bg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid white;
  padding: 40px;
  box-sizing: border-box;
}

.blob {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 70px;
  border-radius: 50%;
  background-color: #ff9100;
  opacity: 1;
  filter: blur(12px);
  animation: blob-bounce 5s infinite ease;
}

.mission-title {
  font-weight: 800;
  font-size: 50px;
  padding-bottom: 40px;
  padding-top: 10px;
  text-align: center;

}

.card-p{

}

.mission-content {
  position: relative;
  z-index: 1111;
  padding: 20px;
  text-align: left;
  color: #333;
}

.mission-content h2 {
  font-size: 36px;
  font-weight: bold;
  color: #eb7507;
  margin-bottom: 15px;
 
}

.mission-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

/* Blob Animation */
@keyframes blob-bounce {
  0% { transform: translate(-100%, -100%) translate3d(0, 0, 0); }
  25% { transform: translate(-100%, -100%) translate3d(100%, 0, 0); }
  50% { transform: translate(-100%, -100%) translate3d(100%, 100%, 0); }
  75% { transform: translate(-100%, -100%) translate3d(0, 100%, 0); }
  100% { transform: translate(-100%, -100%) translate3d(0, 0, 0); }
}

/* ------------------------ */
/* 📱 Responsive Media Queries */
/* ------------------------ */

@media (max-width: 992px) {
  #mission {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
  }

  .mission-title {
    font-size: 40px;
  }

  .blob {
    width: 600px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .card, .card2 {
    width: 100%;
    margin: 20px auto;
  }

  .mission-title {
    font-size: 32px;
  }

  .blob {
    width: 400px;
    height: 150px;
  }

  .mission-content {
    padding: 15px;
  }

  .mission-content h2 {
    font-size: 28px;
  }

  .mission-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .mission-title {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .blob {
    width: 300px;
    height: 100px;
  }

  .mission-content h2 {
    font-size: 24px;
  }

  .mission-content p {
    font-size: 14px;
  }
}



/* About.css */
#about {
  display: flex;
  width: 100%;
  height: 80vh;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Left Text Section */
.about-text {
  width: 50%;
  background-color: #3A3A3A;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center; /* Center the paragraph horizontally */
  text-align: center;
}

.about-text p {
  font-size: 15px;
  color: #FFD7C1;
  max-width: 90%;
  font-weight: lighter;
}

/* Right Image Section */
.about-image {
  width: 50%;
  position: relative;
  background-image: url("/img/planewindow.jpg"); 
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

/* Overlapping Executive Summary Text */
.about-image h2 {
  font-size: 90px;
  font-weight: bold;
  color: #eb7507;
  margin: 0;
}

/* --- Responsive Styles --- */

/* Tablets */
@media (max-width: 991px) {
  #about {
    height: auto;
  }

  .about-text, .about-image {
    width: 100%;
    height: 50vh;
  }

  .about-text {
    padding: 30px;
  }

  .about-text p {
    font-size: 16px;
    max-width: 100%;
  }

  .about-image h2 {
    font-size: 60px;
    left: 5%;
    bottom: 5%;
  }
}

/* Mobile Devices */
@media (max-width: 600px) {
  #about {
    flex-direction: column;
  }

  .about-text, .about-image {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .about-text {
    padding: 20px;
  }

  .about-text p {
    font-size: 14px;
  }

  .about-image {
    background-attachment: scroll; /* Avoid 'fixed' bugs on iOS */
    padding: 15px;
  }

  .about-image h2 {
    font-size: 40px;
    left: 5%;
    bottom: 5%;
  }
}




/* Strength Container */
#strength {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/img/airport.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

#strength h2 {
  text-align: left;
  justify-items: left;
  font-size: 60px;
  color: #eb7507;
  font-weight: 600;

}


.strength-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 10px; 
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

/* strength Box */
.strength-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 19px;
  width: 280px; 
  height: 150px;
  background: #eb7507;
  border-radius: 0px;
  
  padding: 1px;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.strength-box:hover {
  transform: scale(1.05);
}



/* Text Styling Inside the Box */
.strength-box h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 3px;
  color: #ffffff;
}

.strength-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
}

/* Portfolio Section */
#portfolio {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.portfolio-item {
  margin: 1px -10px 0 -14px;
  padding: 5;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(216, 128, 14, 0.829) 0%,
    rgba(240, 138, 42, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}

.portfolio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.portfolio-title h2 {
  color: #eb7507;
  font-size: 60px;
  font-weight: 600;
  text-align: left;
  justify-content: left;
 
}
/* Testimonials Section */
#plan {
  position: relative;
  padding: 100px 0;
  width: 100%;
  background: url("/img/background.jpg") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  text-align: center;
}

/* Container for Plan Items */
.plan-container {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Equal height */
  gap: 50px;
  background: #3A3A3A;
  padding: 30px;
  width: 60%;
  margin-top: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Individual Plan Item */
.plan-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 200px; /* Flexible width, min 200px */
  min-width: 200px;
}

/* Plan Image/Icon */
.plan-image {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

/* Plan Titles */
.plan-title {
  font-size: 18px;
  font-weight: bold;
  color: #703B1C;
  margin-bottom: 8px;
}

/* Plan Content (highlighted number or word) */
.plan-content {
  font-size: 36px;
  color: #eb7507;
  font-weight: bold;
}

/* Plan Text */
.plan-text {
  font-size: 14px;
  color: black;
  max-width: 300px;
}

.plan-item h3 {
  font-size: 22px;
  color: #eb7507;
  margin-bottom: 10px;
}

.plan-item p {
  font-size: 16px;
  color: #FFD7C1;
}

/* Section Title */
#plan h2 {
  font-size: 60px;
  font-weight: 600;
  color: #eb7507;
  align-self: flex-start;
  margin-left: 20%;
  margin-bottom: 40px;
  text-align: left;
}

/* --- Responsive Adjustments --- */

/* Tablet View */
@media (max-width: 991px) {
  .plan-container {
    width: 80%;
    padding: 20px;
    gap: 30px;
  }

  #plan h2 {
    font-size: 50px;
    margin-left: 10%;
  }
}

/* Mobile View */
@media (max-width: 600px) {
  .plan-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding: 20px;
  }

  .plan-item {
    width: 100%;
    max-width: 300px;
  }

  .plan-image {
    width: 60px;
    height: 60px;
  }

  #plan h2 {
    font-size: 40px;
    margin-left: 5%;
    text-align: center;
  }
}


/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #eb7507 0%, #d8a413 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
  margin-top: 0px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
 
}
#contact .section-title h2::after {
  position: absolute;
 
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 25px;

  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #eb7507;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
 
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #eb7507;
  background: #fff;
}
/* Footer Section*/
#footer {
  background-color: rgb(247, 224, 204);
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #eb7507;
}
#footer a:hover {
  border-bottom: 2px solid #eb7507;
}


#responsibilities {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-color: #f6f6f6;
}
/* Statement Wrapper */
.statement-wrapper {
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  flex-wrap: wrap; /* Allows wrapping for smaller screens */
}

/* Statement Image */
.statement-image {
  position: relative;
  width: 400px;
  height: auto;
  margin-bottom: 20px; /* Adds space below the image for smaller screens */
}

.statement-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  position: relative;
  z-index: 2; /* Puts the image in front */
}

/* Statement Shadow */
.statement-shadow {
  position: absolute;
  top: 20px;  /* Adjust for visual offset */
  left: -20px;
  width: 400px;
  height: 250px; /* Approximate size of the image */
  background: #FF8C42; /* Orange color */
  border-radius: 0px;
  z-index: 0; /* Ensure it's behind */
}

.statement-image::before {
  content: "";
  position: absolute;
  top: 15px; /* Adjust shadow offset */
  left: 15px;
  width: 100%;
  height: 100%;
  background: #FF8C42; /* Orange shadow effect */
  border-radius: 0px;
  z-index: 1; /* Behind the image */
}

/* Statement Name */
.statement-name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #FF8C42; 
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.statement-name span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

/* Statement Content */
.statement-content {
  flex: 1;
  padding-left: 50px;
  max-width: 500px;
}

/* Statement Content Heading */
.statement-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
}

/* Quote Mark */
.quote-mark {
  color: #FF8C42; /* Orange quote mark */
  font-size: 40px;
  font-weight: bold;
}

/* Statement Content Paragraph */
.statement-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-top: 10px;
}

/* --- Responsive Adjustments --- */

/* Tablet View */
@media (max-width: 991px) {
  .statement-wrapper {
    max-width: 90%; /* Adjust width for smaller screens */
  }

  .statement-image {
    width: 350px; /* Image width for tablets */
  }

  .statement-content {
    padding-left: 30px; /* Less padding for tablets */
  }

  .statement-content h2 {
    font-size: 24px; /* Smaller heading on tablets */
  }

  .quote-mark {
    font-size: 30px; /* Adjust quote mark size */
  }

  .statement-name {
    font-size: 12px; /* Smaller font for name */
  }
}

/* Mobile View */
@media (max-width: 600px) {
  .statement-wrapper {
    flex-direction: column; /* Stack the image and content */
    align-items: center;
    max-width: 100%;
  }

  .statement-image {
    width: 100%; /* Image takes full width on mobile */
    margin-bottom: 20px; /* Space below image */
  }

  .statement-content {
    padding-left: 0;
    text-align: center; /* Center-align text on mobile */
  }

  .statement-content h2 {
    font-size: 20px; /* Smaller heading on mobile */
  }

  .quote-mark {
    font-size: 28px; /* Adjust quote mark size */
  }

  .statement-name {
    font-size: 12px; /* Smaller name font */
    padding: 8px 10px;
  }

  .statement-content p {
    font-size: 14px; /* Adjust paragraph size */
    line-height: 1.4;
  }
}



/*Business Section*/
#business {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: none;
  padding: 80px 0;
}

/* Background Overlay */
#business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/background22.png") center/cover no-repeat;
  background-attachment: fixed;
  z-index: -1;
}

/* Heading Styles */
#business h3 {
  font-size: 22px;
  margin: 0 0 20px;
}

#business h2 {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  color: #eb7507;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#business h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #eb7507 0%, #f7af50 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}

/* Business Text Styles */
#business .business-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}

#business .business-text li:before {
  content: "\f00c";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}

#business p {
  line-height: 24px;
  margin: 30px 0;
  text-align: justify;
  color: white;
  font-size: 23px;
}

/* Business Text Container */
.business-text-container {
  background: rgb(255, 145, 0);
  padding: 20px;
  border-radius: 0px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.business-text {
  text-align: center;
  color: black;
}

/* --- Responsive Adjustments --- */

/* Tablet View */
@media (max-width: 991px) {
  #business h2 {
    font-size: 45px;
    text-align: center;
  }

  #business p {
    font-size: 18px;
    margin: 20px 0;
  }

  .business-text-container {
    width: 80%;
    padding: 15px;
  }
}

/* Mobile View */
@media (max-width: 600px) {
  #business h2 {
    font-size: 36px;
    text-align: center;
  }

  #business p {
    font-size: 16px;
    margin: 15px 0;
    line-height: 22px;
  }

  .business-text-container {
    width: 90%;
    padding: 10px;
  }

  #business .business-text li:before {
    font-size: 10px;
  }
}





@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}




.form {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-family: inherit;
  gap: 10px;
  padding-inline: 2em;
  padding-bottom: 0.4em;
  background-color: #2c2c2c;

}

.form-heading {
  text-align: center;
  margin: 2em;
  color: #ffa600;
  font-size: 1.2em;
  background-color: transparent;
  align-self: center;
}

.form-field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 10px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #ccd6f6;
  padding-inline: 1em;
}

.sendMessage-btn {
  cursor: pointer;
  margin-bottom: 3em;
  padding: 1em;
 
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffa600;
  font-weight: bold;
  outline: 1px solid #ffa600;
  transition: all ease-in-out 0.3s;
}

.sendMessage-btn:hover {
  transition: all ease-in-out 0.3s;
  background-color: #ffa600;
  color: #000;
  cursor: pointer;
  box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
}

.form-card1 {
  background-image: linear-gradient(163deg, #f79c00 0%, #f9c541 100%);

  transition: all 0.3s;
}



.form-card2 {
  border-radius: 0;
  transition: all 0.2s;
}


.mail-link {
  color: white;
}


.twinpeaktitle {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}


@media (max-width: 500px) {
  .twinpeaktitle {
    max-width: 90%; 
    flex-direction: column; 
    text-align: center; 
  }
}


.ahref-css{
  opacity: 30%;
}