﻿/* Default / General CSS Reset & Base Styles */
:root {
    --P-color: #01a0e2;
    --S-color: #450099;
}
/* 1. Box sizing reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin & padding */
body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
figure, figcaption,
blockquote, dl, dd {
    margin: 0;
    padding: 0;
}

/* 3. Remove list styles */
ul, ol {
    list-style: none;
}

/* 4. Set default body styles */
body {
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

/* 5. Make images responsive */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 6. Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
}

/* 7. Form elements */
input, button, textarea, select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}

/* 8. Buttons */
button {
    cursor: pointer;
}

/* 9. Table cleanup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
/************************************************menu1*******************************************************/
.menu1 {
    background-image: linear-gradient(180deg, white, #fff, #ffffffc9, #ffffff6e);
    border-bottom: 1px solid var(--S-color);
    height: 20vh;
}

    .menu1 .dropdown-item:hover, .menu1 .dropdown-item:focus {
        color: #09acfb;
        background-color: unset;
    }

.menu1-scroll {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000e3;
    transition: ease-in-out 0.5s;
    height: 15vh;
}

.menu1 .nav-link {
    text-transform: capitalize;
    color: #333 !important;
    font-weight: 500;
    margin-right: 5px;
}

.menu1 .navbar-nav {
    margin-left: auto !important;
    margin-right: unset !important;
}

.menu1 .navbar-brand {
    padding: 0px;
}

.menu1 .logo {
    width: 140px;
    transition: 0.4s;
}

.menu1 .logo-scroll {
    width: 105px;
    transition: 0.4s;
}

.menu1 .navbar-nav .active > .nav-link {
    color: var(--P-color) !important;
    border-bottom: 2px solid var(--S-color) !important;
}

.menu1 .navbar-nav .nav-link:hover {
    color: var(--P-color) !important;
}

.menu1 .hvr-underline-from-left {
    position: relative;
    overflow: hidden;
}

    .menu1 .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--S-color);
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

    .menu1 .hvr-underline-from-left:hover:before {
        visibility: visible;
        width: 100%;
    }


.menu1 .navbar-toggler {
    border: none;
    margin-right: 28px;
    cursor: pointer;
}

    .menu1 .navbar-toggler i {
        font-size: 25px;
        color: var(--P-color);
    }

.menu1 .navbar-brand {
    padding: 5px;
}

.menu1 .navbar-light .navbar-nav .nav-link:hover, .menu1 .navbar-light .navbar-nav .nav-link:focus {
    color: #174c95;
    transition: 0.4s;
}

.menu1 .navbar {
    padding: 0.5rem 0px;
}

.menu1 .dropdown-item:hover, .menu1 .dropdown-item:focus {
    color: var(--P-color);
    background-color: unset;
}

.menu1 .dropdown-item {
    padding: 0.2rem 1rem;
    color: #212529;
    font-size: 15px;
    font-size: 14.5px;
    padding-right: 12px;
    letter-spacing: 0px;
}

.menu1 .navbar {
    padding: 0px;
}

.menu1 .qq .dropdown-toggle::after {
    float: right;
    margin-top: 7px;
    transform: rotate(270deg);
}

.flag-icon {
    width: 20px;
    height: 14px;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.dropdown-menu.qq .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    transition: background 0.2s ease;
}

.dropdown-toggle::after {
    margin-top: 10px;
}

.dropdown-menu.qq .dropdown-item:hover {
    background: #f0f0f0;
}

@media (max-width: 768px) {
    .menu1 {
        height: 13vh;
    }
    .menu1-scroll {
        height: 10vh;
    }
}

/************************************************menu1*******************************************************/
/*************************************************slider1*******************************************************/
.slider-1 {
    position: relative;
}

    .slider-1 .carousel-item {
        height: 100vh;
    }

    .slider-1 .carousel-item {
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        position: relative;
    }

.overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #251b0261
}

.slider-1 .carousel-caption h1 {
    font-size: 80px;
}

.slider-1 .carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}

