
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Raleway:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: 'Inter', 'Raleway', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #ffffff;
  min-width: 100%;
}


:root {
  --primary-color: #1e3a3a;
  --secondary-color: #2d5a5a;
  --accent-color: #ff6b35;
  --text-primary: #1a1a1a;
  --text-secondary: #6b7280;
  --background-light: #f8f9fa;
  --background-white: #ffffff;
  --border-color: #e5e7eb;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}


.container {
  max-width: 1265px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}


.logo {
  max-width: 225px;
  height: 45px;
  margin-left: 20px;
  margin-top: 12px;
}



.row-Second {
  display: flex;
  flex-direction: row;
  gap: 70px;
  min-width: 200px;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.booking-Text,
.support-Text {
  font-size: 15px;
  font-weight: bold;
}
/* Target only the h1 inside the homepage hero section */


.phone,
.support {
  width: 22px;
  height: 22px;
}
#contact-address {
  margin: 0;
  padding-left: 25px; 
  position: relative;
}

#contact-address i {
  position: absolute;
  left: 0;
  top: 4px; /* slight vertical align tweak */
}
.tel,
.tel-Second,
.email {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: bold;
}

.mail-Info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mailImg {
  width: 41px;
  height: 34px;
}

.scroll-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  width: 100%;
  height: 39px;
  padding: 0 15px;
  font-family: 'Segoe UI', sans-serif;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}

/* Style for h5 and text */
.orbit-slate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.neon-script {
  flex: 1 1 60%;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
}

.neon-script .flash-core {
  color: #b26500;
  font-style: italic;
}

.ghost-blurb {
  flex: 1 1 35%;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-top: 10px;
}

/* Contact Home */
.highlight-banner {
  background: linear-gradient(rgba(44, 62, 80, 0.4), rgba(44, 62, 80, 0.4)), url('./images/home-contact.png');
  background-size: cover;
  background-position: bottom;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  border-radius: 30px;
  margin: 30px auto;
  max-width: 1200px;
  overflow: hidden;
}

.highlight-banner-content h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
  max-width: 800px;
}

