.hero-section {
    background: url('../../images/tech.png') center/cover no-repeat;
    position: relative;
    padding: 160px 0;
}

/* Dark overlay */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 46%);
    z-index: 1;
}

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

.hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.4;
}

.hero-subtitle {
    font-size: 18px;
    max-width: 890px;
    margin: auto;
    font-weight: 500;
}

/* Buttons */
.hero-btn {
    transition: 0.3s ease-in-out;
    border-radius: 120px;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 60px 12px 60px;
}

.btn-primary.hero-btn {
    background-color: var(--main);
    transform: translateY(-2px);
    border: 1px solid var(--main);
    padding: 12px 30px 12px 30px;
}

/* Hover effects */
.btn-primary.hero-btn:hover {
    background-color: white;
    transform: translateY(-2px);
    color: black;
}

.btn-outline-light.hero-btn:hover {
    background-color: white;
    color: black;
    transform: translateY(-2px);
}


/* Card Container */
.category-card {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* Icon Circle */
.icon-wrapper {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
    border: 1px solid #F0F6FF;
}

/* Gradient ring effect */
.icon-wrapper::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(2px);
}

/* Icon size */
.icon-wrapper img {
    width: 65px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

/* Hover effects */
.category-card:hover .icon-wrapper {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.category-card:hover img {
    transform: scale(1.08);
}

.category-card h6 {
    color: var(--main);
    font-weight: 700;
    font-size: 18px;
}


/* Title Style */
.section-title {
    font-size: 48px;
    font-weight: 800;
    color: var(--main);
    position: relative;
}


/* Description */
.section-description {
    max-width: 490px;
    color: var(--sec);
    font-weight: 300;
    font-size: 18px;
}

/* View All Button */
.view-all-btn {
    background: var(--main);
    border: none;
    transition: 0.3s ease-in-out;
}

.view-all-btn:hover {
    background: #00408a;
    transform: translateY(-2px);
}

/* Service Card */
.service-card {
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

/* Image */
.service-card img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

/* Card Body */
.service-card-body {
    padding: 18px 20px;
}

.service-title {
    color: var(--main);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
}

.service-text {
    color: var(--sec);
    font-size: 14px;
    line-height: 1.6;
    height: 60px;
    overflow: hidden;
    font-weight: 300;
}

.service-more {
    color: var(--main);
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.service-more:hover {
    padding-right: 6px;
}

.reviews-section {
    direction: rtl;
}

.review-card {
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.review-card p {
    font-size: 18px;
    font-weight: 400;
    color: var(--sec);
}


.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.stars i {
    font-size: 1.2rem;
}

.user-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.clients-opnion {
    color: var(--main);
    font-weight: 700;
    font-size: 40px;
}

.user-opinion h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main);
}

.user-opinion small {
    font-size: 12px;
    font-weight: 400;
    color: var(--main);
}


.partners-img img {
    object-fit: cover;
}

.brand-carousel .item img {
    height: 40px;
    transition: 0.3s;
    margin: auto;
    width: 120px !important;
}

.brand-carousel .item img:hover {
    opacity: 1;
    transform: scale(1.08);
}

.official-company h3 {
    font-size: 40px;
    font-weight: 700;
    color: var(--main);
}

.official-company p {
    font-size: 21px;
    font-weight: 300;
    color: var(--sec);
}

.map-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
}

.section-title {
    color: var(--main);
    font-size: 40px;
    font-weight: 700;
}

.contact-btn {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid var(--main);
    border-radius: 50px;
    color: var(--main);
    font-weight: 300;
    transition: 0.3s;
    font-size: 21px;
}

.contact-btn:hover {
    background: var(--main);
    color: white;
}

.section-text {
    color: var(--sec);
    font-size: 21px;
    font-weight: 300;
}