/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* header */
header {
    position: absolute;
    z-index: 999;
    top: 20px;
    width: 100%;
    transition: all 0.3s ease;
}
.btn:hover {
    color: var(--brand-secondary);
}
header.site-header.inner-pages {
    position: relative;
    top: 0;
}
header.site-header.home-page.navbar-scrolled {
    position: fixed;
    background: #fff;
    top: 0;
}
.nav-bg {
    background-color: #fff;
    padding: 12px 50px;
}
.know-more {
    background-color: #002236;
    color: #fff;
    border-radius: 0px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
}
a{
    text-decoration: none;
}
/* header-end */
/* section1 */
.sec-1 {
    position: relative;
    height: 750px; /* Match your original height */
    overflow: hidden; /* Ensure carousel doesn't overflow */
}

/* Carousel styling */
.sec-1 .carousel {
    height: 100%;
}

.sec-1 .carousel-inner, .sec-1 .carousel-item {
    height: 100%;
}

.sec-1 .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.count {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2; /* Ensure counter appears above carousel */
}

.count-7 {
    padding: 0;
}

.count-cont {
    background-color: #fff;
    border-radius: 0px 100px 0px 0px;
    padding: 20px 0; /* Added some padding */
    box-shadow: 0 -5px 15px rgba(0,0,0,0.1); /* Optional subtle shadow */
}

/* Make counter responsive */
@media (max-width: 992px) {
    .count-cont {
        border-radius: 0px 50px 0px 0px;
    }
}

@media (max-width: 768px) {
    .count-cont {
        border-radius: 0px 30px 0px 0px;
    }
}

/* section1-end*/

/* section2 */
.sec-2 {
    margin-top: 130px;
}
.email h5 > span {
    font-size: 14px;
}
.about-left-side {
    width: 100%;
    height: 787px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px;
    margin: 0px;
}

.about-div h2 {
    font-size: 42px;
    padding: 60px 0px 0px 50px;
}

.about-div p {
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 0px 0px 50px;

}

.about-div .explore-btn {
    border: none;
    background-color: #002236;
    color: #fff;
    font-weight: 600;
    padding: 15px 45px;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 50px;
    display: inline-block;
}

/* section2-end */
/* section3 */
.sec-3 {
    background-color: #002236;
    padding-bottom: 100px;
}

.saying-us h4 {
    color: #fff;
    font-size: 45px;
    padding-top: 100px;
}

.saying-us p {
    color: #dfe3e5;
    font-size: 19px;
    margin-top: 30px;
}

.two-in-one {
    display: flex;
    margin-top: 50px;
}

.tem-m h5 {
    color: #fff;
    font-size: 30px;
}

.tem-m p {
    color: #dfe3e5;
    font-size: 18px;
}

.four-point {
    margin-left: 80px;
}

.four-point h5 {
    color: #fff;
    font-size: 30px;
}

.four-point p {
    color: #dfe3e5;
    font-size: 18px;
}

.four-point .fa-star {
    color: #e7c873;
    padding: 0px 5px 0px 0px;
    font-size: 12px;
}

/* right */
.slider-img {
    margin-top: 100px;
    margin-left: 100px;
}

.slider-img img {
    height: 120px;
}

.slider-img span {
    color: #fff;
    font-size: 25px;
    padding-left: 30px;
}

.slider-img p {
    color: #fff;
    font-size: 18px;
}



/* section3-end */
/* section4 */
.explore-product h2 {
    padding-top: 80px;
    font-size: 42px;
    font-weight: 600;
    color: #000;

}

.explore-product p {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 600;
    color: #3c3c3c;
}

.owl-theme {
    padding: 0;
}

#owl-demo .item {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-nav {
    font-size: 60px;
}

button.owl-prev {
    position: absolute;
    top: 216px;

}

button.owl-next {
    position: absolute;
    right: 0;
    top: 216px;
}

/* section-4-end */
/* section5 */
.sec-5 {
    background-color: #002236;
    position: relative;
    overflow: hidden;
    top: 100px;
    padding-bottom: 180px;
}

img.circle {
    width: 664px;
    position: absolute;
    top: -230px;
    right: -159px;
    overflow: hidden;
}

.heading1 {
    padding: 128px 144px 20px 81px;
}

.heading1 h2 {
    color: #dfe3e5;
    font-weight: 700;
    font-size: 50px;
    line-height: 4rem;
}

.main-zero {
    display: flex;
    margin-left: 50px;
    padding-top: 100px;

}

.one h2 {
    font-size: 130px;
    font-weight: 700;
    color: #FFF;
}

.two h3 {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    margin-left: 30px;
}

.two p {
    color: #dfe3e5;
    font-size: 26px;
    margin-left: 30px;
}

.circle2 {
    position: absolute;
    height: 350px;
    left: -166px;
    bottom: -165px;
}

.circle3 {
    position: absolute;
    height: 350px;
    bottom: -165px;
    right: -166px;
}

/* section-5end */

/* section6 */
.sec-6 {
    margin-top: 200px;
}

.heading2 {
    font-size: 60px;
    font-weight: 600;
}

.lorem-icon {
    margin-top: 50px;
}

.rocket {
    background-color: #284474;
    color: #FFF;
    padding: 30px;
    border-radius: 50%;
    font-size: 25px;
}

.rocket-div {
    display: flex;
    margin-top: 20px;
}

.vr {
    height: 121px;
    border: 1px solid #cacdce;
    width: 0;
    margin: 25px 40px;
}

.contant-side {
    padding-left: 50px;
}

.contant-side h2 {
    font-size: 40px;
}

.contant-side p {
    font-size: 27px;
    color: #474848;
    font-weight: 600;
}


.mask-grup {
    width: 100%;
    margin-top: 50px;
}

/* section6-end */
/* section7 */
.sec-7 {
    margin-top: 100px;
    background-color: #002236;
    padding-bottom: 100px;
}

.category {
    margin-top: 80px;
}

.category h2 {
    color: #fff;
    font-size: 45px;
}

.category p {
    color: #dfe3e5;
    font-size: 21px;
}



.card-body2 {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    width: 100%;

}

.card-body2 h6 {
    font-size: 25px;
}

.card-body2 p {
    font-weight: 600;
    color: #474848;
}

.card-body3 {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    width: 100%;

}

.card-body4 {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    width: 100%;

}

.card-body5 {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    width: 100%;

}
.card-body-category{
     height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    width: 100%;
    background-position: center;
}
.card-body-category a{
    color: #000;
}
.card-body6 {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    width: 100%;

}

/* section7-end */

/* section8 */
.sec-8 {
    margin-top: 100px;
}
.group-img2{
    width: 100%;
}
.pcd-right h2 {
    font-size: 60px;
    font-weight: 600;
}

.pcd-right p {
    font-size: 20px;
    color: #474848;
    font-weight: 600;
}


.toggle-header {
    cursor: pointer;
    padding: 1rem 0;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(45deg);
    /* Plus becomes an X when rotated */
}

.border-bottom-light {
    border-bottom: 1px solid #e0e0e0;
}

.btn-dark-blue {
    background-color: #00263a;
    color: white;
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
    border: none;
}

.btn-dark-blue:hover {
    background-color: #001d2c;
}

/* section8end */
/* section9 */
.sec-9 {
    margin-top: 100px;
    background-image: url(assets/images/Contact\ Info\ 1.png);
    padding-bottom: 100px;
}

.contact-info {
    margin-top: 100px;
}

.contact-info p {
    font-size: 30px;
}

.contact-info h2 {
    font-size: 65px;
    font-weight: 700;
}

.email {
    margin-top: 100px;

}

.email h5 {
    font-size: 26px;
}

.email p {
    font-size: 20px;
    font-weight: 600;
}

/* section9end */
/* section10 */
.sec-10 {
    margin-top: 100px;
    padding-bottom: 100px;
}

.get-start {
    font-size: 25px;
    font-weight: 600;
    color: #474848;
}

.contact-heading {
    font-weight: bold;
    font-size: 4.3rem;
    line-height: 1.3;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #000;
    color: #fff;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-weight: 500;
    font-size: 28px;
    padding: 10px 10px 30px 0px
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #000;
}

.submit-btn {
    background-color: #00263a;
    color: white;
    padding: 0.85rem 5.5rem;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 20px;
}

.submit-btn:hover {
    background-color: #001d2c;
}

/* section10end */

/* footer */
footer {
    background-image: url(assets/images/image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    width: 100%;
    background-color: #000000aa;
}

.footer-logo {
    height: 60px;
    margin-top: 50px;
}

.footer-list {
    margin-top: 50px;
}
.footer-list a {
    color: #fff;
}

.footer-list h5 {
    color: #FFF;
}

.footer-list ul {
    list-style: none;
    padding: 15px 0px 0px 0px;
    color: #FFF;
}

.footer-list ul li {
    padding-top: 15px;
}

.footer-contact {
    margin-top: 50px;
}

.footer-contact h5 {
    color: #fff;

}

.location-div {
    display: flex;
    margin-top: 10px;
}

.location i {
    color: #fff;
    font-size: 25px;
    padding: 15px 0px 0px 0px;
}

.location-text {
    color: #fff;
    font-size: 16px;
    padding: 0px 30px;
}
.location-text2 a{
    color: #fff;
}

.location-text2 {
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
}

.follow-main {
    width: 100%;
    background-color: #d4d6d7;
    border-radius: 10px;
    margin-top: 50px;
}

.follow-main h4 {
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
}

.follow-icons {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.follow-icons i {
    font-size: 25px;
    padding: 0px 0px 20px 0px;
}
.last-left{
    color: #757676;
    padding: 60px 0px 20px 20px;
    font-size: 14px;
}
.last-list{
    display: flex;
    list-style: none;
    justify-content: space-evenly;
        padding: 60px 0px 20px 20px;

}
.last-list li{
    color: #d4d6d7;
}

@media(min-width:992px) and (max-width:1600px){
	.heading1 h2 {
    font-size: 42px;
    line-height: 46px;
}

.heading1 {
    padding: 85px 137px 20px 81px;
}
img.circle {
    width: 550px;
    top: -260px;
    right: -210px;
}
.two p {
    font-size: 16px;
}
.one h2 {
    font-size: 86px;
}
.main-zero {
    padding-top: 50px;
}
.sec-5 {
    padding-bottom: 95px;
}
.heading2 {
    font-size: 42px;
    color: #000;
}
.contant-side h2 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
}
.rocket {
    padding: 20px;
    font-size: 20px;
}
.contant-side p {
    font-size: 16px;
    color: #3c3c3c;
}
.vr {
    height: 74px;
    margin: 25px 25px;
}
.pcd-right h2 {
    font-size: 42px;
    color: #000;
}
.pcd-right p {
    font-size: 18px;
    color: #3c3c3c;
}
.contact-info p {
    font-size: 16px;
    color: #3c3c3c;
}
.contact-info h2 {
    font-size: 42px;
}
.email h5 {
    font-size: 22px;
}
.email p {
    font-size: 16px;
    font-weight: 600;
}
.contact-heading {
    font-size: 56px;
}
}
@media (max-width: 768px) {
	.nav-bg {
    background-color: #fff;
    padding: 10px 30px;
}
.count {
    position: relative;
}
.sec-1 {
    height: 220px;
}


    .count-cont {
        border-radius: 0px 0px 0px 0px;
    }

    /* section1end */

    /* section2 */
    .sec-2 {
    margin-top: 50px;
}
.about-left-side {
    width: 100%;
    height: 450px;
}
.about-div h2 {
    font-size: 35px;
    padding: 0px 0px 0px 0px;
}

.about-div p {
    font-size: 16px;
    margin-top: 30px;

    padding: 0px 0px 0px 0px;

}
.about-div button {
   
    padding: 15px 45px;
    font-size: 22px;
    margin: 30px 0px 20px 0px;
}
    /* section2 end */
/* section3 */
.sec-3 {
    padding-bottom: 50px;
}
.saying-us h4 {
    color: #fff;
    font-size: 30px;
    padding-top: 50px;
}
.saying-us p {
    color: #dfe3e5;
    font-size: 16px;
    margin-top: 30px;
}


/* right */
.slider-img {
    margin-top: 50px;
    margin-left: 0px;
}

.slider-img img {
    height: 50px;
}

.slider-img span {
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
}

.slider-img p {
    color: #fff;
    font-size: 16px;
}

/* section3end */
/* section4 */
.explore-product h2 {
    padding-top: 50px;
    font-size: 35px;

}
.explore-product p {
    font-size: 16px;
    padding-top: 5px;
    
}
/* section4end */
/* section5 */
.sec-5 {
    position: unset;
    padding-bottom: 50px;
}
img.circle {
    display: none;
}
.heading1 {
    padding: 50px 0px 0px 0px;
}

.heading1 h2 {
    color: #dfe3e5;
    font-weight: 700;
    font-size: 30px;
    line-height: 2.5rem;
}

.main-zero {
    display: flex;
    margin-left: 0px;
    padding-top: 50px;

}
.one h2 {
    font-size: 35px;
    font-weight: 600;
}
.two h3 {
    font-size: 30px;
    font-weight: 600;
    margin-left: 15px;
}
.two p {
    
    font-size: 16px;
    margin-left: 15px;
}
.circle2 {
    display: none;
}

.circle3 {
    display: none;
}

/* section5-end */
/* section6 */
.sec-6 {
    margin-top: 50px;
}
.heading2 {
    font-size: 35px;
    font-weight: 600;
}
.lorem-icon {
    margin-top: 20px;
}
.rocket {
    padding: 20px;
    font-size: 15px;
}
.vr {
    height: 80px;
    border: 1px solid #cacdce;
    width: 0;
    margin: 25px 0px 0px 27px;
}
.contant-side {
    padding-left: 15px;
}

.contant-side h2 {
    font-size: 30px;

}
.contant-side p {
    font-size: 20px;
    
}
/* section6end */
/* section7 */
.sec-7 {
    margin-top: 50px;
    padding-bottom: 50px;
}
.category {
    margin-top: 50px;
}

.category h2 {
    color: #fff;
    font-size: 35px;
}

.category p {
    color: #dfe3e5;
    font-size: 16px;
}
/* section7end */

/* section8 */
.sec-8 {
    margin-top: 50px;
}
.pcd-right h2 {
    margin-top: 30px;
    font-size: 35px;
    font-weight: 600;
}
.pcd-right p {
    font-size: 16px;
    
}
/* section8end */
/* section9 */
.sec-9 {
    margin-top: 50px;
    padding-bottom: 50px;
}
.contact-info {
    margin-top: 50px;
}

.contact-info p {
    font-size: 25px;
}

.contact-info h2 {
    font-size: 30px;
    font-weight: 600;
}
.email {
    margin-top: 50px;

}

.email h5 {
    font-size: 18px;
}

.email p {
    font-size: 18px;
    font-weight: 600;
}
/* section9end */
/* section10 */
.sec-10 {
    margin-top: 50px;
    padding-bottom: 50px;
}

.contact-heading {
    font-size: 28px;
}

.social-icon {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    
}

.form-control {
    font-size: 16px;
    padding: 10px 0px 0px 0px
}
.submit-btn {
    padding: 0.75rem 3.5rem;    
    margin-top: 0px;
}
/* section10end */

/* footer */
footer {
    background-position: center;
}

.footer-logo {
    height: 60px;
    margin-top: 50px;
}
.last-list{
    font-size: 12px;
        padding: 0px 0px 20px 0px;

}
}
.footer-list p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

section.breadcrumb-section {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #1a237e, #283593);
  overflow: hidden;
  z-index: 1;
}

section.breadcrumb-section .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 34 54 / 78%);
    z-index: -1;
}
/* Particles Background */
section.breadcrumb-section #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

section.breadcrumb-section .heading-text {
  position: relative;
  display: inline-block;
  animation: textReveal 1.5s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

section.breadcrumb-section .heading-underline {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, #ffa502);
  animation: underlineGrow 1.2s 0.5s ease-out forwards;
}

section.breadcrumb-section .breadcrumb {
  background: transparent;
  padding: 0;
  font-size: 1.1rem;
}

section.breadcrumb-section .breadcrumb-item {
  position: relative;
  margin: 0 10px;
}

section.breadcrumb-section .breadcrumb-item:not(:last-child):after {
  content: ">";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
}

section.breadcrumb-section .breadcrumb-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

section.breadcrumb-section .breadcrumb-link:hover {
  color: #fff;
  transform: translateX(5px);
}

section.breadcrumb-section .breadcrumb-link i {
  transition: all 0.3s ease;
}

section.breadcrumb-section .breadcrumb-link:hover i {
  transform: scale(1.2);
}

section.breadcrumb-section .breadcrumb-current {
  color: #fff;
  font-weight: 500;
  position: relative;
}

section.breadcrumb-section .breadcrumb-current:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ff6b6b, #ffa502);
  animation: currentUnderline 0.8s ease-out forwards;
}
section.breadcrumb-section .main-heading{
    text-align: center;
}

/* Animations */
@keyframes textReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes underlineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes currentUnderline {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}

@media (max-width: 768px) {
  section.breadcrumb-section .breadcrumb-section {
    padding: 40px 0;
  }
  section.breadcrumb-section .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  
  section.breadcrumb-section .breadcrumb-item {
    white-space: nowrap;
  }
}


/* Product page section */

:root {
  --brand-primary: #002236;
  --brand-secondary: #F1811B;
  --brand-light: #f8f9fa;
  --brand-dark: #1a2e35;
  --brand-white: #ffffff;
   --skr-primary: #2c7be5;
        --skr-secondary: #00d97e;
        --skr-primary-rgb: 44, 123, 229;
}
section.ancient-products {
  background-color: #f9f9f9;
}

section.ancient-products .ancient-page-header {
  margin-bottom: 40px;
}

section.ancient-products .ancient-page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

section.ancient-products .ancient-page-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--brand-secondary);
}

section.ancient-products .ancient-page-subtitle {
  font-size: 1.2rem;
  color: #666;
}

section.ancient-products .ancient-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

section.ancient-products .ancient-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

section.ancient-products .product-badge .badge {
  background: var(--brand-secondary);
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

section.ancient-products .product-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

section.ancient-products .product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

section.ancient-products .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 100, 83, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .product-overlay {
  opacity: 1;
}

section.ancient-products .quick-view-btn {
  color: #fff;
  background: var(--brand-secondary);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .quick-view-btn {
  transform: translateY(0);
}

section.ancient-products .product-content {
  padding: 20px;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 1rem;
}

section.ancient-products .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

section.ancient-products .product-title a:hover {
  color: var(--brand-secondary);
}

section.ancient-products .product-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

section.ancient-products .meta-item {
   margin-bottom: 8px;
        align-items: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

section.ancient-products .meta-item i {
  color: var(--brand-secondary);
  margin-right: 8px;
  width: 20px;
  text-align: center;
}

section.ancient-products .product-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

section.ancient-products .price {
  font-weight: 700;
  color: var(--brand-primary);
}

section.ancient-products .price .amount {
  font-size: 1.2rem;
}

section.ancient-products .add-to-cart a {
  background: var(--brand-secondary);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

section.ancient-products .add-to-cart a:before {
  content: '\f217';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}

section.ancient-products .add-to-cart a:hover {
  background: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 194, 74, 0.3);
}

/* ================ Single Product Styles ================ */
section.ancient-single-product {
    background-color: #f9f9f9;
    padding: 50px 0;
}

section.ancient-single-product .ancient-product-detail {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

section.ancient-single-product .ancient-product-gallery {
    position: relative;
}

section.ancient-single-product .main-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

section.ancient-single-product .main-image img {
    width: 100%;
    height: auto;
    display: block;
}

section.ancient-single-product .thumbnail-slider {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

section.ancient-single-product .thumbnail-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

section.ancient-single-product .thumbnail-img:hover {
    border-color: var(--brand-secondary);
}

section.ancient-single-product .ancient-product-info {
    padding-left: 30px;
}

section.ancient-single-product .product-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--brand-primary);
}

section.ancient-single-product .product-rating {
    margin-bottom: 15px;
}

section.ancient-single-product .star-rating {
    color: #ffb300;
    font-size: 1.2rem;
}

section.ancient-single-product .product-price {
    font-size: 1.8rem;
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-box {
    background: rgba(139, 194, 74, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-title {
    font-size: 1.1rem;
    color: var(--brand-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

section.ancient-single-product .meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

section.ancient-single-product .meta-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .meta-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.ancient-single-product .description-title {
    font-size: 1.3rem;
    color: var(--brand-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

section.ancient-single-product .product-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .share-label {
    font-weight: 600;
    margin-right: 15px;
    color: var(--brand-primary);
}

section.ancient-single-product .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

section.ancient-single-product .share-icon.facebook {
    background: #3b5998;
}

section.ancient-single-product .share-icon.twitter {
    background: #1da1f2;
}

section.ancient-single-product .share-icon.linkedin {
    background: #0077b5;
}

section.ancient-single-product .share-icon.whatsapp {
    background: #25d366;
}

section.ancient-single-product .share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    section.ancient-single-product .ancient-product-info {
        padding-left: 0;
        padding-top: 30px;
    }
    
    section.ancient-single-product .product-title {
        font-size: 1.6rem;
    }
    
    section.ancient-single-product .product-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    section.ancient-single-product .ancient-product-detail {
        padding: 20px;
    }
    
    section.ancient-single-product .thumbnail-slider {
        flex-wrap: wrap;
    }
}
/* button animation */

section.ancient-single-product .product-query {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    section.ancient-single-product .query-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 25px;
        background: linear-gradient(135deg, var(--skr-primary), var(--skr-secondary));
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        border: none;
        cursor: pointer;
    }

    section.ancient-single-product .query-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    section.ancient-single-product .query-btn:active {
        transform: translateY(1px);
    }

    section.ancient-single-product .query-icon {
        margin-right: 10px;
        font-size: 1.3rem;
        transition: all 0.3s ease;
    }

    section.ancient-single-product .query-btn:hover .query-icon {
        transform: rotate(15deg);
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(var(--skr-primary-rgb), 0.7);
        }

        70% {
            box-shadow: 0 0 0 10px rgba(var(--skr-primary-rgb), 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(var(--skr-primary-rgb), 0);
        }
    }

    section.ancient-single-product .pulse-animate {
        animation: pulse 2s infinite;
    }

    section.ancient-single-product .query-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    section.ancient-single-product .query-btn:focus:not(:active)::after {
        animation: ripple 1s ease-out;
    }

    @keyframes ripple {
        0% {
            transform: scale(0, 0);
            opacity: 0.5;
        }

        100% {
            transform: scale(20, 20);
            opacity: 0;
        }
    }

    section.ancient-single-product .query-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--skr-secondary), var(--skr-primary));
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 50px;
    }

    section.ancient-single-product .query-btn:hover::before {
        opacity: 1;
    }

    section.ancient-single-product .query-text {
        position: relative;
        z-index: 1;
    }

    section.ancient-single-product .query-icon {
        position: relative;
        z-index: 1;
    }
.ancient-related-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ancient-related-products .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--brand-primary);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.ancient-related-products .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--brand-secondary);
}

.ancient-related-products .ancient-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.ancient-related-products .ancient-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ancient-related-products .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.ancient-related-products .product-badge .badge {
    background: var(--brand-secondary);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.ancient-related-products .product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.ancient-related-products .product-image-wrapper img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.ancient-related-products .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.ancient-related-products .ancient-product-card:hover .product-overlay {
    opacity: 1;
}

.ancient-related-products .quick-view-btn {
    color: #fff;
    background: var(--brand-primary);
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.ancient-related-products .product-content {
    padding: 15px;
}

.ancient-related-products .product-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.ancient-related-products .product-title a {
    color: var(--brand-primary);
    text-decoration: none;
}

.ancient-related-products .product-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.ancient-related-products .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ancient-related-products .price {
    font-weight: 700;
    color: var(--brand-primary);
}

@media (max-width: 768px) {
    .ancient-related-products .section-title {
        font-size: 1.5rem;
    }
}

/* Table and grid toggle css */

/* View Toggle Styles */
    .view-toggle {
        background: #fff;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .view-toggle .btn {
        border: none;
        padding: 8px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .view-toggle .btn.active {
        background: var(--brand-secondary);
        color: #fff;
    }

    .view-toggle .btn:not(.active):hover {
        background: rgba(139, 194, 74, 0.1);
        color: var(--brand-primary);
    }

    /* Table View Styles */
    .products-table-view .table {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .products-table-view .table th {
        background: var(--brand-primary);
        color: #fff;
        font-weight: 600;
        border: none;
        padding: 15px;
    }

    .products-table-view .table td {
        vertical-align: middle;
        padding: 15px;
        border-color: rgba(0, 0, 0, 0.05);
    }

    .products-table-view .table tr:hover td {
        background: rgba(139, 194, 74, 0.05);
    }

    .products-table-view .badge {
        background: var(--brand-secondary);
        color: #fff;
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 0.7rem;
        font-weight: 600;
        display: inline-block;
        margin-top: 5px;
    }



    /* inner pages css */

    /* Common Styles */
.section-title {
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.section-title.with-underline:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--brand-secondary);
}

.section-title.with-quote:before {
    content: '"';
    font-size: 3rem;
    color: rgba(var(--skr-primary-rgb), 0.1);
    position: absolute;
    left: -20px;
    top: -20px;
}

.section-title.with-lines:after,
.section-title.with-lines:before {
    content: '';
    height: 1px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    width: 30%;
}

.section-title.with-lines:before {
    left: 0;
}

.section-title.with-lines:after {
    right: 0;
}

.section-title.with-lines {
    text-align: center;
}

.section-title.with-highlight {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(var(--skr-primary-rgb), 0.1);
    border-left: 4px solid var(--brand-secondary);
}

.section-title.with-icon:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--brand-secondary);
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000000"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
    mask-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

/* Company Profile Styles */
.company-profile-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.company-timeline {
    position: relative;
    padding-left: 30px;
}

.timeline-item {
    position: relative;
    padding-bottom: 20px;
}

.timeline-badge {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--brand-secondary);
    border: 3px solid var(--brand-white);
    box-shadow: 0 0 0 2px var(--brand-secondary);
}

.timeline-content h4 {
    color: var(--brand-primary);
    margin-bottom: 5px;
}

.timeline-content p {
    color: #666;
}

.company-achievements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.achievement-box {
    background: var(--brand-white);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
}

.achievement-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.achievement-box i {
    font-size: 2.5rem;
    color: var(--brand-secondary);
    margin-bottom: 15px;
}

.achievement-box h3 {
    color: var(--brand-primary);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* Director's Message Styles */
.director-profile-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
}

.director-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid rgba(var(--skr-primary-rgb), 0.1);
}

.director-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.director-name {
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 5px;
}

.director-title {
    color: var(--brand-secondary);
    font-weight: 600;
    margin-bottom: 20px;
}

.director-contact p {
    margin-bottom: 10px;
    color: #666;
}

.director-contact i {
    color: var(--brand-secondary);
    margin-right: 10px;
}

.director-message-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.message-quote {
    font-size: 1.3rem;
    color: var(--brand-primary);
    border-left: 4px solid var(--brand-secondary);
    padding-left: 20px;
    margin-bottom: 30px;
    font-style: italic;
}

.message-content p {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.8;
}

.director-signature {
    margin-top: 30px;
    text-align: right;
}

.director-signature img {
    height: 60px;
    margin-bottom: 10px;
}

.director-signature p {
    color: var(--brand-primary);
    font-weight: 600;
}

/* Mission Vision Styles */
.mv-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.mv-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(var(--skr-primary-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.mv-icon i {
    font-size: 2rem;
    color: var(--brand-secondary);
}

.mv-title {
    color: var(--brand-primary);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.mv-text {
    color: #666;
    line-height: 1.7;
}

.values-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.values-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
    color: #555;
}

.values-list i {
    color: var(--brand-secondary);
    margin-right: 10px;
}

.mission-card .mv-icon {
    background: rgba(0, 210, 126, 0.1);
}

.vision-card .mv-icon {
    background: rgba(44, 123, 229, 0.1);
}

.values-card .mv-icon {
    background: rgba(241, 129, 27, 0.1);
}

/* Quality Policy Styles */
.quality-header {
    text-align: center;
    margin-bottom: 40px;
}

.quality-subtitle {
    color: var(--brand-secondary);
    font-size: 1.2rem;
    font-weight: 500;
}

.quality-process, .quality-certifications {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.process-title, .certification-title {
    color: var(--brand-primary);
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.process-steps {
    position: relative;
    padding-left: 40px;
}

.process-steps:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(var(--skr-primary-rgb), 0.1);
}

.step {
    position: relative;
    margin-bottom: 25px;
}

.step-number {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--brand-secondary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.step-content h4 {
    color: var(--brand-primary);
    margin-bottom: 5px;
}

.step-content p {
    color: #666;
}

.certification-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.badge-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.badge-item img {
    height: 80px;
    margin-bottom: 10px;
    object-fit: contain;
}

.badge-item p {
    font-weight: 600;
    color: var(--brand-primary);
}

.quality-statement p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* PCD Franchise Styles */
.pcd-header {
    text-align: center;
    margin-bottom: 40px;
}

.pcd-subtitle {
    color: var(--brand-secondary);
    font-size: 1.2rem;
    font-weight: 500;
}

.pcd-benefits {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.benefits-title {
    color: var(--brand-primary);
    font-size: 1.4rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    display: flex;
    gap: 15px;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(var(--skr-primary-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon i {
    color: var(--brand-secondary);
    font-size: 1.2rem;
}

.benefit-content h4 {
    color: var(--brand-primary);
    margin-bottom: 5px;
}

.benefit-content p {
    color: #666;
}

.pcd-opportunity {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.offerings-list {
    columns: 2;
    list-style: none;
    padding-left: 0;
}

.offerings-list li {
    margin-bottom: 10px;
    break-inside: avoid;
}

.offerings-list i {
    color: var(--brand-secondary);
    margin-right: 10px;
}

.pcd-cta {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.pcd-cta p {
    color: #555;
    margin-bottom: 20px;
}

/* Contact Page Styles */
.contact-info-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(var(--skr-primary-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i {
    color: var(--brand-secondary);
    font-size: 1.2rem;
}

.contact-content h4 {
    color: var(--brand-primary);
    margin-bottom: 5px;
}

.contact-content p {
    color: #666;
    margin-bottom: 5px;
}

.working-hours {
    padding: 20px;
    background: rgba(var(--skr-primary-rgb), 0.05);
    border-radius: 8px;
}

.working-hours h4 {
    color: var(--brand-primary);
    margin-bottom: 10px;
}

.working-hours p {
    color: #666;
}

.contact-form-card {
    background: var(--brand-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

/* Company Profile Enhancements */
.company-image {
    position: relative;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.company-image img {
    transition: transform 0.5s ease;
}

.company-image:hover img {
    transform: scale(1.03);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 10px 15px;
    font-size: 0.9rem;
}

.company-description {
    margin-top: 25px;
    padding: 20px;
    background: rgba(var(--skr-primary-rgb), 0.05);
    border-radius: 8px;
}

.company-description p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.achievement-image {
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    max-width: 100%;
}

/* Mission Vision Enhancements */
.mv-image {
    margin: 15px 0;
    border-radius: 8px;
    overflow: hidden;
}

.mv-image img {
    transition: transform 0.5s ease;
}

.mv-card:hover .mv-image img {
    transform: scale(1.05);
}

.mission-points {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.mission-points li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-align: left;
}

.mission-points i {
    position: absolute;
    left: 0;
    color: var(--brand-secondary);
}

.vision-timeline {
    margin-top: 15px;
}

.vision-year {
    display: inline-block;
    background: var(--brand-secondary);
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin: 10px 0 5px;
}

.values-quote {
    font-style: italic;
    margin-top: 20px;
    padding: 15px;
    background: rgba(var(--skr-primary-rgb), 0.05);
    border-left: 3px solid var(--brand-secondary);
}

/* PCD Franchise Enhancements */
.pcd-banner {
    position: relative;
    margin: 25px 0 40px;
    border-radius: 8px;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
}

.banner-overlay h3 {
    color: white;
    font-weight: 700;
}

.benefit-image {
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.benefit-image img {
    width: 50%;
}

.offerings-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 15px;
}

.offerings-gallery img {
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.offerings-gallery img:hover {
    transform: scale(1.03);
}

.offerings-list li {
    margin-bottom: 12px;
    line-height: 1.5;
}

.franchise-testimonial {
    margin: 25px 0;
    padding: 20px;
    background: rgba(var(--skr-primary-rgb), 0.05);
    border-radius: 8px;
    border-left: 3px solid var(--brand-secondary);
}

.testimonial-content {
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial-author {
    font-weight: 600;
    color: var(--brand-primary);
}

.cta-note {
    margin-top: 10px;
    font-size: 0.9rem;
    color: var(--brand-secondary);
}

.cta-note i {
    margin-right: 5px;
}

/* Animation for CTA Button */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--skr-primary-rgb), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--skr-primary-rgb), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--skr-primary-rgb), 0);
    }
}

.pulse-animate {
    animation: pulse 2s infinite;
}
/* Responsive Styles */
@media (max-width: 992px) {
    .company-achievements {
        grid-template-columns: 1fr;
    }
    
    .offerings-list {
        columns: 1;
    }
}

@media (max-width: 768px) {
    .section-title.with-lines:after,
    .section-title.with-lines:before {
        width: 20%;
    }
    
    .contact-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .contact-icon {
        margin-bottom: 10px;
    }
}


/* Home and contact form basic css */
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    height: 100px;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 50px;
    border-radius: 20px;
    background-color: var(--brand-primary);
    border: 1px solid var(--brand-primary);
    color: var(--brand-light);
    transition: all 0.3s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: var(--brand-light);
    border: 1px solid var(--brand-secondary);
    color: var(--brand-secondary);
}

/* global inner pages button animation */

.global-query {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .global-query .query-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 25px;
        background: linear-gradient(135deg, var(--skr-primary), var(--skr-secondary));
        color: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        border: none;
        cursor: pointer;
    }

    .global-query .query-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    .global-query .query-btn:active {
        transform: translateY(1px);
    }

    .global-query .query-icon {
        margin-right: 10px;
        font-size: 1.3rem;
        transition: all 0.3s ease;
    }

    .global-query .query-btn:hover .query-icon {
        transform: rotate(15deg);
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(var(--skr-primary-rgb), 0.7);
        }

        70% {
            box-shadow: 0 0 0 10px rgba(var(--skr-primary-rgb), 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(var(--skr-primary-rgb), 0);
        }
    }

    .global-query .pulse-animate {
        animation: pulse 2s infinite;
    }

    .global-query .query-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

    .global-query .query-btn:focus:not(:active)::after {
        animation: ripple 1s ease-out;
    }

    @keyframes ripple {
        0% {
            transform: scale(0, 0);
            opacity: 0.5;
        }

        100% {
            transform: scale(20, 20);
            opacity: 0;
        }
    }

    .global-query .query-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--skr-secondary), var(--skr-primary));
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 50px;
    }

    .global-query .query-btn:hover::before {
        opacity: 1;
    }

    .global-query .query-text {
        position: relative;
        z-index: 1;
    }

    .global-query .query-icon {
        position: relative;
        z-index: 1;
    }

    #sequence {
	width: 100%;
	float: left;
	background: var(--brand-primary);
	position: fixed;
	bottom: 0px;
	z-index: 100;
	padding: 0;
	color: var(--brand-light) !important;
	margin: 0 !important;
}

#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 5px 0;
	font-size: 15px;
	color: var(--brand-light) !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}
#owl-demo .item {
    padding: 0 10px !important;
}
#owl-demo img {
    border: 1px solid #000;
}

/* General Section */
.third-party-manufacturing-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Header Section */
.third-party-manufacturing-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 20px;
}

.third-party-manufacturing-section .section-title.with-highlight {
    color: #16A085;
}

.third-party-manufacturing-section .section-subtitle {
    font-size: 18px;
    color: #7F8C8D;
    font-weight: 400;
    margin-bottom: 40px;
}

/* Banner Section */
.manufacturing-banner {
    position: relative;
    margin-bottom: 40px;
}

.manufacturing-banner .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.manufacturing-banner .banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background: unset;
}

.manufacturing-banner .banner-overlay h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.manufacturing-banner .banner-overlay p {
    font-size: 18px;
    font-weight: 400;
}

/* Benefits Section */
.manufacturing-benefits {
    background-color: #F9F9F9;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.manufacturing-benefits .benefits-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.manufacturing-benefits .benefits-list {
    list-style-type: none;
    padding: 0;
}

.manufacturing-benefits .benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.manufacturing-benefits .benefit-item i {
    font-size: 32px;
    color: #16A085;
    margin-right: 15px;
}

.manufacturing-benefits .benefit-item strong {
    font-size: 22px;
    font-weight: 600;
    color: #2C3E50;
}

.manufacturing-benefits .benefit-item p {
    font-size: 16px;
    color: #7F8C8D;
    margin-top: 5px;
}

/* Services Section */
.manufacturing-benefits .services-list {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.manufacturing-benefits .services-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7F8C8D;
    margin-bottom: 10px;
}

.manufacturing-benefits .services-list li i {
    font-size: 18px;
    color: #16A085;
    margin-right: 10px;
}

/* Manufacturing Process Section */
.manufacturing-process {
    padding: 40px 0;
}

.manufacturing-process .process-title {
    font-size: 28px;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 40px;
}

.manufacturing-process .process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.manufacturing-process .step {
    flex: 1 1 45%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.manufacturing-process .step:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.manufacturing-process .step h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 15px;
}

.manufacturing-process .step p {
    font-size: 16px;
    color: #7F8C8D;
}

/* Testimonials Section */
.manufacturing-testimonials {
    background-color: #F1F1F1;
    padding: 40px 0;
    border-radius: 8px;
    margin-bottom: 40px;
}

.manufacturing-testimonials .testimonial-title {
    font-size: 28px;
    font-weight: 600;
    color: #2C3E50;
    margin-bottom: 20px;
}

.manufacturing-testimonials .testimonial {
    font-size: 18px;
    font-style: italic;
    color: #7F8C8D;
    margin-bottom: 15px;
    text-align: center;
}

.manufacturing-testimonials .testimonial cite {
    font-size: 16px;
    font-weight: 600;
    color: #2C3E50;
}

/* Call to Action Section */
.manufacturing-cta {
    background-color: #16A085;
    padding: 40px 0;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 50px;
}

.manufacturing-cta p {
    font-size: 18px;
    margin-bottom: 20px;
}

.manufacturing-cta .cta-btn {
    display: inline-block;
    background-color: #fff;
    color: #16A085;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.manufacturing-cta .cta-btn:hover {
    background-color: #16A085;
    color: #fff;
}

.manufacturing-cta .cta-note {
    font-size: 14px;
    color: #f1f1f1;
}

.manufacturing-cta .cta-note i {
    font-size: 14px;
    margin-right: 5px;
}
