
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #5B8AD5;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #5BACD9;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
  color: #5D8AD6;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(196, 197, 203, 0.5);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #32B0EE;
	color: #fff;
}




/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}

.service-icon {
  float: left;
}

.service-desc {
  margin-left: 60px;
  position: relative;
  top: 5px;
}

.service-desc-margin-top {
  margin-left: 70px;
  position: relative;
  top: 5px;
  text-align: left;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.img-ico {
  max-width: 40px;
  max-height: 40px;
}

.img-ico-big {
  max-width: 150px;
  max-height: 150px;
}

.img-ico-enormous {
  max-width: 90%;
  max-height: 90%;
}

.service-desc-ico-big {
  position: relative;
  top: 5px;
  text-align: center;
}

.service-item-ico-big {
  margin: 0 auto 30px;
  text-align: center;
  width: 325px;
}

.service-item-ico-enormous {
  margin: 0 auto 30px;
  text-align: center;
  width: 90%;
}

.white-text {
  color: white;
}

.left-text {
  text-align: left;
  margin: 20px;
}

.margin-text {
  margin: 20px;
}

.margin-background {
  background-color: #EEE;
  border-color: #CCCCCC;
  border-width: 2px;
  border-radius: 10px;
  display: inline-block;
  padding: 40px;
}

.margin-background-shadowed {
  background-color: #FFF;
  border-color: #CCCCCC;
  border-width: 2px;
  border-radius: 10px;
  display: inline-block;
  padding: 40px;
  box-shadow: 0 0px 20px #CCCCCC;
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #5D8AD6;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.overlay {
	background-color: rgba(93,138,214,.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}


/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #B4B4B4;
  border-top: 5px solid #062033;
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.copyright {
  color: #fff;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

.greenbg {
  border-radius: 8px;  
  background: #8BC34A;
  width: 300px;
  display: inline-block;
  padding: 8px; 
}

.azurebg {
  border-radius: 8px;  
  background: #2296F3;
  width: 225px;
  display: inline-block;
  padding: 8px; 
}

.check {
  color: #4caf50;
  font-weight: bold;
  font-size: 1.2rem;
}

.cross {
  color: #ccc;
  font-weight: bold;
  font-size: 1.2rem;
}

.plan-name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2d3642;
}

.plan-price {
  font-size: 10pt;
  color: #999;
}

.pricing-table {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 700px;
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 14px 10px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 10pt;
  color: #5f6b7d;
}

th {
  background-color: #f9f9f9;
  font-weight: 600;
}

td:first-child {
  text-align: left;
  font-weight: 500;
}

.promo-cards{
  width: 80vw;               /* larghezza max 80% schermo */
  max-width: 1300px;
  margin: 16px auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, auto);
  gap: 16px;
  align-items: center;
  height: 400px;             /* altezza massima richiesta per il totale */
  overflow: hidden;          /* evita sforamenti verticali */
  padding: 20px;
}

.card{
  position: relative;
  aspect-ratio: 3 / 4;       /* formato 3:4 (larghezza:altezza) */
  height: 100%;              /* ogni card alta quanto il contenitore: 200px */
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.5); /* semitrasparente */
  box-shadow: 0 0px 20px rgba(255,255,255,0.6); /* ombra bianca sfumata */
  backdrop-filter: blur(6px); /* effetto vetro leggero (facoltativo) */
}

.card:hover{
  height: 110%;
}

.card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;         /* lascia trasparire la card */
}

.card .content{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 12px;
  background: rgba(255,255,255,0.80); /* pannello leggibile sul fondo */
}

.card h3{
  margin: 0 0 4px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 15px;
}

.card .cta{
  font-size: 16px;
  text-decoration: none;
  background-color: rgba(6,32,51,.8);
  border-radius: 5px;
  padding: 5px;
  color: #FFF;
}

.card .cta:hover{
  background-color: rgba(6,32,51,.5);
}

/* Responsive: su schermi piccoli le card vanno in colonna */
@media (max-width: 1200px){
  .card{
    width: 80%;
    height: auto;            /* lascia che l’aspect-ratio gestisca l’altezza */
    height: 320px;       /* limite ragionevole su mobile */
  }

  .card:hover{
    height: 320px;  
  }

}

/* Responsive: su schermi piccoli le card vanno in colonna */
@media (max-width: 800px){
  .promo-cards{
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    height: auto;            /* sblocca l'altezza quando si impilano */
    width: 90vw;             /* un po' più largo su mobile */
  }
  .card{
    width: 100%;
    height: auto;            /* lascia che l’aspect-ratio gestisca l’altezza */
    max-height: 280px;       /* limite ragionevole su mobile */
  }
}