:root {
      --primary-dark: #0a2540;
      --primary-teal: #0e4d5e;
      --accent-green: #2a9d8f;
      --accent-gold: #d4a843;
      --light-bg: #eaf6f6;
      --white: #ffffff;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: 'Inter', sans-serif;
      overflow-x: hidden;
    }

    .font-playfair {
      font-family: 'Playfair Display', serif;
    }

     .pr-review ul.woocommerce{ margin: 0px !important; padding: 0px !important;}

    /* Top Bar */
    .top-bar {
      background-color: var(--primary-dark);
      color: var(--white);
      padding: 8px 0;
      font-size: 13px;
    }

    .top-bar a {
      color: var(--white);
      text-decoration: none;
      transition: opacity 0.3s;
    }

    .top-bar a:hover { opacity: 0.8; }

    .top-bar .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.3);
      margin-right: 6px;
      font-size: 12px;
      color: var(--white);
      transition: all 0.3s;
    }

    .top-bar .social-icons a:hover {
      background: var(--white);
      color: var(--primary-dark);
    }

    .top-bar .promo-text span {
      color: var(--accent-gold);
      text-decoration: underline;
      cursor: pointer;
    }

    .top-bar .right-links a {
      margin-left: 15px;
      font-weight: 500;
    }

    .top-bar .right-links a:first-child {
      border-right: 1px solid rgba(255,255,255,0.4);
      padding-right: 15px;
    }

    /* Navbar */
    .navbar-custom {
      background: var(--white);
      padding: 12px 0;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    }

    .navbar-custom .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .logo-box {
      background: var(--primary-teal);
      color: var(--white);
      padding: 8px 12px;
      border-radius: 6px;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.1;
      text-align: center;
    }

    .logo-box .logo-sub {
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 1px;
      display: block;
      margin-top: 2px;
      color: var(--accent-gold);
    }

    .main-menu-more{
      display: none;
    }


    /* Navbar */
    .navbar-custom {
      background: var(--white);
      padding: 12px 0;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
      justify-content: space-around;
    }

    .navbar-custom .navbar-brand {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .navbar-custom li a {
      color: #333 !important;
      font-weight: 500;
      font-size: 14px;
      padding: 8px 14px !important;
      transition: color 0.3s;
      text-decoration: none;
    }

    .navbar-custom .nav-link.active,
    .navbar-custom .nav-link:hover {
      color: var(--accent-green) !important;
    }

    .search-box {
      position: relative;
      width: 240px;
    }

    .search-box input {
      width: 100%;
      padding: 8px 14px 8px 36px;
      border: 1px solid #ddd;
      border-radius: 20px;
      font-size: 13px;
      background: #f5f5f5;
      outline: none;
    }

    .search-box input:focus {
      border-color: var(--accent-green);
      background: var(--white);
    }

    .search-box i {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #999;
      font-size: 13px;
    }

    .nav-icons {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .nav-icons a {
      color: #333;
      font-size: 18px;
      text-decoration: none;
      transition: color 0.3s;
      position: relative;
    }

    .nav-icons a:hover { color: var(--accent-green); }

    .nav-icons .login-text {
      font-size: 13px;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .cart-badge {
      position: absolute;
      top: -6px;
      right: -8px;
      background: var(--accent-green);
      color: var(--white);
      font-size: 10px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

     /* Hero Section */
    .hero-section {
      background: linear-gradient(135deg, #0a2540 0%, #0e4d5e 50%, #145a6a 100%);
      min-height: 480px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .hero-section::before {
      content: '';
      position: absolute;
      top: -50%;
      right: 0;
      width: 55%;
      height: 200%;
      background: radial-gradient(ellipse at center, rgba(42,157,143,0.15) 0%, transparent 70%);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero-content .subtitle {
      color: var(--accent-gold);
      font-size: 13px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 16px;
    }

    .hero-content h1 {
      font-family: 'Playfair Display', serif;
      color: var(--white);
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .hero-content h1 .gold {
      color: var(--accent-gold);
      font-style: italic;
    }

    .hero-content p {
      color: rgba(255,255,255,0.75);
      font-size: 15px;
      line-height: 1.7;
      max-width: 480px;
      margin-bottom: 30px;
    }

    .btn-hero-primary {
      background: var(--accent-green);
      color: var(--white);
      padding: 12px 30px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 14px;
      border: 2px solid var(--accent-green);
      text-decoration: none;
      transition: all 0.3s;
      display: inline-block;
    }

    .btn-hero-primary:hover {
      background: transparent;
      color: var(--white);
    }

    .btn-hero-outline {
      background: transparent;
      color: var(--white);
      padding: 12px 30px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 14px;
      border: 2px solid var(--white);
      text-decoration: none;
      transition: all 0.3s;
      display: inline-block;
    }

    .btn-hero-outline:hover {
      background: var(--white);
      color: var(--primary-dark);
    }

    .hero-image {
      position: relative;
      z-index: 2;
      text-align: right;
    }

    .hero-image img {
      max-height: 420px;
      object-fit: contain;
    }

    .hero-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 5;
    }

    .hero-dots .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255,255,255,0.4);
      cursor: pointer;
      transition: all 0.3s;
    }

    .hero-dots .dot.active {
      background: var(--accent-green);
    }



    /* Wave Background */
    .wave-section {
      background: var(--light-bg);
      position: relative;
      padding: 40px 0 0;
    }

    .wave-section::before {
      content: '';
      position: absolute;
      top: -40px;
      left: 0;
      width: 100%;
      height: 80px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath fill='%23eaf6f6' d='M0,40 C360,80 720,0 1080,40 C1260,60 1380,50 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat center;
      background-size: cover;
    }

     /* Best Sellers */
    .best-sellers {
      padding: 50px 0 60px;
      background: var(--white);
    }

    .section-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
    }

    .section-header h2 {
      font-family: 'Playfair Display', serif;
      font-size: 34px;
      font-weight: 700;
    }

    .section-header h2 .green {
      color: var(--accent-green);
      font-style: italic;
    }



    /* Features Strip */
    .features-strip {
      background: var(--white);
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
      padding: 30px 20px;
      margin-top: -10px;
      position: relative;
      z-index: 3;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 0 10px;
    }

    .feature-item:not(:last-child) {
      border-right: 1px solid #eee;
    }

    .feature-icon {
      width: 44px;
      height: 44px;
      min-width: 44px;
      border-radius: 10px;
      background: var(--light-bg);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--accent-green);
      font-size: 18px;
    }

    .feature-item h6 {
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 3px;
      color: #222;
    }

    .feature-item p {
      font-size: 12px;
      color: #888;
      margin: 0;
      line-height: 1.4;
    }




    /* About Hero Section */
    .about-hero {
      background: linear-gradient(135deg, #0a2540 0%, #0e4d5e 50%, #145a6a 100%);
      min-height: 300px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .about-hero::before {
      content: '';
      position: absolute;
      top: -50%;
      right: 0;
      width: 55%;
      height: 200%;
      background: radial-gradient(ellipse at center, rgba(42,157,143,0.15) 0%, transparent 70%);
    }

    .about-hero-content {
      position: relative;
      z-index: 2;
    }

    .about-hero-content h1 {
      font-family: 'Playfair Display', serif;
      color: var(--white);
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .about-hero-content p {
      color: rgba(255,255,255,0.75);
      font-size: 15px;
      font-weight: 400;
    }

    .about-hero-logo {
      position: relative;
      z-index: 2;
      text-align: right;
    }

    .about-hero-logo .logo-circle {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: var(--white);
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      position: relative;
    }

    .about-hero-logo .logo-circle::after {
      content: '';
      position: absolute;
      top: -8px;
      right: -8px;
      width: 116px;
      height: 116px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,0.3);
    }

    .about-hero-logo .logo-circle img {
      width: 50px;
      height: 50px;
    }

    /* Wave separator */
    .about-wave {
      position: relative;
      margin-top: -40px;
      z-index: 5;
    }

    .about-wave svg {
      display: block;
      width: 100%;
      height: 40px;
    }

    /* About Content Section */
    .about-content-section {
      padding: 60px 0 80px;
      background: var(--light-bg);
      position: relative;
      overflow: hidden;
    }

    .about-content-section::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: -10%;
      width: 50%;
      height: 60%;
      background: radial-gradient(ellipse at center, rgba(42,157,143,0.08) 0%, transparent 70%);
      pointer-events: none;
    }

    .about-content-section .row {
      position: relative;
      z-index: 2;
    }

    .about-left-img {
      position: relative;
    }

    .about-left-img .img-placeholder img {
      width: 100%;
      max-width: 100%;
    }


    .about-right-content h2 {
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 24px;
      line-height: 1.2;
    }

    /* Mission & Vision Section */
    .mission-vision-section {
      padding: 60px 0;
      background: var(--white);
      position: relative;
      overflow: hidden;
    }

    .mission-vision-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 300'%3E%3Cpath fill='none' stroke='%23d4eef0' stroke-width='1' d='M-100,50 C200,0 400,100 700,40 C1000,-20 1200,80 1500,50'/%3E%3Cpath fill='none' stroke='%23d4eef0' stroke-width='1' d='M-100,70 C200,20 400,120 700,60 C1000,0 1200,100 1500,70'/%3E%3Cpath fill='none' stroke='%23d4eef0' stroke-width='1' d='M-100,90 C200,40 400,140 700,80 C1000,20 1200,120 1500,90'/%3E%3Cpath fill='none' stroke='%23d4eef0' stroke-width='1' d='M-100,110 C200,60 400,160 700,100 C1000,40 1200,140 1500,110'/%3E%3Cpath fill='none' stroke='%23d4eef0' stroke-width='1' d='M-100,130 C200,80 400,180 700,120 C1000,60 1200,160 1500,130'/%3E%3C/svg%3E") no-repeat center;
      background-size: cover;
      opacity: 0.6;
      z-index: 0;
    }

    .mission-vision-section .container {
      position: relative;
      z-index: 1;
    }

    .mv-card {
      background: var(--white);
      border: 1px solid #eee;
      border-radius: 16px;
      padding: 30px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.04);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .mv-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }

    .mv-icon {
      width: 70px;
      height: 70px;
      min-width: 70px;
      border-radius: 50%;
      border: 2px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: #333;
      background: var(--white);
    }

    .mv-card h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #222;
    }

    .mv-card h4 span {
      color: var(--accent-green);
    }

    .mv-card p {
      font-size: 14px;
      line-height: 1.7;
      color: #666;
      margin: 0;
    }

    /* Why Choose Us Section */
    .why-choose-section {
      padding: 60px 0 80px;
      background: var(--white);
      position: relative;
      overflow: hidden;
    }

    .why-choose-section::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: -5%;
      width: 40%;
      height: 60%;
      background: radial-gradient(ellipse at center, rgba(42,157,143,0.06) 0%, transparent 70%);
      pointer-events: none;
    }

    .why-choose-content {
      position: relative;
      z-index: 2;
    }

    .why-choose-content h2 {
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 24px;
      line-height: 1.2;
    }

    .why-choose-content h2 span {
      color: var(--accent-green);
    }

    .why-choose-content p {
      font-size: 15px;
      line-height: 1.8;
      color: #555;
      margin-bottom: 16px;
    }

    .why-choose-img {
      position: relative;
      z-index: 2;
    }

    .why-choose-img .img-placeholder img {
      width: 100%;
    }

 

    @media (max-width: 992px) {
      .why-choose-img { margin-top: 30px; }
    }

    @media (max-width: 768px) {
      .why-choose-content h2 { font-size: 32px; }
      .mv-card { flex-direction: column; text-align: center; align-items: center; }
    }

    .about-right-content h2 .green {
      color: var(--accent-green);
    }

    .about-right-content p {
      font-size: 15px;
      line-height: 1.8;
      color: #555;
      margin-bottom: 0;
    }

    /* Footer */
    .site-footer {
      background: linear-gradient(135deg, #0a1628 0%, #0f2035 100%);
      color: var(--white);
      padding-top: 60px;
    }

    .footer-content {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
      gap: 40px;
      padding-bottom: 40px;
    }

    .footer-logo-box {
      background: #1a1a2e;
      border: 2px solid #d4a843;
      border-radius: 12px;
      padding: 20px 30px;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px;
    }

    .footer-logo-rdh {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      font-weight: 700;
      color: #d4a843;
      letter-spacing: 2px;
    }

    .footer-logo-name {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      color: var(--white);
      margin-top: 4px;
    }

    .footer-desc {
      font-size: 14px;
      color: rgba(255,255,255,0.6);
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .footer-follow-title {
      font-size: 14px;
      font-weight: 700;
      color: #d4a843;
      letter-spacing: 1px;
      margin-bottom: 14px;
    }

    .footer-social-icons {
      display: flex;
      gap: 12px;
    }

    .footer-social-icons a {
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 16px;
      text-decoration: none;
      transition: all 0.3s;
    }

    .footer-social-icons a:hover {
      background: #d4a843;
      border-color: #d4a843;
    }

    .footer-col-title {
      font-size: 14px;
      font-weight: 700;
      color: #d4a843;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li { margin-bottom: 12px; }

    .footer-links a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s;
    }

    .footer-links a:hover { color: var(--white); }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 18px;
    }

    .footer-contact-item i {
      color: #d4a843;
      font-size: 16px;
      margin-top: 3px;
    }

    .footer-contact-item span {
      color: rgba(255,255,255,0.7);
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-newsletter-desc {
      color: rgba(255,255,255,0.6);
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .footer-newsletter-form {
      display: flex;
      gap: 0;
    }

    .footer-newsletter-form input {
      flex: 1;
      padding: 14px 16px;
      border: none;
      border-radius: 8px 0 0 8px;
      font-size: 13px;
      outline: none;
      background: rgba(255,255,255,0.1);
      color: var(--white);
    }

    .footer-newsletter-form input::placeholder {
      color: rgba(255,255,255,0.4);
    }

    .footer-newsletter-form input:focus {
      background: rgba(255,255,255,0.15);
    }

    .footer-newsletter-form button {
      background: rgba(255,255,255,0.15);
      color: var(--white);
      border: none;
      padding: 14px 20px;
      border-radius: 0 8px 8px 0;
      cursor: pointer;
      transition: background 0.3s;
      font-size: 16px;
    }

    .footer-newsletter-form button:hover {
      background: #d4a843;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding: 20px 0;
    }

    .footer-bottom-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-bottom p {
      color: rgba(255,255,255,0.5);
      font-size: 13px;
      margin: 0;
    }

    .footer-bottom-links {
      display: flex;
      gap: 24px;
    }

    .footer-bottom-links a {
      color: rgba(255,255,255,0.5);
      text-decoration: none;
      font-size: 13px;
      transition: color 0.3s;
    }

    .footer-bottom-links a:hover { color: var(--white); }

    @media (max-width: 992px) {
      .about-hero-content h1 { font-size: 36px; }
      .about-hero-logo { display: none; }
      .about-left-img { margin-top: 30px; }
      .footer-content { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
      .top-bar .promo-text, .top-bar .right-links { display: none; }
      .search-box { display: none; }
      .about-hero-content h1 { font-size: 28px; }
      .about-right-content h2 { font-size: 32px; }
      .footer-content { grid-template-columns: 1fr; text-align: center; }
      .footer-social-icons { justify-content: center; }
      .footer-contact-item { justify-content: center; }
      .footer-bottom-content { flex-direction: column; gap: 12px; text-align: center; }
    }


    /*---  Product Box Start  ---*/


.featured-products.sec-space{
    padding: 30px 0;
}
.f-product-image {
    height: 300px;
    background-color: #f0f0f0;
    overflow: hidden;
}

.f-product-image img {
    object-fit: contain;
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.f-product-box .product-price-tickr{
    color: #000;
    font-weight: 500;
    display: inline-block;
}

.f-product-box .product-price-tickr del{
    color: #979797;
}

.f-product-details {
    padding: 15px 0px;
}

.f-product-details h6 {
    font-size: 14px;
    font-family: var(--body-font);
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 6px;
    font-weight: 600;
}
.f-product-details p{
    color: #A3A5AC;
    font-size: 13px;
}

.price-discount{
    padding-top: 10px;
}

.price-discount span {
    margin-right: 5px;
}

.price-discount span:last-child {
    margin-right: 0px;
}

.orginal-price {
    color: #979797;
    text-decoration: line-through;
    font-weight: 500;
}

.discounted-price {
    color: #0F0F0F;
    font-weight: 500;
}

.discount {
    color: #1FAC4A;
    text-transform: uppercase;
    font-weight: 500;
}

.pr-review i{
    color: #F8B84E;
    font-size: 10px;
    padding-right: 4px;
}

.pr-review ul li{
    list-style-type: none;
}

.product-slider .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.product-slider .owl-nav .owl-prev,
.product-slider .owl-nav .owl-next {
    background: #FFF !important;
    width: 40px;
    height: 40px;
    line-height: 32px !important;
    text-align: center;
    font-size: 10px !important;
    color: var(--black) !important;
    border-radius: 50%;
    transition: all .5s;
    top: 20%;
    transform: translateY(-50%);
    position: absolute;
}

.product-slider .owl-nav .owl-prev {
    left: -20px;
}

.product-slider .owl-nav .owl-next {
    right: -20px;
}

.product-slider .owl-nav .owl-prev:hover,
.product-slider .owl-nav .owl-next:hover {
    background: var(--black) !important;
    color: var(--white) !important;
    transition: all .5s;
}


.f-product-box:hover .f-product-image img{
    transform: scale(1.2);
}

/*---  Product Box End  ---*/


/*--- Wishlist Button start---*/
.like{
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--black);
}
.like a{
    color: black;
}
.like a:hover{
    color: black;
}

.tinvwl_add_to_wishlist-text{
    display: none;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    margin-right: 0px !important;
}



/*--- Wishlist Button start---*/



/* Promo Banner Section */
    .promo-banner-section {
      padding: 50px 0;
      background: var(--white);
    }

    .promo-banner {
      background: linear-gradient(135deg, #0a2540 0%, #0e4d5e 50%, #145a6a 100%);
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 300px;
      position: relative;
    }

    .promo-banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at 30% 50%, rgba(42,157,143,0.15) 0%, transparent 60%);
      pointer-events: none;
    }

    .promo-banner-content {
      padding: 40px 50px;
      position: relative;
      z-index: 2;
      flex: 1;
    }

    .promo-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 20px;
      padding: 6px 16px;
      color: var(--white);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .promo-badge i {
      color: var(--accent-gold);
    }

    .promo-title {
      font-family: 'Playfair Display', serif;
      color: var(--white);
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 25px;
    }

    .promo-title .green-text {
      color: var(--accent-green);
    }

    .promo-features {
      display: flex;
      gap: 30px;
      margin-bottom: 30px;
    }

    .promo-feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,0.8);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 1.3;
    }

    .promo-feature-item i {
      font-size: 20px;
      color: var(--accent-green);
    }

    .btn-explore-now {
      display: inline-block;
      background: var(--accent-green);
      color: var(--white);
      padding: 12px 28px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      letter-spacing: 1px;
      transition: all 0.3s;
      border: 2px solid var(--accent-green);
    }

    .btn-explore-now:hover {
      background: transparent;
      color: var(--white);
    }

    .promo-banner-image {
      position: relative;
      z-index: 2;
      flex-shrink: 0;
      width: 350px;
      height: 300px;
      overflow: hidden;
      border-radius: 0 16px 16px 0;
      padding: 15px;;
    }

    .promo-banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }

    /* About Us Section */
    .about-section {
      padding: 60px 0;
      background: var(--white);
    }

    .about-title {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .about-text p{
      font-size: 14px;
      line-height: 1.8;
      color: #666;
      margin-bottom: 30px;
    }

    .about-features {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .about-feature-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    .about-feature-icon {
      width: 32px;
      height: 32px;
      min-width: 32px;
      background: var(--accent-green);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 14px;
      margin-top: 2px;
    }

    .about-text ul{
       padding-left: 25px;
    }

    .about-text ul li {
      font-weight: 700;
      font-size: 14px;
      color: #222;
      margin-bottom: 10px;
      list-style-type: none;
      position: relative;
    }

    .about-text ul li:before{
      content: '';
      position: absolute;
      top: 5px;
      left: -25px;
      height: 10px;
      width: 10px;
      border-radius: 100%;
      background-color: #2a9d8f;
    }

    .about-feature-item p {
      font-size: 13px;
      color: #888;
      margin: 0;
      line-height: 1.5;
    }

    .about-images-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 140px);
      gap: 12px;
    }

    .about-img-item {
      border-radius: 10px;
      overflow: hidden;
    }

    .about-img-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .about-img-item:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
    }

    .about-img-item:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
    }

    .about-img-item:nth-child(3) {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
    }

    .about-img-item:nth-child(4) {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
    }

    .about-img-item:nth-child(5) {
      grid-column: 3 / 4;
      grid-row: 2 / 3;
    }

    @media (max-width: 992px) {
      .about-images-grid {
        margin-top: 30px;
      }
    }

 /* Testimonials Section */
    .testimonials-section {
      padding: 60px 0;
      background: var(--white);
    }

    .testimonials-title {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .testimonials-slider {
      position: relative;
      overflow: hidden;
      padding: 0 50px;
    }

    .testimonials-track {
      display: flex;
      gap: 24px;
      justify-content: center;
    }

    .testimonial-card {
      background: var(--white);
      border: 1px solid #eee;
      border-radius: 16px;
      padding: 28px;
      flex: 1;
      min-width: 300px;
      max-width: 380px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    }

    .testimonial-stars {
      color: #f5a623;
      font-size: 16px;
      margin-bottom: 14px;
      display: flex;
      gap: 3px;
    }

    .testimonial-card h5 {
      font-weight: 700;
      font-size: 16px;
      color: #222;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .verified-badge {
      color: var(--accent-green);
      font-size: 16px;
    }

    .testimonial-card p {
      font-size: 14px;
      color: #666;
      line-height: 1.7;
      margin: 0;
      font-style: italic;
    }

    .client_slide .owl-nav {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-top: 30px;
    }

    .client_slide .owl-nav button{
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 2px solid #ddd !important;
      background: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      color: #333;
      font-size: 16px;
    }

    .client_slide .owl-nav button:hover {
      border-color: var(--accent-green);
      color: var(--accent-green);
      background: var(--light-bg);
    }

    @media (max-width: 992px) {
      .testimonials-track {
        flex-wrap: wrap;
        justify-content: center;
      }
      .testimonial-card {
        min-width: 280px;
      }
    }

    @media (max-width: 768px) {
      .testimonials-slider {
        padding: 0 20px;
      }
    }

   /* ------------- inner banner ---------------------- */


ul.breadcrumbs{}
ul.breadcrumbs li{ display: inline-block; padding: 0px 5px; }
.innerBanner{ position: relative; background-color: #000; }
.innerBanner img{ width: 100%; max-width: 100%; max-height: 300px; object-fit: cover; opacity: .7; }
.title_breadcrumb-inner{ position: absolute; width: 100%; top: 50%; transform: translateY(-50%) !important; left: 0; }
.title_breadcrumb-inner span{ display: inline-block;  padding: 15px; width: 100%; text-align: center; color: #000; }
.title_breadcrumb-inner span h1{ color: #fff; font-size:40px; padding-bottom: 10px;  margin-bottom: 0px; font-weight: 600; font-family: var(--heading); }
.breadcrumb_bottom{  padding: 0; text-align: left;}
.breadcrumb_bottom{}
.breadcrumb_bottom ul{  margin-bottom: 0px; text-align: center; padding-left: 0px;}
.breadcrumb_bottom ul li{ color: #fff; font-size: 15px;}
.breadcrumb_bottom ul li strong{ color: #fff; font-weight: 400; }
.breadcrumb_bottom ul li a{ color: #fff;  }
.breadcrumb_bottom ul li a:hover{ color: #fff;  }
/*.inner-cont h2{ font-size: 35px; position: relative; font-weight: 600; color: #010101; padding-bottom: 15px; margin-bottom: 0px; font-family: var(--heading); }
.inner-cont h3{ font-size: 25px; position: relative; font-weight: 600; color: #010101; padding-bottom: 15px; margin-bottom: 0px; font-family: var(--heading); }*/
.inner-cont p{ font-size: 14px; line-height: 22px; }

.inner-cont ul{  margin-left: 15px; }
.inner-cont ul li{ margin-bottom: 10px;  list-style-type: disc;}


/* ----------------------------------- */

.sec-space{
  padding: 50px 0px;
}



/* ----------------- Cart Page ------------------- */

.cart-empty{ text-align: center; }
.return-to-shop{ text-align: center; }
.woocommerce-cart{  background-color: #fff;  }
.return-to-shop a.button{ border: 1px solid #000; background: #F8F7F5; color: #000; font-size: 15px; font-weight:600; margin-top: 5px;
    border-radius: 0px; padding:10px 24px; text-transform: uppercase; overflow: hidden; display: inline-block; transition:all 0.5s ease 0s; }
.return-to-shop a.button:hover{color: #000; border: 1px solid #000; box-shadow:0 -42px 0 #fff inset;}
table.shop_table { border-collapse: collapse !important; background-color: #F8F7F5 !important; width: 100%; }
table.shop_table th { border: #ddd solid 1px !important; color: #fff; padding: 10px; font-family: inherit; font-size: 14px; font-weight: 500; background-color: #0a2540; font-family: var(--heading-font); }
table.shop_table td { border: #ddd solid 1px !important; padding: 10px; letter-spacing: normal; font-weight: 500; color: #000; font-family: inherit; font-size: 16px;}
table.shop_table tr:nth-child(odd) {background: #F8F7F5;}
table.shop_table td a{ color: #000; !important;}
table.shop_table td a.remove{ background-color: var(--color-green); display: inline-block; color: #fff !important; height: 20px; width: 20px; border-radius: 100%; text-align: center; font-size: 20px; font-weight: 400; line-height: 21px; }
table.shop_table td.product-thumbnail img{ height: 50px !important; width: auto !important; }
.cart_totals{ margin-top: 30px; }
.cart_totals h2{ display: inline-block;  color: #000; padding: 0px 0px 10px 0px; font-size: 30px;  margin-bottom: 0px; font-family:var(--heading); }
.cart_totals .wc-proceed-to-checkout{ text-align: right !important; margin-top: 10px; }
.wc-proceed-to-checkout a.checkout-button{ display: inline-block; padding: 10px 20px; font-size: 17px; border-radius: 0px; font-family: var(--heading); border:none !important; background-color: #0a2540; color: #fff !important; font-weight: 400; }
.wc-proceed-to-checkout a.checkout-button:hover{ background-color: #2a9d8f; color: var(--white) !important; }
.qib-button:not(#qib_id):not(#qib_id){ background-color:#F8F7F5 !important; color:#000 !important; }
.qib-button:not(#qib_id):not(#qib_id):hover{ background-color:#F8F7F5 !important; color:#000 !important; }
.woocommerce table.cart td.product-quantity input{ color:#000; }
.woocommerce table.cart td button[type="submit"]{ border: none; background-color: var(--orange) !important; color: #fff !important; border-radius: 0px; font-size:13px; }
.woocommerce table.cart td button[type="submit"]:hover{  color: var(--white) !important; background-color: var(--black); !important; }
table.shop_table .actions button.button{ border:none; background-color: #15322b; padding: 5px 10px; }
table.shop_table .actions input[type="text"]{ padding: 5px; min-width: 150px; border: #ddd solid 1px; border-radius: 4px;  font-size: 15px;  }
table.tinvwl-table-manage-list button.button{ border:var(--black) solid 1px; border-radius: 0px; background-color: transparent; color: var(--black); padding: 10px 15px; line-height:16px; }
table.shop_table td.product-name{ font-size: 13px;}
.woocommerce-message{
    background: #1e1e1e !important;
    color: #fff !important;
    border: 1px solid #303030 !important;
}

/* ----------------------------*/



/* ------------Wishlist Page----------------*/

.wishlist-page-wrap .tinv-header{ display:none; }
table.tinvwl-table-manage-list { border-collapse: collapse !important; background-color: #F8F7F5 !important; width: 100%; }
table.tinvwl-table-manage-list th { border: #ddd solid 1px !important; color: #fff; padding: 10px; font-family: inherit; font-size: 14px; font-weight: 500; background-color: #0f2035; font-family: var(--heading-font); }
table.tinvwl-table-manage-list td { border: #ddd solid 1px !important; padding: 10px; letter-spacing: normal; font-weight: 500; color: #000; font-family: inherit; font-size: 13px;}
table.tinvwl-table-manage-list tr:nth-child(odd) {background: #f8f7f5;}
table.tinvwl-table-manage-list td a{ color: #000 !important;}
table.tinvwl-table-manage-list td a.remove{ background-color: var(--color-gray); display: inline-block; color: #fff !important; height: 20px; width: 20px; border-radius: 100%; text-align: center; font-size: 22px; font-weight: 400; line-height: 17px; }
table.tinvwl-table-manage-list td.product-thumbnail img{ height: 50px !important; width: auto !important; }
.tinvwl-to-left select.form-control:not([size]):not([multiple]){
   height: 38px !important;
   background: #fff url(../images/select-icon.png) no-repeat center right 10px !important;
}
.tinv-wishlist .product-remove button{
    background-color: var(--color-red);
    color: #000;
    font-size: 18px !important;
}
table.tinvwl-table-manage-list button[type="submit"]{
    background-color: #0f2035;
    border: var(--color-gray) solid 1px;
    color: #fff;
    font-size: 12px;
    font-family: var(--btn-font);
    text-transform: uppercase;
   cursor: pointer;
    border-radius: 5px;
}

table.tinvwl-table-manage-list button[type="submit"]:hover{
    background-color: transparent;
    color: var(--color-gray);
}
table.tinvwl-table-manage-list td.product-action button{
    background-color: var(--orange);
    border: none;
    color: #fff;
    font-size: 13px;
    font-family: var(--btn-font);
    cursor: pointer;
    border-radius: 0px;
}
table.tinvwl-table-manage-list td.product-action button:hover{
    background-color: var(--black);
    color: var(--white);
}
select.form-control:not([size]):not([multiple]){
    background: none !important;
}
.tinv-wishlist.woocommerce .social-buttons{ display:none; }
input:focus-visible{ outline:none; } 

/* -------------------------------------*/


/* --------------Product Details----------------------*/

.woocommerce-Price-amount{ font-family:var(--font2); }

.woocommerce-product-gallery--with-images{ padding:15px;}
.woocommerce-product-gallery__image{ border:#eee solid 1px; padding:15px; border-radius:0px; background-color:#f9f9f9; text-align: center; min-height: 350px; display: flex; align-items: center; justify-content: center;}
.woocommerce-product-gallery__image img{ max-height:500px; object-fit: contain;}
.single-product .summary.entry-summary{ padding-top:30px; padding-right: 20px; }
.details_page .woocommerce-review-link{ font-size: 0px; }
.details_page .product_meta{ font-weight: 600 !important; margin-top: 15px; color: #000; }
.details_page p.price span.amount{ display: inline-block !important; }
.woocommerce div.product .product_title{ color:#000; font-size: 30px; font-weight: 600 !important; font-family: var(--heading); padding-bottom: 10px; margin-bottom: 0px;}
.details_page .woocommerce-Price-amount.amount{ color:#000000; letter-spacing:normal; font-size: 20px; padding-top: 10px; font-weight: 600;}
.single-product .summary p.price{ margin-bottom:20px !important; }
.single-product .summary.entry-summary .star-rating span{ color: #F8B84E !important;}
.woocommerce-product-details__short-description{ margin-bottom:10px; padding-bottom:10px; border-bottom:#eee solid 1px; }
.woocommerce-product-details__short-description p{ color: var(--black); font-weight: 400; font-size: 14px; line-height: 22px; font-family:var(--body-font); }
.related.products{ overflow: hidden; display: block; width: 100%; margin-top: 0px; padding-top: 0px;}
.related.products h2{ padding:0px; padding-left: 15px; margin-bottom: 15px; color: #000; margin-bottom: 0px; font-size: 30px; font-family: var(--heading); font-weight: 600;}
.related.products ul.products{ padding:15px; border: none; margin: 0;}
.related.products ul.products .product{ padding:0px 0px 15px 0px; border:none; text-align: left;}
.related.products ul.products li h2{ font-size:16px !important; text-align: left !important; text-transform: none; font-weight: 700; }
.related.products ul.products li.product{ padding-bottom: 0px;}
.related.products span.price{ padding-left: 10px; }
.related.products .add_to_cart_button{ margin-left: 0px; }
.related.products ul.products li figure img{ height: 100%; }
.related.products ul.products li.product .woocommerce-Price-amount { color: #000 !important; font-size: 20px; letter-spacing: 3.2px;letter-spacing: normal;  margin-bottom: 0px; }
.related.products ul.products li.product .woocommerce-Price-amount .woocommerce-Price-currencySymbol{ color: var(--color-black) !important; }
.related.products ul.products li.product del .woocommerce-Price-amount{ color: #b8b8b8 !important; letter-spacing: normal; font-weight: 400 !important; font-size: 14px !important; }
.related.products ul.products li.product del .woocommerce-Price-amount .woocommerce-Price-currencySymbol{ color: #b8b8b8 !important; font-size: 0.8rem !important; }
.related.products ul.products li.product h4{ display: flex; align-items: center; }
.single-product .summary.entry-summary .single_add_to_cart_button{ margin-right: 1em !important; margin-left: 10px; font-size: 14px !important; margin-top: 0px; background-color: #0f2035 !important; color: var(--white) !important; border-radius: 0px; padding: 10px 30px;  height:40px !important; border:none !important; }
.single-product .summary.entry-summary .single_add_to_cart_button:hover{ background-color:var(--black) !important; color:var(--white) !important; border: none;  }
.single-product .summary.entry-summary .single_add_to_cart_button:focus{ outline: none; }
.single-product .summary.entry-summary  .tinvwl_add_to_wishlist-text{ display: none;}
.single-product .summary.entry-summary .price del span{ text-decoration: line-through; }
.single-product .summary.entry-summary .price ins .woocommerce-Price-amount{ font-size: 22px !important; font-weight: 600 !important; font-weight: var(--heading);}


.product_area.details_page form.cart{ display:flex; flex-wrap: wrap; align-items:center; }
.product_area.details_page form.cart table.variations{
    margin: 15px 0px; width: 100%;
}

.product_area.details_page form.cart table.variations tbody{
    display: flex; align-items: center;
}

.product_area.details_page form.cart table.variations tbody td label{ font-size: 14px; padding-right:10px; }
.product_area.details_page form.cart table.variations tbody td select{ padding: 5px 10px; border-radius:0px; border: #ddd solid 1px; font-size: 13px;    min-width: 150px;}
.product_area.details_page form.cart table.variations tbody td .reset_variations{ background-color:var(--color-green); font-size: 13px; color: #fff;
    padding: 5px 20px; border-radius: 0px;  }

.sku_wrapper{ display:none; }

.single.single-product .details_page  .woocommerce-product-rating{ margin-bottom: 0px; }
.single-product .summary.entry-summary .woocommerce-product-rating{ margin-bottom: 10px; }
.single-product .summary.entry-summary .tinv-wraper .tinvwl_add_to_wishlist_button {
    margin-top: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #2a9d8f;
    border-radius: 0px;
}

.single-product .summary.entry-summary .tinv-wraper .tinvwl-tooltip{ display: none;}
.single-product .summary.entry-summary .tinv-wraper .tinvwl_add_to_wishlist_button:before{ margin-right: 0px;}
.single-product .summary.entry-summary .tinvwl-tooltip{
    display: block;
}

.woocommerce-variation-add-to-cart{ display:flex; align-items:center; }

.product_meta span.posted_in{ display:flex; align-items:center; }
.product_meta span.posted_in a{ display:inline-block; font-size: 14px; border-radius: 50px; color:var(--orange); margin-left:10px; text-decoration: underline !important;}



.details_page .woocommerce-tabs { background-color: #f9f9f9; border: #ddd solid 1px; padding: 15px; display: inline-block; width: 100%; }
.details_page .product .woocommerce-tabs ul.tabs{ margin: 0 !important; padding: 0 0 0 1px !important; text-align: center;}
.details_page .product .woocommerce-tabs ul.tabs li { border: none !important; background-color: transparent !important; border-radius: 0px !important;margin: 0 0 !important; margin-bottom: 0px !important; margin:0px 15px !important;}
.details_page .product .woocommerce-tabs ul.tabs li a{ display: inline-block; padding: 0px 0px 5px 0px; color: #000 !important; font-family: var(--heading);  font-size: 20px;font-weight: 700; margin-bottom: 0px !important; }
.details_page .product .woocommerce-tabs ul.tabs li:hover{ background-color: transparent !important;  }
.details_page .product .woocommerce-tabs ul.tabs li:hover a{ color: #000 !important; background-color: transparent; }
.details_page .product .woocommerce-tabs ul.tabs li.active{  }
.details_page .product .woocommerce-tabs ul.tabs li.active a{ color: #000 !important; position: relative; box-shadow: none;}
.details_page .product .woocommerce-tabs ul.tabs li.active a:before{ content: ''; height: 2px; width: 100%; background-color: var(--orange); position: absolute; bottom: 0; left: 0;}
.details_page .product .woocommerce-tabs ul.tabs li:before, 
.details_page .product .woocommerce-tabs ul.tabs li:after{ display: none;}
.details_page .product .woocommerce-tabs ul.tabs li.active {  z-index: 2;  }
.details_page .product .woocommerce-tabs .panel { margin: 10px 0 15px !important; padding: 0;  padding: 30px !important;  }
.details_page .product .woocommerce-tabs .panel h2{ display: block; font-size:25px !important; font-weight: 600;  font-family: var(--heading); text-align: left; color: #000; padding-bottom: 15px; margin-bottom: 0px;}
.details_page .product .woocommerce-tabs .panel p{ display: block; color: #000; font-family: var(--body-font); font-size: 14px; line-height: 22px; margin:0px 0px 15px 0px; font-weight:400; }
.details_page .product .woocommerce-tabs .panel ul{ list-style-type: disc; margin-left: 15px;}
.details_page .product .woocommerce-tabs .panel ul li{ list-style-type: disc; margin-bottom: 5px; }
table.woocommerce-product-attributes th{ padding-left:0px; padding-bottom:10px; font-family: var(--body-font); vertical-align: middle;}
table.woocommerce-product-attributes td{ padding-left:15px; padding-bottom:10px; font-family: var(--body-font); vertical-align: middle;}
table.woocommerce-product-attributes td p{ margin-bottom:0px !important; }


.woocommerce-Reviews{ overflow: hidden; }
.details_page .woocommerce-Reviews #comments .woocommerce-Reviews-title{ font-size: 30px; line-height: 30px; margin-bottom: 20px; color: #000; font-weight: 600; font-family: var(--heading);}
.details_page .woocommerce-Reviews #comments .woocommerce-Reviews-title span, #tab-additional_information h2{ color: #333;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container{ border: #ddd solid 1px; padding: 15px; background-color: #f5f5f5;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text{ margin: 0 !important; padding: 0px 0px 0px 0px !important; border: 0 !important;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text p.meta{ color: #333 !important; }
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating{ float: left; margin: 0 12px 0 0;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description p{ font-size: 12px; line-height: 20px; color: #333;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title{  color: #000; font-size: 16px; line-height: 20px; font-weight: 500; }
.woocommerce-tabs ul li.active a{ box-shadow: none !important; }
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form{ color: #e99471; width: 100%;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.stars a::before{ color: #f8a50d;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea,
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"]{ background: #fff; color: #000; border-color: #eee solid 1px; border: #eee solid 1px !important; resize: none;}

.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea{
    height: 120px;
}

.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .form-submit{ text-align: left;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .form-submit .submit{ background-color: var(--orange) !important; border:none !important; color: #fff !important; border-radius: 0px !important; padding: 10px 40px!important; text-transform: uppercase; cursor: pointer;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .form-submit .submit:hover{
    background-color: #000 !important; color: var(--white) !important;
}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form-rating{ color: #000; }
.details_page .woocommerce-message{ border:#eee solid 1px; background: #f8f7f5; color: #000; font-size: 15px; line-height: 22px; height: 58px; padding: 10px;}
.details_page .woocommerce-message::before { content: "\f05a"; color: #f5b992;}
.details_page .woocommerce-message a.button{ background-color: var(--orange); border-radius: 0px; color: #fff; padding: 10px 25px;  margin-top: 0; border-radius: 0px; line-height: 15px;}
.details_page .woocommerce-message a.button:hocer{ background-color:var(--black); color:var(--white); }
.woocommerce-product-gallery{ position: relative; }
.woocommerce-product-gallery__trigger{ position: absolute; top: 17px; right: 17px; z-index: 9; font-size: 18px; color: #fff !important;}
.woocommerce-Reviews p.comment-form-cookies-consent{ display: none !important; }
p.comment-form-cookies-consent input[type="checkbox"]{ margin-top: 5px;}
.comment-form p label{display: block; color: #000 !important; margin-bottom: 2px;}
.comment-form input, .comment-form textarea{ background-color: #f5f5f5; width: 100%; padding: 10px; border: 1px solid #ddd !important;}
.comment-form input{height: 40px;}
.comment-form input[type=checkbox]{width: auto; height: auto;}
.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}
.form-submit { text-align: right;}
.form-submit .submit{ border: none; background:transparent; text-transform: uppercase; color: #000; border: #000 solid 2px; border-radius: 50px; letter-spacing: 2px; margin-bottom: 0; width: auto; padding: 0 20px; letter-spacing: normal; font-weight: 600;}
.form-submit .submit:hover{background: #000; color: #fff;}
.comment-list {  list-style-type: none;}
.comment-list .comment-body { background: #f7ddc7; padding: 15px; margin-bottom: 15px;}
.comment-list .comment-body .comment-author{margin-bottom: 15px;}
.comment-list .comment-body .reply a{ background: #6a412f; padding: 10px 15px; color: #fff;}
.comment-list .comment-body .reply a:hover{ background: #000;}
.comment-list .children{  margin: 10px 0 10px 30px;}
.woocommerce-tabs.wc-tabs-wrapper #comments { float: left;  padding: 0 26px 0 0; width: 60%;}
.woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper { float: left; padding: 0 26px; width: 40%;margin-top: 0; border-left: 1px solid #eee;}



/* --------------------------------*/


/* -------------- My Account -----------------*/ 

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{

  display: none;

} 

.woocommerce-MyAccount-navigation{

  margin-bottom: 0px !important;

  background-color: #fff; 

  border: #eee solid 1px;

}

.woocommerce-MyAccount-content{

  padding: 30px;

  background-color: #fff; 

  border: #eee solid 1px;

}

.woocommerce-MyAccount-navigation ul li{

  flex: 1 1 auto;

  margin-right: 0px !important;

}

.woocommerce-MyAccount-navigation ul li a{

  position: relative;

  border-bottom: #cdc9c9 solid 1px;

}



.woocommerce-MyAccount-navigation ul li:last-child a{

  border-bottom: none;

}



.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li.is-active a{

  text-decoration: none !important;

  color: #fff !important;

  background-color: var(--orange);

}

.woocommerce-MyAccount-navigation ul li.is-active a:before{

  content: '';

  background-color: var(--red);

  height: 1px;

  width: 100%;

  position: absolute;

  bottom: -1px;

  left: 0;

}

.woocommerce-MyAccount-navigation ul li a{ 

  display:block; 

  padding:15px 30px; color:#000; 

}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{

  background-color: #fff;

  padding: 20px;

}

.woocommerce-Address-title{display: flex; justify-content: space-between; align-items: center;}

.woocommerce-Address-title h3{color: var(--black);}

.woocommerce-Address-title a{

  color: var(--white) !important;

  background: var(--orange);

  border: 1px solid var(--orange) !important;

  padding: 5px 10px;

}

.woocommerce-account .woocommerce-MyAccount-navigation {

  float: left !important;

  width: 30% !important;

  background-color: #f9f9f9;

}

.woocommerce-account .woocommerce-MyAccount-content {

  float: right !important;

  width: 68% !important;

  background-color: #f0f0f0;

}

.woocommerce-account .woocommerce-MyAccount-navigation li{display: block;}

.select2-container .select2-selection--single{

  height: 40px !important;

  border: 1px solid #ddd !important;

  font-size: 13px;

  color: #000;

  font-weight: 500;

  padding: 0 15px;

  border-radius: 0px;

  font-family: var(--body-font);

}

.woocommerce form .form-row label, .woocommerce-page form .form-row label{
  width: 100%;
}

fieldset legend{ color: var(--black); font-family: var(--heading-font); font-size: 25px; font-weight: 700;
 padding-bottom: 20px;}


.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px !important;}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height: 40px !important;}

.select2-container--default .select2-selection--single .select2-selection__rendered{color: #7c7c7c !important;}

.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px; width: 40px;}

.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px; padding: 0;}

.woocommerce-MyAccount-content span.woocommerce-input-wrapper{width: 100%;}

.woocommerce-MyAccount-content .form-row .input-text, .woocommerce-MyAccount-content .form-row .input-text,

.woocommerce-MyAccount-content .edit-account .woocommerce-Input{

  height: 40px;

  width: 100%;

  border: 1px solid #958C89;

  padding: 10px 15px;

  background-color: #fff;

  font-size: 13px;

  color: #000;

  font-weight: 500;

  letter-spacing: 0;

  border-radius: 0px;

  box-shadow: none !important;

}

.woocommerce-MyAccount-content .edit-account .woocommerce-Input:focus{

  border-color: #eee;

  background-color: #fff;

}

.woocommerce-MyAccount-content a{ color:#000; }

.woocommerce-MyAccount-content .edit-account fieldset legend{

  color: var(--black);

  font-size: 20px;

  font-family: var(--heading);

}

.woocommerce-MyAccount-content button[type="submit"]{ 

  margin-top: 10px;

  background-color: var(--orange);

  border-radius: 0px;

  color: var(--white);

  padding: 10px 30px;

  border: none;

  cursor: pointer;

}

.woocommerce-MyAccount-content button[type="submit"]:hover{

  background-color: var(--black);

  color: var(--white);

}

/* ---------------------------------------*/


/* -----------Login Registation--------------*/


.frmwrap{ background-color: #f0f0f0; padding: 0px;}
.frmwrap form{  padding: 20px 15px;}
.frmwrap form .form-row{ margin-right: 0px; margin-left: 0px;}
.frmwrap h2{ background-color: #0a2540; color: var(--white); padding: 10px 15px; font-size: 25px;}
.frmwrap .woocommerce-Input{
  height: 45px;
  border-radius: 0px;
  border: #ddd solid 1px;
}
.frmwrap .input-text{
  height: 45px;
  border-radius: 0px;
  border: #ddd solid 1px;
  padding: 10px;
}
span.password-input{
  width: 100%;
  display: block;
}

.frmwrap button[type="submit"]{
  background-color: #0a2540;
  border: none;
  border-radius: 10x;
  color: var(--white);
  padding: 10px 25px;
}

.frmwrap button[type="submit"]:hover{
  background-color: #2a9d8f;
}

.lost_password a{
  color: var(--red);
  text-decoration: underline;
}


.login-wrap.lostpass{
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 30px;
}

.login-wrap.lostpass .woocommerce-form-row{
  display: block;
  width: 100%;
  text-align: center;
}

.login-wrap.lostpass .woocommerce-Input {
  height: 45px;
  border-radius: 4px;
  padding: 10px;
  border: #ddd solid 1px;
}


.login-wrap.lostpass button[type="submit"]{
  background-color: var(--orange);
  border: none;
  border-radius: 0px;
  color: var(--white);
  padding: 10px 25px;
}

.login-wrap.lostpass button[type="submit"]:hover{
  background-color: var(--black);
}

.woocommerce-error li{
  list-style-type: none !important;
}

/*-------------------------*/



    /* Video Section */
    .videos-section {
      padding: 60px 0;
      background: var(--white);
      display: flex;
      justify-content: center;
    }

    .video-card {
      background: var(--white);
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid #eee;
      transition: transform 0.3s, box-shadow 0.3s;
      position: relative;
    }

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

    .video-thumb-wrapper {
      position: relative;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      padding: 15px;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .video-thumb-wrapper img {
      max-height: 270px;
      max-width: 100%;
      object-fit: cover;
      border-radius: 8px;
    }

    .play-btn-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      background: rgba(42, 157, 143, 0.9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      z-index: 3;
    }

    .play-btn-overlay i {
      color: var(--white);
      font-size: 28px;
      margin-left: 4px;
    }

    .play-btn-overlay:hover {
      background: var(--accent-green);
      transform: translate(-50%, -50%) scale(1.1);
    }

    .video-info {
      padding: 16px;
    }

    .video-info h5 {
      font-size: 16px;
      font-weight: 600;
      color: #333;
      margin-bottom: 8px;
      line-height: 1.4;
    }

    .video-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 13px;
      color: #888;
    }

    .video-meta i {
      margin-right: 4px;
      color: var(--accent-green);
    }

    /* All Videos Section */
    .all-videos-section {
      padding: 60px 0;
      background: var(--white);
    }

    .all-videos-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-bottom: 40px;
    }

    .all-video-card {
      background: transparent;
    }

    .all-video-thumb {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 16/10;
      background: #1a1a2e;
    }

    .all-video-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .all-play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .all-play-btn i {
      color: var(--primary-dark);
      font-size: 22px;
      margin-left: 4px;
    }

    .all-play-btn:hover {
      transform: translate(-50%, -50%) scale(1.1);
      background: var(--white);
    }

    .all-video-info {
      padding: 20px 0;
    }

    .all-video-title {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 10px;
    }

    .all-video-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
    }

    .all-videos-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
    }

    .pagination-arrow {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #ddd;
      background: var(--white);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      color: #333;
      font-size: 14px;
    }

    .pagination-arrow:hover {
      border-color: var(--accent-green);
      color: var(--accent-green);
    }

    .pagination-numbers {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .pagination-numbers span {
      font-size: 14px;
      color: #666;
      cursor: pointer;
      transition: color 0.3s;
    }

    .pagination-numbers span:hover {
      color: var(--accent-green);
    }

    .pagination-numbers span.active {
      color: var(--accent-green);
      font-weight: 600;
    }

    /* Footer */
    .site-footer {
      background: linear-gradient(135deg, #0a1628 0%, #0f2035 100%);
      color: var(--white);
      padding-top: 60px;
    }

    .footer-content {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
      gap: 40px;
      padding-bottom: 40px;
    }

    .footer-logo-box {
      background: #1a1a2e;
      border: 2px solid #d4a843;
      border-radius: 12px;
      padding: 20px 30px;
      display: inline-block;
      text-align: center;
      margin-bottom: 20px;
    }

    .footer-logo-rdh {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      font-weight: 700;
      color: #d4a843;
      letter-spacing: 2px;
    }

    .footer-logo-name {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      color: var(--white);
      margin-top: 4px;
    }

    .footer-desc {
      font-size: 14px;
      color: rgba(255,255,255,0.6);
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .footer-follow-title {
      font-size: 14px;
      font-weight: 700;
      color: #d4a843;
      letter-spacing: 1px;
      margin-bottom: 14px;
    }

    .footer-social-icons {
      display: flex;
      gap: 12px;
    }

    .footer-social-icons a {
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white);
      font-size: 16px;
      text-decoration: none;
      transition: all 0.3s;
    }

    .footer-social-icons a:hover {
      background: #d4a843;
      border-color: #d4a843;
    }

    .footer-col-title {
      font-size: 14px;
      font-weight: 700;
      color: #d4a843;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li { margin-bottom: 12px; }

    .footer-links a {
      color: rgba(255,255,255,0.7);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s;
    }

    .footer-links a:hover { color: var(--white); }

    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 18px;
    }

    .footer-contact-item i {
      color: #d4a843;
      font-size: 16px;
      margin-top: 3px;
    }

    .footer-contact-item span {
      color: rgba(255,255,255,0.7);
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-newsletter-desc {
      color: rgba(255,255,255,0.6);
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .footer-newsletter-form {
      display: flex;
      gap: 0;
    }

    .footer-newsletter-form input {
      flex: 1;
      padding: 14px 16px;
      border: none;
      border-radius: 8px 0 0 8px;
      font-size: 13px;
      outline: none;
      background: rgba(255,255,255,0.1);
      color: var(--white);
    }

    .footer-newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
    .footer-newsletter-form input:focus { background: rgba(255,255,255,0.15); }

    .footer-newsletter-form button {
      background: rgba(255,255,255,0.15);
      color: var(--white);
      border: none;
      padding: 14px 20px;
      border-radius: 0 8px 8px 0;
      cursor: pointer;
      transition: background 0.3s;
      font-size: 16px;
    }

    .footer-newsletter-form button:hover { background: #d4a843; }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      padding: 20px 0;
    }

    .footer-bottom-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-bottom p {
      color: rgba(255,255,255,0.5);
      font-size: 13px;
      margin: 0;
    }

    .footer-bottom-links {
      display: flex;
      gap: 24px;
    }

    .footer-bottom-links a {
      color: rgba(255,255,255,0.5);
      text-decoration: none;
      font-size: 13px;
      transition: color 0.3s;
    }

    .footer-bottom-links a:hover { color: var(--white); }

    /* Recent Video Section */
    .recent-video-section {
      padding: 60px 0;
      background: var(--white);
    }

    .recent-video-heading {
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 30px;
    }

    .recent-video-heading .text-green {
      color: var(--accent-green);
    }

    .video-player-wrapper {
      position: relative;
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
      margin-bottom: 30px;
    }

    .video-thumbnail {
      position: relative;
      width: 100%;
    }

    .video-thumbnail img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 16px;
    }

    .video-thumbnail .play-btn-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    }

    .video-thumbnail .play-btn-overlay i {
      color: var(--primary-dark);
      font-size: 30px;
      margin-left: 5px;
    }

    .video-thumbnail .play-btn-overlay:hover {
      transform: translate(-50%, -50%) scale(1.1);
      background: var(--white);
    }

    .video-content {
      padding: 10px 0;
    }

    .video-title {
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 16px;
    }

    .video-description {
      font-size: 15px;
      color: #555;
      line-height: 1.8;
    }

    /* Explore All Videos Section */
    .explore-videos-section {
      padding: 60px 0;
      background: var(--white);
      position: relative;
      overflow: hidden;
    }

    .explore-videos-heading {
      font-family: 'Playfair Display', serif;
      font-size: 42px;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 40px;
    }

    .explore-videos-heading .text-green {
      color: var(--accent-green);
    }

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

    .video-card-grid {
      background: transparent;
      border-radius: 0;
      overflow: visible;
    }

    .video-card-grid .video-thumb {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      aspect-ratio: 16/10;
      background: #000;
    }

    .video-card-grid .video-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .video-card-grid .play-btn-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .video-card-grid .play-btn-overlay i {
      color: var(--primary-dark);
      font-size: 22px;
      margin-left: 4px;
    }

    .video-card-grid .play-btn-overlay:hover {
      transform: translate(-50%, -50%) scale(1.1);
      background: var(--white);
    }

    .video-card-info {
      padding: 20px 0;
    }

    .video-card-title {
      font-family: 'Playfair Display', serif;
      font-size: 20px;
      font-weight: 700;
      color: var(--primary-dark);
      margin-bottom: 10px;
    }

    .video-card-desc {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
    }

    .wavy-decoration-full {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path d="M-100,300 Q200,200 500,300 T1100,300 T1400,300" fill="none" stroke="%230e4d5e" stroke-width="1.5" opacity="0.12"/><path d="M-100,330 Q200,230 500,330 T1100,330 T1400,330" fill="none" stroke="%230e4d5e" stroke-width="1" opacity="0.08"/><path d="M-100,360 Q200,260 500,360 T1100,360 T1400,360" fill="none" stroke="%230e4d5e" stroke-width="1" opacity="0.05"/></svg>') no-repeat bottom center;
      background-size: cover;
      pointer-events: none;
      z-index: 0;
    }

    .explore-videos-section .container {
      position: relative;
      z-index: 1;
    }

    .wavy-decoration {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 400px;
      height: 200px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><path d="M0,150 Q100,100 200,150 T400,150 T600,150" fill="none" stroke="%230e4d5e" stroke-width="1" opacity="0.15"/><path d="M0,170 Q100,120 200,170 T400,170 T600,170" fill="none" stroke="%230e4d5e" stroke-width="1" opacity="0.1"/><path d="M0,190 Q100,140 200,190 T400,190 T600,190" fill="none" stroke="%230e4d5e" stroke-width="1" opacity="0.05"/></svg>') no-repeat bottom right;
      pointer-events: none;
    }

    @media (max-width: 992px) {
      .videos-hero-content h1 { font-size: 36px; }
      .videos-grid { grid-template-columns: repeat(2, 1fr); }
      .all-videos-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-content { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
      .top-bar .promo-text, .top-bar .right-links { display: none; }
      .search-box { display: none; }
      .videos-hero-content h1 { font-size: 28px; }
      .recent-video-heading { font-size: 28px; }
      .video-title { font-size: 22px; }
      .explore-videos-heading { font-size: 28px; }
      .videos-grid { grid-template-columns: 1fr; }
      .all-videos-grid { grid-template-columns: 1fr; }
      .wavy-decoration-full { display: none; }
      .wavy-decoration { display: none; }
      .footer-content { grid-template-columns: 1fr; text-align: center; }
      .footer-social-icons { justify-content: center; }
      .footer-contact-item { justify-content: center; }
      .footer-bottom-content { flex-direction: column; gap: 12px; text-align: center; }
    }
.video-thumb iframe{ width: 100%; max-width: 100%;}



/*--- Home Contact Start ---*/

.contact-home {
    background: #f2f8ff;
    padding: 30px 0;
}
.hcontact-wrap {
    padding-right: 30px;
}
.hcontact-wrap .section-title h3 {
    font-size: 36px;
    line-height: 46px;
}
.cd-wrap {
    margin-top: 30px;
}

.cd-wrap .ch-box {
    margin-bottom: 15px;
}
.cd-wrap .ch-box:last-child {
    margin-bottom: 0px;
}
.ch-icon {
    flex: 0 0 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0f2035;
    border-radius: 50%;
    margin-right: 20px;
}
.ch-detail h6 {
    color: #0a2540;
    font-size: 15px;
}
.ch-detail h6 a{
    color: #0a2540;
}
.contact-form-home {
    padding: 40px;
    background: #fff;
}
.contact-form-home .form-control {
    background: #EFEFEF;
    border-radius: 0px;
}
.contact-form-home .contact_submit{
  background-color: #0f2035;
    width: 100%;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
}
.ch-detail p{
  margin-bottom: 0px;
}


/*--- Home Contact End ---*/











/*--  Footer Start  --*/



.footer-main {

    background: var(--white);

}



.footer-link-wrapper {

    padding: 50px 0 0;

}



.ft-logo a {

    margin-bottom: 15px;

}





.ft-logo a img {

    width: auto;

    height: 34px;

}



.ft-content p {

    font-size: 12px;

    line-height: 18px;

}



.quick-link-box h5 {

    font-size: 13px;

    text-transform: capitalize;

    font-weight: 600;

    color: var(--purple);

    padding-bottom: 10px;

}



.quick-link-box ul {

    list-style: none;

}



.quick-link-box ul li {

    margin-bottom: 6px;

    font-size: 12px;

    color: var(--waterloo);

}



.quick-link-box ul li a {

    color: var(--waterloo);

    font-size: 12px;

}
