/*
Theme Name: Unicon Child Theme
Theme URI: http://themeforest.net/user/minti
Description: Unicon Child Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/



/*
|--------------------------------------------------------------------------
| HEADER
|--------------------------------------------------------------------------
*/
.logo img {
    max-width: 150px;
}
/*
|--------------------------------------------------------------------------
| HERO SECTION
|--------------------------------------------------------------------------
*/
.hero {
  position: relative;
  width: 100%;
}
.hero > img {
  display: block;
  width: 100%;
  height: min(70vh, 600px);
  object-fit: cover;
}
.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  pointer-events: none;
}
.hero .hero-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-inline: 1rem;
}
.hero-inner {
  max-width: 760px;
  font-size: 20px;
}
.hero .hero-container h1 {
  margin: 0 0 .5rem;
  line-height: 1.1;
  font-size: clamp(28px, 5vw, 48px);
  margin-bottom: 40px;;
}
.hero .hero-container ,
.hero .hero-container h1{
    color: #FFF;
}

/*
|--------------------------------------------------------------------------
| GENERAL STYLES
|--------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}
.section {
  font-size: 18px;
  line-height: 36px;
}
/*
|--------------------------------------------------------------------------
| CLASSICAL IMAGE SECTION
|--------------------------------------------------------------------------
*/
.classical-image-section {
  display: flex;
  gap: 40px;
}

@media screen and (min-width: 769px) {
    .classical-image-content.w-300{
        width: calc(100% - 300px);
    }
    .classical-image-content.w-200{
        width: calc(100% - 200px);
    }
    .classical-image-content.w-100{
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 767px) {
  .classical-image-section {
    flex-direction: column;
  }
    .classical-image-section img {
        width: 100%;
        height: auto;
    }
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
#footer .widget h3.footer-widget {
  font-size: 26px;
  font-weight: bold;
}
.footer-logo {
  margin-bottom: 20px;
}
.instantsubscribe-form .instantsubscribe-msg,
.instantsubscribe-form .form-input,
.instantsubscribe-form .form-btn
{
    display: block;
    width: 100%;
}
.instantsubscribe-form .form-input input[type="email"],
.instantsubscribe-form .form-btn button{
    width: calc(100% - 1.2rem);
    padding: 0.8rem 0.6rem;
    border-width:0;
}
.instantsubscribe-form .form-btn button{
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0;
    width: 100%;
    background-color: #7EEDE0;
    color:#08314A;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.contact-item i {
    width: 20px;
    text-align: center;
    margin-right: 8px;
    flex-shrink: 0; 
    margin-top: 8px;
    color:#7EEDE0;
}

.contact-item a,
.contact-item span {
    flex: 1;
}
.contact-item a:hover {
  text-decoration: underline;
}
.footer-leading {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
    #custom_html-3 {
        padding-left: 20px;
    }
    #custom_html-4,
    #custom_html-3 {
        padding-top: 40px;
    }
}