/*update progress bar*/

@media only screen and (max-width: 415px) {
    /* For mobile phones: */
    .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
      min-height: 330px;
      height: calc(30vh); }
    }
    @media only screen and (max-width: 375px) {
      /* For mobile phones: */
      .text1{
        font-size: 12.5px;
        text-align: justify;
      }
    }

    @media only screen and (max-width: 475px) {
      /* For mobile phones: */
      .site-block-profile-pic img {
        border-radius: 50%;
        max-width: 143px; }
      }

      
        .text2{
          font-size: 16.50px;
          text-align: justify;
        }
        
        @media only screen and (max-width: 375px) {
        /* For mobile phones: */
        .text2{
          font-size: 15.50px;
          text-align: justify;
        }
      }
      

      @media only screen and (max-width: 375px) {
        /* For mobile phones: */
        [class*="col-"] {
          width: 100%;
        }
      }
      .col-6 {width: 50%;}
      
      
    .progress-bar {
      width: 100%;
      height: 4px;
      background-color: #8bc34a;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      overflow: hidden;
    }
    
    .progress {
      height: 100%;
      background-color: #4CAF50;
      transition: width 0.3s ease;
    }
    
    #scrollTopBtn {
      display: block;
      position: fixed;
      bottom: 20px;
      right: 20px;
      /*padding: 10px 20px;*/
      background-color: #fff;
      /*color: #fff;*/
      border: none;
      border-radius: 5px;
      cursor: pointer;
      z-index: 1;
    }
    
    #scrollTopBtn.show {
      display: block;
    }
        
/*end update progress bar*/

/* faq start */

.accro .accordion {
  background-color: #f5f7fa;
  color: #222;
  cursor: pointer;
  padding: 16px 18px;
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  text-align: left;
  outline: none;
  font-size: 17px;
  font-weight: 500;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.accro .accordion:hover,
.accro .accordion.active {
  background-color: #e9f7ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.accro .accordion::after {
  content: '\002B'; /* plus sign */
  font-size: 20px;
  font-weight: bold;
  color: #0d6efd;
  float: right;
  transition: transform 0.3s ease;
}

.accro .accordion.active::after {
  content: '\2212'; /* minus sign */
  transform: rotate(180deg);
}

.accro .panel {
  padding: 0 18px;
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  border-left: 2px solid #0d6efd;
  /*border-radius: 0 0 6px 6px;*/
  font-size: 17px;
  color: #444;
  margin-bottom: 15px; /* space after each answer */
}

.accro .panel p[itemprop="text"] {
  margin-top: 15px;
  line-height: 1.6;
}

/* faq end */


.example::-webkit-scrollbar {
    display: block;
    width: 3px;
}

.example1::-webkit-scrollbar {
    display: none;
}

/* Handle */
.example::-webkit-scrollbar-thumb {
  background: #a1a1a1; 
  border-radius: 10px;
}

#externalSite {
    width: 100%;  /* or any desired width */
    height: 100%;
    border: none;
   
}

/*video*/

  .containers {
  position: relative;
}

.centers {
  position: absolute;
  top: 35%;
  width: 100%;
  /*text-align: center;
  font-size: 18px;*/
}

video { 
  width: 100%;
  height: auto;
  margin-top: 0px;
  filter: brightness(85%);
}

.heading{padding:6px;
   color:#fff; font-weight:600; transition-duration: 3s; border: 2px solid #fff;
  border-radius: 30px;
}

 .heading:hover {
  /*-webkit-text-dtroke: 20px #fff;*/
  /*color: transparent;*/
  border: transparent;
}


/*testimonial start*/

.heading-1 {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 1;
}
.white-heading{
    color: #ffffff;
}
.heading-1:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    /*background: url(img/heading-line.png);*/
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading-1 span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading-1 span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /*background: url(img/testimonial.bg-top.png);*/
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    margin-top: 4%;
    min-height: 375px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;

    background: linear-gradient(
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
    ), url('https://www.moryadukan.com/images/personalised-gift.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
    height:300px;
    background-color:#fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  margin: auto;
  padding: 25px;
  position: relative;
  text-align: center;
  border-radius:8px;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: auto;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    overflow-y: scroll;
    height: 90px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin: 18px 0 20px 0;
}

.testimonial4_slide p::-webkit-scrollbar {
    width: 4px; /* Set the width of the scrollbar */
}

.testimonial4_slide p::-webkit-scrollbar-thumb {
    background-color: #33a754; /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Add border-radius for rounded scrollbar thumb */
}

.testimonial4_slide p::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set the background color of the scrollbar track */
    border-radius: 4px; /* Add border-radius for rounded scrollbar track */
}


.testimonial4_slide h4 {
  color: #000;
  font-size: 12.8px;
}

.testimonial4_slide h5 {
  color: #b3b2b2;
  font-size: 10.8px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.star-icon.filled {
    color: #F7A115;
}
/* ------testimonial  close-------*/


/*scroll button css*/

.frameScroller::-webkit-scrollbar {
  height: 8px;
}
.frameScroller::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.frameScroller::-webkit-scrollbar-thumb:hover {
  background: #555;
}


  .scroll-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #000000cc;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .scroll-btn:hover {
    background-color: #000;
  }

  .scroll-btn.left {
    left: -20px;
  }

  .scroll-btn.right {
    right: -20px;
  }

  @media (max-width: 768px) {
    .scroll-btn.left,
    .scroll-btn.right {
      display: none;
    }
  }
  
 /*scroll button css*/
 
 
 
 .icon-tag {
     font-size: 12.5px;
     margin-left: 2px;
     }
 
 
 
 
 /*checkout css*/
 
 
 .blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }

  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

  .glow {
    /*font-size: 80px;*/
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
    /*font-family: cursive;*/
  }

  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }


  @media only screen and (max-width: 600px) {
    #body1 {
      display: none;
    }

    .CFI {
      padding: 18% 15% 18%;
    }
  }

  @media only screen and (min-width: 600px) {
    .CFI {
      padding: 14% 28% 14%;
      width: 80%;
      margin: auto;
    }
  }

  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: red;
    color: red;
    font-size: 9.5px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.4;
  }

  .step.active {
    background-color: #8bc34a;
    color: white;
    opacity: 1;
  }

  .tab {
    display: none;
  }


  #prevBtn {
    opacity: 0.9;
  }


  .heading {
    font-size: 2.2em;
    font-weight: 600;
    color: #000;
    /*margin: 25px;*/
    text-shadow: 1px 0px 1px #919191, 
    1px 1px 1px #919191, 
    1px 2px 1px #919191, 
    1px 3px 1px #919191, 
    1px 4px 1px #919191, 
    1px 10px 6px rgba(16, 16, 16, .4), 
    1px 14px 10px rgba(16, 16, 16, .2), 
    1px 17px 35px rgba(16, 16, 16, .2), 
    1px 22px 60px rgba(16, 16, 16, .4);
  }

  @media only screen and (min-width: 1000px) {
    .ss {
      display: -webkit-box;
    }
  }
 
 
 
  @media (max-width: 767.98px) {
    .logo-img {
      height: 50px !important;
    }
  }
  
  /*pop up start*/
  
  
  /* Base styles for the submission form */
    #submission-form {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 9999;
    }

    /* Style for the close button */
    .close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #fff;
    }

    /* Style for countdown container */
    .countdown-container {
        display: flex;
        flex-wrap: wrap;
        /* Added to wrap countdown items on small screens */
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    /* Style for countdown items */
    .countdown-item {
        flex: 1;
        /* Added to make items take equal width */
        text-align: center;
        background-color: #c20c17;
        padding: 10px 20px;
        border-radius: 8px;
        border: 3px solid #ffff00;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* Style for countdown values and labels */
    .countdown-value {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }

    .countdown-label {
        font-size: 18px;
        color: #fff;
    }

    /* Style for the submit button */
    #submit-button {
        background-color: #ffff00;
        color: #000;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
        margin-top: 10px;
    }

    #submit-button:hover {
        background-color: #000;
        color: #fff;
    }

    /* Additional styles for responsiveness */
    @media screen and (max-width: 768px) {
        .countdown-item {
            flex-basis: 100%;
            /* Full width for countdown items on small screens */
        }

        .countdown-label {
            font-size: 14px;
        }
    }
    
    /*pop up end*/
    
    
    /*morya searchBox start*/
    
    .placeholder-wrapper {
    position: relative;
  }

  #searchBox {
    background-color: transparent;
  }

  .placeholder-animate {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
    transition: opacity 0.4s ease;
    font-size: 14px;
    white-space: nowrap;
  }

  .hide-placeholder {
    opacity: 0 !important;
  }
  
  /*morya searchBox end*/
  
  
  /*morya slider start*/
  
  .gallery-section {
    padding: 40px 20px;
    text-align: center;
  }

  .gallery-section h2 {
    /*font-size: 32px;*/
    margin-bottom: 40px;
  }

  .slider-container {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
  }

  .slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
    will-change: transform;
  }

  .slides {
    flex: 0 0 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
  }

  .slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
  }

  .slide-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .slide-content span {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 4px 14px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
  }

  .scroll-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .scroll-btn.left {
    left: 10px;
  }

  .scroll-btn.right {
    right: 10px;
  }

  @media (max-width: 768px) {
    .slides {
      flex: 0 0 100%;
    }

    .scroll-btn {
      font-size: 16px;
      padding: 8px 10px;
    }
  }

  @media (max-width: 480px) {
    .slides {
      flex: 0 0 100%;
    }

    .scroll-btn {
      font-size: 14px;
      padding: 6px 8px;
    }
  }
  
   /*morya slider end*/
   
   
   /*morya counte stratr*/
   
   .counter-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 60px auto;
    }
    .counter-box {
      text-align: center;
      padding: 30px;
      border-radius: 16px;
      background: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: 0.3s;
    }
    .counter-box:hover {
      transform: translateY(-5px);
    }
    .counter-icon {
      background: #ff0080;
      color: #fff;
      font-size: 28px;
      width: 70px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin: 0 auto 20px;
    }
    .counter {
      font-size: 32px;
      font-weight: bold;
      color: #111;
    }
    .counter-label {
      margin-top: 8px;
      font-size: 16px;
      color: #000;
    }
    
    /*morya counter end*/
    
    .border-color {border:4px solid #f82a33; padding:4px;}
    /*#f82a33*/
    /*#FF0040*/
    
    
    p > b > a {
  color: #ff0000;
}

@media (min-width: 768px) {
    .site-blocks-cover h1, h2 {
        font-size: 2rem !important;
    }
}

@media (min-width: 768px) {
    .site-blocks-cover p:first-child {
        font-size: 2rem !important;
    }
}

@media (max-width: 768px) {
.site-blocks-cover p:first-child {
    font-size: 1.2rem  !important;
}
}

 /*image press effect start*/

.img-btn {
  /*display: inline-block;*/
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.img-btn img {
  display: block;
  width: 100%;
}

/* Hover effect */
.img-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Press (click) effect */
.img-btn:active {
  transform: scale(0.94);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

/* Keyboard accessibility */
.img-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

 /*image press effect end*/
 
 
 
 /* ===== Before / After Section ===== */
.ba-section {
  width: 100%;
  padding: 0;
}

/* ===== Container ===== */
.ba-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: clamp(220px, 41vw, 600px); /* responsive height */
  margin: 0 0 2%;
  overflow: hidden;
  box-sizing: border-box;
}

/* ===== Images ===== */
.ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

/* ===== After Image Mask ===== */
.ba-img.after {
  clip-path: inset(0 50% 0 0);
}

/* ===== Slider Line ===== */
.ba-slider {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  cursor: ew-resize;
  z-index: 10;
  touch-action: none; /* mobile drag fix */
}

/* ===== Slider Handle ===== */
.ba-slider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;   /* bigger for touch */
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* ===== Optional Hover Effect ===== */
.ba-slider span::before,
.ba-slider span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.ba-slider span::before {
  left: 10px;
  transform: translateY(-50%) rotate(225deg);
}

.ba-slider span::after {
  right: 10px;
}

/* ===== Mobile Tweaks ===== */
@media (max-width: 768px) {
  .ba-container {
    padding: 1.5%;
  }

  .ba-slider span {
    width: 40px;
    height: 40px;
  }
}


/*before after end*/



.col-8.col-sm-8.col-md-8.col-lg-3.m-3.p-2.aos-init.aos-animate {
    border-radius: 21px;
}

.col-8.col-sm-8.col-md-8.col-lg-3.m-3.p-2.aos-init.aos-animate figure{
    border-radius: 14px;
}

.container.p-3.shadow {
    border-radius: 16px;
}

.col-6.col-sm-3 > .px-3.text-center{
    border: 2px solid #f82a33;
    border-radius: 14px;
    margin-top: 21px;
}


.imgs{
border: 2px solid #f82a33;
    border-radius: 14px;
}