/*--------------------------------------------------------------------- 
CSS Variables 
---------------------------------------------------------------------*/
:root {
    --primary-color: #3a7bd5;
    --primary-gradient: linear-gradient(to right, #8cc166 0%, #0d757a 100%);
    --secondary-color: #6a11cb;
    --secondary-gradient: linear-gradient(45deg, var(--primary-color), #007bff);
    --accent-color: #04921c;
    --accent-hover: #FF5252;
    --accent-secondary: #4ECDC4;
    --bg-color-gradient: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    --bg-color-button: linear-gradient();
    --dark-color: #2C3E50;
    --light-color: #f8f9fa;
    --section-title: linear-gradient(135deg, #0a3a81, #489df1);
    --warning-color: #FFD93D;
    --danger-color: #FF6B6B;
    --success-color: #6BCF7F;
    --text-color: #2C3E50;
    --text-light: #7b92a9;
    --text-white: #ffffff;
    --shadow-color: rgba(0, 0, 0, 0.15);
    --overlay-color: rgba(42, 62, 80, 0.9);
    --transition-speed: 0.4s;
    --border-radius: 20px;
    --glass-bg: rgba(179, 255, 0, 0.1);
    --glass-border: rgba(255, 255, 255, 0.18);
    --white: #ffffff;
    --gradient-primary: linear-gradient(135deg, #036865 0%, #0d757a 50%, #4ECDC4 100%);
    --transition-speed: 0.3s;
}

/*--------------------------------------------------------------------- 
Skeleton & Base Styles 
---------------------------------------------------------------------*/
* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    flex-wrap: wrap;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

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

:focus {
    outline: 0;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------------- 
Utility Classes 
---------------------------------------------------------------------*/
.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.padding_left_15 {
    padding-left: 15px;
}

.margin_top90 {
    margin-top: 90px;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

/*--------------------------------------------------------------------- 
Banner Section 
---------------------------------------------------------------------*/
.banner_section {
    margin-top: 40px;
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.container-index {
    margin: 125px auto;
    padding-bottom: 0px;
    max-width: 75%;
    margin: 0 auto;
    padding: 0 20px;
}

.banner_taital {
    width: 90%;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    color: #28454e;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 5px 3px 2px rgba(105, 103, 103, 0.1);
    padding-right: 30px;
}

.banner_taital span {
    color: var(--secondary-color);
    font-weight: 700;
}

.banner_text {
    width: 80%;
    font-size: clamp(1rem, 4vw, 1.1rem);
    color: #28454e;
    float: left;
    margin-left: 0px;
    margin-bottom: 30px;
    line-height: 1.6;
    padding-right: 30px;
}

.started_text {
    width: 180px;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.started_text a {
    width: 100%;
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    background-color: rgba(0, 198, 170, 0.1);
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgb(206, 141, 0);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.started_text a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(206, 141, 0);
    transition: all 0.3s ease;
    z-index: -1;
}

.started_text a:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.started_text a:hover:before {
    left: 0;
}

.started_text a:active {
    transform: scale(0.95);
}

.play_icon {
    margin-top: 10px;
}

.play_icon img {
    max-width: 100px;
    opacity: 0.7;
    transition: all 0.3s ease;
    border-radius: 70%;
    padding: 5px;
}

.play_icon img:hover {
    opacity: 4;
    transform: scale(1.2);
    background-color: rgba(0, 198, 170, 0.1);
}

.video-container {
    position: absolute;
    top: -200px;
    left: -280px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    opacity: 120%;
}

#banner_slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.banner_img {
    height: 50vh;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.banner_img img:hover {
    transform: scale(1.05);
}

#banner_slider a.carousel-control-prev {
    left: -15px;
    top: 263px;
    color: #252525;
}

#banner_slider a.carousel-control-next {
    right: -15px;
    top: 263px;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 40px;
    color: #00c8ac;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #252525;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: white;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-caption h5 {
    font-family: 'clamp';
    font-weight: 300;
    font-size: 30px;
    color: rgb(255, 255, 255);
    padding-bottom: 0px;
}

/*--------------------------------------------------------------------- 
Section Titles 
---------------------------------------------------------------------*/
.section-title {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
    color: var(--section-title);
}

.section-title h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    color: var(--section-title);
    z-index: 2;
}

.section-title span {
    position: absolute;
    top: 4px;
    color: color-mix(in srgb, var(--heading-color), transparent 95%);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1;
}

.section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------------- 
Hero Section 
---------------------------------------------------------------------*/
.hero {
    width: 100%;
    max-height: 80vh;
    position: relative;
    padding: 120px 0 60px 0;
    display: flex;
    align-items: center;
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.hero h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    padding-top: 10px;
}

.hero p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
}

.hero .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: var(--default-color);
    font-weight: 600;
}

.hero .btn-watch-video i {
    color: var(--accent-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover {
    color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
    color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------------- 
Services Section 
---------------------------------------------------------------------*/
.layout_padding {
    padding: 80px 0;
}

.services_section {
    width: 100%;
    background: var(--bg-color-gradient);
    min-height: 80vh;
}

/* Alternatif 2: Custom spacing tanpa mengganggu Bootstrap grid */
.services-left-content {
    padding-right: 1.5rem;
}

.services-right-content {
    padding-left: 1.5rem;
    margin-left: 100px;
}

.services_taital {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--text-color-dark);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.2;
    background: var(--section-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services_text {
    font-size: 1.1rem;
    color: var(--text-color-light);
    margin-bottom: 35px;
    line-height: 1.8;
}

.readmore_btn {
    margin-top: 30px;
}

.readmore_btn a {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(45deg, var(--primary-color), #007bff);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
}

.readmore_btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 198, 170, 0.3);
}

.readmore_btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #007bff, var(--primary-color));
    transition: var(--transition);
    z-index: -1;
}

.readmore_btn a:hover::before {
    left: 0;
}

.total_section {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    position: relative;
    overflow: hidden;
}

.total_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--primary-gradient);
}

.total_label {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--text-color-dark);
    margin-bottom: 20px;
}

.total_count {
    font-size: clamp(3rem, 6vw, 4rem);
    font-weight: 800;
    background: linear-gradient(45deg, var(--primary-color), #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(0, 198, 170, 0.05);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.services_row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.services_box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    padding: 10px 5px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;

    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    -ms-transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.services_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.services_box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(163, 245, 109, 0.15);
    border-color: var(--primary-gradient);
}

.services_box:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}


.fashion_text {
    padding-top: 10px;
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services_box img {
    max-width: 70px;
    height: auto;
    object-fit: fill;
    margin: 20px 0;
    transition: var(--transition);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.services_box:hover img {
    transform: scale(1.1) rotate(5deg);
}

.report_count {
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(45deg, #007bff, var(--primary-color));
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.services_box_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services_box_overlay.active {
    display: flex;
    opacity: 1;
}

.services_box_zoom {
    background: white;
    padding: 50px;
    border-radius: 25px;
    text-align: center;
    max-width: 600px;
    width: 90%;
    transform: scale(0.7);
    transition: var(--transition);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
}

.services_box_overlay.active .services_box_zoom {
    transform: scale(1);
}

.services_box_zoom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(45deg, var(--primary-color), #007bff);
    border-radius: 25px 25px 0 0;
}

.services_box_zoom h2 {
    color: var(--text-color-dark);
    margin-bottom: 20px;
    font-size: 2rem;
}

.services_box_zoom p {
    color: var(--text-color-light);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.services_box_zoom img {
    max-width: 150px;
    margin: 20px 0;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.close-overlay {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--text-color-light);
    cursor: pointer;
    transition: var(--transition);
}

.close-overlay:hover {
    color: var(--primary-color);
    transform: rotate(90deg);
}

/* Mobile Responsive - Bootstrap Compatible */
@media (max-width: 768px) {

    .services-left-content,
    .services-right-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .services_row {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }

    .services_box {
        padding: 20px 15px;
    }

    .services_box img {
        max-width: 60px;
        height: 60px;
    }

    .report_count {
        width: 35px;
        height: 35px;
        font-size: 0.8rem;
    }

    .services_box_zoom {
        padding: 30px;
        width: 95%;
    }
}

@media (max-width: 480px) {
    .services_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .fashion_text {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------------- 
Card Menu Section 
---------------------------------------------------------------------*/
.card-menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
    color: #333;
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.slider-controls h2 {
    margin: 0;
    color: #333;
}

.slider-buttons {
    display: flex;
    gap: 10px;
}

.slider-button {
    background-color: #4a6fa5;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.slider-button:hover {
    background-color: #3a5780;
}

.slider-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.card-container {
    margin-top: 10px;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 10px 5px;
}

.card {
    flex: 0 0 280px;
    background-color: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    text-align: center;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-icon {
    background-color: #e6f4ea;
    color: #218838;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #222;
}

.card p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.card-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.card-link:hover {
    border-color: var(--accent-color);
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.pagination-dot.active {
    background-color: #4a6fa5;
}

/*--------------------------------------------------------------------- 
Stats Section 
---------------------------------------------------------------------*/
.stats-section {
    padding: 3rem 0;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin: 2rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.section-header h2 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.section-header h2:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    color: var(--section-title);
    bottom: -10px;
    left: 20%;
    border-radius: 2px;
}

.section-header p {
    color: var(--dark-text);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 1rem;
}

.stat-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-top: 5px solid var(--primary-color);
    position: relative;
    cursor: pointer;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.stat-card .icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    background-color: rgba(60, 110, 113, 0.1);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.stat-card:nth-child(2) .icon {
    color: var(--secondary-color);
    background-color: rgba(112, 174, 110, 0.1);
}

.stat-card:nth-child(3) .icon {
    color: var(--accent-color);
    background-color: rgba(244, 116, 59, 0.1);
}

.stat-card:nth-child(4) .icon {
    color: #6C5B7B;
    background-color: rgba(108, 91, 123, 0.1);
}

.stat-card h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0.5rem 0;
    color: var(--dark-text);
}

.stat-card p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0;
}

.stat-card .counter {
    font-weight: 800;
    font-size: 2.5rem;
    color: var(--primary-color);
}

.stat-card:nth-child(2) .counter {
    color: var(--secondary-color);
}

.stat-card:nth-child(3) .counter {
    color: var(--accent-color);
}

.stat-card:nth-child(4) .counter {
    color: #6C5B7B;
}

/*--------------------------------------------------------------------- 
Overlay Styles 
---------------------------------------------------------------------*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.overlay-content {
    background-color: white;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 2rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.overlay-content .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #f0f0f0;
    transition: all 0.2s;
}

.overlay-content .close-btn:hover {
    background-color: #e0e0e0;
}

.overlay-content h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 10px;
}

.overlay-content.reports {
    border-top: 5px solid var(--primary-color);
}

.overlay-content.villages {
    border-top: 5px solid var(--secondary-color);
}

.overlay-content.banks {
    border-top: 5px solid var(--accent-color);
}

.overlay-content.regions {
    border-top: 5px solid #6C5B7B;
}

.overlay-content.reports h3 {
    color: var(--primary-color);
}

.overlay-content.villages h3 {
    color: var(--secondary-color);
}

.overlay-content.banks h3 {
    color: var(--accent-color);
}

.overlay-content.regions h3 {
    color: #6C5B7B;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.data-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.data-table tr:hover {
    background-color: #f1f1f1;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.info-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.info-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--dark-text);
}

.progress-wrapper {
    margin: 1.5rem 0;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress {
    height: 10px;
    border-radius: 5px;
}

/*--------------------------------------------------------------------- 
Blog Section 
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- 
Enhanced Video Gallery Section Styles
---------------------------------------------------------------------*/

Video Gallery Section Container #video-gallery {
    background: linear-gradient(135deg, #f8fffe 0%, #e8f5f3 100%);
    position: relative;
    overflow: hidden;
}

#video-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 48, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

/* Enhanced Blog Section Styling */
#video-gallery .blog_section {
    background: var(--bg-color-gradient);
    position: relative;
    z-index: 1;
}

/* Modern Title Styling */
#video-gallery .blog_taital {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3d72 50%, #0f2847 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 3rem;
    text-shadow: none;
}

#video-gallery .blog_taital::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #28454e, #00c8ac);
    border-radius: 2px;
}

/* Enhanced Carousel Container */
#video-gallery #main_slider {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Video Card Enhanced Styling */
#video-gallery .col-md-4 {
    padding: 15px;
    transition: transform 0.3s ease;
}

#video-gallery .col-md-4:hover {
    transform: translateY(-5px);
}

/* Enhanced Blog Image Container */
#video-gallery .blog_img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #f0f0f0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#video-gallery .blog_img:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Enhanced Video Thumbnail */
#video-gallery .video-thumbnail {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}

#video-gallery .thumbnail-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    background: linear-gradient(45deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    overflow: hidden;

}

#video-gallery .thumbnail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
    border-radius: 15px;
}

#video-gallery .video-thumbnail:hover .thumbnail-container img {
    transform: scale(1.08);
    filter: brightness(0.9);
}

/* Enhanced Play Overlay */
#video-gallery .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

#video-gallery .play-overlay i {
    font-size: 2rem;
    color: #28454e;
    margin-left: 3px;
    /* Optical alignment for play icon */
    transition: all 0.3s ease;
}

