@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=El+Messiri:wght@400..700&family=Handlee&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

html, body {
    height: auto !important;
    width: 100%;
    font-family: "Noto Sans", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.6 !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    text-align: center !important;
    transition: all .9s ease-in-out !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #FF8B00 !important;
    transition: all .9s ease-in-out;
}

*:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.main-title-about {
    color: #ff9000 !important;
    text-align: left !important;
    font-weight: 800 !important;
    font-family: "Handlee", cursive !important;
}

.main-title {
    color: #ff9000 !important;
    text-align: center !important;
    font-weight: 800 !important;
    font-family: "Handlee", cursive !important;
}

.main-title-second {
    color: #82AE46 !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}

.section-background {
    background-color: #F4F4F5 !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.green-color {
    color: #99e231 !important;
}

i:hover {
    color: #fd7a43;
    transition: all .5s ease-in-out !important;
}

.text-shadow {
    text-shadow: 2px 2px 5px rgb(0, 0, 0) !important;
}

.text-white {
    color: #fff !important;
}

.bg-color-1 {
    background: #e4b2d6;
}

.bg-color-2 {
    background: #dcc698;
}

.bg-color-3 {
    background: #a2d1e1;
}

.bg-color-4 {
    background: #dcd691;
}

.btn {
    background: #82AE46 !important;
    border: none !important;
    color: #fff !important;
}

.btn:hover {
    background: #536e2d !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.text-rtl {
    text-align: right !important;
    direction: rtl !important;
}

.text-ltr {
    text-align: left !important;
    direction: ltr !important;
}

.text-justify {
    text-align: justify !important;
}

.row {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}

.container-fluid {
    padding: 0;
}

.row.align-items-stretch {
    display: flex;
    flex-wrap: wrap;
}

.row.align-items-stretch > .col-md-4 {
    display: flex;
    flex-direction: column;
}

.slider-section,
.features-section,
.about-section,
.hot-deals,
.services-section,
.category-section,
.counter-section,
.testimonial,
.clients,
.breadcrumb-section,
.vision-section {
    overflow-x: hidden !important;
}

#slider-section {
    margin-top: 7rem;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    #slider-section {
        margin-top: 0;
    }
}

/*#########################################################*/
/*----------------------- HOME PAGE -----------------------*/
/*#########################################################*/
/*#########################################################*/
/*------------------------ HEADER -------------------------*/
/*#########################################################*/
.nav-title {
    color: black !important;
    font-size: 16px !important;
    font-family: "Handlee", cursive !important;
    text-wrap: nowrap !important;
    padding: 0 0 0 20px !important;
    font-weight: bold;
}

.nav-title,
.nav-link:hover {
    color: #fd7a43 !important;
}

.first-nav {
    background: #6EA119;
}

.nav-link {
    color: black !important;
    font-size: 16px !important;
    padding: 2px !important;
}

.dropdown-item:hover {
    color: #fd7a43 !important;
    background: #F2F2F2 !important;
}

.lang-btn {
    background: #FF9000 !important;
    border: none !important;
    color: #414141 !important;
    border-radius: 10px;
    padding: 8px !important;
    margin-left: 30px !important;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    border: none !important;
    outline: none !important;
}

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.lang-btn:hover {
    background: #bcf682 !important;
    border: none !important;
    color: #23211e !important;
}

.lang-section {
    margin-left: 50px !important;
}

@media only screen and (max-width: 768px) {
    .lang-section {
        margin-left: 0 !important;
    }
}

.logo {
    width: 100px;
    height: 100%;
}

