
/** about-section **/

.about-section{
  position: relative;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .accordion-box .accordion{
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}

.content_block_one .content-box .accordion-box .accordion:last-child{
  border-bottom: none;
}

.content_block_one .content-box .accordion-box .accordion .acc-btn{
  position: relative;
  padding: 10px 30px 10px 70px;
  cursor: pointer;
  margin: 40px 0px;
}

.content_block_one .content-box .accordion-box .accordion:first-child .acc-btn{
  margin-top: 0px;
}

.content_block_one .content-box .accordion-box .accordion:last-child .acc-btn{
  margin-bottom: 0px;
}

.content_block_one .content-box .accordion-box .accordion .acc-btn .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  box-shadow: 0px 4px 25px 2px rgba(241, 242, 245, 1);
  text-align: center;
  border-radius: 50%;
  font-size: 7px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.content_block_one .content-box .accordion-box .accordion .acc-btn.active{
  margin-bottom: 0px;
}

.content_block_one .content-box .accordion-box .accordion .acc-btn.active .icon-box{
  color: #fff;
  transform: rotate(180deg);
  box-shadow: none;
}

.content_block_one .content-box .accordion-box .accordion .acc-btn h3{
  font-size: 24px;
  line-height: 30px;
}

.content_block_one .content-box .accordion-box .accordion .acc-content{
  position: relative;
  padding: 15px 30px 40px 70px;
}


.video_block_one .video-inner{
  position: relative;
  width: 100%;
  padding: 218px 0px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video_block_one .video-box .video-content{
  position: relative;
  display: inline-block;
  width: 148px;
  height: 148px;
  background: rgba(255, 255, 255, 0.50);
  border-radius: 50%;
  text-align: center;
}

.video_block_one .video-box .video-content a{
  position: absolute;
  display: inline-block;
  left: 32px;
  top: 32px;
  width: 82px;
  height: 82px;
  line-height: 88px;
  background: #fff;
  font-size: 30px;
  border-radius: 50%;
}

.video_block_one .video-content .curve-text{
  position: absolute;
  left: 74px;
  top: 7px;
  width: 148px;
  height: 148px;
}

.video_block_one .video-content .curve-text span{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--title-color);
}

.video_block_one .video-box{
  position: relative;
  display: block;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .tabs-box{
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  z-index: 1;
}

.about-style-two .tabs-box:before{
  position: absolute;
  content: '';
  background: #191919;
  width: 70%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.about-style-two .tab-btns{
  position: relative;
  padding: 60px 0px 60px 60px;
  z-index: 2;
}

.about-style-two .tab-btns li{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--title-font);
  color: #fff;
  font-weight: 500;
  border-radius: 80px;
  padding: 25px 40px;
  padding-right: 100px;
  cursor: pointer;
  transition: all 500ms ease;
}

.about-style-two .tab-btns li.active-btn,
.about-style-two .tab-btns li:hover{

}

.about-style-two .tab-btns li i{
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--title-color);
  opacity: 0;
  transition: all 500ms ease;
}

.about-style-two .tab-btns li.active-btn i,
.about-style-two .tab-btns li:hover i{
  opacity: 1;
}

.about-style-two .tabs-content{
  position: relative;
  padding: 45px 50px 50px 0px;
  z-index: 1;
}

.about-style-two .tabs-content:before{
  position: absolute;
  content: '';
  background: #F7F7F7;
  border-radius: 40px;
  width: calc(100% + 87px);
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.about-style-two .content-box{
  position: relative;
  display: block;
}

.about-style-two .content-box h2{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 19px;
}

.about-style-two .content-box p{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
}

.content_block_seven .content-box .accordion-box .accordion{
  position: relative;
  border: 1px solid #E5E5E5;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.content_block_seven .content-box .accordion-box .accordion:last-child{
  margin-bottom: 0px;
}

.content_block_seven .content-box .accordion-box .accordion.active-block{
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.04);
}

.content_block_seven .content-box .accordion-box .accordion .acc-btn{
  position: relative;
  padding: 24px 60px 24px 30px;
  cursor: pointer;
}

.content_block_seven .content-box .accordion-box .accordion .acc-btn h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.content_block_seven .content-box .accordion-box .accordion .acc-btn .icon-box{
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 7px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.content_block_seven .content-box .accordion-box .accordion .acc-content{
  padding: 0px 30px 30px 30px;
}

.content_block_seven .content-box .accordion-box .accordion .acc-content p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 460px;
  margin-bottom: 24px;
}

.content_block_seven .content-box .accordion-box .accordion .acc-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--title-font);
  font-weight: 500;
  border-bottom: solid;
  border-width: 1px;
}

.about-style-three .video_block_one .video-box .video-content{
  position: absolute;
  left: -70px;
  top: 15px;
}

.about-style-three .video_block_one .video-box img{
  width: 100%;
}


.about-style-two.dark-section{
  background: #191919;
}

.about-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100%;
  height: 43px;
  background-size: 100% 100%;
}

.about-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 43px;
  background-size: 100% 100%;
}

.about-style-two.dark-section .tabs-box:before{
  background: #fff;
}

.about-style-two.dark-section .tab-btns li{
  color: var(--title-color);
}

.about-style-two.dark-section .tab-btns li.active-btn, 
.about-style-two.dark-section .tab-btns li:hover{
  color: #fff;
}

.about-style-two.dark-section .tab-btns li i{
  color: #fff;
  background: var(--secondary-color);
}


/** rtl-css **/

.rtl .content_block_one .content-box{
  margin-right: 0px;
  margin-left: 80px;
}

.rtl .video_block_one .video-box{
  margin-left: 0px;
  margin-right: 70px;
}

.rtl .content_block_one .content-box .accordion-box .accordion .acc-btn,
.rtl .content_block_one .content-box .accordion-box .accordion .acc-content{
  padding-left: 30px;
  padding-right: 70px;
}

.rtl .content_block_one .content-box .accordion-box .accordion .acc-btn .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .about-style-two .tabs-box{
  direction: ltr;
  text-align: right;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_one .content-box{
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .rtl .content_block_one .content-box{
    margin-left: 0px;
  }

  .video_block_one .video-box{
    margin-left: 0px;
  }

  .rtl .video_block_one .video-box{
    margin-right: 0px;
  }

  .about-style-two .tabs-box:before{
    display: none;
  }

  .about-style-two .tab-btns{
    padding: 60px;
    margin-bottom: 30px;
    background: #191919;
    border-radius: 40px;
  }

  .about-style-two .tabs-content{
    padding-left: 50px;
  }

  .about-style-two .tabs-content:before{
    width: 100%;
  }

  .about-style-three .video_block_one .video-box .video-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .content_block_seven .content-box{
    margin-bottom: 30px;
  }

  .about-style-two.dark-section .tab-btns{
    background: #fff;
  }
}

@media only screen and (max-width: 767px){
  .about-section{
    padding: 70px 0px;
  }

  .about-style-two{
    padding: 0px 0px 70px 0px;
  }

  .about-style-three{
    padding: 70px 0px;
  }

  .about-style-two.dark-section{
    padding: 110px 0px;
  }
}

@media only screen and (max-width: 599px){
  .video_block_one .video-inner{
    padding: 150px 0px;
  }

  .about-style-two .tab-btns,
  .about-style-two .tabs-content{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){
  .about-style-two .tab-btns li{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .about-style-two .tab-btns li i{
    display: none;
  }
}


/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .inner-container{
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 54px 70px 54px 360px;
}

.cta-section h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

.cta-section h2 span{
  font-weight: 400;
}

.cta-section .inner-container .icon-box{
  position: absolute;
  left: 70px;
  top: -30px;
  border-radius: 50%;
  border: 8px solid #fff;
}

.cta-section .inner-container .icon-box img{
  width: 100%;
  border-radius: 50%;
}

.cta-section .inner-container .theme-btn{
  background: #fff;
  color: var(--theme-color) !important;
}

.cta-section .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .cta-section .inner-container{
    padding-left: 50px;
    padding-right: 50px;
  }

  .cta-section .inner-container .icon-box{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .cta-section .inner-container{
    display: block;
  }

  .cta-section h2{
    margin-bottom: 30px;
  }

  .cta-section h2 br{
    display: none;
  }
}

@media only screen and (max-width: 599px){
  .cta-section .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){

}


/** pricing-section **/

.pricing-section{
  position: relative;
}

.pricing-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.pricing-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.pricing-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.pricing-block-one .inner-box:hover .image-box img{
  transform: scale(1.1);
}

.pricing-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 17px;
}

.pricing-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pricing-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.pricing-block-one .inner-box .lower-content h3 a:hover{

}

.pricing-block-one .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--title-font);
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: solid;
  border-width: 1px;
}

.pricing-section .tab-btns{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  padding: 5px;
  border-radius: 70px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.pricing-section .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--title-font);
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  padding: 12px 20px;
  width: 160px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btns li.active-btn,
.pricing-section .tab-btns li:hover{
  background: #fff;
}



/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .pricing-section{
    padding: 65px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px){
  .pricing-section .tab-btns{
    width: 100%;
  }

  .pricing-section .tab-btns li{
    width: auto;
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media only screen and (max-width: 499px){

}



/** pricing Section **/
.qr-section {
  /* Light grey background to separate from pure white */
  padding: 0 0 60px;
  text-align: center;
}

.qr-section h2 {
  font-size: 2.5rem;
  color: #00aa55; /* Rich green for titles */
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.qr-section h6 {
  color: #333;
  font-size: 0.95rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.qr-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.qr-card {
  background: #ffffff; /* White card on light background */
  border-radius: 15px;
  padding: 25px;
  width: 290px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); /* Clean soft shadow */
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.qr-card:hover {
  transform: translateY(-5px);
  border-color: #00aa55;
}

.qr-card h4 {
  color: #00aa55;
  margin-bottom: 10px;
  font-weight: 600;
}

.qr-card img {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.qr-address {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
  font-weight: 500;
  font-size: 0.95rem;
  word-break: break-all;
  gap: 10px;
}

.copy-btn {
  background: #00aa55;
  border: none;
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  transition: background 0.2s ease;
}

.copy-btn:hover {
  background: #008f49;
}
.sec-title h6 {
  background: #fff3cd; /* Soft yellow for alert */
  color: #856404; /* Dark amber text */
  border-left: 4px solid #ffbf00; /* Stronger yellow edge */
  padding: 15px 20px;
  margin-top: 30px;
  max-width: 100%;
  font-size: 0.95rem;
  border-radius: 6px;
  line-height: 1.6;
  text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
  .option-block {
    text-align: center;
  }

  .option-block .theme-btn {
    display: inline-block; /* keep button style */
    margin: 0 auto;        /* center horizontally */
  }
}

.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* makes sure everything aligns left */
}

.links-list li {
    margin-bottom: 8px; /* space between list items */
}

.links-list a {
    color: #111111;
    text-decoration: none;
    display: inline-flex; /* aligns icon and text nicely */
    align-items: center; /* vertical center */
    font-size: 16px; /* adjust if you want */
    transition: color 0.3s ease;
}

.links-list a:hover {
    color: #22823A;
}


/* Track sheet css */
.google-sheet-container {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.google-sheet-container iframe {
    width: 100%;
    height: 80vh; /* adjust if you want it taller or shorter */
    border: none;
    display: block;
}


























