/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/components/Company/company.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  /* Brand Colors */
  --primary-color: #a3c64a; /* Parmar green */
  --primary:#a3c64a;
  --primary-dark: #8bab3e;
  --primary-light: #b4d35f;
  --primary-glow: rgba(163, 198, 74, 0.4);
  --primary-bg: rgba(163, 198, 74, 0.1);
  --secondary: #333333;
  --secondary-dark: #222222;
  --secondary-light: #555555;
  --text-dark: #222222;
  --text-light: #ffffff;
  --bg-light: #f8f8f8;
  --bg-white: #ffffff;
  --bg-gradient: linear-gradient(135deg, #111111 0%, #333333 100%);
  --accent-blue: #3e8bab;

  /* Effects */
  --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.2);
  --shadow-hover: 0 16px 32px rgba(163, 198, 74, 0.3);
  --shadow-primary: 0 8px 16px rgba(163, 198, 74, 0.25);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --transition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
}

/* Utility Classes */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.highlight {
  color: #a3c64a;
  font-weight: 700;
}

.company-section {
  margin-top: 9.5%;
  background: var(--bg-white);
  position: relative;
  overflow: hidden;
}

/* Decorative Elements */
.company-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: var(--primary-glow);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  opacity: 0.5;
}

.company-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: var(--primary-glow);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  opacity: 0.3;
}

/* Section Headers */
.text_header {
  text-align: center;
  padding: 80px 20px 40px;
  position: relative;
  z-index: 1;
}

.text_header h1 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.text_header h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.text_header h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 8px;
}

/* Main Company Section */
.two_image {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 60px 10%;
  gap: 60px;
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-white) 100%);
  position: relative;
  z-index: 1;
}

.backword_div,
.backword_div_1,
.backword_div_2 {
  flex: 1 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: var(--transition-bounce);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  box-shadow: none;
}

.forword_div {
  flex: 1 1;
  padding: 50px;
  background: var(--bg-white);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  border-left: 6px solid var(--primary);
  transform: translateY(0) rotate(0);
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.forword_div::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-color: var(--primary-bg);
  border-radius: 50%;
  z-index: -1;
}

.forword_div p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--text-dark);
  text-align: justify;
  position: relative;
}

.forword_div p::first-letter {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  float: left;
  line-height: 1;
  padding-right: 10px;
}

/* Vision & Mission Section */
.two_image_1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 60px 10%;
  gap: 60px;
  background: linear-gradient(135deg, var(--bg-white) 0%, var(--bg-light) 100%);
  position: relative;
  z-index: 1;
}

.forword_div_1 {
  flex: 1 1;
  padding: 50px;
  background: var(--bg-white);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  border-left: 6px solid var(--primary);
  transform: translateY(0) rotate(0);
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.forword_div_1::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-color: var(--primary-bg);
  border-radius: 50%;
  z-index: -1;
}

.forword_div_1 p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--text-dark);
  text-align: justify;
  position: relative;
}

.forword_div_1 p::first-letter {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  float: left;
  line-height: 1;
  padding-right: 10px;
}

/* Why Us Section */
.two_image_2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 60px 10%;
  gap: 60px;
  background: linear-gradient(135deg, var(--bg-light) 0%, var(--bg-white) 100%);
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.forword_div_2 {
  flex: 1 1;
  padding: 50px;
  background: var(--bg-white);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  border-left: 6px solid var(--primary);
  transform: translateY(0) rotate(0);
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.forword_div_2::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-color: var(--primary-bg);
  border-radius: 50%;
  z-index: -1;
}

.forword_div_2 p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: var(--text-dark);
  text-align: justify;
  position: relative;
}

.forword_div_2 p::first-letter {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  float: left;
  line-height: 1;
  padding-right: 10px;
}

/* Hover Effects */
.backword_div:hover,
.backword_div_1:hover,
.backword_div_2:hover {
  transform: translateY(-15px);
  box-shadow: none;
}

.forword_div:hover,
.forword_div_1:hover,
.forword_div_2:hover {
  transform: translateY(-15px) rotate(1deg);
  box-shadow: var(--shadow-hover);
}

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

