*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: var(--body-bg);
}
html {
    scroll-behavior: smooth;
}
:root {
    --body-bg : #F8F9FA;
    --titles : #1C1E21; /* header & titles*/
    --text : #4A4D52; /* TEXT AND SUB TEXT*/
    --btns : #FFB800;
    --btn-hover : #b88505;
    --watts : #25D366;
    --cards-bg : #fff;
    --borders-limits : #E9ECEF;
}
/* //////////////////////////////////////////////// */
.section-span{
    font-size: 20px;
    font-weight: bold;
    background-color: var(--watts);
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--borders-limits);
}
.btn{
    background: var(--btns);
    border: none;
    border-radius: 50px;
    color: var(--body-bg);
}
.btn:hover{
    background: var(--btn-hover);
    transition: .5s;
    color: var(--body-bg);
}

/* /////////////////////////////////// header start */
.top-bar{
    background-color: var(--titles);
}

/*navbar start */
.navbar-toggler{
    background-color: var(--body-bg);
    margin: 0 5px;
    border: 2px solid var(--btns);
}
.navbar-toggler:focus{
    box-shadow: none;
}

nav{
    background-color: var(--text);
    border-bottom: 5px solid var(--btns);
}
.nav-item{
    font-size: 20px;
    font-weight: bold;
}
.navbar-nav .nav-item::before{
    content: "";
    width: 0%;
    height: 3px;
    background-color: var(--btns);
    bottom: 0;
    right: 0;
    border-radius: 20px;
    position: absolute;
    display: block;
}
.navbar-nav .nav-item.active::before{
    width: 100%;
    transition: .5s;
}
/* header end */

/* hero section start */
#hero-section{
    background-image: url(../images/hero-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    min-height: 91vh;
    position: relative;
    display: flex;
    align-items: center;
}
#hero-section .overlay{
    position: absolute;
    background-color: var(--titles);
    width: 100%;
    height: 100%;
    opacity: .8;
}
#hero-section .watts-btn a{
    padding: 10px 30px;
    font-size: 25px;
    width: 250px;
    color: var(--body-bg);
}
#hero-section .watts-btn .watts{
    background-color: #0f7c37;
}
#hero-section .watts-btn .watts:hover{
    background-color: #035e25;
}
#hero-section h1{
    color: var(--cards-bg);
    max-width: 70%;
    margin: 50px 0;
    font-size: 50px;
}
#hero-section h1{
    color: var(--btns);
}
/* hero section end */

/*/////////////////////////// our-num-section start */
.card1 {
    background-color: var(--cards-bg);
    border-radius: 15px;
    padding: 30px 20px !important;
    border: 2px solid var(--btns);
    /* Shadow */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

/* Hover */
.card1:hover {
    /* transform: translateY(-10px); */
    transform: scale(1.02, 1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

/* Icon */
.card1 i {
    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: var(--btns);
    color: var(--cards-bg);

    border-radius: 50%;
    font-size: 30px;

    margin-bottom: 20px !important;

    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.3);
}

/* Number */
.card1 .num {
    font-weight: 700;
    color: var(--btn-hover);
    margin-bottom: 10px;
}

/* Description */
.card1 p:last-child {
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
}
/* our-num-section end */

/*////////////////////////////////// about-us-section start */
#about-us-section{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    padding: 20px;
}
#about-us-section .container .title h2{
    color: var(--btn-hover);
    font-size: 40px;
    font-weight: 600;
}
#about-us-section .container .title p{
    color: var(--text);
}
#about-us-section .container .row .choose-us, .our-places{
    border: 2px solid var(--btn-hover);
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    overflow: hidden;
    background-color: #f3f9fe;
}
#about-us-section .container .row .card:hover{
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}
#about-us-section .container .row h2{
    color: var(--btn-hover);
    font-weight: bold;
}
#about-us-section .container .row .our-places ul li{
    background-color: var(--btn-hover);
    margin: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--body-bg);
    font-size: 15px;
    text-align: center;
}
#about-us-section .container .row li{
    font-size: 20px;
    color: var(--text);
}

/*////////////////////////////////// about-us-section end */

