
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:300;
    font-style: normal;
    background: #fff;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
.fw-bold {
    font-weight: 500 !important;
}

.btn-hoa{
    background-color: #2563eb;
    height: 38px;
    font-size: 13px;
    line-height: 1;
    padding: 0 20px;
    border-radius: 80px;
    color: white;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #2563eb;
    transition: ease-in-out 0.3s;
}
.btn-hoa:hover{ background-color: white; color: #2563eb;}
.btn-hoa.light{ border: 1px solid #2563eb; background-color: white; color: #2563eb;}
.btn-hoa.light:hover{ background-color: #2563eb; color: white;}


/* Header Css Start Here */
header{
  box-shadow: 0px 4px 4px -4px rgba(102, 102, 102, 0.5);
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 9999;
}
.navbar-nav .nav-link {
  color: #0c6ace;
  padding: 18px 20px;
}
.dropend .dropdown-toggle {
  color: #0c6ace;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #0c6ace;
  color: white;
}
.dropdown .dropdown-menu {
  display: none;
  padding: 0;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
.width-100{
  float: left;
  width: 100%;
}
.width-full{
  width: 100%;
}
.header-gap{
  margin-top: 60px;
}
header ul.navbar-nav li a.nav-link{
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-weight: 400;
}

header ul.navbar-nav li a.nav-link.active{
  border-bottom: 4px solid;
  border-color: #0c6ace;
  color: #0c6ace;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.hero-section h1{
  color: #0c6ace;
  font-weight: 600 !important;
}

.hero-section .carousel-item:nth-child(even) .container .hero-banner{
  flex-direction: row-reverse;
}

.hero-section .carousel-indicators{    
  justify-content: flex-end;
  margin-right: 5%;
}
.carousel-indicators [data-bs-target]{background-color: #0c6ace;}

 .about-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
 }

 .slideGallery .item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
  }
  .slideGallery .item img {
    width: 100%;
    object-fit: cover;
  }
  
  .slideGallery .item.odd img {
    height: 285px;
  }
  
  .slideGallery .item.even img {
    height: 375px;
  }
  

.faq-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #2563eb;
    vertical-align: middle;
}

.featured-sec .border-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #2563eb;
    vertical-align: middle;
}

.paddingRght50{
    padding-right: 50px;
}

.padding-how-description{
    padding: 0 20%;
}
  
  @media (max-width: 576px) {
    .featured-sec h2 {
      font-size: 1.8rem;
    }
  
    .featured-sec h3 {
      font-size: 1.2rem;
    }
  }
  .featuresTitle{
    padding-right: 12%;
  }


  .font18{
    font-size: 18px;
    line-height: 30px;
  }

  /* SliferCard */

  
  
/* How it Works */
  
  .section-subtitle {
    font-weight: 500;
    color: #fff;
    position: relative;
  }
  
  .border-line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #2563eb;
    vertical-align: middle;
  }
  .border-line.color-white{
    background-color: white;
  }
  
  .feature-box {
    background: #fff;
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
  }
  
  .feature-box .icon {
    color: #0a66c2;
  }
  
  .feature-box:hover {
    background-color: #0c2c4c;
    color: #fff;
  }
  
  .feature-box:hover .icon {
    color: #fff;
  }

  .blogsMain-descriptn{
    padding-right: 25%;
  }
  

/* FAQ section */
  
.faq-item h5 {
    flex: 0 0 40%;
    font-size: 1.125rem;
}
  
