/*
Theme Name: peepal-child
Template: peepal
*/


a:hover{
	text-decoration:none !important;
}
.entry-content h1, .entry-content h2, .entry-content h3{
	margin:0;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width:100%;
}
.section-inner{
	max-width:1280px;
}
.e-con.e-flex>.e-con-inner{
	max-width:1280px;
}
.elementor-element {
    --widgets-spacing: 0;
}


/* Apply to all sliders */
.twentytwenty-container {
  width: 100%;
  height: 700px !important;
  margin: 0 auto; /* Center the slider */
}

.twentytwenty-container .twentytwenty-before,
.twentytwenty-container .twentytwenty-after {
  width: 100%;
  height: 700px !important;
  object-fit: cover !important; /* Crop to fit */
}



.home .white-menu-icon svg path {
  fill: white !important;
}


.home .white-menu-icon .e-font-icon-svg {
  fill: white !important;
  color: white !important;
}

/* Image hover effect with background color and transform */
.hover-scale-effect {
    transition: background-color 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    display: inline-block;
}

.hover-scale-effect:hover {
    transform: scale(1.05); /* Slight zoom effect */
}

.hover-scale-effect img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%;
}

.hover-scale-effect:hover img {
    transform: scale(1.1); /* Image zooms in */
}







/* Portfolio Font Family */
* {
    font-family: 'Poppins', sans-serif;
}

/* Portfolio Header Styles */
.portfolio-text {
    text-align: left;
}

.portfolio-heading {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: #285B5C;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.portfolio-subheading {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #5C5C5C;
    line-height: 1.4;
}

/* Filter Wrapper */
.filter-wrapper {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-shrink: 0;
}

/* Filter Select Dropdown */
.filter-select {
    padding: 12px 40px 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #285B5C;
    border: 2px solid #d0d6d6;
    border-radius: 50px;
    background: #ffffff url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 10 6%22%3E%3Cpath d=%22M0 0h10l-5 6z%22 fill=%22%23285B5C%22/%3E%3C/svg%3E') no-repeat right 14px center / 12px auto;
    min-width: 160px;
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.filter-select:focus,
.filter-select:active,
.filter-select:hover {
    border: 2px solid #d0d6d6;
    box-shadow: 0 3px 8px rgba(40, 91, 92, 0.1);
}

.filter-select:hover {
    border-color: #285B5C;
    background-color: #f9fdfd;
}

.filter-select:focus {
    border-color: #285B5C;
    box-shadow: 0 0 0 3px rgba(40, 91, 92, 0.2);
    background-color: #ffffff;
}

.filter-select option {
    font-weight: 500;
    color: #285B5C;
    background: #ffffff;
    padding: 10px;
    font-size: 15px;
}

/* Portfolio Item Image */
.elementor-portfolio-item__img {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.elementor-portfolio-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: background-color 0.3s ease, transform 0.3s ease !important;
}

.elementor-portfolio-item:hover .elementor-portfolio-item__img img {
    transform: scale(1.05);
}

/* Portfolio Info Styling */
.portfolio-info {
    text-align: left;
    padding: 15px 0;
}

.portfolio-description {
    margin: 10px 0 0px;
    font-size: 16px;
    font-weight: 500;
    color: #285B5C;
    letter-spacing: 0.5px;
}

.portfolio-title {
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 600;
}

.portfolio-title a {
    text-decoration: none;
    color: #285B5C;
    transition: color 0.3s ease;
}

.portfolio-title a:hover {
    color: #1a4243;
}
.blog-main-content .the-issues .primary-text.elementor-widget-text-editor {
    font-size: 16px !important;
    line-height: 22px !important;
}



/* Responsive - Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .portfolio-heading {
        font-size: 36px;
    }
    
    .portfolio-subheading {
        font-size: 16px;
    }
    
    .filter-wrapper {
        gap: 12px;
    }
    
    .filter-select {
        min-width: 140px;
        font-size: 14px;
        padding: 10px 36px 10px 12px;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .portfolio-text {
        text-align: left !important;
        margin-bottom: 15px;
    }
    
    .portfolio-heading {
        font-size: 28px;
    }
    
    .portfolio-subheading {
        font-size: 11px;
    }
    
    .portfolio-subheading br {
        display: none;
    }
    
    .filter-wrapper {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    
    .filter-select {
        width: 100%;
        min-width: auto;
        font-size: 14px;
        padding: 10px 16px;
        border-radius: 12px;
    }
    
    .elementor-portfolio-item__img {
        height: 400px;
    }
}