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

:root {
  --primary: #ea412f;
  --secondary: #2a3582;
  --black: #000;
  --light-black: #1f1f1f;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*  margin: 0px;*/
/*}*/
p {
  margin: 0 0 1rem;
}
a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -5% !important;
  z-index: 9;
}

ul.slick-dots li {
  background: #bc8f8f;
  border-radius: 5px !important;
  width: 1rem;
  height: 5px;
  opacity: 0.2;
}

ul.slick-dots li.slick-active {
  background: var(--primary);
  width: 4rem !important;
  opacity: 1;
}

ul.slick-dots button {
  display: none;
}
@media (max-width: 767px) {
  p#breadcrumbs {
    font-size: 14px !important;
  }
}
.post-containter ul,
.post-containter ol {
  margin: 20px 0;
}
.post-containter img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.post-containter a {
  color: var(--secondary);
  text-decoration: underline;
}
.post-containter a:hover {
  color: var(--primary);
}
.post-containter h2,
.post-containter h3,
.post-containter h4,
.post-containter h5,
.post-containter h6 {
  font-family: "Syne", sans-serif;
  margin: 20px 0;
}

.list-style ul,
.list-style ol {
  margin: 20px 0;
}
/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
  position: relative;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}

.swiper-pagination {
  /*display: none;*/
  margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  transition: var(--transition);
  border-radius: 50px !important;
  background: var(--white);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}

@media (max-width: 767px) {
  .elementor-swiper-button {
    display: none !important;
  }
  .swiper-pagination {
    display: block;
  }
}
/*.testimonials-carousel .swiper-pagination {*/
/*    display: block;*/
/*}*/
/*.banner-image-carousel .swiper-pagination {*/
/*    display: block !important;*/
/*}*/

/*.banner-image-carousel .swiper-pagination .swiper-pagination-bullet {*/
/*  width: 6px !important;*/
/*  height: 6px !important;*/
/*  transition: var(--transition);*/
/*  border-radius: 50px !important;*/
/*}*/
.elementor-heading-title span {
  color: var(--primary);
}

.primary-btn a {
  background: var(--secondary) !important;
  padding: 16px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
  text-transform: uppercase;
}
.primary-btn a:hover {
  background: var(--primary) !important;
}

@media (max-width: 767px) {
  .primary-btn a {
    padding: 16px 30px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HEADER STYLES START  
==================================*/

    .header-main {
        position: absolute;
        top: 0;
        z-index: 9;
    }

/* ===============================
	HEADER STYLES END  
==================================*/


.testimonials-carousel .swiper-slide .elementor-widget.elementor-widget-text-editor {
    height: 150px;
    overflow-y: auto;
    padding-right: 2rem;
}

.testimonials-carousel .swiper-slide .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.testimonials-carousel .swiper-slide .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.testimonials-carousel .swiper-slide .elementor-widget.elementor-widget-text-editor::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}


/*PORTFOLIO CSS START */

.gallery-cont .gallery-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 767px) {
    .gallery-cont .gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
    }
    
    .gallery-cont .gallery-item img {
        height: 150px;
    }
    
    .gallery-cont .gallery .gallery-item {
        flex: 0 0 46%;
    }
}

/*SINGL BLOG CSS START */

.post-content :is(h2, h3, h4, h5, h6, ul) {
    margin: 25px 0 15px !important;
}
.post-content ul li, 
.post-content  ol li {
    margin-bottom: 5px;
}
.elementor-widget-table-of-contents {
    color: var(--white);
}


.post-content .elementor-image-carousel-wrapper img {
    height: 300px;
    object-fit: cover;
}

.post-content .elementor-image-carousel-wrapper .swiper-slide {
    margin: 0 5px;
}

/* ================================
   WooCommerce Description Styling
================================ */

.woocommerce-Tabs-panel--description {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    line-height: 1.7;
    color: #222;
    padding: 20px 0;
    max-width: 900px;
    margin: 0 auto;
}

/* Headings */
.woocommerce-Tabs-panel--description h1 {
    font-size: 32px;
    margin: 40px 0 20px;
    line-height: 1.2;
}

.woocommerce-Tabs-panel--description h2 {
    font-size: 26px;
    margin: 35px 0 15px;
    line-height: 1.25;
}

.woocommerce-Tabs-panel--description h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    line-height: 1.3;
}

.woocommerce-Tabs-panel--description h4 {
    font-size: 18px;
    margin: 18px 0 10px;
    line-height: 1.4;
}

/* Paragraphs */
.woocommerce-Tabs-panel--description p {
    font-size: 16px;
    margin: 0 0 16px;
}

/* Lists */
.woocommerce-Tabs-panel--description ul {
    margin: 15px 0 25px;
    padding-left: 22px;
}

.woocommerce-Tabs-panel--description ul li {
    font-size: 16px;
}
.woocommerce-Tabs-panel--description a:hover {
    color: var(--secondary) !important;
}
/* Strong emphasis */
.woocommerce-Tabs-panel--description strong {
    font-weight: 700;
}

/* Underline styling refinement */
.woocommerce-Tabs-panel--description u {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

/* Better spacing for section breaks */
.woocommerce-Tabs-panel--description br {
    line-height: 1.6;
}

/* Make long blocks easier to read */
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4 {
    letter-spacing: -0.2px;
}

.woocommerce  form.cart table.variations td.value select {
    background: var(--black);
}
/* ================================
   Responsive Design
================================ */

@media (max-width: 768px) {
    .woocommerce-Tabs-panel--description {
        padding: 15px;
    }

    .woocommerce-Tabs-panel--description h1 {
        font-size: 26px;
    }

    .woocommerce-Tabs-panel--description h2 {
        font-size: 22px;
    }

    .woocommerce-Tabs-panel--description h3 {
        font-size: 18px;
    }

    .woocommerce-Tabs-panel--description h4 {
        font-size: 16px;
    }

    .woocommerce-Tabs-panel--description p,
    .woocommerce-Tabs-panel--description ul li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .woocommerce-Tabs-panel--description h1 {
        font-size: 22px;
    }

    .woocommerce-Tabs-panel--description h2 {
        font-size: 20px;
    }

    .woocommerce-Tabs-panel--description p,
    .woocommerce-Tabs-panel--description ul li {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ================================
   WooCommerce Single Page  Styling
================================ */

div.product p.price {
    margin: 0 !important;
}
ul.tabs.wc-tabs {
    padding: 0 !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    max-width: 100%;
    padding: 2rem 1.25rem;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel h2:first-child {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    height: 500px;
    display: block;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    padding: 0;
}

.woocommerce div.product form.cart .variations .label {
    text-align: left;
    padding-top: 5px;
}
.wpgs-for .slick-slide {
    height: 500px !important;
}

.wpgs-for img {
    height: 100% !important;
    object-fit: cover !important;
}
.fancybox-navigation .fancybox-button {
    padding: 0;
    background: transparent;
}

.fancybox-toolbar button {
    padding: 0;
    background: transparent;
    margin: 0 5px;
}

.fancybox-inner {
    margin: 1rem;
}