#video-gallery .video-thumbnail:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.15);
    background: rgba(40, 69, 78, 0.95);
    box-shadow: 0 12px 35px rgba(40, 69, 78, 0.4);
}

#video-gallery .video-thumbnail:hover .play-overlay i {
    color: white;
    transform: scale(1.1);
}

/* Gradient Overlay for Better Text Readability */
#video-gallery .video-thumbnail::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(40, 69, 78, 0.7) 0%, transparent 100%);
    pointer-events: none;
    border-radius: 0 0 15px 15px;
    z-index: 1;
}

/* Enhanced Number Badge */
#video-gallery .number_text {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #28454e 0%, #1a2f35 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(40, 69, 78, 0.3);
    z-index: 2;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

#video-gallery .col-md-4:hover .number_text {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(40, 69, 78, 0.4);
}

/* Enhanced Report Title */
#video-gallery .report_title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 0 10px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: 20px;
}

#video-gallery .col-md-4:hover .report_title {
    color: #28454e;
}

/* Enhanced Location Text */
#video-gallery .report_location {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#video-gallery .report_location i {
    color: #28454e;
    font-size: 1rem;
}

/* Enhanced Button Container */
#video-gallery .callnow_btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: auto;
    width: fit-content;
    margin-left: 0px;
}

