/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.custom-card {
  position: relative;
  width: auto;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.custom-card .card-bg-overlay {
  position: absolute;
  inset: 0;

  transition: all 0.3s ease;
  z-index: 1; /* behind content */
}

.custom-card .card-content {

  z-index: 2; /* above overlay */
  text-align: left;
}

.custom-card .card-icon i {
  transition: 0.3s;
}
.icon-cool .custom-card .card-icon svg{
  width:400px !important;
}
.icon-cool .custom-card .card-btn-icon  path{
  stroke:#000 !important;
}
.custom-card .card-btn:hover{
  border-color: #9C8A80 !important;
  color:#fff !important;
}
.icon-cool .custom-card .card-btn:hover .card-btn-icon  path{
  stroke:#fff !important;
}
.custom-card .card-icon{
  z-index: 9;
}
.custom-card:hover .card-icon{
  z-index: 0;
  opacity: 0;
}

.custom-card .card-info {
  position: absolute;
  inset: 0;
  
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content:space-between ;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease;
  padding: 48px 48px 110px;
  z-index: 2;
}

.custom-card:hover .card-info {
  opacity: 1;
  transform: scale(1);
}

.custom-card .card-btn{
  width: fit-content;
  margin-top: 36px;
}
 

.custom-card:hover .card-bg-overlay {
  opacity: 1;
}
.custom-card .card-overlay {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: all 0.4s ease;

  z-index:1;
}
.custom-card:hover .card-overlay {
  opacity:1;
}
.custom-card .card-plus {
  position: absolute;
  bottom: 48px;
  right: 48px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  transition: 0.3s;
  z-index: 2;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 64px !important; 
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s ease;
}
.swiper-pagination {
  padding-left: 150px;
  text-align: left !important;}
  .swiper-pagination-bullet{
    height: 3px !important;
    width:75px !important;
    border-radius: 1000px !important;
  }
.custom-card .card-plus::after {
  content: url(/wp-content/uploads/2025/09/Vector-22.svg);
  display: block;
  font-weight: bold;
}

.card-icon-hover svg{
  font-size: 20px;
  width: 200px;
  height: auto;
}
.custom-card:hover .card-plus::after {
  content: url(/wp-content/uploads/2025/09/Vector-21.svg);
}
.elementor-widget-breadcrumbs a{
  font-size: 24px;
}
.custom-card .card-info .card_text {

  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #000000;
}
.container::-webkit-scrollbar {
  width: 8px;
}

.container::-webkit-scrollbar-track {
  background: #f1f1f1;  
  border-radius: 10px;
}

.container::-webkit-scrollbar-thumb {
  background: #888;      
  border-radius: 10px;
}

.container::-webkit-scrollbar-thumb:hover {
  background: #555;      
}
@media(max-width:1600px){
  .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 33px !important; 
  }
  
  .swiper-pagination {
    padding-left: 94px;
    text-align: left !important;}
}
@media (max-width: 1025px) {
  .elementor-nav-menu--main .elementor-nav-menu ul {
      position: relative;
      margin: auto !important;
  }
  
  .card-icon svg {
    padding: 35px;
}
  .swiper-pagination {
    padding-left: 0px;
    text-align: center !important;}
    .swiper-pagination-bullet{
      height: 3px !important;
      width:40px !important;
      border-radius: 1000px !important;
    }
    .swiper-slide-inner .elementor-slide-heading:not(:last-child)

 {
    margin-bottom: 23px !important;
}
}