﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic&family=Noto+Sans+Arabic:wght@300&family=Roboto:wght@300;400&display=swap');


/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
/* Declare a CSS variable for color */
:root {
    --primary-color: #236333; /* Define your color value here */
    --secondary-color: #6fb86e;
    --tertiary-color: #96e595;
    --background-light: #f8fafc;
    --text-dark: #1e293b;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --header-height: 280px; /* Adjust based on your hero header height */
    --dna-font-ar: 'Noto Kufi Arabic', sans-serif !important;
}
 
 
html {
    scroll-behavior: smooth;
    position: relative;
 
    min-height: 100%;
    /*padding-bottom: 100px;*/
}
.hero-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
}
 
body {
    
    overflow-x: hidden;
    background-color: white;
}
/* Custom CSS to override Bootstrap's container  */


/* Bootstrap container width overrides */
/* Bootstrap container width overrides */
@media (min-width: 576px) {
    .container {
        max-width: 540px; /* instead of 540px */
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px; /* instead of 720px */
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px; /* instead of 960px */
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px; /* instead of 1140px */
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px; /* instead of 1320px */
    }
}
/*@media (min-width: 576px) {
    .container {
        max-width: 600px;*/ /* instead of 540px */
    /*}
}

@media (min-width: 768px) {
    .container {
        max-width: 800px;*/ /* instead of 720px */
    /*}
}

@media (min-width: 992px) {
    .container {
        max-width: 1080px;*/ /* instead of 960px */
    /*}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;*/ /* instead of 1140px */
    /*}
}

@media (min-width: 1400px) {
    .container {
        max-width: 1680px;*/ /* instead of 1320px */
    /*}
}*/

/* Applies to medium screens and up (≥768px) */

p {
    
    margin-top: 10px;
    margin-bottom: 10px;
    color:var(--primary-color);
}
span,
a {
    display: inline-block ;
    text-decoration: none !important;
    transition: all 0.4s ease !important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
}
abbr
{
    border-bottom:solid 1px #2fbf92;
    text-decoration:none !important;
}
h1 {
    font-size: 50px;
    color: #B58F4F !important;
    margin-bottom:1.5rem;
}

h2 {
    font-size: 40px !important;
    color: #B58F4F !important;
}

h3 {
    font-size: 30px !important;
    color: #405444 !important;
}

h4 {
    font-size: 25px !important;
    color: #B58F4F !important;
}

h5 {
    font-size: 20px !important;
    color: #B58F4F !important;
}

h6 {
    font-size: 16px !important;
    color: #B58F4F !important;
}

.start-border-para {
    border-inline-start: 2px solid #B58F4F; /* logical start border */
    padding-inline-start: 15px; /* space between line and text */
    font-weight: 300;
    font-size: 1.2rem;
}

/*Page Header*/
 
.dna-header {
    width: 100%;
    padding-top: 101px;
}
.full-height-minus-header {
    height: calc(100vh - 101px) !important; /* 100% of viewport height minus 80px */
}
.half-height-minus-header {
    height: calc(60vh - 101px) !important; /* 100% of viewport height minus 80px */
}
.dna-header-content {
    background-color: #405444;
    color: white;
     
    padding-left: 50px;
    padding-right: 50px;
    
}
/* Increase padding-top and padding-bottom for medium and large screens */
@media (min-width: 768px) {
    .dna-header-content {
        padding-top: 150px; /* Increased top padding for md and lg screens */
        padding-bottom: 150px !important; /* Increased bottom padding for md and lg screens */
    }
}


.dna-header-content-vm {
    padding-bottom: 0px !important;
    background-color: #405444;
    color: white;
  
    
    
}
    .dna-header-content h2, .dna-header-content-vm h2 {
        color: white;
    }

.dna-header-content p, .dna-header-content-vm p{
    color: white !important;
    text-align: justify
}