/* Enhanced Chat Button */
#video-gallery .chat_bt {
    flex: 1;
    min-width: 120px;
}

#video-gallery .chat_bt a {
    display: block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #e8f5f3 0%, #d4f1ec 100%);
    color: #28454e;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

#video-gallery .chat_bt a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #28454e 0%, #1a2f35 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

#video-gallery .chat_bt a:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(40, 69, 78, 0.3);
}

#video-gallery .chat_bt a:hover::before {
    left: 0;
}

/* Enhanced Call Button */
#video-gallery .call_bt {
    flex: 1;
    min-width: 120px;
}

#video-gallery .call_bt a {
    display: block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #28454e 0%, #1a2f35 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(40, 69, 78, 0.2);
    position: relative;
    overflow: hidden;
}

#video-gallery .call_bt a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00c8ac 0%, #00a693 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

#video-gallery .call_bt a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 69, 78, 0.4);
}

#video-gallery .call_bt a:hover::before {
    left: 0;
}

#video-gallery .call_bt.active a {
    background: linear-gradient(135deg, #00c8ac 0%, #00a693 100%);
    box-shadow: 0 6px 20px rgba(0, 200, 172, 0.3);
}

/* Enhanced Carousel Controls */
#video-gallery #main_slider .carousel-control-prev,
#video-gallery #main_slider .carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0.8;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    top: 50%;
    transform: translateY(-50%);
}

