/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.8
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.elementor-element-60ab9ce{display:none;}
.elementor-1594 .elementor-element.elementor-element-b8bee27 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    margin: 0;
    /* padding: 0; */
}

.harsh-testimonials-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.harsh-testimonials-wrapper .testimonials-header { text-align: center; margin-bottom: 50px; }
.harsh-testimonials-wrapper .testimonials-header h2 { font-size: 42px; font-weight: 800; color: #ffffff; margin: 0 0 15px 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
.harsh-testimonials-wrapper .testimonials-header p { font-size: 18px; color: rgba(255,255,255,0.9); margin: 0; }
.harsh-testimonials-wrapper .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.harsh-testimonials-wrapper .testimonial-card { background: rgba(255, 255, 255, 0.95); border-radius: 16px; padding: 35px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }
.harsh-testimonials-wrapper .testimonial-card::before { content: '"'; position: absolute; top: -10px; left: 20px; font-size: 120px; color: rgba(102, 126, 234, 0.1); font-family: Georgia, serif; line-height: 1; }
.harsh-testimonials-wrapper .testimonial-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.3); }
.harsh-testimonials-wrapper .client-photo { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px; overflow: hidden; border: 4px solid #667eea; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.harsh-testimonials-wrapper .client-photo img { width: 100%; height: 100%; object-fit: cover; }
.harsh-testimonials-wrapper .testimonial-text { font-size: 16px; line-height: 1.7; color: #333; margin-bottom: 25px; font-style: italic; position: relative; z-index: 1; }
.harsh-testimonials-wrapper .client-info { text-align: center; }
.harsh-testimonials-wrapper .client-name { font-size: 18px; font-weight: 700; color: #667eea; margin: 0 0 5px 0; }
.harsh-testimonials-wrapper .client-company { font-size: 14px; color: #666; margin: 0; }
.harsh-testimonials-wrapper .rating { display: flex; justify-content: center; gap: 4px; margin-top: 15px; }
.harsh-testimonials-wrapper .star { color: #ffc107; font-size: 18px; }
@media (max-width: 768px) { .harsh-testimonials-wrapper { padding: 40px 15px; } .harsh-testimonials-wrapper .testimonials-header h2 { font-size: 32px; } .harsh-testimonials-wrapper .testimonials-grid { grid-template-columns: 1fr; gap: 20px; } }



/*why choose us css*/


.why-choose-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 1200px; margin: 0 auto;padding: 50px 0;    background: transparent; } 
.why-choose-wrapper h2 { text-align: center; font-size: 48px; font-weight: 800; background: linear-gradient(135deg, #e31e24 0%, #a70d11 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin: 0 0 20px 0; } 
.why-choose-wrapper .subtitle { text-align: center; font-size: 20px; color: #666; margin: 0 0 60px 0; } 
.why-choose-wrapper .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; margin-top: 50px; } 
.why-choose-wrapper .feature-card { background: white; border-radius: 20px; padding: 40px 35px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); transition: all 0.4s ease; position: relative; overflow: hidden; } 
.why-choose-wrapper .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #e31e24, #a70d11); transform: scaleX(0); transition: transform 0.4s ease; } 
.why-choose-wrapper .feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(227, 30, 36, 0.2); } 
.why-choose-wrapper .feature-card:hover::before { transform: scaleX(1); } 
.why-choose-wrapper .icon-box { width: 80px; height: 80px; border-radius: 20px; background: linear-gradient(135deg, #e31e24 0%, #a70d11 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 25px; box-shadow: 0 8px 20px rgba(227, 30, 36, 0.3); } 
.why-choose-wrapper .icon-box img { width: 45px; height: 45px; } 
.why-choose-wrapper h3 { font-size: 24px; font-weight: 700; color: #2d3748; margin: 0 0 15px 0; } 
.why-choose-wrapper p { font-size: 16px; line-height: 1.7; color: #4a5568; margin: 0; } 
@media (max-width: 768px) { .why-choose-wrapper { padding: 50px 15px; } .why-choose-wrapper h2 { font-size: 36px; } .why-choose-wrapper .features-grid { grid-template-columns: 1fr; gap: 25px; } }



 .image-slider-section {
             display: flex;
    align-items: center;
    justify-content: center;
        }

        .image-slider-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .image-slider-section .slider-container {
            max-width: 900px;
            width: 100%;
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        .image-slider-section .slider-title {
            text-align: center;
            margin-bottom: 30px;
        }

        .image-slider-section .slider-title h2 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 10px;
        }

        .image-slider-section .slider-title p {
            color: #666;
            font-size: 1.1rem;
        }

        .image-slider-section input[type="radio"] {
            display: none;
        }

        .image-slider-section .slider-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .image-slider-section .slides {
            display: flex;
            transition: transform 0.6s ease-in-out;
        }

        .image-slider-section .slide {
            min-width: 100%;
            position: relative;
        }

        .image-slider-section .slide img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
        }

        .image-slider-section .slide-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            color: white;
            padding: 30px;
            text-align: center;
        }

        .image-slider-section .slide-caption h3 {
            font-size: 1.8rem;
            margin-bottom: 10px;
        }

        .image-slider-section .slide-caption p {
            font-size: 1rem;
            opacity: 0.9;
        }

        .image-slider-section .nav-arrows {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
            pointer-events: none;
            z-index: 10;
        }

        .image-slider-section .nav-arrow {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            pointer-events: all;
            transition: all 0.3s ease;
            margin: 0 20px;
            font-size: 1.5rem;
            color: #667eea;
            text-decoration: none;
        }

        .image-slider-section .nav-arrow:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .image-slider-section .dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 25px;
        }

        .image-slider-section .dots label {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .image-slider-section .dots label:hover {
            background: #999;
            transform: scale(1.2);
        }

        .image-slider-section #slide1:checked ~ .slider-wrapper .slides {
            transform: translateX(0%);
        }

        .image-slider-section #slide2:checked ~ .slider-wrapper .slides {
            transform: translateX(-100%);
        }

        .image-slider-section #slide3:checked ~ .slider-wrapper .slides {
            transform: translateX(-200%);
        }

        .image-slider-section #slide4:checked ~ .slider-wrapper .slides {
            transform: translateX(-300%);
        }

        .image-slider-section #slide5:checked ~ .slider-wrapper .slides {
            transform: translateX(-400%);
        }

        .image-slider-section #slide1:checked ~ .dots label[for="slide1"],
        .image-slider-section #slide2:checked ~ .dots label[for="slide2"],
        .image-slider-section #slide3:checked ~ .dots label[for="slide3"],
        .image-slider-section #slide4:checked ~ .dots label[for="slide4"],
        .image-slider-section #slide5:checked ~ .dots label[for="slide5"] {
            background: #667eea;
            transform: scale(1.3);
            border-color: #667eea;
        }

        @keyframes imageSliderAutoSlide {
            0%, 18% { transform: translateX(0%); }
            20%, 38% { transform: translateX(-100%); }
            40%, 58% { transform: translateX(-200%); }
            60%, 78% { transform: translateX(-300%); }
            80%, 98% { transform: translateX(-400%); }
            100% { transform: translateX(0%); }
        }

        .image-slider-section .slides {
            animation: imageSliderAutoSlide 25s infinite;
        }

        .image-slider-section input[type="radio"]:checked ~ .slider-wrapper .slides {
            animation: none;
        }

        @media (max-width: 768px) {
            .image-slider-section .slider-container {
                padding: 20px;
            }

            .image-slider-section .slider-title h2 {
                font-size: 2rem;
            }

            .image-slider-section .slide img {
                height: 300px;
            }

            .image-slider-section .slide-caption h3 {
                font-size: 1.3rem;
            }

            .image-slider-section .slide-caption p {
                font-size: 0.9rem;
            }

            .image-slider-section .nav-arrow {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
                margin: 0 10px;
            }
        }




.guestheadinh{}
.guestheadinh h2{text-align: center;
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #e31e24 0%, #a70d11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 20px 0;}
.guestheadinh p{text-align: center;
    font-size: 20px!important;
    color: #666!important;
    margin: 0 0 60px 0;}

/* Serivice box*/
/* Base styles for service box */
.service-box {
    background: #ffffff;
    border-radius: 12px;
    padding:15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 670px;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.service-box h2 {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  border-bottom: 3px solid #3498db;
  padding-bottom: 0.5rem;
}

.service-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.service-box ul li {
  padding: 4px  0;
  padding-left: 1.5rem;
  position: relative;
  color: #34495e;
  font-size:16px;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.service-box ul li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #3498db;
  font-weight: bold;
}

.service-box ul li:hover {
  color: #3498db;
}

.service-box p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* Tablet styles */
@media (max-width: 768px) {
  .service-box {
    padding: 1.5rem;
    margin: 1.5rem;
    max-width: 100%;
  }

  .service-box h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }

  .service-box ul li {
    font-size: 1rem;
    padding: 0.6rem 0;
    padding-left: 1.25rem;
  }

  .service-box p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

/* Mobile styles */
@media (max-width: 480px) {
  .service-box {
		 padding: 10px;
        margin: 0;
        border-radius: 8px;
        min-height: auto;
  }

  .service-box h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .service-box ul {
    margin-bottom: 1.25rem;
  }

  .service-box ul li {
    font-size: 0.95rem;
    padding: 0.5rem 0;
    padding-left: 1.25rem;
  }

  .service-box p {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left;
  }
}



.container-fluid{padding:0px;}
.youtube-shorts-wrapper * {margin:0;padding:0;box-sizing:border-box;width:100%;} 
.youtube-shorts-wrapper {background-color:transparent;background-image: linear-gradient(180deg, #9B0606 0%, #3F0513 100%);padding:70px 0 80px 0;} 
.youtube-shorts-wrapper .shorts-container {max-width:1200px;margin:0 auto;} 
.youtube-shorts-wrapper .section-header {display:flex;align-items:center;gap:12px;margin-bottom:30px;} 
.youtube-shorts-wrapper .section-title {font-size:42px;font-weight:800;color:#ffffff;margin:0 0 15px 0;text-shadow:2px 2px 4px rgba(0,0,0,0.1);text-align:center;} 
.youtube-shorts-wrapper .short-card iframe {height: 215px; width: 100%;} 
.youtube-shorts-wrapper .shorts-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;} 
@media (max-width:767px){.youtube-shorts-wrapper .shorts-grid {grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:12px;} .youtube-shorts-wrapper .section-title {font-size:24px;} .youtube-shorts-wrapper {padding:20px;} .youtube-shorts-wrapper .short-card iframe {width:100%;}.footer-wrapper{padding:0 20px;}
.elementor-2 .elementor-element.elementor-element-7d7f2e2{padding:0 40px;}
.elementor-2 .elementor-element.elementor-element-4aadd54 .elementor-heading-title br{display:none}
.elementor-2 .elementor-element.elementor-element-29133b8 > .elementor-element-populated {padding: 0 30px;}
}



.logo-slider-wrapper * {margin:0;padding:0;box-sizing:border-box;} 
.logo-slider-wrapper {padding:60px 0;overflow:hidden;} 
.logo-slider-wrapper .slider-container {max-width:1200px;margin:0 auto;padding:0 20px;} 
.logo-slider-wrapper p {font-size:20px;line-height:30px;text-align:center;} 
.logo-slider-wrapper .section-title {text-align:center;font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:20px;} 
.logo-slider-wrapper .slider-track {display:flex;width:calc(250px * 32);animation:scroll 40s linear infinite;} 
.logo-slider-wrapper .slider-track:hover {animation-play-state:paused;} 
@keyframes scroll {0%{transform:translateX(0);}100%{transform:translateX(calc(-250px * 16));}} 
.logo-slider-wrapper .logo-slide {width:200px;height:125px;display:flex;align-items:center;justify-content:center;padding:20px;flex-shrink:0;} 
.logo-slider-wrapper .logo-slide img {max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);opacity:0.7;transition:all 0.3s ease;} 
.logo-slider-wrapper .logo-slide:hover img {filter:grayscale(0%);opacity:1;transform:scale(1.1);} 
@media (max-width:768px){.logo-slider-wrapper .section-title{font-size:28px;margin-bottom:30px;}.logo-slider-wrapper .slider-track{width:calc(200px * 32);}@keyframes scroll{0%{transform:translateX(0);}100%{transform:translateX(calc(-200px * 16));}}.logo-slider-wrapper .logo-slide{width:200px;height:120px;}}

.voice.why-choose-wrapper {padding-bottom:0px;}
.voice.why-choose-wrapper .subtitle{margin-bottom:0px;}

.ugcheading h3{text-align: center;font-size: 48px;font-weight: 800;background: linear-gradient(135deg, #e31e24 0%, #a70d11 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;margin: 0 0 20px 0;}
.videos-grid .e-con-inner {max-width:1200px;display:flex;margin: 0 auto 80px auto;justify-content:space-between;flex-direction: row !important;}
.videos-grid .e-con-inner>div{width:32%;}
.videos-grid .e-con-inner iframe{height:215px;}

@media (max-width:768px){
	.videos-grid .e-con-inner{padding:20px;}
	.videos-grid .e-con-inner>div {
    width: 100%;
}
}
.youtube-shorts-wrapper.instargramheight .short-card iframe{height:700px}

.footer-links {display:flex;justify-content: flex-start;flex-wrap:wrap;gap: 10px;padding:20px 0;font-family:'Segoe UI',sans-serif;font-size:14px;} 
.footer-links a {
    background-color: #D82828;
    font-size: 17px;
    line-height: 34px;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    } 
.footer-links a:hover {text-decoration:none;color:#f1f1f1;}
@media (max-width:768px){
	.footer-links a {
   
    width: 100%;
    text-align: center;
}
	.why-choose-wrapper h3 {
    font-size: 17px;

}
}
