/*!
Theme Name: Seeoux
Theme URI: https://seeoux.com
Author: darudev
Author URI: https://darudev.it
Description: Seeoux Web Hosting Provider Italiano, WordPress Hosting
Version: 1.0.0

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
  - Color
# Base
	- Typography
	- Card
	- Elements
	- Buttons
	- Links
	- Forms
## Layouts
# Components
	- Navbar
	- Posts and pages
  - Hero
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Form Domain
  - Faq
  - Footer
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: clamp(1.8rem, 2.4vw + 1rem, 2.2rem);
  margin: 0.67em 0;
  font-weight: bold;
}

/**
  * Add the correct font weight in Edge, IE, and Safari between two lines in h1 with br
  */
h1 br {
  margin-top: 0.3em;
  content: " ";
  display: block;
}

h2 {
  font-size: clamp(1.44rem, 1.92vw + 0.9rem, 1.92rem);
}

h3 {
  font-size: clamp(1.15rem, 1.54vw + 0.8rem, 1.54rem);
}

h4 {
  font-size: clamp(0.92rem, 1.23vw + 0.7rem, 1.23rem);
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Color
--------------------------------------------- */
:root {
  --info-color: #0c8c2d;
}



/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.text--color-v {
  color: #2f1d68;
  font-weight: bold;
}

/* Regole filter per change color svg 
--------------------------------------------- */
.svg-white {
  filter: brightness(0) invert(1); /* Trasforma l'immagine in bianco */
}

.svg-blu {
  filter: invert(12%) sepia(92%) saturate(5747%) hue-rotate(174deg)
    brightness(90%) contrast(90%);
}

/* Card
--------------------------------------------- */

.card {
  border-radius: 15px; /* Angoli arrotondati */
  border: 1px solid var(--Base-Black, #000);
}
.cms .card{
  border:none;
}

.card-gradient {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.card-gradient-blu {
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

.custom-card {
  margin-bottom: 40px;
}

/* Ombra leggera al passaggio
.card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  
}
 */

.text-danger {
  color: #dc3545; /* Rosso Bootstrap */
}

.text-danger:hover {
  text-decoration: underline;
  color: #b02a37;
}

.card2 {
  border: 1px solid rgba(0,0,0,.125);
}

.card2 .card-header{
  border-bottom:0px;
}


/* Typography
--------------------------------------------- */
/* Sailec */
@font-face {
  font-family: "Sailec";
  src: url("https://seeoux.local/wp-content/themes/seeoux/assets/fonts/Sailec.ttf")
    format("truetype");
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--Body, #363636);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #00030c;
}

p {
  margin-bottom: 1.5em;
  color: #2e2e2e;
  font-size: 1.125em;
  line-height: 1.6;
}

.mini-p.no-pad {
  padding-bottom: 5px;
}
.mini-p {
  font-size: 0.938em;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.sub-mini{
  font-size: 0.700em;
  font-style: normal;
  font-size: 400;
}
.no-pad {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

.blockquote-seeoux{
  border: 1px solid #e32540;
  padding: 20px;
  position: relative;
  border-radius: 10px;
}

.blockquote-seeoux h4 {
  position: absolute;
  top: -17px;
  background: #fff;
  padding: 0 10px;
  font-weight: 700;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.pd-tb {
  padding-top: 70px;
  padding-bottom: 70px;
}

.b-v{background-color: #25165b;}
.b-v p, .b-v h2, .b-v h5{ color: #ffffff;}
.b-v .card{background-color: #2d1974;}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 80%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-block-group.is-container {
  /*max-width: 1140px;*/
  max-width: 1900px; /* modificato da 1400px */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container{
  max-width:1400px;
}


/* Buttons
--------------------------------------------- */

.wp-block-button__link {
  display: inline;
}
.btn-w {
  display: flex;
  width: 160px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--Base-Black, #000);
  box-shadow: 4px 3px 1px 0px rgba(46, 46, 46, 0.25);
}

.btn-w .wp-element-button {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.call-to-action .btn-w{
  display:inline-flex;
}
.call-to-action .container {
  max-width: 900px;
}

.bg-g.domain .btn-w {
  padding: 15px;
}

/* .domain-btn .btn {
  margin-bottom: 30px;
  margin-top: 30px;
} */

.btn-ww {
  border: 1px solid var(--Base-Black, #000);
}

.btn-ww:hover {
  transition: all 300ms ease-in;
  background-color: #d0c8ca;
  border-color: #fff;
  cursor: pointer;
}

.btn-bb {
  border: 1px solid var(--Base-Black, #fff);
  background-color: #000;
  color: #fff;
}

.btn-bb:hover {
  transition: all 300ms ease-in;
  border-color: #333333;
  background-color: #616161;
  color: #fff;
}

.element-info{
  background-color: var(--info-color);
  padding: 10px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.element-info:hover{
  color:#fff;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
}

a:hover,
a:focus,
a:active {

}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# slider img-logo home
--------------------------------------------------------------*/
/*
.slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;


  scrollbar-width: none; 
}

.slider::-webkit-scrollbar {
  display: none; 
}

.slider-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-item {
  flex: 0 0 auto;
  width: 33.33%; 
  scroll-snap-align: start;
  padding: 0 10px; 
}

.slider-item img {
  width: 100%;
  border-radius: 10px;
}
  */

  .partner-title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo-slider-wrapper {
  overflow: hidden;
  background: #fff;
}
.logo-slider {
  display: flex;
  width: calc(250px * 8); /* 8 loghi per effetto loop */
  animation: scroll-logos 20s linear infinite;
}
.logo-slide {
  flex: 0 0 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 10px;
}
.logo-slide img {
  width: 250px;
  height: 100px;
  object-fit: contain;
  filter: grayscale(0.5);
  transition: filter 0.3s;
}
.logo-slide img:hover {
  filter: grayscale(0);
}
@keyframes scroll-logos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-1000px); } /* 250px * 4 */
}
/* Responsive: 3 loghi visibili su mobile */
@media (max-width: 1199.98px) {
  .logo-slider {
    width: calc(250px * 8);
    animation: scroll-logos-mobile 20s linear infinite;
  }
  @keyframes scroll-logos-mobile {
    0% { transform: translateX(0); }
    100% { transform: translateX(-750px); } /* 250px * 3 */
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/*=== NAVBAR ===*/
ul .dropdown-menu .dropdown-item.active,
ul .dropdown-menu .dropdown-item:active {
  background-color: #e32540;
}
.dropdown-item:active {
  background-color: #e32540;
}
ul .dropdown-menu .dropdown-item:focus,
ul .dropdown-menu .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
ul .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem !important;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 1rem;
}
.dropdown-item:hover {
  background-color: transparent;
}


.navbar {
  background-color: #ffffff;
  border-bottom: 0.5px solid #d6d6d6;
}

.navbar-nav{
  gap: 20px;
}

.navbar-brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  color: #e32540;
  font-weight: 800;
}

.navbar-brand:visited {
  color: #e32540;
}
.navbar-toggler .icon-close { display: none; }
.navbar-toggler.is-open .icon-bars { display: none; }
.navbar-toggler.is-open .icon-close { display: inline-block; }

/* Opzionale: piccola animazione fade */
.navbar-toggler .icon-bars,
.navbar-toggler .icon-close {
  transition: opacity .2s ease;
}
.navbar-toggler.is-open .icon-bars { opacity: 0; }
.navbar-toggler.is-open .icon-close { opacity: 1; }


.nav-item a {
  color: #474747;
  font-weight: 400;
}

.nav-item a:hover {
  opacity: 0.8;
}
.brand {
  display: inline-block;
  font-size: 3.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #e32540;
  font-weight: 800;
  text-transform: capitalize;
}

li.nav-item {
  margin-bottom: 0px;
}


.menu-item i._mi,
.menu-item img._mi {
  border-radius: 19px;
  padding: 3px;
}
._mi.dashicons {
  border: 1px solid #727272;
}
.dashicons-format-chat::before {
  color: #bd1617;
}


/* === OFF-CANVAS MOBILE NAV === */
.mobile-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 1040; /* sotto al drawer */
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(74vw, 300px);
  background: #1f262b; /* scuro come l'esempio */
  color: #fff;
  transform: translateX(-100%);
  transition: transform .28s ease;
  z-index: 1045;
  display: flex;
  flex-direction: column;
}

.mobile-drawer.is-open { transform: translateX(0); }
.mobile-backdrop.is-visible { opacity: 1; visibility: visible; }

.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #fff;
}
.mobile-drawer__brand img { height: 40px; }
.mobile-drawer__header img { max-width: 100%;}

.mobile-drawer__close {
  background: transparent;
  border: 0;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
  padding: .25rem .5rem;
}

.mobile-drawer__nav {
  padding: .5rem 0 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
}

.mobile-drawer__nav > ul.mobile-menu { margin: 0; }

/* --- Voci menu (senza figli) --- */
.mobile-menu > li > a {
  display: block;
  padding: .875rem 1rem;
  color: #e9edef;
  text-decoration: none;
  font-weight: 500;
}
.mobile-menu > li > a:hover { background: rgba(255,255,255,.05); }

/* --- Header riga per elementi con figli: testo + caret --- */
.mobile-menu .menu-item-has-children > .mobile-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .875rem 1rem;
}
.mobile-menu .menu-item-has-children > .mobile-row:hover {
  background: rgba(255,255,255,.05);
}
.mobile-menu .menu-item-has-children > .mobile-row > a {
  flex: 1 1 auto;
  padding: 0;
  color: #e9edef;
  text-decoration: none;
  font-weight: 500;
}

/* caret vicino al testo, posizione fissa */
.mobile-subtoggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: .5rem; /* avvicina l’icona alla scritta */
  border: 0;
  background: transparent;
  color: #cfd6dc;
  line-height: 1;
}
.mobile-subtoggle .fa { transition: transform .2s ease; }
.mobile-subtoggle.is-open .fa { transform: rotate(180deg); }

/* --- Submenu sotto la riga (non influenza l’allineamento) --- */
.mobile-menu .menu-item-has-children > .dropdown-menu {
  position: static;    /* importantissimo per mobile */
  float: none;
  display: none;       /* gestito via JS */
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.mobile-menu .dropdown-menu .dropdown-item {
  padding: .6rem 1.25rem !important;
  color: #cfd6dc;
}
.mobile-menu .dropdown-menu .dropdown-item:hover {
  background: rgba(255,255,255,.06);
}

/* Navbar top (desktop) ritocchi minimi) */
.navbar { background-color: #ffffff; border-bottom: 0.5px solid #d6d6d6; }
@media (max-width: 991.98px) {
  .navbar .navbar-collapse { display: none !important; } /* evitiamo la collapse BS su mobile */
}

.breadcrumbs a, .breadcrumbs span {
  color: #363636;
  font-size: 80%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* CSS per pagine estensioni domini
* ciclo di vita domini  
*/

.domain-lifecycle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  font-family: sans-serif;
  gap: 10px;
  padding: 30px 20px;
  position: relative;
}

/* Fasi freccia */
.phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;
  position: relative;
}

.arrow {
  position: relative;
  background: #ccc;
  color: #333;
  padding: 10px 15px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  white-space: nowrap;
}

.arrow::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ccc;
}

.phase.available .arrow {
  background: #e0e0e0;
}
.phase.available .arrow::after {
  border-left-color: #e0e0e0;
}

.phase.active .arrow {
  background: #81c784;
  color: #1b5e20;
}
.phase.active .arrow::after {
  border-left-color: #81c784;
}

.phase.grace .arrow {
  background: #ffe082;
  color: #f57c00;
}
.phase.grace .arrow::after {
  border-left-color: #ffe082;
}

.phase.redemption .arrow {
  background: #ffb74d;
  color: #ef6c00;
}
.phase.redemption .arrow::after {
  border-left-color: #ffb74d;
}

.phase.pending .arrow {
  background: #ef9a9a;
  color: #c62828;
}
.phase.pending .arrow::after {
  border-left-color: #ef9a9a;
}

/* Giorni sopra */
.label-top {
  font-size: 12px;
  margin-bottom: 6px;
  text-align: center;
  font-weight: bold;
}

/* === Milestone cerchio e freccia verso il basso === */
.milestone {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  position: relative;
  margin-bottom: 10px;
}

.milestone-label {
  font-size: 12px;
  color: #333;
  text-align: center;
  margin-bottom: 6px;
  white-space: nowrap;
}

.milestone-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #a78bfa;
  margin-bottom: 4px;
}

.circle {
  width: 12px;
  height: 12px;
  border: 3px solid #a78bfa;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 779px) {
  .domain-lifecycle {
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
  }

  .phase, .milestone {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 100%;
    margin-bottom: 15px;
  }

  .arrow {
    width: auto;
    min-width: 160px;
    padding: 10px;
    border-radius: 3px;
  }

  .arrow::after {
    /* Cambia freccia da orizzontale a verticale verso il basso */
    top: auto;
    right: auto;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-bottom: none;
  }

  .phase.available .arrow::after { border-top-color: #e0e0e0; }
  .phase.active .arrow::after { border-top-color: #81c784; }
  .phase.grace .arrow::after { border-top-color: #ffe082; }
  .phase.redemption .arrow::after { border-top-color: #ffb74d; }
  .phase.pending .arrow::after { border-top-color: #ef9a9a; }

  .milestone {
    flex-direction: column;
    align-items: flex-start;
  }

  .milestone-label {
    text-align: left;
    margin-bottom: 4px;
  }

  .milestone-arrow {
    transform: rotate(0deg);
    margin-bottom: 4px;
  }

  .circle {
    margin-bottom: 0;
  }
}



/* Hero
--------------------------------------------- */

.t-header-currency{
  font-size:40px;
  font-weight: 900;
  color: #2f1d68;
}

.t-header-sati{
  font-weight: 500;
  color: #2f1d68;
}

.hero ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: 900;
  margin-right: 8px;
  color: green;
}
.wp-hero li::before {
  color: #fff;
}


.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container img {
  max-width: 80%;
  max-height: 100%;
}

.hero-wp {
  background-image: url('./assets/img/hero-wordpress.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:30px 0 30px;
  
}


.hero-drupal {
  background-image: url('./assets/img/bg-cms.png');
  padding: 30px 0 30px;
  background-size: cover;
  background-position: center;
  position: relative;

}

.hero-drupal::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* overlay semi-trasparente */
  z-index: 0;
}
.hero-drupal h1, .hero-drupal h2, .hero-drupal p{
  color: #fff;
}

.hero-domain {
  background-image: url('./assets/img/bg-cms.png');
  padding:30px 0 30px;
   background-size: cover;
  background-position: center;
  position: relative;
}

.hero-domain::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 104, 136, 0.5);
  z-index: 0;
}
.hero-domain h1, .hero-domain h2, .hero-domain p{
  color: #fff;
}
.hero-domain h2{
  font-size: 1.3rem;
  font-weight: 400;
}

.hero-wp h1, .hero-wp p{
  color: #fff;
}

.hero-wp li {
  color: #fff;
}

.hero-resell {
  background-color: #fff7e4;
}

.bg-bg{padding-bottom:50px;padding-top:50px}
/* Slider
--------------------------------------------- */

/* Contenitore slider */
.custom-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  max-width: 1900px; 
  margin: 0 auto; /* centra il contenitore */
  padding: 0;
}

/* Ogni slide (Hero section) */
.custom-slider > .wp-block-group {
  flex: 0 0 100%;
  scroll-snap-align: center;
  max-width: 100%;
  box-sizing: border-box;
}


.custom-slider {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE e Edge */
}


/* Bottoni slider */
.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.slider-btn {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 0.4rem 0.6rem;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.slider-btn:hover {
  background-color: #444;
  transform: scale(1.05);
}

/* Pallini */
.slider-dots {
  display: flex;
  gap: 0.5rem;
}

.dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #333;
}

.is-layout-constrained > .hero-color  {
  margin-block-start: 0 !important;
}


/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}



/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Form Domain
--------------------------------------------- */

form {
  width: 100%;
  display: inherit;
}

section.bg-g.domain {
  padding: 25px;
  margin-bottom: 50px;
}

.domain-input-wrapper {
    position: relative;
}
.domain-input-wrapper input {
    padding-right: 80px; /* spazio per la TLD visiva */
}
.domain-tld-suffix {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #555;
    pointer-events: none;
}

.bg-g {
  background-color: #f2f2f2;
}
.domain h2 {
  font-size: clamp(1.44rem, 1.92vw + 0.9rem, 2.4rem);
  font-weight: 700;
}
.input-style {
  height: 56px;
}

#domain-search-input {
  border: 1px solid #000;
  color: #000;
  padding-left: 15px;
}

.searchdomain-toptld {
  flex-flow: row nowrap;
  line-height: 30px;
  overflow: hidden;
  font-size: 18px;
  margin-top: 8px;
}

.searchdomain-toptld-list {
  flex: 1 1 0px;
  list-style: none;
  margin: 10px;
  overflow: hidden;
  padding: 0;
}

.searchdomain-toptld-list li {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.searchdomain-toptld-list li + li{
  margin-left: 15px;
}

.searchdomain-toptld a {
  border-bottom: 2px solid transparent;
  color: inherit;
  text-decoration: none;
  transition: border-color .1s linear;}

.searchdomain-toptld-list li a {
  font-weight: 600;
}

.searchdomain-toptld-list a:hover {
  border-color: inherit;
}

.searchdomain-toptld-list .price {
  display: inline-block;
  opacity: .7;
}

span.price-current {
  color: #2b8e2b;
}

.call-to-action {
  position: relative;
  padding: 80px 0px 80px;
  background-color: #25165b;

}

.call-to-action h2, .call-to-action p{color: #fff;}
.call-to-action p {
  margin-top: 20px;
}

.squish {
  position: relative;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 250ms;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cms .squish{
  padding: 0.4rem 1.5rem;
}
/* Regole comuni a tutti i bottoni "cosmic-style" */
.btn-cosmic, .cosmic-invert {
  color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative; /* Necessario per ::before */
  box-shadow:
    inset 0 1px 0 0 rgba(255,255,255,0.2),
    0 2px 0 0 #312e81,
    0 4px 0 0 #1e1b4b,
    0 6px 0 0 #0f172a,
    0 8px 0 0 #020617,
    0 8px 16px 0 rgba(49,46,129,0.5);
}

.btn-cosmic::before,
.cosmic-invert::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: overlay;
}

a.btn:active {
  color: #fff;
}

/* Colori specifici */
.btn-cosmic {
  background: rgb(88 28 135);
}

.cosmic-invert {
  background-color: rgb(34, 139, 34);
}

/* Hover comune */
.btn-cosmic:hover,
.cosmic-invert:hover {
  transform: translateY(4px);
  background-color: #000;
  color: #fff;
  box-shadow:
    inset 0 1px 0 0 rgba(255,255,255,0.2),
    0 1px 0 0 #312e81,
    0 2px 0 0 #1e1b4b,
    0 3px 0 0 #0f172a,
    0 4px 0 0 #020617,
    0 4px 8px 0 rgba(49,46,129,0.5);
}

.btn-cosmic:hover i,
.cosmic-invert:hover i {
  animation: spin 1s infinite linear;
}


.bg-g .squish {
  padding: 0.75rem 3rem;
}

.cosmic-w {
  background: linear-gradient(to right, rgb(244, 244, 245), rgb(255, 255, 255), rgb(255, 255, 255));
  color: #000;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 0 2px 0 0 #5a5a5a, 0 4px 0 0 #444, 0 6px 0 0 #2e2e2e, 0 8px 0 0 #1a1a1a, 0 8px 16px 0 rgba(49,46,129,0.5);
}

.cosmic-w:hover{
  color:#000;
}

/* FAQ
------------------------------------------------------------- */

.faq-list-modern {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5rem 0;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2f2f2f;
  cursor: pointer;
}

.faq-icon {
  transition: transform 0.3s ease;
  font-size: 1rem;
  color: #000;
}

.faq-answer {
  transition: all 0.3s ease;
}

.faq-answer-inner {
  padding: 0.5rem 0 1rem 0;
  font-size: 0.95rem;
  color: #555;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}



/* Footer
--------------------------------------------- */
footer {
  border-top: 1px solid rgb(255, 255, 255);
}

.footer-widgets-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 3rem;
  background-color: #f7f7f7;
}

.footer-column .widget-title {
  font-weight: bold;
  margin-bottom: 1rem;
}

ul.recent-posts{  
  margin: 0px;
}
.recent-posts {
  list-style: none;
  padding: 0;
}

.recent-post-item {
  margin-bottom: 1.5rem;
}


.footer {
  background-color: #f8f9fa; /* Colore chiaro */
  padding: 40px 0;
}
.footer-widget h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-widget .wp-block-heading{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

.footer-widget  a {
  color: #000;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.footer-widget  a:hover {
  text-decoration: underline;
}

.footer-widget  ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

.footer-bottom {
  font-size: 0.9rem;
  border-top: 1px solid rgb(255, 255, 255);
  background-color: #f7f7f7;
}
.footer-bottom a {
}


.blog-date {
  font-size: 14px;
  color: #666;
}
.blog-link {
  font-weight: bold;
  color: #6c43ff; /* Viola */
  text-decoration: none;
}
.blog-link:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Limita la larghezza del gruppo colonna a 1140px */
.custom-column-group {
  max-width: 1120px; /* Larghezza massima */
  margin-left: auto; /* Centra orizzontalmente */
  margin-right: auto;
}

/* Contenitore principale */
.icon-inline-title {
  display: flex; /* Allinea icona e testo inline */
  align-items: center; /* Centra verticalmente */
  gap: 8px; /* Spaziatura tra icona e testo */
}

/* Stile per l'icona */
.icon-inline-title img,
.icon-inline-title i {
  width: 24px; /* Dimensione icona */
  height: 24px;
  display: inline-block;
  vertical-align: middle; /* Corregge l'allineamento */
}

/* Centra verticalmente le colonne all'interno del contenitore */
.custom-container {
  display: flex; /* Attiva Flexbox */
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Centra orizzontalmente se necessario */
  height: 100%; /* Altezza massima del contenitore */
  padding: 40px 0; /* Spaziatura verticale per il contenitore */
  box-sizing: border-box;
}