#video-gallery #main_slider .carousel-control-prev {
    left: -30px;
}

#video-gallery #main_slider .carousel-control-next {
    right: -30px;
}

#video-gallery #main_slider .carousel-control-prev:hover,
#video-gallery #main_slider .carousel-control-next:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    background: rgba(40, 69, 78, 0.95);
}

#video-gallery #main_slider .carousel-control-prev i,
#video-gallery #main_slider .carousel-control-next i {
    font-size: 1.5rem;
    color: #28454e;
    transition: color 0.3s ease;
}

#video-gallery #main_slider .carousel-control-prev:hover i,
#video-gallery #main_slider .carousel-control-next:hover i {
    color: white;
}

/* Card Container Enhancement */
#video-gallery .carousel-item {
    padding: 20px 0;
}

#video-gallery .carousel-item .row {
    margin: 0 -15px;
}

/* Loading State for Images */
#video-gallery .thumbnail-container img {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

#video-gallery .thumbnail-container img[src] {
    animation: none;
    background: none;
}

/* Responsive Design */
@media (max-width: 992px) {
    #video-gallery .col-md-4 {
        margin-bottom: 2rem;
    }

    #video-gallery #main_slider .carousel-control-prev,
    #video-gallery #main_slider .carousel-control-next {
        display: none;
    }

    #video-gallery .blog_taital {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    #video-gallery .col-md-4 {
        padding: 10px;
    }

    #video-gallery .play-overlay {
        width: 60px;
        height: 60px;
    }

    #video-gallery .play-overlay i {
        font-size: 1.5rem;
    }

    #video-gallery .callnow_btn {
        flex-direction: column;
        gap: 8px;
    }

    #video-gallery .chat_bt,
    #video-gallery .call_bt {
        width: 100%;
    }

    #video-gallery .blog_taital {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    #video-gallery .number_text {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: 10px;
        left: 10px;
    }

    #video-gallery .play-overlay {
        width: 50px;
        height: 50px;
    }

    #video-gallery .play-overlay i {
        font-size: 1.2rem;
    }

    #video-gallery .report_title {
        font-size: 1.1rem;
    }

    #video-gallery .chat_bt a,
    #video-gallery .call_bt a {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* Focus States for Accessibility */