.faq-answer {
    flex: 1;
    font-size: 1rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-preview-section .card-body .title-blog{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
  
@media (max-width: 767.98px) {
    .faq-item {
        flex-direction: column;
    }

    .faq-item h5 {
        margin-bottom: 0.5rem;
    }
}

.mainbg {
    background-image: url(../images/background.webp);
}
  
/* Testoimonials Section */
/* Optional: Section background world map image styling */
section.testimonials {
    position: relative;
    background-color: #f8f9fa;
    overflow: hidden;
  }
  
  .testimonials .world-map {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
    max-width: 80%;
    z-index: 0;
  }
  
  .testimonials .container {
    position: relative;
    z-index: 1;
  }
  
  /* Card styling */
  .testimonial-card {
    display: flex;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  
  .testimonial-card img {
    width: 130px;
    height: auto;
    border-radius: 1rem;
    background-color: #e6efff;
    margin-right: 1rem;
  }
  
  .testimonial-card blockquote {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
  }
  .testimonials-section img.map-world{
    right: 0;
  }
  
  /* Title & badge */
  .badge-boxinside {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1rem;
  }
  .testimonialsHead h2 span.badge{
    border-radius: 24px;
  }
  .testimonialsHead, .description-aboutsay p{
    padding-right: 30%;
  }

  .testimonialsBox span.userName{
    width: 42px;
    height: 42px;
    display: inline-flex;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
  }
  .testimonialsBox .content-say{
    width: calc(100% - 42px);
    padding-left: 16px;
  }
  .testimonials-carousel .item {
    display: flex;
    height: 100%;
    padding: 10px 0;
  }
  .content-description{
    font-size: 1rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 88px;
  }
  

/* Footer section */
.footer{
    background-color: #fdfbf5;
    border-top: 2px solid #6c6b68;
}

.footer-link {
    color: #222;
    text-decoration: none;
  }
  .footer-link:hover {
    text-decoration: underline;
  }
  
  .social-icon {
    font-size: 1.2rem;
    color: #222;
    transition: all 0.3s ease-in-out;
  }
  .social-icon:hover {
    color: #555;
  }
  .copyright a.btn{
    color: #6c6b68;
    border: 1px solid #6c6b68;
    background-color: transparent;
    transition: ease-in-out 0.3s;
  }.copyright a.btn:hover{
    background-color: #6c6b68;
    color: white;
  }
  .contct-footer{
    flex-direction: column;
  }
  .contct-footer p {
    margin-bottom: 6px;
    font-size: 14px;
    color: #000;
  }
  .contct-footer p img{
    height: 24px;
    margin-right: 8px;
  }
  .contct-footer p a{
    color: #000;
    text-decoration: underline;
  }
  .contct-footer p a:hover{
    color: #000;
    text-decoration: none;
  }
  .contct-footer .map-icon{float: left;}


  /* signin Css here */
  body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  
  .login-wrapper {
    display: flex;
    min-height: calc(100vh - 64px);
    overflow: hidden;
    float: left;
    width: 100%;
  }
  
  /* Left Side With Image */
  .login-wrapper .left-content {
    width: 50%;
    position: relative;
    background: url('../images/leftLogin.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 80px;
    color: white;
  }
  
  .left-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10%;
  }
  
  .left-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  
  .left-content p {
    font-size: 14px;
    max-width: 400px;
    line-height: 24px;
  }
  
  /* Right Form Area */
  .login-wrapper .form-area {
    width: 50%;
    padding: 80px 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .form-area h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .form-area p {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .input-group {
    margin-bottom: 20px;
  }
  
  .input-group input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }
  
  .btn-signin {
    background-color: #003f7f;
    color: white;
    font-weight: 600;
    padding: 14px;
    border-radius: 10px;
    border: none;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #003f7f;
  }
  .btn-signin.outline-btn{
    background-color: #fff;
    color: #003f7f;;
  }

  .text-end {
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px;
  }
  
  .text-end a {
    color: #003f7f;
    text-decoration: none;
  }
  
  .signup-link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
  }
  
  .signup-link a {
    color: #003f7f;
    font-weight: 600;
    text-decoration: none;
  }

  .iconPasswrd{
    top: 8px;
    right: 16px;
  }
  .forgotPassowrd {
    display: none;
  }
  .terms-content label a{
    color: #2563eb;
    text-decoration: none;
  }

  /* contact us page */

  .contact-us-banner{
    background: linear-gradient(90deg, #0f4c81, #2b7a78);
    color: white;
    padding: 40px 0;
    float: left;
    width: 100%;
  }
  .contact-us-banner h2, .contact-us-banner p{
    color: white;
  }
  .contact-us-section {
    background: white;
   float: left;
   width: 100%;

  }
  
  .contact-us-section .form-label,
  .contact-us-section input,
  .contact-us-section textarea {
    color: #000;
  }
  .signUp-form .input-group input, .signUp-form .input-group select{
    width: 100%;
    padding: 9px 16px;
    border-radius: 6px !important;
    border: 1px solid #ccc;
  }
  /* contact Support */
  .support-section{
    display: flex;
    width: 100%; 
  }
  .support-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  
  .support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
  }
  
  .support-icon {
    width: 48px;
    height: 48px;
  }
  
  .support-link {
    display: inline-block;
    margin-top: 12px;
    color: #0c6ace;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  
  .support-link:hover {
    color: #0c6ace;
    text-decoration: underline;
  }

  .about-us-banner, .service-banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    float: left;
    width: 100%;
  }
  .about-us-banner h1, .service-banner h1{
    margin: 0px 0 0 0;
    padding: 70px 0px 70px 0px;
    color: #0c6ace;
    font-weight: 600;
    font-size: 36px;
  }
  .masking-bg{
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    float: left;
    width: 100%;
  }
  .main-container{
    width: 100%;
    float: left;
  }
  .cms-section h4{
    text-align: left;
  }
  .cms-section {
    display: flex;
    width: 100%;
  }
  .cms-section h1,  .cms-section h2,  .cms-section h3,  .cms-section h4,  .cms-section h5,  .cms-section h6{
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
  }

  /* package section */
  .text-blue {
    color: #0c6ace;
  }
  
  .btn-package {
    background-color: #0c6ace;
    color: white;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
  }
  
  .btn-package:hover {
    background-color: #0c6ace;
    color: white;
  }
  .package-left-content{
    display: flex;
    justify-content: space-between;
    width: 60%;
  }

  .packageName-hoa{
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 350px;
  }
  
  
  
  