/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21-Feb-2026, 7:20:08 am
    Author     : Raimech_Aero
*/
@media (min-width: 992px)
{
.footer_info_main{
    display: flex;
    width:100%;
}
.footer_main{
    display: flex;
    height:250px;
}
.googlemap{
width: 100%;
  display: block    
}

  .gmap{
    width: 100%;
  display: block
}

.googlemap iframe{
    padding:5%;
}
.footer_head
{
    text-align: center;
}

.footer_list{
    display:block;
    width:100%;
}

.footer_logo img{
     width:100%;
}

.footer{
    background-color: hsl(30,10%,15%);
    display:block;
}

.company{
    color:white;
}

.seasons{
    color:white;
}

.support{
    color:white;
}

.footer_head{
    color:white;
}
.cure{
    color:white;
}

.footer_logo {
    display:block;
    width:100%;
}
.logo{
width: 100%;
  display: block;
 
  }
  
.logo img 
{
    width: 70%;
    margin: 15%;
    border-radius: 15%;
    background: rgba(255,255,255);
}

.google_main{
    display:block;
}

.googlemap{
    display:flex;
    border-radius:8%;
}

iframe{
    width:100%;
   border-radius:90px;
    height:150px;
}

.break_up{
   border-width: 1px;
  border-style: solid;
  height:1px;
  border-left:none;
  border-right:none;
 background: radial-gradient( circle at 100%, #1C1C1C 20%, #494949 17%, #e4e4e4 75%, #060606 89% );
margin-left:200px;
opacity:1;
}

.copyrights_text{
    color:white;
    text-align:center;
    font-size:20px;
    font-family:"roboto";
}
.dandd
{
    color:#b3aaaa;
    text-align:center;
    font-size: 15px;
   
}
copyrights a {
  color: inherit;
  text-decoration: none;
}

a:link {
  color: white;
}



.copyrights{
   background-color: hsl(30,10%,15%);
   margin:0%;
   padding-top: 2%;
   height: 100px;
}
.margin_left_fix{
    margin-left: 24%;
}
}

@media (max-width:991px)
{
.footer{
    background-color: hsl(30,10%,15%);
    display:block;
    height: auto;
}
.footer_info{
     
}
.footer_info_main{
    display: block;
   
    width:100%;
    left:auto;
    right: auto;
}
.footer_main{
    display: block;
   
}
.footer_logo
{
   
}
.footer_logo img{
     width:100%;
}
.logo {
    display: block;
    width: 100%;

}

.logo img {
    width: 70%;
    margin: 15%;
    border-radius: 15%;
    background: rgba(255,255,255);
  
}

.info{
    display:block;
    text-align: center;
}

.footer_head{
    color:white;
    text-align: center;
}
.cure {
	color: white;
	width: 80vw;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

.seasons{
    display: block;
    
}
.footer_list{
    display: flex;
}
.list_center {
	list-style-type: none;
	text-align: center;
	margin-left: auto;
	display: flex;
	color: #ffffff;
	gap: 5%;
	margin-right: auto;
}
.footer_list ul{
   font-size: 1.2rem;
   width:100vw;
}

.googlemap{
width: 100%;
  display: block    
}

.gmap {
	width: 80vw;
	display: block;
	margin-left: 10vw;
}

.google_main{
    display:block;
}
.copyrights{
   width: 100vw;
   background-color: hsl(30,10%,15%);
   margin:0%;
   padding-top: 2%;
   height: 100px;
}
.copyrights_text{
    color:white;
    text-align:center;
    font-size:.875rem;
    font-family:"roboto";
}
.dandd{
     color:white;
    text-align:center;
    font-size:.875rem;
    font-family:"roboto"; 
}
.copyrights a {
  color: #ffffff;
  text-decoration: none;
}
}