/* ===================== GLOBAL ===================== */

@font-face{
    font-family:'IBMPlexSansArabic-Bold';
    src:url('../fonts/IBMPlexSansArabic-Bold.ttf') format('truetype');
    
}

@font-face{
    font-family:'MIBMPlexSansArabic-ExtraLight';
    src:url('../fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype');
}

@font-face{
    font-family:'IBMPlexSansArabic-Light';
    src:url('../fonts/IBMPlexSansArabic-Light.ttf') format('truetype');
}

@font-face{
    font-family:'IBMPlexSansArabic-Medium';
    src:url('../fonts/IBMPlexSansArabic-Medium.ttf') format('truetype');
    
}

@font-face{
    font-family:'IBMPlexSansArabic-Regular';
    src:url('../fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
}

@font-face{
    font-family:'IBMPlexSansArabic-SemiBold';
    src:url('../fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype');
}

@font-face{
    font-family:'IBMPlexSansArabic-Thin';
    src:url('../fonts/IBMPlexSansArabic-Thin.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'IBMPlexSansArabic-Regular';
    background: #f5f7f6;
    overflow-x: hidden;
}


.h6, h6{line-height:1.4rem;}

/* ===================== TOP BAR ===================== */

.innerheader{border-radius:10px; margin-bottom:50px;}
.innerborder{border:1px solid #dee2e6; border-radius:10px; padding:25px;}
.table{margin-bottom:0px;}
.table .thead-dark th {color: #fff;background-color: #1a8053;}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f3fcf6;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
	font-weight:bold;
}

.top-bar {
    background: #1a8053;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
}

.top-links {
    display: flex;
}


.top-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    transition: .3s;
}

.top-links span {
    margin-left: 5px;
}

.top-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-links a:hover {
    opacity: .8;
}



/* ===================== NAVBAR ===================== */

.navbar-custom {
    padding: 18px 0;
}

.logo-box {
    width: 55px;
    height: 55px;
    background: #0b7b43;
    border-radius: 10px;
}

.logo-title {
    font-size: 22px;
    font-weight: 800;
    color: #23374d;
    line-height: 1.2;
}

.logo-sub {
    font-size: 13px;
    color: #777;
}

.navbar-nav .nav-link {
    color: #555 !important;
    transition: .3s;
}

.navbar-nav .nav-link:hover {
    color: #0b7b43 !important;
}

.nav-separator{
    color:#cfcfcf;
    font-size:18px;
    margin:0 10px;
    font-weight:300;
    user-select:none;
}


/* ===================== MOBILE MENU ===================== */

.offcanvas {
    background: #f3fcf6;
}

.offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid #dae3dd;
}

.offcanvas-body {
    padding: 20px;
}

.offcanvas .nav-link {
    padding: 14px 0;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    border-bottom:1px solid #dae3dd;
    transition: 0.3s;
}

.offcanvas .nav-link:hover {
    color: #0d6b4d;
    padding-left: 8px;
}

/* DARK OVERLAY */

.offcanvas-backdrop.show {
    opacity: 0.6;
}



/* ===================== HERO SECTION ===================== */


.main{
     background: url('../images/header_bg.png'), #f3fcf6;
	 background-repeat: no-repeat;
}
.hero-section {
    padding-bottom: 75px;
   
}


.hero-slider {
    position: relative;
    height: 447px;
}

.hero-slider img {
   
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 93, 50, .45);
}

.hero-content {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 20px;
}

.hero-content h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0;
}

.hero-content p {
    font-size: 20px;
    font-weight: 600;
}

/* ===================== HERO INDICATORS ===================== */

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: #d6d6d6 !important;
    border: none !important;
}

.carousel-indicators .active {
    background: #0b7b43 !important;
}

/* ===================== HERO BUTTONS ===================== */

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    padding: 25px;
}

/* ===================== PORTAL SECTION ===================== */

.portal-section {
    text-align: center;
    background: #1a8053;
    color: #fff;
    padding: 50px 0;
}

.portal-ar {
    font-size: 85px;
    font-weight: 800;
    color: #0b7b43;
    line-height: 1;
}

.portal-title {
    font-size: 35px;
    font-weight: 700;
	margin-top:20px;
}

.portal-desc {
    max-width: 850px;
    margin: auto;
    color: #fff;
    line-height: 1.8;
    margin-top: 5px;
}

.portal-btn {
    background: #34a96f;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 700;
    margin-top: 25px;
    transition: .3s;
}

.portal-btn:hover {
    background: #086437;
}

/* ===================== COMMON ===================== */

.section-padding {
    padding: 50px 0;
}

