* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: white !important;
}
@font-face {
    font-family: 'Albra TRIAL Semi TRIAL';
    src: url('../fonts/AlbraTRIAL-Semi.woff2') format('woff2'),
        url('../fonts/AlbraTRIAL-Semi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra Book TRIAL Medium TRIAL';
    src: url('../fonts/AlbraBookTRIAL-Medium.woff2') format('woff2'),
        url('../fonts/AlbraBookTRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Albra Book TRIAL Bold TRIAL';
    src: url('../fonts/AlbraBookTRIAL-Bold.woff2') format('woff2'),
        url('../fonts/AlbraBookTRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AccoladeSerial';
    src: url('../fonts/AccoladeSerialBold.woff2') format('woff2'),
        url('../fonts/AccoladeSerialBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlbraGroteskTRIAL';
    src: url('../fonts/AlbraGroteskTRIAL-Bold.woff2') format('woff2'),
        url('../fonts/AlbraGroteskTRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllenoireFreePersonal';
    src: url('../fonts/AllenoireFreePersonal-Regular.woff2') format('woff2'),
        url('../fonts/AllenoireFreePersonal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
 font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
  list-style: none;
}

a {
 font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
  text-decoration: none;
}

p,
li {
 font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
  font-size: 15px;
  color: #494949;
  font-weight: 400 !important;
}

h1,
h2 {
 font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: 'AlbraGroteskTRIAL', 'Albra Book TRIAL Bold TRIAL', sans-serif;
  color: #000;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: 'Poppins' !important;
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #ecac51 ;
  --secondary-color: #1a1a1a;
  --black-color: #000;
  --white-color: #fff;
}

/* .container{
  max-width: 94%;
} */
img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}

.navbar-list ul li a {
    background: #ffffff;
    color: #000000;
}

.navbar-list ul {
    display: flex;
    justify-content: space-between;
}

.navbar-main {
    width: 100%;
}

.box-two {
    width: 100px;
}

/* Top Bar Styles */
.top-bar {
    background-color: #2c2c2c;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.contact-item:hover span {
    color: var(--primary-color);
}

.contact-item i {
    background-color: var(--primary-color);
    color: white;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 18px;
}

.contact-item:hover i {
    background-color: var(--primary-color);
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

.social-media {
    display: flex;
    gap: 10px;
}

.social-link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link.facebook {
    background-color: #ffffff00;
    color: #ffffff;
}

.social-link.instagram {
    /* background-color: var(--primary-color); */
    /* color: white; */
}

.social-link.twitter {
    background-color: #00000000;
    color: #ffffff;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-link.facebook:hover {
    background-color: #1877f2;
    color: white;
}

.social-link.instagram:hover {
    background-color: #e4405f;
    color: white;
}

.social-link.twitter:hover {
    background-color: #1da1f2;
    color: white;
}

/* Main Navigation Styles */
.navbar {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-logo {
    flex-shrink: 0;
}

.navbar-logo img {
    height: 50px;
    width: auto;
}

.navbar-menu {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.nav-item a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-item.active a {
    border-bottom: 2px solid #000;
}

.nav-item a:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.nav-item:hover {
    transform: translateY(-1px);
}

.nav-item.dropdown a i {
    font-size: 12px;
    margin-left: 5px;
}

.navbar-cta {
    flex-shrink: 0;
}

.quote-btn {
    background-color: var(--primary-color);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quote-btn:hover {
    background-color: #2c2c2c;
    transform: translateY(-3px) scale(1.05);
    /* box-shadow: 0 6px 10px rgba(212, 175, 55, 0.4); */
    /* border : 1px solid var(--primary-color); */
    color: #ffffff;
}

.quote-btn:hover i {
    transform: translateX(3px);
}

.quote-btn i {
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-bar-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .navbar-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* Hero Slider Styles */
.hero-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
    cursor: grab;
    user-select: none;
}

.hero-slider:active {
    cursor: grabbing;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    transform: translateX(0);
}

.slide.active {
    opacity: 1;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 130px 0px;
}

.slide-content p {
    color: white;
}

.hero-banner {
    margin-bottom: 20px;
}

.hero-banner span {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

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

.hero-description {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: white;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 11px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    color: white;
    border: 2px solid var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-color)00 !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    border: 2px solid var(--primary-color);
}

.btn-primary:hover i {
    transform: translateX(3px);
}

.btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid var(--primary-color);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: var(--primary-color) !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(139, 69, 19, 0.3);
     border: 2px solid var(--primary-color);
}

.btn-secondary:hover i {
    transform: translateX(3px);
}

/* Right Side Navigation */
.slider-navigation {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.nav-numbers {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-number {
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
}

.nav-number.active {
    color: var(--primary-color);
}

.nav-number:hover {
    color: var(--primary-color);
    transform: scale(1.2);
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.nav-dots {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active {
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.nav-dot:hover {
    background-color: var(--primary-color);
    transform: scale(1.5);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
}
/* Features Section */
.features-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.feature-icon.smart-work-icon {
    background: #fdfdfd;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
}

.feature-icon.smart-work-icon img {
    width: 60px;
}
.feature-inner-circle {
    background: var(--primary-color);
    width: 100%;
    height: 260px;
    max-width: 260px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.feature-circle:after {
    background-image: url(../images/layer.png) ;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
      transition: 0.2s ease-in-out;
}

.feature-item:hover{
    transition: 0.4s ;
}
.feature-circle {
    position: relative;
}

.feature-item:hover .feature-inner-circle{
     background: var(--black-color);
   
}
.feature-item:hover .feature-circle:after {
    transform: rotate(50deg);
}
h3.feature-title {
    font-family: 'AccoladeSerial';
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
}
section.hero-slider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--primary-color);
    width: 40px;
     height: 16px;
    border-radius: 3px;
}
span.swiper-pagination-bullet {
    background: white;
    width: 20px;
    border-radius: 3px;
    opacity: .6;
    height: 16px;
    transition: 0.8s;
}

/* About Us Section */
.about-section {
    padding: 80px 0;
    background-color: #f5f5f0;
}

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

.about-images {
    position: relative;
}

.main-image {
    position: relative;
    /* border-radius: 0 20px 20px 0; */
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    width: 320px;
}

.main-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 200px 200px 00px 0px;
    border: 1px solid #000000;
}

.overlay-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 360px;
    height: 300px;
    border-radius: 300px 00px 00px 00px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
}

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


.about-label {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-description {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    margin: 0px 0 20px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.feature-box {
    padding: 00px 0;
}

.feature-box .feature-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.feature-box .feature-description {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.about-cta {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.read-more-btn {
    background-color: #2c2c2c;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
}

.read-more-btn:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.call-us {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-icon {
    width: 46px;
    height: 46px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #ffffff;
}

.phone-icon:hover {
    background-color: var(--primary-color);
    transform: scale(1.1);
}

.call-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.call-label {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.phone-number {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #2c2c2c;
}

.service-card {
    position: relative;
}

.service-content {
    bottom: 7px;
    position: absolute;
    width: 96%;
    background: #000000;
    left: 2%;
    padding: 20px;
    border-radius: 7px;
    overflow: hidden;
    z-index: 11;
   
}
.service-image img {
    border-radius: 10px;
}
h3.service-title {
    font-size: 18px;
    color: #ffffff;
    font-family: 'AccoladeSerial';
}
.service-content:after {
    background-image: url(../images/layer.png);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.2s ease-in-out;
    z-index: 0;
    opacity: 0.6;
}
a.servies-pro {
    z-index: 99;
    position: relative;
}
a.servies-pro P{
    display: none;
    width: 0px;
     transition: 0.4s ease-in;
}
/*.service-card:hover .service-image:after{*/
/*    background-color: #3d3d3d7e;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    content: "";    */
/*     transition: 0s ease-in-out;*/
/*}*/
a.servies-pro P {color: var(--white-color);font-size: 13px;}

.service-card:hover .service-content {  
    background: var(--primary-color);  
}
.service-card:hover .service-content a.servies-pro P{
    display: block;
    width: auto
}
a.service-link {
    color: var(--primary-color);
}
.service-card:hover .service-content a.service-link{
  color: #000;
}
.service-card:hover .service-image img  {
    border-radius: 200px 200px 0px 0px;
}
.service-image img {
    border: 2px solid white;
    border-radius: 10px;
}
.service-image{
    position: relative;
     border-radius: 200px 200px 0px 0px;
}

section.services-section.py-5 {
    background-image: url(../images/servies-bg.jpg);
}

/* Projects Section */
.projects-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.projects-text {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .projects-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

.projects-label {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.projects-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1.2;
    margin-bottom: 25px;
}

.projects-description {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.project-info-card {
    background: #ecab5146;
    border-radius: 100px 0px 0px 100px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.project-counter {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    min-width: 80px;
}

.project-separator {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.project-details {
    flex: 1;
    border-left: 2px solid var(--primary-color);
    padding-left: 20px;
}

.project-category {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.project-name {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.project-description {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.projects-slider {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.slider-slide.active {
    opacity: 1;
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3;
}

.nav-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #2c2c2c;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.indicator:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

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

.testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-label {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.testimonials-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0;
}

.testimonials-content {
    margin-bottom: 40px;
}

/* Swiper Testimonials Styling */
.testimonials-swiper {
    padding: 20px 0 60px;
}

.testimonials-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-swiper .testimonial-card {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.testimonials-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #2c2c2c;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
    transform: scale(1.2);
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    height: auto;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    background: linear-gradient(135deg, #ecac51 0%, var(--primary-color) 100%);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-card.right-card {
    background: white;
    color: #2c2c2c;
}

.testimonial-profile {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.testimonial-card:hover .profile-bg {
    background: #2c2c2c;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    border: 3px solid white;
}

.testimonial-content {
    position: relative;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #2c2c2c;
    margin: 0 0 5px 0;
    transition: color 0.3s ease;
}

.testimonial-card:hover .testimonial-name {
    color: white;
}

.testimonial-title {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    transition: color 0.3s ease;
}

.testimonial-card:hover .testimonial-title {
    color: white;
}

.quote-icon {
    font-size: 2rem;
    color: #2c2c2c;
    opacity: 0.3;
    transition: color 0.3s ease;
}

.testimonial-card:hover .quote-icon {
    color: white;
}

.testimonial-divider {
    height: 2px;
    background: #2c2c2c;
    margin: 15px 0;
    opacity: 0.2;
    transition: background 0.3s ease;
}

.testimonial-card:hover .testimonial-divider {
    background: white;
}

.testimonial-text {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    transition: color 0.3s ease;
}

.testimonial-card:hover .testimonial-text {
    color: white;
}

.testimonials-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2c2c2c;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: var(--primary-color);
    border: 2px solid #2c2c2c;
    transform: scale(1.2);
}

.pagination-dot:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}
.profile-bg {
    background: var(--primary-color);
    padding: 32px;
    margin-top: -50px;
    position: relative;
    margin-right: 20px;
    border-radius: 10px 0px 10px 10px;
}


/* Team Section */
.team-section {
    padding: 80px 0;
   background-image: url(../images/servies-bg.jpg);
    position: relative;
    height: 460px;
    margin-bottom: 200px;
}

.team-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    pointer-events: none;
}

.team-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.team-label {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.team-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    line-height: 1.2;
    margin: 0;
}

.view-all-btn {
    background: linear-gradient(135deg, #ecac51 0%, var(--primary-color) 100%);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-all-btn:hover {
    background: linear-gradient(135deg, var(--primary-color) 0%, #ecac51 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.team-content {
    position: relative;
    z-index: 2;
}

.team-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.team-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.team-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

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

.social-icons {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease;
}

.team-card:hover .social-icons {
    opacity: 1;
    transform: translateX(0);
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-icon:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

.team-info {
    padding: 25px;
    background: rgb(0 0 0);
    transition: all 0.4s ease;
    position: relative;
    width: 94%;
    position: absolute;
    bottom: 14px;
    border-radius: 10px;
    left: 3%;
}

.team-card:hover .team-info {
    background: linear-gradient(135deg, #ecac51 0%, #b8941f 100%);
}

.team-name {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.team-role {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    transition: color 0.3s ease;
}

/* Responsive Design for Team */
@media (max-width: 768px) {
    .team-section {
        padding: 60px 0;
    }
    
    .team-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .team-title {
        font-size: 2rem;
    }
    
    .view-all-btn {
        align-self: flex-end;
    }
    
    .team-image {
        height: 250px;
    }
    
    .social-icons {
        left: 15px;
        top: 15px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .team-section {
        padding: 40px 0;
    }
    
    .team-title {
        font-size: 1.8rem;
    }
    
    .team-image {
        height: 200px;
    }
    
    .team-info {
        padding: 20px;
    }
    
    .team-name {
        font-size: 1.1rem;
    }
}

/* Footer Section */
.footer-section {
    background: linear-gradient(135deg, #383838 0%, #141414 100%);
    position: relative;
    overflow: hidden;
}

.footer-section::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="footer-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.02"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.03"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-grain)"/></svg>');
    pointer-events: none;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}

.subscription-section {
    flex: 1;
}

.email-input-group {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 500px;
    position: relative;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 15px;
    color: #666;
    z-index: 2;
}

.email-input {
    background: white;
    border: none;
    padding: 15px 15px 15px 45px;
    border-radius: 4px;
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    color: #2c2c2c;
    width: 500px;
    outline: none;
    transition: all 0.3s ease;
}

.email-input:focus {
    box-shadow: 0 0 0 2px #ecac51;
}

.email-input::placeholder {
    color: #999;
}

.subscribe-btn {
    background: #ecac51;
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 4px;
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    right: -1px;
}

.subscribe-btn:hover {
    background: linear-gradient(135deg, #b8941f 0%, #ecac51 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

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

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0%);
    border: 2px solid rgb(255 255 255 / 65%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: #ecac51;
    border-color: #ecac51;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0;
}

.footer-main {
    padding: 60px 0 40px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    margin-bottom: 20px;
    width: 130px;
}

.logo-text {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    display: block;
}

.logo-subtext {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    display: block;
    margin-top: -5px;
}

.footer-description {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-title {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar .contact-info {
    display: flex
;
    flex-direction: row-reverse;
}
.footer-links li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.footer-links li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #ecac51;
    border-radius: 50%;
}

.footer-link {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #ecac51;
    padding-left: 5px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    color: #ecac51;
    font-size: 16px;
    margin-top: 2px;
    min-width: 16px;
}

.contact-text {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-top: 8px;
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}
.profile-bg:after {
    background: #ecac51;
    top: 0px;
    left: 144px;
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.testimonial-card:hover .profile-bg:after {
    background: var(--black-color);
}

/* Trusted Companies Section */
.trusted-companies-section {
    background-color: #f8f9fa;
    padding: 0px 0 50px;
    position: relative;
}

.trusted-companies-content {
    display: flex;
    align-items: center;
    /* gap: 60px; */
    border: 1px solid #7e7e7e;
    padding: 20px 20px;
    border-radius: 20px;
}

.trusted-companies-header {
    flex-shrink: 0;
    border-right: 1px solid #7e7e7e !important;
}

.trusted-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.trusted-title,
.trusted-subtitle {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.1;
}

.trusted-arrow {
    position: absolute;
    top: 10px;
    right: -30px;
    color: var(--primary-color);
    font-size: 1.2rem;
    transform: rotate(45deg);
}

.companies-slider {
    flex: 1;
    overflow: hidden;
}

.companiesSwiper {
    width: 100%;
    height: auto;
}

.companiesSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.company-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    /* padding: 25px 30px; */
    /* border-radius: 12px; */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    /* min-height: 120px; */
    width: 100%;
    /* max-width: 400px; */
}

.company-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.company-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), #d4953a);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.company-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.company-prefix {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.company-name {
    font-family: 'AlbraGroteskTRIAL', 'AccoladeSerial', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.company-subtitle {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.company-divider {
    width: 2px;
    height: 30px;
    background: #ddd;
    margin: 5px 0;
}

.company-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.company-stack-item {
    font-family: 'AllenoireFreePersonal', 'Poppins', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.top-bar .contact-item i {
    width: 26px !important;
    height: 26px !important;
    padding: 14px;
    font-size: 14px;
}
.top-bar .social-link {
    height: 36px !important;
    width: 36px !important;
}
.service-image img {
    height: 460px;
    object-fit: cover;
}
.main-image:hover img {
    transform: scale(1.3);
}
.overlay-image:hover img  {
     transform: scale(1.3);
}