@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Montserrat", sans-serif ;
    /* font-family: "Roboto", sans-serif; */
    scroll-behavior: smooth;
}

:root {
  --bg-white: #eaf3f7;
  /* --bg-white: #f2f7f9; */

  --bs-primary: #095376;

  --bs-secondary: #1ac7cb;

  --bs-third: #111827;

  --bg-primary: ;

  --bg-secondary: ;
}

.text-main{
    color: var(--bs-primary);
}
.text-second{
    color: var(--bs-secondary);
}
.bg-third{
    background: var(--bs-third);
}
.bg-main{
    background: var(--bs-primary);
}
.btn-main {
    background-color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    color: #FFFFFF;
    transition: all .4s ease;
    box-shadow: none;
}
.btn-main:hover{
    border: 2px solid var(--bs-primary);
    color: var(--bs-primary);
}
.btn-second {
    border: 2px solid var(--bs-secondary);
    background-color: var(--bs-secondary);
    color: #FFFFFF;
    transition: all .4s ease;
}
.btn-second:hover{
    background-color: #ffffff;
    border: 2px solid var(--bs-secondary);
    color: var(--bs-secondary);
}
.btn-cockie{
      background-color: #ffffff;
    border: 2px solid #ffffff;
    color: var(--bs-primary);
    transition: all .4s ease;
    box-shadow: none;
}
.btn-cockie:hover{
    color: var(--bs-primary) !important;
    border: 2px solid #ffffff;
    color: #FFFFFF !important;
}

/* bsck to up */
.backToTop{
    width: 50px;
    height: 50px;
    position: fixed;
    text-align: center;
    color: #ffffff !important;
    transition: all .7s ease-in-out;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: var(--bs-primary);
    border: none;
    outline: none;
    border-radius: 50px;
    display: none;
}
/* header */

.navbar-brand img{
    max-width: 100px;
}
.nav-link{
    font-weight: 650;
    color: var(--bs-primary);
}
.nav-link:hover{
    color: var(--bs-secondary);
    scale: 1.1;
    transition: ease-in 60ms;
}

/* hero */

.hero{
    background: linear-gradient(rgba(17, 24, 39, 0.6)), url(../img/hero-img.webp);
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.brand{
    font-weight: 800;
    color: var(--bs-secondary);
}
.descrption{
    color:  #FFFFFF;
}
.descrption > .wrap {
      border-right: 0.2em solid var(--bs-secondary);
    }
/* accordion */

.accordion-item{
    margin-bottom: 15px;
}
.accordion-button{
    background-color: var(--bs-primary);
    color: #FFFFFF;
    font-weight: 600;
}
.accordion-body{
    background-color: #E2EAF7;
    color: #111827;
    font-weight: 500;
}




/* about us */
   .video-container {
      width: 100%;      
      max-width: 900px; 
      border-radius: 12px; 
      overflow: hidden;    
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); 
      margin: auto;
    }

    video {
      width: 100%;
      height: auto;
      display: block;
    }

.feature {
  background-color: var(--bs-primary);
}

.feature-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* services */

.card {
  margin: 15px 0;
  transition: all .4s ease;
  color: #000 !important;
}

.card:hover{
    background-color: #095376;
    color: #FFFFFF !important;
}

.card-img-div {
  width: 170px;        
  height: 170px;
  min-width: 170px;      
  margin-right: 40px;
  overflow: hidden;    
  border-radius: 5%;
}

.card-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  border-radius: 5%;
}


.card-title{
    font-weight: 700;
}

.card-text{
    font-weight: 600;
    margin-top: 17px;
}
.stik-item{
    z-index: 1020;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    color: #FFFFFF;
}


/* FAQ */

.faq{
    background-image: url(../img/shape-8.png);
    height: 100%;
    background-attachment: fixed;
}





footer{
    background-color: var(--bg-white);
}
.logo-img img {
    max-width: 300px;
    width: 100%;
}
.Copyright{
    background-color: #1C5875;
    font-weight: 600;
}

.link-head{
    padding-bottom: 14px;
    border-color: #095376 !important;
    border-radius: 50%;
    color: #000;
    font-weight: 550;
}
.link-item,
.link-item > li >a{
    color: #111827 ;
    font-weight: 550;
}

.contact-info{
    color: #1ac7cb;
}

.contact-icon > a{
    background-color: #095376;
    color: #ffffff;
    font-size: larger;
}

/* --------------------------------testimonial ----------------------------------------------*/
    .testimonial-section {
      background: #48b9c9;
      border-radius: 20px;
      padding: 70px 50px 26px 50px;
      color: #fff;
      position: relative;
    }
    .dblh__subtitle {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
    }
    .dblh__title {
      font-size: 30px;
      font-weight: 700;
      margin-top: 10px;
    }
    .testimonial__item {
      background: rgba(255,255,255,0.15);
      border-radius: 15px;
      padding: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: .3s;
    }
    .testimonial__item:hover {
      background: rgba(255,255,255,0.25);
      transform: translateY(-4px);
    }
    .item__quote p {
      font-size: 16px;
      line-height: 1.6;
    }
    .author__thumbnail img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 3px solid rgba(255,255,255,0.4);
    }
    .author__meta {
      margin-left: 15px;
    }
    .author__name {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }
    .author__position {
      font-size: 14px;
      opacity: .85;
    }
    .swiper-button-prev, .swiper-button-next {
      position: static !important;
      background: rgba(255,255,255,0.25);
      width: 45px !important;
      height: 45px !important;
      border-radius: 50% !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-button-prev:hover, .swiper-button-next:hover {
      background: rgba(255,255,255,0.4);
    }
    .swiper-button-prev::after, .swiper-button-next::after {
      font-size: 18px !important;
      color: #fff;
    }

/* ----------------------------------------------------------------contact-page */
.contact-head{
    background-image: url('../img/disabled-person-wheelchair-street.webp');
    background-position: top center;
    height: 550px;
}

.contact-card{
    margin: 0;
    background-color: #f5fcff;
}

.contact-card:hover{
    background-color: #f5fcff;
    color: #000 !important;
}

/* ----------------------------------------------------------------privay-------------------------------------------------------------------- */
.privacy{
        height: 450px;
        background-color: #111827;
}




/*---------------------------------------------------------------- Responsive --------------------------------------------------------------------*/

@media (max-width: 767px) {

    .hero{
        background-position-x: right;
    }

    .stik-item{
        position: relative;
        align-self: unset;
        top: 0px;
    }

    .card-title{
        margin-top: 20px;
    }
    .contact-head{
        height: 400px;
    }
}