/* --------------------
    Fonts & Icons
-------------------- */
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 100;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-thin.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-thin.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 300;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-Light.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: normal;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-Regular.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 600;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-SemiBold.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: bold;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-Bold.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 800;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-ExtraBold.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 900;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-Black.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}
@font-face {
  font-family: Yekan Bakh FaNum;
  font-style: normal;
  font-weight: 950;
  src: url("yekanbakhfanum/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"), url("yekanbakhfanum/woff2/YekanBakhFaNum-ExtraBlack.woff2") format("woff2");
}


.page-template-course-landing .elementor-location-header{
    opacity: 0;
    visibility: hidden;
    height: 0;
}

/* Testimonial Section Styles */
.testimonialBack {
    padding: 60px 0;
}

.testimonialSwiper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.mainView{
    max-width: 1380px;
    margin: auto;
    @media (max-width:1380px){
        padding-right: 15px;
        padding-left: 15px;
    }
}
.copyRight{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding-bottom: 20px;
}
.copyRight a{
    color: orangered;
    font-weight: 500;
    padding-right: 2px;
}


.testimonialContent {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}


.testimonialSlide{
    transform: scale(0.9) !important;
    opacity: 0.8;
    transition: all .4s;
}
.testimonialBack .swiper-slide-active{
    transform: scale(1.05) !important;
    opacity: 1;
}
.testimonialText {
    margin-top: 10px;
    min-height: 190px;
}

.testimonialText p {
    font-size: 14px;
    line-height: 30px;
    color: #444;
    text-align: justify;
    margin: 0;
    font-weight: 400;
}

.testimonialAuthor {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.authorImage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.authorInfo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.authorName {
    font-size: 14px;
    font-weight: 600;
    color: #055c63;
    text-decoration: none;
    transition: color 0.3s ease;
}

.authorName:hover {
    color: #33b6a3;
}

.authorTitle {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    line-height: 1;
}

.testimonialCta {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
}

.testimonialCta p {
    font-size: 16px;
    color: #555;
    margin: 0;
    line-height: 1.8;
}

.testimonialCta a {
    color: #055c63;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.testimonialCta a:hover {
    color: #33b6a3;
    text-decoration: underline;
}
.testimonialSwiperContainer{
    padding: 40px 0;
}
/* Swiper Navigation for Testimonials */
.testimonialSwiperContainer .swiper-button-next,
.testimonialSwiperContainer .swiper-button-prev {
    color: #33b6a3;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transition: all .4s;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.06);
}
.testimonialSwiperContainer .swiper-button-next svg,
.testimonialSwiperContainer .swiper-button-prev svg {
    width: 20px;
    height: 20px;
}

.testimonialSwiperContainer .swiper-button-next:after,
.testimonialSwiperContainer .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.testimonialSwiperContainer .swiper-button-next:hover,
.testimonialSwiperContainer .swiper-button-prev:hover {
    background: #33b6a3;
    svg{
        fill: #fff !important;
    }
    color: white;
}

.testimonialSwiperContainer .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 0.7;
}

.testimonialSwiperContainer .swiper-pagination-bullet-active {
    background: #33b6a3;
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonialBack {
        padding: 60px 0;
    }
	.demoFaqPartBack .moreQuestions {
		text-align: justify;
		font-size: 14px;
	}
    .testimonialBack .swiper-button-next , .testimonialBack .swiper-button-prev , .demoVideoSwiper  .swiper-button-next , .demoVideoSwiper  .swiper-button-prev{
        top: unset !important;
        bottom: 10px !important;
        margin: auto !important;
    }
    .testimonialBack .swiper-button-prev , .demoVideoSwiper .swiper-button-prev{
        right: 30% !important;
    }
    .testimonialBack .swiper-button-next , .demoVideoSwiper .swiper-button-next{
        left: 30% !important;
    }
    .demoVideoSwiper .swiper-wrapper{
        padding-bottom: 50px;
    }
    .testimonialSwiperContainer {
        padding: 10px 0;
    }
    
    .testimonialContent {
        padding: 30px 25px;
    }
    
    .testimonialText p {
        font-size: 15px;
        line-height: 2;
    }
    
    .authorImage {
        width: 50px;
        height: 50px;
    }
    
    .authorName {
        font-size: 16px;
    }
    
    .testimonialCta {
        margin-top: 30px;
        padding: 15px;
    }
    
    .testimonialCta p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .testimonialBack {
        padding: 30px 0;
    }
    .testimonialSlide{
        transform: scale(1) !important;
        opacity: 0.8;
        transition: all .4s;
    }
    .testimonialBack .swiper-slide-active{
        transform: scale(1) !important;
        opacity: 1;
    }
    .testimonialContent {
        padding: 25px 20px;
    }
    
    .testimonialText p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .authorImage {
        width: 45px;
        height: 45px;
    }
    
    .authorName {
        font-size: 15px;
    }
    
    .authorTitle {
        font-size: 13px;
    }
}


/* Video Section Styles */
.demoVideoBack {
    padding: 60px 0;
}

.demoVideoSwiper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 ;
}

.videoSwiper {
    padding: 20px 0;
}

.video-slide {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-slide:hover {
    transform: translateY(-5px);
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	vertical-align: unset;
}

.video-slide:hover .video-thumbnail img {
    transform: scale(1.17);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.video-slide:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-slide h4 {
    padding: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    line-height: 1.5;
}

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.video-modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 800px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
}

.video-close:hover {
    color: #33b6a3;
}

#modalVideo {
    width: 100%;
    height: auto;
    max-height: 80vh;
    display: block;
}

/* Swiper Navigation */
.videoSwiper .swiper-button-next,
.videoSwiper .swiper-button-prev {
    color: #33b6a3;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
        transition: all .4s;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.06);
}
.videoSwiper .swiper-button-next svg,
.videoSwiper .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  transition: all .4s;
}

.videoSwiper .swiper-button-next:after,
.videoSwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.videoSwiper .swiper-button-next:hover,
.videoSwiper .swiper-button-prev:hover {
    background: #33b6a3;
    svg{
        fill: #fff;
    }
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .demoVideoBack {
        padding: 40px 0;
    }
    
    .demoVideoSwiper {
        padding: 0 15px;
    }
    
    
    .video-slide h4 {
        padding: 15px;
        font-size: 14px;
    }
    
    .video-modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .play-button svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {

    
    .video-slide h4 {
        padding: 12px;
        font-size: 13px;
    }
}



    .page-template-course-landing {
        background-color: #f5f7fa !important;
         font-family: "Yekan Bakh FaNum" !important;
    }
    .page-template-course-landing .landingBackParent *{
       font-family: "Yekan Bakh FaNum" !important;
    }

    .demoIntro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    }
    .demoIntro .introInnerContent {
        width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    @media (max-width: 992px) {
    .demoIntro .introInnerContent {
        width: 49%;
    }
    }
    @media (max-width: 768px) {
    .demoIntro .introInnerContent {
        width: 100%;
        order: 2;
        align-items: center;
    }
    }
    .demoIntro .introInnerContent .demoUpperTitle {
    font-size: 16px;
    color: #0a94a0;
    font-weight: 400;
    display: block;
    }
    @media (max-width: 992px) {
    .demoIntro .introInnerContent .demoUpperTitle {
        font-size: 14px;
    }
    }
    @media (max-width: 480px) {
    .demoIntro .introInnerContent .demoUpperTitle {
        font-size: 12.5px;
    }
    }
    .demoIntro .introInnerContent .demoMainTitle {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    color: #121212;
    margin: 1rem 0 1.6rem;
    font-family:"Yekan Bakh FaNum" !important;
    }
    .demoIntro .introInnerContent .demoMainTitle strong {
    font-weight: 450;
    color: #790f87;
    }
    @media (max-width: 992px) {
    .demoIntro .introInnerContent .demoMainTitle {
        font-size: 30px;
    }
    }
    @media (max-width: 480px) {
    .demoIntro .introInnerContent .demoMainTitle {
        font-size: 20px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .demoIntro .introInnerContent .demoMainTitle strong{
        font-weight: unset;
    }
    }
    .demoIntro .introInnerContent .demoMainParagraph {
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
        margin-top: 10px;
    }
    @media (max-width: 992px) {
    .demoIntro .introInnerContent .demoMainParagraph {
        font-size: 14px;
    }
    }
    @media (max-width: 480px) {
    .demoIntro .introInnerContent .demoMainParagraph {
        font-size: 14px;
        line-height: 30px;
        margin: 0;
        text-align: justify;
        text-align-last: center;
    }
    }
    .demoIntro .introInnerImage {
    width: 40%;
    }
    @media (max-width: 992px) {
    .demoIntro .introInnerImage {
        width: 49%;
        padding: 0;
    }
    }
    @media (max-width: 768px) {
    .demoIntro .introInnerImage {
        width: 50%;
        margin: auto;
        order: 1;
    }
    }
    @media (max-width: 480px) {
    .demoIntro .introInnerImage {
        width: 100%;
    }}
    @media (max-width: 480px) {
    .demoIntroBack {
        padding-top: 10px;
    }
    }

    .demoBtn {
    z-index: 1;
    position: relative;
    transition: 0.3s;
    line-height: 1.1;
    cursor: pointer;
    justify-content: center;
    min-width: 250px;
    display: inline-flex;
    margin-top: 25px;
    height: 45px;
    }
    .demoBtn span.txt {
    color: #ffffff;
    padding: 0 24px 0 12px;
    display: flex;
    align-items: center;
    border-radius: 32px;
    position: relative;
    transition: 0.5s;
    font-size: 14px;
    gap: 3px;
    }
    @media (max-width: 992px) {
    .demoBtn span.txt {
        font-size: 13px;
    }
    }
    .demoBtn span.txt strong {
    font-weight: 600;
    font-size: 20px;
    margin: 0 2px;
    }
    @media (max-width: 992px) {
    .demoBtn span.txt strong {
        font-size: 16px;
    }
    }
    .demoBtn span.txt::before {
    content: "";
    position: absolute;
    background: #33b6a3;
    left: 0;
    right: 0;
    height: 100%;
    width: calc(100% + 40px);
    border-radius: 32px;
    z-index: -1;
    transition: 0.5s;
    }
    .demoBtn svg {
    padding: 5px;
    content: "";
    background: #33b6a3;
    border-radius: 32px;
    z-index: 2;
    transition: 0.5s;
    }
    .demoBtn:hover span.txt {
    transform: translateX(9px);
    }
    .demoBtn:hover span.txt::before {
    width: calc(100% + 12px);
    }
    .demoBtn:hover svg {
    transform: translateX(-9px);
    }

    .demoTopRateBack, .demoWhyFormifyBack, .demoFaqPartBack, .demoBannerPartBack {
    padding: 60px 0;
    }
    .demoFaqPartBack .moreQuestions{
        text-align: center;
        margin: 0;
        padding: 30px 0;
    }
    .demoFaqPartBack .moreQustionsParent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .moreQustionsParent .demoBtn{
        margin: 0;
    }

    .demoFieldBoxBack {
        padding: 60px 0;
    }
    .demoFieldBoxBack .demoFieldBox {
        max-width: 1200px;
        width: 100%;
        margin:auto;
    }
    @media (max-width: 992px) {
    .demoFieldBoxBack .demoFieldBox {
        gap: 5px;
        row-gap: 6px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    }
    @media (max-width: 768px) {
    .demoFieldBoxBack .demoFieldBox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    }
    @media (max-width: 380px) {
    .demoFieldBoxBack .demoFieldBox {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    }
    .demoFieldBoxBack .demoFieldCard {
        padding: 10px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        background: #fff;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    @media (max-width: 480px) {
    .demoFieldBoxBack .demoFieldCard {
        padding: 5px;
    }
    }
    .demoFieldBoxBack .demoFieldCard .fieldIcon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    font-size: 15px;
    }
    @media (max-width: 480px) {
    .demoFieldBoxBack .demoFieldCard .fieldIcon {
        margin-bottom: 5px;
    }
    }
    .demoFieldBoxBack .demoFieldCard .fieldIcon svg {
    width: 20px;
    height: 20px;
    }
    .demoFieldBoxBack .demoFieldCard .fieldIcon svg path, .demoFieldBoxBack .demoFieldCard .fieldIcon svg rect {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
    stroke: #0a94a0;
    }
    .demoFieldBoxBack .demoFieldCard h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: calc(100% - 25px);
    }
    @media (max-width: 480px) {
    .demoFieldBoxBack .demoFieldCard h3 {
        font-size: 14px;
    }
    }
    .demoFieldBoxBack .demoFieldCard p {
        font-size: 14px;
        color: #696969;
        margin: 0;
        display: block;
        line-height: 20px;
        padding-right: 25px;
    }
    @media (max-width: 480px) {
    .demoFieldBoxBack .demoFieldCard p {
        margin-top: 5px;
        line-height: 20px;
    }
    }

    .demoTopRate {
    position: relative;
    }
    .demoTopRate::before {
        content: "";
        background-color: #33b6a3;
        position: absolute;
        inset: 0;
        z-index: -1;
        border-radius: 0 50px;
        height: 60%;
        margin: auto;
        background-repeat: no-repeat;
        background-position: right;
    }
    @media (max-width: 768px) {
    .demoTopRate::before {
        height: 100%;
    }
    }
    @media (max-width: 768px) {
    .demoTopRate {
        padding-bottom: 20px;
    }
    }

    .topRateBoxWrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    margin: 30px;
    padding: 0 50px;
    }
    @media (max-width: 1200px) {
    .topRateBoxWrapper {
        margin: 0;
        gap: 40px;
        padding: 0 30px;
    }
    }
    @media (max-width: 768px) {
    .topRateBoxWrapper {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 15px;
        padding: 20px 0;
    }
    }
    .topRateBoxWrapper .topRateBox {
    box-shadow: 32px 33px 16px -17px rgba(117, 117, 117, 0.11);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: linear-gradient(55deg, rgba(255, 255, 255, 0.44) 2.1%, rgba(191, 191, 191, 0.14) 94.58%);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 12px;
    display: block;
    position: relative;
    cursor: pointer;
    }
    @media (max-width: 768px) {
    .topRateBoxWrapper .topRateBox {
        width: 100%;
    }
    }
    .topRateBoxWrapper .topRateBox .readMore {
    display: flex;
    height: 30px;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background-color: rgba(5, 92, 99, 0.16);
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 30px;
    }
    @media (max-width: 768px) {
    .topRateBoxWrapper .topRateBox .readMore {
        left: 25px;
        right: auto;
        bottom: 25px;
    }
    }
    .topRateBoxWrapper .topRateBox .readMore .readMoreTxt {
    font-size: 12px;
    color: #004045;
    line-height: 1;
    transition: all 0.4s;
    max-width: 0;
    transition: max-width 0.4s, margin 0.4s;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    }
    @media (max-width: 768px) {
    .topRateBoxWrapper .topRateBox .readMore {
        padding-left: 10px;
    }
    .topRateBoxWrapper .topRateBox .readMore .readMoreTxt {
        max-width: 77px;
        margin-left: 5px;
        margin-right: 10px;
        font-size: 14px;
    }
    .topRateBoxWrapper .topRateBox .icon {
        background-color: rgba(10, 147, 160, 0.195) !important;
    }
    }
    .topRateBoxWrapper .topRateBox .topRate {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    }
    @media (max-width: 1200px) {
    .topRateBoxWrapper .topRateBox .topRate {
        padding: 20px 10px;
        padding-bottom: 45px;
    }
    }
    @media (max-width: 768px) {
    .topRateBoxWrapper .topRateBox .topRate {
        flex-direction: row;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    }
    .topRateBoxWrapper .topRateBox .topRate .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #f5f5f5;
    transition: all 0.4s;
    }
    .topRateBoxWrapper .topRateBox .topRate .icon svg {
    fill: #0d6054;
    }
    .topRateBoxWrapper .topRateBox .topRate h3 {
    font-weight: 300;
    font-size: 16px;
    transition: all 0.4s;
    color: #68666b;
    line-height: 30px;
    margin-top: 10px;
    }
    @media (max-width: 768px) {
    .topRateBoxWrapper .topRateBox .topRate h3 {
        text-align: right;
        font-size: 15px;
    }
    }
    .topRateBoxWrapper .topRateBox:hover .readMore {
    padding-left: 10px;
    }
    .topRateBoxWrapper .topRateBox:hover .readMore .readMoreTxt {
    max-width: 77px;
    margin-left: 5px;
    margin-right: 10px;
    }
    .topRateBoxWrapper .topRateBox:hover h3 {
    color: #0a94a0;
    }
    .topRateBoxWrapper .topRateBox:hover .icon {
    background-color: rgba(10, 147, 160, 0.195) !important;
    }

    .moreInfoBoxWrapper {
    display: flex;
    justify-content: start;
    background-color: #fff;
    border-radius: 32px;
    padding: 36px;
    gap: 35px;
    max-width: 80%;
    margin: auto;
    margin-top: 50px;
    }
    @media (max-width: 768px) {
    .moreInfoBoxWrapper {
        max-width: 100%;
        margin: 10px 0;
        padding: 15px;
        gap: 15px;
        justify-content: space-between;
    }
    }
    @media (max-width: 480px) {
        .topRateBoxWrapper{
            padding: 10px;
        }
    .moreInfoBoxWrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    }
    .moreInfoBoxWrapper .whyImgFn {
        width: 20%;
        display: flex;
        overflow: hidden;
        border-radius: 30px 0;
    }
    .moreInfoBoxWrapper .whyImgFn img{
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    @media (max-width: 768px) {
    .moreInfoBoxWrapper .whyImgFn {
        width: 27%;
    }
    }
    @media (max-width: 480px) {
    .moreInfoBoxWrapper .whyImgFn {
        width: 100%;
    }
    }
    .moreInfoBoxWrapper .moreInfoContent {
    width: 70%;
    padding-left: 40px;
    }
    @media (max-width: 768px) {
    .moreInfoBoxWrapper .moreInfoContent {
        padding: 0;
    }
    }
    @media (max-width: 480px) {
    .moreInfoBoxWrapper .moreInfoContent {
        width: 100%;
        text-align: center;
    }
    }
    .moreInfoBoxWrapper h3 {
    font-size: 20px;
    font-weight: 350;
    margin: 0;
    max-width: 70%;
    line-height: 35px;
    }
    @media (max-width: 768px) {
    .moreInfoBoxWrapper h3 {
        max-width: 100%;
    }
    }
    .moreInfoBoxWrapper p {
    color: #9c9c9c;
    font-size: 15px;
    margin: 0;
    margin-top: 15px;
    line-height: 28px;
    }

    .whyFormify {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    @media (max-width: 992px) {
        .whyFormify {
            gap: 30px;
        }
    }
    .whyFormify .whyRight{
        width: 100%;
        background-color: #fff;
        padding: 35px;
        border-radius: 10px;
    }
    .whyLeft {
        width: 100%;
        padding-bottom: 80px;
    }
    /* @media (max-width: 992px) {
    .whyFormify .whyLeft {
        width: 50%;
        order: 1;
        margin: auto;
    }
    } */
    /* @media (max-width: 768px) {
    .whyFormify .whyLeft {
        width: 100%;
    }
    } */
    /* @media (max-width: 992px) {
    .whyFormify .whyRight {
        width: 100%;
        order: 2;
    }
    } */
    .whyFormify .whyRight h2 {
    margin: 0;
    font-weight: 450;
    line-height: 35px;
    font-size: 28px;
    }
    @media (max-width: 480px) {
    .whyFormify .whyRight h2 {
        font-size: 17px;
        letter-spacing: -2px;
        font-weight: 800;
        text-align: center;
    }
    }
    .whyFormify .whyRight > span {
    color: #f8651e;
    margin-top: 15px;
    font-size: 14px;
    display: block;
    }
    .whyFormify .whyRight p {
    line-height: 1.6;
    margin-top: 15px;
    text-align: justify;
    color: #1d2327;
		
		margin-bottom: 10px;
    }
    .whyFormify .whyRight .demoBtn {
    justify-content: start;
    }
    .whyLeft .iconBoxWrapp {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    }
    /* @media (max-width: 768px) {
    .whyLeft .iconBoxWrapp {
        gap: 10px;
    }
    } */
    .whyLeft .iconBoxWrapp .icons {
        display: flex;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    @media (max-width: 768px) {
    .whyLeft .iconBoxWrapp .icons {
        /* flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; */
        gap: 10px;
    }
    }
    .whyLeft .iconBoxWrapp .icons .theIcon {
    background: linear-gradient(180deg, rgba(51, 182, 163 , 0.5) 0%, rgba(51, 182, 163, 0) 100%);
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    }
    .whyLeft .iconBoxWrapp .icons .iconsNumber {
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 10px;
    }
    .whyLeft .iconBoxWrapp .icons .iconsNumber .number {
        font-size: 16px;
        color: #003737;
        line-height: 1;
    }
    .whyLeft .iconBoxWrapp .icons .iconsNumber .text {
    font-size: 16px;
    }

    .mainSectionHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px;
    text-align: center;
    }
    @media (max-width: 768px) {
    .mainSectionHeader {
        margin-bottom: 15px;
        padding-bottom: 20px;
        gap: 8px;
    }
    /* .whyLeft .iconBoxWrapp .icons .theIcon{
        width: 60px;
        height: 60px;
    } */
    .whyRight p , li{
		font-size: 14px;
    }
    }
    .mainSectionHeader .sectionTitle {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    }
    @media (max-width: 768px) {
    .mainSectionHeader .sectionTitle {
		font-size: 19px;
        letter-spacing: -2px;
    }
    }
    .mainSectionHeader .sectionBotTitle {
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    }

    .demoFaqPart .faqContent {
    max-width: 80%;
    margin: auto;
    }
    @media (max-width: 768px) {
    .demoFaqPart .faqContent {
        max-width: 100%;
    }
    .iconBoxWrapp{
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    }
    .demoFaqPart .faqContent .faqItems {
    margin-bottom: 15px;
    border-radius: 10px;
    transition: 0.3s;
    background: #fff;
    }
    @media (max-width: 480px) {
    .demoFaqPart .faqContent .faqItems {
        margin-bottom: 10px;
    }
    }
    .demoFaqPart .faqContent .faqItems .question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    }
    @media (max-width: 480px) {
    .demoFaqPart .faqContent .faqItems .question {
        gap: 10px;
        padding: 10px;
        font-size: 13.5px;
    }
    }
    .demoFaqPart .faqContent .faqItems .question .num {
    min-width: 35px;
    height: 35px;
    background: rgb(192, 213, 217);
    display: flex;
    position: relative;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    border-radius: 10px;
    align-items: center;
    padding-top: 3px;
    padding-right: 3px;
    font-weight: 400;
    }
    @media (max-width: 480px) {
    .demoFaqPart .faqContent .faqItems .question .num {
        min-width: 30px;
        height: 30px;
        font-size: 16px;
    }
    }
    .demoFaqPart .faqContent .faqItems .question p {
    margin: 0;
    width: calc(100% - 100px);
    }
    .demoFaqPart .faqContent .faqItems .question svg {
    width: 35px;
    height: 35px;
    margin-right: auto;
    transform: rotate(-90deg);
    transition: all 0.4s;
    }
    .demoFaqPart .faqContent .faqItems .question svg path {
    stroke: #055c63;
    stroke-width: 1px;
    }
    .demoFaqPart .faqContent .faqItems .answer {
    display: none;
    }
    .demoFaqPart .faqContent .faqItems .answer p {
    color: #606060;
    font-size: 14px;
    padding: 20px;
    padding-top: 0;
    margin: 0;
    }
    @media (max-width: 480px) {
    .demoFaqPart .faqContent .faqItems .answer p {
        font-size: 13px;
        padding: 15px;
    }
    }
    .demoFaqPart .faqContent:has(.faqBoxActive) .faqBoxActive svg {
    transform: rotate(90deg) !important;
    }

    .demoBannerPart img {
    border-radius: 32px;
    }

    .demoIntroBack {
    padding-top: 30px;
    }

    .demoHeaderBack .mainHeader .menuSection {
    margin-left: auto;
    margin-right: 30px;
    }

    .siteFooterBrandingLand {
    padding-top: 40px;
    }

    .siteFooterBackLand .siteFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    }
    @media (max-width: 768px) {
    .siteFooterBackLand .siteFooter {
        padding: 30px 0;
        padding-bottom: 0;
    }
    }
    .siteFooterBackLand .siteFooter .zhaketActionTitle {
    font-size: 30px;
    text-align: center;
    margin: 0;
    }
    @media (max-width: 768px) {
    .siteFooterBackLand .siteFooter .zhaketActionTitle {
        font-size: 25px;
    }
    }
    .siteFooterBackLand .siteFooter .zhaketUpperTitle {
    font-size: 25px;
    line-height: 60px;
    padding: 10px 0;
    text-align: center;
    }
    @media (max-width: 768px) {
    .siteFooterBackLand .siteFooter .zhaketUpperTitle {
        line-height: 30px;
        font-size: 20px;
    }
    }
    @media (max-width: 768px) {
    .siteFooterBackLand {
        padding-bottom: 50px;
    }
    }/*# sourceMappingURL=style-rtl.css.map */






.mainLandingBtn {
  position: relative;
  color: #790f87 !important;
  background: transparent;
  border: 2px solid #790f87;
  padding: 10px 24px;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  border-radius: 5px;
}

.mainLandingBtn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #33B6A3;
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.mainLandingBtn:hover {
  color: white !important;
}

.mainLandingBtn:hover:before {
  height: 100%;
}

.mainLandingBtn:active {
  transform: scale(0.97);
}


/* Target Audience Section Styles */
.audienceBack {
    padding: 60px 0;
}

.audienceGrid {
    display: grid;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(6,minmax(0,1fr));
    padding: 40px 0;
}

.audienceItem {
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}


/* .audienceIcon {
    width: 50px;
    height: 50px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg,#33b6a3 0%,#055c63 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 10px;
} */


/* .audienceItem .audienceIcon svg path {
    stroke: #fff;
} */

.audienceItem h3 {
    font-size: 14px;
    font-weight: 600;
    color: #055c63;
    line-height: 1.4;
}


/* Responsive Design */
@media (max-width: 1200px) {
    /* .audienceGrid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 25px;
    } */
}

@media (max-width: 768px) {
    .audienceBack {
        padding: 60px 0;
    }
    
    .audienceGrid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .demoFieldBoxBack {
    padding: 30px 0;
}

    
    .audienceIcon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    

    

}

@media (max-width: 480px) {
    .audienceGrid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    /* .audienceItem {
        padding: 25px 20px;
    } */
    
    /* .audienceIcon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    } */
}

/* Animation for items */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.middleCtaBtn{
    margin: auto;
    margin-bottom: auto;
    display: block;
    width: max-content;
    margin-bottom: 20px;
}


/* Payment Modal Styles */
.payment-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.payment-modal-content {
    position: relative;
    background: #fff;
    margin: 2% auto;
    width: 90%;
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    animation: slideUp 0.4s ease;
    overflow: hidden;
    max-height: 90vh;
    overflow-y: auto;
}

.payment-header {
    background: linear-gradient(135deg, #055c63 0%, #33b6a3 100%);
    color: white;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.payment-close {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    line-height: 1;
}

.payment-close:hover {
    color: #ffeb3b;
}

.payment-body {
    padding: 30px;
}

.payment-instruction {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    border-right: 4px solid #33b6a3;
}

.payment-instruction p {
    margin: 0 0 15px 0;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

.card-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 12px 15px;
    border-radius: 8px;
    border: 2px dashed #e0e0e0;
}

.card-number-text {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: 600;
    color: #055c63;
    letter-spacing: 1px;
}

.copy-btn {
    background: #055c63;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: #033f44;
    transform: translateY(-1px);
}

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.payment-option {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
}

.payment-option:hover {
    border-color: #33b6a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(51, 182, 163, 0.1);
}

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

.option-header h3 {
    margin: 0;
    font-size: 18px;
    color: #055c63;
    font-weight: 600;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #33b6a3;
}

.option-desc {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.installment-steps {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.installment-step {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
}

.step-number {
    background: #055c63;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.step-price {
    font-weight: 600;
    color: #055c63;
    font-size: 15px;
}

.step-desc {
    font-size: 13px;
    color: #666;
}

.payment-info {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
}

.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.info-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.info-content p {
    margin: 0;
    color: #555;
    line-height: 1.7;
    font-size: 14px;
}

.info-content a {
    color: #055c63;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: #33b6a3;
    text-decoration: underline;
}

.info-form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.info-form ul {
    margin: 0;
    padding-right: 20px;
    list-style-type: disc;
}

.info-form li {
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.delivery-info {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e8f6f3;
    padding: 15px;
    border-radius: 8px;
    border-right: 3px solid #33b6a3;
}

.delivery-icon {
    flex-shrink: 0;
}

.delivery-info p {
    margin: 0;
    color: #055c63;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .payment-modal-content {
        width: 95%;
        margin: 5% auto;
        max-height: 95vh;
    }
    
    .payment-header {
        padding: 20px;
    }
    
    .payment-header h2 {
        font-size: 20px;
    }
    
    .payment-body {
        padding: 20px;
    }
    
    .option-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .card-number {
        padding: 5px;
        gap: 5px;
    }
    
    .info-box {
        flex-direction: column;
        gap: 10px;
    }
    
    .delivery-info {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .whyFormify .whyRight{
        padding: 15px;
    }
    .payment-modal-content {
        border-radius: 15px;
    }
    
    .payment-header {
        padding: 15px 20px;
    }
    
    .payment-body {
        padding: 15px;
    }
    
    .payment-instruction,
    .payment-option,
    .payment-info {
        padding: 10px;
    }
    
    .card-number-text {
        font-size: 16px;
    }
}

.openTheModal{
    background-color: #790f87;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
}
.openTheModal::before{
    background: #fff;
}
.openTheModal:hover{
    color: #790f87 !important;
}


.headerBtn{
    background-color: #790f87;
    border-color: #790f87;
    &:hover{
        color: #790f87 !important;
    }
}