@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration:none !important;
}





/* Header style */
header {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.primary-btn {
  
    font-weight: bold !important; /* Use bold weight */
    border: 1.38px solid #ffc451 !important;
    background-color: #ffc451 !important;
    color: #ffffff !important;
    font-size: 16px !important;
}
.primary-btn:hover {
    background-color: #ffffff !important;
    color: #ffc451 !important;
}
.secondary-btn {
   
    font-weight: bold !important; /* Use bold weight */
    background-color: #ffc451 !important;
    color: #000000 !important;
    font-size: 15px !important;
    text-decoration: none; 
    border-radius: 8px !important;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.31) !important;
}
header .dropdown-section{
    position: relative;
}
header .dropdown-section label {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    font-weight: 500;
}

header .dropdown-section .menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 300px;
    padding: 10px;
    z-index: 1000;
}
.dropdown-section .menu.show {
    display: block;
}

header .dropdown-section .menu .menu-text {
    float: unset;
    padding: unset;
 
    color: #000000;
    font-weight: 500;
    font-size: 10px;
}

header .dropdown-section .menu .login-button { 
    color: #000000;
    font-weight: 500;
    font-size: 10px;
    background-color: #ffc451 !important;
}

header .dropdown-section .menu li {
    padding: 8px 20px;
    cursor: pointer;
    font-size: 8px;
    list-style: none;
}

header .dropdown-section .menu li span {
    float: right;
    margin-top: 5px;
    padding: 0 10px;
}

header .dropdown-section .menu li a,header .dropdown-section .menu li .first {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    display: block;
    font-weight: 500;
}

header .dropdown-section .menu li svg {
    font-size: 12px;
    margin-right: 5px;
}

header .dropdown-section .menu li a:hover {
    font-weight: 600;
    color: #6d6d6d;
}

header .dropdown-section .menu ul {
    position: static;
}

header .dropdown-section .menu h4 {
    position: static;
    color: #6d6d6d;
    font-weight: 500;
    font-size: 12px;
    padding: 8px 20px;
    margin-bottom: unset;
}

header .dropdown-section .menu ul li {
    padding-left: 20px;
    border-bottom: none;
    list-style: none;
}

header .dropdown-section input {
    display: none;
}

header .dropdown-section ul {
    display: none;
}

header .dropdown-section input[type="checkbox"]:checked+ul {
    display: block;
}

header .dropdown-section .menu li a span {
    float: right;
    margin-top: 5px;
}

header .contact-buttons button {
    color: #6d6d6d !important;
    font-weight: 500;
    font-size: 11px;
    background-color: #ffffff !important;
    border-radius: 5px;
    text-align: left;
}

header .contact-buttons svg {
    font-size: 16px !important;
}

header .contact-buttons button:hover {
    background-color: #ffffff;
}

.dropdown-section .menu.show {
    display: block;
}



.dropdown-section .first + ul {
    display: none;
}

.dropdown-section .first + ul.show {
    display: block;
}



/* ------------------------------------------------------ */
.owl-carousel .owl-dots .owl-dot{
    background-color: unset !important;
}
.owl-carousel .owl-dots .owl-dot span {*/
    width: unset !important;*/
    height: unset !important;*/

}
.owl-carousel .owl-dots .owl-dot.active span,*/
.owl-carousel .owl-dots .owl-dot:hover span {*/
   width: unset !important;*/
   height:unset !important;*/

}

.owl-carousel .item p {
font-family: "Oleo Script", serif;
    font-weight: 700;
    color: #000000;
    font-size: 27px;
    padding:10px;
}
@media (max-width: 767px) {
  .owl-carousel .item p {
    font-size: 17px;

}
}
.owl-carousel .owl-nav{
    display: none;
}

.heading-div .large-text {
  font-family: "Oleo Script", serif;
  font-weight: 700;
    color: #ffc451;
    font-size:28px;
}
.heading-div .large-text2 {
    font-weight: 600 /* Use bold weight */
    color: #ffc451;
    font-size: 28px;
}
.heading-div .large-text3{
  font-family: "Oleo Script", serif;
  font-weight: 700;
    color: #ffc451;
    font-size: 28px;
}
.heading-div .mid-text {
  font-family: "Oleo Script", serif;
  font-weight: 700;
    color: #2d2d2d;
    font-size: 20px;
}
.heading-div .mid-text2 {
     font-family: "Oleo Script", serif;
  font-weight: 700;
    color: #2d2d2d;
    font-size: 20px;
}
.video-container-section .mid-text2 {
font-family: "Helvetica Neue", sans-serif !important;
  font-weight: 700;
    color: #2d2d2d;
    font-size: 20px;
}
.heading-div .small-text {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}
.content-section h3{
   font-family: "Oleo Script", serif;
  font-weight: 700;
    color: #ffc451;
    font-size: 22px;
}
.content-section p{
  color: #000000;
    font-weight: 300;
    font-size: 16px;
     text-align:justify;
}
.content-section .details{
    color: #fff;
    font-weight: 600
    font-size: 18px;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.31) !important;
    border-radius: 8px !important;
    background-color: #ffc451 !important;
    text-decoration:none;
}
.content-section  .learn-m{
     color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration:underline !important;
}
.content-section  img{
  border-radius: 8px !important;
	/*height:400px;*/
}
.video-container-section .video-container {
             border-radius: 8px !important;
        }
.video-container-section .main-head {
  font-family: "Oleo Script", serif;
  font-weight: 700;
    color: #ffc451;
    font-size: 28px;
        }
.video-container-section .video-container-full{
            height: 500px !important;
        }
.video-container-section .video-container{
            height: 200px;
        }
        
        @media (max-width: 768px) {
            .video-container-section .video-container-full{
            height: unset !important;
        }
            .video-container-section .video-container{
            height: unset;
        }
			.content-section  img{
	          height:unset;
}
        }
.video-container-section .video-container a {
            width: 100%;
            height: 100%;
        }
        
       .video-container-section .video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;  /* Ensure the play button appears above the image */
}

