/*
Theme Name: SolarGlow
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Solar Renewable Energy Html Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

/* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */
.active-link {
    color: var(--theme) !important;
    font-weight: 700 !important;
}

.hero-slider .react-multiple-carousel__arrow--right {
    right: 50px;
    bottom: 7%;
    background-color: var(--theme);
}

.hero-slider .react-multiple-carousel__arrow--left {
    right: 120px;
    left: auto;
    bottom: 7%;
    background-color: var(--theme);
}

.hero-slider .react-multiple-carousel__arrow {
    min-width: 50px;
    min-height: 50px;
}

.hero-slider .react-multiple-carousel__arrow:hover {
    background: var(--theme-2);
}
.carousel-team-swpper-slider .react-multi-carousel-item{
    /* width: 320px !important; */
}

.team-slider .react-multi-carousel-track {
    /* min-height: 395px; */
    align-items: end;
}

.team-slider .react-multiple-carousel__arrow--right {
    top: 0;
    background-color: var(--theme);
}

.team-slider .react-multiple-carousel__arrow--left {
    top: 0;
    left: auto;
    right: 110px;
    background-color: var(--theme);
}

.team-slider .react-multiple-carousel__arrow:hover {
    background-color: var(--theme-2);
}

.counter-icon img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 17%;
    width: 100%;
}

.news-slider .react-multi-carousel-track {
    min-height: 630px;
    align-items: end;
}

.news-slider .react-multiple-carousel__arrow--right {
    top: 0;
    background-color: var(--theme);
}

.news-slider .react-multiple-carousel__arrow--left {
    top: 0;
    left: auto;
    right: 110px;
    background-color: var(--theme);
}

.news-slider .react-multiple-carousel__arrow:hover {
    background-color: var(--theme-2);
}

@media (max-width: 1399px) {
    .team-slider .react-multi-carousel-track {
        /* min-height: 345px; */
    }
}

@media (max-width: 1199px) {
    .team-slider .react-multi-carousel-track {
        min-height: 300px;
    }
}

@media (max-width: 1024px) {
    .team-slider .react-multi-carousel-track {
        /* min-height: 530px; */
    }
    .team-slider .team-box-items .team-image img{
        width: 100%;
        /* height: 64vh; */
    }
  

}

@media (max-width: 992px) {
    .team-slider .react-multi-carousel-track {
        /* min-height: 400px; */
    }
}

@media (max-width: 768px) {
    .team-slider .react-multi-carousel-track {
        /* min-height: 315px; */
    }
    .team-slider .team-box-items .team-image img{
        width: 100%;
        /* height: 50vh; */
    }

    .news-slider .react-multi-carousel-track {
        min-height: 685px;
    }
}
.project_item {
    display: flex;
    flex-direction: row; 
    gap: 20px;
    align-items: center;
  }
  
  
  .service-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    max-height: 200px;
  }
  
  
  .service-content {
    flex: 1 1 calc(100% - 160px);
    margin-left: 20px;
    word-wrap: break-word;
    overflow: hidden;
  }
  
 
  @media (max-width: 768px) {
   
    .project_item {
      flex-direction: column; 
      align-items: center;
      padding: 15px;
    }
  
   
    .service-image {
      max-width: 100%;
      text-align: center;
      margin-bottom: 10px;
    }
  
   
    .service-content {
      width: 100%;
      margin-left: 0;
      text-align: center; 
    }
  
   
    .service-content p {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.9rem;
      line-height: 1.5;
      color: #333;
    }
  
   
    .service-content a {
      width: 100%;
      padding: 12px 20px;
      font-size: 1rem;
      text-align: center;
    }
  }
  
  
  @media (max-width: 576px) {
    @media (max-width: 576px) {
        .project_item {
          flex-direction: column; /* Stack the image and content vertically */
          align-items: center; /* Center the items horizontally */
          margin-bottom: 20px; /* Add space between each project item */
        }
      
        /* Make image take the full width */
        .service-image {
          width: 100%; /* Image takes full width */
          max-width: 100%; /* Ensure the image doesn't overflow */
          margin-bottom: 10px; /* Margin to separate image from text */
        }
      
        /* Adjust the content to be below the image */
        .service-content {
          width: 100%; /* Ensure the content takes full width */
          margin-left: 0; /* Remove any left margin */
          text-align: center; /* Align the content to center */
        }
      
        /* Adjust Learn More button */
        .theme-btn {
          font-size: 0.75rem; /* Smaller font size for the button */
          padding: 6px 10px; /* Smaller padding for the button */
        }
      }
  }
@media (max-width: 576px) {
    

    .team-slider .react-multiple-carousel__arrow--right,
    .team-slider .react-multiple-carousel__arrow--left {
        display: none;
    }
    .team-slider .team-box-items .team-image img{
        width: 100%;
        /* height: 45vh; */
    }
      .aboutus_profileeditor .aboutus_profile{
        font-size: 12px !important;
    }
    .aboutus_profileeditor .aboutus_profilename{
        font-size: 10px !important;
    }
}

/* .ellipsice-text {
    height: 87px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    line-height: 1.4;
    margin-top: 0.5rem;
    font-size: 16px;
} */

