/**
* Theme Name: Rosano Child
* Description: This is a child theme of Rosano, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: rosano
* Version: 1.2
*/


 .box-card {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 25px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: 0.3s;
      flex-wrap: wrap;
    }

    .box-card:hover {
      transform: translateY(-3px);
    }

    .box-left {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 20px;
      flex: 1 1 400px;
    }

    .box-image img {
      width: 160px;
      height: auto;
    }

    .box-details h3 {
      font-size: 20px;
      margin-bottom: 8px;
      color: #333;
    }

    .box-details p {
      margin: 4px 0;
      font-size: 14px;
      color: #555;
    }

    .price-section {
      background-color: #a66414;
      color: #fff;
      padding: 25px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      min-width: 180px;
    }

    .price-section h2 {
      font-size: 26px;
      margin: 0;
    }

    .price-section span {
      font-size: 13px;
      opacity: 0.9;
    }

    .book-btn {
      margin-top: 15px;
      background: #fff;
      color: #a66414;
      border: none;
      padding: 8px 20px;
      border-radius: 5px;
      font-weight: bold;
      cursor: pointer;
      text-transform: uppercase;
      transition: 0.3s;
    }

    .book-btn:hover {
      background: #f7f7f7;
    }

    @media (max-width: 768px) {
      .box-card {
        flex-direction: column;
      }

      .price-section {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px;
      }

      .book-btn {
        margin-top: 0;
      }
    }

.faq-page-one {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    padding: 130px 0 130px;
    z-index: 10;
    padding: 30px !important;
}
.faq-form-area {
    position: relative;
    display: block;
    background-color: #F5F5F5;
    padding: 0px 0 130px;
    overflow: hidden;
    z-index: 10;
    padding: 30px !important;
}


.collaborator-section {
  background-color: #f9f9f9;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.collaborator-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.collaborator-logo img,
.collaborator-promo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.collaborator-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0a0a0a;
}

.collaborator-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 991px) {
  .collaborator-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .collaborator-text {
    order: 2;
  }

  .collaborator-logo,
  .collaborator-promo {
    order: 1;
  }
}

.vaults-security-section {
  padding: 60px 20px;
  background-color: #f3f6f4;
  font-family: 'Segoe UI', sans-serif;
}

.vaults-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

.vaults-images {
  flex: 1 1 50%;
}

.vaults-images img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.vaults-content {
  flex: 1 1 45%;
  background-color: #a35a07;
  color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.vaults-content h2 {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: bold;
}

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

.vaults-content ul li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}

.vaults-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffdd57;
  font-weight: bold;
}

@media (max-width: 768px) {
  .vaults-container {
    flex-direction: column;
  }

  .vaults-content {
    padding: 25px;
  }

  .vaults-content h2 {
    font-size: 22px;
  }

  .vaults-content ul li {
    font-size: 15px;
  }
	
	.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto !important;
    max-width: 100%;
}
	.hero-section {
    background: url(https://kubervaults.com.au/wp-content/uploads/2021/09/gold-bg.jpg) no-repeat center center / cover;
    padding: 84px 0 0 0 !important;
    color: #fff;
}
	.testimonials-style2 {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 44px 0 44px !important;
    z-index: 10;
	margin-bottom: 60px;
}
}



.faq_section {
  background: #eaf8fb;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.faq_header {
  text-align: center;
  margin-bottom: 40px;
}

.faq_header h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}

.faq_header h2 {
  font-size: 24px;
  color: #666;
  margin-top: 10px;
  font-weight: 400;
}

.faq_card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq_content {
  flex: 1;
  padding: 40px;
 background: #a7680e;
  color: #ffffff;
}

.faq_content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq_content p {
  font-size: 16px;
  line-height: 1.7;
}

.faq_image {
  flex: 1;
  text-align: center;
 
}

.faq_image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
	height: 341px !important;
  
}

/* Responsive */
@media (max-width: 768px) {
  .faq_card {
    flex-direction: column;
  }

  .faq_content, .faq_image {
    padding: 20px;
  }
	    .faq-form-box {
        padding: 20px 13px 20px !important;
    }
	.faq-page-one {
  
    padding: 20px 8px !important;
}
	 
}


.single-features-style1--instyle2 .single-features-style1__inner {
    float: left;
   width:100% !important;
    padding-right: 0;
    padding: 0 47px !important;
}


.facilities_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto;
}

.facility_card {
  position: relative;
  width: 300px;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.facility_card:hover {
  transform: scale(1.03);
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
}

.facility_card:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  color: white;
  font-size: 20px;
  margin: 0;
}