/* /////////////////////////////////////////// work steps start */
/* =========================
Work Steps Section
========================= */

.work-steps-section {
    background-color: var(--body-bg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}


/* Section Title */
.section-title h2 {
    color: var(--btn-hover);
    font-size: 36px;
    font-weight: 800;
}

.section-title p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text);
    line-height: 1.9;
}


/* Step Card */

.work-step {
    position: relative;
    height: 100%;
    padding: 35px 25px;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid var(--btns);
    border-radius: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.work-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Step Number */
.step-number {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #198754;
    opacity: 0.7;
}
/* Icon */

.step-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--btns);
    color: var(--body-bg);
    border-radius: 50%;
    font-size: 28px;
    transition: all 0.3s ease;
}

.work-step:hover .step-icon {
    transform: scale(1.08);
}


/* Title */

.work-step h3 {
    font-size: 21px;
    font-weight: 700;
    color: var(--btn-hover);
    margin-bottom: 15px;
}


/* Description */

.work-step p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 0;
}
/* /////////////////////////////////////////// work steps end */

/* ////////////////////////////////////////////////////////// our customers opinions start */
.testimonials-section {
    background-color: var(--body-bg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
/* Section Title */
.section-title h2 {
    color: var(--btn-hover);
    font-size: 36px;
    font-weight: 800;
}

.section-title p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text);
    line-height: 1.9;
}

/* Testimonial Card */
.testimonial-card {
    position: relative;
    height: 100%;
    padding: 30px 25px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

/* Quote */
.quote-icon {
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 35px;
    color: #198754;
    opacity: 0.15;
}
/* Rating */

.rating {
    margin-bottom: 18px;
    color: #f5b301;
    font-size: 14px;
}

.rating i {
    margin-left: 3px;
}


/* Testimonial Text */

.testimonial-text {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 25px;
}


/* Client Info */

.client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9f7ef;
    color: #198754;
    border-radius: 50%;
    font-size: 20px;
}

.client-info h3 {
    margin: 0 0 4px;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.client-info span {
    color: #888;
    font-size: 13px;
}
/* ////////////////////////////////////////////////////////// out customers opinions end */

/* ///////////////////////// contact us start */
.cta-section {
    background-color: var(--body-bg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.cta-box {
    padding: 60px 30px;
    background-color: #03522d;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
/* Heading */
.cta-box h2 {
    color: var(--body-bg);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px;
}

/* Description */
.cta-box p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #eefaf3;
    line-height: 1.9;
    font-size: 16px;
}

/* Buttons */
.cta-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    transition: 0.3s ease;
}
.cta-btn i {
    margin-left: 7px;
}

/* ///////////////////////// contact us end */

/* =========================
Footer start
========================= */
.footer {
    background-color: var(--titles);
    color: var(--body-bg);
}

/* About */
.footer-about {
    max-width: 400px;
}
.footer-logo {
    display: inline-block;
    color: var(--body-bg);
    font-size: 27px;
    font-weight: 800;
    text-decoration: none;
    margin-bottom: 18px;
}

.footer-logo:hover {
    color: var(--btn-hover);
}

.footer-about p {
    color: var(--text);
    line-height: 1.9;
    font-size: 14px;
}
/* Footer Titles */

.footer-title {
    color: var(--body-bg);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: var(--btns);
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 13px;
}
.footer-links a {
    color: var(--body-bg);
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: var(--btn-hover);
    padding-right: 5px;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 17px;
    color: var(--body-bg);
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact i {
    color: var(--btn-hover);
    font-size: 16px;
    margin-top: 4px;
    min-width: 18px;
}

.footer-contact a {
    color: var(--body-bg);
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-contact a:hover {
    color: var(--btns);
}

/* Social Media */
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #34413c;
    border-radius: 50%;
    color: var(--btn-hover);
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background-color: var(--body-bg);
    border-color: #198754;
    transform: translateY(-3px);
}


/* Bottom */

.footer-bottom {
    border-top: 1px solid #29332f;

    padding: 20px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    color: #89938f;
    font-size: 13px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom strong {
    color: #ffffff;
}