.slider-1 .carousel-caption {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: unset !important;
    position: absolute;
    z-index: 55;
    width: 70%;
    text-align: center;
}

@media(max-width:767px) {
    .slider-1 .carousel-caption {
        width: 80%;
    }

        .slider-1 .carousel-caption h1 {
            font-size: 40px;
        }

    .slider-1 .carousel-item {
        height: 400px;
        background-size: 100% 100%;
        background-attachment: unset;
    }

    .slider-1 .carousel-caption {
        width: 85%;
    }
}

@media(max-width:600px) {
    .slider-1 .carousel-item {
        height: 300px;
    }
}

@media(max-width:400px) {
    .slider-1 .carousel-item {
        height: 250px;
    }
}
/*************************************************slider1*******************************************************/
/**********************************about-sec4****************************/
.about-section4 {
    padding: 60px 0px;
}

.btn-primary {
    border-radius: 0px;
    background-color: var(--P-color);
    border-color: var(--P-color);
    position: relative;
}

    .btn-primary:hover {
        border-radius: 0px;
        background-color: var(--S-color);
        border-color: var(--S-color);
    }

    .btn-primary::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: -10px;
        top: 10px;
        border-left: 2.5px solid var(--S-color);
        border-bottom: 2.5px solid var(--S-color);
        transition: .4s;
    }

.about-section4 img {
    width: 100%;
}

.btn-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -10px;
    top: -10px;
    border-right: 2.5px solid var(--S-color);
    border-top: 2.5px solid var(--S-color);
    transition: .4s;
}

.btn-primary:hover.btn-primary::before {
    top: 0px;
    left: 0px;
    transition: .4s;
}

.btn-primary:hover.btn-primary::after {
    top: 0px;
    right: 0px;
    transition: .4s;
}

.m-top {
    margin-top: 40px;
}
/* إخفاء العناصر في البداية */
.about-section4 img,
.about-sec-data4 {
    opacity: 0;
}

/* الصورة - تدخل من اليسار */
.about-section4 img {
    transform: translateX(-100px);
    animation: slideInLeft 1s ease forwards;
    animation-delay: 0.2s;
}

/* النص - يدخل من اليمين */
.about-sec-data4 {
    transform: translateX(-100px);
    animation: slideInLeft 1s ease forwards;
    animation-delay: 0.4s;
}

/* keyframes */
@keyframes slideInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