.video-container-section .video-container .play-button svg {
    fill: white;  /* Set the icon color to white */
}
.section-4 .boxes .img-box {
    /*box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    border-radius: 0px 0px 10px 10px;
}

.section-4 .boxes .num-text {
    background-color: #ffc451;
    border-radius: 20px;
    font-weight: 600 /* Use bold weight */
    color: #000000;
    font-size: 16px;
}

.section-4 .boxes .img-box .img-text {
    box-shadow: 1px 1px 19px 0 rgba(214, 214, 214, 0.2) !important;
    border: 1px solid #e7e7e7 !important;
    border-top: none !important;
    border-radius: 0 0 10px 10px !important;
	background-color:#ffc451;
}
.section-4 .boxes .img-box .img-text p{
    font-weight: 600 /* Use bold weight */
    color: #fff !important;
    font-size: 16px !important;
}
.section-4 .boxes .img-box img {
   width: 100%;
   height: auto;
}
.section-5 .category-box{
	    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: unset;
    margin-left: unset;
}
.section-5 .boxes .img-box .img-text p {
    font-weight: 600 /* Use bold weight */
    color: #ffc451;
    font-size: 26px;
}

.section-5 .boxes .img-box img {
    width: 289px;
    height: 223px;
}
.section-6 .boxes .img-box img {
    width: 100%;
    height: auto;
 }
@media (max-width: 767px) {
    .section-5 .boxes .img-box img {
        width: 100%;
        height: unset !important;
    }
}
.section-7 #soc-carousel-57 .item{
    background:#fff;
    /*border:2px solid #ffc451;*/
    border-radius:10px;
}
.section-7 #soc-carousel-57 .item img{
   width: 100%;
   height: auto;
   border-radius: 8px 8px 0 0;
}
.section-7 #soc-carousel-57 p{
    background-color: #ffc451;
    font-weight: 600
    color: #000000;
    font-size: 16px;
    padding: 13px 0;
    border-radius: 0 0 8px 8px;
    display:none !important;
}
.section-8 #owl-carousel7 .item img{
    border-radius: 8px 8px 0 0;
}
.section-8 #owl-carousel7 .img-text-box{
    background-color: #ffc451;
    border-radius: 0 0 8px 8px;
}
.section-8 #owl-carousel7 .img-text-box p{
    font-weight: 600 /* Use bold weight */
    color: #000000;
    font-size: 14px;
  
}

.section-9 .accordion-button::after {
    display: none;
    /* Remove default dropdown icon */
}

.section-9 .custom-icon {
    margin-left: auto;
    transition: transform 0.2s;
}

.section-9 .collapsed .custom-icon {
    transform: rotate(0deg);
}

.section-9 .accordion-button:not(.collapsed) .custom-icon {
    transform: rotate(180deg);
}

.section-9 .accordion-item {
    border-radius: 15px !important;
}

.section-9 .accordion-button {
    background-color: #ffc451 !important;
    color: #000000 !important;
    font-weight: bold !important; /* Use bold weight */
    font-size: 14px !important;
    padding: 20px !important;
}
.section-9 .accordion-body {
    font-size: 14px !important;
}

.section-9 .accordion-item:first-child .accordion-button {
    border-radius: 0.5rem;
}

.section-9 .accordion-item:last-child .accordion-button.collapsed {
    border-radius: 0.5rem;
    border: 1px solid #ffc451;
}

.section-10 .ellipse1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.section-10 .ellipse2 {
    position: absolute;
    top: 5rem;
    left: 10rem;
    /* Adjust as needed */
}

.section-10 .ellipse3 {
    position: absolute;
    top: 12rem;
    right: 5rem;
}

.section-10 .ellipse4 {
    position: absolute;
    top: 5rem;
    right: 10rem;
}

.section-10 .review-box {
    width: 617px;
    height: 287px;
    border-radius: 65px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 2000;
    /* Increase z-index */
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .section-10 .review-box {
        width: 100%;
        height: auto;
    }

    .section-10 .ellipse2 {
        position: absolute;
        top: 5rem;
        left: 0px;
        /* Adjust as needed */
    }

    .section-10 .ellipse3 {
        position: absolute;
        top: 0px;
        right: 0px;
        /* Adjust as needed */
    }

    .section-10 .ellipse4 {
        position: absolute;
        right: 0px;
    }
}

.section-10 .review-box img {
    width: 110px !important;
    height: 110px !important;
    border-radius: 100px;
    border: 7px solid white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section-10 .review-box h4 {
    font-weight: 600 /* Use bold weight */
    font-size: 24px;
    color: #4f4f4f;
}
.section-10 .review-box .designation {
    font-weight: 500; /* Use bold weight */
    font-size: 14px;
    color: #D91E1E;
}
.section-10 .review-box p {
    font-size: 14px;
    color: 000000;
}

.section-10 .owl-dots {
    display: block !important;
}

.section-10 .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
}

.section-10 .owl-dots .owl-dot.active span,
.image-carousel .owl-dots .owl-dot:hover span {
    width: 24px;
    height: 24px;
}

.section-11 .info-text {
    background-color: #ffc451;
}

.section-11 .info-text p {
    color: #000000;
    font-weight: 600 /* Use bold weight */
    font-size: 16px;

}
footer .text-dark{
    color: #000000;
    font-size: 13px;
 
}
footer .email-box h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

footer .email-box p {
    color: #000000;
    font-size: 10px;
}

footer .input-group input {
    border: 1px solid #000000;
    border-radius: 5px !important;
    font-size: 15px;
    height: 38px;
}

footer .input-group button {
    background-color: #ffc451 !important;
    border-radius: 5px !important;
    border: none;
}

footer .social-img {
    width:35px !important;
	height:35px !important;
	margin-right: 10px;
}
footer .copyright {
    background-color: #000000;
    color: #e9e9e9;
    font-size: 18px;
}
@media (max-width: 767px) {
footer .copyright {
    font-size: 13px;
}
}
/* Puja with instruction */
.moving-text-container p{
    font-weight: 600 /* Use bold weight */
font-size: 14px;
text-align: left;
    color: #000000;
}
 .category-section .category-posts .puja-title{
    font-weight: 500; /* Use bold weight */
    font-size: 20px;
    color: #000;
}

