/* 
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 */

.list_height {
	height: 275px;
    overflow-y: auto;
    overflow-x: hidden;
}

.list_height {
    height: 275px;
    overflow-y: auto;
    overflow-x: hidden;
}

.list_height::-webkit-scrollbar {
    width: 6px;
}

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

.list_height::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

.list_height::-webkit-scrollbar-thumb:hover {
    background: #333;
}

/* ===== Firefox Support ===== */
.list_height {
    scrollbar-width: thin;
    scrollbar-color: #000 #f1f1f1;
}


/* Testimonial section css */

.testimonial-section{
  max-width:100%;
  margin:auto;
  text-align:center;
  padding-top: 40px;
}

/* ===== SLIDER ===== */
.slider{
  position:relative;
  height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== CARD ===== */
.slide{
  position:absolute;
  width:500px;
  /* height:360px; */
  padding:60px 35px;
  background:#FFF8EB;
  border-radius:0 120px 0 0;
  text-align:left;
  /* opacity:0.35; */
  transform:scale(0.9);
  transition:all 0.5s ease;
  z-index:1;
}

/* LEFT CARD (behind) */
.slide.left{
  transform:translateX(-300px) scale(0.9);
}

/* RIGHT CARD (behind) */
.slide.right{
  transform:translateX(300px) scale(0.9);
}

/* CENTER CARD (front) */
.slide.active{
  background:#FFA900;
  color:#fff;
  opacity:1;
  transform:translateX(0) scale(1);
  z-index:5;
  border: 15px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.04);

}

/* ===== TEXT ===== */
.slide h4{
  font-size:22px;
  margin-bottom:20px;
  font-weight:700;
  color: #000;
  font-family: var(--e-global-typography-c930265-font-family), Sans-serif;
}

.slide.active h4 {
    color: #fff;
}

.slide p{
  font-size: 20px;  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #1A1A1A;
}

/* ===== QUOTE ===== */
.quote{
  position:absolute;
  top:25px;
  right:35px;
  font-size:70px;   
}

/* ===== AVATAR ===== */
.avatar{
  position:absolute;
  bottom:-40px;
  left:0%;
  transform:translateX(-50%);
}

.avatar img{
  width:75px;
  height:75px;
  border-radius:50%;
  border:4px solid #fff;
}

/* ===== DOTS ===== */
.dots{
  margin-top: 50px;
}

.dot{
  width:9px;
  height:9px;
  background:#ddd;
  display:inline-block;
  border-radius:50%;
  margin:0 5px;
  cursor:pointer;
}

.dot.active{
  background:#ffab00;
}

.footer_contact ul li {
	margin-bottom: 15px !important;
}

/* =========================
   RESPONSIVE START
========================= */

/* Tablet */
@media (max-width: 1034px) {
	
	.testimonial-section {
		padding-top: 0;
	}

  .slider{
    height:310px;
  }

  .slide{
/*     width:90%; */
    padding:50px 30px;
  }
	
	.slide p {

		/* 5 lines control */
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		min-height: 100px; 
	}
	
	.dots {
		margin-top: 21px;
	}

  .slide.left{
    transform:translateX(-220px) scale(0.88);
  }

  .slide.right{
    transform:translateX(220px) scale(0.88);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .slider{
    height:auto;
    flex-direction:column;
  }

  .slide{
    position:relative;
    transform:none !important;
    width:100%;
    max-width:420px;
    margin:0 auto 15px;
    z-index:1;
  }

  .slide.left,
  .slide.right{
    opacity:1;
  }

  .slide.active{
    border:10px solid #fff;
  }

  .avatar{
    left:20px;
    transform:none;
  }

  .dots{
    margin-top:10px;
  }
	
	  .slide.left,
  .slide.right{
    display:none;   /* Hide fixed slides */
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .slide{
    padding:40px 25px;
  }

  .slide h4{
    font-size:18px;
  }

  .slide p{
    font-size:14px;
    line-height:1.6;
  }
}

@media (max-width: 680px) {

	.facilty_g  .gallery {
		display: grid !important;
    	grid-template-columns: repeat(2, 1fr) !important;
	}

}




/* custome Form */

.position_r {
    position: relative;
}

.position_a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custome_font * {	
	font-family: Corbel, sans-serif !important;
}

.custom-form {
/*   background: #f9f9f9; */
  border-radius: 0;
}

.custom-form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.custom-form p {
    margin: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
  width: 100%;
  padding: 7px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-form textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: var(--e-global-color-accent);
  outline: none;
  box-shadow: 0 0 5px var(--e-global-color-accent);
}

.custom-form [type="submit"] {
	font-family: "Corbel", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-b667e71);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px 12px 24px;
	background-color: var(--e-global-color-accent);
	color: #fff !important;
}

.custom-form [type="submit"]:hover {
  background-color: #fff;
  color: var(--e-global-color-accent) !important;
}

.custom-form.row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  justify-content: space-between;
}

.custom-form .col-md-6 {
    flex: 0 0 48.8%;
    max-width: 48.8%;
}

.custom-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.wpcf7-response-output {
	margin-top: 10px !important;
}

.custom-category-header .category-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.custom-category-header  .category-breadcrumb {
	text-align: center;
}