@media(min-width:992px) {
    .about-section4 .about-logo4 {
        border-right: 5px solid var(--P-color);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .about-sec-data4 {
        padding-top: 100px;
    }
}

@media(max-width:992px) {
    .about-section4 {
        text-align: center;
    }

        .about-section4 img {
            width: 85%;
            margin: auto;
        }

        .about-section4.text-right {
            text-align: center !important;
        }

    .about-sec-data4 {
        margin-top: 10px;
    }

    .about-sec4 .btn-primary {
        margin-top: 10px;
    }
}
/**********************************about-sec4****************************/
/************************************************about-page6*******************************************************/
.about-page6 {
    padding: 65px;
    background-color: #fff;
}

    .about-page6 .about-box {
        background-color: #fff;
        text-align: center;
        padding: 25px 20px;
        border-radius: 50px 0px !important;
        box-shadow: -2px 1px 12px #0000003d;
        height: 300px;
    }

        .about-page6 .about-box img {
            margin: auto;
            margin-bottom: 10px;
        }

        .about-page6 .about-box h3 {
            color: var(--P-color);
            margin-bottom: 3px;
        }

@media (max-width: 768px) {
    .about-page6 .about-box {
        margin-bottom: 20%;
        height: 450px;
    }
}
/************************************************about-page6*******************************************************/

/**********************************services-section****************************/
.S-sec {
    padding: 10% 0;
}

    .S-sec .row {
        margin-right: 0;
        margin-left: 0;
    }

    .S-sec h1 {
        text-align: center;
        color: var(--P-color);
        margin-bottom: 2%;
    }

.service_box {
    margin: 20px 0;
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;
    height: 380px;
    background: transparent;
    border: 2px solid var(--P-color);
    transition: all 0.30s ease 0s;
}

    .service_box:hover {
        background: var(--P-color);
    }


    .service_box .service_icon {
        width: 90px;
        height: 90px;
        padding: 15px;
        margin: 0 auto;
        font-size: 35px;
        background: #fff;
        line-height: 70px;
        border-radius: 50px;
        transform: translateY(0);
        transition: all 0.30s ease 0s;
    }

    .service_box:hover .service_icon {
        transform: translateY(-100%);
    }

    .service_box .service_icon i {
        color: #333;
    }

    .service_box h3 {
        position: relative;
        top: 40px;
        margin: 0;
        color: var(--P-color);
        font-size: 23px;
        text-transform: uppercase;
        transform: translateY(0%);
        transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    }

    .service_box:hover h3 {
        top: -40px;
        color: #fff;
    }

    .service_box p {
        color: #fff;
        margin: 0;
        opacity: 0;
        transition: all 0.30s linear 0s;
    }

    .service_box:hover p {
        opacity: 1;
    }
/**********************************services-section****************************/
/**********************************products-section****************************/
.products-template {
    padding: 5em 0 0em;
    background: linear-gradient(135deg, #e6f7ff, #ffffff);
    text-align: center;
}

.serv-subtitle {
    font-size: 18px;
    color: var(--S-color);
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.serv-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--P-color);
    margin-bottom: 10px;
    position: relative;
}

.underline {
    width: 80px;
    height: 4px;
    background: var(--S-color);
    margin: 0 auto;
    border-radius: 2px;
    animation: slideInUnderline 1.2s ease-out forwards;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    margin-bottom: 2%;
}

@keyframes slideInUnderline {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

    100% {
        opacity: 1;
        transform: scaleX(1);
    }
}

.products-template__wrapper {
   /* max-width: 1400px;*/
    overflow: visible;
}

.swiper {
    padding: 20px 0;
}

.products-slider {
    --color-main: #00aaff;
    --color-dark: #003344;
    --color-light: #e6f7ff;
    padding-inline: 70px;
    position: relative;
}

.products-slider__item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 360px;
    transition: transform 0.3s ease;
}

    .products-slider__item:hover {
        transform: translateY(-10px);
    }

.products-slider__image {
    aspect-ratio: 360 / 240;
    overflow: hidden;
}

    .products-slider__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.products-slider__content {
    padding: 20px;
    text-align: center;
}

.products-slider__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-dark);
}

.products-slider__text {
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 20px;
}

.products-slider__btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background: var(--color-main);
    color: #fff;
    font-weight: 500;
    transition: background 0.3s ease;
}

    .products-slider__btn:hover {
        background: #0088cc;
    }

/* Navigation */
.slider-nav__item {
    background: var(--P-color);
    border-radius: 50%;
    color: #fff;
    width: 48px;
    height: 48px;
}

    .slider-nav__item:hover {
        background: #0088cc;
    }

/* Pagination */
.slider-pagination__item {
    width: 10px;
    height: 10px;
    background: var(--S-color);
    opacity: 0.3;
}

    .slider-pagination__item.active {
        width: 28px;
        border-radius: 30px;
        opacity: 1;
    }

.btn-lightblue {
    background: transparent;
    color: var(--S-color);
    padding: 12px 24px;
    border-radius: 40px;
    border: 2px solid var(--P-color);
    transition: background 0.3s ease;
}

    .btn-lightblue:hover {
        background: var(--P-color);
        color: #fff;
    }

.products-slider__item {
    max-width: 420px; /* تكبير حجم الكرت */
    width: 100%;
    margin: 0 auto;
}

/* وضع الأسهم يمين ويسار */
.products-slider__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none; /* عشان ما يغطي الكروت */
}

.slider-nav__item {
    pointer-events: auto; /* يرجّع الكليك */
    display: flex;
    align-items: center;
    justify-content: center;
}

