/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'Poppins-Regular';
	font-size: 14px;
}

.container{
	max-width: 1200px;
}

.et_header_style_left .logo_container{
	position: relative;
	width: auto;
	height: auto;
	padding: 20px 0;
}

.et_header_style_left .et-fixed-header .logo_container{
	padding: 10px 0;
}

#et-top-navigation{
	display: none !important;
}

.home_banner_info .et_pb_slide_title{
	border-left: 6px solid #8cbc00;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Poppins-Bold';
    font-size: 36px !important;
}

.home_banner_info .et-pb-controllers {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 10;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.home_banner_info .et-pb-controllers a{
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 10px;
	height: 10px;
	opacity: 1;
	text-indent: 20px;
	overflow: hidden;
}

.home_banner_info .et-pb-controllers a.et-pb-active-control{
	background-color: rgb(8, 119, 188);
}

.lake_table_input{
	font-size: 16px;
  	color: #202b5d;
}

.lake_table_input h6{
	font-weight: normal;
	margin: 0;
}

.lake_table_input .form-select,
.lake_table_input .form-control,
.lake_table_input .hmda-select,
.lake_table_input .hmda-input{
	border: 1px solid #c2c5d3;
  	border-radius: 6px;
  	font-size: 16px;
  	color: #202b5d;
  	height: 46px;
  	padding: 0 15px;
  	margin: 0 0 30px 0;
    width: 100%;
}
.lake_table_input .hmda-select:disabled{
	opacity: .5;
    cursor: not-allowed;
}

.lake_table_input .hmda-btn-primary{
	width: 118px;
	height: 46px;
	background-color: rgb(32, 43, 93);
	border-radius: 0;
	color: #fff;
	border: 0;
	margin: 30px 0 0 0;
}

.lake_table_filter{
	margin: 0 0 15px 0;
}

.lake_table_filter .lake_table_filterinner{
	float: right;
	color: #202b5d;
	font-size: 16px;
}

.lake_table_filter .lake_table_filterinner i{
	display: inline-block;
}

.lake_table_filter .lake_table_filterinner .form-select{
	display: inline-block;
	border: 0;
	width: auto;
}


.lake_table_list table{
	border: 1px solid #c2c4d3 !important;
	color: #202b5d;
	font-size: 14px;
	margin: 0 0 30px 0 !important;
}


.lake_table_list table thead tr th{
	background-color: #8cbc00;
	color: #fff;
	padding: 15px 10px;
	vertical-align: middle;
	font-family: 'Poppins-Medium';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}

.lake_table_list table tbody tr td{
	padding: 15px 10px;
	color: #202b5d;
	font-size: 14px;
    border-top: 1px solid #c2c4d3 !important;
    vertical-align: top;
}

.lake_table_list a{
	color: #0877bc;
	text-decoration: none;
}

.lake_table_pagination{
	float: right;
	font-family: 'Poppins-Medium';
}

.lake_table_pagination ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.lake_table_pagination ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
}

.lake_table_pagination ul li .page-link{
	border: 0;
	color: #62718d;
	border-radius: 50%;
	padding: 3px 14px;
}

.lake_table_pagination ul li .page-link.active {
  background-color: rgb(140, 188, 0);
  color: #fff;
}

.lake_table_pagination .pag_input{
	display: inline-block;
	vertical-align: middle;
	width: 58px;
  	height: 44px;
  	border-radius: 6px;
  	border: 1px solid #c2c4d3;
  	color: #62718d;
  	margin: 0 10px;
}

.lake_table_pagination p{
	display: inline-block;
	vertical-align: middle;
	color: #62718d;
	margin: 0;
}

#footer-widgets{
	display: none;
}

#footer-bottom{
	border-top: 1px solid #dddddd;
	text-align: center;
	padding: 20px 0;
}

#footer-info {
    text-align: center;
    color: #62718d;
    padding-bottom: 0;
    width: 100%;
}

/* -------------- Responsive CSS Start -------------- */

@media (max-width: 1200px) {
	.et_pb_slide,
	.home_banner_info .et-pb-controllers,
	.et_pb_row_1 {
	    padding: 0 30px;
	}
	.et_pb_row_1 {
	    width: 100%;
	}
}

@media (max-width: 979px) {
	.home_banner_info .et_pb_slide_title{
		font-size: 30px !important;
	}
}