#video-gallery .chat_bt a:focus,
#video-gallery .call_bt a:focus {
    outline: 3px solid rgba(0, 200, 172, 0.5);
    outline-offset: 2px;
}

#video-gallery #main_slider .carousel-control-prev:focus,
#video-gallery #main_slider .carousel-control-next:focus {
    outline: 3px solid rgba(40, 69, 78, 0.5);
    outline-offset: 2px;
}

/* Smooth Transitions */
#video-gallery * {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Print Styles */
@media print {

    #video-gallery #main_slider .carousel-control-prev,
    #video-gallery #main_slider .carousel-control-next {
        display: none !important;
    }

    #video-gallery .play-overlay {
        display: none !important;
    }
}

/*--------------------------------------------------------------------- 
Map Container 
---------------------------------------------------------------------*/
.map-section {
    padding: 80px 20px;
    min-height: 100vh;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-header.floating {
    animation: fadeInUp 0.8s ease-out;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Container Index - Main Map Container */
.container-index {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    padding: 20px;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

/* Map Filter Styles */
.map-filter {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 12px;
    box-shadow: var(--shadow);
    z-index: 1000;
    border: 1px solid var(--border-color);
}

.map-filter select {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    background-color: var(--white);
    min-width: 180px;
    cursor: pointer;
    transition: var(--transition);
}

.map-filter select:hover {
    border-color: var(--primary-color);
}

.map-filter select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Map Container */
#map {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg, #e3f2fd 0%, #f3e5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed var(--border-color);
    transition: var(--transition);
}

#map.pulse {
    animation: pulse 2s infinite;
}

#map:hover {
    border-color: var(--primary-color);
    background: linear-gradient(45deg, #dbeafe 0%, #f3e8ff 100%);
}

/* Info Box Styles */
.info-box {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--shadow);
    max-width: 320px;
    z-index: 1000;
    border: 1px solid var(--border-color);
    display: block;
}