/* puja with flow single page */
.banner-container .banner-right{
    background-color: #590804;
    color:#ffffff;
   }
  
   .banner-container .banner-right h4{
    font-weight: 600 /* Use bold weight */
    font-size: 30px;
   }
  
   .banner-container .banner-right .banner-para{
    font-size: 25px;
    font-weight: 500;
   }
  
   .banner-container .banner-right  .puja-dur{
    color: #000000;
    font-size: 16px;
    font-weight: 550;
    background-color: #F3AC45;
    letter-spacing: 4%;
    border-radius: 2px;
   }
   .banner-container .banner-right  .puja-dur .text{
    color: #000000;
    font-size: 16px;
    font-weight: 550;
   }
   .banner-container .banner-right  .puja-dur span{
    color: #000000;
    font-size: 12px;
    font-weight: 550;
   }

   @media (max-width: 767px) {
    .banner-container .banner-right h4{
        font-size: 15px;
       }
      
       .banner-container .banner-right .banner-para{
        font-size: 12px;
       }
      
       .banner-container .banner-right  .puja-dur{
        font-size: 8px;
       }
       .banner-container .banner-right  .puja-dur .text{
        font-size: 6px;
       }
       .banner-container .banner-right  .puja-dur span{
        font-size: 5px;
       }
}
.video-link {
    position: relative;
    display: inline-block;
}

.play-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px !important; 
    height: 70px !important;
    pointer-events: none; 
}

.section-9 .glsr-button{
    background-color: #ffc451 !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: unset !important;
    border-radius:  10px !important;
}
.section-9 .glsr-button:hover{
    background-color:#ffffff !important;
    color: #ffc451 !important;
    border: 1px solid #ffc451 !important;
}
.section-9  .glsr-reviews .glsr-review-title .glsr-tag-value{
    font-size: 15px;
}
.section-9  .glsr-reviews  .glsr-review-date .glsr-tag-value{
    font-size: 20px;
     color: #6d6d6d;
}

.section-9  .glsr-reviews  .glsr-review-content  .glsr-tag-value{
    font-size: 14px;
    color: #6d6d6d;
}

.section-9  .glsr-reviews  .glsr-review-author  .glsr-tag-value{
    font-size: 16px;
    color: #000000;
}
 .orange-bg {
    background-color: orange !important; 
    color: #000000 !important;
    padding: 10px;
    display: flex;
    align-items: center;
}
.orange-bg p{
    font-weight: 600 /* Use bold weight */
    font-size: 24px;
}
@media (max-width: 767px) {
    .orange-bg p{
        font-size: 16px;
    }
}
.post-single-section .arrow-icon {
    margin-left: 10px;
}
.post-single-section .image-row img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.post-single-section  .owl-carousel .item p{
    font-size: 16px;
    color: #000000;
}

.post-single-section .promises-section .text-section h4{
    font-weight: 600 /* Use bold weight */
    font-size: 24px;
}
.post-single-section .promises-section .text-section p{
    font-weight: 600 /* Use bold weight */
    font-size: 12px;
}

.sankalap-section .sankalp-sheet{
    background-color: #F3AC45;
  }
  .arrow-class{
   width: 20px;
   height: auto;
  }
  .sankalap-section .sankalp-sheet h4{
    font-weight: 600 /* Use bold weight */
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 4%;
  }
  .sankalap-section .sankalp-sheet .options a{
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 4%;
  }
/* Join Community */
#sgpb-popup-dialog-main-div{
	box-sizing:inherit !important;
}
.join-community .social-platform img{
   width: 100px;
	height:auto;
  }
.join-community .main-img img{
    width: 290px;
    height: 210px;
  }
  .join-community .community-details {
    font-weight: 600 /* Use bold weight */
    font-size: 14px;
    color: #ffc451;
  }
  .join-community .community-details img{
    width: 18px;
    height: 18px;
  }
  .join-community h3{
    font-weight: 600 /* Use bold weight */
    font-size: 18px;
    color: #000000;
  }



/* About puja */
.about-puja h3{
    font-weight: 600 /* Use bold weight */
    font-size: 24px;

  }
  .about-puja .about-list h4{
    font-size: 20px;
  }
  .about-puja .about-list .question p{
   display: inline-block;
   background-color: #ffc451;
   color: #000000;
   font-size: 16px;
   font-weight: 500;
   border-radius: 10px;
  }
  .about-puja .about-list .answer, .about-puja .about-list .answer li{
    color: #000000;
    font-size: 15px;
    font-weight: 300;
   }





   /* Popup container */
.add-to-cart-popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    overflow: auto;
}

/* Popup content */
.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
    position: relative;
}

/* Close button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: #888;
    cursor: pointer;
}

/* Buttons */
.buttons {
    margin-top: 20px;
}

.buttons .button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
}

.buttons .button:hover {
    background-color: #45a049;
}

/* login */
.login-form .login-form-body .lh1 {
    color: #000000;
    font-weight: 600 /* Use bold weight */
    font-size: 26px;
    text-align: left;
  }
  .login-form .login-form-body label {
    color: #000000;
    font-size: 16px;
  }
  .login-form .login-form-body form.ajax-auth {
    min-width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 0px !important;
    background-color: #FFFFFF;
    border-radius: 8px;
    font-family: inherit;
    box-shadow: unset !important;
    color: #878787;
    position: relative;
    margin: 0px !important;
    font-size: 11px;
}
.login-form .login-form-body form.ajax-auth .lwp_check_box{
display: none !important;
}
.login-form .login-form-body form.ajax-auth input{
    height: 42px !important;
    border: 1px solid #979797 !important;
    border-radius: 5px;
    }
  .login-form .login-form-body .submit_button {
    background-color: #ffc451 !important;
    font-weight: bold  !important; /* Use bold weight */
    font-size: 18px !important;
    color: #000000 !important;
    border: unset !important;
  }
  .login-form .login-form-body .bottom-text p,.login-form .login-form-body .term-text {
    font-size: 12px;
    color: #707071;
  }
  .login-form .login-form-body .term-text a{
    color: #ffc451 !important;
  }
  .login-form .login-form-body .bottom-text p a {
    color: #ffc451;
    text-decoration: underline;
    font-weight: 600;
  }
  .page-id-162 .entry-header{
    display: none !important;
  }

 /* Popup container */
