
 /*Events card starts */

 .event-card {
    width: 100%;
    max-width: 350px; /* Adjust as needed */
    height: 250px; /* Fixed height for all images */
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff; /* White card background */
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Ensures images cover the box properly */
    border-radius: 10px;
}


 .event-card img.small-image {
    object-fit: contain; /* Keeps aspect ratio without stretching */
    padding: 20px 30px 20px 30px; /* Adds white padding inside */
    background: #fff; /* White card effect */
    font-family: "Urbanist", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: var( --e-global-color-7567b17 );
}

 
 
  /*Events card ends */
 

        /* ✅ Testimonial Section Layout */
        .testimonial-section {
           display: flex;
    	   justify-content: center;
           align-items: center;
           width: 100%;
           background: url('https://hcas.webronic.com/wp-content/uploads/2025/02/bg.png') no-repeat center center;
           background-size: cover;
           padding: 40px 0;
        }
        .testimonial-container {
   	   display: flex;
    	   width: 100%;
    	   max-width: 1200px; /* Boxed width */
    	   padding: 40px 20px; /* Adjust padding for inner content */
	}

        /* ✅ Testimonial Header (Right Side) */
        .testimonial-header {
            max-width: 65%;
            color: white;
            text-align: left;
            flex: 1;
            padding: 10px;
            margin:10px;
        }

        .testimonial-subtitle {
            font-size: 24px;
            font-family: 'Acme','cursive';
            font-weight:400;
            color: #ce171f;
            display: flex;
            align-items: center;
        }

        .testimonial-subtitle img {
            margin-right: 10px;
            width: 20px;
        }

        .testimonial-title {
            font-size: 50px;
            font-family: 'Urbanist';
            font-weight: 800;
            margin: 10px 0;
        }

        .testimonial-desc {
            font-size: 20px;
            font-weight:400;
            color: #fff;
            line-height: 1.5;
            letter-spacing:1px;
        }

        .testimonial-btn {
            display: inline-block;
            background: #ce171f;
            padding: 12px 25px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 50px;
            margin-top: 15px;
            text-decoration: none;
            font-size: 15px;
        }

        /* ✅ Testimonial Slider (Left Side) */
        .testimonial-slider {
            background: white;
            border-radius: 15px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            max-width: 35%;
            text-align: center;
            flex: 1;
            position: relative;
            margin: 30px;
        }

        .testimonial-card {
   	 text-align: center;
         width: 100%;
         position: relative;
         padding: 10px;
        }

        /* ✅ Video Layout */
        .testimonial-video iframe {
            width: 100%;
            height: 220px;
            border-radius: 10px;
        }
        .testimonial-text {
    	padding: 10px;
    	border-radius: 20px;
   	border: 1px solid #efefef;
	}
        .testimonial-name{
            font-size:24px;
            font-weight:600;
            font-family: 'Urbanist';
            color: #ce171f;
            padding-top: 0px;
        }
        .testimonial-year, .testimonial-position{
            font-size:16px;
            font-weight:500;
            font-family: 'Urbanist';
            color: #363539;
            letter-spacing:1px;
        }
    

        /* ✅ Swiper Navigation */
        .testimonial-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            width: 30px !important ;
            height: 30px !important;
            background: #CE171F;
            color: #fff;
            font-weight: 600;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 16px !important;
        }

        .testimonial-button-prev,
        .testimonial-button-next {
            position: absolute;
            top: 170px; /* Ensure same vertical alignment */
            transform: translateY(-50%);
            z-index: 10; 
        }
        .testimonial-button-prev {
          
            left: 0px; /* Move further to the left */
        }

        .testimonial-button-next {
            
            right: 0px; /* Move further to the left */
          
        }
        .testimonial-button:hover {
            background: #302861;
         /*   transform: scale(1.1);
            transition: all 0.3s ease-in-out;*/
        }
        

        /* ✅ Pagination Dots */
      /*  .testimonial-pagination {
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 6px;
        }

       .testimonial-pagination span {
            width: 8px;
            height: 8px;
            background: #ccc;
            border-radius: 50%;
            cursor: pointer;
        }

        .testimonial-pagination .swiper-pagination-bullet-active {
            background: #ff4a57;
        }*/

        /* ✅ Responsive Adjustments */
        @media screen and (max-width: 1024px) {
            .testimonial-section {
                flex-direction: column;
                text-align: center;
            }

            .testimonial-header {
                padding-left: 0;
                margin-bottom: 20px;
            }

            .testimonial-button-prev {
                left: -25px;
            }

            .testimonial-button-next {
                right: -25px;
            }
        }
   @media only screen and (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: left;
    text-align: left;
    padding:10px;
  }

  .testimonial-header {
    order: 1; /* Header first */
    width: 100%;
    max-width: 100%;
  }
  .testimonial-subtitle {
  font-size:24px;
  }
  .testimonial-title{
  font-size:40px;
  
  }
  .testimonial-slider {
    order: 2; /* Slider second */
    width: 100%;
    max-width: 100%;
     margin: 0 !important;
  }
 .testimonial-button-prev,
  .testimonial-button-next {
    width: 35px !important;
    height: 35px !important;
  }

  .testimonial-button-prev {
    left: 5px;
  }

  .testimonial-button-next {
    right: 5px;
  }

  .testimonial-button {
    font-size: 16px !important;
  }
}

        /* ✅ Testimonial Section Layout  ends*/
