/********** Template CSS **********/
:root {
    --primary: #030b28;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}
/*body {*/
/*    cursor: url('../image/cursor.jpg'), auto !important; */
/*}*/


h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    /*font-family: 'Jost', sans-serif;*/
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    border:1px solid #fff;
}
.top-barsnav{
    border-bottom: 1px solid white;
}
.btn-primary:hover {
    background:#6575a2;
    border-color:#6575a2;
}

/*.btn-secondary:hover {*/
/*    background: var(--primary);*/
/*    border-color: var(--primary);*/
/*}*/

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 25px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}
.navbar{
    background: #030b28;
}
.navbar-light .navbar-nav .nav-link {
    /*font-family: 'Jost', sans-serif;*/
    padding: 35px 15px;
    font-size: 18px;
    color: #fff;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:#fff;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}
.banner-img-blossom{
    height:550px;
    object-fit: cover;
}
@media (max-width: 576px) {
    .banner-img-blossom {
    height: auto;
}
    .carousel-caption h5 {
        font-size: 12px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size:18px;
                padding: 0 20px;
        font-weight: 600 !important;
    }
    .top-section-of-blossom{
        margin-top: 10px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: #e6c0ec;
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.bg-appointment2 {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../image/carousel-11.jpg) center center no-repeat;
    background-size: cover;
}
.appointment-form {
    background:#6575a2;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: #6575a2;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../image/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: #6575a2;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
@keyframes hangFloat {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.hang-img {
  animation: hangFloat 3s ease-in-out infinite;
  transition: transform 0.1s ease;
}
#footer{
  background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../image/footer-bg.jpg) center center no-repeat;
    background-size: cover;
}

/*.carousel-inner{*/
/*        height: 600px;*/
/*}*/



.carousel-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 250%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0) 25%,
        rgba(192, 192, 192, 0.4) 50%,
        rgba(0, 0, 0, 0) 75%
    );
    animation: shimmer-caption 4s linear infinite;
    z-index: 0;
    pointer-events: none;
}

/* Keep text and buttons above shimmer */
.carousel-caption > * {
    position: relative;
    z-index: 2;
}

/* Keyframes for diagonal sweep */
@keyframes shimmer-caption {
    0% {
        left: -150%;
    }
    100% {
        left: 100%;
    }
}


.c-form-blossom{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}


@keyframes zoomInPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.zoom-in {
  animation: zoomInPulse 1.5s ease-in-out infinite;
}
.back-to-top2 {
 bottom: 90px;position: fixed;
    right: 30px;
    z-index: 99;
    background: green;
    font-size:25px;
    color:white;    padding: 5px 11px;
}
.back-to-top2:hover {
    background:#b2beeb !important;
    color:#030b28 !important; 
}
.call-fixed-btn2 {
  position: fixed;
    top: 25%;
    right: -64px;
    transform: translateY(-50%);
    background-color: #030b28;
    color: white;
        padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    transform: rotate(270deg);
  }

  .call-fixed-btn2:hover {
    background-color: #000;
    text-decoration: none;
  }
.call-fixed-btn {
  position: fixed;
    top: 55%;
    right: -58px;
    transform: translateY(-50%);
    background-color: #030b28;
    color: white;
        padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    transform: rotate(270deg);
  }

  .call-fixed-btn:hover {
    background-color: #000;
    text-decoration: none;
  }
.call-fixed-btn3 {
  position: fixed;
    top: 85%;
    right: -64px;
    transform: translateY(-50%);
    background-color: #030b28;
    color: white;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    transform: rotate(270deg);
  }

  .call-fixed-btn3:hover {
    background-color: #000;
    text-decoration: none;
  }
  .call-fixed-btn i {
    margin-right: 10px;
  }
.cert-blossom{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
    background: #EEF9FF;
    margin:auto;
    border-radius: 5px;
}

.b-certifications{
    padding: 50px 0;
}
.latestupdate{
   font-size: 20px;
    background: linear-gradient(45deg, #091E3E, transparent);
    padding: 10px;
    color: white;
}
.faq-accordion {
    max-width: 800px;
margin-top: 20px;
}

.faq-item {
    background: #fff;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 15px 20px;
    border-left: 4px solid #2a9d8f;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #264653;
}

.faq-answer {
    font-size: 15px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
    display: none;
}

/* First item open */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .icon {
    content: "−";
}

/* Icon styling */
.icon {
    font-size: 22px;
    font-weight: bold;
    width: 25px;
    text-align: center;
}
.faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}
.whatsappus{
    background-color: #030b28;
    color: white;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    
}
.emailss{
   background-color: #030b28;
    color: white;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  
}
.blossom-img{
    margin-bottom:20px;
}











@media (max-width: 576px) {

.call-fixed-btn{
        right: 0px;font-size:10px;
}
.call-fixed-btn2{
    /*right: -53px;*/
      right: 0px;
    font-size:10px;
}
.call-fixed-btn3{
     right: 0px;font-size:10px;
}




}

.newrule{
    text-align: left;
}