.ellipsice-text-iso {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.image_container {
    height: 150px;
}

.iso-link:hover {
    color: var(--theme-2);
    transition: color 0.5s ease-in-out;
}

.gallery-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
    transition: all 0.5s
}

.gallery-button i {
    color: white;
    transition: all 0.5s;
}

.gallery-button:hover i {
    color: #5B9B37;
    transition: all 0.5s;
}

.ellipsice-text-blog-title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    font-size: 15px;
    line-height: 130%;
}

.ellipsice-text-blog {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    line-height: 1.4;
    height: 68px;
}

.project-h3 {
    color: var(--theme);
}

.cursor-pointer {
    cursor: pointer;
}

.service-card-items:hover .service-content h3 a {
    color: var(--theme);
    transition: all 0.7s ease;
}

.service-card-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 1s ease;
    height: 100%;
}

.service-image img {
    max-width: 100%;
    height: auto;
}

.service-content {
    flex-grow: 1;
    padding-left: 20px;
    transition: all 1s ease;
}

.col-xl-12 .service-content {
    width: 100%;
}

.col-xl-4 .service-content {
    width: auto;
}

.service-image {
    height: 100%;
}

.paragraph-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s ease, opacity 1s ease;
}

.paragraph-visible {
    opacity: 1;
    transition: max-height 1s ease, opacity 1s ease;



}

.aim-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 1.3; */
    /* max-height: 100px; */
}
.float-right{
    float: right;
}
/* ........................................................................................................................................................ */

/* ......................................styles for pdf viewer file start................................ */

.pdf-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-modal-box {
    position: relative;
    width: 35%;
    height: 95%;
    background-color: white;
    padding: 16px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


.pdf-close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000;
    color: #333;
    transition: color 0.3s ease;
}

.pdf-close-btn:hover {
    color: #d32f2f; 
}


.arrow-button-click {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #4caf50; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: transparent;
    transition: all 0.3s ease;
}

.arrow-button-click:hover {
    background-color: #4caf50; 
}

.arrow-button-click span {
    color: #4caf50; 
    font-size: 24px;
    user-select: none; 
}

.arrow-button-click:hover span {
    color: #fff; 
}


.pdf-carousel-content {
    height: calc(100% - 50px);
}

.pdf-carousel-slide {
    display: flex;
    justify-content: center;
}

.pdf-carousel-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}




@media (max-width: 1024px) {
    .pdf-modal-box {
        width: 50%;
        height: 90%;
    }
}


@media (max-width: 768px) {
    .pdf-modal-box {
        width: 70%;
        height: 85%;
        padding: 12px;
    }

    .arrow-button-click {
        width: 30px;
        height: 30px;
    }

    .arrow-button-click span {
        font-size: 18px;
    }

    .pdf-close-btn {
        top: 6px;
        right: 6px;
    }
}


@media (max-width: 576px) {
    .pdf-modal-box {
        width: 90%;
        height: 80%;
        padding: 10px;
    }

    .arrow-button-click {
        width: 25px;
        height: 25px;
    }

    .arrow-button-click span {
        font-size: 16px;
    }

    .pdf-close-btn {
        top: 4px;
        right: 4px;
    }
}
@media (max-width: 576px) {
    .pdf-modal-box{
        height: 52%;
    }
}



/* expertise carousel css custom */
.carousel-containerexp {
    padding: 20px 4px; 
    overflow: hidden; 
  }
  
  .carousel-item {
    box-sizing: border-box;
  }
  
  .service-box-items {
    border: 1px solid #ddd; 
    border-radius: 8px;
    overflow: hidden; 
    background: #fff; 
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  */
  }

  /* loader css */
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotationReverse {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }

  /* core values */
 .core-value-cardsss {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 20px; 
  }
  
  .core-value-cardsss:hover {
    outline: 1px solid #E20A16; 
    transform: translateY(-5px); 
  }
  .work-ethics-card {
    background-color: #f9f9f9;
    padding: 50px 0;
}



.work-process-content h2 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #333;
}

.ethics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ethics-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.ethics-item h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #222;
}

.ethics-item p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}
/* .corevalueborder-hover-custom {
    transition: border-color 0.3s ease;
  }
  
  .corevalueborder-hover-custom:hover {
    border-color: #E20A16 !important;
    box-shadow: 0 0 0  #E20A16 !important;
  } */

  .corevalueborder-hover-custom {
    transition: all 0.3s ease;
  }
  
  .corevalueborder-hover-custom:hover {
    border-color: #E20A16 !important;
    box-shadow: 0 0.5rem 1rem rgba(220, 53, 69, 0.15) !important;
  }


  .card-hover {
    transition: all 0.3s ease;
  }
  
  .card-hover:hover {
    border-color: #E20A16 !important;
    box-shadow: 0 0.5rem 1rem rgba(220, 53, 69, 0.15) !important;
  }
  
  .icon-hover {
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  
  .card-hover:hover .icon-hover {
    transform: scale(1.1);
  }




  



  .service-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .service-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); 
  }
  .project-badge-hover {
    background-color: #f8f9fa; 
    color: #333; 
    border: 1px solid #ccc; 
    transition: all 0.3s ease-in-out;
  }
  
  .project-badge-hover:hover {
    background-color: var(--theme) !important; 
    color: white !important; 
    border-color: var(--theme) !important; 
  }