/**********************************products-section****************************/
/**********************************footer 2****************************/
a {
    text-decoration: none !important;
}

.footer2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background: linear-gradient(135deg, #01a0e26b, #fff);
    color: #333;
    overflow: hidden;
}

    .footer2 img {
        width: 150px;
        margin-bottom: 9px;
    }

    .footer2 p a {
        color: var(--S-color);
    }

    .footer2 h6 {
        display: contents;
    }

    .footer2 ul {
        /* margin-left: -37px; */
    }

    .footer2 li i {
        margin-right: 6px;
        color: var(--S-color);
    }

    .footer2 li a {
        color: #333;
    }

    .footer2 h2 {
        color: var(--S-color);
        font-weight: 600;
    }

.social li {
    display: inline-block;
}

.social i {
    transition: 0.5s;
}

    .social i:hover {
        transform: rotate(360deg);
        transition: 0.5s;
        color: var(--P-color);
    }

@media(min-width:767px) {
    .footer h2 {
        margin-top: 50px;
    }
}

.footer li {
    margin-bottom: 10px;
}

.comp2 {
    text-align: center;
    background-color: var(--S-color);
    color: #fff;
    padding-top: 8px;
    border-bottom: none;
    overflow: hidden;
}

    .comp2 a {
        color: #fff;
    }

.footer2 iframe {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}
/**********************************footer 2****************************/
/**********************************clients-section****************************/
.partners-section {
    margin: 10%;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.partners-section h2 {
    margin-bottom: 5%;
    color: var(--P-color);
}

@media(max-width: 768px) {
    .partners-section {
        margin: 20% 0;
    }
}

/**********************************clients-section****************************/
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .fade-in-up.in-view {
        opacity: 1;
        transform: translateY(0);
    }

/* Icon Style */
.service_icon img,
.about-icon img {
    width: 60px;
    height: 60px;
    filter: invert(36%) sepia(95%) saturate(2524%) hue-rotate(180deg) brightness(94%) contrast(98%);
    /* This makes the image color #01a0e2 */
    margin-bottom: 15px;
}

.about-box {
    text-align: left;
    margin-bottom: 30px;
}

    .about-box .about-icon {
        margin-bottom: 15px;
    }

/**********************************trusted-partners-section****************************/
.trusted-partners-section {
    padding: 8% 5%;
    background: linear-gradient(135deg, #e6f7ff, #ffffff);
    /* border-top: 2px solid var(--P-color); */
}

    .trusted-partners-section h2 {
        margin-bottom: 1%;
        color: var(--P-color);
        font-weight: bold;
    }

    .trusted-partners-section p {
        margin-bottom: 5%;
        color: #555;
        font-size: 1.1rem;
    }

    .trusted-partners-section .slick-slide {
        margin: 0px 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .trusted-partners-section .slick-slide img {
            width: 80%;
            margin: 0 auto;
            transition: all 0.3s ease-in-out;
        }


@media(max-width: 768px) {
    .trusted-partners-section {
        padding: 15% 5%;
    }

        .trusted-partners-section .slick-slide img {
            width: 100%;
        }
}
/**********************************trusted-partners-section****************************/
/**********************************banner****************************/
.hero-banner {
    position: relative;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .hero-banner .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(37, 27, 2, 0.4); /* طبقة شفافة */
        z-index: 1;
    }

.banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 70%;
    padding: 0 20px;
    animation: fadeInUp 2s ease;
}

    .banner-content h1 {
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .banner-content p {
        margin-bottom: 30px;
    }


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 16px;
    }
}

/**********************************banner****************************/
/**********************************about page****************************/
.about-page {
    padding: 80px 0;
}

.about-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.about-image img {
    max-width: 100%;
    border-radius: 10px;
}

.about-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

    .about-box:hover {
        transform: translateY(-5px);
    }

    .about-box h3 {
        font-size: 20px;
        margin-top: 15px;
        color: #0d6efd;
    }

    .about-box p {
        font-size: 15px;
        color: #555;
        margin-top: 10px;
    }

.about-icon img {
    width: 50px;
    height: 50px;
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 991px) {
    .about-page {
        text-align: center;
    }

    .about-text {
        margin-bottom: 40px;
    }

    .about-box {
        text-align: center;
    }
}
/**********************************about page****************************/
/**********************************product cards****************************/
.products-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.products-slider__item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

    .products-slider__item:hover {
        transform: translateY(-5px);
    }

.products-slider__image img {
    width: 100%;
    height: auto;
    display: block;
}

.products-slider__content {
    padding: 20px;
}

/**********************************product cards****************************/
/**********************************product page****************************/
.product-detail .product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--P-color);
}