.info-box-content {
    color: var(--text-dark);
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Legend Styles */
.legend {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 15px;
    box-shadow: var(--shadow);
    line-height: 1.6;
    color: var(--text-dark);
    border: 1px solid var(--border-color);
}

.legend h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
}

.legend-item {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.legend i {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    opacity: 0.9;
}

/* Leaflet Map Customizations */
.leaflet-control-zoom {
    border-radius: 10px !important;
    box-shadow: var(--shadow) !important;
    overflow: hidden;
    border: 1px solid var(--border-color) !important;
}

.leaflet-control-zoom a {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: var(--text-dark) !important;
    font-weight: 600;
    transition: var(--transition);
    border: none !important;
}

.leaflet-control-zoom a:hover {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}

/* Popup Styles */
.marker-popup {
    padding: 8px;
}

.marker-popup h4 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 8px;
}

.marker-popup p {
    margin: 8px 0;
    color: var(--text-dark);
    font-size: 14px;
    line-height: 1.5;
}

.marker-popup .coordinates {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 12px;
    font-family: 'Fira Code', monospace;
    background-color: var(--bg-gray);
    padding: 8px;
    border-radius: 6px;
    border-left: 3px solid var(--primary-color);
}

.leaflet-popup-content-wrapper {
    border-radius: 12px !important;
    box-shadow: var(--shadow-lg) !important;
    border: 1px solid var(--border-color) !important;
}

.leaflet-popup-tip {
    box-shadow: var(--shadow) !important;
}

.leaflet-popup-content {
    margin: 20px !important;
    min-width: 220px;
}

.leaflet-control-attribution {
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    border: 1px solid var(--border-color) !important;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .map-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .container-index {
        padding: 15px;
    }

    .map-filter,
    .info-box {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .map-filter {
        text-align: center;
    }

    .map-filter select {
        width: 100%;
    }

    #map {
        height: 400px;
    }

    .info-box {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }

    .container-index {
        padding: 10px;
    }

    #map {
        height: 350px;
    }
}

/*--------------------------------------------------------------------- 
Footer Section 
---------------------------------------------------------------------*/
.footer_section {
    width: 100%;
    float: left;
    background-color: #28454e;
    height: auto;
    padding-bottom: 65px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #00c6aa;
}

.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fffcfc;
    padding-top: 10px;
}

.useful_text {
    padding-top: 30px;
}

.footer_section_2 {
    padding-top: 20px;
}

.location_text a {
    color: #fffcfc;
}

.location_text a:hover {
    color: #f4d739;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #28454e;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 5px;
    width: 43px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #e0fdf9;
    color: #252525;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #28454e;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #00c6aa;
}

/*--------------------------------------------------------------------- 
Media Queries 
---------------------------------------------------------------------*/
@media (max-width: 992px) {
    .d-flex.flex-wrap {
        flex-direction: column !important;
    }

    .stat-card {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .stat-card h3 {
        font-size: 2rem;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 993px) {
    .stat-card {
        max-width: 250px;
    }
}

@media (max-width: 768px) {

    .banner_taital,
    .banner_text {
        padding-right: 0;
    }

    .services_box_container {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
    }

    .services_box:nth-child(1),
    .services_box:nth-child(2),
    .services_box:nth-child(3),
    .services_box:nth-child(4),
    .services_box:nth-child(5) {
        transform: none;
    }

    .card {
        flex: 0 0 260px;
    }

    .services_container {
        flex-wrap: wrap;
    }

    .services_box {
        flex: 0 0 48%;
        margin-bottom: 10px;
    }

    .thumbnail-container {
        padding-top: 75%;
    }

    .play-overlay {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    #map {
        height: 450px;
    }

    .info-box {
        max-width: 200px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 640px) {
    .hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title span {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .services_box {
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .services_box_container {
        grid-template-columns: 1fr;
    }

    .card {
        flex: 0 0 240px;
    }
}