@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

/* font-family: 'Arvo', serif; */



/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

}

html {
    scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

/* themed scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #f7c170 #272726;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #272726;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);
    border-radius: 10px;
}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}



p {

    font-weight: 500;

    line-height: 1.2;

}





/***** Font Files *****/



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal

}





/***** Custom Classes *****/





/* preloader start */

.svg-animations{

    position:relative;

    display:block;

    margin: auto;

    width:100%;

    height:100%;

}



#svg-calli{

    visibility: visible;

    position:relative;

    display:block;

    margin: auto;

    width:40%;

    height:40%;

    top:5%

}



div#svg-anim-calli {

    position: fixed;

    width: 100%;

    height: 100vh;

    z-index: 99;

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

    top: 0;



}

/* preloader end */

.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



/*2d button start*/

@keyframes blinkin{

    0%{

      box-shadow: #f7cb6c94 0 0 0 0;





    }

    100%{

      box-shadow: #2198fa00 0 0 0 15px;







    }

  }

  @keyframes blinkin2{

    0%{

      box-shadow: #f7bf72 0 0 0 0;

        border-radius: 40px;



    }

    100%{

      box-shadow: #2198fa00 0 0 0 15px;



      border-radius: 40px;



    }

  }

  .theme_btn {

    position: relative;

    bottom: 20px;

    border: none;

    box-shadow: none;

    width: 55%;

    height: 40px;

    line-height: 42px;

    background: transparent;

    display: block;

    margin: 0 auto;

}

  .theme_btn span {

      display: block;

      position: absolute;

      width: 100%;

      height: 70px;

      border-radius: 40px;

      margin: 20px 0;

      -webkit-box-sizing: border-box;

      -moz-box-sizing: border-box;

      box-sizing: border-box;

      -webkit-transition: all .3s;

      transition: all .3s;

      display: flex;

      align-items: center;

      justify-content: center;

      color: #e5dfd7;

      font-size: 15px;

      font-family: 'Poppins';

      text-transform: uppercase;

      animation: blinkin 1.9s ease infinite;

  }

  .theme_btn span b {

    margin: 0 5px;

}

span.scnd {

    font-size: 25px !important;

    color: #deac6a;

}

  .theme_btn span:nth-child(1) {

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

    transition: .3s ease-in-out;

  }

  .theme_btn span:nth-child(2) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

    transition: .3s ease-in-out;

  }

    .theme_btn:hover span:nth-child(1) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

  }

  .theme_btn:hover span:nth-child(2) {

    color: transparent;

    -webkit-transform: rotateX(-90deg);

    -moz-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

  }



  .banner_text a {

    margin-top: 8%;

}

.theme_btn2{

    position: relative;

    bottom: 20px;

    border:none;

    box-shadow: none;

    width: 130px;

    height: 40px;

    line-height: 42px;

    background: transparent;

    display: block;

    right: 4px;

  }

  .theme_btn2 span {

      display: block;

      position: absolute;

      width: 155px;

      height: 50px;

      border-radius: 40px;

      margin: 20px 0;

      -webkit-box-sizing: border-box;

      -moz-box-sizing: border-box;

      box-sizing: border-box;

      -webkit-transition: all .3s;

      transition: all .3s;

      display: flex;

      align-items: center;

      justify-content: center;

      color: #e5dfd7;

      font-size: 16px;

     font-family: 'Roboto';

      text-transform: uppercase;

      animation: blinkin2 1.2s ease infinite;

  }

  .theme_btn2 span:nth-child(1) {

    -webkit-transform: rotateX(90deg);

    -moz-transform: rotateX(90deg);

    transform: rotateX(90deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

  }

  .theme_btn2 span:nth-child(2) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

    -webkit-transform-origin: 50% 50% -20px;

    -moz-transform-origin: 50% 50% -20px;

    transform-origin: 50% 50% -20px;

  }

  .theme_btn2:hover span:nth-child(1) {

    -webkit-transform: rotateX(0deg);

    -moz-transform: rotateX(0deg);

    transform: rotateX(0deg);

  }

  .theme_btn2:hover span:nth-child(2) {

    color: transparent;

    -webkit-transform: rotateX(-90deg);

    -moz-transform: rotateX(-90deg);

    transform: rotateX(-90deg);

  }

  .btn-check:focus + .btn, .btn:focus {

      outline: 0;

      box-shadow: none;

  }







.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 55px;

    line-height: 1.2;

    color: #fff;

    font-weight: 500;

    margin: 0 0 17px;

}



h2 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 55px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 30px;

}



h3 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'Poppins', Sans-Serif;

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}





/*header css start */



.menuSec {

    padding: 8px 0;

}



.menuSec img {

        margin: 0;
    margin-top: -60px;
    width: 58%;
    height: 185px;
    object-fit: contain;
    position: relative;
    top: 60px;

}



.menuSec ul {

    margin: 0;

}



.menuSec ul li {

    position: relative;

    display: inline-block;

    margin: 0;

    padding: 0;

}



.menuSec li ul {
    position: absolute;
    z-index: 1000;
    left: 0;
    min-width: 320px;
    width: max-content;
    text-align: left;
    top: 100%;
    margin-top: 4px;
    padding: 8px 0;
    background: #fbf6eb;
    border: 1px solid #e4bc73;
    border-radius: 12px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.28s ease-out, transform 0.28s ease-out, visibility 0s linear 0.28s;
}



.menuSec ul li a {

    position: relative;

    display: flex;

    text-decoration: none;

    color: #252524;

    padding: 10px 0;

    font-size: 15px;

    font-family: 'Poppins';

    align-items: center;

    text-transform: uppercase;

    font-weight: 600;

}



.menuSec li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.28s ease-out, transform 0.28s ease-out, visibility 0s linear 0s;
}

/* dropdown open on parent hover - smooth */
.menuSec li.droopdwon:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.28s ease-out, transform 0.28s ease-out, visibility 0s linear 0s;
}



.menuSec li>ul>li>a {

    border: none;

    padding: 12px 20px !important;

    color: #2a2a2a !important;

    overflow: visible;

    font-size: 13px;

    line-height: 20px;

    white-space: nowrap;

    transition: background 0.2s ease, color 0.2s ease;

}



.menuSec li>ul>li,

.menuSec li>ul>li>a {

    display: block;

    margin: 0;

}



.menuSec li>ul>li>a:before,

.menuSec li>ul>li>a:after {

    display: none;

}



.menuSec li:hover li {

    float: none;

}



.menuSec li ul li a:hover {

    background: linear-gradient(90deg, rgba(249, 185, 118, 0.2) 0%, rgba(246, 202, 107, 0.15) 100%);

    color: #b8860b !important;

}

.menuSec li>ul>li.active>a,
.menuSec li ul li a.active {

    background: linear-gradient(90deg, rgba(249, 185, 118, 0.2) 0%, rgba(246, 202, 107, 0.15) 100%);

    color: #b8860b !important;

}



.menuSec ul ul ul {

    left: 100%;

    top: 0;

}





.menuSec li>ul>li:hover>ul {

    left: 230px;

    top: 0px;

    width: 270px;

}



/* dropdown uses .menuSec li ul – smooth open/close via opacity & transform, no display block */
.droopdwon {

    float: left;

}

.droopdwon li:hover li a:hover {

    background: linear-gradient(90deg, rgba(249, 185, 118, 0.2) 0%, rgba(246, 202, 107, 0.15) 100%);

    color: #b8860b !important;

}





/*header css start */



.dropdown-menu {

    position: absolute !important;

    z-index: 1000;

    display: block;

    min-width: 10rem;

    padding: 0.5rem 0;

    margin: 0;

    font-size: 1rem;

    color: #212529;

    text-align: left !important;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0.25rem;

}





/*banner css start */





/* Tab slider fix  */



.tab_sec .tab-pane {

    display: block;

    border: 0;

    height: 0;

}



.tab_sec .tab-pane.active {

    display: block !important;

    height: auto;

}





/* Tab slider fix  */



.carousel-inner>.item>a>img,

.carousel-inner>.item>img {

    width: 100%;

}



.carousel-control.right,

.carousel-control.left {

    background: none;

    opacity: 1;

    width: 50px;

    height: 50px;

    top: initial;

    top: 40%;

    background: rgba(255, 255, 255, 0.1);

    text-shadow: none;

}



.carousel-control.right:hover,

.carousel-control.left:hover {

    background: rgba(255, 27, 27, 0.6);

    color: #fff;

}



.carousel-control.right .fa,

.carousel-control.left .fa {

    position: relative;

    top: 12px;

    font-size: 20px;

    color: #fff;

    opacity: 0.5;

}



.carousel-control.right {

    right: 0px;

}



.carousel-control.left {

    left: 0px;

}



.carousel-indicators [data-bs-target] {

    box-sizing: content-box;

    flex: 0 1 auto;

    width: 10px;

    height: 12px;

    padding: 0;

    margin: 3px!important;

    text-indent: -999px;

    cursor: pointer;

    background-color: #fff;

    background-clip: padding-box;

    border: 0;

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    opacity: 1;

    /* transition: opacity 0.6s ease; */

    border-radius: 20px;

}



.carousel-caption {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    margin: 0;

    padding: 0;

    color: #fff;

    text-align: left;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

    background: rgba(0, 0, 0, 0.1);

}



.carousel-indicators li {

    border: none;

    border-radius: 100%;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    background: #fff;

    width: 12px;

    height: 12px;

    margin: 0;

}



.carousel-indicators .active {

    margin: 0;

    background-color: #28b16d;

    width: 10px;

    height: 12px;

}





/*banner css end*/



.blog_sec {

    padding: 5% 0;

}





/* Tabs  */



.tab_sec .nav-tabs .nav-link.active {

    background: #242889;

    color: #fff;

}



.tab_sec .nav-tabs .nav-link {

    background: #ccc;

    border-radius: 50px;

    color: #000;

    padding: 7px 28px;

}



.tab_sec .nav-tabs {

    border: none;

    justify-content: center;

    gap: 20px;

    margin-bottom: 20px;

}





/* Tabs  */



/* custom headr/banr  start*/

.img-fluid{width: 100%;}

.banner_img img {

    width: 86%;

}

.carousel-caption {

    background: transparent;

    top: 2%;

}

header {

    position: absolute;

    width: 100%;

    z-index: 11;
    transition: all .25s ease;

}

header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

header.is-sticky:after {
    content: none;
}

body.has-sticky-header {
    padding-top: 82px;
}

header.is-sticky .menuSec {
    padding: 2px 0;
}

header.is-sticky .menuSec img {
    margin-top: 0;
    width: 40%;
    height: 78px;
    top: 0;
}

header.is-sticky .top-rw {
    display: none;
}

header.is-sticky ul.btm-rw {
    min-height: 42px;
    margin-top: 0;
    gap: clamp(12px, 2vw, 24px);
}

header.is-sticky ul.btm-rw a {
    top: 0;
    color: #fff;
}

header.is-sticky ul.btm-rw a:after {
    background: #f7c170;
}

ul.btm-rw li.sticky-only-contact {
    display: none;
}

header.is-sticky ul.btm-rw li.sticky-only-contact {
    display: inline-block;
}

header.is-sticky ul.btm-rw li.sticky-only-contact a {
    color: #f7c170;
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
}

header.is-sticky ul.btm-rw li.sticky-only-contact a i {
    margin-right: 6px;
    font-size: 13px;
    animation: none;
}

.banr-socials {

    position: absolute;

    display: flex;

    gap: 70px;

    flex-direction: column;

    align-items: center;

    height: 100%;

    left: 1%;

    justify-content: center;

    bottom: -50px;

}

.menuSec ul li:last-child a i {

    animation-delay: 1s;

}

.menuSec ul li a i {

    margin-right: 12px;

    font-size: 18px;

    animation: 1.8s ease float2 infinite;



}

.join-footer p {
    color: #fff;
    line-height: 25px;
    font-family: 'Poppins', san-serif;
}


@keyframes float2 {

    0% {

        transform: scale(1);

    }

    50% {



        transform: scale(1.2);

        filter: drop-shadow(0px 0px 6px #ffffffb5);

        color: #f8c66f;

    }

    100% {

            transform: scale(1);

    }

}



.top-rw ul li a {text-transform: lowercase;color: #fff;font-size: 17px;transition: .3s ease-in-out;}

.top-rw ul li a i {
    font-size: 20px;
    margin-right: 10px;
}



.top-rw {padding-right: 8%;padding-bottom: 1%;}



.top-rw ul li a:hover {

    transform: scale(1.1);

    color: #f8bb74;

}



header:after {

    content: '';

    position: absolute;

    width: 54%;

    right: 0;

    height: 50px;

    top: 68px;

    z-index: -1;

    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

}



.top-rw ul {

    display: flex;

    justify-content: end;

    gap: 10%;

}

ul.btm-rw {

    display: flex;

    justify-content: right;

    gap: clamp(18px, 3vw, 42px);

    /* ensure yellow bar spans full menu row */
    width: 100%;
    position: relative;
    min-height: 50px;
    align-items: center;
    margin-top: -2px;
    margin-left: 100px;
    padding-left: 22%;
    padding-right: 8%;

}

ul.btm-rw > li {
    flex-shrink: 0;
}

ul.btm-rw:before {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
}



ul.btm-rw a {

    position: relative;
    white-space: nowrap;
    top: -2px;

}



ul.btm-rw a:after {

    position: absolute;

    content: '';

    left: 0;

    bottom: 6px;

    width: 0%;

    height: 3px;

    background: #252524;

    transition: .2s ease-in-out;

}



ul.btm-rw a:hover:after {

    width: 100%;

}



ul.btm-rw a:hover{

    width: 100%;

}



ul.btm-rw li.active a:after {

    width: 100%;

}

/* force nav links fully inside yellow bar – shift whole row right */
.menuSec ul.btm-rw,
.menuSec .row ul.btm-rw {
    margin-left: 100px !important;
    padding-left: 22% !important;
}
.menuSec ul.btm-rw > li.home-menu-item {
    margin-left: 0 !important;
}

.banner_text h6 {

    text-align: center;

    font-size: 21px;

    color: #fff;

    letter-spacing: 6px;

    text-transform: uppercase;

    font-weight: 400;

    margin-bottom: 10px;

}

.banner_text h1 {

    font-size: 97px;

    text-transform: uppercase;

    text-align: center;

    line-height: 115px;

    font-weight: 700;

    background: -webkit-linear-gradient(90deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'Arvo', serif;

    margin-bottom: -11px;

    animation: flicker-in-1 3s linear both;

}

@keyframes flicker-in-1{0%{opacity:0}10%{opacity:0}10.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}10.2%{opacity:0}20%{opacity:0}20.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}20.6%{opacity:0}30%{opacity:0}30.1%{opacity:1; filter: drop-shadow(2px 4px 6px white);}30.5%{opacity:1;}30.6%{opacity:0}45%{opacity:0}45.1%{opacity:1; }50%{opacity:1; }55%{opacity:1;}55.1%{opacity:0}57%{opacity:0}57.1%{opacity:1}60%{opacity:1;}60.1%{opacity:0}65%{opacity:0}65.1%{opacity:1;}75%{opacity:1}75.1%{opacity:0}77%{opacity:0}77.1%{opacity:1}85%{opacity:1}85.1%{opacity:0}86%{opacity:0}86.1%{opacity:1}100%{opacity:1}}



.banr-sld-bx h4 {

    font-family: 'Poppins';

    font-weight: 700;

    color: #fff;

    font-size: 18px;

    text-transform: uppercase;

}

.banr-sld-bx ul li ul {

    display: flex;

    gap: 18%;

}

.banr-sld-bx ul li {

    font-family: 'Poppins';

    font-weight: 400;

    font-size: 15px;

    color: #fff;

    position: relative;

    padding-left: 3%;

}

.banr-sld-bx ul li:after {

    content: '';

    position: absolute;

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background: #f7c96d;

    left: 0;

    top: 10px;

}

.banr-sld-bx ul li ul li:first-child:after {

    display: none;

}

.banr-sld-bx ul li ul li:first-child {

    padding: 0;

}

.banr-sld-bx {

    backdrop-filter: blur(11px);

    background: #242424;

    padding: 2% 4%;

    border-radius: 11px;

    margin-top: 7%;

}

.banr-sldr .slick-prev, .banr-sldr .slick-next{



    top: unset;

    bottom: 0;

}

.banr-sldr .slick-next{

    right: 6%;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

}

.banr-sldr .slick-prev {

    left: unset;

    right: 10%;

    z-index: 11;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

}

.banr-sldr .slick-next:before{

    content: "\f054";

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    font-size: 12px;

}

.banr-sldr .slick-prev:before {

    content: "\f053";

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    font-size: 12px;

}

.banner_text a span:after {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 50px;

    padding: 3px;

    background:linear-gradient(86deg, rgba(249,185,118,1) 38%, rgba(246,202,107,1) 65%);

    -webkit-mask:

       linear-gradient(#fff 0 0) content-box,

       linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;



 }

 li.vrtcl {

    writing-mode: vertical-rl;

    color: #fff;

    transform: rotate(180deg);

    line-height: 10px;

    font-size: 15px;

    font-weight: 300;

    text-transform: uppercase;

}



.banr-socials ul {

    margin-bottom: 0;

}

.hero-slideout-panel {

    position: absolute;

    right: 0;

    top: 52%;

    transform: translateY(-50%);

    display: flex;

    flex-direction: column;

    gap: 12px;

    z-index: 1001;

}

.hero-slideout-item {

    width: 260px;

    display: flex;

    align-items: center;

    border: 1px solid #f7c170;

    border-right: 0;

    border-top-left-radius: 999px;

    border-bottom-left-radius: 999px;

    overflow: hidden;

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

    color: #1f1f1f;

    transform: translateX(calc(100% - 52px));

    transition: transform .35s ease;

}

.hero-slideout-item:hover {

    transform: translateX(0);

}

.hero-slideout-icon {

    min-width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-right: 1px solid rgba(255, 255, 255, 0.35);

    font-size: 18px;

}

.hero-slideout-label {

    padding: 0 16px;

    font-weight: 700;

    font-size: 20px;

}

.hero-inquiry-drawer {

    position: absolute;

    right: 0;

    top: 50%;

    transform: translate(105%, -50%);

    width: min(420px, 92vw);

    background: rgba(31, 31, 31, 0.96);

    border: 1px solid #f7c170;

    border-right: 0;

    border-top-left-radius: 14px;

    border-bottom-left-radius: 14px;

    padding: 22px 18px 18px;

    z-index: 1002;

    transition: transform .35s ease;

}

.hero-inquiry-drawer.is-open {

    transform: translate(0, -50%);

}

.hero-inquiry-close {

    position: absolute;

    top: 8px;

    right: 10px;

    border: 0;

    background: transparent;

    color: #f7c170;

    font-size: 20px;

}

.hero-inquiry-drawer h4 {

    margin-bottom: 12px;

    color: #f7c170;

    font-family: 'Arvo';

}

.hero-inquiry-drawer input,
.hero-inquiry-drawer textarea {

    width: 100%;

    margin-bottom: 10px;

    background: #2a2a2a;

    border: 1px solid #4b4b4b;

    color: #fff;

    border-radius: 9px;

    padding: 11px 12px;

}

.hero-inquiry-drawer input::placeholder,
.hero-inquiry-drawer textarea::placeholder {

    color: #bcbcbc;

}

.hero-inquiry-drawer .contact-btn {

    width: 100%;

    border: 0;

    border-radius: 999px;

    text-transform: uppercase;

    font-weight: 700;

    color: #1f1f1f;

    padding: 12px 16px;

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

}

@media (max-width: 991px) {
    .hero-slideout-panel {
        display: none;
    }

    .hero-inquiry-drawer {
        display: none;
    }
}

ul.banr-soc-botm {

    display: flex;

    flex-direction: column;

    gap: 70px;

    position: relative;

}

ul.banr-soc-botm a.hero-scroll-down {

    display: inline-flex;

    cursor: pointer;

}

ul.banr-soc-botm:after{

    content: '';

    position: absolute;

    height: 34px;

    width: 1.5px;

    background: #fff;

    top: -56px;

    left: 4px;

}

ul.banr-soc-botm:before{

    content: '';

    position: absolute;

    height: 34px;

    width: 1.5px;

    background: #fff;

    bottom: 41px;

    left: 5px;

}

.scroll-to-top-btn {

    position: fixed;

    right: 24px;

    bottom: 24px;

    width: 48px;

    height: 48px;

    border: 0;

    border-radius: 50%;

    color: #1f1f1f;

    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);

    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;

    z-index: 10000;

}

.scroll-to-top-btn.is-visible {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

}

.carousel-inner::after {

    display: none;

}

ul.banr-soc-top {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 20px;

}



ul.banr-soc-top a {

    color: #fff;

    font-size: 17px;



}

ul.banr-soc-top li:nth-child(2) a i {

    animation-delay: .5s;

}

ul.banr-soc-top li:nth-child(3) a i {

    animation-delay: 1s;

}

ul.banr-soc-top li:nth-child(4) a i {

    animation-delay: 1.5s;

}

ul.banr-soc-top a i {

    animation: colorchng 3s ease-in-out infinite;}

@keyframes colorchng {

    0% {

        color: #fff;

        transform: scale(1);

    }

    50% {



        color: #f8c371;

        transform: scale(1.3);

    }

    100% {

        color: #fff;

        transform: scale(1);

    }



}

section.main_slider {

    position: relative;

    isolation: isolate;

}

section.main_slider .carousel-inner {

    position: relative;

    z-index: 1;

}

section.main_slider:after {

    content: '';

    position: absolute;

    width: 40%;

    height: 70%;

    right: -12%;

    bottom: -23%;

    background: url(../images/after.png);

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat 70s linear infinite ;

    pointer-events: none;

    z-index: 2;

}

section.main_slider:before {

    content: '';

    position: absolute;

    width: 40%;

    height: 70%;

    left: -12%;

    bottom: -23%;

    background: url(../images/after.png);

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat 70s linear infinite reverse;

    pointer-events: none;

    z-index: 2;

}

/* animation: plnt-ani 20s linear infinite;

@keyframes plnt-ani {

    0% {

        filter: none;

    }

    30% {

        filter: hue-rotate(90deg);

    }

    50% {

        filter: hue-rotate(180deg);

    }

    90% {

        filter: hue-rotate(250deg);

    }

    100% {

        filter: none;

    }

  } */

@keyframes rotat {

    from{transform: rotate(0deg);



    }

    to {

        transform: rotate(360deg);

    }



}

@keyframes faadis {

    from{transform: rotate(0deg);



    }

    to {

        transform: rotate(-3600deg);

    }



}

/* custom headr/banr end */



/* about start */

.about-img {

    text-align: center;

    position: relative;

}

.about-img:after {

    content: '';

    position: absolute;

    width: 68%;

    height: 100%;

    left: 10%;

    bottom: -7%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    z-index: -1;

}

.about-img {

    text-align: center;

    position: relative;

}



.about-img:after {

    content: '';

    position: absolute;

    width: 68%;

    height: 100%;

    left: 10%;

    bottom: -7%;

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    z-index: -1;

}

.abt-txt h6 {

    font-family: 'Poppins';

    font-weight: 500;

    font-size: 18px;

    text-transform: uppercase;

    color: #f9b812;

    letter-spacing: 6px;

    margin-bottom: 10px;

}

.abt-txt h3 {

    font-family: 'Arvo';

    font-weight: 700;

    color: #2a2a2a;

    font-size: 36px;

    position: relative;

    transition: .4s ease-in-out;



}

.abt-txt:hover h3 {

    letter-spacing: 2px;

}

.abt-txt h3:after {

    content: '';

    position: absolute;

    width: 50%;

    height: 17px;

    left: 0;

    bottom: -20px;

    background: url(../images/below-head.png);

    background-repeat: no-repeat;

    animation: mov 8s ease-in-out infinite alternate;

}

@keyframes mov {

    0% {

        left: 0%;



    }

    50% {

        left: 32%;



    }

    100% {

        left: 0%;



    }



}

@keyframes mov2 {

    0% {

        left: 0%%;



    }

    50% {

        left: 25%;



    }

    100% {

        left: 0%%;



    }



}

.abt-txt p {

    font-family: 'Poppins';

    font-weight: 400;

    line-height: 25px;

    width: 92%;

    font-size: 16px;

    color: #000;

    margin-top: 7%;

}

section.about {

    padding-top: 7%;

    position: relative;

    padding-bottom: 6%;

}

section.about:after {

    content: '';

    position: absolute;

    width: 34%;

    height: 75%;

    left: -16%;

    bottom: -31%;

    background: url(../images/after-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat2 70s linear infinite reverse;

    pointer-events: none;

    z-index: -11;

}

section.about:before {

    content: '';

    position: absolute;

    width: 34%;

    height: 75%;

    right: -16%;

    bottom: -31%;

    background: url(../images/after-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    animation: rotat2 70s linear infinite;

    pointer-events: none;

    z-index: -11;

}

@keyframes rotat2 {

    from{transform: rotate(0deg);



    }

    to {

        transform: rotate(360deg);

    }



}

.about-img img {

    cursor: grab;

}

.abt-txt a span {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    color: #000;

    font-weight: 700;

    font-family: 'Poppins';

    font-size: 15px;

    width: 174px;

    height: 54px;

    margin-top: 12px;

}



/* bubls ltrs */

  .bubble--1 {

    left: 10% !important;

    animation-duration: 13s !important;

    opacity: 0.4 !important;

  }



  .bubble--2 {

    width: 15px !important;

    height: 15px !important;

    left: 40% !important;

    animation-delay: 1.5s !important;

    animation-duration: 14s !important;

    opacity: 0.4 !important;

  }



  .bubble--3 {

    width: 10px !important;

    height: 10px !important;

    left: 30% !important;

    animation-delay: 2s !important;

    animation-duration: 23s !important;

    opacity: 0.4 !important;

  }



  .bubble--4 {

    width: 25px !important;

    height: 25px !important;

    left: 40% !important;

    animation-delay: 2.5s !important;

    animation-duration: 21s !important;

    opacity: 0.5 !important;

  }



  .bubble--5 {

    width: 30px !important;

    height: 30px !important;

    left: 60% !important;

    animation-delay: .8s !important;

    animation-duration: 20s !important;

    opacity: 0.3 !important;

  }



  .bubble--6 {

    width: 10px !important;

    height: 10px !important;

    left: 80% !important;

    animation-delay: .5s !important;

    animation-duration: 35s !important;

    opacity: 0.6 !important;

  }

  .bubble--7 {

    left: 10% !important;

    animation-delay: 3.5s !important;

    animation-duration: 25s !important;

    opacity: 0.4 !important;

  }



  .bubble--8 {

    width: 15px !important;

    height: 15px !important;

    left: 40% !important;

    animation-delay: 2.9s !important;

    animation-duration: 19s !important;

    opacity: 0.4 !important;

  }



  .bubble--9 {

    width: 10px !important;

    height: 10px !important;

    left: 30% !important;

    animation-delay: 2.5s !important;

    animation-duration: 23s !important;

    opacity: 0.4 !important;

  }



   .bubble {

    width: 40px;

    height: 40px;

    border-radius: 100%;

    position: absolute;

    color:#f8c073;

    bottom: 0px;

    opacity: 0.5;

    animation: bubble 10s ease-in-out infinite,

      sideWays 4s ease-in-out infinite alternate;

      font-size: 35px;

  }

  .bubl-anim {

    position: relative;

    height: 210px;

    width: 58%;

    left: 12%;

}

  @keyframes bubble {

    0% {

      transform: translateY(0%);

      opacity: 0.06;

    }

    100% {

      transform: translateY(-210vh);

    }

  }



  @keyframes sideWays {

    0% {

      margin-left: 0px;

    }

    100% {

      margin-left: 200px;

    }

  }

/* bubls ltrs end */

/* about end */



/* section corner circles start */

section.services,
section.packages,
section.haith,
section.reviw,
section.teachers {

    position: relative;

    overflow: hidden;

}

section.services:after,
section.packages:after,
section.haith:after,
section.reviw:after,
section.teachers:after {

    content: '';

    position: absolute;

    width: 34%;

    height: 75%;

    left: -16%;

    bottom: -31%;

    background: url(../images/after-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center center;

    transform-origin: 50% 50%;

    will-change: transform;

    animation: rotat2Fixed 70s linear infinite reverse;

    pointer-events: none;

    z-index: -11;

}

@keyframes rotat2Fixed {

    from {

        transform: translate3d(0, 0, 0) rotate(0deg);

    }

    to {

        transform: translate3d(0, 0, 0) rotate(360deg);

    }

}

section.services:before,
section.packages:before,
section.haith:before,
section.reviw:before,
section.teachers:before {

    content: '';

    position: absolute;

    width: 34%;

    height: 75%;

    right: -16%;

    bottom: -31%;

    background: url(../images/after-2.png);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center center;

    transform-origin: 50% 50%;

    will-change: transform;

    animation: rotat2 70s linear infinite;

    pointer-events: none;

    z-index: -11;

}

/* section corner circles end */

/* srvs start */

/* srvs start */

section.services {

    background: #f8c66f;

    padding: 5% 0;

}



.srvs-hed {

    text-align: center;
        margin: 2% 0 2% 0;

}



.srvs-hed h6 {

    font-family: 'Poppins';

    font-weight: 500;

    color: #fff;

    font-size: 19px;

    text-transform: uppercase;

    letter-spacing: 3px;

    margin-bottom: 5px;

}



.srvs-hed h3 {

    font-family: 'Arvo';

    font-size: 36px;

    font-weight: 700;

    color: #2a2a2a;

    position: relative;

    display: inline-block;

}

.srvs-hed h3:after{

    content: '';

    position: absolute;

    width: 100%;

    height: 30px;

    left: 0;

    bottom: -33px;

    background: url('../images/below-head.png');

    background-repeat: no-repeat;

    background-size: contain;

}



.srvs-hed {

    margin-bottom: 2%;

}

.srvs-dtl ul li {

    font-size: 18px;

    font-family: 'Poppins';

    font-weight: 500;

    margin-bottom: 2%;

    position: relative;

}

.srvs-dtl ul li:after{

    content: '';

    position: absolute;

    left: 0;

    top: 5px;

    width: 18px;

    height: 17px;

    background: url('../images/srvs-dtl-dot.png');

    background-repeat: no-repeat;

    background-size: contain;

}



.srvs-dtl ul li {

    padding-left: 5%;

}

section.services a.theme_btn2 span {

    background: #fff;

    color: #2a2a2a;

    font-family: 'Poppins';

    font-weight: 600;

    width: 184px;

    margin-top: 34px;

    font-size: 15px;

}

.srvs-btn a {

    margin: 0 auto;

}

/* srvs end */



/* pakgs start */

.srvs-hed.pkg h6 {

    color: #f9b812;

}

section.packages {

    padding: 5% 0;

}

section.packages:after {

    content: '';

    position: absolute;

    background: url(../images/after-2.png);

    width: 34%;

    height: 75%;

    background-size: contain;

    left: -16%;

    bottom: -31%;

    background-repeat: no-repeat;

    animation: rotat2 70s linear infinite reverse;

    pointer-events: none;

    z-index: -11;

}



section.packages {

    position: relative;

    overflow: hidden;

}



.srvs-hed.pkg p {

    width: 58%;

    margin: 0 auto;

    line-height: 29px;

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 400;

    color: #000;

    margin-top: 1%;

}

.srvs-hed.pkg h6 {

    color: #f9b812;

}

section.packages {

    padding: 5% 0;

}

.srvs-hed.pkg p {

    width: 58%;

    margin: 0 auto;

    line-height: 29px;

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 400;

    color: #000;

    margin-top: 1%;

}

.pkgs-bx {

    border: 1px solid #f6c76d;

    border-radius: 10px;

    padding-bottom: 4%;

    margin-bottom: 15%;

}

.pkg-top {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    border-top-left-radius: 7px;

    border-top-right-radius: 7px;

}

.pkg-top h4 {

    font-family: 'Arvo';

    font-weight: 700;

    font-size: 26px;

    text-align: center;

    padding: 5% 0;

    color: #2a2a2a;

    line-height: 36px;

}

.pkg-top h4 span {

    display: block;

}



.pkgs-bx h6 {

    font-size: 21px;

    font-weight: 600;

    color: #f8c66f;

    font-family: 'Poppins';

    text-align: center;

    text-decoration: line-through;

    margin-bottom: 0px;

    margin-top: 5%;

}



.pkgs-bx h5 {

    font-family: 'Poppins';

    font-weight: 800;

    color: #2a2a2a;

    font-size: 21px;

    text-align: center;

}



.pkgs-bx h5 span {

    font-size: 46px;

}



.pkgs-bx ul li {

    padding: 0 8%;

    font-size: 17px;

    font-family: 'Poppins';

    color: #282827;

    margin-bottom: 5%;

    border-bottom: 1px solid #ebebeb;

    padding-bottom: 6%;

    position: relative;

    font-weight: 500;

}

.pkgs-bx ul li:after {

    content: '';

    position: absolute;

    left: 0;

    top: 3px;

    width: 18px;

    height: 17px;

    background: url(../images/srvs-dtl-dot.png);

    background-repeat: no-repeat;

    background-size: contain;

}

.pkgs-bx ul {
    margin: 9% 0;
    padding: 0 7%;
}

.pkgs-bx a.theme_btn2 span {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    color: #2a2a2a;

    font-size: 14px;

    font-family: 'Poppins';

    font-weight: 600;

    width: 170px;

    height: 55px;

}

.pkgs-bx a {

    margin: 0 auto;

    display: block;

    margin-bottom: 7%;

}

.pkgs-bx span.scnd {

    font-size: 15px !important;

}

/* pakgs end */



/* ayah section start */

section.ayah {

    background: url('../images/ayah-sec-bg.png');

    width: 100%;

    background-size: cover;

    background-attachment: fixed;

    height: 620px;

    padding: 5% 0;

}

.ayah-head h3 {

    text-align: center;

    color: #fff;

    font-size: 88px;

    font-weight: 100;

}



.ayah-head {

    margin-bottom: 5%;

}



.stats-bx {

    text-align: center;

}



.stats-bx h5 {

    font-family: 'Arvo';

    font-weight: 600;

    color: #fff;

    font-size: 23px;

    margin-bottom: 16px;

}



.stats-bx h2 {

    font-family: 'Poppins';

    font-weight: 400;

    font-size: 102px;

    color: #fff;

}

section.ayah .srvs-btn a span {

    background: #fff;

    color: #000;

    width: 190px;

    animation: none;

    font-size: 15px;

    font-weight: 600;

    font-family: 'Poppins';

    height: 55px;

}

/* ayah section end */



/* teachr start */

.slick-active {

    opacity: 1;

}

.techrs-left img {

    width: 90%;

}

.row.colr {

    background: #f8c66f;

    align-items: center;

}

section.teachers .col-lg-4 {

    padding: 0;

}

.techr-bx {

    background: #f1b753;

}

.techr-bx h6 {

    font-family: 'Poppins';

    font-weight: 700;

    text-transform: uppercase;

    font-size: 16px;

    margin-bottom: 5px;

    padding-left: 5%;

    padding-top: 4%;

}

.techr-bx p {

    font-size: 14px;

    font-family: 'Poppins';

    font-weight: 500;

    padding-left: 5%;

    padding-bottom: 6%;

}

.txhr-slidr .slick-prev, .txhr-slidr .slick-next {

    top: unset;

    bottom: -8%;

    opacity: 1;

}

.txhr-slidr .slick-prev{

    left: 47%;

}

.txhr-slidr .slick-next{

    right: 47%;

}

.txhr-slidr .slick-prev:before, .txhr-slidr .slick-next:before{

    opacity: 1;

}

.teachrs-right .srvs-hed h3:after {

    width: 79%;

    background-size: inherit;

    animation: mov2 10s ease-in-out infinite alternate;

}

section.teachers {

    margin-top: -4%;

    padding-bottom: 5%;

}

/* teachr end */



/* hadith satrt */

section.haith{

    background: url('../images/hadith.png');

    width: 100%;

    background-size: cover;

    height: 500px;

    display: flex;

    align-items: center;

}

.haith-txt h4 {

    font-family: 'Arvo';

    font-weight: 700;

    font-size: 36px;

    padding-left: 9%;

    color: #f8c66f;

    position: relative;

    width: 34%;

}

.haith-txt h4:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 17px;

    background: url('../images/below-head2.png');

    left: 0;

    bottom: -22px;

    background-repeat: no-repeat;

}

.haith-txt p {

    font-family: 'Poppins';

    font-weight: 400;

    font-size: 16px;

    color: #fff;

    line-height: 30px;

    margin-bottom: 3%;

    margin-top: 6%;

}

.haith-txt h5 {

    font-family: 'Poppins';

    font-weight: 600;

    font-size: 18px;

    color: #fff;

    line-height: 28px;

    margin-bottom: 4%;

}

.haith-txt h5 i {

    color: #f8c66f;

}

.haith-txt h6 {

    font-size: 16px;

    float: right;

    color: #f8c66f;

    font-family: 'Poppins';

}

.bubl-anim.haith {

    height: 213px;

    overflow: hidden;

    top: -34%;

    width: 81%;

    left: 0;

}



/* hadith end */



/* rvew satrt */

.revw-bx img {

    width: inherit;

    margin: 0 auto;

    margin-top: -15%;

}

.revw-bx {

    border: 1px solid #cccccc;

    border-radius: 10px;

    text-align: center;

    padding: 0 4%;

    padding-bottom: 8%;

}

.revw-slidr .slick-track {

    padding: 4% 0;

}

.revw-bx h6 {

    font-family: 'Poppins';

    font-weight: 700;

    font-size: 18px;

    margin-bottom: 0;

    margin-top: 5%;

}

.revw-bx small {

    font-size: 14px;

    color: #000;

}

.revw-bx p {

    font-family: 'Poppins';

    font-weight: 400;

    color: #000;

    font-size: 16px;

    line-height: 28px;

    margin-top: 6%;

}

section.reviw {

    padding: 5% 0;

}

.slick-slide.slick-current.slick-active .revw-bx {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

}

section.reviw  .slick-prev, section.reviw  .slick-next {

    top: unset;

    bottom: -1%;

    opacity: 1;

}

section.reviw  .slick-prev {

    left: 48%;

}

section.reviw   .slick-next {

    right: 48%;

}

section.reviw  .slick-prev:before, section.reviw  .slick-next:before {

    opacity: 1;

}

.srvs-hed.pkg.rve h3:after {

    width: 70%;

    left: 15%;

    bottom: -40px;

}

.srvs-hed.pkg.rve {

    margin-bottom: 4%;

}

section.reviw:after {

    content: '';

    position: absolute;

    background: url(../images/after-2.png);

    width: 34%;

    height: 75%;

    background-size: contain;

    left: -16%;

    bottom: -31%;

    background-repeat: no-repeat;

    animation: rotat2 70s linear infinite;

    pointer-events: none;

    z-index: -1;

}

section.reviw  {

    position: relative;

}



/* rvew end */



/* foter start */

footer {

    background: #272726;

    position: relative;

    padding-bottom: 0;

    overflow: hidden;

}



.fot-top-1 {

    text-align: center;

    padding: 7% 0;

    border-right: 1px solid #ffffff1c;

}



.fot-top-1 h6 {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 10px;

}



.fot-top-1 h3 {

    font-family: 'Arvo';

    font-weight: 700;

    /* font-size: 36px; */

    color: #f8c66f;

    margin-bottom: 0;

}



.fot-top-2 h6 {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 10px;

}



.fot-top-2 {

    text-align: center;

    padding: 7% 0;

    border-right: 1px solid #ffffff1c;

}


.row.our-vision {
    padding-top: 150px;
}

.fot-top-2 h3 {

    /* font-size: 18px; */

    font-family: 'Arvo';

    font-weight: 300;

    color: #f8c66f;

    margin-bottom: 0;

}

.foter-btm {

    padding-top: 4%;

}

.footer-copyright {

    margin-top: 32px;

    padding-top: 18px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    padding-bottom: 16px;

}

.footer-copyright p {

    margin: 0;

    color: #d8d8d8;

    font-size: 14px;

    letter-spacing: 0.3px;

}

.footer-logo-link {
    display: inline-block;
    margin-bottom: 14px;
}

.footer-logo-img {
    width: 160px;
    height: auto;
    object-fit: contain;
}



.fot-abt h6 {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

    text-transform: uppercase;

    letter-spacing: 5px;

    margin-bottom: 5px;

}



.foter-btm h4 {

    font-family: 'Arvo';

    font-weight: 700;

    font-size: 36px;

    color: #f8c66f;

    margin-bottom: 5%;

    position: relative;

}

.foter-btm h4:after{

    content: '';

    position: absolute;

    background: url('../images/below-head2.png');

    width: 100%;

    height: 20px;

    background-repeat: no-repeat;

    left: 0;

    bottom: 0;

}

.fot-abt h4:after {

    bottom: -29px;

    left: 11%;

    width: 48%;

}



.fot-nws h4:after {

    bottom: -30px;

}



.fot-abt p {

    width: 70%;

    margin-top: 52px;

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    line-height: 28px;

}

.foter-btm .row {

    align-items: flex-start;

}

.foter-btm .fot-nws {

    padding-top: 130px !important;

}

.foter-btm .fot-nws h6 {

    display: none;

    margin: 0;

}

@media (max-width: 991px) {
    .foter-btm .fot-nws {
        padding-top: 24px !important;
    }
}



.nwsltr {

    margin-top: 15%;

    position: relative;

}



.nwsltr input {

    width: 100%;

    background: transparent;

    border: 1px solid #f7bd73;

    height: 57px;

    border-radius: 35px;

    padding: 0px 24px;

    color: #fff;

    caret-color: #fff;

}



.nwsltr button {

    position: absolute;

    right: 0;

    width: 40%;

    height: 57px;

    border-radius: 35px;

    border: none;

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    text-transform: uppercase;

    font-weight: 700;

    font-size: 15px;

}



.fotr-top {

    position: relative;

}

.fotr-top:after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    height: 1px;

    width: 79%;

    background: #ffffff24;

}

footer:before {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: min(22vw, 280px);

    height: min(22vw, 280px);

    background: url('../images/after-2.png');

    background-repeat: no-repeat;

    background-size: contain;

    background-position: left bottom;

    transform-origin: 50% 50%;

    animation: rotat 70s linear infinite reverse;

    pointer-events: none;

}



footer:after {

    content: '';

    position: absolute;

    right: 0;

    bottom: 0;

    width: min(22vw, 280px);

    height: min(22vw, 280px);

    background: url('../images/after-2.png');

    background-repeat: no-repeat;

    background-size: contain;

    background-position: right bottom;

    transform-origin: 50% 50%;

    animation: rotat 70s linear infinite;

    pointer-events: none;

}

.nwsltr input::placeholder{

    color: #fff;

}

@keyframes move {

    0%,

    100% {

      left: 0;

    }

    50% {

      left: calc(100% - 100px);

    }

  }

  .ayah-head:after {

    content: "";

    position: absolute;

    left: 0;

    top: -14px;

    width: 100px;

    height: 110%;

    background-color: #fff;

    animation: move 10s linear infinite;

    z-index: -1;

}

.ayah-head {



    position: relative;

    mix-blend-mode: difference;

    color: #000;

    width: 66%;

    margin: 0 auto;

    margin-bottom: 7%;

}

.ayah-head h3 {

    text-align: center;

    font-size: 88px;

    font-weight: 100;

    mix-blend-mode: difference;

    color: #fff;

}

/* foter end */



/* package satrt */

section.main_slider.inr:before,
section.main_slider.inr:after {

    display: none;

    content: none;

}

.banner_text.inr {

    text-align: center;

}



.carousel-caption.inr {

    top: 30%;

}



.banner_text.inr h2 {

    background: -webkit-linear-gradient(90deg, rgba(249,185,118,1) 31%, rgba(246,202,107,1) 55%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    font-family: 'Arvo', serif;

    font-size: 68px;

    font-weight: 700;

    text-transform: uppercase;

    animation: flicker-in-1 3s linear both;

}

section.packages.inr:after {

    display: block;

    content: '';

}

section.packages.inr {

    overflow: visible;

}

section.packages.inr:after {

    left: -16%;

    bottom: -31%;

    background-position: center center;

    transform-origin: 50% 50%;

    animation: rotat2Fixed 70s linear infinite reverse;

}

section.packages.inr .srvs-hed h3:after {

    width: 68%;

    left: 14%;

    background-size: auto;

}

/* package enmd */



/* cntact start */

.cntct-pg-txt {

    padding: 7% 6%;

}



.cntct-pg-txt h6 {

    font-family: 'Poppins';

    font-weight: 600;

    font-size: 18px;

    text-transform: uppercase;

    color: #f9b812;

    letter-spacing: 5px;

    margin-bottom: 13px;

}



.cntct-pg-txt h3 {

    font-size: 36px;

    font-family: 'Arvo';

    color: #2a2a2a;

    position: relative;

}



.cntct-pg-txt h3:after {

    content: '';

    position: absolute;

}



.cntct-pg-txt p {

    font-size: 16px;

    font-weight: 400;

    color: #000;

    line-height: 25px;

    width: 78%;

    text-align: justify;

}



.cntct-pg-txt input {

    border: none;

    background: #ebebeb;

    height: 60px;

    margin-bottom: 6%;

    width: 100%;

    padding: 0 4%;

    border-radius: 41px;

}



.cntct-pg-txt textarea {

    width: 100%;

    border: none;

    height: 200px;

    background: #ebebeb;

    border-radius: 26px;

    padding: 15px 16px;

    margin-bottom: 4%;

}



.cntct-pg-txt button {

    background: linear-gradient(0deg, rgba(249,185,118,1) 37%, rgba(246,202,107,1) 66%);

    border: none;

    height: 55px;

    width: 190px;

    font-weight: 700;

    text-transform: uppercase;

    color: #000000ab;

    border-radius: 30px;

}

section.contact-pg {

    position: relative;

}

section.contact-pg:after {

    content: '';

    position: absolute;

    background: url(../images/contact-pg.png);

    width: 24%;

    height: 100%;

    right: 0;

    top: 0;

    background-repeat: no-repeat;

    background-size: cover;

}

/* cntact end */



/* about star */

section.salam-people {

    padding: 80px;

    text-align: center;

}



.salam-img{

    position: relative;

}

.salam-img img {

    margin-bottom: 60px;

}



.salam-content p {

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 400;

    width: 90%;

    margin: 0 auto;

    margin-bottom: 17px;

    line-height: 26px;

}

.salam-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    background-image: url(../images/design.png);
    background-repeat: no-repeat;
    left: 40%;
    bottom: -16px;

    /* animation: mov-name 8s ease-in-out infinite alternate; */

}



/* @keyframes mov-name {

    0% {

        left:40%;



    }

    50% {

        left:50%;



    }

    80% {

        right:90%;



    }

    100% {

        left:40%;



    }



} */


/*salam*/

section.who {

    padding: 80px 0;

    background: #f8c66f;

}

.who-img {

    text-align: right;

    position: relative;

}

.who-we-are h6 {

    font-size: 18px;

    font-weight: 500;

    color: #fff;

    text-transform: uppercase;

    margin-bottom: 10px;

    letter-spacing: 4px;

}

.who-we-are h4 {

    font-size: 36px;

    font-weight: 700;

    color: #2a2a2a;

    margin-bottom: 8%;

    position: relative;

    font-family: 'Arvo';

}

.who-we-are h4:before {

    position: absolute;

    content: '';

    width: 44%;

    height: 60px;

    background-image: url(../images/design.png);

    background-repeat: no-repeat;

    left: 0;

    top: 46px;

}

.who-we-are p {

    font-size: 16px;

    line-height: 26px;

}

.who-img:before {

    position: absolute;

    content: '';

    width: 77%;

    height: 508px;

    background: #2a2a2a;

    z-index: 10;

    top: 40px;

    left: 13%;

}



.who-img img {

    position: relative;

    z-index: 999;

    width: 80%;

}

.who-we-are a.theme_btn2 span {

    background: #fff;

    font-size: 14px;

    color: #000;

    font-weight: 600;

    font-family: 'Poppins';

    width: 190px;

    margin-top: 30%;

}
.aftsts {
    position: relative;
    /* overflow: hidden; */
}
.aftsts:before{
    content: '';
    position: absolute;
    right: 0%;
    height: 545px;
    width: 500px;
    background: url(../images/after-2.png);
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    animation: faadis 180s linear infinite;
    opacity:0.6;
    top: 10%;
}
.aftsts .faadi-img {
    width: 70%;
    position: relative;
    right: 20px;
}

/* about end */



.form_group .form_control {
    height: 60px;
    background-color: transparent;
    border-color: #f7c170;
    border-radius: 0;
    color: #000;
    box-shadow:none;
    border-radius: 4px;
    border: 1px solid #f7c170;
    padding: 10px;
    margin-bottom: 25px;
};


.btn_container.mt-3 {}

.btn_container.mt-3 button.theme_btn {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    border-radius: 60px;
    font-size: 19px;
}

.forgot_link a {
    color: #000;
    margin-bottom: 30px;
    display: block;
}

section.sec_pd.login_sec {
    padding: 180px 0;
}

.sign_up  a.theme_btn.text-center.d-inline-block {
    color: #000;
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    border-radius: 20px;
    width: 100%;
    font-size: 19px;
    height: 55px;
    line-height: 54px;
}
section.sec_pd.login_sec .login_container.border.p-5 {
    padding: 40px 20px !important;
}

section.sec_pd.login_sec .login_container.border.p-5 input#password_confirmation {
    height: 60px;
    background-color: transparent;
    border-color: #f7c170;
    border-radius: 0;
    color: #000;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #f7c170;
    padding: 10px;
    margin-bottom: 25px;
}

section.sec_pd.login_sec .login_container.border.p-5 {
    padding: 40px 20px !important;
}

section.sec_pd.login_sec .login_container.border.p-5 input#password_confirmation {
    height: 60px;
    background-color: transparent;
    border-color: #f7c170;
    border-radius: 0;
    color: #000;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #f7c170;
    padding: 10px;
    margin-bottom: 25px;
}

section.sec_pd.login_sec .login_container input.theme_btn.d-inline-block.text-center.w-100 {
    color: #000;
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    border-radius: 20px;
    width: 100%;
    font-size: 19px;
    height: 55px;
    line-height: 54px;
}

/* auth pages card background image with dark overlay */
.auth-bg-section {
    position: relative;
    background: url('../images/auth-image.jpg') center center / cover no-repeat;
    overflow: hidden;
}

.auth-bg-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
}

.auth-bg-section > .container {
    position: relative;
    z-index: 1;
}

/* keep auth form cards white like previous design */
.auth-bg-section .row.justify-content-center.border.p-4.py-5.r-gap,
.auth-bg-section .row.justify-content-center.r-gap > .col-lg-6.border.p-4.pb-5,
.auth-bg-section .login_container.border.p-5,
.auth-bg-section .login-sec {
    background: #fff;
}

.auth-back-login-link {
    color: #000 !important;
    display: inline-block;
    margin-bottom: 20px;
}

.sign_up .sign_text p {
    line-height: 1.6;
}

/* themed plan inquiry modal */
#planModal .modal-content.plan-modal-content {
    border: 1px solid #f0cf8a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

#planModal .modal-header {
    background: #1f1f1f;
    border-bottom: 1px solid #3a3a3a;
    padding: 14px 20px;
}

#planModal .modal-title {
    color: #f7c170;
    font-weight: 700;
    letter-spacing: 0.3px;
}

#planModal .btn-close {
    filter: invert(1) brightness(1.1);
    opacity: .9;
}

#planModal .modal-body.cntct-pg-txt {
    padding: 20px 20px 24px;
    background: #fff;
}

#planModal .modal-body.cntct-pg-txt label {
    display: block;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 8px 4px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

#planModal .modal-body.cntct-pg-txt input.form-control {
    margin-bottom: 0;
    background: #fffaf0;
    border: 1px solid #f0cf8a;
    border-radius: 12px;
    height: 50px;
    padding: 0 14px;
    color: #1f1f1f;
    box-shadow: none;
}

#planModal .modal-body.cntct-pg-txt input.form-control:focus {
    border-color: #e8b95a;
    box-shadow: 0 0 0 3px rgba(248, 198, 111, 0.25);
}

#planModal .modal-body.cntct-pg-txt button[type="submit"] {
    width: 100%;
    border-radius: 999px;
    height: 52px;
    font-size: 14px;
    letter-spacing: 0.6px;
    background: linear-gradient(0deg, rgba(249,185,118,1) 11%, rgba(246,202,107,1) 55%);
    color: #1f1f1f;
    border: 1px solid #e4bc73;
}

#planModal .modal-footer {
    display: none;
}

/* flatpickr theme match */
.flatpickr-calendar {
    border: 1px solid #f0cf8a !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2) !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #1f1f1f !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #f7c170 !important;
    border-color: #f7c170 !important;
    color: #1f1f1f !important;
}

/* global dark sweetalert2 theme */
.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.75) !important;
}

.swal2-popup,
.swal2-popup.dark-theme-popup {
    background: #1f1f1f !important;
    color: #f2f2f2 !important;
    border: 1px solid #333 !important;
}

.swal2-title,
.swal2-html-container {
    color: #f2f2f2 !important;
}

.swal2-close {
    color: #bdbdbd !important;
}

/* SweetAlert buttons – site theme (yellow/gold) */
.swal2-styled.swal2-confirm {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%) !important;
    color: #1f1f1f !important;
    border: 1px solid #e4bc73 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.swal2-styled.swal2-confirm:hover {
    background: linear-gradient(0deg, rgba(246, 202, 107, 1) 37%, rgba(249, 185, 118, 1) 66%) !important;
    color: #1f1f1f !important;
    border-color: #e4bc73 !important;
}

.swal2-styled.swal2-cancel {
    background: transparent !important;
    color: #cf8a1a !important;
    border: 1px solid #e4bc73 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.swal2-styled.swal2-cancel:hover {
    background: rgba(249, 185, 118, 0.15) !important;
    color: #1f1f1f !important;
    border-color: #e4bc73 !important;
}

/* my account dashboard redesign */
.myacct-dashboard {
    background: transparent;
}

.myacct-sidebar {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(20, 20, 20, 0.08);
    background: #fff;
}

.myacct-profile {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    padding: 26px 18px 18px;
    text-align: center;
}

.myacct-avatar-wrap {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto 12px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.myacct-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.myacct-profile h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.myacct-profile p {
    color: rgba(255, 255, 255, 0.86);
    margin: 4px 0 14px;
    font-size: 13px;
}

.myacct-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 38px;
    border-radius: 8px;
    background: #fff;
    color: #cf8a1a;
    font-weight: 600;
    font-size: 13px;
}

.myacct-shop-btn:hover {
    color: #cf8a1a;
}

.myacct-menu {
    padding: 14px 12px;
}

.myacct-menu h6 {
    color: #8e8e8e;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 14px 8px 10px;
}

.myacct-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.myacct-menu li {
    margin-bottom: 4px;
}

.myacct-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #2f2f2f;
    border-radius: 8px;
    padding: 10px 10px;
    transition: all 0.25s ease;
}

.myacct-menu li.active a,
.myacct-menu li a:hover {
    background: #fff3de;
    color: #cf8a1a;
}

.myacct-menu li a i {
    width: 15px;
}

.myacct-main {
    padding: 6px 4px;
}

.myacct-head h2 {
    font-size: 33px;
    margin-bottom: 4px;
    color: #1f1f1f;
}

.myacct-head p {
    margin-bottom: 20px;
    color: #6f6f6f;
    font-size: 14px;
}

.myacct-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.myacct-stat-card {
    background: linear-gradient(145deg, #fffbf5 0%, #fff8ee 100%);
    border: 1px solid #f0e6d8;
    border-radius: 14px;
    padding: 18px;
    min-height: 130px;
    box-shadow: 0 4px 18px rgba(249, 185, 118, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.myacct-stat-card:hover {
    border-color: #e4bc73;
    box-shadow: 0 8px 24px rgba(249, 185, 118, 0.18);
    transform: translateY(-2px);
}

.myacct-stat-card:hover .myacct-arrow {
    color: #cf8a1a;
}

.myacct-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.myacct-stat-icon i {
    line-height: 1;
    display: block;
    text-align: center;
}

.myacct-stat-icon.pink {
    background: linear-gradient(145deg, rgba(249, 185, 118, 0.35) 0%, rgba(246, 202, 107, 0.25) 100%);
    color: #b8860b;
}

.myacct-stat-icon.yellow {
    background: linear-gradient(145deg, rgba(249, 185, 118, 0.35) 0%, rgba(246, 202, 107, 0.25) 100%);
    color: #b8860b;
}

.myacct-stat-icon.rose {
    background: linear-gradient(145deg, rgba(249, 185, 118, 0.3) 0%, rgba(246, 202, 107, 0.2) 100%);
    color: #b8860b;
}

.myacct-stat-icon.blue {
    background: linear-gradient(145deg, rgba(232, 245, 255, 1) 0%, rgba(224, 240, 255, 1) 100%);
    color: #1874a3;
}

.myacct-stat-content {
    margin-top: 16px;
}

.myacct-stat-content h5 {
    margin: 0;
    font-size: 31px;
    color: #111;
    line-height: 1.1;
    font-weight: 700;
}

.myacct-stat-content p {
    margin: 3px 0 0;
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 500;
}

.myacct-arrow {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #8b8b8b;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.25s ease;
}

.myacct-arrow:hover {
    color: #cf8a1a;
}

.myacct-quick-head {
    margin: 26px 0 12px;
    font-size: 21px;
    color: #111;
    font-weight: 600;
    padding-bottom: 8px;
    padding-left: 12px;
    border-left: 4px solid #e4bc73;
    border-bottom: 1px solid #f0e6d8;
}

.myacct-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.myacct-quick-card {
    background: linear-gradient(145deg, #fffbf5 0%, #fff8ee 100%);
    border: 1px solid #f0e6d8;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(249, 185, 118, 0.08);
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 14px 18px;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.myacct-quick-card:hover {
    color: #b8860b;
    border-color: #e4bc73;
    box-shadow: 0 6px 22px rgba(249, 185, 118, 0.15);
    transform: translateY(-1px);
}

.myacct-quick-card:hover i:last-child {
    color: #cf8a1a;
}

.myacct-quick-card-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.myacct-quick-card .myacct-stat-icon.sm {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
}

.myacct-quick-card .myacct-stat-icon.pink.sm,
.myacct-quick-card .myacct-stat-icon.yellow.sm {
    background: linear-gradient(145deg, rgba(249, 185, 118, 0.3) 0%, rgba(246, 202, 107, 0.2) 100%);
    color: #b8860b;
}

.myacct-quick-card .myacct-stat-icon.blue.sm {
    background: linear-gradient(145deg, rgba(232, 245, 255, 1) 0%, rgba(224, 240, 255, 1) 100%);
    color: #1874a3;
}

.myacct-quick-card:hover .myacct-stat-icon.pink.sm,
.myacct-quick-card:hover .myacct-stat-icon.yellow.sm {
    background: linear-gradient(145deg, rgba(249, 185, 118, 0.45) 0%, rgba(246, 202, 107, 0.35) 100%);
    color: #9a6f09;
}

.myacct-quick-card .myacct-stat-icon.sm i {
    line-height: 1;
    display: block;
    margin-left: -2px;
}

.myacct-quick-card-label {
    line-height: 1.3;
}

.myacct-quick-card i:last-child {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 12px;
    color: #8b8b8b;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.myacct-stat-icon.sm {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex: 0 0 38px;
}

@media (max-width: 1199px) {
    .myacct-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .myacct-quick-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .myacct-head h2 {
        font-size: 27px;
    }

    .myacct-stat-grid {
        grid-template-columns: 1fr;
    }
}

/* keep account area separated from banner/footer */
.dashboard-sec.instructor-grid {
    margin-top: 40px;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .dashboard-sec.instructor-grid {
        margin-top: 26px;
        margin-bottom: 44px;
    }
}

/* account area – match site theme (yellow, cards, typography) */
.myacct-dashboard .myacct-content {
    padding: 0 4px;
}

.myacct-dashboard .sell-course-head,
.myacct-dashboard .profile-heading {
    margin-bottom: 20px;
}

.myacct-dashboard .sell-course-head h3,
.myacct-dashboard .profile-heading h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1f1f1f;
    margin: 0 0 6px 0;
    font-family: 'Arvo', serif;
}

.myacct-dashboard .profile-heading p {
    color: #6f6f6f;
    font-size: 14px;
    margin: 0;
}

.myacct-dashboard .settings-widget,
.myacct-dashboard .tutor-dashboard-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(14, 14, 14, 0.07);
    padding: 24px;
    margin-bottom: 20px;
}

.myacct-dashboard .settings-inner-blk .sell-course-head,
.myacct-dashboard .settings-inner-blk .comman-space {
    padding-left: 0;
    padding-right: 0;
}

.myacct-dashboard .green-btn,
.myacct-dashboard .blue-btn {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    color: #1f1f1f;
    border: 1px solid #e4bc73;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

.myacct-dashboard .green-btn:hover,
.myacct-dashboard .blue-btn:hover {
    background: linear-gradient(0deg, rgba(246, 202, 107, 1) 37%, rgba(249, 185, 118, 1) 66%);
    color: #1f1f1f;
    border-color: #e4bc73;
}

/* edit profile: Update button – theme primary */
.myacct-dashboard .tutor-profile-form-btn-wrap .green-btn,
.myacct-dashboard .tutor-profile-form-btn-wrap button[type="submit"] {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%) !important;
    color: #1f1f1f !important;
    border: 1px solid #e4bc73 !important;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
}

.myacct-dashboard .tutor-profile-form-btn-wrap .green-btn:hover,
.myacct-dashboard .tutor-profile-form-btn-wrap button[type="submit"]:hover {
    background: linear-gradient(0deg, rgba(246, 202, 107, 1) 37%, rgba(249, 185, 118, 1) 66%) !important;
    color: #1f1f1f !important;
    border-color: #e4bc73 !important;
}

/* edit profile: Delete (avatar) button – theme outline */
.myacct-dashboard .btn-outline-danger.theme_btn2,
.myacct-dashboard button.btn-outline-danger {
    color: #cf8a1a !important;
    border-color: #e4bc73 !important;
    background: transparent !important;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 600;
}

.myacct-dashboard .btn-outline-danger.theme_btn2:hover,
.myacct-dashboard button.btn-outline-danger:hover {
    background: rgba(249, 185, 118, 0.15) !important;
    color: #1f1f1f !important;
    border-color: #e4bc73 !important;
}

/* edit profile: avatar actions – right-aligned, theme buttons */
.myacct-dashboard .avatar-actions-wrap {
    margin-left: auto;
    justify-content: flex-end;
}

.myacct-dashboard .avatar-actions {
    justify-content: flex-end !important;
}

/* live avatar preview on the right */
.myacct-dashboard .avatar-live-preview {
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}

.myacct-dashboard .avatar-live-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .myacct-dashboard .avatar-live-preview {
        margin-left: 0;
        margin-top: 12px;
        display: flex !important;
        justify-content: flex-start;
    }
}

.myacct-dashboard .avatar-btn-upload {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%) !important;
    color: #1f1f1f !important;
    border: 1px solid #e4bc73 !important;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
}

.myacct-dashboard .avatar-btn-upload:hover {
    background: linear-gradient(0deg, rgba(246, 202, 107, 1) 37%, rgba(249, 185, 118, 1) 66%) !important;
    color: #1f1f1f !important;
    border-color: #e4bc73 !important;
}

.myacct-dashboard .avatar-btn-delete {
    background: transparent !important;
    color: #cf8a1a !important;
    border: 1px solid #e4bc73 !important;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 600;
}

.myacct-dashboard .avatar-btn-delete:hover {
    background: rgba(249, 185, 118, 0.15) !important;
    color: #1f1f1f !important;
    border-color: #e4bc73 !important;
}

.myacct-dashboard .form-control,
.myacct-dashboard .form-label {
    border-color: #f7c170;
    border-radius: 4px;
}

.myacct-dashboard .form-control:focus {
    border-color: rgba(249, 185, 118, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(247, 193, 112, 0.25);
}

.myacct-dashboard .tutor-table.most_popular_courses thead th,
.myacct-dashboard .tutor-table thead th {
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 11%, rgba(246, 202, 107, 1) 55%);
    color: #1f1f1f;
    border: 0;
    padding: 12px 16px;
    font-weight: 600;
}

.myacct-dashboard .tutor-table td,
.myacct-dashboard .tutor-table th {
    color: #2a2a2a;
    border-color: #eee;
}

.myacct-dashboard .tutor-table a {
    color: #cf8a1a;
}

.myacct-dashboard .tutor-table a:hover {
    color: #1f1f1f;
}

.myacct-dashboard .address-info,
.myacct-dashboard .customer-notes {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(14, 14, 14, 0.06);
    margin-bottom: 20px;
    color: #2a2a2a;
}

.myacct-dashboard .address-info h4,
.myacct-dashboard .customer-notes h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f1f1f;
    font-weight: 700;
}

.myacct-dashboard .order-summary {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.myacct-dashboard .order-summary h4 {
    color: #1f1f1f;
}

.myacct-dashboard table .product-img {
    width: 80px;
    height: auto;
    border-radius: 8px;
}

.myacct-dashboard .dash_my_profile .form-control-label {
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 4px;
}

.myacct-dashboard .dash_my_profile p {
    color: #2a2a2a;
    margin: 0;
}

/* wishlist – layout and site theme */
.myacct-dashboard .tutor-grid.tutor-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 991px) {
    .myacct-dashboard .tutor-grid.tutor-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .myacct-dashboard .tutor-grid.tutor-grid-3 {
        grid-template-columns: 1fr;
    }
}

.myacct-dashboard .tutor-grid a {
    color: #cf8a1a;
}

.myacct-dashboard .tutor-grid a:hover {
    color: #1f1f1f;
}

.myacct-dashboard .single-product {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(14, 14, 14, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* product image block – full width, proper aspect */
.myacct-dashboard .single-product .product-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.myacct-dashboard .single-product .product-img > a {
    position: absolute;
    inset: 0;
    display: block;
    line-height: 0;
}

.myacct-dashboard .single-product .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.myacct-dashboard .single-product .product-img .default-img {
    z-index: 1;
}

.myacct-dashboard .single-product .product-img .hover-img {
    z-index: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.myacct-dashboard .single-product .product-img:hover .hover-img {
    opacity: 1;
}

.myacct-dashboard .single-product .product-img .new,
.myacct-dashboard .single-product .product-img .price-dec {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%);
    color: #1f1f1f;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* actions overlay at bottom of image */
.myacct-dashboard .single-product .button-head {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.myacct-dashboard .single-product .product-action {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
}

.myacct-dashboard .single-product .product-action a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 12px;
    color: #fff !important;
}

.myacct-dashboard .single-product .product-action a:hover {
    color: #f7c170 !important;
}

.myacct-dashboard .single-product .product-action-2 {
    margin-top: 4px;
}

.myacct-dashboard .single-product .product-action-2 a {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 13px;
    color: #1f1f1f !important;
    background: linear-gradient(0deg, rgba(249, 185, 118, 1) 37%, rgba(246, 202, 107, 1) 66%) !important;
    border-radius: 6px;
    font-weight: 600;
}

.myacct-dashboard .single-product .product-action-2 a:hover {
    background: linear-gradient(0deg, rgba(246, 202, 107, 1) 37%, rgba(249, 185, 118, 1) 66%) !important;
    color: #1f1f1f !important;
}

.myacct-dashboard .single-product .product-content {
    padding: 16px;
    color: #2a2a2a;
    flex: 1;
}

.myacct-dashboard .single-product .product-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #1f1f1f;
}

.myacct-dashboard .single-product .product-content h3 a {
    color: #1f1f1f;
}

.myacct-dashboard .single-product .product-content h3 a:hover {
    color: #cf8a1a;
}

.myacct-dashboard .single-product .product-price {
    color: #2a2a2a;
    font-weight: 600;
}

.myacct-dashboard .single-product .product-price span {
    color: #cf8a1a;
}