.language-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}

/*language Popup content */
.language-popup  .popup-content {
    background-color: #FCE7C8;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .language-popup  .popup-content {
        width: 80%;
    }
}
 .no-scroll {
    overflow: hidden;
}
.language-popup .language-option  h4{
    font-weight: 600 /* Use bold weight */
    font-size: 18px;
    color: #000000;
}
 .language-option .language-card{
    cursor: pointer;
}
/* Close button */
.language-popup .close {
    color: #ffffff;
    padding: 0 6px;
    background-color: #000000;
    float: right;
    font-size: 28px;
    font-weight: 600
    position: absolute;
    right: 0;
    top:0;

}

.language-popup .close:hover,
.language-popup .close:focus {
    color: #4f4f4f;
    text-decoration: none;
    cursor: pointer;
}


/* Custom styles for WooCommerce checkout page */
.woocommerce-checkout ul.woocommerce-error li{
    font-weight: 300 !important; /* Use bold weight */
    font-size: 14px !important;
    color: #000000 !important;
}
.woocommerce-checkout ul.woocommerce-error li a{
    font-weight: bold !important; /* Use bold weight */
    font-size: 14px !important;
    color: #000000 !important;
}
.page-id-161 .entry-header,.page-id-161  .woocommerce-info{
    display: none !important;
  }

  .page-id-161 .woocommerce{
    max-width: 100% !important;
    margin: 0px !important;
  }

.woocommerce-custom-checkout .woocommerce-billing-fields .billing-heading{
    color: #000000;
    font-weight: 600 /* Use bold weight */
    font-size: 37px;
}

.woocommerce-custom-checkout .woocommerce-billing-fields .sub-heading{
    color: #616161;
    font-size: 15px;
}
.woocommerce-custom-checkout .woocommerce-billing-fields label{
    font-size: 15px; 
    color: #000000;
}
.woocommerce-custom-checkout .woocommerce-billing-fields input,
.woocommerce-custom-checkout .woocommerce-billing-fields select{
    border: 1px solid #C4C4C4;
    color: #616161;
    font-size: 15px;
    border-radius: 5px;
}
.woocommerce-custom-checkout .woocommerce-billing-fields .country-heading{
    color: #000000;
    font-size: 16px;
}
.woocommerce-custom-checkout .woocommerce-billing-fields .seprate-section{
    border-top: 1px solid #707071;
}
.woocommerce-custom-checkout .woocommerce-billing-fields #create_account_field .checkbox,
.woocommerce-custom-checkout .woocommerce-billing-fields #ship_to_different_address_field .checkbox {
    display: flex;
    align-items: center;
    gap:4px;
    font-size: 15px !important; 
    color: #616161 !important;
}
.woocommerce-custom-checkout .woocommerce-billing-fields #create_account_field .checkbox input,
.woocommerce-custom-checkout .woocommerce-billing-fields #ship_to_different_address_field .checkbox input {
     border: 1px solid #000000 !important;
    font-size: unset !important; 
    height: 20px !important;
    width: 20px !important;
    border-radius: unset;
}

.woocommerce-custom-checkout .woocommerce-billing-fields .order-note .order_comments{
    font-size: 22px; 
    color: #000000;
}

.woocommerce-custom-checkout .woocommerce-billing-fields .order-note textarea{
    height: 105px !important;
    border: 1px solid #C4C4C4;
    color: #616161;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px;

}

.woocommerce-custom-checkout #order_review_heading{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 37px;
}
.woocommerce-custom-checkout #order_review_sub_heading{
    color: #000000;
    font-size: 15px;
}

.woocommerce-custom-checkout #expore-more-link{
    color: #3B0088;
    font-size: 16px;
    font-style: italic;
}

.woocommerce-custom-checkout .order-product-box{
    background-color: #c0bcbc;
}
.woocommerce-custom-checkout .order-product-box .order-product-header span{
    font-weight: 600 /* Use bold weight */
    font-size: 15px;
    color: #000000;
}
.woocommerce-custom-checkout .order-product-box .order-product-header .delete-product-button{
    background-color: unset;
}
.woocommerce-custom-checkout .order-product-box .order-product-details .order-product-info .product-name{
    font-weight: 600 /* Use bold weight */
    font-size: 15px;
    color: #000000;
}
.woocommerce-custom-checkout .order-product-box .order-product-details .order-product-info .product-price{
    font-weight: 600 /* Use bold weight */
    font-size: 15px;
    color: #000000;
}

.woocommerce-custom-checkout .checkout-coupon-section .checkout-coupon-box{
    border: 1px solid #A2A2A2;
    border-radius: 5px;
}
.woocommerce-custom-checkout .checkout-coupon-section .checkout-coupon-box h3{
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #A2A2A2;
}
.woocommerce-custom-checkout .checkout-coupon-section .checkout-coupon-box .input-text{
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    width: 50%;
    height: 40px;
}
.woocommerce-custom-checkout .checkout-coupon-section .checkout-coupon-box .button{
    height: 40px;
    border-radius: 5px;
}

