/* Main styles for Birkrigg website - inspired by GoldenFlitch */

/* Font imports */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');

/* CSS Variables */
:root {
    --primary-color: #000000;
    --secondary-color: #333;
    --accent-color: #f8f8f8;
    --text-color: #333;
    --light-text: #666;
    --background-color: #fff;
    --border-color: #e0e0e0;
    --hover-color: #000000;
    --border-radius: 6px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    
    /* Framer style variables */
    --font-selector: SW50ZXItU2VtaUJvbGQ =;
    --framer-font-family: Arial, Helvetica, sans-serif;
    --framer-font-weight: 600;
    --framer-text-color: #000;
    --framer-line-height: 110%;
    --framer-letter-spacing: -0.04em;
    --extracted-r6o4lv: rgb(9, 9, 9);
}

.bg-dark{
	background:#222222 !important;
	color:#efefef !important;
}

.closeBulge {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 668;
    pointer-events: none
}

.closeBulge .bulge {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100vh;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.closeBulge .bulge #curve {
    fill: #fff
}

.closeBulge .close {
    cursor: pointer;
    width: 34px;
    height: 34px
}


@media (min-width:1025px) {
    #MenuBulge {
        display: block
    }
}
 .icon-slider-section {
  padding: 60px 20px;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.partner-text {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.text-icon {
  color: #007bff;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}

.icon-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 15px;
	border: 1px solid black;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.icon-box img {
  
 
  object-fit: contain;
  
  transition: transform 0.3s ease;
}

.icon-box:hover img {
  transform: scale(1.05);
}

.icon-box h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin: 0;
  text-transform: uppercase;
}

/* Swiper Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
  top: 35%;
  width: 35px;
  height: 35px;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  background-color: #000 !important;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.word {
     font-weight: bold;
      transform-style: preserve-3d;
      transition: transform 0.6s;
      display: inline-block;
      backface-visibility: hidden;
    }
    .margintop{margin-top: 40px;}
   
        .animated-text-container {
            width: 100%;
            text-align: center;
            z-index: 5;
        }
        
        .animated-text {
            color: rgb(0, 0, 0);
            font-size: 2.7rem;
            font-weight: 600;
            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.7); 
			height:45px;      
            position: relative;
        }
        
        .animated-text span {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            left: 0;
            text-align: center;
            opacity: 0;
            animation: rotateWord 24s linear infinite 0s;
        }
        
        .animated-text span:nth-child(2) { animation-delay: 2s; }
        .animated-text span:nth-child(3) { animation-delay: 4s; }
        .animated-text span:nth-child(4) { animation-delay: 6s; }
        .animated-text span:nth-child(5) { animation-delay: 8s; }
        .animated-text span:nth-child(6) { animation-delay: 10s; }
        .animated-text span:nth-child(7) { animation-delay: 12s; }
        .animated-text span:nth-child(8) { animation-delay: 14s; }
        .animated-text span:nth-child(9) { animation-delay: 16s; }
        .animated-text span:nth-child(10) { animation-delay: 18s; }
        .animated-text span:nth-child(11) { animation-delay: 20s; }
        .animated-text span:nth-child(12) { animation-delay: 22s; }
        
        @keyframes rotateWord {
            0% { opacity: 0; transform: translateY(20px); }
            2% { opacity: 1; transform: translateY(0px); }
            8% { opacity: 1; transform: translateY(0px); }
            10% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 0; }
        }
        
        @media (max-width: 768px) {
            .animated-text {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 480px) {
            .animated-text {
                font-size: 1.5rem;
            }
        }
.QuoteDisplay#MenuBulge {
    position: fixed;
    z-index: 665;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    display: none
}

#MenuBulge svg {
    position: absolute;
    will-change: transform
}

#MenuBulge svg path {
    fill: #000
}

#MenuBulge .left {
    top: 0;
    left: 0
}

#MenuBulge .right {
    top: 0;
    right: 0
}

.burgers {
    display: none;
    position: fixed;
    z-index: 665;
    pointer-events: none
}

.burgers,
.burgers svg {
    top: 0;
    left: 0;
    opacity: 0
}

.burgers svg {
    width: 19px;
    height: 15px;
    position: absolute;
    z-index: 2
}

.burgers .hitarea {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer
}

/* MenuBulge Styles */
#MenuBulge {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100vh;
    pointer-events: none;
    z-index: 100;
    display: block !important;
}

#MenuBulge svg.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100vh;
    fill: black;
    pointer-events: none;
}

.burger-button {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    pointer-events: auto !important;
}

.burger-button:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.burger-lines {
    width: 20px;
    height: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 1px;
}

.burgers svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: white;
    pointer-events: none;
}

.burgers .right:hover {
    background: #6d0375;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(86, 2, 95, 0.4);
}

/* Add burger lines */
.burgers .right::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: white;
    box-shadow: 0 8px 0 white, 0 16px 0 white;
    transition: all 0.3s ease;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 98;
    display: none;
}

#overlay.active {
    display: block;
}

#menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: white;
    z-index: 99;
    transition: right 0.3s ease;
    padding: 60px 40px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

#menu.active {
    right: 0;
}

.closeBulge .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 100;
    color: #333;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.closeBulge .close:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
}

.MenuItems {
    margin-top: 80px;
}

.MenuItems a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

/* .MenuItems a:hover {
    color: var(--primary-color);
    padding-left: 10px;
} */

