

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Italianno&display=swap');

@media (min-width: 1200px) {
    .display-1 {
        font-size: 4rem;
    }
}



.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active,.btn:focus {
    background-color: #41a0fa;
    color: #fff;
}
.bg-green{
    background-color: #86d9af;
}
.bg-pink{
    background-color: #f1289a;
}
.bg-purple{
    background-color: #d989e7;
}

.bg-dark-purple{
    background-color: #92278f;
}

.text-purple{
    color: #92278f !important;
}
.btn.btn-white:hover{
    background-color: #fff !important;
    color: #92278f !important;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 700;
    font-family: monospace;
    position: relative;
    padding: 5px 10px;
    color: #6f6c6c;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 8px; /* smoother corners */
    z-index: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    background-color: #ff4980 !important;
    color: #fff !important;
    border-radius: 8px;
    z-index: 2;
}

.rounded-10{
    border-radius: 10%;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-theme{
    color: #fa8507;
}
.text-2x {
    font-size: 2em;
}
.btn {
    padding: 15px 27px;
    text-align: center;
    border-radius: 30px;
    background: #41a0fa;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}


:target::before {
    content: "";
    display: block;
    height: 70px; /* height of your fixed header */
    margin-top: -70px;
}

#mission-anchor {
  scroll-margin-top: 65px; /* Adjust to your header height */
}

#about {
  scroll-margin-top: 65px; /* Adjust to your header height */
}

#ourteam {
  scroll-margin-top: 65px; /* Adjust to your header height */
}
#services{
    scroll-margin-top: 65px; /* Adjust to your header height */
}
#contactus{
    scroll-margin-top: 65px; /* Adjust to your header height */
}
.btn.btn-white {
    background: #fff;
    color: #41a0fa;
}
.btn.btn-white:hover {
    background: #41a0fa;
    color: #fff;
}
li.nav-item {
    padding: 0 10px;
}
.bg-overlay-1 {
    position: relative;
    background-image: url(../images/bg-overlay-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.topbar {
    padding: 10px 0;
    position: relative;
    z-index: 10000;
}
.bg-main {
    background-color: #41a0fa;
}
.topbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.topbar-padding {
    padding: 5px 0;
}
.topbar-item {
    padding-left: 10px;
    padding-right: 10px;
}
.social-list.social-list-white li a {
    color: #fff;
}
.social-list li a {
    font-size: 20px;
}
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
}
.topbar .social-list {
    margin-top: 0;
}
.social-list li {
    margin-right: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    list-style: none;
}
.topbar-right {
    margin-left: -10px;
    margin-right: -10px;
}
.topbar-right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}
.color-white {
    color: #fff !important;
}
.topbar-right-item i {
    margin-right: 10px;
    font-size: 20px;
}
.btn-sm{
    padding: 5px 10px;
    font-size: 0.8rem;
}
.navbar{
    padding: 10px 0;
}
.navbar-brand{
    max-width: 270px;
}
/* For small screens (sm) */
@media (max-width: 576px) {
    .navbar-brand {
        max-width: 200px;
    }
}
.navbar .btn-brand {
    background-color: #41a0fa;
    color: #fff;
    padding: 15px 27px;
    text-align: center;
    border-radius: 30px;
    border-color: #41a0fa;
    -webkit-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    border: 2px solid transparent;
}
.navbar .btn-brand:hover {
    background-color: #fff;
    color: #2771e7;
    border: 2px solid #2771e7;
}
.quick-item {
    border-radius: 10px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: right top;
}
.quick-item-image {
    -webkit-box-flex: 0;
    flex: 0 0 155px;
    -ms-flex: 0 0 155px;
    max-width: 155px;
    width: 205px;
    position: relative;
}