.woocommerce-custom-checkout  .checkout-summary table tr{
   border-bottom: 1px solid #CFCFD0;
}
.woocommerce-custom-checkout  .checkout-summary table tr th{
    color: #000000;
    font-size: 16px;
    border: unset;
 }
 .woocommerce-custom-checkout  .checkout-summary table tr td{
    color: #000000;
    font-size: 16px;
    border: unset;
    text-align: right;
 }


 .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    display: none !important;
 }

 .woocommerce-custom-checkout  #payment_heading{
    color: #000000;
    font-size: 24px;
 }
 .woocommerce-custom-checkout  .woocommerce-checkout-payment .payment_methods{
    padding-left: unset;
 }

 .woocommerce-custom-checkout  .woocommerce-checkout-payment .payment_methods label{
    color: #000000;
    font-size: 15px;
 }

 .woocommerce-custom-checkout  .woocommerce-checkout-payment .payment_methods .payment_box p{
    color: #000000;
    font-size: 15px;
 }
 .woocommerce-custom-checkout  .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{
    margin-bottom: unset;
    margin: 20px 0;
 }
 .woocommerce-custom-checkout  .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
    color: #000000;
    font-size: 14px;

 }

 .woocommerce-custom-checkout   .woocommerce-terms-and-conditions{
    padding: unset;
    background-color: #ffffff;
    border:unset;
    box-shadow: unset;
 }
 .woocommerce-custom-checkout   .woocommerce-terms-and-conditions .woocommerce-input-wrapper .checkbox{
    display: flex;
    align-items: center;
    color: #000000;
    gap: 5px;
    font-size: 12px;
 }
 .woocommerce-custom-checkout   .woocommerce-terms-and-conditions .woocommerce-input-wrapper .checkbox input{
    border: 1px solid #000000 !important;
    font-size: unset !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: unset;
 }

 .woocommerce-custom-checkout   .custom_place_order_button{
    background-color: #ffc451 !important;
    color: #000000 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
 }
.woocommerce-custom-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 20px;
}

.woocommerce-custom-checkout .form-row {
    margin-bottom: 15px;

}


.woocommerce-custom-checkout .woocommerce-billing-fields .form-row {
    margin-bottom: 20px;
    width: 100%;
}


.woocommerce-custom-checkout .order-product-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.woocommerce-custom-checkout .order-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.woocommerce-custom-checkout .delete-product-button {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.woocommerce-custom-checkout .order-product-details {
    display: flex;
    align-items: center;
}

.woocommerce-custom-checkout .product-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
}

.woocommerce-custom-checkout .order-product-info {
    flex-grow: 1;
}

.woocommerce-custom-checkout .product-name {
    font-weight: 600
}

.woocommerce-custom-checkout .product-price {
    font-weight: 600
}

.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading{
    width: 100%;
}
  
.woocommerce-custom-checkout .additional-items{
    border: 1px solid #C4C4C4;
    color: #616161;
    font-size: 15px;
    border-radius: 2px;
}


/* Styling the pop-up cart */
#custom-cart-popup {
    /* max-width: 600px; */
    margin: 0 auto;
    padding: 20px;
    /* background: #fff; */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 10px;
}
#custom-cart-popup .modal-content{
    border-radius: 10px;
}
#custom-cart-popup .cart_list{
    list-style: none;
    padding-left: 0px;
}

#custom-cart-popup .modal-body .cart-product-item img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
#custom-cart-popup .modal-body .cart-product-item .cart-product-details .cart-product-name,
#custom-cart-popup .modal-body .cart-product-item .cart-product-details .woocommerce-Price-amount{
    color: #000000;
    font-weight: 600 /* Use bold weight */
    font-size: 20px;
}
#custom-cart-popup .modal-body  .view-cart-btn{
   background-color: #ffc451 ;
    font-weight: 600 /* Use bold weight */
    font-size: 21px ;
    color: #000;
    border-radius: 10px;
    width: 100%;
}


#custom-cart-popup .additional-products .additional-product {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #A6A6A6;
    position: relative;
}
@media (max-width: 767px) {
 #custom-cart-popup .additional-products .additional-product {
   padding: 17px 0px 60px;
}
}
#custom-cart-popup .additional-products .additional-product img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 10px;
}

#custom-cart-popup .additional-products .additional-product-details {
    color: #000000;
    font-weight: 600 /* Use bold weight */
    font-size: 16px;
}



#custom-cart-popup .additional-products .additional-product .additional-product-quantity {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap:10px;
}

#custom-cart-popup .additional-products .additional-product .additional-product-quantity button {
    width: 30px;
    height: 30px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 3.59px 2.4px rgba(0, 0, 0, 0.31);
    cursor: pointer;
    outline: none;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 9px;
}
#custom-cart-popup .additional-products .additional-product .additional-product-quantity input {
    width: 43px;
    height: 43px;
    background-color: #f7f7f7;
    border: 1px solid #ffc451;
    cursor: pointer;
    outline: none;
    padding: 10px;
   text-align: center;
    color: #000000; 
    border-radius: 9px;
}

#custom-cart-popup .additional-products .additional-product .add-additional-product {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffc451;
    padding: 6px 12px;
    cursor: pointer;
    outline: none;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
#custom-cart-popup .additional-products .additional-product .add-additional-product{
    top: 85%;
}
}



#custom-cart-popup .donation-section {
    padding: 10px;
    margin-top: 10px;
}

#custom-cart-popup .donation-section p {
    font-weight: 600 /* Use bold weight */
    font-size: 14px ;
}
#custom-cart-popup .donation-section .donation-amount-input input{
    background-color: #FFB920;
    color: #000;
    font-size: 13px ;
    border: unset;
    text-align: right;
} 

#custom-cart-popup .donation-section input {
    width: 58%;
    padding: 5px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 12px ;
}
#custom-cart-popup .donation-section .most-give{
    text-decoration: underline;
    color: #505052;
    font-size: 12px;
    text-align: right;
}
#custom-cart-popup .checkout-btn{
    background-color: #ffc451 ;
    color: #ffffff;
    width: 100% !important;
    font-size: 18px;
    font-weight: 600;
    border: unset;
    border-radius: unset;

}
#custom-cart-popup  .explore-text a{
    text-decoration: underline !important;
    color: #FF6347;
    font-size: 13px;
    font-weight: 500;

}
.donation-section {
    margin-top: 20px;
}

.donation-amount-input {
    margin-top: 10px;
}


/* Cart page css  */
.page-id-160 .entry-header{
    display: none ;
}

.page-id-160  .woocommerce{
   max-width: 80% !important;
}
.page-id-160  .woocommerce .product-thumbnail img{
    max-width: 100px !important;
}
.page-id-160  .woocommerce  .cart_totals {
    width: 60% !important;
    float: left !important;
}
.page-id-160  .woocommerce  .checkout-button{
    background-color: #ffc451 ;
    color: #000000;
    width: 100% !important;
    font-size: 18px;
    font-weight: 600;
    border: unset;
    border-radius:  10px;
}
.page-id-160  .woocommerce  .coupon .button{
    background-color: #ffc451 ;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border: unset;
    border-radius: 10px;
}
.page-id-160  .woocommerce  #update-cart{
    background-color: #ffc451 ;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border: unset;
    border-radius: 10px;
}
.page-id-160  .woocommerce  .coupon .input-text{
    border: 1px solid #ffc451 ;
    border-radius: 5px !important;
}
/* testing Vimeo design */
.woocommerce-order-video {
    margin-top: 20px;
}

.woocommerce-order-video iframe {
    width: 100%;
    max-width: 640px;
    height: 360px;
}

.woocommerce-order-video h3 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}


/* Contact Page  */
/* Contact Form 7 Styling */
.wpcf7-form {
    max-width: 600px !important;
    margin: 0 auto;
    padding: 0px;
/*     border: 1px solid #ddd; */
    border-radius: 10px;
/*     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    background-color: #fff;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #5e72e4;
    background-color: #fff;
}

.wpcf7-form textarea {
    height: 150px;
    resize: none;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 15px;
    border: 2px solid #ffc451 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ffc451 !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
	background-color:#fff !important;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #ffc451 !important;
	color:#fff !important;
}

.my-account-page {
    display: flex;
    flex-direction: row;
    padding: 20px;
}
.account-dashboard {
    width:50%;
    margin-right: 20px;
}
.dashboard-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.dashboard-links {
    display: flex;
    flex-direction: column;
}
.dashboard-link {
    margin-bottom: 10px;
    text-decoration: none;
    color: #333;
}
.dashboard-link:hover {
    text-decoration: underline;
}
.account-content {
    width: 50%;
}
.welcome-message {
    margin-bottom: 20px;
}
.welcome-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.welcome-text {
    font-size: 1em;
}
.section-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.orders-table {
    width: 100%;
    border-collapse: collapse;
}
.orders-table th, .orders-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.orders-table th {
    background-color: #F4F4F4;
}
.edit-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #005177;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
/*
.edit-button:hover {
    background-color: #005177;
} */
.downloads-list {
    list-style: none;
    padding: 0;
}
.download-item {
    margin-bottom: 10px;
}
.address {
    margin-top: 20px;
}
.billing-address, .shipping-address {
    font-style: normal;
}
.edit-address {
    display: inline-block;
    margin-top: 10px;
    /* color: #0073AA; */
    text-decoration: none;
}
.edit-address:hover {
    text-decoration: underline;
}
/* addresses tab */
.addresses-page {
    padding: 20px;
}
.addresses-title {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.address-section {
    display: flex;
    justify-content: space-between;
}
.billing-address, .shipping-address {
    width: 45%;
}
.section-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
address {
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 10px;
}
.edit-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: black;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
a.edit-button:hover {
    background-color: #ffc451;
    color: #fff;
}
/* Account edit form */
.edit-account-page {
    padding: 20px;
}
.edit-account-title {
    font-size: 1.8em;
    margin-bottom: 20px;
}
.edit-account-form {
    background: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
}
.form-control {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control:focus {
    border-color: #0073AA;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
}
fieldset {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}
fieldset legend {
    font-size: 1.2em;
    font-weight: 600
}
.btn-sbmt {
    background-color: #0073AA;
    color: #fff;
    border-color: black !important;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.btn-sbmt:hover {
    background-color: #ffc451 !important;
    border-color: #ffc451 !important;
}
/* Custom CSS */
.page-id-163 .post-thumbnail,
.page-id-163 .entry-content .wp-audio-shortcode,
.page-id-163 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-id-163 *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-id-163 .default-max-width {
    max-width: none !important;
    margin-left: 10px;
    margin-right: 10px;
}
.page-id-419 .post-thumbnail,
.page-id-419 .entry-content .wp-audio-shortcode,
.page-id-419 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-id-419 *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-id-419 .default-max-width {
    max-width: none !important;
    margin-left: 10px;
    margin-right: 10px;
}
.page-id-422 .post-thumbnail,
.page-id-422 .entry-content .wp-audio-shortcode,
.page-id-422 .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-id-422 *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.page-id-422 .default-max-width {
    max-width: none !important;
    margin-left: 10px;
    margin-right: 10px;
}

.page-id-161 .woocommerce-order{
    margin:0 50px !important;
}

.page-id-161 .order-again a{
    border: 1.38px solid #ffc451 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding:10px;
    border-radius:10px;
}


/*Utsav calender css*/
/* Popup Styles */
.package-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none; /* Hidden by default */
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.popup-content h2 {
    margin-top: 0;
}

.package-option {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.package-option img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.package-details {
    flex: 1;
}

.package-details h3 {
    margin: 0;
}

.package-price {
    float: right;
    font-weight: 600
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

#package-selection-popup {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 1000;
    width: 300px;
}

#member-forms-container {
    margin-top: 20px;
}

.member-form {
    margin-bottom: 15px;
}

/*View Order Page Css for Video*/
/* General styling for the ACF fields section */
.acf-fields {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

/* Add margin to the FAQs heading to create space above it */
.acf-fields h3 {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    background-color: #ffc451;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 600
    border: 2px solid #ffc451;
}
 .orange-border {
    margin: 0;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 500;
    border: 2px solid #ffc451;
}

.orange-border h4 ,.orange-border a{
    font-size: 16px;
    font-weight: 500;
}




/* FAQ section styling */
.faq-section {
    margin-top: 20px; /* Space between FAQs section and previous elements */
}

/* FAQ heading styling */
.faq-heading {
    margin-top: 40px; /* Space above the FAQs heading */
    font-size: 24px;
    color: #ffffff;
    background-color: #ffc451;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: 600
    border: 2px solid #ffc451;
}

/* Individual FAQ item styling */
.faq-item {
    margin-bottom: 15px; /* Space between individual FAQ items */
    border: 1px solid #ffc451; /* Border around FAQ item */
    border-radius: 5px; /* Rounded corners for the border */
    background-color: #fff; /* White background for clarity */
    overflow: hidden; /* Ensure that border-radius affects all content */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow effect */
}

/* FAQ question styling */
.faq-question {
    background-color: #ffc451 !important; /* Original background color */
    border: none;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 5px 5px 0 0; /* Rounded top corners */
    font-weight: 600
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

/* Hover effect for FAQ questions */
.faq-question:hover {
    background-color: #e59400 !important; /* Darker shade for hover effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

/* FAQ answer styling */
.faq-answer {
    display: none; /* Hidden by default */
    padding: 10px;
    background-color: #f9f9f9; /* Light grey background for answers */
    border-top: 1px solid #ddd; /* Border between question and answer */
    border-radius: 0 0 5px 5px; /* Rounded bottom corners */
    margin-top: -1px; /* Remove gap between border and answer */
}

/* Make FAQ question buttons responsive */
@media (max-width: 768px) {
    .faq-item {
        margin-bottom: 10px; /* Adjust spacing for smaller screens */
    }
}

/* User manual styling */
.acf-manual {
    margin: 10px 0;
}

.acf-manual a {
    color: #ffc451;
    text-decoration: none;
    font-weight: 600
}

.acf-manual a:hover {
    text-decoration: underline;
    color: #e59400;
}

/* Video section styling */
.acf-videos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.acf-video {
    position:relative; /* manish */
    flex: 1 1 200px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.acf-video:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.acf-video-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 2px solid #ffc451;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.acf-video strong {
    display: block;
    margin-top: 5px;
    color: #333;
      font-weight:bold;
}

/* Order Page View Button */
.woocommerce-account .entry-content .woocommerce-orders-table__cell .woocommerce-button {
    background-color: #ffc451 !important;
    border: 1.38px solid #fff;
    border-radius: 6px;
}
.woocommerce-account .entry-content .woocommerce-orders-table__cell .woocommerce-button:hover {
    background-color: #ffc451 !important;
    border: 1.38px solid #000;
    color: #000 !important;
}

/* My Account Page Test Css */
.woocommerce-account .entry-content {
    margin: 0;
    padding: 20px;
    background-color: #f5f5f5; /* Slightly lighter background for better contrast */
}

@media (max-width: 767px) {
.woocommerce-account .entry-content {
    padding:5px 5px;
}
}

.woocommerce-account .woocommerce {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 20px; /* Added padding to avoid content touching the edges */
}

.my-account-page {
    background-color: #ffffff;
    border-radius: 12px; /* Slightly larger border-radius for a more modern look */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    padding: 30px; /* Increased padding for a more spacious feel */
    color: #333;
}

@media (max-width: 1024px) {
    .entry-content {
        padding: 15px;
    }
    
    .woocommerce {
        padding: 0 15px; /* Adjusted padding for medium-sized screens */
    }
    
    .my-account-page {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .entry-content {
        padding: 10px;
    }
    
    .woocommerce {
        padding: 0;
    }
    
    .my-account-page {
        padding: 15px;
    }
}

/*My Account Page Visuals*/
/* General styling for My Account page */
.account-dashboard {
    background-color: #f9f9f9;
    padding: 25px; /* Slightly increased padding */
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow visibility */
}
@media (max-width: 767px) {
.account-dashboard {
    padding:10px 5px; /* Slightly increased padding */
}
}
.dashboard-title {
    font-size: 22px; /* Slightly larger font size */
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffcc00; /* Changed color for better contrast */
}

.dashboard-links {
    margin-top: 10px;
}

.dashboard-link {
    display: block;
    padding: 12px;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    font-weight: 600;
}

.dashboard-link:hover {
    background-color: #ff9900;
    color: #ffffff;
    transform: scale(1.02); /* Slight scale effect on hover */
}

.account-content {
    margin-top: 30px;
}

.section-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffcc00; /* Slightly different shade for contrast */
    font-weight: 700;
}

.recent-orders,
.address {
    background-color: #ffffff;
    padding: 20px; /* Increased padding for better spacing */
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow visibility */
    margin-bottom: 25px; /* Increased margin-bottom for spacing between sections */
}
@media (max-width: 768px) {
 .recent-orders,
.address {
  padding: 10px; /* Increased padding for better spacing */
  
}
}
.my-account-page .btn.primary-btn {
    padding: 12px 25px; /* Slightly larger padding */
}
@media (max-width: 768px) {
.my-account-page .btn.primary-btn {
    padding: 5px; /* Slightly larger padding */
}
}
.my-account-page .btn.primary-btn:hover {
    background-color: #ff9900 !important;
    color: #ffffff !important;
    transform: scale(1.02);
}

.billing-address,
.shipping-address {
    margin-bottom: 20px;
}

.edit-address {
    display: inline-block;
    margin-top: 8px; /* Increased margin for better spacing */
    color: #ff9900;
    text-decoration: none;
    font-weight: 600; /* Bold text for better visibility */
    transition: color 0.3s;
}

.edit-address:hover {
    color: #e68a00; /* Slightly darker shade on hover */
}

/* Style the custom heading on the Orders page */
.custom-orders-heading {
    color: #ffc451;
    font-size: 24px;
    font-weight: 600
    text-align: center;
    margin-bottom: 20px;
}


/*Changes on view order - Manish*/
/* Margin for FAQs heading specifically */
.acf-fields h3.faq-heading {
    margin-top: 40px; /* Adjust this value as needed */
     font-size: 18px !important;
	padding:10px !important;
}
.acf-fields .product-res-heading{
    font-size: 18px !important;
    padding: 10px !important;
}

.acf-manual .user-manual-heading{
    font-size:26px !important;
    color:#ffc451 !important;
    margin-right:20px !important;
}

.postid-738 .moving-text-container p {
    font-size: 17px;
}
.postid-738  .cart-product-price{
    display:none !important;
}
.accordion-button-faq{
    background-color: #ffc451 !important;
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 20px !important;
}

/* Coming soon popup home page */

.coming-soon-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}

.coming-soon-popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.coming-soon-popup h2 {
    color: #ffc451;
}

.coming-soon-popup button {
    background-color: #ffc451;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.coming-soon-popup button:hover {
    background-color: #e99e1f;
}

.coming-soon-popup.show {
    visibility: visible;
    opacity: 1;
}





.banner-section-cont{
    background-color:#fff ;
}
.banner-section-cont h1{
    font-weight: 500;
    font-size: 25px;
    color: #000;
}
.banner-section-cont p{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.banner-section-cont  .list-all{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

 .nsl-container{
	display:none!important;
}

/*.banner-section-cont  .access-button a{*/
/*    background-color: #ed1f3b;*/
/*    padding: 30px;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    border-radius: 50%;*/
/*    border:10px solid #83c33f ;*/
/*}*/

.banner-section-cont .bottom-text{
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #ed1f3b;
}
.banner-section-cont .number-section p{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: rgb(226, 81, 29);
;
}

/* new changes */
.full-width-video-section {
width: 100%;
  position: relative;
  overflow: hidden;
}
.full-width-video-section .video-container{
	  position: relative;
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}
.full-width-video-section .video-container .video-thumbnail {
   width: 100%;
	height:720px;
  cursor: pointer;
  display: block;
}
@media (max-width: 768px) {
.full-width-video-section .video-container .video-thumbnail {
	height:unset;
}
}
.full-width-video-section .video-container .play-button {
  position: absolute;
/*   top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 60px; /* Adjust size as needed */
  height: 60px; /* Adjust size as needed */
  z-index: 10;
}


.full-width-video-section .video-container #video-player {
  width: 100%;
  max-height: 600px; /* Adjust height if necessary */
  display: none;
}
.text-box-strip{
	box-shadow: 1px 1px 19px 0 rgba(214, 214, 214, 0.2) !important;
    border-radius: 0 0 10px 10px !important;
    background-color: #ffc451;
    font-weight: 600 /* Use bold weight */
    color: #fff !important;
    font-size: 16px !important;
	text-align:center;
	padding:10px;
}

.category-posts .img-box {
	border:1px solid black;
	border-radius:10px;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.category-posts .img-box img {
	border-radius:10px;
}

.donation-section .donation-box{
     border: 1px solid #A2A2A2;
    border-radius: 5px;
}
.donation-section .donation-box h3{
  color: #000000;
    font-size: 24px;
}
.donation-section .donation-box p{
    color: #616161;
    font-size: 15px;
}
.donation-section .donation-box .donation-options .donation-button{
    background:#fff ;
    color: #000000;
    font-size: 15px;
       border: 1px solid #A2A2A2;
       border-radius:5px;
    
}
.donation-section .donation-box .donation-options .donation-button.active{
    background:#ffc451 !important;
    color: #fff;
}
.donation-section .donation-box .donation-options #custom_donation{
   border: 1px solid #A2A2A2 !important;
          border-radius:5px;
    font-size: 15px;
     color: #616161;
}
.donation-section .donation-box  #add_donation{
    font-weight: bold !important;
    border: 1.38px solid #ffc451 !important;
    border-radius:5px;
    background-color: #ffc451 !important;
    color: #ffffff !important;
    font-size: 16px !important;
}
.donation-button.selected {
    background-color: #ffc451 !important;
    color: #fff !important;
}


/* Feedback form page css */
.page-id-1743 header{
    display:none !important;
}
.page-id-1743 .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-id-1743 .wpcf7-form h2 {
    text-align: center;
        font-family: "Oleo Script", serif;
    font-weight: 700;
    color: #ffc451;
    font-size: 28px;
    margin-bottom:10px;
}

.page-id-1743 .wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.page-id-1743 .wpcf7-form input[type="text"],
.page-id-1743 .wpcf7-form textarea,
.page-id-1743 .wpcf7-form input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    
}

.page-id-1743 .wpcf7-form input[type="file"] {
    padding: 5px;
}

.page-id-1743 .wpcf7-form input[type="submit"] {
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold !important;
    border: 1.38px solid #ffc451 !important;
    background-color: #ffc451 !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.page-id-1743 .wpcf7-form input[type="submit"]:hover {
    background-color: #45a049;
}


@media (max-width: 767px) {
.photosection img{
	max-height:300px;
}
}
.photosection h3{
	color: #000000;
    font-weight: 600
    font-size: 16px;
}

.hero:before {
    content: "";
    background: 
color-mix(in srgb, var(--background-color), transparent 95%) !important;
    position: absolute;
	z-index: 2;
}
.hero h2,
 .hero p,
.hero .icon-box h3 a{
    color:#000 !important;
}
.quantity.buttons-added {
    display: flex;
    align-items: center;
}

.quantity .minus,
.quantity .plus {
    background: #ffc451;
    border: none;
    padding: 0 12px;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    height: 40px;
}

.quantity input.qty {
    text-align: center;
    height: 40px;
    width: 60px;
}

.wishlist-form {
  max-width: 600px;
  margin: 30px auto;
  padding: 25px;
  border: 2px solid #ffc451;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  background: #fff;
}

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

.wishlist-form .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.wishlist-form .form-control:focus {
  border-color: #ffc451;
  outline: none;
  box-shadow: 0 0 5px rgba(255,196,81,0.5);
}

.wishlist-submit {
  text-align: center;
  margin-top: 20px;
}

.wishlist-submit .btn {
  background-color: #ffc451;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wishlist-submit .btn:hover {
  background-color: #e0aa34;
}
.wishlist-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
  color: #000;
  font-weight: 600;
}
.page-id-2345 .entry-header{
	display:none !important;
}

.single-product .checkout-btn{
	height:50px !important;

}

.features-checkbox-group label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
	
}
.features-checkbox-group .wpcf7-list-item-label{
	font-size:15px;
}

.features-checkbox-group input[type="checkbox"] {
  margin-top: 4px;
	width:15px;
	height:15px;
	border:1px solid #444444;
}
