/*
	Theme Name: Elegento Theme
	Theme URI: http://elegento.com/
	Description: The 2nd official Elegento theme
	Version: 1.0
	Author: Elegento Team <info@elegento.com> 
	Author URI: mailto: info@elegento.com
	Tags: Design Minimal, Design

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------HOME PAGE--------------*/

body {
    margin: 0;
    padding: 0;
    font-family: "Geologica", sans-serif;
    font-weight: 300;
}
input, textarea, select, button {
    font-family: "Geologica", sans-serif;
}
p {
    font-size: 16px;
    line-height: 1.8;
}
figcaption {
    font-size: 12px;
    font-style: italic;
    color: #c1c1c1;
    border-top: 1px solid;
    padding-top: 10px;
    margin-bottom: 40px;
}
details {
    border-width: 0;
    padding: 20px;
    background-color: #f6f6f6;
    margin: 10px 0;
}
summary {
    font-weight: 500;
    font-size: 18px;
}
.btn-primary {
    background: linear-gradient(45deg, rgba(53, 36, 122, 1) 0%, rgba(29, 146, 169, 1) 100%);
    color: #fff;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 14px;
    text-decoration: none;
    transition: .3s all ease;
    font-size: 14px;
}
.btn-primary:hover {
    filter: brightness(1.2);
}
.btn-white {
    background: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
    transition: .3s all ease;
}
.btn-white:hover {
    background: #fff;
    color: #000;
}
.double-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.btn-blur {
    backdrop-filter: blur(20px);
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 15px 25px;
    border-radius: 14px;
    text-decoration: none;
    transition: .3s all ease;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    box-shadow: -10px 20px 80px rgba(0,0,0,0.4);
}
.btn-blur:hover {
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2) );
}
.btn-link {
    color: #2F4187;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .3s all ease;
}
.btn-link span {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s all ease;
}
.btn-link span:after {
    content: '';
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    transform: rotate(45deg);
    display: block;
    width: 5px;
    height: 5px;
    left: -20px;
    position: relative;
    transition: .3s all ease;
    opacity: 0;
}

.btn-link:hover {
    color: #43c1cb;
}

.btn-link:hover span:after {
    left: 0;
    opacity: 1;
}
.btn-link:hover span {
    border-color: #43c1cb;
}

nav.breadcrumbs {
    font-size: 12px;
    font-weight: normal;
}
nav.breadcrumbs a {
    text-decoration: none;
    color: #000000;
    transition: .3s all ease;
}
nav.breadcrumbs a:hover {
    text-decoration: none;
    color: #43c1cb;
}
.wpcf7-response-output {
    background: #85ffd2;
    font-size: 11px;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #0d0d0d;
    font-weight: 500;
    display: inline-flex;
    font-style: italic;
}



.input[type="file"] {
    display: none; /* Or use opacity: 0; for better accessibility */

}
input[type="file"] {
    font-size: 18px;
    font-weight: 500;
}

input[type="file"]::file-selector-button {
    background-color: transparent;
    color: white;
    padding: 0.5em 1em;
    cursor: pointer;
    border:1px solid #fff;
    display: inline-flex;
    border-radius: 20px;
    width: 80px;
    height: 80px;
    position: relative;
    opacity: .3;
    transition: .3s all ease;
    font-size: 10px;
    font-weight: normal;
    margin-right: 20px;
    white-space: break-spaces;
    text-transform: uppercase;
}
input[type="file"]::file-selector-button:hover {
    opacity: 1;
}

.checkbox span,
.checkbox  p {
    margin: 0;
    display: block;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox span a {
    font-weight: normal;
    text-decoration: none;
    color: #43c1cb;
}

.default-template .wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.default-template h1 {
    font-weight: 500;
    font-size: 3rem;
    margin: 0;
    color: #000000;
}

.default-template-header {
    background-image: linear-gradient(to right, #d1e3e8, #d5d5ff, #e2dfea, #bae2f9);
    color: #000;
}

.default-template-header .wrapper {
    padding-top: 140px;
}

.entry-featured-image img {
    max-width: 100%;
}

.elegento-form input {
    background: transparent;
    outline: none;
    box-shadow: none;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 0.3);
    display: block;
    min-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: .3s all ease;
}
.elegento-form textarea {
    background: transparent;
    outline: none;
    box-shadow: none;
    border-width: 0 0 1px 0;
    border-color: rgba(255, 255, 255, 0.3);
    display: block;
    height: 140px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: .3s all ease;
}
.elegento-form input:focus,
.elegento-form textarea:focus {
    border-color: rgba(0, 0, 0, 1);
}



.elegento-form input.btn.btn-elegento {
    background: #43c1cb;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 25px;
    color: white;
    border: none;
    font-weight: 500;
    margin-top: 40px;
}
.elegento-form span input:not([type="checkbox"]),
.elegento-form span textarea {
    width: 100%;
    color: #000;
}
.classic-heading {
    width: 640px;
    max-width: 100%;
    box-sizing: border-box;
}
.classic-heading h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #43c1cb;
    font-weight: 500;
}
.classic-heading h2 {
    font-size: 3rem;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #100D53;
}

.back-link {
    color: #43c1cb;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

div#coming-soon-template {
    background: linear-gradient(45deg, rgba(53, 36, 122, 1) 0%, rgba(29, 146, 169, 1) 100%);
    color: white;
    height: 100vh;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}
div#coming-soon-template .wrapper {
    width: 480px;
    max-width: 100%;
}

.double-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.double-cta a {
    color: #41c3cd;
    font-weight: bold;
    text-decoration: none;
}