.highlight-contact-btn {
  background: #FF5A4A;
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.highlight-contact-btn:hover {
  background: #e64a3a;
}

/* Navbar */


.left-links {
  display: flex;
  gap: 55px;
}



.active {
  margin-left: 40px;
}

/* Hamburger Menu */

/* Second Section */
.section-split-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 60px 5%;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.section-split-text {
  flex: 1 1 400px;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #fdfdfd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}

.section-split-text:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section-split-image {
  flex: 1 1 400px;
  max-width: 500px;
}

.section-split-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.read-more-banner {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 12px 20px;
  background: linear-gradient(90deg, #4f46e5, #3b82f6);
  color: white;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.read-more-banner:hover {
  background: linear-gradient(90deg, #3b82f6, #2563eb);
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  background: url('https://static.wixstatic.com/media/c837a6_6dc166116f1a484db45713a9a0670ba6~mv2.jpg/v1/fill/w_1521,h_794,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c837a6_6dc166116f1a484db45713a9a0670ba6~mv2.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.air-freight {
  position: relative;
  height: 100vh;
  background: url('./images/air-freight1.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.sea-freight {
  background: url('./images/sea-freight1.png') no-repeat center center/cover;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.road-freight {
  position: relative;
  height: 100vh;
  background: url('./images/road-freight1.png') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.hero-air{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 1;
  backdrop-filter: blur(1.5px);
}
.hero-rail{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 1;
  
}
.hero-road {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 1;
}
.hero-sea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 58, 0.6);
  z-index: 1;
  backdrop-filter: blur(1.5px);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  animation: fadeInUp 1s ease-out;
  max-width: 90%;
  padding: 20px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.02em;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
}

.breadcrumb-item {
  color: #c0f0f0;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-item:hover {
  color: #fff;
}

.breadcrumb-separator {
  color: #aaa;
}

.breadcrumb-current {
  color: #f0f0f0;
  font-weight: 500;
}

.homepage {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero {
  width: 100%;
  height: 100%;
  background-image: url('https://static.wixstatic.com/media/c837a6_b43da15025134647bf90d55d40f9f32e~mv2.jpg/v1/fill/w_1521,h_776,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/c837a6_b43da15025134647bf90d55d40f9f32e~mv2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Garamond, serif;
}

.hero-content p {
  font-size: 1.25rem;
  line-height: 1.6;
}

.red-Img {
  width: 500px;
  max-width: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.8;
}

/* Services Section */
.services-section {
  padding: 6rem 0;
  background: var(--background-white);
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.section-subtitle {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
  margin-left: 8px;
}

.service-card {
  background: var(--background-white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  color: inherit;
  position: relative;
  animation: fadeInUp 0.8s ease-out both;
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.service-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 58, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-icon {
  color: white;
  background: var(--accent-color);
  padding: 1rem;
  border-radius: 50%;
  margin-right: 1rem;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-arrow {
  color: white;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card:hover .service-arrow {
  transform: translateX(4px);
}

.service-content {
  padding: 2rem;
  position: relative;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.service-card:hover .service-title {
  color: var(--accent-color);
}

.service-description {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.service-percentage {
  position: absolute;
  top: -20px;
  right: 1.5rem;
  background: var(--primary-color);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.service-card:hover .service-percentage {
  background: var(--accent-color);
  transform: scale(1.1);
}

/* Contact Section */
.contact-page-container {
  background-color: #fef3d7;
  padding: 4rem 0;
  min-height: calc(100vh - 594px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-container {
  background-color: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  margin: 2rem;
}

.contact-form-container h1 {
  color: #692e2d;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-group label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #692e2d;
  outline: none;
  box-shadow: 0 0 0 2px rgba(105, 46, 45, 0.2);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-group .error {
  border-color: red;
}

.error-text {
  display: block;
  color: red;
  font-size: 0.8rem;
  margin-top: 5px;
  width: 100%;
  text-align: left;
}

.submit-btn {
  background-color: #692e2d;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background-color: #8a3a38;
}

button.submit-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #e6f0fa, #ffffff);
  border-radius: 19px;
  margin-top: 31px;
}

.contact-sidebar {
  flex: 1 1 35%;
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('./images/contact.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  color: #fff;
  padding: 2rem;
  animation: slideInLeft 1s ease forwards;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-sidebar h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-sidebar p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.social-icons {
 
}

.social-icons a {
  color: white;
  font-size: 1.4rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #ffc107;
}

.contact-main {
  flex: 1 1 60%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slideInRight 1s ease forwards;
}

.contact-main h3 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #333;
}

.contact-form .form-group {
  margin-bottom: 1.2rem;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.form-group:nth-child(1) { animation-delay: 0.2s; }
.form-group:nth-child(2) { animation-delay: 0.4s; }
.form-group:nth-child(3) { animation-delay: 0.6s; }
.form-group:nth-child(4) { animation-delay: 0.8s; }
.form-group:nth-child(5) { animation-delay: 1s; }

.contact-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #555;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  background-color: #d62828;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

/* About Section */
.about-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  gap: 40px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
  position: relative;
  z-index: 1;
}

.about-block.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-block:nth-child(even) {
  flex-direction: row-reverse;
}

.about-text,
.about-image {
  flex: 1;
  padding: 20px;
  z-index: 2;
}

.about-text h1 {
  font-size: 2.5em;
  color: #e81e0c;
  margin-bottom: 20px;
  animation: bounceIn 1.5s ease forwards;
}

.about-text p {
  font-size: 1.1em;
  color: #325a96;
  line-height: 1.6;
}

.about-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.5s ease;
  animation: floatImage 4s ease-in-out infinite;
}

.about-image img:hover {
  transform: scale(1.05);
}

/* Footer Styles */
.custom-footer {
  background-color: #692e2d;
  color: white;
}

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

.footer-box {
  flex: 1 1 250px;
  margin: 20px;
}

.footer-box.about img.footer-logo {
  width: 225px;
  height: auto;
}

.footer-box.about h2 {
  margin: 10px 0 0;
  font-size: 22px;
}

.footer-box.about .tagline {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #f44336;
}

.footer-box.about .description {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}

.social-icons a {
  color: white;
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #1b0f5e;
}

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

.footer-box.links ul li {
  margin-bottom: 10px;
}

.footer-box.links ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: text-decoration 0.3s;
}

.footer-box.links ul li a:hover {
  text-decoration: underline;
}

.footer-box.contact p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #ccc;
}

.footer-box.contact i {
  margin-right: 10px;
  color: white;
}

.footer-bottom {
  background-color: #ffffff;
  text-align: center;
  color: #a6b8c3;
  padding: 15px;
  font-size: 14px;
}

/* Content Section */
.content-section {
  padding: 60px 0;
  background-color: #fff;
  overflow-x: hidden;
}

.title-section {
  text-align: center;
  margin-bottom: 40px;
}

.title-section h1 {
  font-size: 2.5rem;
  color: #0f172a;
  margin-bottom: 10px;
}

.title-section p {
  font-size: 1rem;
  color: #555;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
}

.card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 320px;
  flex: 1 1 300px;
  transform: scale(0.95);
  opacity: 0;
  animation: fadeInCard 0.6s ease forwards;
  transition: transform 0.3s ease;
  will-change: transform, opacity;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.3s; }
.card:nth-child(3) { animation-delay: 0.5s; }
.card:nth-child(4) { animation-delay: 0.7s; }

.card:hover {
  transform: scale(1.02);
}

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

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
}

.card-text {
  font-size: 0.95rem;
  color: #555;
}

.cta-box {
  text-align: center;
  margin-top: 60px;
}

.cta-box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1e3a3a;
}

.cta-box button {
  background-color: #1e3a3a;
  color: white;
  border: none;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-box button:hover {
  background-color: #174040;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceIn {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  60% {
    transform: translateY(15px);
    opacity: 1;
  }
  80% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes fadeInCard {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* Scroll Animations */
.slide-from-right,
.slide-from-left {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.slide-from-right {
  transform: translateX(80px);
}

.slide-from-left {
  transform: translateX(-80px);
}

.animate {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0;
  }

  .services-grid {
    margin-left: 0;
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  

  

  .row-Second {
    min-width: unset;
    gap: 30px;
  }

  .scroll-text {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }

  .red-Img {
    width: 50%;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #222;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    display: block;
    text-align: center;
    padding: 12px;
    color: rgb(0, 0, 0);
    text-decoration: none;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-left: 0;
  }

  .service-image {
    height: 200px;
  }

  .service-content {
    padding: 1.5rem;
  }

  .breadcrumb {
    font-size: 0.9rem;
  }

 

  .logo {
    max-width: 200px;
    margin-bottom: 20px;
  }

 
  .row-Second {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .scroll-text {
    font-size: 14px;
    padding: 0 10px;
    height: auto;
    line-height: 1.5;
  }

  .news {
    min-width: 100px;
    font-size: 16px;
    margin: 5px 8px 5px 0;
  }

 

  .left-links {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .active {
    margin-left: 0;
  }

  .homepage {
    min-height: auto;
    padding: 20px;
  }

  .red-Img {
    width: 100%;
    max-width: 300px;
    position: static;
    margin: 0 auto;
    display: block;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .highlight-banner {
    height: 300px;
    border-radius: 20px;
    margin: 20px 10px;
  }

  .highlight-banner-content h2 {
    font-size: 32px;
    padding: 0 20px;
  }

  .orbit-slate {
    flex-direction: column;
    gap: 20px;
  }

  .neon-script {
    font-size: 2rem;
  }

  .ghost-blurb {
    font-size: 0.95rem;
  }

  .section-split-content {
    flex-direction: column;
    gap: 2rem;
    padding: 40px 5%;
    text-align: center;
  }

  .section-split-text,
  .section-split-image {
    flex: 1 1 100%;
  }

  .slide-from-left {
    transform: translateX(-40px);
  }

  .slide-from-right {
    transform: translateX(40px);
  }

  .read-more-banner {
    max-width: 90%;
    font-size: 1rem;
    padding: 14px 16px;
  }

  .footer-box {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .contact-container {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .contact-sidebar,
  .contact-main {
    flex: 1 1 100%;
  }

  .contact-sidebar {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .about-block {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .about-block:nth-child(even) {
    flex-direction: column;
  }

  .card img {
    height: 180px;
  }

  .card-body {
    padding: 16px;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .cta-box h2 {
    font-size: 1.5rem;
  }
}

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

  .section-title {
    font-size: 1.5rem;
  }

  .service-content {
    padding: 1rem;
  }

  .service-percentage {
    width: 50px;
    height: 50px;
    font-size: 0.8rem;
  }

  .logo {
    max-width: 180px;
  }

  .booking-Text,
  .support-Text,
  .tel,
  .tel-Second,
  .email {
    font-size: 13px;
  }

  .phone,
  .support {
    width: 18px;
    height: 18px;
  }

  .mailImg {
    width: 30px;
    height: 25px;
  }

  .news {
    font-size: 14px;
    min-width: 80px;
    margin: 5px 6px 5px 0;
  }

  .scroll-text {
    font-size: 13px;
    padding: 5px 8px;
    height: auto;
  }

  

  .footer-box.about h2 {
    font-size: 18px;
  }

  .footer-box.about .tagline {
    font-size: 14px;
  }

  .footer-box.about .description {
    font-size: 12px;
  }

  .footer-box.contact p {
    font-size: 12px;
  }

  .footer-bottom {
    font-size: 12px;
  }

  .about-text h1 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .logo {
    max-width: 150px;
  }

  .booking-Text,
  .support-Text,
  .tel,
  .tel-Second,
  .email {
    font-size: 12px;
  }

  .phone,
  .support {
    width: 16px;
    height: 16px;
  }

  .mailImg {
    width: 25px;
    height: 20px;
  }
  
  

 
  .nav-links a {
    padding: 10px;
    font-size: 13px;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .highlight-banner {
    height: 250px;
    margin: 15px 5px;
  }

  .highlight-banner-content h2 {
    font-size: 24px;
    padding: 0 15px;
  }

  .highlight-contact-btn {
    padding: 12px 25px;
    font-size: 14px;
  }

  .services-grid {
    gap: 1rem;
  }

  .service-image {
    height: 180px;
  }

  .contact-form-container {
    padding: 1.5rem;
    margin: 1rem;
  }

  .contact-form-container h1 {
    font-size: 1.5rem;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 0.5rem;
    font-size: 0.9rem;
  }

  .submit-btn {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }

  .about-block {
    padding: 60px 10px;
  }

  .about-text h1 {
    font-size: 1.8rem;
  }

  .about-text p {
    font-size: 0.9rem;
  }

  .card img {
    height: 150px;
  }

  .card-body {
    padding: 12px;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-text {
    font-size: 0.9rem;
  }

  .cta-box h2 {
    font-size: 1.3rem;
  }

  .cta-box button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }

  .hero-title {
    font-size: 4.5rem;
  }

  .section-title {
    font-size: 3.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .highlight-banner {
    height: 500px;
  }

  .highlight-banner-content h2 {
    font-size: 60px;
  }
}


    .logo-container .logo {
      height: 40px;
    }

    
    .dropdown-menu {
      position: absolute;
      top: 60px;
      right: 20px;
      background-color: #000000;
      border-radius: 6px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      display: none;
      flex-direction: column;
      width: 200px;
      animation: fadeIn 0.3s ease-in-out;
    }

    .dropdown-menu.show {
      display: flex;      
    }

    .dropdown-menu a {
      padding: 12px 20px;
      color: #333;
      text-decoration: none;
      border-bottom: 1px solid #000000;
      font-weight: 500;
    }

    .dropdown-menu a:hover {
      background-color: #ff6a00;
      color: rgb(0, 0, 0);
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Optional: Responsive logo size */
    @media (max-width: 480px) {
      .logo-container .logo {
        height: 30px;
      }

      .dropdown-menu {
        right: 10px;
        width: 180px;
      }
    }
social-links{
  color: rgb(0, 0, 0);
}
.social-links{
  color: white;
  size: 12px;
}
 .nav-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: white;
      position: relative;
      z-index: 1000;
    }

    .brand-logo img {
      height: 40px;
    }

    .menu-toggle {
      font-size: 26px;
      cursor: pointer;
      display: none;
    }

    .desktop-menu {
      display: flex;
      gap: 20px;
    }

    .desktop-menu a {
      text-decoration: none;
      color: black;
      font-weight: 500;
    }

    /* Mobile Slide-In Menu */
    .mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      height: 100vh;
      background: white;
      transition: right 0.3s ease-in-out;
      z-index: 1100;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
    }

    .mobile-menu.show {
      right: 0;
    }

    .mobile-menu .menu-close {
      font-size: 24px;
      text-align: right;
      cursor: pointer;
    }

    .mobile-menu .menu-items {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
    }

    .mobile-menu .menu-items a {
      padding: 15px 0;
      text-decoration: none;
      color: black;
      font-size: 18px;
      border-bottom: 1px solid #eee;
    }

    @media (max-width: 768px) {
      .desktop-menu {
        display: none;
      }

      .menu-toggle {
        display: block;
      }
    }