/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.light-mode {
    --ot-primary: #b16fae;
    --ot-primary-btn: #b16fae;
}
.btn-secondary-fill {
  background: var(--ot-primary);
}
.white-bg{
  background:#ffffff !important;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'angelina';
	font-weight: 400;
	font-display: auto;
	src: url('../fonts/custom_dev/angelina.ttf') format('truetype');
}
.angelina {
  font-family: 'angelina' !important;
}
@font-face {
	font-family: 'louise George cafe';
	font-weight: 400;
	font-display: auto;
	src: url('../fonts/custom_dev/Louis-George-Cafe.ttf') format('truetype');
}
.louise {
    font-family: 'louise George cafe' !important;
}
/* latin-ext */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfYPlDX5Z.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfY3lDQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
.cinzel{
	font-family: "Cinzel", Sans-serif !important;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: url(../images/custom_dev/header_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.bio {
  text-align: center;
  font-size:30px;
}
.bio p {
  font-size:18px;
  font-weight: 500px;
}
.ping_bg {
    background: url(../images/custom_dev/section_bg.png)!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #A875B3 !important;
}

.nav-pills .nav-link.active {
    color:#ffffff !important;
}
.nav-pills .nav-link {
    color: #A875B3;
    border: 2px solid #e2bdea;
    margin: 5px 0;
    font-size: 15px;
}
.tab-pane iframe {
    border: 15px solid #e2bdea;
    width: 100%;
    height: 546px;
    border-radius: 5px;
}
.cart .count {
    background: #A875B3;
}
.custom_fade_slider .carousel-inner .carousel-item img {
  width: 80%!important;
  margin:0 auto;
}
/*--------------------------------------------------------------
# Imports
--------------------------------------------------------------*/
@import url('custom_dev/carousel.css');
/*--------------------------------------------------------------
# Homepage services section
--------------------------------------------------------------*/
.service {
  width: 100%;
  height: 620px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 2px #444;
  background-color: #fff;
  background-origin: content-box;
  /*padding: 40px !important;*/
}

.service_1 {
  background-image: url(../images/custom_dev/service-1.png);
}
.service_1:hover {
  background-image: url(../images/custom_dev/service-1-hover.png);
}

.service_2 {
  background-image: url(../images/custom_dev/service-2.png);
}
.service_2:hover {
  background-image: url(../images/custom_dev/service-2-hover.png);
}

.service_3 {
  background-image: url(../images/custom_dev/service-3.png);
}
.service_3:hover {
  background-image: url(../images/custom_dev/service-3-hover.png);
}
/*--------------------------------------------------------------
# My why page flipping cards section
--------------------------------------------------------------*/
.card {
  position: relative;
  width: 100%;
  
  color: white;
  cursor: pointer;
  transition: 1s ease-in-out;
  transform-style: preserve-3d;
  border:0 !important;
}

/* .card:hover {
    transform: rotateY(0.5turn);
} */

.card__face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: 1s ease-in-out;
}

.card__face img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.card__face--back {
    transform: rotateY(0.5turn);
}
/*--------------------------------------------------------------
# My why page pillers section
--------------------------------------------------------------*/
.piller_1 {
  background-image: url(../images/custom_dev/care.png);
}
.piller_1:hover {
  background-image: url(../images/custom_dev/care-hover.png);
}

.piller_2 {
  background-image: url(../images/custom_dev/trust.png);
}
.piller_2:hover {
  background-image: url(../images/custom_dev/trust-hover.png);
}

.piller_3 {
  background-image: url(../images/custom_dev/inspire.png);
}
.piller_3:hover {
  background-image: url(../images/custom_dev/inspire-hover.png);
}
/*--------------------------------------------------------------
# HR Image
--------------------------------------------------------------*/
hr {
  background: url('../images/custom_dev/line.png') no-repeat top center;
  background-size: contain;
  display: block;
  height: 38px;
  border: 0;
  position: absolute;
  opacity: 1 !important;
  top: -20px;
  left: 0;
}
/*hr:before,
hr:after {
  content: '';
  display: block;
  position: absolute;
  background: #d7d7d7;
  height: 2px;
  top: 8px;
}
hr:before {
  left: 0;
  right: 50%;
  margin-right: 10px;
}
hr:after {
  right: 0;
  left: 50%;
  margin-left: 10px;
}*/
/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
/*header {
    top: 0px;
    height: 70px;
    z-index: 997;
    transition: all 0.5s;
    width: 100%;
    position: fixed;
}
.header-area {
    background: #ffffffd1;
}*/
.header-sticky.sticky-bar {
    background: var(--white) !important;
}
.header-area {
  background: unset !important;
  box-shadow: unset !important;
}
.header-area .main-menu .listing .single-list .single {
  padding: 10px 15px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.header-area {
    padding:0;
}
.header-search {
  width: 500px;
  margin: 20px auto 10px;
}
.header-search .input-form input {
    border:1px solid #b16fae;
}
.header-search .input-form .icon {
    color: #b16fae;
}
.logo {
  width: 200px;
}
.logo a img {
  width: 400px;
  /*position: absolute;*/
  top: 0;
  left: 0;
}
.banner-overlay::before {
  background: unset !important;
}
/*.swiper, .ot-banner-img-1, .banner-overlay::before {
  border-radius: unset !important;
}
.hero-area .ot-banner-inner {
  min-height: 550px !important;
}*/
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact_bg {
  background: url(../images/custom_dev/contact_bg.png)!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 100% !important;
  position:relative;
}
.contact_side {
  right:0;
  animation: 4s slide-left;
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(-20px);
  }
}
/*--------------------------------------------------------------
# Counters Section
--------------------------------------------------------------*/
.counters .col {
    padding: 10px 15px;
}
.counter{
    color: #A875B3;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #A875B3;
    border-radius: 19px 19px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    z-index: -1;
}
.counter:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 9px solid #A875B3;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -6px;
    bottom: -6px;
    right: auto;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    transition: all 0.3s ease 0s;
}
.counter .counter-icon img {
    width: 100px;
    margin-top: 10px;
}
/*.counter:hover .counter-icon{ transform: rotateY(360deg); }*/
.counter .counter-value{
    color: #111;
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}
.counter:hover .counter-value{ text-shadow: 2px 2px 0 #d1d8e0; }
.counter h3{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    height: 45px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}
.counter.lightpink{
    color: #e2bdea;
    border-color: #e2bdea;
}
.counter.lightpink:after{
    border-bottom-color: #e2bdea;
    border-left-color: #e2bdea;
}
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#ot_testimonials_area {
  background: url(../images/custom_dev/testimonials_bg.png)!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.testimonial-caption {
  background: #fffffff0 !important;
}
/*--------------------------------------------------------------
# Categories Section
--------------------------------------------------------------*/
.single-categories {
  padding:20px !important;
}
.single-categories .icon {
  margin-bottom: 10px !important;
}
.single-categories .cat-caption .title {
  font-size: 20px !important;
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 75vh;
    /* background-color: rgba(39, 37, 34, 0.8); */
    overflow: hidden;
    padding: 0;
}

#hero .carousel-item {
    width: 100%;
    height: 70vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    /* background-color: rgba(12, 11, 10, 0.5); */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .carousel-content {
    text-align: center;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#hero h2 span {
    color: #ffb03b;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background:#442f7ee0;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(68, 47, 126, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
}

.carousel-indicators [data-bs-target] {
    background-color:#171717;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #ffb03b;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background: #ffb03b;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
    .logo a img {
        width:unset !important;
        position:unset !important;
    }
    .contact_bg {
        background: url(../images/custom_dev/contact_bg_mobile.png)!important;
        background-size: cover !important;
        background-position: 100% !important;
        padding: 0 20px !important;
        margin: 0 0 50px 0 !important;
    }
    .contact_side {
        display: none !important;
    }
    .contact_title {
        padding: 0 50px;
        margin: 200px 0 0;
    }
    .contact-btn {
        width: 100%;
    }
    .counter:before {
        display:none;
    }
}

@media (min-width: 1024px) {
    #hero p {
        width: 50%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 15%;
    }
}
.card-custom .centent-video {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;

    background-image: url(../images/custom_dev/icons/academicdevelopment/iconsbackground.png);




    height: 100%; /* Full height for proper centering */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}
.icone_services{


    background-image: url(../images/custom_dev/icons/academicdevelopment/iconsbackground.png);


    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontal center */
    justify-content: center; /* Vertical center */
    height: 100%; /* Full height for proper centering */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
    position: relative;


}
.icone_services img {
    transition: transform 0.4s ease; /* Smooth animation */
    max-width: 51%; /* Adjust size as needed */
    height: auto;
    padding-top: 21px;
}

.icone_services:hover img {
    transform: scale(1.1); /* Zoom effect */
}




.btn_services {
     transition: transform 0.4s ease; /* Smooth animation */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Full width bar */
    background-color: #00b4d89e !important; /* Blue */
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn_services h6{
    font-size: 14px !important;
}
.icone_services:hover .btn_services {

     background-color: #00b4d8 !important; /* Blue */
}