.navbar {
    background: whitesmoke !important;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

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

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

.nav-item {
    margin: 0;
    padding: 10px !important;
}

.navbar-toggler {
    margin: 0 auto;
}

.language-btn {
    margin-right: 2.5rem !important;
}

@media (max-width: 768px) {
    .first-nav .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .logo {
        width: 80px !important;
        height: 65px !important;
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-toggler {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-item.dropdown .dropdown-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

/*#########################################################*/
/*------------------------ FEATURES -----------------------*/
/*#########################################################*/
.features-section {
    padding: 2em 0;
    position: relative;
}

.feature-title {
    font-size: 15px !important;
}

.ftco-services .services {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ftco-services .services .icon:after {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.19);
    border-radius: 50%;
}

.ftco-services .services .icon span {
    font-size: 50px;
    color: #fff;
    transition: all 0.3s ease;
}

.ftco-services .services .media-body {
    width: 100%;
}

.ftco-services .services .media-body h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
    color: #000000;
}

.ftco-services .services .media-body span {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 500;
}

.ftco-services .services:hover .icon, .ftco-services .services:focus .icon {
    background: #82ae46;
}

.ftco-services .services:hover .icon span, .ftco-services .services:focus .icon span {
    color: #fff;
}

/*#########################################################*/
/*------------------------ SLIDERS ------------------------*/
/*#########################################################*/
.slider-topic {
    font-family: "Handlee", cursive !important;
    font-size: 5rem !important;
    color: #ff9000 !important;
    text-align: center !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
}

.slider-desc {
    font-family: "Handlee", cursive !important;
    font-size: 4rem !important;
    text-align: center !important;
    color: #eefce5 !important;
    white-space: nowrap !important;
}

.carousel-fade .carousel-item {
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
}

.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.responsive-slider .carousel-inner,
.responsive-slider .carousel-item,
.responsive-slider .carousel-item img {
    max-height: 600px !important;
    min-height: 300px;
    object-fit: cover;
}

.responsive-slider .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
}

.slider-desc, .slider-topic {
    font-size: 1.5rem;
}

/*#########################################################*/
/*------------------------ ABOUT ------------------------*/
/*#########################################################*/
.about-section {
    padding: 2em 0;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.delay-1 {
    animation-delay: 0.5s;
}

.delay-2 {
    animation-delay: 1s;
}

.delay-3 {
    animation-delay: 1.5s;
}

.about-content {
    animation: slide-in-left 1s ease-out;
}

.truck-img-holder {
    animation: slide-in-right 1s ease-out;
}

/*#########################################################*/
/*------------------------ CATEGORY ------------------------*/
/*#########################################################*/
.category-section {
    padding: 5em;
    text-wrap: nowrap !important;
}

.category-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    position: relative;
}

.category-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.category-wrap:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

.category-wrap .card-body {
    position: relative;
    z-index: 1;
    background: rgba(130, 174, 70, 0.9);
    padding: 15px;
    border-radius: 0 0 20px 20px;
}

.category-wrap .card-title {
    font-size: 18px;
    font-family: "Poppins", Arial, sans-serif;
    color: #fff;
    margin: 0;
}

.category-wrap .card-title a {
    color: #fff;
    text-decoration: none;
}

.category-middle {
    background-image: url('../images/category.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100% !important;
    position: relative;
    overflow: hidden;
}

.category-middle img:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.category-middle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.category-middle h2,
.category-middle p,
.category-middle .btn {
    position: relative;
    z-index: 2;
    color: #fff;
}

.category-middle .category-title {
    font-size: 50px;
    font-family: "Handlee", cursive !important;
    font-weight: 800;
    margin-bottom: 15px;
    color: #82ae46;
}

.category-middle .category-description {
    font-size: 16px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.74) !important;
}

.category-middle .btn {
    background: #82ae46;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    transition: background 0.3s ease;
}

.category-middle .btn:hover {
    background: #6c9440;
}

@media (max-width: 768px) {
    .category-section {
        padding: 2em;
    }

    .category-wrap img {
        height: 150px;
    }

    .category-wrap .card-title {
        font-size: 16px;
    }
}

@media (width: 768px) {
    .category-title {
        font-size: 34px !important;
    }
}

/*#########################################################*/
/*------------------------ COUNTER ------------------------*/
/*#########################################################*/
.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.counter-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.counter {
    font-size: 4rem;
    font-weight: bold !important;
    color: #EC7429;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Handlee", cursive !important;
    width: 100%;
    height: 100%;
}

.counter-title {
    font-size: 2rem;
    font-weight: bold !important;
    font-family: "Handlee", cursive !important;
    color: #99ff16;
    animation: pulseColor 1.5s infinite;
    text-align: center !important;
    padding-top: 20px;
}

.counter-number {
    color: #fa8939 !important;
}

.counter-icon {
    color: #f67777 !important;
    font-size: 30px !important;
}

@keyframes countUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*#########################################################*/
/*------------------------ TESTIMONIALS ------------------------*/
/*#########################################################*/
.testimonials-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 350px !important; /* Ensure the card takes full height of its container */
}

.testimonials-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.user-image img {
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ratings .fa-star {
    font-size: 1.2rem;
    margin: 0 2px;
}

.card-small-screen {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .card-small-screen {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*#########################################################*/
/*------------------------ CLIENTS ------------------------*/
/*#########################################################*/
.customer-logos .slide {
    padding: 0 10px;
}

.customer-logos .slide img {
    width: 100%;
    height: auto;
}

.client-img {
    width: 200px !important;
}

.slide-img {
    text-align: center;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}

.slide-img:hover {
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/*#########################################################*/
/*------------------------ Service ------------------------*/
/*#########################################################*/
.services-img {
    border-radius: 20px;
}

/*#########################################################*/
/*------------------------ FOOTER ------------------------*/
/*#########################################################*/
.footer {
    background-image: url('../images/footer2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.footer p, span {
    color: white !important;
}

.footer hr {
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
}

.footer-column:not(:first-child) {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.footer-column {
    text-align: center;
}

.company-description {
    color: #ffffff !important;
    font-weight: normal !important;
}

.footer-column .nav-item {
    color: #5b5b5b !important;
    font-weight: bold !important;
}

.footer-contact {
    color: #ffffff !important;
    font-weight: bolder !important;
}

.footer-contact-icon {
    color: #FF8B00 !important;
}

.footer-column .nav-item span.footer-title {
    font-size: 18px;
    font-weight: 800;
    color: #FF8B00 !important;
    text-transform: uppercase;
}

.footer-column .nav-item .fas {
    margin-right: 0.5rem;
}

.footer-column ul {
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-column ul {
        text-align: left;
    }
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #FF8B00;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #1a1d20;
}

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
    padding: 0 !important;
    color: white;
    text-wrap: nowrap !important;
    font-size: 0.8em !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.94) !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .copyright {
        max-width: 90% !important;
        font-size: 13px !important;
        text-wrap: wrap !important;
    }
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}

.footer .back-to-top-btn {
    position: fixed;
    bottom: 20px;
    background-color: #EC7429;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    right: 2rem;
}

.footer .whatsapp-btn {
    position: fixed;
    bottom: 20px;
    background-color: #2ad32d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    left: 2rem;
}

.footer .back-to-top-btn:hover {
    background-color: #ee8e55;
    color: #d3d1d1 !important;
}

.footer .whatsapp-btn:hover {
    background-color: #fcfcfc;
    color: #ff7808 !important;
}

.footer .back-to-top-btn.show {
    display: flex;
}

.footer-contacts {
    text-align: left !important;
}

.footer-logo {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 768px) {
    .email {
        text-wrap: nowrap !important;
    }

    .flex-column {
        padding: 0 !important;
    }
}

@media only screen and (width: 1024px) {
    .nav-link {
        font-size: 15px !important;
    }
}

.facebook:hover {
    color: #2a65fc !important;
}

.youtube:hover {
    color: #e81616 !important;
}

.twitter:hover {
    color: #000000 !important;
}

.linkedin:hover {
    color: #0A66C2 !important;
}

.instagram:hover {
    color: #ff622a !important;
}

.nav-contact,
.footer-nav-item,
.footer-nav-link,
.footer-contact-p {
    color: white !important;
    font-weight: normal !important;
    font-size: 17px !important;
}

.footer-nav-link:hover {
    color: #ee8e55 !important;
}

/*#########################################################*/
/*------------------------ BREADCRUMB ------------------------*/
/*#########################################################*/
.breadcrumb {
    justify-content: center;
    background-color: transparent;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-top: 100px !important;
}

.breadcrumb-item a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: rgb(177, 177, 177) !important;
    text-decoration: none;
    transition: all 0.1s ease-out !important;
}

.breadcrumb-title {
    font-size: 1.8em !important;
    font-weight: bold;
}

.breadcrumb-item.active {
    color: rgba(159, 250, 99, 0.7) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: bolder !important;
    font-size: 1.8rem !important;
}

/*#########################################################*/
/*------------------------ ABOUT PAGE ------------------------*/
/*#########################################################*/
.about-intro-section {
    padding: 60px 0;
}

.intro-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.intro-image {
    flex: 1;
}

.intro-image img {
    width: 100%;
    border-radius: 10px;
}

.intro-text {
    flex: 2;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.section-text {
    font-size: 1.2rem;
    line-height: 1.6;
}

.vision-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.mission-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.mission-text {
    flex: 2;
}

.mission-image {
    flex: 1;
}

.mission-image img {
    width: 100%;
    border-radius: 10px;
}

.mission-items {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.mission-item {
    flex: 1;
}

.mission-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.mission-text, .mission-list {
    font-size: 1.1rem;
    line-height: 1.6;
}

.mission-list {
    list-style-type: none;
    padding: 0;
}

.mission-list li {
    margin-bottom: 10px;
}

.about-team-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.team-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-card {
    position: relative;
    width: 350px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

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

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

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(252, 252, 252, 0.7);
    color: #000000;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.team-card:hover .card-content {
    opacity: 1;
}

.card-title {
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.team-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.9s ease, height 0.9s ease;
    z-index: 1;
}

.team-card:hover::before {
    width: 600px;
    height: 600px;
    transition: width 0.9s ease, height 0.9s ease;
}

.card-description {
    font-size: 1.1rem;
}

.text-orange {
    color: #FF9000 !important;
}

.about-cta-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #212121;
}

.cta-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cta-text {
    flex: 2;
    text-align: left;
}

.cta-image {
    flex: 1;
}

.cta-image img {
    width: 15%;
    border-radius: 10px;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin-image {
    animation: spin 100s linear infinite;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.swing {
    animation: swing 15s ease-in-out infinite;
}

.objectives-icon {
    border: 1px solid rgba(33, 33, 33, 0.34);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*#########################################################*/
/*--------------------- CONTACT PAGE ---------------------*/
/*#########################################################*/
.contact {
    background-color: #ffffff !important;
    color: #222222 !important;
    padding: 60px 0;
}

.section-title h2 {
    color: #ff9000;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    color: #cccccc;
    font-size: 1.1rem;
}

.info-item {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 230px;
    height: 230px;
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.info-item i {
    font-size: 2rem;
    color: #ff9000;
    margin-bottom: 15px;
}

.info-item h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.info-item p {
    color: #cccccc;
    font-size: 1rem;
    margin: 0;
}

.border-radius {
    border-radius: 10px;
}

.php-email-form {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 10px;
}

.php-email-form .form-control {
    background-color: #ffffff;
    border: 1px solid #afafaf;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.php-email-form .form-control::placeholder {
    color: #999999;
}

.php-email-form .form-control:focus {
    border-color: #ff9000;
    box-shadow: 0 0 5px rgba(255, 144, 0, 0.5);
}

.read-more {
    background-color: #ff9000;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #e67e22;
}

.loading, .error-message, .sent-message {
    display: none;
    color: #ffffff;
    margin-bottom: 15px;
}

.sent-message {
    color: #4caf50;
}

.error-message {
    color: #f44336;
}

.contact-img {
    width: 100%;
    height: 505px;
    border-radius: 10px;
}

.contact-icon {
    color: #28dc1d !important;
}

/*#########################################################*/
/*--------------------- MEDIA QUERY ---------------------*/
/*#########################################################*/
@media (min-width: 320px) and (max-width: 990px) {
    .slider-desc {
        font-size: 1.2rem !important;
    }

    .slider-topic {
        font-size: 1.5rem !important;
    }

    .hot-deals-text {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 320px) and (max-width: 500px) {
    .our-services {
        padding-top: 2em !important;
    }
}


/*#########################################################*/
/*--------------------- Price Offer Page ---------------------*/
/*#########################################################*/
.form-container {
    background: #F1F1F1;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.36);
    max-width: 800px;
    margin: 0 auto;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    color: black !important;
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

.btn-primary {
    background-color: #ffc107;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #e0a800;
}

.bluecolor {
    color: #007bff;
    font-weight: bold;
}

hr {
    border: 1px solid #858383;
    margin: 20px 0;
}

.gradient-btn {
    background: linear-gradient(45deg, #ffc107, #ff9800);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.gradient-btn:hover {
    background: linear-gradient(45deg, #ff9800, #ffc107);
}

.uniform-field {
    height: 45px;
    width: 100%;
    margin-bottom: 20px !important;
}

.delete-btn {
    color: white !important;
    background-color: rgba(255, 0, 0, 0.5) !important;
    border: none !important;
}

#success-message {
    background-color: #1ace3f; /* light green background */
    color: #050505; /* dark green text */
    border-radius: 8px; /* rounded corners */
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#success-message .icon-check-circle {
    font-size: 24px;
    color: #28a745; /* green icon */
    padding-right: 10px;
}

.custom-alert {
    animation: fadeIn 0.5s ease-in-out;
}

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

.btn-close {
    background: none;
    border: none;
    color: #155724;
    font-size: 16px;
    cursor: pointer;
}

.btn-close:hover {
    color: #28a745;
}

.select_all {
    color: red;
    font-size: 16px;
    font-weight: normal !important;
}

.select_all:hover {
    cursor: pointer;
}

.form-check-label:hover {
    cursor: pointer;
}

/*################################################################*/
/*################################################################*/
/*################################################################*/
/*################################################################*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cta-mid-fix {
        display: none !important;
    }
}

/* Hide by default */
.show-on-mobile {
    display: none;
}

/* Show only on small screens */
@media (min-width: 320px) and (max-width: 767px) {
    .show-on-mobile {
        display: block; /* or flex/inline-block as needed */
    }
}

@media only screen and (width: 1024px) {
    .nav-link {
        font-size: 14px !important;
    }
}

.first-nav {
    transition: transform 0.3s ease-in-out;
    z-index: 1031; /* Higher than main navbar */
}

.first-nav.hidden {
    transform: translateY(-100%);
}

#mainNavbar {
    transition: background-color 0.3s ease-in-out;
    top: 25px; /* Height of first nav */
    z-index: 1030;
}

#mainNavbar.scrolled {
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 991px) {
    #mainNavbar {
        top: 0 !important;
    }
}

.social-buttons i {
    font-size: 1.3rem;
    color: #888;
    transition: all 0.3s ease-in-out;
    padding: 2px;
    border-radius: 50%;
}

/* Twitter */
.social-buttons i.twitter:hover {
    color: #1DA1F2;
    background-color: rgba(29, 161, 242, 0.1);
}

/* LinkedIn */
.social-buttons i.linkedin:hover {
    color: #0077B5;
    background-color: rgba(0, 119, 181, 0.1);
}

/* YouTube */
.social-buttons i.youtube:hover {
    color: #FF0000;
    background-color: rgba(255, 0, 0, 0.1);
}

/* Instagram */
.social-buttons i.instagram:hover {
    color: #C13584;
    background-color: rgba(193, 53, 132, 0.1);
}

/* Facebook */
.social-buttons i.facebook:hover {
    color: #1877F2;
    background-color: rgba(24, 119, 242, 0.1);
}

input::placeholder {
    font-size: 13px !important;
}

.social-icons {
    color: #959595 !important;
}

.social-icons:hover {
    color: #FF9227 !important;
}

.footer-social-icons {
    color: #959595 !important;
}

.footer-social-icons:hover {
    color: #409cf8 !important;
}
