/********** Template CSS **********/
:root {
    --primary: #00b1e1;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

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;
    border-radius: 30px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

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

.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: 38px;
    height: 38px;
}

.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: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    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: var(--primary);
}

@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;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.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: 40px;
        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: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: url(../img/breadcrumb.jpg) center center no-repeat;
    background-size: cover;
}

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

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.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(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.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(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.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;
}
.navbar-brand img{
    width: 150px;
}
/*service home start*/
.service-item{
    background-color: #dff7ff;
    padding: 14px;
    margin: 10px;
    transition: transform 0.3s ease;
    height: 280px;
    border-radius: 10px;
}
.service-item:hover{
    transform: translateY(-10px);
}
.service-item img{
    width: 70px;
    margin-bottom: 0px !important;
}
.service-item ul li{
    color: #000;
}
.service-item ul{
    padding-left: 16px;
}
.service-item h3{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.horizontal-line {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
.service-item p{
    color: #000;
}
.service-item .btn-primary {
    border-width: 2px;
    background: #06a3da !important;
    margin: 10px auto;
    border-radius: 50px;
    bottom: 14px;
    position: absolute;
}
.service-item .btn-primary:hover {
    color: #fff;
    border-color: #06a3da !important;
}
.service-item img {
    /* width: 70px; */
    margin-bottom: 20px;
}
/*service home closed*/
li{
    font-size: 15px;
}
p{
    font-size: 15px;
}
.welcome{
    background-color: #fffaf5;
}
.welcome h4{
    font-size: 18px;
}
.welcome p{
    color: #000;
}
.team h4{
    font-size: 20px;
}
/*why start*/
.why-tital p{
    text-align: center;
    color: #000;
}
.why-card {
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    border-top: 2px solid #06A3DA;
}
.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3);
}
.why-card h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.why-card h4 i{
    color: #06A3DA;
}
.why-card p {
    color: #000;
}
.why-choose{
    margin: 0 auto;
    display: block;
    width: 200px;
}
/*why closed*/
/*image animation start*/
@keyframes move {
      0% { transform: translateY(0); }
      50% { transform: translateY(20px); }
      100% { transform: translateY(-20px); }
    }

    .animated-image {
      animation: move 4s infinite alternate;
    }
/*image animation closed*/

.custom-card1 {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s;
    background-color: #fff;
    margin: 0px 2px 20px 2px;
}
.custom-card1:hover {
    transform: translateY(-5px);
    cursor: pointer;
}
.custom-card1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-body1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #091E3E;
}
/**/
.one-roof{
    background-color: #091E3E;
}
.ftrBox img{
    width: 220px;
}
.ftrsocial a{
    line-height: 16px;

}
.footer-main a:hover{
    color: #2bb1e0 !important;
}
.copyright a:hover{
    color: #2bb1e0 !important;
}
/*blinking-button*/
.blinking-button {
    cursor: pointer;
    animation: blinkBackground 1s infinite;
}
.blinking-button:hover {
    color: #fff;
}
  @keyframes blinkBackground {
    0%, 100% { background-color: #091E3E; }
    50% { background-color: #2bb1e0; }
  }

@media (max-width: 767px) {
    .navbar-brand img {
        width: 120px;
    }
    .ftr-mobile{
        margin-bottom: 20px;
    }
    .promoted {
        display: block;
    }
    .back-to-top {
        right: 14px;
        bottom: 50px;
    }
    .service-item{
        height: 270px !important;
    }
    .service-item .btn-primary{
        /* position:static; */
    }
    .approachCard{
        margin-bottom: 20px;
    }
    .vision-mission{
        margin-bottom: 20px;
    }
    .facilityImg{
        height: 400px;
    }
    .card-body{
        margin-top: 0px;
    }
}
/*desktop and mobile banner start*/
@media (min-width: 768px) {
    .mobile-banner {
        display: none;
    }
}
@media (max-width: 767px) {
    .desktop-banner {
        display: none;
    }
}
/*desktop and mobile banner closed*/

/*founder start*/
.founder-card {
    background-image: linear-gradient(to right, #d6eaf2 , #fff);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}
.founder-card h3 {
    font-size: 40px;
    font-weight: 600;
    color: #091E3E;
    margin-bottom: 1rem;
    font-family: "Pinyon Script", cursive;
}
.founder-card p {
    color: #000;
}
.founder-name{
    margin-top: 30px;
}
.founder-name h4 {
    color: #091E3E;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 0px;
}
.founder-name h6 {
    color: #06A3DA;
}
.founderImg img{
    margin: 0 auto;
    display: block;
}
.about p{
    color: #000;
}
/*founder closed*/
.approachCard{
    background-color: #d4f0fe;
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.approachCard:hover{
    transform: translateY(-10px);
}
.approachCard img{
    width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.approachCard h5{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.approachCard p{
    color: #000;
    text-align: center;
}
.vision-mission {
  border-radius: 20px;
  box-shadow: 0 8px 40px color-mix(in srgb, var(--default-color), transparent 92%);
  transition: all 0.4s ease;
  border: 2px solid #06a3da;
  padding: 20px;
}

.vision-mission:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}
.vision-mission h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.vision-mission p {
    color: #000;
    text-align: center;
}
.vision-mission img{
    width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.facility-main{
    background-color: #091E3E;
}
.facilityCont{
    padding: 20px;
}
.facilityCont h4 {
    font-size: 26px;
    font-weight: 600;
    color: #06a3da;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.facilityCont p {
    color: #fff;
}
.facilityCont ul li {
    color: #fff;
    margin-bottom: 10px;
}
.facilityImg{
    background-image: url("../img/facility.jpg");
    background-size: cover;
}
.serInCon{
    background-color: #ecf9ff;
    padding: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    cursor: pointer;
}
.serInCon:hover{
    transform: translateY(-5px);
}
.serInCon h5{
    color: #008ec2;
    font-size: 18px;
}
.serInCon p{
    color: #000;
    margin-bottom: 0px;
}
.ser-inpage img{
    transition: transform 0.3s;
    cursor: pointer;
    border-radius: 0px 40px 0px 40px;
}
.ser-inpage img:hover{
    transform: translateY(-10px);
}
.card-body {
    border: none;
    box-shadow: 0 0 15px rgba(143, 143, 143, 0.1);
    border-radius: 2px;
    padding-bottom: 20px;
    margin-top: 14px;
}
.card-body h5{
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
}
.contactbtn{
    text-align: center;
    font-size: 15px;
    padding: 12px 20px;
    background-color: #06A3DA;
    color: #fff;
    border-radius: 50px;
}
.contactbtn:hover{
    background-color: #091E3E;
    color: #fff;
}
.ftrLink p a{
    color: #fff;
}
.navbar{
    padding: 0px 36px;
}
.welcome{
    object-fit: cover;
    padding: 0 0 0px 0px;
    width:100%;
}
.welcome video{
    border-radius: 12px;
    height: 400px;
}
.office{
    background:#fdf8f2;
    padding:16px 25px;
    border-radius:18px;
    border:1px solid #06a3da;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.store-hours-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid #e8dccb;
}
.store-status{
    display:flex;
    align-items:center;
    gap:10px;
    color:#000;
    font-size:16px;
    font-weight:600;
}
.store-status img{
    width:30px;
    height:30px;
    object-fit:contain;
}
.store-status img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.store-time {
    background: #06a3da;
    color: #fff;
    padding: 5px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
.store-address {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}
.store-address img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-top: 2px;
    flex-shrink: 0;
}
.store-address span {
    color: #000000;
}
/**/
.foundermain{
    background-color: #e4f2f8;
  padding: 60px 0;
}
.founderContent h4 {
  color: #06a3da;
  font-size: 30px;
  margin-bottom: 6px;
  text-align: right;
  font-weight: 700;
}
.founderContent h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
  font-weight: 600;
}
.founderContent h3 {
  color: #000;
  font-size: 30px;
  margin: 26px 0;
  text-align: right;
  font-weight: 700;
}
.founderContent p {
  text-align: right;
  color:#000;
}
.founderContent p span{
  color: #06a3da;
  font-weight: 600;
}
.founderphoto img{
  width: 200px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.founderphoto h4 {
  color: #06a3da;
  font-size: 16px;
  margin-bottom: 0px;
  text-align:center;
  font-weight: 700;
  margin-top:10px;
}
.founderphoto p {
  text-align:center;
  color:#000;
  margin-bottom: 0px;
}
.founderphoto h6 {
  text-align:center;
  margin-top: 4px;
}
.founderphoto h6 i{
    font-size: 14px;
}
@media (max-width: 768px) {
    .founderContent h4{
    text-align: left !important;
    }
    .founderContent h6{
    text-align: left !important;
    }
    .founderContent h3{
    text-align: left !important;
    }
    .founderContent p{
    text-align: left !important;
    }
}
/**/
.hgallery img{
    border-radius: 10px;
}
@media (max-width: 768px) {
    .navbar {
        padding: 10px 10px !important;
    }
    .welcome video{
        height:auto;
    }
    .store-hours-row{
        display: block;
    }
    .store-time{
        margin-top: 10px;
    }
}