/*KKKKKKKKKKKKKKK
/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--framer-font-family);
    font-size: 16px;
    line-height: var(--framer-line-height);
    color: var(--framer-text-color);
    background-color: var(--background-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: var(--framer-letter-spacing);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--framer-font-family);
    font-weight: var(--framer-font-weight);
    line-height: var(--framer-line-height);
    margin-bottom: 1rem;
    color: var(--framer-text-color);
    letter-spacing: var(--framer-letter-spacing);
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-bottom: 1.5rem;
    font-weight: 400;
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: var(--transition);
}

/* a:hover {
    color: var(--primary-color);
} */

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

/* Top Bar */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.top-bar .logo img {
    height: 40px;
    width: auto;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.heros {
    position: relative; 
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
	padding-top:50px;
/*     padding: 120px 20px 60px; */
/* 	background:#f8f6f5;  */
    animation: gradientShift 12s ease infinite;
    overflow: hidden;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .heros {
        height: auto; /* let content decide height */
/*         padding: 60px 15px 80px; /* less bottom padding */ */
    }
.hero-title {
    text-align: center;
}
    .heros h1 {
        font-size: 1.8rem; /* smaller title */
    }

    .heros p {
        font-size: 1.3rem;
        line-height: 1.5;
		padding-bottom:20px;
    }
}

@media (max-width: 480px) {
    .heros {
		  padding: 65px 0px 0px;
/*         padding: 100px 10px 90px; */
    }

    .heros .hero-title {
        font-size: 2.2rem;
		text-align:center;
		margin-top:25px;
    }
.hero-title {
    text-align: center;
}
    .heros p {
        font-size: 0.95rem;
		text-align:center;
    }
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.hero-title {
/* 	    font-family: ClarendonBTWXX-Light; */
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
       background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    margin-bottom: 10px;
    animation: fadeInDown 1.2s ease;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-accent {
    width: 80px;
    height: 4px;
    margin: 0 auto 15px;
    background: linear-gradient(90deg, #ff416c, #ffd200);
    border-radius: 2px;
    animation: slideIn 1s ease forwards;
}

@keyframes slideIn {
    from { width: 0; }
    to { width: 80px; }
}

.subtitle {
/*     font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    opacity: 1;
    max-width: 700px;
    margin: 0 auto;
	line-height:35px;
    animation: fadeInUp 1.4s ease; */
	
/*     float: right; */
/* 	    padding-bottom: 68px; */
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
/*     margin-right: 80px; */
    color: #000;
    opacity: 1;
/*     max-width: 700px; */
    margin: 0 auto;
    line-height: 35px;
    animation: fadeInUp 1.4s ease;

}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 

/* Mobile styles for video */
@media (max-width: 768px) {
    
	.animated-text {
		height:40px;
	}
}
 

.hero-tagline {
    position: relative;
    z-index: 3;
    font-size: 2.5rem;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .hero-tagline {
        font-size: 1.8rem;
    }
}

.hero-image {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.hero-tagline {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 1.4;
    max-width: 600px;
}

@media (max-width: 768px) {
    .hero-image {
        max-width: 300px;
    }
    
    .hero-tagline {
        font-size: 1.4rem;
    }
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Bar */
.top-bar {
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 25px;
}

/* Right Section */
.right-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Burger Menu */
.burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
    transition: all 0.3s ease;
    z-index: 99999 !important;
    position: relative;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 8px;
    min-width: 50px;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    pointer-events: auto;
}

.burger-line {
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    margin: 3px 0;
    transition: all 0.3s ease;
}

.burger-menu:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.burger-menu:hover .burger-line {
    background-color: #333;
}

/* Burger Animation to Cross */
.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Slide Menu */
.slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 2000;
    transition: right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Curtain Edge Effect */
.slide-menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.3) 0%, 
        rgba(0, 0, 0, 0.1) 50%, 
        transparent 100%);
    clip-path: polygon(
        0 0, 
        70% 0, 
        80% 5%, 
        75% 10%, 
        85% 15%, 
        70% 20%, 
        80% 25%, 
        75% 30%, 
        85% 35%, 
        70% 40%, 
        80% 45%, 
        75% 50%, 
        85% 55%, 
        70% 60%, 
        80% 65%, 
        75% 70%, 
        85% 75%, 
        70% 80%, 
        80% 85%, 
        75% 90%, 
        85% 95%, 
        70% 100%, 
        0 100%
    );
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-menu.active {
    right: 0;
}

/* Curtain Animation */
.slide-menu.active::before {
    opacity: 1;
    transform: translateY(0);
    animation: curtainDrop 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Wave Animation for Menu Items */
.slide-menu.active nav ul li {
    animation: waveIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(50px);
}

.slide-menu.active nav ul li:nth-child(1) { animation-delay: 0.1s; }
.slide-menu.active nav ul li:nth-child(2) { animation-delay: 0.2s; }
.slide-menu.active nav ul li:nth-child(3) { animation-delay: 0.3s; }
.slide-menu.active nav ul li:nth-child(4) { animation-delay: 0.4s; }
.slide-menu.active nav ul li:nth-child(5) { animation-delay: 0.5s; }
.slide-menu.active nav ul li:nth-child(6) { animation-delay: 0.6s; }

/* Wave Animation for Social Icons */
.slide-menu.active nav div {
    animation: waveInSocial 0.8s ease-out forwards;
    animation-delay: 0.7s;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes waveIn {
    0% {
        opacity: 0;
        transform: translateX(50px) scale(0.8);
    }
    60% {
        opacity: 1;
        transform: translateX(-10px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes waveInSocial {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    60% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes curtainDrop {
    0% {
        opacity: 0;
        transform: translateY(-100%) scaleY(0.1);
        filter: blur(2px);
    }
    30% {
        opacity: 0.7;
        transform: translateY(-20%) scaleY(0.8);
        filter: blur(1px);
    }
    60% {
        opacity: 0.9;
        transform: translateY(5%) scaleY(1.1);
        filter: blur(0.5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scaleY(1);
        filter: blur(0);
    }
}

.slide-menu-content {
    text-align: center;
}

/* Reset animations when menu is closed */
.slide-menu:not(.active) nav ul li {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
}

.slide-menu:not(.active) nav div {
    opacity: 0;
    transform: translateY(30px);
    animation: none;
}

.slide-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
}

.slide-menu nav ul li {
    margin: 30px 0;
    margin-left: 0 !important;
}

.slide-menu nav ul li a {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.slide-menu nav ul li a:hover {
    color: var(--accent-color);
}

/* Navigation */
nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    color: var(--text-color);
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
}

nav ul li a:hover {
    color: rgb(86, 2, 95);
}

nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
/*     background-color: rgb(86, 2, 95); */
    transition: width 0.3s ease;
}

nav ul li a:hover::after {
    width: 100%;
}

nav ul li a.active {
/*     color:  rgb(86, 2, 95); */
}

nav ul li a.active::after {
    width: 100%;
}

/* Mobile menu */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-color);
}



/* .hero-title {
    text-align: left;
	
} */
.hero-title {
    text-align: left;
	margin-bottom:20px;
/*     padding: 100px 0px 100px; */
}
.hero-title h1 {
    font-size: 5.5rem;
    font-weight: var(--framer-font-weight);
    color: var(--framer-text-color);
    line-height: var(--framer-line-height);
    margin-bottom: 0;
    letter-spacing: var(--framer-letter-spacing);
    font-family: var(--framer-font-family);
    position: relative;
}

.hero-title h1.framer-styles-preset {
    display: inline-block;
    position: relative;
}

.hero-title h1::after {
    content: '.';
    color: rgb(86, 2, 95);
    position: relative;
    display: inline-block;
}

.hero-content {
    text-align: left;
}

.hero-content .tagline {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--light-text);
    margin-bottom: 0px;
}

.hero-content .subtitle {
    font-size: 1.8rem;
    color: var(--text-color);
    margin-bottom: 30px;
    line-height: 1.5;
}

@media (max-width: 768px) {
 
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hero-title h1 {
        font-size: 3rem;
    }
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: white;
    border-radius: var(--border-radius);
    font-weight: var(--framer-font-weight);
    font-family: var(--framer-font-family);
    letter-spacing: var(--framer-letter-spacing);
    line-height: var(--framer-line-height);
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.btn:hover {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--box-shadow);
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--accent-color);
    color: #000;
}

.btn-outline:hover {
    background-color: var(--accent-color);
    color: white;
}

/* Services section */
.services {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-color: var(--light-background);
    display: block;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 480px) 
{
.services {
		padding: 5px 0;
		position: relative;
		z-index: 1;
		background-color: var(--light-background);
		display: block;
		visibility: visible;
		opacity: 1;
		}
	}


.section-title {
    text-align: center;
    margin-bottom: 50px;
    display: block;
    visibility: visible;
    opacity: 1;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    text-align: center;
    color: var(--light-text);
    font-size: 1.1rem;
    margin-top: -10px;
    margin-bottom: 50px;
}



/* .services-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
} */


.services-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* .services-left {
    flex: 1;
    max-width: 500px;
} */
.services-left {
    flex: 1;
    max-width: 532px;
    background: white;
    padding: 20px;
    height: 625px;
    align-items: center;
    align-content: center;
}

.services-right {
    flex: 1;
    max-height: 625px;
    padding: 20px;
    overflow: hidden;
    background: white;
}

/* .services-right {
    flex: 1;
    max-height: 600px;
    overflow: hidden;
}
 */
.services-scroll {
    max-height: 600px;
    overflow-y: auto;
	padding-top:5px;
    padding-right: 20px;
}

.services-scroll::-webkit-scrollbar {
    width: 6px;
}

.services-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.services-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.services-scroll::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* Left Content Area */
.services-intro {
    padding: 0px 0;
}

.services-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--light-text);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
}

.services-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 25px;
}

.highlight-red {
    color: var(--primary-color);
}

.services-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--light-text);
    margin-bottom: 35px;
}