.ceo-message-section {
  background: #f7f9fc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.ceo-message-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.ceo-image {
  flex: 1;
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.ceo-text {
  flex: 1;
  padding: 40px;
}

.ceo-text h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.ceo-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

h2.widgettitle {
    color: white !important;
}

/* Responsive */
@media (max-width: 768px) {
  .ceo-message-wrapper {
    flex-direction: column;
  }

  .ceo-image {
    min-height: 250px;
  }

  .ceo-text {
    padding: 25px;
  }
	.safety_deposit_box_section {  
    padding: 60px 0px;  
}
}



 .newsletter-section {
  background-color: #f9f9f9;
}

.newsletter-box {
	position:relative;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  height: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsletter-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.newsletter-box:hover img {
  transform: scale(1.05);
}

.newsletter-title {
  font-size: 16px;
  padding: 12px;
  margin: 0;
  color: #fff;
  text-align: center;
	background:#a6680b;
 position: absolute;
    bottom: -23px;
	width: 100% !important;
}




     .hero-section {
      background: url('https://kubervaults.com.au/wp-content/uploads/2021/09/gold-bg.jpg') no-repeat center center/cover;
      padding: 80px 0;
      color: #fff;
    }
    .hero-overlay {
      background: rgba(255, 153, 0, 0.8);
      padding: 30px;
      border-radius: 10px;
      position: relative;
    }
    .logo-top {
      position: absolute;
      top: -83px;
      left: 30px;
      background: white;
      padding: 10px;
      border-radius: 10px;
    }
    .hero-section h3 span {
      font-weight: bold;
      color: #fff;
    }
    .nav-tabs .nav-link.active {
      background-color: #b97c00;
      color: white;
    }
    .tab-content {
      background-color: #fff7e6;
      padding: 30px;
      border-radius: 10px;
      margin-top: 20px;
    }
    ul li {
      margin-bottom: 5px;
    }
    .tab-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
    .buy-now-btn {
      background-color: #b97c00;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
    }
    .buy-now-btn:hover {
      background-color: #a36900;
    }

/* fab-icon */


.header-social-link-style1 ul li:nth-child(1) a {
  background: #1877f2 !important; /* Facebook Blue */
	color:#fff;
}

.header-social-link-style1 ul li:nth-child(2) a {
  background:#007ab9 !important; /* LinkedIn Blue */
	color:#fff;
}

.header-social-link-style1 ul li:nth-child(3) a {
  background:#f05b41 !important; /* Twitter Blue */
	color:#fff;
}

.header-social-link-style1 ul li a:hover {
    color: #ffffff;
    background-color:  #1976d2 ;
}

.footer-social-link ul li:nth-child(1) a {
    background: #1976d2 !important; /* Facebook Blue */
}

.footer-social-link ul li:nth-child(2) a {
    background: #007ab9 !important; /* LinkedIn Blue */
}

.footer-social-link ul li:nth-child(3) a {
    background: #f05b41 !important; /* Twitter Blue */
}



/* .footer-social-link ul li:nth-child(odd) a {
    background: #1976d2 !important; 
}

.footer-social-link ul li:nth-child(even) a {
    background: #0d47a1 !important; 
} */




.footer-social-link ul li:nth-child(1) a::before {
    background: #1976d2 !important; /* Facebook Blue */
}

.footer-social-link ul li:nth-child(2) a::before {
    background: #007ab9 !important; /* Dark Blue */
}

.footer-social-link ul li:nth-child(3) a::before {
    background: #f05b41 !important; /* Pink */
}
/* fab-icon */

/* fab icon media query  */
@media screen and (max-width: 991px) {
  
	
	.mobile-nav__social a:nth-child(1) {
  background-color: #1976d2; /* Facebook Blue */
}

.mobile-nav__social a:nth-child(2) {
  background-color: #007ab9; /* LinkedIn Blue */
	 margin: 0 0 0 10px;
}

.mobile-nav__social a:nth-child(3) {
  background-color:#f05b41; /* Twitter Blue */
}

	.mobile-nav__social a:nth-child(1):hover {
  background-color: #ffffff;
  color: #1976d2; /* Facebook Blue */
}

.mobile-nav__social a:nth-child(2):hover {
  background-color: #ffffff;
  color: #007ab9; /* LinkedIn Blue */

}

.mobile-nav__social a:nth-child(3):hover {
  background-color: #ffffff;
  color: #f05b41; /* Twitter Blue */
}
	
}
/* fab icon media query  */


.carousel-item {
  transition: opacity 1s ease-in-out;
}






@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* blog-article-page */
.single-blog-style3 .img-holder .category {
    display: none;
}
/* blog-article-page */