.product-detail .product-short {
    font-size: 1.1rem;
    line-height: 1.7;
}

.product-detail .product-features li {
    font-size: 1rem;
    margin-bottom: 8px;
}

.product-main-image img {
    width: 100%;
    border-radius: 12px;
}

.product-thumbs .thumb {
    width: 90px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .product-thumbs .thumb.active,
    .product-thumbs .thumb:hover {
        border: 2px solid #0d6efd;
        transform: scale(1.05);
    }

/* Tabs styling */
.nav-tabs .nav-link.active {
    background-color: var(--P-color);
    color: #fff;
}

.nav-tabs .nav-link {
    color: #0d6efd;
    font-weight: 500;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .product-detail .product-title {
        font-size: 2rem;
    }
}
/* Remove black/colored border from active tab */
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    border-color: transparent !important; /* remove border line */
    box-shadow: none !important; /* remove any focus outline */
}

/* Optional: remove hover/focus outline from all tabs */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    box-shadow: none !important;
    outline: none !important;
}

.Pcolor {
    color: var(--P-color);
}

/**********************************product page****************************/
/************************************************contact-page4*******************************************************/
.contact-page4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: right bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .contact-page4 h3 {
        /* font-family: 'Galada', cursive; */
        color: var(--P-color);
        margin-bottom: 20px;
    }

    .contact-page4 .form-control {
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .contact-page4 h5 {
        color: var(--P-color);
        margin-bottom: 12px;
    }

    .contact-page4 .form-control:focus {
        box-shadow: 0px 0px 20px #27136e !important;
    }

    .contact-page4 .btn-primary {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .contact-page4 ul {
        /* margin-left: -37px; */
    }

    .contact-page4 i {
        color: var(--P-color);
        margin-right: 8px;
    }

    .contact-page4 h6 {
        display: inline-block;
    }

    .contact-page4 a {
        color: #000
    }

    .contact-page4 li {
        margin-bottom: 5px;
    }

    .contact-page4 .icon i {
        margin-right: 4px;
    }

    .contact-page4 .social-media li {
        display: inline-block;
        margin-right: 5px;
    }

    .contact-page4 .map iframe {
        height: 188px;
        border-radius: 20px;
    }
/************************************************contact-page4*******************************************************/
/************************************************services-page*******************************************************/
.service_box_page {
    margin: 20px 0;
    padding: 40px 20px;
    text-align: center;
    border-radius: 5px;
    height: 380px;
    /* --- Hover look applied by default --- */
    background: var(--P-color);
    border: 2px solid var(--P-color);
    transition: none; /* no need for animation */
}

    /* Icon permanently raised */
    .service_box_page .service_icon {
        width: 90px;
        height: 90px;
        padding: 15px;
        margin: 0 auto;
        font-size: 35px;
        background: #fff;
        line-height: 70px;
        border-radius: 50px;
        transform: translateY(-100%);
        transition: none;
    }

        .service_box_page .service_icon i {
            color: #333;
        }

    /* Heading in hover position & color */
    .service_box_page h3 {
        position: relative;
        top: -40px;
        margin: 0;
        color: #fff;
        font-size: 23px;
        text-transform: uppercase;
        transform: none;
        transition: none;
    }

    /* Paragraph always visible */
    .service_box_page p {
        color: #fff;
        margin: 0;
        opacity: 1;
        transition: none;
    }
/************************************************services-page*******************************************************/