.quick_sm_img{
max-width: 155px;
width: 205px;

}
.quick-item-text {
    padding-left: 30px;
}
@media (max-width: 576px) {
    .quick-item-text {
        padding-left: 0px !important;
    }
}
.bg-yellow {
    background-color: #FFCC00;
}
.quick-item-image-shape {
    width: 200px;
    height: 200px !important;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.translatey-min-10 {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media only screen and (min-width: 992px){
    .image-position {
        position: absolute;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
}
@media only screen and (min-width: 992px){
    .image-position.image-position-lb-50 {
        left: 0;
        bottom: 0px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .image-position.image-position-lb-30 {
        left: 0;
        bottom: 0px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}


@media only screen and (max-width: 991px){
.quick-item-image .image-position.image-position-lb-50 {
    left: 0;
    bottom: 0px;
}
}
@media only screen and (max-width: 991px){
.quick-item-image .image-position {
    position: absolute;
}
.quick-item-image {
    max-width: 150px;
}
.quick-item-image-shape{
    max-width: 150px;
    height:150px !important;
}
}

@media only screen and (max-width: 725px) {
  .quick-item {
    padding: 20px 20px;
      
  }
}
@media only screen and (max-width: 991px){
.quick-item-image .image-position.image-position-lb-30 {
    left: 0;
    bottom: 0px;
}
}
@media only screen and (max-width: 991px){
.quick-item-image .image-position {
    position: absolute;
}
}
.pb-30 {
    padding-bottom: 30px;
}
.quick-item-text h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.quick-item-text h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

/*Menu item*/
.offer-left {
    padding-top: 15px;
  }
  
  .offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
  }
  .offer-item:last-child {
    margin-bottom: 0;
  }
  .offer-item img {
    width: 20%;
    float: left;
    padding: 10px;
    background: #f2f2f2;
  }
  .offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-item div h3 {
    font-size: 20px;
    color: #cf9b67;
    margin: 9px 0 12px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: .5px;
  }
  .offer-item div p {
    color: #6b6b6b;
  }
  .offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 82px;
    height: 82px;
    line-height: 82px;
    border: 1px solid #ededed;
    -moz-border-radius: 82px;
    -webkit-border-radius: 82px;
    border-radius: 82px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 22px;
    font-family: "Oswald";
    text-align: center;
    letter-spacing: .5px;
  }
  
  .offer-right {
    position: relative;
  }
  .offer-right img {
    display: block;
    width: 100%;
  }
  .offer-right a {
    display: block;
    width: 154px;
    height: 154px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    border: 2px solid #cf9b67;
    text-align: center;
    font-family: "Architects Daughter";
    color: #cf9b67;
    font-size: 24px;
    padding-top: 28px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .offer-right a span {
    display: block;
    text-align: center;
    font-family: "Oswald";
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px;
    line-height: 30px;
    letter-spacing: .5px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .offer-right a:hover {
    background: #cf9b67;
    color: #fff;
  }
  .offer-right a:hover span {
    color: #fff;
  }
  .menu-item-image {
    max-height: 250px;
    overflow: hidden;
  }
/*Menu item end*/

/*Pre loader start*/
.content-area {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5% 20px;
    text-align: center;
    box-sizing: border-box; 
}
        
#preloader-background, #circle-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit- flex;
    display: -ms- flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
        
#preloader-background {
    background: white;
    height: 100vh;
}

#circle-loader {
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 5px;
    border-top-color: #0080ff;
    border-right-color: #0080ff;
    border-bottom-color: #d5eaff;
    border-left-color: #d5eaff;
    border-radius: 50%;
    -webkit-animation: spinLoader 2s linear infinite;
    animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#centre-logo {
    position: fixed;
    width: 150px;
    height: 150px;
    padding-bottom: 10px;  
}

.animatePageIn {
    position: relative;
    -webkit-animation-name: animatePageIn;
    -webkit-animation-duration: 3s;
    animation-name: animatePageIn;
    animation-duration: 3s;
}
@-webkit-keyframes animatePageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes animatePageIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#pageContent {
    display: none;
}
/*pre loader end*/

.modal-dialog {
    margin-top: 100px;
}
.notice {
    padding: 0rem 0rem;
}
.notice h4 {
    margin-bottom: 0.5rem;
}
    
.notice p {
    margin-bottom: 0.2rem;
}
.modal-dialog .icon {
    font-size: 3rem;
}
.modal-dialog .close{
    position: absolute;
    top: -20px;
    right: -8px;
    font-size: 30px;
    z-index:10000;
}

.pic {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.carousel-control-prev, .carousel-control-next {
    height: 40px;
}
.promocode{
    font-size: 1rem
}
#promotionPopup{
    background:rgba(0,0,0,0.5);
}

.our_services_icon{
    max-width: fit-content;
}

@media only screen and (max-width: 600px) {
    .nav-apply-online{
        display: none;
    }
}

.our_services img{
    transition: transform 0.5s ease, filter 0.5s ease;
}
.our_services:hover img{
    transform: scale(1.05);
    filter: brightness(0.8);
}

.hover_blue{
    border: solid 3px #41a0fa;
}
.hover_blue:hover{
    background: #41a0fa;
}
.hover_red{
    border: solid 3px #f32738;
}
.hover_red:hover{
    background: #f32738;
}
.hover_yellow{
    border: solid 3px #fee228;
}
.hover_yellow:hover{
    background: #fee228;
}
.hover_green{
    border: solid 3px #a2d65d;
}
.hover_green:hover{
    background: #a2d65d;
}
.hover_orange{
    border: solid 3px #ffa01e;
}
.hover_orange:hover{
    background: #ffa01e;
}
.hover_pink{
    border: solid 3px #f1289a;
}
.hover_pink:hover{
    background: #f1289a;
}

.our_services:hover h4, .our_services:hover p {
  color: white; /* Change title color on hover */
}


/*Team member*/

.team-card {
  cursor: pointer;
  transition: transform 0.3s;
  overflow: hidden;
  border-radius: 50% !important;
}
.team-card:hover {
  transform: translateY(-5px);
}

.team-image img {
  transition: transform 0.5s;
}
.team-card:hover .team-image img {
  transform: scale(1.1);
}

.team-body {
  background: rgba(0,0,0,0.6);
  color: #fff;
  opacity: 1;
  transition: opacity 0.4s;
}
.team-card:hover .team-body {
  opacity: 1;
}

.team-social a {
  color: #fff;
  margin: 0 5px;
  font-size: 0.9rem;
  transition: color 0.3s;
}
.team-social a:hover {
  color: #ff4980;
}

.team-name a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.team-name a:hover {
  color: #ff4980;
}

.team-position {
  font-size: 0.9rem;
  color: #ddd;
  margin-bottom: 0.5rem;
}

.btn-team-link {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 0.5rem;
  transition: transform 0.3s;
}
.btn-team-link:hover {
  transform: translateY(-3px);
  color: #ff4980;
}


/* Mobile styles: screens less than 768px (Bootstrap md breakpoint) */
@media (max-width: 767.98px) {

  .team-card {
    border-radius: 20px !important; /* Optional: keep rounded but not full circle */
  }

  .team-body {
    padding: 0.5rem;
    font-size: 0.8rem; /* smaller text */
    bottom: 0;
    height: 50%; /* cover only half of the card height */
  }

  .team-name a {
    font-size: 0.9rem;
  }

  .team-position {
    font-size: 0.75rem;
  }

  .team-social a {
    font-size: 0.8rem;
    margin: 0 3px;
  }

  .btn-team-link {
    font-size: 1rem;
  }
}

/* custom accordion*/

/* Make each accordion item separate with margin and rounded corners */
.custom-accordion .accordion-item {
    margin-bottom: 15px; /* space between items */
    border-radius: 12px;
    overflow: hidden; /* round corners properly */
    border: 1px solid #ddd; /* optional border */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional shadow */
}

/* Round the button only for top corners when collapsed */
.custom-accordion .accordion-button {
    border-radius: 12px;
}

/* Remove default rounded corners conflict */
.custom-accordion .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Round the bottom corners of the accordion body */
.custom-accordion .accordion-collapse {
    border-top: none; /* remove double border */
    border-radius: 0 0 12px 12px;
}
.custom-accordion .accordion-button {
    background-color: #a6c437;  /* green background */
    color: #ffffff;             /* white text */
}

/* Change color when the button is collapsed (optional) */
.custom-accordion .accordion-button.collapsed {
    background-color: #a6c437;  /* keep same background when collapsed */
    color: #ffffff;
}

/* Optional: hover effect */
.custom-accordion .accordion-button:hover {
    background-color: #91b32e; /* slightly darker green */
    color: #ffffff;
}

.accordion-body p{
    color: #777777;
}


/*quick image*/
.quick-item-image img {
  transition: transform 0.6s ease, filter 0.3s ease;
  transform: scale(1);
}

.quick-item:hover .quick-item-image img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
.quick-item-image {
  overflow: hidden;
  border-radius: 12px; /* optional for smooth edges */
}


/*calender*/
.tempus-dominus-widget .day:not(.disabled) {
  background-color: #e6f7ff; /* light blue or your brand color */
  border-radius: 6px;
  color: #000;
}


.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old {
    color: hsla(0, 20%, 50%, .80);
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover
 {
    background: #49a3c2;
}

.tempus-dominus-widget{
    width: 100%;
}

/* card helpful link */
.features-section .single-feature {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  transition: 0.5s;
  margin-bottom: 30px;
  box-shadow: 0px 3px 14px #ebebeb;
  overflow: hidden;
}

/* Top-left border */
.features-section .single-feature::before {
  content: "";
  position: absolute;
  border-left: 2px solid #ff6b79;
  border-top: 2px solid #ff6b79;
  width: 55px;
  height: 30px;
  left: 0;
  top: 0;
  transition: 0.5s;
}

/* Bottom-right border */
.features-section .single-feature::after {
  content: "";
  position: absolute;
  border-right: 2px solid #ff6b79;
  border-bottom: 2px solid #ff6b79;
  width: 55px;
  height: 30px;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

/* Hover animation — both corners connect */
.features-section .single-feature:hover::before,
.features-section .single-feature:hover::after {
  width: 100%;
  height: 100%;
}

/* Optional hover glow */
.features-section .single-feature:hover {
  box-shadow: 0 5px 25px rgba(255, 107, 121, 0.3);
  transform: translateY(-3px);
}

/* Headings */
.features-section .single-feature h3 {
  font-size: 20px;
  font-weight: 500;
  color: #393d72;
  text-transform: capitalize;
  margin: 10px 0;
}
.features-section .single-feature .image {

    width: 100px;
    height: auto;
}


/*modal click*/
.features-section .single-feature::before,
.features-section .single-feature::after {
    pointer-events: none;
}