.custom-category-header  .category-breadcrumb {
    font-family: "Corbel", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    color: #FFFFFF;
    transition: color 0.3s;
    text-transform: uppercase;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.custom-category-header  .category-breadcrumb a {
	color: #fff;
}

.custom-category-header  .category-breadcrumb a:hover {
	color: var( --e-global-color-accent );
}

.custom-category-header  .category-breadcrumb i {
	font-size: 14px;
}



@media screen and (max-width: 992px) {
	.custom-form.row {
		gap: 10px;
	}
}


@media screen and (max-width: 620px) {
	
	.position_a {
		position: relative;
		top: 0 !important;
		transform: unset;
	}
	
	
	.custom-form .col-md-6 {
		flex: 0 0 100%;
       max-width: 100%;
	}
	
	.custom-form [type="submit"],
	.banner_slid .swiper-slide-inner a.elementor-button{
		padding: 8px 14px !important;
		font-size: 16px !important;
	}
	
	.custom-form {
		padding: 15px;
	}
	
	.custom-form.row{
		gap: 12px 15px;
	}
	
	.banner_slid .swiper-slide-inner .elementor-slide-description {
		margin-bottom: 15px !important;
	} 
	
		.custom-form input[type="text"],
		.custom-form input[type="email"],
		.custom-form input[type="tel"],
		.custom-form textarea {
		  padding: 7px 15px;
		  font-size: 16px !important;
		}
	
	.custom_product {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}


#main.site-main {
	max-width: 100% !important;
	padding: 0 !important;
}

.custom_product {
	padding-top: 85px;
	padding-bottom: 85px;
}

.custom_product .container {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}



/* Product Design Css */

.summary .product_meta {
	display: none;
}

.custom-product-list-section .container ,  .container {
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
}

.custom-product-list-section ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0;
    gap: 25px;
}

.custom-product-list-section , .product_section {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.custom-product-list-section ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	list-style: none;
	padding: 0;
    gap: 25px;
}

.custom-product-list-section ul li {
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
}

.custom-product-list-section > ul > li > a {
	display: block;
}

.custom-product-list-section ul li a img {
	border: 1px solid #e5e5e5;
}

.box-2 a {
    font-family: "Corbel", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-b667e71);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 16px 10px 16px;
    color: #ffa900;
	display: inline-block;
    text-align: center;
}

.box-2 a:hover {
	background-color: #ffa900;
	color: #fff;
}

.custom-product-list .custom-product-price {
    position: absolute;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    top: 0;
    padding: 6px 12px;
    background-color: #ffa900;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.custom-product-list-section li > a {
	position: relative;
	display: block;
	
}

.box-2 .custom-product-price span {
	color: #000 !important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-product-list-section ul li .product_bottom h3 {
    color: #000;
    margin: 0;
    padding-bottom: 14px;
    padding: 18px 0 0;
    font-family: "gadugi", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0px;
}

.box-2 {
	padding: 20px 0;
	display: block;
/*     justify-content: space-between; */
    text-align: center;
}

.custom-product-list-section ul li span.price {
	display: block;
}

@media screen and (max-width: 1080px) {
	.custom-product-list-section ul {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.custom-product-list-section {
		padding-top: 60px;
    	padding-bottom: 60px;
	}
}

@media screen and (max-width: 820px) {
	.custom-product-list-section ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 620px) {
	.custom-product-list-section ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	
	.custom-product-list-section ul li .product_bottom h3 {
		font-size: 20px;
		padding: 8px 0 0;
	}
		
	.box-2 {
	   padding: 15px 0;
	}
	
	.custom-product-list-section {
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	
	.custom-category-header .category-breadcrumb {
		font-size: 18px;
		line-height: 22px;
			
	}
}

/* product Single */

h1.entry-title {
	display: block !important;
}

.summary h1 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: #000000;
}


/* 
.az-filter {
    margin-bottom: 20px;
    text-align: center;
}

.az-filter button {
    margin: 3px;
    padding: 6px 10px;
    background: #0d6efd;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.az-filter button.active {
    background: #000;
}

.az-filter button.disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.doc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.doc-item {
    background: #f5f5f5;
    padding: 12px;
    transition: 0.3s;
}

.doc-item:hover {
    background: #e9e9e9;
}

.doc-item a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-icon {
    font-size: 14px;
}



    .az-filter button {
        margin:3px;
        padding:6px 10px;
        background:#0d6efd;
        color:#fff;
        border:none;
        cursor:pointer;
        transition: 0.3s;
    }
    .az-filter button.active {
        background:#000;
    }
    .az-filter button.disabled {
        background:#ccc;
        cursor:not-allowed;
        opacity:0.5;
    }
    .doc-grid {
        display:grid;
        grid-template-columns:repeat(3, 1fr);
        gap:15px;
        margin-top:20px;
    }
    .doc-item {
        padding:10px;
        background:#f5f5f5;
    }
    .doc-item a {
        text-decoration:none;
        color:#000;
    }
 */





/* Container for A-Z filter */
.az-filter {
    margin-bottom: 20px;
    text-align: center;
}

/* Filter buttons */
.az-filter button {
    margin: 3px;
    padding: 8px 14px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Active letter */
.az-filter button.active {
    background: #ffa900;
    color: #fff;
}

/* Disabled letters */
.az-filter button.disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
    color: #666;
}

/* Hover effect for clickable buttons */
.az-filter button:not(.disabled):hover {
    background: #ffa900;
}

/* Document grid */
.doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Individual document item */
.doc-item {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 22%);
	transition: all 0.3s ease;
}

/* Hover effect for document item */
.doc-item:hover {
    background: #e9e9e9;
    transform: translateY(-2px);
}

/* Link inside document item */
.doc-item a {
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
}

/* Download arrow icon */
.download-icon {
    font-size: 14px;
    color: #0d6efd;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
    .doc-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
    }

    .az-filter button {
        padding: 6px 10px;
        font-size: 13px;
    }
}