@media (max-width: 760px) {
	.et_pb_slide, 
	.home_banner_info .et-pb-controllers, 
	.et_pb_row_1 {
        padding: 0 20px;
    }
	.home_banner_info .et_pb_slide_title{
		font-size: 20px !important;
		border: 0;
		padding: 0;
		text-align: center !important;
	}
	.et_pb_slider_0 .et_pb_slide_description, 
	.et_pb_slider_0.et_pb_slider_fullwidth_off .et_pb_slide_description {
	    padding-top: 20% !important;
	    padding-bottom: 20% !important;
	}
	.lake_table_input .search_btn,
    .lake_table_input .hmda-btn-primary{
		margin: 0 0 20px 0;
	}
	.lake_table_filter .lake_table_filterinner{
		float: left;
	}
	.lake_table_list table thead tr th,
	.lake_table_list table tbody tr td {
	    padding: 10px 5px;
	}
	.lake_table_input .form-select,
    .lake_table_input .form-control,
    .lake_table_input .hmda-select,
    .lake_table_input .hmda-input {
	    margin: 0 0 20px 0;
	}
	.lake_table_pagination{
		width: 100%;
		text-align: center;
	}
	.lake_table_pagination ul{
		display: block;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 500px) {
    .et_header_style_left #logo {
        max-width: 80% !important;
    }
}

/* -------------- Responsive CSS End -------------- */

/* --- Lakes section wrapper --- */
.hmda-lakes-section {
    /*padding: 20px 0 40px;*/
}

.hmda-lakes-inner {
    /*max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;*/
}

/* --- Filter card --- */
.hmda-filter-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 24px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
}

.hmda-filter-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
}

.hmda-filter-group {
    display: flex;
    flex-direction: column;
}

.hmda-filter-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #4b5563;
    margin-bottom: 4px;
}

/* Inputs & selects */
/*.hmda-input,
.hmda-select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 13px;
    background-color: #ffffff;
    outline: none;
    box-sizing: border-box;
}

.hmda-input:focus,
.hmda-select:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.2);
}*/

/* Search button */
.hmda-filter-actions {
    justify-content: flex-end;
    /*align-items: flex-end;*/
}

/*.hmda-btn-primary {
    width: 100%;
    padding: 9px 14px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.2s ease;
}

.hmda-btn-primary:hover {
    background: linear-gradient(135deg, #16a34a, #15803d);
    box-shadow: 0 8px 18px rgba(22, 163, 74, 0.35);
    transform: translateY(-1px);
}*/

/* Responsive filters */
@media (max-width: 1024px) {
    .hmda-filter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hmda-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .hmda-filter-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Table styling --- */
.hmda-lakes-table {
    /*width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);*/
}

.hmda-lakes-table thead th {
    /*background: #8bc53f;
    color: #fff;
    font-weight: 600;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #7fb339;*/
}

.hmda-lakes-table tbody td {
   /* padding: 9px 10px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
    color: #111827;*/
}

.hmda-lakes-table tbody tr:nth-child(odd) {
    /*background-color: #f9fafb;*/
}

.hmda-lakes-table tbody tr:hover {
    /*background-color: #ecfdf5;*/
}

/* Wrap longer text */
.hmda-lakes-table td:nth-child(4),
.hmda-lakes-table td:nth-child(5) {
    max-width: 220px;
    word-wrap: break-word;
}

/* Links in FTL/CADAS/SYNCS cells */
/*.hmda-lakes-table a {
    color: #15803d;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.hmda-lakes-table a:hover {
    text-decoration: underline;
}*/

/* --- Pagination --- */
.hmda-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 16px;
    font-size: 13px;
}

.hmda-page-link {
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    border-radius: 999px;
    padding: 5px 10px;
    min-width: 32px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
    color: #374151;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
                transform 0.05s ease;
}

.hmda-page-link:hover {
    background-color: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
    transform: translateY(-1px);
}

.hmda-page-link.is-active {
    background: #8cbc00;
    border-color: #8cbc00;
    color: #ffffff;
    font-weight: 600;
}

.hmda-page-prev,
.hmda-page-next {
    padding-inline: 12px;
    font-weight: 500;
}

.hmda-page-ellipsis {
    padding: 0 4px;
    color: #9ca3af;
}

/* Smaller pagination on mobile */
@media (max-width: 600px) {
    .hmda-pagination {
        justify-content: center;
    }
}