.two_image,
.forword_div,
.backword_div {
  animation: fadeInUp 0.8s ease-out forwards;
}

.two_image_1,
.forword_div_1,
.backword_div_1 {
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

.two_image_2,
.forword_div_2,
.backword_div_2 {
  animation: fadeInUp 0.8s ease-out forwards;
  animation-delay: 0.4s;
}

/* Responsive Design */
@media screen and (max-width: 1400px) {
  .text_header h1 {
    font-size: 2.8rem;
  }
  
  .two_image,
  .two_image_1,
  .two_image_2 {
    padding: 50px 8%;
    gap: 50px;
  }
  
  .forword_div,
  .forword_div_1,
  .forword_div_2 {
    padding: 40px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1200px) {
  .text_header h1 {
    font-size: 2.5rem;
  }
  
  .two_image,
  .two_image_1,
  .two_image_2 {
    padding: 40px 5%;
    gap: 40px;
  }
  
  .forword_div,
  .forword_div_1,
  .forword_div_2 {
    padding: 35px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .text_header h1 {
    font-size: 2.2rem;
  }
  
  .two_image,
  .two_image_1,
  .two_image_2 {
    padding: 35px 4%;
    gap: 30px;
  }
  
  .forword_div,
  .forword_div_1,
  .forword_div_2 {
    padding: 30px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  
  .forword_div p::first-letter,
  .forword_div_1 p::first-letter,
  .forword_div_2 p::first-letter {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 820px) {
  .company-section {
    margin-top: 10%;
  }
  
  .text_header h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .text_header h1 {
    font-size: 1.8rem;
  }
  
  .two_image,
  .two_image_1,
  .two_image_2 {
    flex-direction: column;
    padding: 30px 4%;
    gap: 30px;
  }
  
  .backword_div,
  .backword_div_1,
  .backword_div_2 {
    min-height: 300px;
    background: none;
    box-shadow: none;
  }
  
  .forword_div,
  .forword_div_1,
  .forword_div_2 {
    padding: 25px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 0.95rem;
  }
  
  .forword_div p::first-letter,
  .forword_div_1 p::first-letter,
  .forword_div_2 p::first-letter {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 540px) {
  .company-section {
    margin-top: 12%;
  }
  
  .text_header h1 {
    font-size: 1.6rem;
  }
  
  .two_image,
  .two_image_1,
  .two_image_2 {
    padding: 25px 3%;
    gap: 25px;
  }
  
  .backword_div,
  .backword_div_1,
  .backword_div_2 {
    min-height: 250px;
  }
  
  .forword_div,
  .forword_div_1,
  .forword_div_2 {
    padding: 20px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  
  .forword_div p::first-letter,
  .forword_div_1 p::first-letter,
  .forword_div_2 p::first-letter {
    font-size: 2rem;
  }
}

@media screen and (max-width: 430px) {
  .text_header h1 {
    font-size: 1.4rem;
  }
  
  .backword_div,
  .backword_div_1,
  .backword_div_2 {
    min-height: 200px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  
  .forword_div p::first-letter,
  .forword_div_1 p::first-letter,
  .forword_div_2 p::first-letter {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {
  .text_header h1 {
    font-size: 1.3rem;
  }
  
  .forword_div,
  .forword_div_1,
  .forword_div_2 {
    padding: 15px;
  }
  
  .forword_div p,
  .forword_div_1 p,
  .forword_div_2 p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  
  .forword_div p::first-letter,
  .forword_div_1 p::first-letter,
  .forword_div_2 p::first-letter {
    font-size: 1.6rem;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.active,
  .backword_div:hover,
  .backword_div_1:hover,
  .backword_div_2:hover,
  .forword_div:hover,
  .forword_div_1:hover,
  .forword_div_2:hover {
    transition: none;
    transform: none;
  }
  
  .two_image,
  .two_image_1,
  .two_image_2,
  .forword_div,
  .forword_div_1,
  .forword_div_2,
  .backword_div,
  .backword_div_1,
  .backword_div_2 {
    animation: none;
  }
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
  color: #e74c3c;
  font-size: 1.2rem;
  text-align: center;
  padding: 20px;
}

/* Image loading optimization */
.backword_div img,
.backword_div_1 img,
.backword_div_2 img {
  transition: opacity 0.3s ease-in-out;
}

.backword_div img[loading],
.backword_div_1 img[loading],
.backword_div_2 img[loading] {
  opacity: 0.6;
}

.company-page {
  padding: 4rem 8%;
  background-color: #f9f9f9;
}

.company-content-section {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

.content-half {
  flex: 1 1;
}

.content-half h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #a3c64a;
  margin-bottom: 1.5rem;
}

.content-half p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.image-half {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-half img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

/* Horizontal layout for the first section */
.horizontal-section {
  flex-direction: row;
}

/* Reverse layout for the "Why Us" section */
.reverse-layout {
  flex-direction: row-reverse;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .company-content-section,
  .reverse-layout {
    flex-direction: column;
  }
}

.company-page-container {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.main-company-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.main-company-title::after {
  content: '';
  display: block;
  margin: 1.2rem auto 0 auto;
  width: 120px;
  height: 5px;
  background: #a3c64a;
  border-radius: 3px;
}

.company-section {
  padding: 4rem 8%;
}

/* About Section */
.about-section .text-card {
  max-width: 1100px;
  margin: 0 auto 4rem auto;
}

.banner-image-container {
  width: 100%;
  height: 400px;
  position: relative;
}

/* Common Text Card Style */
.text-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-left: 8px solid var(--primary-color);
}

.text-card p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.text-card .first-letter {
  color: #a3c64a;
  font-weight: 700;
  font-size: 2.5rem;
  float: left;
  margin-right: 0.5rem;
  line-height: 1;
}

/* Vision & Mission Sections */
.vision-mission-section,
.why-us-section {
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  position: relative;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #a3c64a;
}

.content-layout {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 4rem;
}

.content-layout.reverse {
  flex-direction: row-reverse;
}

.image-container,
.text-card {
  flex: 1 1;
}

.content-image,
.hoverable-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hoverable-image:hover {
  transform: scale(1.045);
  box-shadow: 0 16px 40px rgba(163, 198, 74, 0.18), 0 2px 8px rgba(0,0,0,0.18);
  z-index: 2;
}

/* Responsive */
@media (max-width: 1024px) {
  .company-section {
    padding: 3rem 2%;
  }
  .banner-image-container {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .main-company-title {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .company-section {
    padding: 2rem 1rem;
  }
  .content-layout,
  .content-layout.reverse {
    flex-direction: column;
    gap: 2rem;
  }
  .banner-image-container {
    height: 180px;
  }
  .text-card {
    padding: 1.2rem 1rem;
  }
  .text-card .first-letter {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .main-company-title {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 1rem;
  }
  .text-card {
    padding: 0.7rem 0.5rem;
    font-size: 0.9rem;
  }
  .banner-image-container {
    height: 100px;
  }
}

.company-img-hover {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(163,198,74,0.10);
  background: #fff;
}
.company-img-hover:hover {
  transform: scale(1.045) translateY(-6px);
  box-shadow: 0 12px 36px rgba(163,198,74,0.18), 0 2px 12px rgba(0,0,0,0.10);
  z-index: 2;
}
.vertical-main-section {
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  padding-bottom: 0 !important;
}
.vertical-main-section .forword_div {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vertical-main-section .backword_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}
@media (max-width: 900px) {
  .vertical-main-section .company-img-hover {
    width: 98% !important;
    max-width: 98vw !important;
  }
} 
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/components/Bottom_to_top/BToT.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.scroll-to-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background-color: var(--secondary-color);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 150%;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.scroll-to-top-button:hover {
  background-color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.scroll-to-top-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.scroll-to-top-button svg {
  display: block;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .scroll-to-top-button {
    bottom: 15px;
    right: 15px;
    padding: 8px 16px;
  }
  
  .scroll-to-top-button svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .scroll-to-top-button {
    bottom: 10px;
    right: 10px;
    padding: 6px 12px;
  }
  
  .scroll-to-top-button svg {
    width: 18px;
    height: 18px;
  }
} 
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/components/Navbar/Navbar.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* General Navbar Styling */
:root {
  --primary-color: #a5c847;
  --text-dark: #333;
  --transition-speed: 0.4s;
}

.navbar-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  width: 100%;
  height: 100px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: height 0.3s ease;
}

.navbar-row.scrolled {
  height: 80px;
}

.navbar-logo {
  margin-left: 1.2rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.navbar-logo .logo {
  height: 90px;
  width: auto;
  max-width: 180px;
  max-height: 90px;
  transition: height 0.3s, max-width 0.3s, max-height 0.3s;
}

.navbar-row.scrolled .navbar-logo .logo {
  height: 50px;
  max-width: 80px;
  max-height: 60px;
}

@media screen and (max-width: 992px) {
  .navbar-logo .logo {
    height: 40px;
    max-width: 80px;
    max-height: 40px;
  }
}

/* Desktop Styles */
.desktop-links {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  width: auto;
  margin-left: auto;
}

.navbar-menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  margin-left: 0;
}

.navbar-menu li a {
  color: var(--text-dark);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
  padding-bottom: 5px;
}

.navbar-menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

.navbar-menu li a:hover,
.navbar-menu li a.active {
  color: var(--primary-color);
}

.navbar-menu li a:hover::after,
.navbar-menu li a.active::after {
  width: 100%;
}

.contact-btn, .contact-btn.active {
  text-decoration: none !important;
}
.contact-btn::after {
  display: none !important;
}

/* Mobile & Hamburger Styles */
.mobile-sidebar {
  display: none;
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .navbar-row {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-logo {
    margin-left: 1.2rem;
    margin-right: 2rem;
  }
  .desktop-links, .desktop-contact {
    display: none;
  }
  .menu-toggle {
    display: block !important;
    margin-left: auto;
    margin-right: 1.2rem;
    order: 2;
    z-index: 1102;
  }
  .navbar-row {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 300px;
    background: #fff;
    box-shadow: 2px 0 15px rgba(0,0,0,0.15);
    z-index: 1001;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2.2rem 1.2rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mobile-sidebar.open {
    transform: translateX(0);
  }
  .close-icon {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    left: auto;
    font-size: 2.5rem;
    color: var(--primary-color);
    cursor: pointer;
    margin-bottom: 1.2rem;
  }
  .mobile-menu {
    list-style: none;
    padding: 0;
    margin-top: 2.2rem;
    width: 100%;
  }
  .mobile-menu li {
    margin-bottom: 1.1rem;
    width: 100%;
  }
  .mobile-menu li a {
    color: var(--text-dark);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.2s, background 0.2s, padding 0.2s;
    display: block;
    padding: 0.2rem 0 0.2rem 1.2rem;
    border-radius: 6px;
    margin-left: 0.2rem;
    letter-spacing: 0.5px;
  }
  .mobile-menu li a.active {
    color: var(--primary-color);
    background: rgba(165,200,71,0.08);
    font-weight: 700;
  }
  .mobile-menu li a:hover {
    color: var(--primary-color);
    background: rgba(165,200,71,0.13);
    padding-left: 1.6rem;
  }
  .contact-btn-mobile {
    background: var(--primary-color);
    color: #fff !important;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    text-align: center;
    display: block;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    width: 95%;
    margin-left: 2.5%;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(165,200,71,0.10);
    letter-spacing: 0.5px;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .contact-btn-mobile:hover {
    background: #8db035;
    box-shadow: 0 8px 24px rgba(165,200,71,0.18);
  }
  .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .mobile-sidebar.open ~ .overlay {
    opacity: 1;
    visibility: visible;
  }
}

#contact-me {
  margin-right: 1.2rem;
}

#contact-me a {
  padding: 0.7rem 1.1rem;
  font-size: 1.1rem;
  background-color: var(--primary-color);
  color: #fff !important;
  border-radius: 6px;
  transition: all var(--transition-speed) ease;
  border: none;
  text-decoration: none !important;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}
#contact-me a::after {
  display: none !important;
}

.menu-toggle {
  display: none;
}
.menu-toggle .hamburger {
  width: 32px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-toggle .hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--text-dark);
  border-radius: 2px;
  margin: 3px 0;
  transition: all 0.3s;
}
.menu-toggle .hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle .hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
