@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff'),
        url('../fonts/Rubik-Regular.ttf') format('truetype'),
        url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter24pt-Regular.eot');
    src: url('../fonts/Inter24pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter24pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter24pt-Regular.woff') format('woff'),
        url('../fonts/Inter24pt-Regular.ttf') format('truetype'),
        url('../fonts/Inter24pt-Regular.svg#Inter24pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts Family End */
/* Root variables for theming */
:root {
    --primary-color: #fb9320;
    --secondary-color: #4b7513;
    --white-color: #ffffff;
    --black-color: #000;
    --font-Roboto: "Roboto";
    --font-Rubik: "Rubik";
    --font-Inter: "Inter";
}

/* Base HTML styles */
html {
    box-sizing: border-box;
    height: 100%;
    font-size: 16px;
}

/* Body styles */
body {
    background-color: var(--white-color);
    margin: 0;
    padding: 0;
    font-family: var(--font-Inter);
    min-height: 100%;
}

/* Webkit Scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: var(--secondary-color);
    box-shadow: none;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    box-shadow: none;
}

/* Small screen override */
@media (max-width: 991.98px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
}

/* Elements styles */
a {
    display: inline-block;
    text-decoration: none;
    color: var(--black-color);
    letter-spacing: 1px;
    font-family: var(--font-Rubik);
}

ul {
    padding: 0;
    margin: 0;
    display: block;
}

li {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.button {
    font-family: var(--font-Roboto);
    font-size: 17px;
    border-radius: 0.4rem;
    font-weight: 600;
    padding: 11px 20px;
    color: var(--white-color);
    border: none;
    cursor: pointer;
    background: var(--primary-color);
}


.button:hover {
    background: #9e4f02;
    color: #e9e8e8;
    box-shadow: 0 0.5rem 1rem rgba(143, 142, 142, 0.15) !important;
}

/* Main Header  */
.mainHeader {
    transition: all 0.3s ease;
}

.navbar-scrolled {
    position: fixed !important;
    z-index: 99999;
}

.mainHeader .navbar {
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mainHeader .navbar .nav-link:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.mainHeader .navbar .navbar-brand img {
    width: 113px;
    height: 66px;
    object-fit: fill;
}

.mainHeader .navbar .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    padding: 10px;
}
.mainHeader .navbar .dropdown-menu {
   padding: 10px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.mainHeader .navbar .dropdown-menu.show {
  display: flex !important;
}
.mainHeader .navbar .dropdown-menu .dropdown-icon{
   background: var(--white-color);
    margin: 5px;
    padding: 20px;
    font-size: 4rem;
    border-radius: 8px;
    color :var(--secondary-color);
    vertical-align: middle;
}
.mainHeader .navbar .dropdown-menu .dropdown-icon a{
    color :var(--secondary-color);
}
.mainHeader .navbar .dropdown-menu .dropdown-item{
    font-family: var(--font-Rubik);
    color :var(--black-color);
    font-weight: 800;
    text-align: center;

}
.mainHeader .navbar .dropdown-menu .dropdown-item:hover{
    color :var(--primary-color);
    background-color: transparent !important;
}
.mainHeader .navbar .dropdown-menu .dropdown-line{
background: #000000;
    height: 100vh;
    max-height: 300px;
    width: 1px;
   margin: 0 5px;
}
.mainHeader .navbar .dropdown-menu .dropdown-section{
  margin: auto 5px;
  padding: 10px;
   background: var(--white-color);
   border-radius: 8px;
}
.mainHeader .navbar .dropdown-menu .dropdown-image{
   width: 60px;
   height: 55px;
   vertical-align: baseline;
   padding-bottom:5px;
}
.mainHeader .navbar .dropdown-menu .dropdown-section .dropdown-contact-info{
 margin: auto;
    width: 190px;
    display: flex;
    align-items: center;
}
.mainHeader .navbar .dropdown-menu .dropdown-section .dropdown-contact-info div{
  margin: 3px auto;
  color: #1e3c72;
  font-size: 15px;
  font-family: var(--font-Rubik);
}
.mainHeader .navbar .dropdown-menu .dropdown-section h5{
  color: #1e3c72;
  font-size: 17px;
  font-family: var(--font-Roboto);
  font-weight: 600;
}
.mainHeader .navbar .dropdown-menu .dropdown-section .dropdown-contact-info svg{
  color: #03112d;
  font-size: 23px;
  margin-left: 5px;
}

.mainHeader .navbar .button {
    margin-left: 15px;
}

.mainHeader .navbar .button-item .headerNone {
    display: none;
}

@media (max-width: 1165px) {
    .mainHeader .navbar .nav-link {
        font-size: 16px;
        padding: 8px;
    }

    .mainHeader .navbar .button {
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .mainHeader .navbar .button {
        margin-right: 10px;
        margin-left: 0px;
    }
    .mainHeader .navbar .dropdown-menu .dropdown-image {
    width: 50px;
    height: 55px;
}
.mainHeader .navbar .dropdown-menu.show {
  flex-wrap: wrap;
}
.mainHeader .navbar .dropdown-menu .dropdown-line{
background: #000000;
    height: 1px;
    width: 100%;
   margin: 7px 0;
}
.mainHeader .navbar .dropdown-menu .dropdown-section {
    display: flex;
    flex-wrap: wrap;
}
.mainHeader .navbar .dropdown-menu .dropdown-section h5{
    display: none;
}

}

@media (max-width: 386px) {
    .mainHeader .navbar .button-item .headerNone {
        display: block !important;
        width: fit-content !important;
    }

    .mainHeader .navbar .button {
        display: none !important;
    }

    .mainHeader .navbar .navbar-brand img {
        width: 90px;
        height: 60px;
    }
}

.homePage .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url("../images/banner2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: var(--white-color);
    padding: 76px 0;
    text-align: center;
    position: relative;
    height: 340px;
}

.homePage .banner h1 {
    font-size: 50px;
    font-family: var(--font-Rubik);
    font-weight: 500;
    line-height: 60px;
}

.homePage .banner p {
    font-size: 22px;
    line-height: 30px;
    font-family: var(--font-Rubik);
    font-weight: 400;
    color: bisque;
}

.homePage .banner .button {
    margin-top: 18px;
}

@media (max-width: 1173px) {

    .homePage .banner h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .homePage .banner p {
        font-size: 18px;
        line-height: 27px;
    }

    .homePage .banner .button {
        margin-top: 15px;
    }
}

@media (max-width: 870px) {
    .homePage .banner {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .homePage .banner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .homePage .banner p {
        font-size: 16px;
        line-height: 22px;
    }

    .homePage .banner .button {
        margin-top: 13px;
    }

}

@media (max-width: 795px) {
    .homePage .banner {
        padding: 90px 15px 15px 15px;
    }

    .homePage .banner h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .homePage .banner p {
        font-size: 16px;
        line-height: 22px;
    }

    .homePage .banner .button {
        margin-top: 13px;
    }
}

@media (max-width: 478px) {
    .homePage .banner {
        padding: 80px 15px 15px 15px;
    }

    .homePage .banner p {
        font-size: 16px;
        line-height: 22px;
        width: 100% !important;
    }

    .homePage .banner .button {
        margin-top: 10px;
    }
}

@media (max-width: 337px) {
    .homePage .banner {
        padding: 17px 10px;
    }

    .homePage .banner h1 {
        font-size: 16px;
        line-height: 18px;
    }

    .homePage .banner p {
        font-size: 14px;
        line-height: normal;
    }

    .homePage .banner .button {

    }
}

/* Working Section */
.working-section {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 20px 0;
    font-family: var(--font-Roboto);
}

.working-content {
    background: var(--white-color);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0px 23px rgba(0, 0, 0, 0.15);
}

.working-statement {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.statement-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 36px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.statement-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.statement-icon:hover::before {
    left: 100%;
}

.statement-icon:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(124, 179, 66, 0.3);
}

.statement-text {
    flex: 1;
    min-width: 300px;
}

.statement-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
    margin: 0;
    position: relative;
}

.statement-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.decorative-line {
    position: absolute;
    right: 40px;
    top: 70%;
    transform: translateY(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
    opacity: 0.8;
}

.decorative-line::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 992px) {
    .working-content {
        padding: 20px;
        margin: 15px 0;
    }

    .statement-title {
        font-size: 18px;
    }

    .statement-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }

    .working-statement {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .working-content {
        padding: 25px;
        margin: 30px 0;
        margin-top: 15px;
    }

    .statement-title {
        font-size: 24px;
    }

    .statement-icon {
       width: 43px;
        height: 43px;
        font-size: 18px;
    }

    .working-statement {
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .statement-text {
        min-width: auto;
    }

    .decorative-line {
        display: none;
    }

    .working-section {
        background-attachment: scroll;
    }
}

@media (max-width: 576px) {
    .working-content {
        padding: 23px;
        margin: 15px 0;
        margin-top: 7px;
    }

    .statement-title {
        font-size: 16px;
    }


    .working-statement {
        gap: 15px;
    }

    .floating-element {
        display: none;
    }
}

/* Hover Effects */
.working-content:hover {
    transform: translateY(-5px);

    transition: all 0.3s ease;
}

.working-content:hover .statement-title {
    color: var(--secondary-color);
    transition: color 0.3s ease;
}

/* Loading Animation */
.working-content {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease forwards;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 368px) {
    .working-section {
        position: sticky;
    }

    .working-statement {
        gap: 15px;
        flex-direction: column;
    }
}

/*  Services */
.services-container {
    padding: 60px 0;
    background-color: #f8f9fa;
    padding-top: 120px;
    font-family: var(--font-Roboto);
}

/* Service Cards */
.service-card {
    background: #e8e9ea;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 120px;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--black-color);
}

.service-card:hover {
    background: linear-gradient(rgba(141, 196, 1, 0.6), rgba(141, 196, 1, 0.6));
    background-size: cover;
    background-position: center;
    color: white;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
}

.service-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-icon {
    font-size: 40px;
    color: #333;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
}



.service-arrow {
    width: 60px;
    height: 60px;
    background: white;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-arrow:hover {
    transform: translateX(5px);
}

/* Effective Services Section */
.effective-services {
    background: white;
    padding: 60px 40px;
    border-radius: 0;
    position: relative;
}
.services_image img{
      object-fit: fill;
    padding: 0px 10px;
}
.services_image{
  
}
.services-container .section-header {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: start;
}

.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.2;
    text-transform: uppercase;
}

.description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 500px;
}

.view-all-btn {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: #9e4f02;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .services-container {
       padding-top: 87px;
    }

    .main-title {
        font-size: 36px;
    }

    .service-content {
        padding: 25px;
    }

    .service-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .service-content {
        padding: 20px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-icon {
        font-size: 30px;
    }

    .service-arrow {
        width: 50px;
        height: 50px;
    }

    .main-title {
        font-size: 28px;
    }

    .effective-services {
        padding: 40px 20px;
    }
}

@media (max-width: 576px) {
    .services-container {
        padding-top: 60px;
    }
.homePage .banner {
        padding: 50px 15px 15px 15px;
        
    }
    .service-left {
        gap: 15px;
    }

    .service-title {
        font-size: 18px;
    }

    .main-title {
        font-size: 24px;
    }

    .description {
        font-size: 14px;
    }
}


.about-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-section .section-title {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #6c757d;
    margin-bottom: 1rem;
    text-align: start;
}

.about-section .main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.description {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
}

.feature-icon {
    width: 20px;
    height: 20px;
    padding: 15px;
    background: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.feature-icon i {
    color: var(--white-color);
    font-size: 0.7rem;
}

.feature-text {
    font-size: 1rem;
    font-weight: 500;
}

.contact-card {
    background: var(--secondary-color);
    color: var(--white-color);
    padding: 1.5rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.2);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.3);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 1.2rem;
}

.contact-info h6 {
    margin: 0 0 0.25rem 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.contact-info p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.signature {
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
    color: #2c3e50;
    margin-top: 1rem;
}

.hero-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-image:hover img {
    transform: scale(1.05);
}

.experience-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(44, 62, 80, 0.9);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.experience-badge h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.experience-badge p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
}

.team-preview {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.team-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-element {
    position: absolute;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    bottom: 30%;
    left: 5%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
    }

    .about-section {
        padding: 60px 0;
    }

    .hero-image {
        margin-top: 3rem;
    }

    .experience-badge {
        top: 15px;
        left: 15px;
        padding: 0.75rem 1rem;
    }

    .team-preview {
        width: 120px;
        height: 80px;
        bottom: 15px;
        right: 15px;
    }
}

/* Client  */
.rts-trusted-client {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.title-area-client-client {
    margin-bottom: 3rem;
    position: relative;
}

.client-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.client-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

.client-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-color);
    margin-top: 1rem;
    font-weight: 400;
}

.client-three-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.single {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.single:hover::before {
    left: 100%;
}

.single:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.single img {
    width: 100%;
    height: auto;
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.single:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .client-three-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 768px) {
    .client-title {
        font-size: 2rem;
    }

    .client-three-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 1.5rem;
    }

    .single {
        padding: 1.5rem;
        max-width: 150px;
    }

    .rts-trusted-client {
        padding: 3rem 0;
    }
}

@media (max-width: 576px) {
    .client-title {
        font-size: 1.8rem;
    }

    .client-three-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .single {
        padding: 1rem;
        max-width: 120px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single {
    animation: fadeInUp 0.6s ease forwards;
}

.single:nth-child(1) {
    animation-delay: 0.1s;
}

.single:nth-child(2) {
    animation-delay: 0.2s;
}

.single:nth-child(3) {
    animation-delay: 0.3s;
}

.single:nth-child(4) {
    animation-delay: 0.4s;
}

.single:nth-child(5) {
    animation-delay: 0.5s;
}

.single:nth-child(6) {
    animation-delay: 0.6s;
}

/* Loading animation for images */
.single::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--primary-color);
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Trust indicators */
.trust-stats {
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid var(--primary-color);
    font-family: var(--font-Roboto);
}

.trust-stat {
    text-align: center;
    padding: 1rem;
}

.trust-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
}

.trust-label {
    font-size: 0.9rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.how-we-work-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    min-height: 100vh;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.how-we-work-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.section-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 2rem;
}

.how-we-work-section .main-heading {
    color: #e3e3fd;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.2;
}

.business-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.business-image:hover {
    transform: translateY(-10px);
}

.business-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.3s ease;
}

.step-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.step-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: rgba(59, 130, 246, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1.5rem;
    border: 2px solid rgba(59, 130, 246, 0.3);
}

.step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.step-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.step-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.connecting-line {
    position: relative;
    margin: 1rem 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.connecting-line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #3b82f6;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .main-heading {
        font-size: 2.5rem;
    }

    .business-image img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .how-we-work-section {
        padding: 60px 0;
    }

    .main-heading {
        font-size: 2rem;
        text-align: center;
    }

    .section-title {
        text-align: center;
    }

    .section-badge {
        display: block;
        text-align: center;
        margin: 0 auto 2rem;
    }

    .business-image img {
        height: 300px;
    }

    .step-item {
        padding: 1.5rem;
    }

    .step-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .step-title {
        font-size: 1.25rem;
    }

    .step-description {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .step-item {
        padding: 1rem;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* Animation for scroll reveal */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in:nth-child(1) {
    animation-delay: 0.1s;
}

.fade-in:nth-child(2) {
    animation-delay: 0.2s;
}

.fade-in:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Industries */
.industries-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    font-family: var(--font-Roboto);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.industries-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.industry-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 20px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid #e9ecef;
}

.industry-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.industry-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.industry-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

/* Responsive layout */
@media (max-width: 1200px) {
    .section-title {
        font-size: 2.2rem;
    }

    .industries-grid {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .industries-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .industries-grid {
        flex-direction: column;
        gap: 20px;
    }

    .industry-item {
        width: 100%;
        max-width: 350px;
        justify-content: center;
        padding: 18px 25px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }

    .industry-item {
        padding: 15px 20px;
        max-width: 100%;
        justify-content: space-between;
    }

    .industry-name {
        font-size: 1rem;
    }

    .industry-image {
        width: 45px;
        height: 45px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.industry-item {
    animation: fadeInUp 0.6s ease forwards;
}

.industry-item:nth-child(1) {
    animation-delay: 0.1s;
}

.industry-item:nth-child(2) {
    animation-delay: 0.2s;
}

.industry-item:nth-child(3) {
    animation-delay: 0.3s;
}

.industry-item:nth-child(4) {
    animation-delay: 0.4s;
}

.industry-item:nth-child(5) {
    animation-delay: 0.5s;
}

.industry-item:nth-child(6) {
    animation-delay: 0.6s;
}

.industry-item:nth-child(7) {
    animation-delay: 0.7s;
}

/* Contact Banner */
.contact-banner {
    position: relative;
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 300"><rect fill="%23444" width="1200" height="300"/><g fill="%23555"><circle cx="150" cy="150" r="40"/><circle cx="300" cy="100" r="35"/><circle cx="450" cy="180" r="45"/><circle cx="600" cy="120" r="38"/><circle cx="750" cy="160" r="42"/><circle cx="900" cy="140" r="40"/><circle cx="1050" cy="170" r="37"/></g><g fill="%23666"><rect x="100" y="200" width="80" height="60" rx="5"/><rect x="250" y="180" width="70" height="80" rx="5"/><rect x="400" y="190" width="85" height="70" rx="5"/><rect x="550" y="185" width="75" height="75" rx="5"/><rect x="700" y="195" width="80" height="65" rx="5"/><rect x="850" y="180" width="70" height="80" rx="5"/></g></svg>');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.contact-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    color: white;
}

.contact-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.help-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.availability-text {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
}

.phone-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.phone-icon-wrapper {
    background: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.phone-icon {
    color: #333;
    font-size: 1.5rem;
}

.phone-number {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .contact-banner {
        height: 250px;
    }

    .contact-text,
    .help-text,
    .availability-text {
        font-size: 1.8rem;
    }

    .phone-number {
        font-size: 1.8rem;
    }

    .phone-icon-wrapper {
        width: 50px;
        height: 50px;
    }

    .phone-icon {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .contact-banner {
        height: 400px;
    }

    .contact-text,
    .help-text,
    .availability-text {
        font-size: 1.4rem;
        text-align: center;
    }

    .phone-section {
        justify-content: center;
        margin-top: 2rem;
    }

    .phone-number {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .contact-banner {
        height: 350px;
        padding: 1rem;
    }

    .contact-text,
    .help-text,
    .availability-text {
        font-size: 1.2rem;
    }

    .phone-number {
        font-size: 1.4rem;
    }

    .phone-icon-wrapper {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    .phone-icon {
        font-size: 1rem;
    }
}

/* Team */
.team-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-family: var(--font-Roboto);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.team-carousel {
    position: relative;
    padding: 0 20px;
}

.team-member {
    padding: 7px 15px;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.member-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.member-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.member-card:hover .member-image img {
    transform: scale(1.05);
}

.member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.8), rgba(155, 89, 182, 0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-card:hover .member-overlay {
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.member-card:hover .social-link {
    transform: translateY(0);
    opacity: 1;
}

.social-link:nth-child(1) {
    transition-delay: 0.1s;
}

.social-link:nth-child(2) {
    transition-delay: 0.2s;
}

.social-link:nth-child(3) {
    transition-delay: 0.3s;
}

.social-link:hover {
    background: #3498db;
    color: white;
    transform: translateY(-5px) scale(1.1);
}

.member-info {
    padding: 20px;
    text-align: center;
    background-color: #5bc4d2;
    font-family: var(--font-Roboto);
}

.member-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.member-position {
    font-size: 1rem;
    color: #f0f0f0;
    font-weight: 500;
}

.member-bio {
    font-size: 0.9rem;
    color: #eaebed;
    margin-top: 15px;
    line-height: 1.6;
}

/* Slick Slider Customization */
.slick-dots {
    bottom: -60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdc3c7;
    border: none;
    font-size: 0;
    outline: none;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #3498db;
    transform: scale(1.2);
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--black-color);
    font-size: 18px;
    color: #2c3e50;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-arrow:hover {
    background: #3498db;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-arrow:before {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .team-carousel {
        padding: 0 10px;
    }

    .slick-arrow {
        display: none !important;
    }

    .member-image {
        height: 250px;
    }

    .member-info {
        padding: 20px 15px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }

    .team-section {
        padding: 60px 0;
    }

    .member-image {
        height: 200px;
    }
}

/* Projects Gallery */
.projectsGallery {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;

}

.project-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-family: var(--font-Roboto);
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(45deg, #e0e0e0, #f5f5f5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.2rem;
}

.project-info {
    padding: 1.5rem;
}

/* Pricing Section */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.pricing-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    font-family: var(--font-Roboto);
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.featured {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    transform: scale(1.05);
}

.price {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #1e3c72;
}

.featured .price {
    color: white;
}

.pricing-features {
    list-style: none;
    margin: 1.5rem 0;
}

.pricing-features li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.featured .pricing-features li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* Testimonials */
.testimonials {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: var(--font-Roboto);
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #555;
}

.testimonial-author {
    font-weight: bold;
    color: #1e3c72;
}

/* Clients Section */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    align-items: center;
}

.client-logo {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #1e3c72;
}

/* Contact Section */
.contact {
    background: #f8f9fa;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact .contact-form {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    font-family: var(--font-Inter);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1e3c72;
}

.contact .contact-info {
    padding: 2rem;
    font-family: var(--font-Roboto);
}

.contact .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.contact .contact-icon {
    font-size: 1.5rem;
    color: #1e3c72;
    margin-right: 1rem;
}

/* WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Footer */
.footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 4rem 0 2rem;
    position: relative;
    font-family: var(--font-Roboto);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    background-size: 40px 40px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.footer-logo-icon {
    width: 40px;
    height: 40px;
    background: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ecf0f1;
}

.footer-tagline {
    font-size: 0.875rem;
    color: #95a5a6;
    margin-bottom: 1.5rem;
}

.footer-section h5 {
    color: #ecf0f1;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-section::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #3498db;
    margin-top: 0.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
    display: block;
}

.footer .footer-links a {
    color: #95a5a6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.footer .footer-links a i {
    margin-right: 0.5rem;
    width: 16px;
}

.footer .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #95a5a6;
}

.footer .contact-info svg {
    margin-right: 0.75rem;
    color: #3498db;
    width: 20px;
}

.footer .social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.footer .social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #95a5a6;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer .social-links a:hover {
    background: #3498db;
    color: white;
    transform: translateY(-3px);
}

.footer .footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
}

.footer-bottom-links a {
    color: #95a5a6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .contact .contact-info {
        padding: 5px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 1rem;
    }
}


/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {

    .about-content,
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .services-grid,
    .process-steps,
    .projects-grid,
    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, #1e7221, #64f67c);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: var(--font-Rubik);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);
}

.btn-outline {
    background: transparent;
    border: 2px solid #1e3c72;
    color: #1e3c72;
}

.btn-outline:hover {
    background: #1e3c72;
    color: white;
}

.section {
    padding: 80px 0;
    font-family: var(--font-Roboto);
}


.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1e3c72;
    position: relative;
}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }


    .section-title {

        font-size: 1.8rem;
    }
}

@media (max-width: 376px) {
    .services-container {
        padding-top: 119px;
    }
}

/* about */

      .aboutPage  .hero-section {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: var(--white-color);
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }

       .aboutPage .hero-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 1000 100" fill="white" opacity="0.1"><polygon points="0,100 1000,0 1000,100"/></svg>');
            background-size: cover;
            background-position: bottom;
        }

       .aboutPage .hero-content {
            position: relative;
            z-index: 2;
        }

        .aboutPage .hero-title {
            font-family: var(--font-Rubik);
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .aboutPage .hero-subtitle {
            font-family: var(--font-Inter);
            font-size: 1.3rem;
            font-weight: 400;
            opacity: 0.9;
        }

      .aboutPage  .section-title {
            font-family: var(--font-Rubik);
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 3rem;
            position: relative;
            text-align: center;
        }

       .aboutPage .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }

       .aboutPage .stats-card {
            background: var(--white-color);
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(251, 147, 32, 0.1);
        }

       .aboutPage .stats-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

       .aboutPage .stats-number {
            font-family: var(--font-Rubik);
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

      .aboutPage  .stats-label {
            font-family: var(--font-Inter);
            font-size: 1.1rem;
            color: var(--secondary-color);
            font-weight: 500;
        }

      .aboutPage  .content-card {
            background: var(--white-color);
            border-radius: 20px;
            padding: 3rem;
            margin-bottom: 2rem;
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
            border-left: 5px solid var(--primary-color);
        }

      .aboutPage  .content-card:hover {
            transform: translateY(-5px);
        }

      .aboutPage  .content-card h3 {
            font-family: var(--font-Rubik);
            color: var(--secondary-color);
            margin-bottom: 1.5rem;
            font-size: 1.8rem;
        }

       .aboutPage .content-card p {
            font-family: var(--font-Inter);
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }

       .aboutPage .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

       .aboutPage .service-item {
            background: var(--white-color);
            border-radius: 15px;
            padding: 2rem;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

       .aboutPage .service-item:hover {
            border-color: var(--primary-color);
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(251, 147, 32, 0.2);
        }

       .aboutPage .service-icon {
            font-size: 3rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

       .aboutPage .service-title {
            font-family: var(--font-Rubik);
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 1rem;
        }

       .aboutPage .values-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 80px 0;
            position: relative;
        }

       .aboutPage .value-card {
            background: var(--white-color);
            border-radius: 15px;
            padding: 2.5rem;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
            border-top: 4px solid var(--primary-color);
        }

       .aboutPage .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

      .aboutPage  .value-icon {
            font-size: 3.5rem;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
        }

       .aboutPage .value-title {
            font-family: var(--font-Rubik);
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 1rem;
        }

       .aboutPage .cta-section {
            background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
            color: var(--white-color);
            padding: 80px 0;
            text-align: center;
        }

       .aboutPage .cta-title {
            font-family: var(--font-Rubik);
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

       .aboutPage .cta-text {
            font-family: var(--font-Inter);
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

       .aboutPage .btn-custom {
            font-family: var(--font-Rubik);
            font-weight: 600;
            padding: 12px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid var(--white-color);
            background: var(--white-color);
            color: var(--secondary-color);
            display: inline-block;
        }

       .aboutPage .btn-custom:hover {
            background: transparent;
            color: var(--white-color);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }

       .aboutPage .highlight {
            color: var(--primary-color);
            font-weight: 600;
        }

       .aboutPage .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .floating-shapes::before,
        .floating-shapes::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            background: rgba(251, 147, 32, 0.1);
            animation: float 6s ease-in-out infinite;
        }

        .floating-shapes::before {
            width: 200px;
            height: 200px;
            top: 10%;
            right: 10%;
            animation-delay: 0s;
        }

        .floating-shapes::after {
            width: 150px;
            height: 150px;
            bottom: 20%;
            left: 15%;
            animation-delay: 3s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        @media (max-width: 768px) {
          .aboutPage  .hero-title {
                font-size: 2.5rem;
            }
            
          .aboutPage  .hero-subtitle {
                font-size: 1.1rem;
            }
            
          .aboutPage  .section-title {
                font-size: 2rem;
                
            }
            .about-section .section-title {
    text-align: center;
}
            
           .aboutPage .content-card {
                padding: 2rem;
            }
            
         .aboutPage .services-grid {
                grid-template-columns: 1fr;
            }
        }
/* contactPage */
         
      .cu-hero {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: var(--white-color);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .cu-hero::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 1000 1000"><polygon fill="rgba(255,255,255,0.1)" points="0,0 1000,300 1000,1000 0,700"/></svg>');
            background-size: cover;
        }

        .cu-hero-content {
            position: relative;
            z-index: 2;
        }

        .cu-hero-title {
            font-family: var(--font-Rubik);
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .cu-hero-subtitle {
            font-family: var(--font-Inter);
            font-size: 1.4rem;
            font-weight: 300;
            opacity: 0.9;
        }

        .cu-contact-section {
            padding: 80px 0;
        }

        .cu-contact-card {
            background: var(--white-color);
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(251, 147, 32, 0.1);
        }

        .cu-contact-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
        }

        .cu-contact-info {
            padding: 40px;
            background: linear-gradient(135deg, var(--white-color) 0%, #f8f9fa 100%);
        }

        .cu-info-item {
            margin-bottom: 30px;
            padding: 20px;
            background: var(--white-color);
            border-radius: 15px;
            border-left: 4px solid var(--primary-color);
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }

        .cu-info-item:hover {
            transform: translateX(5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
            border-left-color: var(--secondary-color);
        }

        .cu-info-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            color: var(--white-color);
            font-size: 1.2rem;
        }

        .cu-info-title {
            font-family: var(--font-Rubik);
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .cu-info-text {
            font-family: var(--font-Inter);
            color: #6c757d;
            line-height: 1.6;
        }

        .cu-contact-form {
            padding: 40px;
            background: var(--white-color);
        }

        .cu-form-title {
            font-family: var(--font-Rubik);
            font-size: 2rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 30px;
            text-align: center;
        }

        .cu-form-group {
            margin-bottom: 25px;
        }

        .cu-form-label {
            font-family: var(--font-Inter);
            font-weight: 500;
            color: var(--secondary-color);
            margin-bottom: 8px;
        }

        .cu-form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 15px;
            font-family: var(--font-Roboto);
            transition: all 0.3s ease;
        }

        .cu-form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(251, 147, 32, 0.25);
        }

        .cu-btn-primary {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border: none;
            border-radius: 50px;
            padding: 15px 40px;
            font-family: var(--font-Rubik);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px rgba(251, 147, 32, 0.3);
        }

        .cu-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 30px rgba(251, 147, 32, 0.4);
            background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
        }

        .cu-services-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, var(--white-color) 100%);
        }

        .cu-services-title {
            font-family: var(--font-Rubik);
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--secondary-color);
            text-align: center;
            margin-bottom: 50px;
        }

        .cu-service-item {
            background: var(--white-color);
            border-radius: 15px;
            padding: 25px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border-left: 4px solid var(--primary-color);
        }

        .cu-service-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            border-left-color: var(--secondary-color);
        }

        .cu-service-number {
            display: inline-block;
            width: 35px;
            height: 35px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: var(--white-color);
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            font-weight: 600;
            margin-right: 15px;
            font-size: 0.9rem;
        }

        .cu-service-name {
            font-family: var(--font-Inter);
            font-weight: 500;
            color: var(--secondary-color);
            display: inline-block;
            vertical-align: middle;
        }

        .cu-map-section {
            height: 400px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white-color);
            font-family: var(--font-Rubik);
            font-size: 1.5rem;
            margin: 30px auto;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .cu-service-areas {
            background: var(--white-color);
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-top: 40px;
        }

        .cu-areas-title {
            font-family: var(--font-Rubik);
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 25px;
            text-align: center;
        }

        .cu-areas-list {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
        }

        .cu-area-tag {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: var(--white-color);
            padding: 8px 20px;
            border-radius: 25px;
            font-family: var(--font-Inter);
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .cu-area-tag:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(251, 147, 32, 0.3);
        }

        @media (max-width: 768px) {
            .cu-hero-title {
                font-size: 2.5rem;
            }
            
            .cu-hero-subtitle {
                font-size: 1.2rem;
            }
            
            .cu-contact-info, .cu-contact-form {
                padding: 30px 20px;
            }
            
            .cu-services-title {
                font-size: 2rem;
            }
        }

        .cu-floating-animation {
            animation: cuFloat 6s ease-in-out infinite;
        }

        @keyframes cuFloat {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }