/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
div#state-info-container ul {
    list-style: none;
    padding: 0;
    color: #000;
}

div#state-info-container ul a {
    color: #000;
}
div#state-info-container h4 {
	color: #003366;
	text-align: center;
	font-weight: 700;
	font-family: "Kumbh Sans", Sans-serif;
	font-size: 22px;
}
    #laa-map-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: stretch;
        }

        #laa-map {
            flex: 1;
            height: 800px;
            min-width: 300px;
        }

        #laa-states {
            width: 40%;
            background: #009ddc;
            color: white;
            border-radius: 8px;
            padding: 20px;
            font-family: sans-serif;
        }

        #laa-states h2 {
            font-size: 20px;
            margin-bottom: 20px;
            color: white;
            text-transform: uppercase;
            text-align: center;
        }

        .state-button {
            margin: 6px;
            padding: 9px 3px;
            background: white;
            color: #009ddc;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            min-width: 80px;
            text-align: center;
            transition: background 0.3s;
        }

        .state-button:hover {
            background: #f1f1f1;
        }
        #laa-states-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.state-button {
    padding: 10px 14px;
    background: white;
    color: #009ddc;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s;
}
.state-button:hover {
    background: #f1f1f1;
}
leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}
#state-info-container {
	margin-top: 40px;
}
.location-head {
	display: flex;
	justify-content: space-around;
}
.state_sec h3, .contact_us h3, .visit_sec h3 {
	background: #003366;
	color: #FFF;
	font-size: 15px;
	padding: 20px 35px;
	border-radius: 30px 40px 0px 30px;
}
.state-info-box{
background-color: #eaf4ea;
  border-radius: 20px;
  padding: 20px;
}

.location-head div,
.state-info-box div {
    min-width: 220px;
    text-align: center;
}
@media(max-width:767px){
.state_sec h3, .contact_us h3, .visit_sec h3 {
	padding: 15px 20px;
}
.state-info-box {
	text-align: center;
}
.location-head {
        flex-direction: column;
    }
  #laa-states {
            width: 100%;} 
  #laa-states-buttons {
	display: inline;
}          
}
@media(min-width:768px){
.state-info-box{
  display: flex;
  justify-content: space-around;
}
}
@media(min-width:768px) and (max-width:991px){
#laa-map-container {
	display: inline-block;
	width: 100%;
}
#laa-map {
	min-width: 100%;
}
#laa-states {
	width: 100%;
}
}
@media(min-width:992px) and (max-width:1024px){
.state-button {
	margin: 0px;
}
.state-button {
	padding: 10px 10px;
	font-size: 12px;
}
}
@media(min-width:1025px) and (max-width:1250px){
.state-button {
	margin: 2px;
}
#laa-states {
	width: 45%;
}
}