@media (max-width: 767px) {
    .dna-header-content {
     
        padding-bottom: 50px;
        padding-left: 5px;
        padding-right: 5px
    }
    h1 {
        font-size: 40px;
         
    }

}

    /*Page Header |End*/
    .page-title {
        background-color: transparent;
        text-align: center;
        margin: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 20px;
    }

        .page-title h1 {
            position: relative;
            font-size: 2em;
            letter-spacing: 1px;
            /* text-transform: uppercase;*/
            display: inline-block;
            padding: 0 0 5px 0;
        }

    /* Keyframes for the zoom-out animation */
    @keyframes zoomOut {
        from {
            transform: translate(-50%, -50%) scale(1);
        }

        to {
            transform: translate(-50%, -50%) scale(0);
        }
    }

    /*Keyframes for the zoom-in animation*/
    @keyframes zoomIn {
        0% {
            transform: scale(1);
            opacity: 0;
        }

        100% {
            transform: scale(1.2);
            opacity: 1;
        }
    }

    .page-title h1:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 4px;
        background-color: #c3914f; /* Set the color of the underline */
        border-radius: 2px;
    }


    @media (max-width: 767px) {

        .page-title {
            margin-top: 100px;
        }

            .page-title h1 {
                position: relative;
                font-size: 1.2em;
            }

        h3 {
            font-size: 20px;
        }

        h4 {
            font-size: 18px;
        }

        h5 {
            font-size: 16px;
        }

        h6 {
            font-size: 14px;
        }
    }

    .box-white {
        margin: auto;
        background-color: white;
        padding: 15px;
        border: 10px solid darkgreen;
    }


    .site-card {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }

    .control-group {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    * {
        margin: 0;
        padding: 0;
    }

    .navbar-toggler:focus,
    a:focus,
    input:focus,
    textarea:focus,
    button:focus,
    .btn:focus,
    .btn.focus,
    .btn:not(:disabled):not(.disabled).active,
    .btn:not(:disabled):not(.disabled):active {
        text-decoration: none;
        outline: none;
        outline: none !important;
        border-color: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .form-check-input:checked {
        background-color: darkgreen;
        border-color: darkgreen;
    }

    .form-group {
        margin-bottom: 24px;
    }

    .form-control, .form-select {
        height: 56px;
        font-size: 1rem;
        border-radius: 0.375rem;
        font-weight: 300;
    }

    .form-label {
        font-weight: 200;
        color: #333;
    }

    .btn-custom {
        background-color: #c3914f;
        border-color: #c3914f;
        color: #fff;
        height: 64px;
        width: 100%;
        max-width: 400px;
    }

        .btn-custom:hover {
            background-color: #a87c40 !important; /* slightly darker for hover */
            border-color: #a87c40;
            color: #fff;
        }

        .btn-custom:focus,
        .btn-custom:active {
            background-color: #916c36;
            border-color: #916c36;
            color: #fff;
            box-shadow: 0 0 0 0.25rem rgba(195, 145, 79, 0.5);
        }

    .drop-zone {
        border: 2px dashed #adb5bd;
        border-radius: 0.5rem;
        padding: 30px;
        text-align: center;
        cursor: pointer;
        /*  background-color: #f8f9fa;*/
        color: #6c757d;
    }

        .drop-zone.dragover {
            background-color: #e2e6ea;
            border-color: #0d6efd;
        }

        .drop-zone .file-preview {
            margin-top: 10px;
            font-size: 0.95rem;
            color: #495057;
        }

        .drop-zone .remove-btn {
            margin-left: 10px;
            color: #dc3545;
            cursor: pointer;
        }

    audio,
    canvas,
    iframe,
    img,
    svg,
    video {
        vertical-align: middle;
    }



    h1,
    h2,
    h3,
    h4 {
        color: var(--secondary-color);
    }

    h5,
    h6 {
        color: var(--primary-color);
    }

        h1 a,
        h2 a,
        h3 a,
        h4 a,
        h5 a,
        h6 a {
            color: inherit;
        }


    ul,
    ol {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .mt-5 {
        margin-top: 5px;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .mt-15 {
        margin-top: 15px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-25 {
        margin-top: 25px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-35 {
        margin-top: 35px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-45 {
        margin-top: 45px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mt-55 {
        margin-top: 55px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    .mt-65 {
        margin-top: 65px;
    }

    .mt-70 {
        margin-top: 70px;
    }

    .mt-75 {
        margin-top: 75px;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .mt-85 {
        margin-top: 85px;
    }

    .mt-90 {
        margin-top: 90px;
    }

    .mt-95 {
        margin-top: 95px;
    }

    .mt-100 {
        margin-top: 100px;
    }

    .mt-105 {
        margin-top: 105px;
    }

    .mt-110 {
        margin-top: 110px;
    }

    .mt-115 {
        margin-top: 115px;
    }

    .mt-120 {
        margin-top: 120px;
    }

    .mt-125 {
        margin-top: 125px;
    }

    .mt-130 {
        margin-top: 130px;
    }

    .mt-135 {
        margin-top: 135px;
    }

    .mt-140 {
        margin-top: 140px;
    }

    .mt-145 {
        margin-top: 145px;
    }

    .mt-150 {
        margin-top: 150px;
    }

    .mt-155 {
        margin-top: 155px;
    }

    .mt-160 {
        margin-top: 160px;
    }

    .mt-165 {
        margin-top: 165px;
    }

    .mt-170 {
        margin-top: 170px;
    }

    .mt-175 {
        margin-top: 175px;
    }

    .mt-180 {
        margin-top: 180px;
    }

    .mt-185 {
        margin-top: 185px;
    }

    .mt-190 {
        margin-top: 190px;
    }

    .mt-195 {
        margin-top: 195px;
    }

    .mt-200 {
        margin-top: 200px;
    }

    .mt-205 {
        margin-top: 205px;
    }

    .mt-210 {
        margin-top: 210px;
    }

    .mt-215 {
        margin-top: 215px;
    }

    .mt-220 {
        margin-top: 220px;
    }

    .mt-225 {
        margin-top: 225px;
    }

    .mb-5 {
        margin-bottom: 5px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mb-20 {
        margin-bottom: 20px;
    }

    .mb-25 {
        margin-bottom: 25px;
    }

    .mb-30 {
        margin-bottom: 30px;
    }

    .mb-35 {
        margin-bottom: 35px;
    }

    .mb-40 {
        margin-bottom: 40px;
    }

    .mb-45 {
        margin-bottom: 45px;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .mb-55 {
        margin-bottom: 55px;
    }

    .mb-60 {
        margin-bottom: 60px;
    }

    .mb-65 {
        margin-bottom: 65px;
    }

    .mb-70 {
        margin-bottom: 70px;
    }

    .mb-75 {
        margin-bottom: 75px;
    }

    .mb-80 {
        margin-bottom: 80px;
    }

    .mb-85 {
        margin-bottom: 85px;
    }

    .mb-90 {
        margin-bottom: 90px;
    }

    .mb-95 {
        margin-bottom: 95px;
    }

    .mb-100 {
        margin-bottom: 100px;
    }

    .mb-105 {
        margin-bottom: 105px;
    }

    .mb-110 {
        margin-bottom: 110px;
    }

    .mb-115 {
        margin-bottom: 115px;
    }

    .mb-120 {
        margin-bottom: 120px;
    }

    .mb-125 {
        margin-bottom: 125px;
    }

    .mb-130 {
        margin-bottom: 130px;
    }

    .mb-135 {
        margin-bottom: 135px;
    }

    .mb-140 {
        margin-bottom: 140px;
    }

    .mb-145 {
        margin-bottom: 145px;
    }

    .mb-150 {
        margin-bottom: 150px;
    }

    .mb-155 {
        margin-bottom: 155px;
    }

    .mb-160 {
        margin-bottom: 160px;
    }

    .mb-165 {
        margin-bottom: 165px;
    }

    .mb-170 {
        margin-bottom: 170px;
    }

    .mb-175 {
        margin-bottom: 175px;
    }

    .mb-180 {
        margin-bottom: 180px;
    }

    .mb-185 {
        margin-bottom: 185px;
    }

    .mb-190 {
        margin-bottom: 190px;
    }

    .mb-195 {
        margin-bottom: 195px;
    }

    .mb-200 {
        margin-bottom: 200px;
    }

    .mb-205 {
        margin-bottom: 205px;
    }

    .mb-210 {
        margin-bottom: 210px;
    }

    .mb-215 {
        margin-bottom: 215px;
    }

    .mb-220 {
        margin-bottom: 220px;
    }

    .mb-225 {
        margin-bottom: 225px;
    }

    .pt-5 {
        padding-top: 5px;
    }

    .pt-10 {
        padding-top: 10px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pt-25 {
        padding-top: 25px;
    }

    .pt-30 {
        padding-top: 30px;
    }

    .pt-35 {
        padding-top: 35px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .pt-45 {
        padding-top: 45px;
    }

    .pt-50 {
        padding-top: 50px;
    }

    .pt-55 {
        padding-top: 55px;
    }

    .pt-60 {
        padding-top: 60px;
    }

    .pt-65 {
        padding-top: 65px;
    }

    .pt-70 {
        padding-top: 70px;
    }

    .pt-75 {
        padding-top: 75px;
    }

    .pt-80 {
        padding-top: 80px;
    }

    .pt-85 {
        padding-top: 85px;
    }

    .pt-90 {
        padding-top: 90px;
    }

    .pt-95 {
        padding-top: 95px;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .pt-105 {
        padding-top: 105px;
    }

    .pt-110 {
        padding-top: 110px;
    }

    .pt-115 {
        padding-top: 115px;
    }

    .pt-120 {
        padding-top: 120px;
    }

    .pt-125 {
        padding-top: 125px;
    }

    .pt-130 {
        padding-top: 130px;
    }

    .pt-135 {
        padding-top: 135px;
    }

    .pt-140 {
        padding-top: 140px;
    }

    .pt-145 {
        padding-top: 145px;
    }

    .pt-150 {
        padding-top: 150px;
    }

    .pt-155 {
        padding-top: 155px;
    }

    .pt-160 {
        padding-top: 160px;
    }

    .pt-165 {
        padding-top: 165px;
    }

    .pt-170 {
        padding-top: 170px;
    }

    .pt-175 {
        padding-top: 175px;
    }

    .pt-180 {
        padding-top: 180px;
    }

    .pt-185 {
        padding-top: 185px;
    }

    .pt-190 {
        padding-top: 190px;
    }

    .pt-195 {
        padding-top: 195px;
    }

    .pt-200 {
        padding-top: 200px;
    }

    .pt-205 {
        padding-top: 205px;
    }

    .pt-210 {
        padding-top: 210px;
    }

    .pt-215 {
        padding-top: 215px;
    }

    .pt-220 {
        padding-top: 220px;
    }

    .pt-225 {
        padding-top: 225px;
    }

    .pb-5 {
        padding-bottom: 5px;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .pb-20 {
        padding-bottom: 20px;
    }

    .pb-25 {
        padding-bottom: 25px;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .pb-35 {
        padding-bottom: 35px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .pb-45 {
        padding-bottom: 45px;
    }

    .pb-50 {
        padding-bottom: 50px;
    }

    .pb-55 {
        padding-bottom: 55px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    .pb-65 {
        padding-bottom: 65px;
    }

    .pb-70 {
        padding-bottom: 70px;
    }

    .pb-75 {
        padding-bottom: 75px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pb-85 {
        padding-bottom: 85px;
    }

    .pb-90 {
        padding-bottom: 90px;
    }

    .pb-95 {
        padding-bottom: 95px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }

    .pb-105 {
        padding-bottom: 105px;
    }

    .pb-110 {
        padding-bottom: 110px;
    }

    .pb-115 {
        padding-bottom: 115px;
    }

    .pb-120 {
        padding-bottom: 120px;
    }

    .pb-125 {
        padding-bottom: 125px;
    }

    .pb-130 {
        padding-bottom: 130px;
    }

    .pb-135 {
        padding-bottom: 135px;
    }

    .pb-140 {
        padding-bottom: 140px;
    }

    .pb-145 {
        padding-bottom: 145px;
    }

    .pb-150 {
        padding-bottom: 150px;
    }

    .pb-155 {
        padding-bottom: 155px;
    }

    .pb-160 {
        padding-bottom: 160px;
    }

    .pb-165 {
        padding-bottom: 165px;
    }

    .pb-170 {
        padding-bottom: 170px;
    }

    .pb-175 {
        padding-bottom: 175px;
    }

    .pb-180 {
        padding-bottom: 180px;
    }

    .pb-185 {
        padding-bottom: 185px;
    }

    .pb-190 {
        padding-bottom: 190px;
    }

    .pb-195 {
        padding-bottom: 195px;
    }

    .pb-200 {
        padding-bottom: 200px;
    }

    .pb-205 {
        padding-bottom: 205px;
    }

    .pb-210 {
        padding-bottom: 210px;
    }

    .pb-215 {
        padding-bottom: 215px;
    }

    .pb-220 {
        padding-bottom: 220px;
    }

    .pb-225 {
        padding-bottom: 225px;
    }

    .img-bg {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

 /*   @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container {
            width: 450px;
        }
    }*/

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .section {
            padding-bottom: 60px;
        }
    }

    @media (max-width: 767px) {
        .section {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .dna-col {
            display: flex !important;
            justify-content: center !important;
        }
    }

    /* Section Title */
    .section-title {
        text-align: center;
        margin-bottom: 80px;
        padding: 0 300px;
        position: relative;
        z-index: 5;
    }

        .section-title h3 {
            font-size: 15px;
            display: block;
            margin-bottom: 8px;
            color: darkgreen;
            text-transform: uppercase;
        }

        .section-title h2 {
            font-size: 34px;
            margin-bottom: 25px;
            line-height: 42px;
            text-transform: capitalize;
            position: relative;
        }

        .section-title p {
            font-size: 15px;
        }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .section-title {
            padding: 0px 200px;
            margin-bottom: 70px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .section-title {
            padding: 0px 20px;
            margin-bottom: 70px;
        }

            .section-title h3 {
                font-size: 14px;
            }

            .section-title h2 {
                font-size: 24px;
                line-height: 32px;
                margin-bottom: 20px;
            }

            .section-title p {
                font-size: 14px;
            }
    }

    @media (max-width: 767px) {
        .section-title {
            padding: 0px 10px;
            margin-bottom: 60px;
        }

            .section-title h3 {
                font-size: 14px;
            }

            .section-title h2 {
                font-size: 20px;
                line-height: 30px;
                margin-bottom: 18px;
            }

            .section-title p {
                font-size: 14px;
            }
    }

    .section-title.align-right {
        padding: 0;
        padding-left: 600px;
    }

        .section-title.align-right h2:before {
            display: none;
        }

        .section-title.align-right h2:after {
            position: absolute;
            right: 0;
            bottom: -1px;
            height: 2px;
            width: 50px;
            background: var(--primary-color);
            content: "";
        }

    .section-title.align-left {
        padding: 0;
        padding-right: 600px;
    }

        .section-title.align-left h2:before {
            left: 0;
            margin-left: 0;
        }

    .scroll-top {
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #405444;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #fff !important;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
         border:2px solid #B58F4F;
        border-radius: 22px;
        text-align: center;
    }

        .scroll-top:hover {
            -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
            box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
            -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
            background-color: #B58F4F;
            border: 3px solid #405444;
        }
    /* Overlay */
    .overlay {
        position: relative;
        z-index: 1;
    }

        .overlay::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.4;
            background: #081828;
            content: "";
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            z-index: -1;
        }

    .align-left {
        text-align: left;
    }

    .align-right {
        text-align: right;
    }

    .align-center {
        text-align: center;
    }

    /* Preloader */
    .preloader {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        background: #fff url("../images/logo/logo.svg") fixed;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*======================================
	Start Header CSS
========================================*/

    .header {
        width: 100%;
        background: white;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99999 !important;
    }




    .add-list-button {
        display: inline-block;
        margin-left: 10px;
    }

        .add-list-button .btn i {
            font-size: 14px;
            display: inline-block;
            margin-right: 5px;
        }

    /*======================================
     End Header CSS
  ========================================*/
    /*======================================
    Hero Area CSS
========================================*/

    .page-area {
        position: relative;
        padding: 150px 0 00px 0;
    }


    @-webkit-keyframes pulse-border {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            opacity: 0;
        }
    }

    /*======================================
    Features Area CSS
========================================*/
    .features {
        background-color: #fff;
    }

    .alternate-features {
        background-color: white;
    }

    .features .section-title {
        margin-bottom: 30px;
    }

    .feature-end {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

.features .single-feature {
    padding: 35px;
    background-color: #fff;
    border-radius: 32px;
    position: relative;
    margin-top: 30px;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    /* Add this ↓ */
    max-width: 320px; /* or whatever fixed width works for your design */
    width: 100%; /* still responsive */
}

        .features .single-feature:hover {
           /* -webkit-box-shadow: 0px 3px 5px #00000017;
            box-shadow: 0px 3px 5px #00000017;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);*/
        }

        .features .single-feature i {
            height: 60px;
            width: 60px;
            line-height: 60px;
            text-align: center;
            display: inline-block;
            background-color: var(--primary-color);
            color: #fff;
            font-size: 20px;
            border-radius: 7px;
            -webkit-box-shadow: 0px 4px 6px #0000002a;
            box-shadow: 0px 4px 6px #0000002a;
            margin-bottom: 30px;
        }

        .features .single-feature h3 {
            font-size: 18px;
            margin-bottom: 20px;
        }

    .members .single-feature {
        width: 450px; /* now you can use 100% safely */
        height: 120px; /* adjust as needed */
        border-radius: 12px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        color: white;
    }

        .members .single-feature img {
            max-width: 150px; /* makes image bigger but not huge */
            max-height: 150px; /* control vertical size */
            object-fit: contain;
            display: block;
        }

    .card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

.card-with-bg {
    background-image: url('../images/gcom_website.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 600px;
    height: 400px;
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
   
}

    .gcom-content-container {
        padding: 30px;
        color: white;
        text-align: center;
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
    }

    .gcom-title {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .gcom-subtitle {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 1.6;
        max-width: 300px;
        white-space: normal;
        margin: 0 auto;
        text-align: center;
    }

    .hbtn {
        display: inline-block;
        margin-top: 20px;
    }

    .hbtn,
    .gcom-button .hbtn {
        display: inline-block;
        margin-top: 20px;
        color: #FFFFFF; /* white text */
        border: 2px solid #FFFFFF; /* white border */
        background: transparent; /* transparent background */
        padding: 10px 20px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 32px;
        transition: all 0.3s ease;
    }

        .hbtn:hover,
        .gcom-button .hbtn:hover {
            background-color: rgba(255, 255, 255, 0.2); /* subtle white hover */
            color: #FFFFFF;
        }

    .custom-chair-image {

        object-fit: cover; /* Ensures the image fills the area without distortion */
        max-width: 100%; /* Ensures it doesn't overflow on small screens */
    }


    /*======================================
	Error 404 CSS
========================================*/
    .error-area {
        height: 100vh;
        text-align: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        position: relative;
    }

    .d-table {
        width: 100%;
        height: 100%;
    }

    .d-table {
        display: table !important;
    }

    .d-table-cell {
        vertical-align: middle;
    }

    .d-table-cell {
        display: table-cell !important;
    }

    .error-area .error-content h1 {
        font-size: 100px;
        color: darkgreen;
        margin-bottom: 25px;
        line-height: 100px;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .error-area .error-content h1 {
            font-size: 60px;
            line-height: 50px;
        }
    }

    @media (max-width: 767px) {
        .error-area .error-content h1 {
            font-size: 45px;
            line-height: 30px;
        }
    }

    .error-area .error-content h2 {
        font-size: 25px;
        margin-bottom: 10px;
        color: #081828;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .error-area .error-content h2 {
            font-size: 22px;
        }
    }

    @media (max-width: 767px) {
        .error-area .error-content h2 {
            font-size: 18px;
        }
    }

    .error-area .error-content p {
        margin-bottom: 40px;
        color: #888;
    }

    .custom-badge--info {
        background-color: #6298bb; /* default */
    }

    .custom-badge--resource {
        background-color: #ffc107;
    }

    .custom-badge--report {
        background-color: #28a745;
    }

    .res.single-feature img {
        filter: brightness(60%); /* darken image */
        transition: filter 0.3s ease;
    }

        .res.single-feature img:hover {
            filter: brightness(100%); /* restore on hover */
        }

    /* Responsive: smaller screens */
    @media (max-width: 768px) {
        .slide-caption {
            max-width: 90%;
            bottom: 20px;
            left: 20px;
            padding: 15px;
        }

            .slide-caption h2 {
                font-size: 1.5rem;
            }

            .slide-caption p {
                font-size: 0.9rem;
            }

        /* Overlay positioning inside .single-feature */
        .single-feature {
            position: relative; /* container for absolute badge */
        }
    }
    /*======================================
	Footer CSS
========================================*/
    .custom-footer {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-height: 450px;
        padding-top: 100px;
    }

    .footer-left {
        background-color: #e9eeec;
        flex: 1 1 50%;
        display: flex;
        justify-content: center; /* center entire content block */
        align-items: center; /* vertically center */
        padding: 40px;
        text-align: left;
    }

    .footer-contact {
        max-width: 400px;
        width: 100%;
    }

    .contact-text {
        color: #405444;
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    /* Social icons — just icons */
    .social-media-section a {
        font-size: 24px;
        color: #405444;
        margin-right: 16px;
        text-decoration: none;
    }

        .social-media-section a:hover {
            color: #2f3c2e;
        }

    /* Contact Us button */
    .contact-button {
        display: inline-block;
        background-color: #405444;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: lighter;
        padding: 15px 30px;
        margin: 0px 0px 20px 0px;
        border-radius: 32px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .contact-button:hover {
            background-color: #d5dbd8;
            color: #2f3c2e;
        }

    /* RIGHT SIDE */
    .footer-right {
        background-color: #405444;
        flex: 1 1 50%;
        color: #FFFFFF;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Align content to the left */
        text-align: left; /* Text aligned left */
    }


        .footer-right h5 {
            color: #FFFFFF;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .footer-right a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .footer-right a:hover {
                text-decoration: underline;
            }

        .footer-right ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-right li {
            margin-bottom: 8px;
        }

    .footer-bottom {
        background-color: #FFFFFF;
        color: #777;
        text-align: center; /* ✅ Centers text horizontally */
        padding: 50px; /* ✅ Top and bottom space */
        font-size: 14px;
        display: flex;
        justify-content: center; /* ✅ Extra safety for centering */
        align-items: center;
    }

    .custom-breadcrumb {
        background: transparent; /* remove gray background */
        margin: 0;
        padding: 0;
        font-weight: 300;
        border: none;
    }

        .custom-breadcrumb .breadcrumb-item a {
            color: #fff; /* white links */
            text-decoration: none;
        }

            .custom-breadcrumb .breadcrumb-item a:hover {
                text-decoration: underline;
            }

        .custom-breadcrumb .breadcrumb-item.active {
            color: lightgray !important; /* muted white for active item */
            font-weight: 100 !important;
        }

        .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin: 0 0.5rem;
            font-size: 0.9rem;
        }

        /* Insert bootstrap chevron-right icon */
        .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "›"; /* Unicode for bi-chevron-right */
            font-family: "bootstrap-icons";
            color: #fff;
        }


    .org {
        display: none;
    }

    .TelerikModalOverlay {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
    }


    .required {
        color: red;
    }

        .required::after {
            content: "\00a0";
        }

    .form-group label {
        font-size: 1em !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        color: var(--primary-color) !important;
    }


    /*Hero page header style*/
    .hero-page-header {
        margin-top: 120px;
        position: relative;
        height: 30vh; /* Adjust the height to your preference */
        overflow: hidden;
        background-color: #fff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('../images/banner.jpg');
        background-size: cover;
        background-position: center;
    }

    .hero-page-header-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }

    .hero-page-header-content {
        text-align: center;
        max-width: 600px;
        padding: 0 10px;
        z-index: 1;
        animation: fadeInUp 1s both;
    }

    .hero-page-header h1 {
        font-size: 3rem;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .hero-page-header p {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    /* Responsive font sizes for smaller devices */
    @media screen and (max-width: 768px) {
        .hero-page-header h1 {
            font-size: 2.5rem;
        }

        .hero-page-header p {
            font-size: 1rem;
        }
    }



    /*Gradients*/
    .bg-gradient-danger {
        background: -webkit-gradient(linear, left top, right top, from(#ffbf96), to(#fe7096)) !important;
        background: linear-gradient(to right, #ffbf96, #fe7096) !important;
    }

    .bg-gradient-info {
        background: -webkit-gradient(linear, left top, right top, from(#90caf9), color-stop(99%, #047edf)) !important;
        background: linear-gradient(to right, #90caf9, #047edf 99%) !important;
    }

    .bg-gradient-success {
        background: -webkit-gradient(linear, left top, right top, from(#84d9d2), to(#07cdae)) !important;
        background: linear-gradient(to right, #84d9d2, #07cdae) !important;
    }

    .bg-gradient-dna1 {
        background: -webkit-gradient(linear, left top, right top, from(#90caf9), to(#8163c2)) !important;
        background: linear-gradient(to right, #90caf9, #8163c2) !important;
    }

    .bg-gradient-dna2 {
        background: -webkit-gradient(linear, left top, right top, from(#9bf3d9), to(#0e7a59)) !important;
        background: linear-gradient(to right, #9bf3d9, #0e7a59) !important;
    }

    .bg-gradient-dna3 {
        background: -webkit-gradient(linear, left top, right top, from(#e9ed91), to(#7c810c)) !important;
        background: linear-gradient(to right, #e9ed91, #7c810c) !important;
    }

    .card-img-absolute {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .card .card-body p {
        line-height: 2em;
    }

    .card .card-header {
        padding: 5px;
        padding-block-start: 20px;
        padding-inline-start: 20px;
    }

    .objective-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px; /* Adjust the gap between blocks */
        max-width: 100%; /* Adjust this value as per your layout */
        margin: 0 auto; /* To center the container on the page */
        position: relative;
    }

    .objective-block {
        border: none !important;
        border-radius: 10px; /* Add rounded corners */
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* Add a bit of shadow */
        padding: 10px; /* Add padding around the content inside the block */
        /* Media query for small screens */
        position: relative;
    }

    .objective-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        position: relative; /*Relative positioning for the image bulge effect */
    }

    .objective-image {
        margin-top: -90px;
        border-radius: 50%; /* Add a round border around the image */
        border: 4px solid #fff; /* Add a white border to the image */
        margin-bottom: 10px; /* Add some space between the image and the content */
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Add a bit of shadow to the image */
        /* Bulge the image upward */
        /* position: absolute;
            top: -50%;
            left: 50%;
            transform: translate(-50%, 0);*/
    }

    .objective-text {
        margin-top: 20px;
    }

    @media screen and (max-width: 768px) {
        .objective-container {
            grid-template-columns: repeat(2, 1fr); /* On smaller screens, show two blocks per row */
        }
    }

    .two-line-label {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal; /* Use 'normal' or 'nowrap' depending on your requirements */
        width: 100%; /* Set a specific width for the label */
        line-height: 1.8em;
        text-align: center;
        min-height:3.6em;
    }

    .res {
        padding: 0px !important;
        box-shadow: 0 3px 3px rgb(0 0 0 / 0.2);
        background: #efefef;
        padding: 10px 15px;
        margin-bottom: 20px;
        transition: all .3s ease-in-out;
        width: 100%;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
        font-size: 14px;
        max-width:320px;
    }

        .res .img {
            width: 100%;
            height: 300px;
            border-radius: 32px 32px 0 0;
        }

        .res .details {
            margin-bottom: 20px;
            transition: all .3s ease-in-out;
            width: 100%;
        }


    .event-image {
        border-radius: 15px;
        border: 2px solid white;
        height: 300px;
    }
        /* Flashing */
        .event-image:hover {
            opacity: 1;
            -webkit-animation: flash 1.5s;
            animation: flash 1.5s;
        }

    @-webkit-keyframes flash {
        0% {
            opacity: .4;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes flash {
        0% {
            opacity: .4;
        }

        100% {
            opacity: 1;
        }
    }


    /*Pre header style*/

    .content-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .col-right {
        display: flex;
        flex-direction: row;
    }

    .col-left {
        display: flex;
        flex-flow: row;
    }

    a.top-option {
        color: white;
    }

        a.top-option:hover {
            color: var(--primary-color);
        }

    .lang-button {
        color: white;
        font-weight: 700;
        font-size: 1em;
        margin: 0;
        padding: 0;
    }



    .pre-header a {
        transition: all .3s ease-in-out;
    }

    .pre-header {
        background-color: var(--secondary-color);
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .sitemap {
        color: #fff;
        font-size: 25px;
    }

        .sitemap:visited, a.sitemap:hover {
            color: #fff !important;
        }

    .col-right .color-contrast {
        font-size: 25px;
    }
    /*Menu bar*/
    nav .nav-link {
        color: #405444;
        font-size: 1.1em;
        font-weight: normal;
        letter-spacing: .05em;
        margin-inline-end: 10px;
        transition: color 0.3s ease; /* Add transition for text color */
    }

        nav .nav-link:hover {
            color: var(--tertiary-color) !important;
        }

    /*Home page elements*/

    .goal-image {
        width: 80px;
        height: 80px;
        margin-top: -90px;
        border-radius: 50%; /* Add a round border around the image */
        border: 4px solid #00a884; /* Add a white border to the image */
        margin-bottom: 10px; /* Add some space between the image and the content */
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Add a bit of shadow to the image */
    }

    .goal {
        position: relative;
        background-color: #ebebeb;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .resources {
        position: relative;
        background-color: #ebebeb;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .news {
        position: relative;
        background-color: white;
        /* background-image: url('../assets/images/goals/banner_c.png');*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .members {
        position: relative;
        background-color: #E8EEEB;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .announcement {
        position: relative;
        /*background-color: #00a884;*/
        /*background-image: url('../assets/images/logo/dna_logo_short_op.png');*/
        background-position: center;
        background-size: 20%;
        background-repeat: no-repeat;
        z-index: 1;
    }


    .scene {
        position: relative;
        background-color: transparent;
        background-image: url('../images/goals/banner_c.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }



    .objective-content {
        width: 100%;
    }

    .objective-container {
        width: 100%;
    }

    .goal-img-absolute {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .member-image {
        display: block;
        margin-top: 0;
        margin-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: white;
        padding: 25px;
        width: 130px;
        height: 130px;
    }

    .member {
        text-align: center !important;
        vertical-align: middle;
    }

        .member img {
            width: 100%;
        }

    /*@media (max-width: 767px) {
        #announcement {
            margin-top: 75px;
        }
    }*/
    /*Slide Show*/

    .rigDescription {
        display: none;
    }


    .rigToolsWrapper {
        display: block;
        width: 100%;
        vertical-align: middle;
    }

    .rigDescriptionBox {
        display: block !important;
        max-width: 50%;
        margin: auto;
        text-align: center;
        background-color: transparent !important;
    }

    @media (max-width: 767px) {
        .rigDescriptionBox {
            max-width: 100%;
        }

        .rigTitle {
            font-size: 30px !important;
            margin: 30px;
        }
    }

    .RadImageGallery::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #6fb86e5e;
        /*background: -webkit-linear-gradient(#6fb86e5e, #00613387), url("../images/logo/dna_logo_short_op.png");
    background: linear-gradient(#6fb86e5e, #00613387), url("../images/logo/dna_logo_short_op.png");*/
        background: -webkit-linear-gradient(#6fb86e5e, #00613387);
        background: linear-gradient(#6fb86e5e, #00613387);
        background-size: 110%;
        background-position-x: left;
        background-position-y: top;
        background-repeat: no-repeat;
    }

    .slideshow {
        height: 100vh;
    }

    .more-media {
        color: #405444;
        margin-top: 25px;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }