/*-- Font Start --*/
/* @font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Oswald-Light.woff2') format('woff2'),
        url('../font/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Oswald-Bold.woff2') format('woff2'),
        url('../font/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Oswald-SemiBold.woff2') format('woff2'),
        url('../font/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Oswald-Regular.woff2') format('woff2'),
        url('../font/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aboreto', sans-serif;
    src: url('../font/Oswald-Medium.woff2') format('woff2'),
        url('../font/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Inter&display=swap');
/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {font-family: 'Inter', sans-serif; font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 18px;
    color: #000000;
    /*     font-family: 'Playfair Display', serif; */
    line-height: 1.5em;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
            font-family: 'Playfair Display', serif;
        
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
font-family: 'Aboreto', sans-serif;
}

.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.dg-both{
  padding:60px 0px;
}
.button {
  /* width: 170px; */
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px 0px;
}

.button-2 {
  color: #fff;
  border: 3px solid #e51a29;
  background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
  background-image: linear-gradient(30deg, #e51a29 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
          font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 15px;
}
.button-2:hover {
  background-position: 100%;
  color: #e51a29;

}
.service-link{
         font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    /* font-size: 20px; */
        color: #e51a29;
    font-weight: 800;
}
.service-link:hover{
    /* font-size: 20px; */
}
/*-- Basic Style End --*/
.content-text .d-flex{
          background: linear-gradient(to right, #e7d9c3, rgba(255, 255, 255, 0));
    margin: 6px 0px;
    padding: 8px;
    border-radius: 9px;
}
.content-text .d-flex img{
        background: white;
    padding: 10px;
    border-radius: 5px;
}
.content-text .d-flex p{
    font-weight: 500;
}
/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
}
.top-header-area {
    background-color: transparent;
        background-image: linear-gradient(160deg, #e51a29 0%, #ffa20a 100%);
    padding: 10px 15px;
}
.top-header-area a {
    color: #fff;
            font-family: 'Playfair Display', serif;
    font-size: 20px;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}

.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.social-icons a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9999;
   background: #fff;f
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
/*-- Header Top End --*/


/*-- Banner Start --*/
.bannerslider{
    overflow: hidden;
    position: relative;
}
.banner-slide {
    position: relative;
}
.banner-image{
    position: relative;
    /* border: 2px solid; */
    border-radius: 10px;
}
/* .banner-image::before {
     content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 700px;
    background: url("https://cdn.prod.website-files.com/67bafeaa5944e1c1e6decf3d/67bdf06feb3c433b67aecf04_path817tl.svg") no-repeat;
    background-size: contain;
}
.banner-image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0; 

    width: 50%;
    height: 700px;
    background-position: right !important;
    background: url("https://cdn.prod.website-files.com/67bafeaa5944e1c1e6decf3d/67bdf06e890aafd0bc6eaf33_path817tr.svg") no-repeat;
    background-size: contain;
} */
 .banner-bg-bottom-left {
    max-width: 8%;
    height: 47%;
    margin-bottom: 20px;
    margin-left: 20px;
    position: absolute;
    inset: auto auto 0% 0%;
    z-index: 999;
}
.banner-bg-bottom-right {
    max-width: 8%;
    height: 47%;
    margin-bottom: 20px;
    margin-right: 20px;
    position: absolute;
    inset: auto 0% 0% auto;
    z-index: 999;
}
.banner-bg-top-right {
    max-width: 8%;
    height: 47%;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
    z-index: 999;
}
.banner-bg-top-left {
    max-width: 8%;
    height: 47%;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    inset: 0% auto auto 0%;
    z-index: 999;
}
.banner-content {
  position: absolute;
    top: 50%;
    left: 33%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    /* max-width: 500px; */
    /* background: #890215c4; */
    padding: 20px;
    border-radius: 10px;
    /* text-align: center; */
    max-width: 700px;
}
.banner-content .h1 {
    color: #000;
    font-size: 42px;
    font-weight: 900;
    /* text-transform: uppercase; */
            font-family: 'Playfair Display', serif;
}
/* BUTTON */
.buy-now-btn{
    background:#000;
    color:#fff;
    padding:12px 30px;
    border:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.buy-now-btn:hover{
    background:#222;
    color:#fff;
}

/* POPUP */
.custom-popup{
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

.custom-popup.active{
    opacity: 1;
    visibility: visible;
}

/* OVERLAY */
.custom-popup-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(3px);
}

/* BOX */
.custom-popup-box{
    position: relative;
    width: 95%;
    max-width: 500px;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 35px;
    z-index: 2;
    transform: translateY(40px);
    transition: .4s ease;
}

.custom-popup.active .custom-popup-box{
    transform: translateY(0);
}

/* CLOSE */
.popup-close-btn{
    position: absolute;
    top: 12px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

/* TEXT */
.custom-popup-box h3{
    font-size: 30px;
    margin-bottom: 10px;
}

.custom-popup-box p{
    margin-bottom: 25px;
    font-size: 16px;
}

/* INPUTS */
.form-group{
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea{
    width: 100%;
    border: 1px solid #ddd;
    padding: 14px 16px;
    border-radius: 10px;
    outline: none;
}

/* BUTTON */
.submit-btn{
    width: 100%;
    border: none;
    background: #000;
    color: #fff;
    padding: 14px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}

/* MOBILE */
@media(max-width:576px){

    .custom-popup-box{
        padding: 25px 20px;
    }

    .custom-popup-box h3{
        font-size: 24px;
    }

}
.banner-content p {
    color: #fff;
}
.announce-bar {
  background: #e51a29;
  color: #fff;
  padding: 9px 0;
  overflow: hidden;
  position: relative;
  z-index: 200;
}
.announce-track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}
.announce-item {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.announce-item span { color: rgba(255,255,255,0.7); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-section{
    height: 50px;
}
.section-eyebrow {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #d4756b;
    margin-bottom: 12px;
    display: none;
}
.marquee-section  .marquee span{
        margin-right: 20px;
        font-size: 45px;
}
.marquee-section {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* wrapper */
.marquee {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

/* text */
.marquee span {
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 2px #e51a2938;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 40px;
          font-family: 'Playfair Display', serif;
}
.marquee span:nth-child(odd) {
  color: #e51a2938; /* fill color */
  -webkit-text-stroke: 0;
}
/* smooth infinite loop */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e51a29;
    border-radius: 100%;
}
.banner-content .subhding {
   color: #000;
    font-size: 18px;
    /* font-weight: 600; */
}
.banner-slide {
    position: relative;
    overflow: hidden;
}
.swiper-wrapper{
    /* max-height: 550px; */
    height: fit-content;
}
.bannerslider .btn-box {
    margin-top: 15px;
}
.yellowcolor .button-2 {
    border: 3px solid #e20112;
    background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #e20112 50%, transparent 50%);
    color: #fff;
            font-family: 'Playfair Display', serif;
    font-size: 20px;
    text-transform:capitalize;
}
.yellowcolor .button-2:hover{
    color: #000;
    background: transparent;
}
/*-- Banner End --*/
.cta-art {
      background: linear-gradient(135deg, #f9f2ec, #e51a29, #f5bc5c);
  background-size: 300% 300%;
  animation: gradientMove 8s ease infinite;
  padding: 70px 50px;
  border-radius: 20px;
}

/* Right side image */
.cta-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('../img/art4allagegroups.png') no-repeat center right;
    background-size: cover;
    pointer-events: none;
}

/* Gradient animation */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/*-- About Section Stat --*/
.ab-sec{
  position: relative;
  overflow: hidden;
}
.about-head{
    display: inline-block; text-align: center;
}
.notification img{
    animation: blinkAnim 1s infinite;
}
@keyframes blinkAnim {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}
/* .ab-sec::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 200px;
    background: url(../img/about-art-girl.webp) no-repeat;
    background-size: contain;
} */
 .popup_transform_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.popup_box {
    flex: 1;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    font-weight: 800;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
}

/* Left (Before) */
.popup_left {
    background: #e8dfcabf;
    color: #000;
}

/* Right (After) */
.popup_right {
    background: linear-gradient(135deg, #ff8c2b, #ff5e62);
    color: #fff;
}

/* Arrow */
.popup_arrow {
    font-size: 24px;
    font-weight: bold;
    color: #ff8c2b;
}

/* Hover Effect */
.popup_transform_item:hover .popup_left {
    transform: translateX(-5px);
}

.popup_transform_item:hover .popup_right {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(255, 94, 98, 0.4);
}


.ab-sec > video {
    position: absolute;
       top: 0;
    left: 0;
    /* min-width: 100%; */
    /* min-height: 100%; */
    width: 100%;
    /* height: auto; */
    z-index: -1;
    /* transform: translate(-50%, -50%); */
    object-fit: contain;
    border: none;
    outline: none;
}
.become-box{
            background: #e8dfcabf;
    background-size: cover;
    background-position: center;
    border: 1px solid #ece6df;
    border-radius: 14px;
    padding: 22px 28px;
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: 1fr 56px 1fr;
    align-items: center;
    gap: 16px;
}
.headingbox{
    margin-bottom: 15px;
}
.headingbox .h2{
    font-weight: 900;
            font-family: 'Playfair Display', serif;
}
.about-video{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
}
.vjs-tech{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.videobanner{
    height: 555px;
}
.videobanner .vjs-tech{
    width: 100%;
    position: absolute;
    border-radius: 0px;
    background: transparent;
}
.founder-box{
       background: #fffaf6;
    padding: 10px;
    border: 1px solid #d4756b2e;
    border-radius: 8px;
        margin: 20px 0px;
}
.founder-box p{
    font-weight: 600;
}
.about-img{
    height: auto;
    /* border-radius: 11px; */
    /* overflow: hidden; */
    /* border: 3px solid #f5bc5c9e; */
    position: relative;
}
.about-img > video{
    width: 100%;
  height: 100% !important;
  object-fit: cover;
  border: none;
    outline: none;
        border: 3px solid #f5bc5c9e;
        border-radius: 12px;
}

.about-tag {
   position: absolute;
    right: -20px;
    background: #f5bc5c;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(212, 117, 107, 0.3);
    top: -40px;
        font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
}
.about-img img{
    border-radius: 15px;
}
.course-sec{
    background: url('../img/course-bg-new.jpg');
    background-size: cover;
    background-position: center;
}
.badgeimg{
    width: 130px;
    position: absolute;
    top: 20px;
    right: -50px;
    -webkit-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
}
.course-card {
       border: 1px solid #e5dcd3;
    border-radius: 200px 200px 10px 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
        outline: 2px solid #e51a293d;
    outline-offset: 6px;
}

.course-card:hover {
    transform: translateY(-5px);
}

/* Image */
.course-card > img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* Content */
.course-card-body {
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    position: relative;
        height: 200px;
}

/* Icon */
.course-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -58px auto 15px;
    font-size: 22px;
    color: #8b5e3c;
}

/* Title */
.course-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    /* text-transform: uppercase; */
        font-family: 'Playfair Display', serif;
}

/* Text */
.course-text {
    font-size: 16px;
    color: #555;
}
.badgeimg img{
    width: auto;
}
.marquee{
    color: #000;
    margin-bottom: 0px;
    font-weight: 900;
}
.course1 {
background: url(../img/course-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 40px 0px 40px 0px;
    color: black;
        box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
            height: 490px;
}
.course2 {
background: url(../img/course-2.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 40px 0px 40px 0px;
    color: black;
        box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
            height: 490px;
}

.course3 {
background: url(../img/course-3.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 40px 0px 40px 0px;
    color: black;
        box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
            height: 490px;
}
.fade2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 120px;
 background: linear-gradient(
  to bottom,
  rgba(255,255,255,0) 0%,
  rgba(255,255,255,0.2) 30%,
  rgba(255,255,255,0.5) 60%,
  rgba(255,255,255,0.8) 80%,
  #ffffff 100%
);
  z-index: 1;
}
.listbg {
    background: #eee;
}
.point-content .h4{
        font-size: 15px;
    font-weight: 800;
}
.listbg, .pointbg {
    padding: 20px;
    border-radius: 10px;
}
/* Parent ko relative karo */
.bannerslider {
  position: relative;
      padding: 15px;
}

/* Thumb slider overlay */
.thumb-slider {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    gap: 10px;
}
.thumb-slider .swiper-slide {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.arrow-icon{
    transform: rotate(-34deg) !important;
    transition: transform 0.3s ease;
    background: #f5bc5c;
    padding: 7px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.thumb-slider .swiper-slide-thumb-active {
  /* transform: scale(1.1); */
  border: 2px solid #000;
}

.thumb-slider .swiper-slide img{
    height: 100%;
    object-fit: cover;
}
.point-img {
    text-align: center;
    /* height: 180px; */
    width: 100%;
    margin: 0 auto 15px;
    position: relative;
}
/* .point-img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0px 5px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
    -webkit-box-shadow: inset 0 10 10px rgba(0,0,0,.6);
} */
.point-sec-area img {
width: 100%;
    object-fit: cover;
    height: 270px;
    border-radius: 40px 0px 40px 0px;
    border: 5px solid #e30314;
}
.point-content {
    text-align: center;
    min-height: 150px;
}
.course-btn{
    /* padding: 5px; */
        text-transform: capitalize;
        font-family: 'Playfair Display', serif;
        font-size: 20px !important;
}
.header-btn:hover{
    color: #e30314 !important;
}
.pointbg .point-content .h4 {
    color: #fff;
}

.pointbg .point-content p {
    color: #fff;
}
.point-content p {
    margin: 0px;
}
/*-- About Section End --*/

/*-- Blog Section Start --*/
.blogslider {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}
.blog-imgbox {
    position: relative;
}

.blog-imgbox .h4 {
    position: absolute;
    margin: 0px;
    font-size: 50px;
    max-width: 220px;
    text-align: center;
    right: -10px;
    color: #880215;
    top: 160px;
}
.blog-slide {
    background: #fff8cc;
    border-radius: 10px;
    overflow: hidden;
}

.blog-content {
    padding: 15px;
    margin-top: 5px;
}

.blog-content .h4 {
    font-size: 21px;
    min-height: 150px;
}
.blog-image {
    position: relative;
}

.blog-image .datebox {
    position: absolute;
    background: #880215;
    color: #fff;
    bottom: -6px;
    right: 10px;
    padding: 5px 15px;
}

.blog-image .datebox:before {
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-right: 30px solid #fff8cc;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    left: -29px;
    bottom: 0;
}
    .card-news {
      border: none;
      border-radius: 24px;
     
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      /* overflow: hidden; */
      height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
    }
.card-body-custom{
transition: 0.2s all;
}
    .card-news:hover .card-body-custom {
      margin-left: 0px;
      border-radius: 0px;
    }
.card-news:hover .card-img-wrapper img{
        transform: scale(1.3) rotate(5deg);
}
    /* Image wrapper - consistent aspect ratio and cover */
    .card-img-wrapper {
      width: 100%;
      overflow: hidden;
      background-color: #eef2f5;
      position: relative;
          border-radius: 10px;
    }

    .card-img-top-custom {
      width: 100%;
      /* height: 200px; */
      object-fit: cover;
      transition: transform 0.4s ease;
      display: block;
      
    }


        .privacy-banner {
            background: url('img/contact-banner.webp');
        }

        /* TOC Sidebar */
        .pp-toc-wrap {
            position: sticky;
            top: 100px;
        }

        .pp-toc {
            background: #f9f2ec;
            border-radius: 16px;
            padding: 26px 22px;
            border-left: 4px solid #e51a29;
        }

        .pp-toc-title {
            font-family: 'Playfair Display', serif;
            font-size: 16px;
            font-weight: 700;
            color: #2c2420;
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e4d5c8;
        }

        .pp-toc ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .pp-toc ul li {
            margin-bottom: 6px;
        }

        .pp-toc ul li a {
            color: #666;
            font-size: 13.5px;
            text-decoration: none;
            transition: color 0.25s;
            display: flex;
            align-items: flex-start;
            gap: 7px;
            line-height: 1.45;
        }

        .pp-toc ul li a::before {
            content: '\203A';
            color: #e51a29;
            font-size: 17px;
            line-height: 1.2;
            flex-shrink: 0;
        }

        .pp-toc ul li a:hover {
            color: #e51a29;
        }

        /* Main Content */
        .pp-content-area {
            padding: 60px 0 80px;
        }

        .pp-updated {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(160deg, #e51a29, #ffa20a);
            color: #fff;
            font-size: 13px;
            font-weight: 600;
            padding: 6px 18px;
            border-radius: 30px;
            margin-bottom: 28px;
        }

        /* Intro card */
        .pp-intro {
            background: linear-gradient(135deg, #f9f2ec, #fdeee4);
            border-radius: 18px;
            padding: 32px 34px;
            margin-bottom: 46px;
            border: 1px solid #f0ddd0;
        }

        .pp-intro p {
            font-size: 15.5px;
            color: #444;
            line-height: 1.88;
            margin: 0;
        }

        /* Section */
        .pp-section {
            margin-bottom: 46px;
            scroll-margin-top: 110px;
        }

        .pp-section-title {
            font-family: 'Playfair Display', serif;
            font-size: 21px;
            color: #2c2420;
            font-weight: 700;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 2px solid #f2e8e0;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .pp-sec-icon {
            width: 40px;
            height: 40px;
            border-radius: 10px;
                background: #e51a29;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .pp-sec-icon i {
            color: #fff;
            font-size: 16px;
        }

        .pp-section p {
            font-size: 16px;
            color: #555;
            line-height: 1.88;
            margin-bottom: 12px;
        }

        .pp-section ul {
            list-style: none;
            padding: 0;
            margin: 14px 0;
        }

        .pp-section ul li {
            font-size: 16px;
            color: #555;
            line-height: 1.75;
            padding: 8px 0 8px 22px;
            position: relative;
            border-bottom: 1px dashed #f0e8e0;
        }

        .pp-section ul li:last-child {
            border-bottom: none;
        }

        .pp-section ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 17px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
                background: #e51a29;
        }

        /* Highlight box — matches site's studio-quote style */
        .pp-highlight {
            border-left: 4px solid #ffa20a;
            padding: 16px 20px;
            margin: 18px 0;
            background: linear-gradient(90deg, #fff0ee, transparent);
            border-radius: 0 8px 8px 0;
        }

        .pp-highlight p {
            margin: 0 !important;
            font-style: italic;
            color: #2c2420 !important;
            font-size: 15px !important;
        }

        /* Contact box */
        .pp-contact-box {
            background: linear-gradient(160deg, #e51a29, #ffa20a);
            border-radius: 20px;
            padding: 36px 38px;
            color: #fff;
        }

        .pp-contact-box h4 {
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            margin-bottom: 8px;
        }

        .pp-contact-box p {
            font-size: 14.5px;
            opacity: 0.92;
            margin-bottom: 22px;
        }

        .pp-contact-items {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .pp-ci {
            background: rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            font-weight: 600;
        }

        .pp-ci a {
            color: #fff !important;
            text-decoration: none;
        }

        .pp-ci a:hover {
            text-decoration: underline;
        }
    /* ============================================================================== About Page Css Start ======================================================================= */
    .about-banner{
        background: url('../img/about-banner.webp');
        background-size: cover;
        background-position: center;
    }

     .inner-banner { position:relative; overflow:hidden; padding:110px 0 70px; background-size:cover; background-position:center; }
        .inner-banner::before { content:''; position:absolute; inset:0;     background: linear-gradient(160deg, rgb(0 0 0 / 69%) 0%, rgb(0 0 0 / 0%) 100%); z-index:1; }
        .inner-banner::after { content:''; position:absolute; bottom:-60px; left:-60px; width:280px; height:280px; border-radius:50%; background:rgba(255,255,255,0.06); z-index:1; }
        .inner-banner .container { position:relative; z-index:2; }
        .inner-banner h1 { color:#fff; font-family:'Playfair Display',serif; font-size:42px; font-weight:700; margin-bottom:12px;}
        .inner-banner .page-subtitle { color:rgba(255,255,255,0.92); font-family:'Playfair Display',serif; font-size:18px; margin-bottom:18px; font-style:italic; }
        .breadcrumb-nav a,.breadcrumb-nav span { color:rgba(255,255,255,0.82); font-family:'Inter',sans-serif; font-size:14px; }
        .breadcrumb-nav .sep { margin:0 8px; }
        .breadcrumb-nav span.current { color:#fff; font-weight:600; }

        /* STATS */
        .stats-wrap { background:#fff; padding:50px 0; box-shadow:0 4px 30px rgba(0,0,0,0.07); }
        .stat-card { text-align:center; padding:28px 16px; border-radius:18px; background:#fff; border-top:4px solid #e51a29; box-shadow:0 6px 28px rgba(229,26,41,0.09); transition:transform 0.3s,box-shadow 0.3s; }
        .stat-card:hover { transform:translateY(-7px); box-shadow:0 16px 40px rgba(229,26,41,0.16); }
        .stat-num { font-family:'Playfair Display',serif; font-size:52px; font-weight:700; color:#e51a29; line-height:1; margin-bottom:6px; }
        .stat-label { font-size:15px; color:#666; font-weight:500; }

        /* EYEBROW */
        .section-eyebrow { display:inline-block; font-size:12px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; color:#e51a29; margin-bottom:10px; display: none; }
        .section-eyebrow::before { content:''; display:inline-block; width:26px; height:2px; background:#e51a29; vertical-align:middle; margin-right:8px; }

        /* STUDIO */
        .studio-section { background:#f9f2ec; }
        .studio-quote { border-left:4px solid #e51a29; padding:14px 20px; margin-bottom:22px; background:linear-gradient(90deg,#fff0ee,transparent); border-radius:0 8px 8px 0; font-style:italic; color:#444; font-size:17px; font-family:'Playfair Display',serif; }

        /* MISSION VISION */
        .mv-section { background:#1a0a0b; position:relative; overflow:hidden;}
        .mv-section::before { content:''; position:absolute; top:-100px; right:-100px; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle,rgba(229,26,41,0.18) 0%,transparent 70%); }
        .mv-section::after { content:''; position:absolute; bottom:-80px; left:-80px; width:400px; height:400px; border-radius:50%; background:radial-gradient(circle,rgba(255,162,10,0.12) 0%,transparent 70%); }
        .mv-section .container { position:relative; z-index:2; }
        .mv-heading-eyebrow { display:inline-block; font-size:12px; font-weight:700; letter-spacing:3px; text-transform:uppercase; color:#ffa20a; margin-bottom:10px;  display: none;}
        .mv-heading-eyebrow::before { content:''; display:inline-block; width:24px; height:2px; background:#ffa20a; vertical-align:middle; margin-right:8px; }
        .mv-main-title { font-family:'Playfair Display',serif; color:#fff; font-size:42px; font-weight:700; line-height:1.2; margin-bottom:16px; }
        .mv-main-title span { color:#e51a29; }
        .mv-intro { color:rgba(255,255,255,0.65); font-size:16px; line-height:1.8; max-width:560px; margin:0 auto; }
        .mv-card { border-radius:20px; padding:38px 32px; height:100%; position:relative; overflow:hidden; transition:transform 0.35s,box-shadow 0.35s; }
        .mv-card:hover { transform:translateY(-8px); }
        .mv-card.mission-card { background:linear-gradient(145deg,#e51a29,#b5000e); box-shadow:0 12px 50px rgba(229,26,41,0.35); }
        .mv-card.vision-card { background:linear-gradient(145deg,#1e1e1e,#2e1a00); border:1px solid rgba(255,162,10,0.25); box-shadow:0 12px 50px rgba(0,0,0,0.4); }
        .mv-card::before { content:''; position:absolute; top:-40px; right:-40px; width:150px; height:150px; border-radius:50%; background:rgba(255,255,255,0.06); }
        .mv-card-icon { width:64px; height:64px; border-radius:16px; display:flex; align-items:center; justify-content:center; font-size:30px; margin-bottom:22px; }
        .mission-card .mv-card-icon { background:rgba(255,255,255,0.2); }
        .vision-card .mv-card-icon { background:rgba(255,162,10,0.2); }
        .mv-card-title { font-family:'Playfair Display',serif; color:#fff; font-size:26px; font-weight:700; margin-bottom:16px; }
        .mv-card p { color:rgba(255,255,255,0.85); font-size:15px; line-height:1.85; margin-bottom:16px; }
        .mv-card ul { padding-left:0; list-style:none; margin:0; }
        .mv-card ul li { color:rgba(255,255,255,0.82); font-size:14.5px; padding:8px 0; border-bottom:1px solid rgba(255,255,255,0.08); display:flex; align-items:flex-start; gap:10px; line-height:1.6; }
        .mv-card ul li:last-child { border-bottom:none; }
        .mv-card ul li::before { content:'✦'; color:#ffa20a; font-size:11px; margin-top:3px; flex-shrink:0; }
        .mission-card ul li::before { color:rgba(255,255,255,0.7); }
        .mv-values-strip { margin-top:50px; display:flex; flex-wrap:wrap; gap:14px; justify-content:center; }
        .mv-value-pill { background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.12); border-radius:50px; padding:10px 22px; color:rgba(255,255,255,0.8); font-size:13.5px; letter-spacing:0.5px; transition:all 0.3s; cursor:default; }
        .mv-value-pill:hover { background:rgba(229,26,41,0.25); border-color:rgba(229,26,41,0.5); color:#fff; }

        /* FOUNDER */
        .founder-section { background:#f9f2ec }
        .tag-pill { display:inline-block; font-size:12.5px; font-weight:500; padding:5px 15px; border-radius:999px; margin:3px; }
        .tag-pill.primary { background:#ffeaea; color:#e51a29; border:1px solid #e51a29; }
        .tag-pill.secondary { background:#f5f5f5; color:#555; border:1px solid #e5e7eb; }
        .foundder-content{
	    height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.foundder-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.foundder-content::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.foundder-content::-webkit-scrollbar-thumb
{
	background-color: #d53638;
}

        /* SHOWS TABLE */
        .shows-table { width:100%; border-collapse:collapse; font-size:14.5px; }
        .shows-table thead tr { background:linear-gradient(160deg,#e51a29,#ffa20a); }
        .shows-table thead th { color:#fff; padding:11px 16px; text-align:left; font-weight:600; font-size:16px; letter-spacing:0.5px; }
        .shows-table tbody tr { transition:background 0.2s; }
        .shows-table tbody tr:nth-child(odd) { background:#fff9f5; }
        .shows-table tbody tr:hover { background:#ffeaea; }
        .shows-table tbody td { padding:10px 16px; border-bottom:1px solid #f0e0d6; color:#444; line-height:1.5;     font-size: 16px;}

        /* WORKSHOPS */
        .workshop-list { padding:0; }
        .workshop-list li { list-style:none; padding:10px 0 10px 30px; position:relative; color:#555; font-size:15px; border-bottom:1px solid #f5ece8; line-height:1.55; }
        .workshop-list li::before { content:'🎨'; position:absolute; left:0; top:10px; font-size:14px; }
        .workshop-list li:last-child { border-bottom:none; }
        .workshop-conduct{
                background: #f9f2ec;
        }

        /* AWARDS */
        .award-list { padding:0; }
        .award-list li { list-style:none; padding:12px 14px 12px 44px; position:relative; color:#444; font-size:16px; background:#fff; border-radius:10px; margin-bottom:8px; box-shadow:0 2px 10px rgba(0,0,0,0.05); border-left:3px solid #e51a29; line-height:1.55; transition:box-shadow 0.2s,transform 0.2s; }
        .award-list li:hover { box-shadow:0 6px 20px rgba(229,26,41,0.12); transform:translateX(4px); }
        .award-list li::before { content:'🏆'; position:absolute; left:12px; top:12px; font-size:15px; }
        .award-list li strong { color:#e51a29; }

        /* THERAPIST */
        .therapist-box { background:linear-gradient(135deg,#fff9f5,#fff0f0); border:1px solid rgba(229,26,41,0.15); border-radius:18px; padding:34px 30px; position:relative; overflow:hidden; }
        .therapist-box::before { content:''; position:absolute; right:20px; top:20px; font-size:60px; opacity:0.07; }

        /* VALUE CARDS */
        .value-card { background:#fff; border-radius:18px; padding:32px; box-shadow:0 4px 22px rgba(0,0,0,0.07); border-left:4px solid #e51a29; height:100%; transition:all 0.3s; }
        .value-card:hover { transform:translateY(-6px); box-shadow:0 14px 40px rgba(229,26,41,0.14); }
        .value-icon { width:62px; height:62px; border-radius:14px; background:linear-gradient(135deg,#ffeaea,#fff5e6); display:flex; align-items:center; justify-content:center; margin-bottom:18px; font-size:28px; }
        .value-card h5 { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; margin-bottom:10px; color:#2c2420; }
        .value-card p { font-size:14.5px; color:#666; margin:0; line-height:1.72; }

        /* AFFILIATION */
        .affil-box { background:linear-gradient(160deg,#e51a29 0%,#ffa20a 100%); border-radius:22px; padding:54px 44px; color:#fff; }
        .affil-box h3 { color:#fff; font-family:'Playfair Display',serif; }
        .affil-item { background:rgba(255,255,255,0.14); border-radius:14px; padding:22px; text-align:center; backdrop-filter:blur(5px); border:1px solid rgba(255,255,255,0.15); transition:background 0.3s; }
        .affil-item:hover { background:rgba(255,255,255,0.22); }
        .affil-item p { color:#fff; margin:0; font-size:14.5px; }

        /* CTA */
        .cta-art {     background: linear-gradient(135deg, #f9f2ec, #e51a29, #f5bc5c);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    padding: 70px 50px;
    border-radius: 20px;}
        .cta-art::before { content:''; position:absolute; top:-80px; right:-80px; width:320px; height:320px; border-radius:50%; background:rgba(255,255,255,0.07); }


    /* ============================================================================== About Page Css End ======================================================================= */

        /* ============================================================================== Course Page Css Start ======================================================================= */


        

        /* Course Meta badges */
        .course-meta-bar { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:28px; }
        .meta-badge { display:flex; align-items:center; gap:8px; background:#f9f2ec; border-radius:30px; padding:8px 18px; font-size:14px; color:#444; font-weight:500; }
        .meta-badge i { color:#e51a29; }
        .meta-badge strong { color:#e51a29; }

        /* Course Image */
        .course-main-img {     width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(229, 26, 41, 0.15);
    height: 500px;
    object-fit: cover; }    a

        /* What you'll learn */
        .learn-list li { display:flex; align-items:flex-start; gap:12px; padding:12px 0; border-bottom:1px solid #f5f5f5; font-size:16px; color:#444; }
        .learn-list li:last-child { border-bottom:none; }
        .learn-list li .check { width:24px; height:24px; min-width:24px; border-radius:50%; background:linear-gradient(160deg,#e51a29,#ffa20a); display:flex; align-items:center; justify-content:center; }
        .learn-list li .check i { font-size:11px; color:#fff; }

        /* Curriculum Accordion */
        .curriculum-item { border:1px solid #f0f0f0; border-radius:12px; margin-bottom:10px; overflow:hidden; }
        .curriculum-header { padding:16px 20px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; background:#fff; font-weight:600; font-family:'Playfair Display',serif; color:#2c2420; }
        .curriculum-header:hover { background:#f9f2ec; }
        .curriculum-header .week-badge { background:linear-gradient(160deg,#e51a29,#ffa20a); color:#fff; border-radius:20px; padding:2px 12px; font-size:12px; font-weight:600; font-family:'Inter',sans-serif; }
        .curriculum-body { display:none; padding:0 20px 18px; }
        .curriculum-body.open { display:block; }
        .curriculum-body ul li { font-size:14px; color:#666; padding:4px 0; display:flex; align-items:center; gap:8px; }
        .curriculum-body ul li::before { content:'→'; color:#e51a29; font-weight:700; }

        /* Instructor box */
        .instructor-box { background:#fff; border-radius:20px; padding:30px; box-shadow:0 8px 40px rgba(0,0,0,0.08); }
        .instructor-box img { width:90px; height:90px; border-radius:50%; object-fit:cover; border:4px solid #ffa20a; }

        /* Enroll Card (sticky sidebar) */
        .enroll-card { background:#fff; border-radius:20px; padding:30px; box-shadow:0 15px 60px rgba(229,26,41,0.12); border-top:4px solid #e51a29; position:sticky; top:100px; }
        .enroll-card h4 { font-family:'Playfair Display',serif; color:#2c2420; font-size:22px; margin-bottom:5px; }
        .price-tag { font-family:'Playfair Display',serif; font-size:36px; font-weight:700; color:#e51a29; margin-bottom:18px; line-height:1; }
        .price-tag span { font-size:16px; font-weight:400; color:#999; text-decoration:line-through; margin-left:8px; }
        .enroll-card .form-control { border:2px solid #f0f0f0; border-radius:10px; padding:11px 14px; font-size:14px; }
        .enroll-card .form-control:focus { border-color:#e51a29; box-shadow:none; }
        .enroll-card .enroll-btn { background:linear-gradient(160deg,#e51a29,#ffa20a); color:#fff; border:none; border-radius:25px 0px; padding:14px; font-size:15px; font-family:'Playfair Display',serif; font-weight:600; cursor:pointer; width:100%; transition:all 0.3s; }
        .enroll-card .enroll-btn:hover { opacity:0.9; transform:translateY(-2px); }
        .enroll-feature-list li { display:flex; align-items:center; gap:10px; font-size:14px; color:#555; padding:7px 0; border-bottom:1px solid #f5f5f5; }
        .enroll-feature-list li:last-child { border-bottom:none; }
        .enroll-feature-list li i { color:#e51a29; width:18px; }

        /* Tabs */
        .course-tabs { display:flex; gap:0; border-bottom:2px solid #f0f0f0; margin-bottom:30px; flex-wrap:wrap; }
        .course-tab { padding:12px 24px; cursor:pointer; font-family:'Playfair Display',serif; font-size:15px; color:#888; border-bottom:3px solid transparent; margin-bottom:-2px; transition:all 0.3s; }
        .course-tab.active { color:#e51a29; border-bottom-color:#e51a29; font-weight:600; }
        .tab-content-panel { display:none; }
        .tab-content-panel.active { display:block; }
        /* ============================================================================== Course Page Css End ======================================================================= */

        /* ============================================================================== Gallery Page Css Start ======================================================================= */

 /* Gallery Filter */
        .filter-tabs { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-bottom:40px; }
        .filter-btn { padding:8px 22px; border-radius:25px; border:2px solid #e51a29; font-size:14px; font-weight:500; cursor:pointer; transition:all 0.3s; background:transparent; color:#e51a29; }
        .filter-btn.active, .filter-btn:hover {     background: #e51a29;
 color:#fff; }
        /* Gallery Grid */
        .gallery-item { position:relative; overflow:hidden; border-radius:12px; cursor:pointer; }
        .gallery-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform 0.4s; }
        .gallery-item:hover img { transform:scale(1.05); }
        .gallery-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(229,26,41,0.7); display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity 0.3s; border-radius:12px; }
        .gallery-item:hover .gallery-overlay { opacity:1; }
        .gallery-overlay i { font-size:36px; color:#fff; }
        /* Masonry-like heights */
        /* .gi-tall { height:340px; }
        .gi-normal { height:240px; }
        .gi-short { height:200px; } */
        /* Lightbox */
        .lightbox-overlay { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.92); z-index:9999; display:none; align-items:center; justify-content:center; }
        .lightbox-overlay.active { display:flex; }
        .lightbox-img { max-width:90vw; max-height:90vh; border-radius:10px; box-shadow:0 20px 60px rgba(0,0,0,0.5); }
        .lightbox-close { position:absolute; top:20px; right:30px; color:#fff; font-size:40px; cursor:pointer; line-height:1; }
        .lightbox-prev, .lightbox-next { position:absolute; top:50%; color:#fff; font-size:36px; cursor:pointer; background:rgba(229,26,41,0.6); border:none; border-radius:50%; width:50px; height:50px; display:flex; align-items:center; justify-content:center; transform:translateY(-50%); transition:background 0.3s; }
        .lightbox-prev:hover,.lightbox-next:hover { background:rgba(229,26,41,1); }
        .lightbox-prev { left:20px; }
        .lightbox-next { right:20px; }

        /* ============================================================================== Gallery Page Css End ======================================================================= */

        /* ============================================================================== Achievement Page Css Start ======================================================================= */
 /* Achievement Cards */
        .milestone-card {
            background:#fff;
            border-radius:20px;
            overflow:hidden;
            box-shadow:0 8px 40px rgba(0,0,0,0.08);
            transition:transform 0.3s,box-shadow 0.3s;
            height:100%;
        }
        .milestone-card:hover { transform:translateY(-5px); box-shadow:0 20px 60px rgba(229,26,41,0.15); }
        .milestone-card .card-img-box { position:relative; overflow:hidden; height:250px; }
        .milestone-card .card-img-box img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s; }
        .milestone-card:hover .card-img-box img { transform:scale(1.05); }
        .milestone-tag {
            position:absolute;
            top:15px; left:15px;
            background:linear-gradient(160deg,#e51a29,#ffa20a);
            color:#fff; font-size:12px; font-weight:600;
            padding:4px 14px; border-radius:20px;
            font-family:'Playfair Display',serif;
        }
        .milestone-card .card-body-ms { padding:22px; }
        .milestone-card h5 { font-family:'Playfair Display',serif; font-size:18px; color:#2c2420; margin-bottom:8px; }
        .milestone-card p { font-size:14px; color:#666; line-height:1.7; margin:0; }
        /* Gallery Photos */
        .photo-item { position:relative; overflow:hidden; border-radius:12px; cursor:pointer; }
        .photo-item img { width:100%; height:100%; object-fit:cover; transition:transform 0.4s; }
        .photo-item:hover img { transform:scale(1.05); }
        .photo-overlay { position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(229,26,41,0.6); display:flex; align-items:center; justify-content:center; opacity:0; transition:opacity 0.3s; border-radius:12px; }
        .photo-item:hover .photo-overlay { opacity:1; }
        .photo-overlay i { font-size:30px; color:#fff; }
        /* Lightbox */
        .lightbox-overlay { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.92); z-index:9999; display:none; align-items:center; justify-content:center; }
        .lightbox-overlay.active { display:flex; }
        .lightbox-img { max-width:90vw; max-height:90vh; border-radius:10px; }
        .lightbox-close { position:absolute; top:20px; right:30px; color:#fff; font-size:40px; cursor:pointer; line-height:1; }
        .lightbox-prev, .lightbox-next { position:absolute; top:50%; color:#fff; font-size:24px; cursor:pointer; background:rgba(229,26,41,0.7); border:none; border-radius:50%; width:46px; height:46px; display:flex; align-items:center; justify-content:center; transform:translateY(-50%); }
        .lightbox-prev { left:20px; }
        .lightbox-next { right:20px; }
        /* Timeline */
        .timeline-item { display:flex; gap:20px; margin-bottom:35px; }
        .timeline-dot { flex-shrink:0; width:16px; height:16px; background:linear-gradient(160deg,#e51a29,#ffa20a); border-radius:50%; margin-top:6px; box-shadow:0 0 0 4px rgba(229,26,41,0.2); }
        .timeline-line { position:relative; }
        .timeline-line::before { content:''; position:absolute; left:7px; top:22px; bottom:-35px; width:2px; background:linear-gradient(#e51a29,rgba(229,26,41,0.1)); }
        .timeline-content h5 { font-family:'Playfair Display',serif; font-size:17px; color:#2c2420; margin-bottom:4px; }
        .timeline-content p { font-size:14px; color:#666; margin:0; }
        .timeline-content .year-badge { display:inline-block; background:#ffeaea; color:#e51a29; border-radius:12px; padding:2px 12px; font-size:12px; font-weight:600; margin-bottom:8px; }

        /* ============================================================================== Achievement Page Css End ======================================================================= */


        /* ============================================================================== Contact Page Css Start ======================================================================= */
 /* Info Cards */
 .contact-banner{
    background: url('../img/contact-banner.webp');
 }
 .testimonial-banner{
    background: url('../img/testimonial-banner.webp');
 }
 .certificate-course-banner{
    background: url('../img/certificate-course-banner.webp');
 }
 .course-detail-banner{
  background: url('../img/mastery-oil-painting-banner.webp');  
 }
 .gallery-banner{
  background: url('../img/Brushstrokes-banner.webp');  
 }
 .achievements-banner{
  background: url('../img/Achievements-banner.webp');  
 }
 .privacy-banner{
  background: url('../img/privacy-policy-banner.webp');    
 }
 .shop-now-banner{
  background: url('../img/shop-now-banner.webp');    
 }
        .contact-info-card {
            background: #fff;
            border-radius: 20px;
            padding: 35px 25px;
            box-shadow: 0 8px 40px rgba(0,0,0,0.08);
            text-align: center;
            transition: transform 0.3s;
            height: 100%;
        }
        .contact-info-card:hover { transform: translateY(-5px); }
        .contact-icon {
            width: 70px; height: 70px;
            border-radius: 50%;
            background: linear-gradient(160deg,#e51a29,#ffa20a);
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 20px;
        }
        .contact-icon i { font-size: 28px; color: #fff; }
        .contact-info-card h5 { font-family:'Playfair Display',serif; font-size:18px; color:#2c2420; margin-bottom:10px; }
        .contact-info-card p { font-size:15px; color:#555; margin:0; }
        .contact-info-card a { color:#e51a29; text-decoration:none; font-weight:600; }
        .contact-info-card a:hover { color:#ffa20a; }

        /* Contact Form */
        .contact-form-box {
            background: #fff;
            border-radius: 24px;
            padding: 50px 40px;
            box-shadow: 0 15px 60px rgba(0,0,0,0.1);
        }
        .contact-form-box .form-label { font-weight:600; color:#2c2420; font-size:14px; }
        .contact-form-box .form-control {
            border: 2px solid #f0f0f0;
            border-radius: 10px;
            padding: 12px 16px;
            font-size: 15px;
            transition: border-color 0.3s;
        }
        .contact-form-box .form-control:focus {
            border-color: #e51a29;
            box-shadow: 0 0 0 3px rgba(229,26,41,0.1);
        }
        .contact-form-box select.form-control { background-image: none; }
        .submit-main-btn {
            background: linear-gradient(160deg,#e51a29,#ffa20a);
            color: #fff;
            border: none;
            border-radius: 25px 0px;
            padding: 14px 40px;
            font-size: 16px;
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s;
        }
        .submit-main-btn:hover { opacity: 0.9; transform: translateY(-2px); }

        /* Map Section */
        .map-wrapper {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }

        /* FAQ Accordion */
        /* .faq-item { background:#fff; border-radius:12px; margin-bottom:12px; overflow:hidden; box-shadow:0 3px 15px rgba(0,0,0,0.06); }
        .faq-question { padding:18px 22px; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-weight:600; color:#2c2420; font-size:15px; font-family:'Playfair Display',serif; }
        .faq-question:hover { color:#e51a29; }
        .faq-question i { color:#e51a29; transition:transform 0.3s; }
        .faq-question.open i { transform:rotate(180deg); }
        .faq-answer { padding:0 22px; max-height:0; overflow:hidden; transition:max-height 0.3s ease, padding 0.3s; }
        .faq-answer.open { max-height:200px; padding:0 22px 18px; }
        .faq-answer p { font-size:14px; color:#666; line-height:1.7; margin:0; } */

     
    
            /* ============================================================================== Contact Page Css Start ======================================================================= */
/* 
    .card-news:hover .card-img-top-custom {
      transform: scale(1.02);
    } */

    /* Category + date styling - exactly as original */
    .chip-meta {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
          justify-content: space-between;
    }

    .badge-gaming {
     background-color: #eef2ff;
    color: #1f2b48;
    font-weight: 700;
    font-size: 0.7rem;
    padding: 0.35rem 1rem;
    border-radius: 40px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    /* font-family: 'Inter', sans-serif; */
    font-size: 17px;
    line-height: 1;
    color: #1a2634;
    font-weight: 900;
    /* margin: 0.5rem 0 1.3rem 0; */
    word-break: break-word;
        font-family: 'Playfair Display', serif;
    }

    .date-text {
     font-size: 16px;
    color: #6c7a8e;
    font-weight: 500;
    letter-spacing: 0.2px;
        font-family: 'Playfair Display', serif;
    }

    /* Main poetic text (exactly as provided) */
    .main-text {
       font-size: 24px;
    line-height: 1;
    color: #1a2634;
    font-weight: 900;
    margin: 0.5rem 0 1.3rem 0;
    word-break: break-word;
        font-family: 'Playfair Display', serif;
    }

    /* Read More link — same dash style + arrow */
    .read-more-link {
      text-decoration: none;
      font-weight: 600;
      font-size: 0.85rem;
      color: #2c3e66;
      letter-spacing: -0.2px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: all 0.2s;
      border-bottom: 1px solid transparent;
    }
/* 
    .read-more-link:hover {
      color: #0f2b3f;
      border-bottom-color: #0f2b3f;
    } */

    /* .read-more-link i {
      font-size: 0.7rem;
      transition: transform 0.2s;
    } */
/* 
    .read-more-link:hover i {
      transform: translateX(3px);
    } */


    .card-body-custom {
      padding: 1.5rem 1.5rem 1.7rem 1.5rem;
      flex: 1;
      display: flex;
      flex-direction: column;
       background: #ffffff;
      margin-left: 20px;
    margin-top: -50px;
    z-index: 999;
    box-shadow: 0 8px 14px 0 hsla(0, 0%, 85%, .5);
    border-radius: 20px 0px 0px 0px;
    }
      .row-cards-gap {
      row-gap: 2rem;
    }

    /* gaming badge small extra style */
    .badge-gaming i {
      margin-right: 4px;
      font-size: 0.7rem;
    }
.blog-sec .swiper-button-next, .blog-sec .swiper-button-prev {
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
}
.blog-sec .swiper-button-prev{
        right: 60px;
}
.blog-imgbox:after{
    content: "";
    height: 230px;
    width: 230px;
    background-image: url(../img/shape1.png);
    display: block;
    position: absolute;
    top: -40px;
    left: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
  }
  50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.blog-imgbox img {
    position: relative;
    z-index: 1;
}
/*-- Blog Section End --*/

/*-- Program Section Start --*/
.op-sec{
        background-color: transparent;
        background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
        position: relative;
        margin-bottom: 160px;
}
.op-sec:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(../img/Asset-1-a.png);
    background-position: center top;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-attachment: fixed;
}
.opslider {
    position: relative;
    margin-bottom: -90px;
}

.swiper-container {
    overflow: hidden;
}
.op-content {
    background: #fff;
    box-shadow: 20px 20px 20px 20px rgba(0,0,0,0.5);
}

.op-content .h4 {
    margin: 0px;
    text-align: center;
    padding: 15px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #880215;
    background: #eeee;
    border: 1px solid #880215;
    border-radius: 10px;
    border-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.op-slide {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
}
.op-sec .container {
    position: relative;
    z-index: 1;
}
.op-sec .headingbox .h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
/*-- Program Section End --*/

/*-- Cta Start --*/
.cta-sec{
    background-image: url(../img/diagonal-lines-2.png);
    position: relative;
}
.cta-sec::before {
     content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/why-choose-bg.webp) no-repeat;
    background-size: contain;
    background-position: top center;
}
.cta-content {
    text-align: center;
    padding: 30px;
    border: 2px solid #880215;
    border-radius: 10px;
    background: #ffffff;
}
.cta-hding .h1 {
    color: #880215;
}
/*-- Cta End --*/

/*-- Gallery Section Start --*/
.img-wrapper {
  border-radius: 15px;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media (max-width:767px) {
 .cta-art {
    padding: 50px 20px;
    text-align: center;
  }
  .filter-btn{
    width: 47%;
  }
  .studio-section .contentbox{
    text-align: center;
  }
  .foundder-content{
    text-align: center;
  }
  .therapist-box{
    text-align: center;
  }
  .workshop-conduct .content-text .d-flex p{
    text-align: left;
  }
  .workshop-conduct .content-text{
    margin-bottom: 20px;
  }
   .inner-banner h1{font-size:30px;}
            .stat-num{font-size:38px;}
            .mv-main-title{font-size:28px;}
            .mv-card{padding:28px 20px;}
.inner-banner{
    text-align: center;
}
.container{
    overflow: hidden;
}
.pp-toc-wrap {
                position: static;
                margin-bottom: 32px;
            }

            .pp-intro {
                padding: 22px 18px;
            }

            .pp-contact-box {
                padding: 26px 20px;
            }
        
            .pp-section-title {
                font-size: 18px;
            }

            .pp-contact-items {
                flex-direction: column;
            }

            .pp-ci {
                width: 100%;
            }
  .cta-bg-img {
    width: 100%;
    opacity: 0.25;
    right: 0;
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
#gallery .h2 {
    text-align: center;
    margin-bottom: 20px;
}
.gallery-bg-new {
    background-image: url(../img/gallery-bg-new.webp);
    background-position: center;
    background-size: cover;
}
/*-- Gallery Section End --*/
.arpita-creation{
        background: url('../img/1.jpg');
        background-size: cover;
        background-position: center;
}
/*-- Topper Section Start --*/
.centertext .h2 {
    text-align: center;
    margin-bottom: 30px;
}
.topper-item {
    border: 2px solid #880215;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.topper-content {
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.topper-content .h4 {
    color: #880215;
}

.topper-content .topperdate {
    background: #eee;
    display: inline-block;
    padding: 4px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.topper-imgbox {
    position: relative;
}

.topper-class {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 7px solid #fff;
    margin-bottom: -30px;
}
.topper-sec .container:after {
    content: "";
    height: 400px;
    width: 80%;
    display: block;
    background-image: url(../img/diagonal-lines-2.png);
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.topper-sec .container {
    position: relative;
}

.topper-sec .container .row {
    position: relative;
    z-index: 1;
}
/*-- Topper Section End --*/

/*-- Achivers Section Start --*/
.achiver-imgbox {
    background-color: #eee;
    padding: 15px;
    border-radius: 15px;
    position: relative;
}

.achiver-imgbox img {
    border-radius: 15px;
}
.achive-it-img {
    border: 10px solid #fbd800;
    width: 70%;
    margin: 0 auto;
}

.achive-it-img img {
    width: 100%;
}

.achive-item {
    position: relative;
    margin-bottom: 10px;
}

.achive-it-content {
    position: relative;
}

.achive-it-content img {
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: 80px;
    z-index: 0;
}

.achive-it-content .course-category {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.achive-it-content .acbox11 {
    position: relative;
    z-index: 1;
    padding: 6px;
    width: 60%;
    margin: 0 auto;
    top: -14px;
}
.achive-it-content .acbox11 .h3 {
    margin: 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.achive-sec {
    background: #fefaee;
}
/*-- Achivers Section End --*/

/*-- FAQ Section Start --*/
.faq-section{
    background-color: #ffffff;
    position: relative;
}
.faq-section:after{
    content: "";
    display: block;
    height: 100%;
    width: 57%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    background-image: url(../img/faq-bg.jpg);
}
.faq-section .container{
    position: relative;
    z-index: 2;
}
.white-textbox .h2 {
    margin-bottom: 30px;
}

.main-content .description-title {
  font-size: 18px;
  background-color: #fcd900;
  color: #880215;
  padding-left: 20px;
  line-height: 55px;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.main-content .description-title:hover {
  background-color: #fcd901;
  cursor: pointer;
}
.main-content .expand-collapse {
  float: right;
  margin-right: 8px;
}
.main-content .description {
  font-size: 18px;
  color: #35353f;
  max-height: 0;
  overflow: hidden;
  margin-left: 0px;
  transition: max-height 0.2s ease-out;
  margin: 0px;
}
.main-content .description p {
  margin-top: 4px;
}
.acc-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #880215;
}
.form-boxarea {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
}

.form-boxarea .headingbox .h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#contact-form .form-group input, #contact-form .form-group textarea {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 50px;
}

#contact-form .form-group textarea {
    height: 110px;
}
#contact-form .form-group input::placeholder,
#contact-form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#contact-form .form-group input::-ms-input-placeholder,
#contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
#contact-form .form-group {
    position: relative;
}

#contact-form .form-group i {
    position: absolute;
    left: 15px;
    color: #fff;
    top: 12px;
    font-size: 20px;
}
.cta-art h2{
        text-transform: uppercase;
}
.faq-section:before {
    content: "";
    height: 100%;
    width: 57%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
}
.videobox{
    line-height: 0px;
}
.videobox iframe{
    border-radius: 10px;
    border:3px solid #fff;
}
/*-- FAQ Section End --*/

/*-- Testimonils Start --*/
.testi-sec {
    background: #fefaee;
}
.testi-slider{
    overflow-x: hidden;
    position: relative;
        height: 485px;

}
.testi-sec {
    background: #f9f2ec;
}
.testimonial-user{
    margin: 10px 0px;
}
.rating-hover i {
  font-size: 18px;
  color: #FFD700;
  cursor: pointer;
  transition: 0.3s;
}

.rating-hover i:hover,
.rating-hover i:hover ~ i {
  color: #ccc;
}

.rating-hover i:hover,
.rating-hover i:hover ~ i {
  color: #FFD700;
}

/* reverse hover fix */
.rating-hover {
  direction: rtl;
  display: inline-flex;
}
.testimonial-user img{
        max-width: 100%;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 5px;
    display: block;
    z-index: 1;
    /* position: absolute; */
    right: 60%;
    margin: auto;
    outline: 2px solid #e51a29;
    outline-offset: 4px;
}
.testi-work {
    background-color: transparent;
    /* background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%); */
    padding: 20px 50px;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    background-color: #ffffffba;
    border: 1px solid #ebdacd;
    position: relative;
    background-image: url('../img/tetimonial-bg.png');
     background-position: 225px 184px;
    background-repeat: no-repeat;
    background-size: 30% auto;
	margin-top:50px;
}
.arrow {
    position: absolute;
    bottom: -35px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 35px solid #ffffffe3;
}

/* Border effect */
.arrow::before {
    content: "";
    position: absolute;
    top: -36px;
    left: -34px;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 38px solid #ebdacd;
    z-index: -1;
}
/* .testi-work::after{
    content: "";
    position: absolute;
    background-position: 225px 184px;
    background-repeat: no-repeat;
    background-size: 30% auto;
    background-image: url('../img/tetimonial-bg.png');
    z-index: 9999;
} */
    
.testi-w-content h4 {
    color: #000;
          font-family: 'Playfair Display', serif;
}

.testi-w-content p {
    color: #000;
    margin: 0px;
}
.testi-w-img{
    width: 20px;
    margin:0 auto 15px;
}
.testi-w-img svg path{
    fill: #e51a29;
}
/*-- Testimonils End --*/

/*-- Footer Start --*/
.footer-form {
    background: #f9eedb;
    padding: 25px;
    border-radius: 15px;
    /* box-shadow: 0 8px 14px 0 hsl(0deg 0% 0% / 61%); */
        border: 2px solid #e51a29;
    background-size: cover;
    background-position: center;
}

/* inputs */
.footer-form .form-control {
        background: #00000026;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 8px 10px;
    color: #fff;
    transition: 0.3s;
    /* font-size: 20px; */
        font-family: 'Playfair Display', serif;
}
.footer-form .form-control::placeholder {
  color: #fff !important;
  opacity: 1; /* important for full white */
}
.footer-form select.form-control {
  color: #fff !important;
     background: #00000026;
}
/* placeholder color */
.footer-form .form-control::placeholder {
  color: #aaa;
}

/* focus effect */
.footer-form .form-control:focus {
  border-color: #ff7a18;
  box-shadow: none;
     background: #00000038;
}

/* select fix */
.footer-form select.form-control {
  color: #aaa;
}

.footer-form select.form-control:focus {
  color: #fff;
}

/* button */
.footer-form .submit-btn {
     background: linear-gradient(45deg, #000000, #000000);
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
      /* font-size: 20px; */
        font-family: 'Playfair Display', serif;
}
.footer-form select.form-control option {
  color: #000;
}
.footer-form-heading {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    /* font-size: 20px; */
        font-family: 'Playfair Display', serif;
    /* background: green; */
    padding: 8px 14px;
    border-radius: 10px;
        background-image: linear-gradient(160deg, #e51a29 0%, #ffa20a 100%);
    margin-bottom: 16px;
    border: 1px solid #ffffff87;
}

.footer-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255,122,24,0.4);
}
.dg-footer {
       background: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
        /* background: #f9f2ec; */
        position: relative;
}
.drip-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    z-index: 3;
    pointer-events: none;
}
.drip {
    width: 18px;
    border-radius: 0 0 50px 50px;
    animation: dripDown ease-in-out infinite alternate;
}
@keyframes dripDown {
    0% {
    height: 0;
    opacity: .7;
}
100% {
    height: 50px;
    opacity: 1;
}
}
.whatsapp-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 500;
    width: 58px;
    height: 58px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45);
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45);
}
50% {
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.45), 0 0 0 12px rgba(37, 211, 102, 0.1);
}
}
.dg-ft-content {
    padding: 50px 0px 50px 0px;
}

.ft-meu .h3 {
    color: #e51a29;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #840214; */
    margin-bottom: 10px;
        font-family: 'Playfair Display', serif;
        font-size: 22px;
}

.ft-menulist li a {
    color: #000000;
     font-size: 18px;
        /* font-family: 'Playfair Display', serif; */
}

.ft-menulist li {
    position: relative;
    margin-bottom: 10px;
}

.ft-menulist li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #000000;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: -22px;
    top: 15px;
}
.ft-menulist li:hover:after{
    background: #810213;
}
.ft-menulist li a:hover{
    color: #6f0110;
}
.ft-info li {
      position: relative;
    /* border: 1px solid #eee; */
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: transparent;
    /* background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%); */
    color: #fff;
    padding-left: 30px;
}

ul.ft-info {
    padding: 0px;
    margin: 0px;
}

.ft-info li a {
    color: #000;
     font-size: 20px;
        font-family: 'Playfair Display', serif;
}
.get-in-touch{
        background: #ECCEB6;
    padding: 25px;
    border-radius: 200px 200px 0px 0px;
}
.ft-info li i {
      position: absolute;
    top: 53%;
    left: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    /* background: #fcd900; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e51a29;
    border-radius: 100%;
}
.ft-content {
    color: #000000;
    margin-top: 10px;
    font-size: 18px;
        /* font-family: 'Playfair Display', serif; */
}
.dg-ftlogo .social-icons {
    margin-top: 20px;
}

.dg-ftlogo .social-icons a {
    color: #000000;
    border: 1px solid #000000;
}

.dg-ftlogo .social-icons a:hover {
    color: #840214;
    border-color: #840214;
}
.dg-ftlogo .social-icons a:hover svg{
    fill: #840214;
}
.dg-ft-col1 .social-icons a svg {
    color: #000000;
    fill: #000000;
}
.bottombar {
    text-align: center;
    padding: 10px;
    background-color: #000;
    /* background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%); */
    color: #fff;
            font-family: 'Playfair Display', serif;
    font-size: 18px;
}
.bottombar a{
    font-size: 18px;
}
.dg-mapbox {
    line-height: 0px;
}
.desktopbanner{
    display: block;
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}
.mobile-ctickybtn {
    display: none;
}
/*-- Footer End --*/

#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
    display: none;
}
#once-popup .inner {
    background: #f9f2ec;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    background: #e51a29;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    top: -10px;
    }
    .popuptext h2 {
    color: #880215;
    margin-top: 14px;
        font-size: 28px;
}
.popimg img {
    max-width: 280px;
    width: 100%;
}
.popimg {
    border: 1px solid #e51a29;
    border-radius: 10px;
    padding-bottom: 15px;
}
.popimg p{
    padding: 15px;
    margin-bottom: 0px;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.banner-content .h1{
    font-size: 24px;
}
.badgeimg{
        right: -20px;
}
.banner-content .subhding{
    font-size: 18px;
}
.stickybtnwhatsapp {
        display: none;
    }
/*-- Banner Section Start --*/

.videobanner {
    height: 281px;
}

.swiper-wrapper {
    max-height: inherit;
    height: auto;
}

/*-- Banner Section End --*/

/*-- About Section Start --*/
.about-img {
    margin-top: 60px;
}
.listbg, .pointbg{
        margin-top: 20px;
}
.op-sec{
        margin-bottom: 140px;
}
/*-- About Section End --*/

/*-- Programmes Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
/*-- Programmes Section End --*/

/*-- Achievers Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
.achive-sec .row .col-lg-4:nth-child(1){order: 2;}
.achive-sec .row .col-lg-4:nth-child(2){order: 1;margin-bottom: 30px;}
.achive-sec .row .col-lg-4:nth-child(3){order: 3;}
/*-- Achievers Section End --*/

/*-- Blog Section Start --*/

.blog-content .h4{
    min-height: auto;
    text-align: center;
}
.blog-content .btn-box {
    text-align: center;
}
.blog-imgbox .h4 {
    position: absolute;
    font-size: 80px;
    max-width: 280px;
    z-index: 1;
}
/*-- Blog Section End --*/

/*-- FAQ Section Start --*/
.faq-section .white-textbox .h2{
    color:#fff;
}
.faq-section:before,
.faq-section:after{
        width: 100%;
}
.form-boxarea {
    margin-top: 30px;
}
/*-- FAQ Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
    .mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #010883;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
}
/*-- Footer Section End --*/

}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.section-eyebrow{
    text-align: center;
}
.founder-span{
    justify-content: center;
}
   .popup_transform_item {
        flex-direction: column;
    }
    .bottombar a {
    font-size: 14px;
}
    .popup_arrow {
        transform: rotate(90deg);
    }
.about-head{
    display: block;
}
 .card-body-custom {
        padding: 1.25rem;
      }
      .main-text {
        font-size: 0.95rem;
      }
      /* .card-img-top-custom {
        height: 180px;
      } */
       .about-img{
        height: inherit;
       }
.dg-bottom-pd{
  padding-bottom:40px;
}
.testi-slider{
    height: inherit !important;
}
.footer-form-heading{
    font-size: 16px;
}
.dg-both{
  padding:40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-size: 24px;
}
.banner-content .h1{
    font-size: 20px;
}
.banner-content .subhding{
    font-size: 18px;
}
.email-address a:nth-child(2),
 {
    display: none;
}
.top-rt {
    display: block;
  
}
.top-rt .social-icons{
      justify-content: center;
}
.top-header-area a{
    font-size: 15px;
}
.social-icons a{
        height: 25px;
    width: 25px;
}
.top-lf {
    width: 100%;
    text-align: center;
}
.stickybtnwhatsapp {
        display: none;
    }
    .footer-form .form-control{
            padding: 5px 10px;
    }
    .footer-form .submit-btn{
            padding: 8px 30px;
    }
    .footer-form .row .col-md-6, .footer-form .row .col-12{
        margin-top: 10px;
    }
/*-- Banner Section Start --*/
.thumb-slider .swiper-slide{
    display: none;
}
.classynav ul{
    border: inherit;
    box-shadow: inherit;
    border-radius: inherit;
}
.headingbox .h2, .divider{
    text-align: center;
}
.content-text p{
    text-align: center;
}

.cta-sec .content-text p{
    text-align: left;
}
.cta-bg-img{
    display: none;
}
.cta-art {
            background: linear-gradient(135deg, #f5b681, #ff515d, #f5bc5c);
animation: inherit;
}

.btn-box{
    text-align: center;
}
.videobanner {
    height: auto;
    line-height: 0px;
}

.swiper-wrapper {
    max-height: inherit;
    height: auto;
}
.banner-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(160deg, #f9f2ec 0%, #f9f2ec 100%);
    text-align: center;
    padding: 20px;
    padding-top: 50px;
}
.overlybox{
    display: none;
}
.videobanner .vjs-tech {
    position: static;
}
.desktopbanner{
    display: none;
}
.mobilebanner{
    display: block;
}
.swiper-button-next, .swiper-button-prev{
        margin-top: -40px;
}
/*-- Banner Section End --*/

/*-- About Section Start --*/
.about-img {
    margin-top: 70px;
}
.about-tag{
        right: -10px;
        /* width: 125px; */
        font-size: 18px !important;
        padding: 18px;
        line-height: 20px;
        display: flex;
}
.become-box{
        display: block;
    text-align: center;
}
.arrow-become{
        margin: 15px 0px;
    transform: rotate(90deg);
}
.badgeimg{
    width: 90px;
    right: 0;
}
.listbg, .pointbg{
        margin-top: 20px;
}
.op-sec{
        margin-bottom: 140px;
}
.banner-content{
    adding-top: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
}
/*-- About Section End --*/

/*-- Programmes Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
/*-- Programmes Section End --*/

/*-- Achievers Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
.achive-sec .row .col-lg-4:nth-child(1){order: 2;}
.achive-sec .row .col-lg-4:nth-child(2){order: 1;margin-bottom: 30px;}
.achive-sec .row .col-lg-4:nth-child(3){order: 3;}
.achive-it-content .acbox11{
        width: 70%;
}
/*-- Achievers Section End --*/

/*-- Blog Section Start --*/
.blog-content .h4{
    min-height: auto;
    text-align: center;
}
.blog-content .btn-box {
    text-align: center;
}
.blog-imgbox .h4 {
    position: static;
    font-size: 26px;
    max-width: 100%;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
}
.blog-sec .swiper-button-next, .blog-sec .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.blog-sec .swiper-button-prev {
    right: auto;
    left: 10px;
}
.blog-imgbox:after{
    height: 130px;
    width: 130px;
    top: 40px;
    left: 90px;
}
.blogslider{
        padding-top: 10px;
}
.achive-it-content .course-category,
.achive-it-content .acbox11 .h3{
        font-size: 14px;
}
/*-- Blog Section End --*/

/*-- FAQ Section Start --*/
.faq-section .white-textbox .h2{
    color:#fff;
}
.faq-section:before,
.faq-section:after{
        width: 100%;
}
.form-boxarea {
    margin-top: 30px;
}
.main-content .description-title {
    padding: 10px 40px 10px 15px;
    line-height: normal;
    position: relative;
}

.main-content .expand-collapse {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*-- FAQ Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
ul.ft-info {
    padding-left: 20px;
}
.mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999999;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: #25d366;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #f5bc5c;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
            font-size: 14px;

}
.point-content{
        min-height: auto;
}
/*-- Footer Section End --*/

}
/*-- Responsive End --*/