.btn-primary {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 30px;
	margin-left: 31%;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

@media (max-width: 768px) {
	.btn-primary {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 30px;
	margin-left: 0%;
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}
}

.btn-primary:hover {
/*     background-color: #45024a; */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(86, 2, 95, 0.3);
}

/* Right Service Items */
/* .service-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    min-height: 140px;
    align-items: flex-start;
}
 */

.service-item {
    display: flex;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid;
    transition: var(--transition);
    min-height: 140px;
    align-items: flex-start;
}
.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.service-icon {
    flex-shrink: 0;
    
    align-items: center;
    justify-content: center;
  
    vertical-align: middle;
}

.service-text {
    flex: 1;
}

 .service-text h3 {
    font-size: 1.2rem;
/*     font-weight: 600;
    color: white;
    margin-bottom: 12px;
    margin-top: 0; */
}
/*.service-text h3{
	    border: solid;
    background: black;
    
    padding: 5px;
    border-radius: 7px;
} */

.service-text p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--light-text);
    margin-bottom: 12px;
}

.service-quote {
    font-style: italic;
    color: var(--primary-color) !important;
    font-weight: 500;
    border-left: 3px solid var(--primary-color);
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.service-card {
    background: #f8f9f8;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    transition: var(--transition);
    position: relative;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Service header styles based on reference site */
.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    background-color: #171717;
    border-radius: 18px 18px 0 0;
}

.service-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.service-categories-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.service-categories {
    display: flex;
    gap: 10px;
}

.category {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

.service-year {
    display: flex;
    align-items: center;
}

.service-year .divider,
.service-year .year {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 130%;
    color: #fff;
}

.service-year .divider {
    margin-right: 5px;
    margin-left: 5px;
}

.service-dots {
    display: flex;
    gap: 5px;
}

.dot {
    width: 8px;
    height: 8px;
    
    border-radius: 100%;
}


.service-content {
    padding: 30px;
    border-radius: 0 0 18px 18px;
/*     border-top: 1px solid rgba(0, 0, 0, 0.05); */
}

.service-card p {
    margin-bottom: 20px;
    color: var(--light-text);
    font-size: 15px;
    line-height: 1.6;
}

.service-card .highlight {
    font-weight: 600;
    color: #000;
    margin: 25px 0;
    font-size: 14px;
}

.service-card .btn {
    margin-top: 20px;
    align-self: flex-start;
    display: inline-block;
}

/* Keywords section */
.keywords {
    padding: 60px 0;
    background-color: var(--light-background);
}

.keywords-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.keyword {
    background-color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.keyword:hover {
    background-color: var(--accent-color);
    color: white;
    transform: translateY(-3px);
}

/* Footer */
footer {
    background-color: black;
    color: white;
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 20px;
}

.footer-col h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: var(--accent-color);
    bottom: 0;
    left: 0;
}

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

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: white;
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: var(--transition);
}
.social-link {
    display: flex;
    gap: 15px;
}
.social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  background-color: rgb(255 255 255);
    border-radius: 50%;
    color: #000000;
    transition: var(--transition);
}
.social-links a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