.section-title {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

/* ===================== TERMS SECTION ===================== */

.terms-section {
    background: #fff;
}

.info-card {
    background: #f3fcf6;
    border-radius: 14px;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    transition: .3s;
    cursor: pointer;
    transition: all 0.4s ease;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.icon-circle {
    padding: 20px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #0b7b43;
   
}

.info-card h5 {
    font-size: 20px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}
.info-card:hover {
    background: #0b7b43;
}

.info-card:hover h6 {
   color: #fff;
}


.animate-card {
    opacity: 0;
    transform: translateX(120px);
    transition: all 0.8s ease;
}

/* SHOW */
.animate-card.show {
   animation: slideRight 0.8s ease forwards;
}


@keyframes slideRight{
    from{
        opacity: 0;
        transform: translateX(-80px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

/* DELAY ONE BY ONE */
.col-lg-4:nth-child(1) .animate-card {
    animation-delay: 0.1s;
}

.col-lg-4:nth-child(2) .animate-card {
    animation-delay: 0.2s;
}

.col-lg-4:nth-child(3) .animate-card {
    animation-delay: 0.3s;
}

.col-lg-4:nth-child(4) .animate-card {
    animation-delay: 0.4s;
}

.col-lg-4:nth-child(5) .animate-card {
    animation-delay: 0.5s;
}

.col-lg-4:nth-child(6) .animate-card {
    animation-delay: 0.6s;
}
/* ICON ANIMATION */
.info-card:hover .icon-circle img {
    transform: scale(1.1) rotate(5deg);
}

.icon-circle img {
    transition: all 0.4s ease;
}

/* ===================== VISUAL GUIDE ===================== */


.guide-slider .slick-slide {
    padding: 0 12px;
}

.visual-guide {
    background: #eef6f1;
}

.guide-sub {
    text-align: center;
    color: #777;
    margin-bottom: 40px;
}

.guide-card {
    background: #1a8053;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    height: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
}

.guide-card:hover {
    background: #fff;
    color: #0b7b43;
}
.guide-card img {
    transition: 0.3s ease;
}

.guide-card:hover img {
    filter: brightness(0) saturate(100%)
            invert(42%) sepia(96%)
            saturate(424%)
            hue-rotate(95deg)
            brightness(92%)
            contrast(90%);
}
.guide-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.guide-icon {
    font-size: 65px;
    margin-bottom: 20px;
}

.guide-card h5 {
    font-size: 22px;
    line-height: 1.5;
}


/* common arrow style */
.slick-prev,
.slick-next {
    width: 45px !important;
    height: 45px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    z-index: 10;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 40%;
}



/* hover */
.slick-prev:hover,
.slick-next:hover {
    background: #1e7f4f;
    border: 1px solid white;
}



/* hover arrow icon */
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

/* position */
.slick-prev {
    left: -45px !important;
}

.slick-next {
    right: -45px !important;
}

/* dots */
.slick-dots li button:before {
    font-size: 10px;
    color: #999;
}

.slick-dots li.slick-active button:before {
    color: #1e7f4f;
}


.custom-arrow:hover img {
   filter: brightness(0) invert(1); 
}

/* .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.custom-arrow img {
    width: 35px;
    height: 35px;
} */


/* ===================== VISUAL GUIDE INDICATORS ===================== */

.custom-indicators {
    bottom: -60px;
}

.custom-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    background: #cfcfcf !important;
    border: none !important;
}

.custom-indicators .active {
    background: #0b7b43 !important;
}

/* ===================== VISUAL GUIDE BUTTONS ===================== */

#guideCarousel .carousel-control-prev,
#guideCarousel .carousel-control-next {
    width: 55px;
}

#guideCarousel .carousel-control-prev-icon,
#guideCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    padding: 22px;
}

/* ===================== FOOTER ===================== */

.footer {
    background: #1a8053;
    color: #fff;
    padding: 20px 0 15px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}



.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 15px;
    margin-top: 15px;
    font-size: 14px;
}



.chatbot-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: var(--primary-green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
}

/* RESET SLICK DOTS */
.slick-dots {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
 
/* DOT ITEM */
.slick-dots li {
    margin: 0;
    padding: 0;
}
 
/* DOT BUTTON */
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e6e6;
    border: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
 
/* ACTIVE DOT */
.slick-dots li.slick-active button {
    background: #0b7b43 ;
    transform: scale(1.3);
}
 
/* HOVER EFFECT */
.slick-dots li button:hover {
    background: #333;
}


/* ===================== RESPONSIVE ===================== */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

@media(max-width:991px) {

    .hero-slider,
    .hero-slider img {
        height: 420px;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-content p {
        font-size: 22px;
    }

    .portal-ar {
        font-size: 65px;
    }

    .portal-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 32px;
    }

    .guide-card {
        min-height: 220px;
    }

    .guide-icon {
        font-size: 50px;
    }

    .guide-card h5 {
        font-size: 18px;
    }

    .navbar-toggler {
        border: none;
        box-shadow: none !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

  
    .mobile img {
        max-width: 285px;
    }
}

@media(max-width:767px) {

    .logo-title {
        font-size: 16px;
    }

    .hero-slider,
    .hero-slider img {
        height: 300px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .portal-ar {
        font-size: 50px;
    }

    .portal-title {
        font-size: 26px;
    }

    .section-title {
        font-size: 26px;
    }

    .info-card {
        flex-direction: column;
        text-align: center;
    }

    .guide-card {
        min-height: 200px;
        padding: 35px 15px;
    }

    .guide-icon {
        font-size: 50px;
    }

    .guide-card h5 {
        font-size: 18px;
    }

    .footer-bottom {
        text-align: center;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    #guideCarousel .carousel-control-prev,
    #guideCarousel .carousel-control-next {
        display: none;
    }
   
    .slick-prev, .slick-next {
    display: none !important;
	}
	
	.innerheader{height:160px; margin-bottom: 25px;}
	
}