.social-link a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.footer-bottom p{
	margin:0;
	padding:0;
}

/* Contact form */
.contact-form {
/*     margin-top: 20px; */
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    font-family: var(--framer-font-family);
    font-size: 16px;
    font-weight: var(--framer-font-weight);
    letter-spacing: var(--framer-letter-spacing);
    line-height: var(--framer-line-height);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    background-color: white;
    transition: var(--transition);
}

.form-control.btn {
    display: inline-block;
    padding: 12px 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: var(--border-radius);
    transition: var(--transition);
    cursor: pointer;
    border: none;
    outline: none;
}

.form-control:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.2);
}

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

/* Search form */
.search-form {
    position: relative;
    margin-left: 20px;
}

.search-input {
    padding: 8px 15px;
    padding-right: 40px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    font-family: var(--framer-font-family);
    font-weight: var(--framer-font-weight);
    letter-spacing: var(--framer-letter-spacing);
    line-height: var(--framer-line-height);
    font-size: 14px;
    width: 200px;
    transition: var(--transition);
}

.search-input:focus {
    outline: none;
    width: 250px;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.2);
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--light-text);
    cursor: pointer;
    transition: var(--transition);
}

.search-btn:hover {
    color: var(--accent-color);
}

/* Responsive styles */
@media (max-width: 992px) {
    .menu-toggle {
        display: block;
    }
    
    nav {
        position: absolute;
        top: 7%;
        bottom: 0;
        left: 0;
        right: 0;
        /* background-color: #FF5722; */
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        /* max-height: 0; */
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    nav.active {
        max-height: 300px;
    }
    
    nav ul {
        flex-direction: column;
        padding: 20px;
    }
    
    nav ul li {
        margin: 0 0 15px 0;
    }
    
    .search-form {
        margin: 15px 0 0 0;
    }
    
    .search-input {
        width: 100%;
    }
    
    .search-input:focus {
        width: 100%;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
.service-item {
/*     display: grid; */
	gap: 0px;
}
}

@media (max-width: 768px) {
 
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero .subtitle {
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 1.75rem;
    }
    
    .services-layout {
        flex-direction: column;
        gap: 40px;
    }
    
    .services-left {
        max-width: 100%;
    }
    
    .services-right {
        max-height: none;
    }
    
    .services-scroll {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }
    
    .services-heading {
        font-size: 1.5rem;
    }
    
    .service-item {
        min-height: auto;
        padding: 20px;
/* 		display:grid; */
    }
	.service-item img{
       width:120px;
/* 		margin-left:20%; */
    }
	
    .video-wrapper {
		position:relative;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }
	
	img.video_arrow_icon{
		display:none;
	}


    .service-icon {
/*         width: 60px;*/
/*         height: 80px;  */
        font-size: 1.5rem;
    }
    
    .footer-grid {
/*         grid-template-columns: 1fr; */
    }
}

/* Animation classes */
.fade-in {
    /* opacity: 0; */
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Projects page styles */
.projects {
    padding: 80px 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.project-card {
    background-color: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.project-image {
/*     height: 200px; */
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
    background-color: white;
}

.project-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: rgb(10, 10, 10);
}

.project-categories-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.project-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.project-categories .category {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgb(10, 10, 10);
}

.project-year {
    display: flex;
    align-items: center;
}

.project-year .divider,
.project-year .year {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 130%;
    color: rgb(10, 10, 10);
}

.project-year .divider {
    margin-right: 5px;
    margin-left: 5px;
}

.project-dots {
    display: flex;
    gap: 5px;
}

.project-content {
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.project-content p {
    margin-bottom: 0;
    color: var(--light-text);
    font-size: 15px;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background-color: var(--light-background);
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.cta-content p {
    margin-bottom: 30px;
    font-size: 1.1rem;
    color: var(--light-text);
}

/* Utility classes */
.text-center {
    text-align: center;
}

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }

.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 1rem; padding-right: 1rem; }
.px-4 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-5 { padding-left: 3rem; padding-right: 3rem; }

/* Bulge Menu Styles */
.bulge-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1000;
}

.bulge-curve {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100px;
    height: 200px;
    background: #000;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.3);
}

.burger-container {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 1001;
    cursor: pointer;
}

.burger-icon {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
}

.menu-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 40px;
}

.menu-items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.menu-items a {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.menu-items a:hover {
    color: #000;
    transform: translateX(10px);
}

/* Slide Menu Social Icons */
.slide-menu nav div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.slide-menu nav div a {
    color: white !important;
    font-size: 2.5rem !important;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-menu nav div a:hover {
    color: #222 !important;
    transform: scale(1.2);
}
.slide-menu nav .menu-item a:hover {
    color: #fff !important;
    transform: scale(1.2);
}

.menu-social {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.menu-social a {
    color: #aaa;
    font-size: 1rem;
    text-decoration: none;
}

.menu-social a:hover {
    color: #fff;
}

/* Right-side bulge menu styles */
.burgers {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    padding: 20px;
}

.burger-icon {
    width: 30px;
    height: 30px;
    fill: rgb(86, 2, 95);
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

.hitarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.overlayContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.mobileBurger {
    display: none;
}

@media (max-width: 768px) {
    .burgers {
        display: none;
    }
    
    .slide-menu-content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        text-align: center;
    }
    
    /* Mobile Social Icons */
    .slide-menu nav div {
        gap: 25px !important;
        margin-top: 30px !important;
    }
    
    .slide-menu nav div a {
        font-size: 2rem !important;
    }
    
    .mobileBurger {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1001;
    }
    
    .mobile-burger-icon {
        width: 30px;
        height: 20px;
        fill: rgb(86, 2, 95);
        cursor: pointer;
    }
}

.convex-hitarea {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    display: flex;
    align-items: center;
    z-index: 100;
}

.hitarea-curve {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: black;
    /* Create convex curve */
    border-top-left-radius: 50% 20%;
    border-bottom-left-radius: 50% 20%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
    transform: translateX(40%);
}

.burger-icon {
    position: relative;
    z-index: 101;
    margin-right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* Make hero container position relative for absolute positioning */
.hero-container {
    position: relative;
}

/* Mobile Menu Dots */
.mobile-menu-dots {
    
    position: relative;
    text-align:center;    
/* 	margin:45px 4px;     */
    z-index: 10;
}

.mobile-menu-dots .dot {
    width: 50px;
    height: 50px;
   
    margin:0 auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot {
    width: 8px;
    height: 8px;
    
    border-radius: 100%;
}



/* Responsive Design */
@media (max-width: 768px) {
    /* Hide MenuBulge on mobile */
    /* #MenuBulge styles removed as they were empty */
    
 
    
    
    /* Mobile Hero Image */
    .hero-image {
        max-width: 600px;
        width: 100%;
    }
    
    /* Mobile Hero Text */
    .hero-tagline {
        font-size: 1.2rem;
        line-height: 1.3;
        max-width: 320px;
        padding: 0 10px;
    }
    
    /* Mobile Top Bar */
    .top-bar {
        padding: 8px 15px;
    }
    
    .logo img {
        max-height: 20px;
    }
    
    .search-form {
        display: none;
    }
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonials-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    gap: 30px;
}

.testimonial-content {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-item {
    min-width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(20px);
    transition: all 0.5s ease;
    text-align: center;
    padding: 0 20px;
}

.testimonial-item.current {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateX(0);
}

/* Keep active class for backward compatibility */
.testimonial-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateX(0);
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
}

.testimonial-text::before {
    content: '"';
    font-size: 3rem;
    color: black;
    position: absolute;
    top: -10px;
    left: -20px;
    font-family: serif;
}

.testimonial-text::after {
    content: '"';
    font-size: 3rem;
    color: black;
    position: absolute;
    bottom: -30px;
    right: -20px;
    font-family: serif;
}

.testimonial-author {
    font-weight: bold;
    font-size: 1.1rem;
    color: black;
}

.testimonial-arrow {
    background: none;
    color: black;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all 0.3s ease;
    opacity: 1;
}

.testimonial-arrow:hover {
    color: #333;
    transform: scale(1.2);
}

.testimonial-arrow:active {
    transform: scale(0.9);
}

.testimonial-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

.testimonial-arrow:disabled:hover {
    transform: none;
    color: black;
}

/* Mobile Responsive for Testimonials */
@media (max-width: 768px) {
    .testimonials-container {
        max-width: 100%;
        flex-direction: row;
        gap: 15px;
        align-items: center;
    }
    
    .testimonial-content {
        flex: 1;
        width: auto;
        min-height: 150px;
    }
    
    .testimonial-arrow {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .testimonial-text::before,
    .testimonial-text::after {
        font-size: 2rem;
    }
    
    .testimonial-text::before {
        top: -5px;
        left: -10px;
    }
    
    .testimonial-text::after {
        bottom: -20px;
        right: -10px;
    }
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: var(--primary-color);
    color: white;
}

.contact-inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-left {
    flex: 1;
    max-width: 500px;
}

.contact-right {
    flex: 1;
    max-width: 600px;
}

.contact-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: white !important;
}

.contact-description {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

.contact-image {
    width: 100%;
    max-width: 325px;
    height: auto;
    border-radius: 12px;
    opacity: 0.9;
    margin: 20px auto 0;
    display: block;
}

.contact-form {
    /* background: rgba(255, 255, 255, 0.1); */
    /* padding: 40px; */
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    margin-bottom: 25px;
    flex: 1;
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: white;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
}

.form-instruction {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 5px;
    display: block;
}

.radio-group {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: normal;
}

.radio-label input[type="radio"] {
    width: auto;
    margin: 0;
}

.btn-secondary {
    background-color: white;
    color: var(--primary-color);
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-secondary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive for Contact */
@media (max-width: 768px) {
    .contact-inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact-left {
        max-width: 100%;
    }
    
    .contact-right {
        max-width: 100%;
    }
    
    .contact-heading {
        font-size: 2rem;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .radio-group {
        flex-direction: column;
        gap: 10px;
    }
}

/* Page Hero (smaller version for other pages) */
.page-hero {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    padding: 80px 0 60px;
    position: relative;
}

.page-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-hero .subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .page-hero {
        padding: 60px 0 40px;
    }
    
    .page-hero h1 {
        font-size: 2.2rem;
    }
    
    .page-hero .subtitle {
        font-size: 1.1rem;
    }
}

/* Service Box Layout (for payroll and other pages) */
.service-box {
/*     display: flex; */
/*     align-items: flex-start; */
/*     gap: 30px;
    margin-bottom: 40px;
    padding: 30px; */
/*     background: white; */
/*     border-radius: 12px; */
/*     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease; */
}

.service-box:hover {
/*     transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); */
}

.service-image {
    flex-shrink: 0;
    width: 120px;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--light-text);
    margin-bottom: 12px;
}

.service-content .highlight {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .service-box {
        flex-direction: column;
        gap: 5px;
/*         padding: 20px; */
    }
    
    .service-image {
        width: 250px;
        align-self: center;
    }
    
    .service-content h2 {
        font-size: 1.2rem;
		line-height:1.4rem;
        text-align: center;
    }
}

/* CTA Section */
.cta {
/*     background: linear-gradient(135deg, var(--primary-color), #7a0d85); */
	background:#000 !important;
    padding: 80px 0;
    margin: 60px auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    opacity: 0.3;
}

.cta .container {
    position: relative;
    z-index: 2;
}

.cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.cta p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta .btn {
    display: inline-block;
    background: white;
    color: var(--primary-color);
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border: 3px solid white;
}

.cta .btn:hover {
    background: transparent;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .cta {
        padding: 60px 0;
        margin: 40px 0;
    }
    
    .cta h2 {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    
    .cta p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .cta .btn {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

/* Packages Section */
.packages-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.packages-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.packages-intro p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.package-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.package-card.featured {
    border-color: #000000;
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(86, 2, 95, 0.2);
}

.package-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.package-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #000000;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.package-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.package-price {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.package-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 25px;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
}

.package-features li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25px;
    font-size: 0.9rem;
    color: #555;
}

.package-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-card .btn {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 8px;
}

.package-card.featured .btn {
    background: #000000;
    color: white;
}

/* .package-card.featured .btn:hover {
    background: #6d0373;
} */

/* Extras Section */
.extras-section {
    margin-top: 60px;
    text-align: center;
}

.extras-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}

.extras-section > p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
	text-transform: uppercase;
}

.extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.extra-item {
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.extra-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.extra-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
	text-transform: uppercase;
}

.extra-item p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.extra-price {
    display: inline-block;
    background: #000000;
    color: white;
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Package Comparison Table */
.package-comparison {
    padding: 80px 0;
    background: white;
}

.package-comparison h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
    color: #333;
}

.comparison-table-container {
    overflow-x: auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.comparison-table th,
.comparison-table td {
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.comparison-table th {
    background: #000000;
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.comparison-table td {
    font-size: 0.9rem;
    color: #555;
}

.comparison-table .fas.fa-check {
    color: #28a745;
    font-size: 1.1rem;
}

.comparison-table tr:hover {
    background: #f8f9fa;
}

/* Mobile Responsiveness for Packages */
@media (max-width: 768px) {
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .package-card.featured {
        transform: none;
        order: -1;
    }
    
    .package-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .extras-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .package-price {
        font-size: 1.6rem;
    }
    
    .packages-intro {
        margin-bottom: 40px;
    }
}

/* Contact Section Layout */
.contact-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
	padding-top: 60px;
}

.contact-info-section,
.contact-form-section {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-info-section h3,
.contact-form-section h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-section p,
.contact-form-section p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 1rem;
}

.contact-info-section h4 {
    font-size: 1.3rem;
    color: #000000;
    margin: 30px 0 20px 0;
    font-weight: 600;
	
}

/* Contact Benefits Section */
.contact-intro {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #000000;
}

.contact-intro h4 {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
}

.contact-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #555;
}

.contact-benefits li:last-child {
    margin-bottom: 0;
}

.contact-benefits i {
    color: #000000;
    margin-right: 10px;
    font-size: 0.9rem;
}

/* Contact Form Styles */
.contact-form {
    background: #f8f9fa;
    padding-right: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
/*     margin-top: 20px; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: white;
    height: 50px;
    box-sizing: border-box;
}

.contact-form textarea {
    height: 50px;
    resize: vertical;
    min-height: 50px;
    max-height: 150px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #000000;
    box-shadow: 0 0 0 3px rgba(86, 2, 95, 0.1);
    transform: translateY(-2px);
}

.contact-form .btn {
    width: 100%;
    padding: 15px;
    background: #000;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.contact-form .btn:hover {
    transform: translateY(-2px);
/*     box-shadow: 0 8px 25px rgba(86, 2, 95, 0.3);
    background: linear-gradient(135deg, #6d0373 0%, #a00bb5 100%); */
}

/* Contact Details Styling */
.contact-details {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.contact-item i {
    color: #000000;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 2px;
    min-width: 20px;
}

.contact-item div {
    flex: 1;
}

.contact-item strong {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-item p {
    margin: 0;
    color: #666;
    line-height: 1.4;
}

.contact-item a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #8b0a9b;
    text-decoration: underline;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: white;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* FAQ Highlights Styling */
.faq-highlights {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-highlights .faq-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #000000;
    transition: all 0.3s ease;
}

.faq-highlights .faq-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.faq-highlights .faq-item strong {
    display: block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1rem;
}

.faq-highlights .faq-item p {
    margin: 0;
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Mobile Responsiveness for Contact */
@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }
/* 	.burger-button{display:none} */
   #MenuBulge {
   
    position: fixed;
    top: 0;
/*     right: -81px!important; */
	}
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-info-section,
    .contact-form-section {
        padding: 0;
		box-shadow:none;
    }
    
    .contact-info-section h3,
    .contact-form-section h3 {
        font-size: 1.5rem;
    }
    
    .contact-form {
        padding: 20px;
        margin-top: 15px;
    }
    
    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        padding: 12px;
    }
    
    .contact-item {
        padding: 12px;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .faq-highlights {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-highlights .faq-item {
        padding: 15px;
    }
}

/* Burger Menu Styles */
.burger-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    transition: all 0.3s ease;
}

.burger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Slide Menu Styles - Original from Birkrigg4 */
.slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 2000;
    transition: right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Curtain Edge Effect */
.slide-menu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.3) 0%, 
        rgba(0, 0, 0, 0.1) 50%, 
        transparent 100%);
    clip-path: polygon(
        0 0, 
        70% 0, 
        80% 5%, 
        75% 10%, 
        85% 15%, 
        70% 20%, 
        80% 25%, 
        75% 30%, 
        85% 35%, 
        70% 40%, 
        80% 45%, 
        75% 50%, 
        85% 55%, 
        70% 60%, 
        80% 65%, 
        75% 70%, 
        85% 75%, 
        70% 80%, 
        80% 85%, 
        75% 90%, 
        85% 95%, 
        70% 100%, 
        0 100%
    );
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-menu.active {
    right: 0;
}

/* Curtain Animation */
.slide-menu.active::before {
    opacity: 1;
    transform: translateY(0);
    animation: curtainDrop 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Wave Animation for Menu Items */
.slide-menu.active nav ul li {
    animation: waveIn 0.8s ease-out forwards;
    opacity: 0;
    transform: translateX(50px);
}

.slide-menu.active nav ul li:nth-child(1) { animation-delay: 0.1s; }
.slide-menu.active nav ul li:nth-child(2) { animation-delay: 0.2s; }
.slide-menu.active nav ul li:nth-child(3) { animation-delay: 0.3s; }
.slide-menu.active nav ul li:nth-child(4) { animation-delay: 0.4s; }
.slide-menu.active nav ul li:nth-child(5) { animation-delay: 0.5s; }
.slide-menu.active nav ul li:nth-child(6) { animation-delay: 0.6s; }

/* Wave Animation for Social Icons */
.slide-menu.active nav div {
    animation: waveInSocial 0.8s ease-out forwards;
    animation-delay: 0.7s;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes waveIn {
    0% {
        opacity: 0;
        transform: translateX(50px) scale(0.8);
    }
    60% {
        opacity: 1;
        transform: translateX(-10px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes waveInSocial {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    60% {
        opacity: 1;
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes curtainDrop {
    0% {
        opacity: 0;
        transform: translateY(-100%) scaleY(0.1);
        filter: blur(2px);
    }
    30% {
        opacity: 0.7;
        transform: translateY(-20%) scaleY(0.8);
        filter: blur(1px);
    }
    60% {
        opacity: 0.9;
        transform: translateY(5%) scaleY(1.1);
        filter: blur(0.5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scaleY(1);
        filter: blur(0);
    }
}

.slide-menu-content {
    text-align: center;
}

/* Reset animations when menu is closed */
.slide-menu:not(.active) nav ul li {
    opacity: 0;
    transform: translateX(50px);
    animation: none;
}

.slide-menu:not(.active) nav div {
    opacity: 0;
    transform: translateY(30px);
    animation: none;
}

.slide-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
}

.slide-menu nav ul li {
    margin: 25px 0;
    margin-left: 0 !important;
}

.slide-menu nav ul li a {
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.slide-menu nav ul li a:hover {
    color: var(--accent-color);
}

.slide-menu .social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.slide-menu .social-links a {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    padding: 10px;
}

.slide-menu .social-links a:hover {
    color: #000000;
    transform: scale(1.2);
}

/* Mobile Menu Dots */
.mobile-menu-dots {
      
    gap: 4px;
    cursor: pointer;
    z-index: 10;
}

/* .mobile-menu-dots .dot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    
    transition: all 0.3s ease;
} */

.mobile-menu-dots:hover .dot {
    
    transform: scale(1.2);
    border-color: rgba(32, 32, 32, 0.8);
}

.mobile-menu-dots .dot:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-menu-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-menu-dots .dot:nth-child(3) {
    animation-delay: 0.3s;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Mobile Top Bar Layout */
    .top-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        gap: 15px;
    }
    
    .top-bar .logo {
        flex-shrink: 0;
    }
    
    .top-bar .logo img {
		margin-top:5px;
        max-height: 17px;
    }
    
    .top-bar .right-section {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content: space-between;
        gap: 15px;
    }
    
    .top-bar .search-form {
        flex: 1;
        max-width: 250px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .burger-menu {
        display: none !important; /* Show on mobile */
        position: static;
        min-width: 35px;
        min-height: 35px;
        width: auto;
        height: auto;
        flex-shrink: 0;
        margin-left: auto;
        background-color: rgb(255 255 255 / 90%) !important;
        border: 2px solid #000 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
	
	.slide-menu nav ul li {
		margin:10px 0;
	}
    
    .slide-menu nav ul li a {
        font-size: 1.5rem;
        margin: 15px 0;
    }
    
    .slide-menu .social-links a {
        font-size: 1.2rem;
    }
    
/*     .mobile-menu-dots {
        display: flex;  
        bottom: 20px;
    } */
    
    .mobile-menu-dots .dot {
        width: 50px;
        height: 50px;
    }
}

/* Burger Menu */
.burger-menu {
    display: none; /* Hidden on desktop */
    flex-direction: column;
    cursor: pointer;
    /* padding: 15px; */
    transition: all 0.3s ease;
    z-index: 99999 !important;
    /* position: relative; */
    background-color: rgb(255 255 255 / 80%);
    border-radius: 8px;
    min-width: 35px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    pointer-events: auto;
}

.burger-line {
    width: 18px;
    height: 2px;
    background-color: #000;
    margin: 1.5px 0;
    transition: all 0.3s ease;
    border-radius: 1px;
    display: block;
}

.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}


.row {
      display: flex;
      justify-content: space-between;
      align-items: center;
/*       gap: 40px; */
      
      margin: auto;
      margin-bottom: 40px;
    }

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


.news-slider-section .swiper {
/* 	padding:20px auto !important; */
	padding-bottom:50px !important;
}

.swiper-horizontal{
	padding:5px !important;
}

.services .service-content p.highlight{
	font-weight: 600;
    color: #000000; 
	background:transparent;
    padding: 8px 0;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
}

.heros .mobile-menu-dots{
	display:none !important;
}


@media (max-width: 768px) {
	.text-justify{
		text-align:justify !important;
	}
	
	.text-left{
		text-align: left !important;
	}
}

  .page-header-section .header-content {
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
/* 	  gap: 2rem; */
	  flex-wrap: wrap; /* allows wrapping on smaller screens */
}

.page-header-section .text-content {
/*    width:70%; */
	flex: 1;
/* 	min-width: 250px; */
}
/* 
.page-header-section .hero-title {
	font-size: 2.5rem;
	margin: 0;
	color: #222;
}

.page-header-section .subtitle {
	font-size: 1.2rem;
	color: #666;
	margin-top: 0.5rem;
} */

.page-header-section .image-content {
	flex: 1;
	max-width: 40%;
	text-align: right;
}

.page-header-section .image-content img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

/* Responsive styling */
@media (max-width: 768px) {
	.page-header-section .header-content {
		flex-direction: column;
		text-align: center;
	}

	.page-header-section .image-content {
		text-align: center;
	}
}

.content-area a{
	color:#000;
}

.content-area p{
   line-height:1.8rem;
}



.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;  
  display: flex;
  flex-direction: column; 
  justify-content: center;  
  align-items: center;   
  gap: 1.5rem;            
  overflow: hidden; 
  padding-top:.5rem;
  box-sizing: border-box; 
}

 
.hero .video-container {
  width: 100%;
  max-width: 1200px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0s; 
  padding-top:55px;
}

.hero .video-container video {
  width: 100%;
  height: auto;
  max-height: 70vh; 
  display: block;
}

 
.hero .animated-text-container {
  text-align: center;
  color: #fff;
  z-index: 2;
  max-width: 90%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;  
}

.hero .animated-text-container p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 0.75rem;
}

.hero .animated-text-container .animated-text {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  line-height: 1.2;
}

.hero .mobile-menu-dots {
  cursor: pointer;
  z-index: 2;
 
}

.hero .mobile-menu-dots .dot img {
  width: clamp(40px, 6vw, 44px);
  height: auto;
  display: block;
  margin: 0 auto;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {
  .hero .video-container video {
    max-height: 60vh;
  }
  .hero .animated-text-container .animated-text {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .hero {
    gap: 1rem;
    padding: 0.5rem;
  }
  .hero .animated-text-container .animated-text {
    font-size: 2rem;
  }
}

.scroll-bar-box{
	height:40px;
	position:relative;
}
 .scroll-bar-div {
	 height: 6px;
	 background-color: #000;
	 border-radius: 50%;
	 position: absolute;
	 animation: moveTopToBottom 1.5s infinite;
}
@keyframes moveTopToBottom {
	0% {
		top: 0;
		width: 6px;
	}
	25% {
		width: 5px;
	}
	50% {
		width: 4px;
	}
	75% {
		width: 5px;
	}
	100% {
		top: 30px;
		width: 6px;
	}
}

.payroll-heading{
	font-size:2.4rem;
	line-height:1.5;
 
}

.payroll-heading .highlight-txt{
	font-weight:bold;
}

.payroll-main-section .service-content{
	padding: 40px 40px 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}