@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(180deg, #D9D9D9 -12.87%, #FDFEFF 19.88%);
}

.navbar-brand img {
    width: 120px;
}

.navbar {
    transition: background-color 0.4s ease, box-shadow 0.3s ease;
}

.navbar-transparent {
    background-color: transparent;
}

.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.navbar-brand,
.nav-link {
    color: white !important;
    transition: color 0.3s ease;
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link {
    color: #ffc107 !important;
}

.offcanvas {
    background-color: rgba(0, 0, 0, 0.95);
}

.offcanvas .nav-link {
    color: white !important;
}

.offcanvas .nav-link:hover {
    color: #ffc107 !important;
}

.banner {
    display: flex;
    align-items: center;
    background-image: url(../images/Bg_Banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 95px 0 75px;
}

.bannerDiv h1 {
    color: #fff;
    font-weight: 600;
}

.bannerDiv p {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.fmd-button {
    background: rgba(39, 228, 145, 1);
    padding: 10px 25px;
    border-radius: 38px;
    font-size: 23px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    border: none;
}

.fmd-button:hover {
    background: rgba(5, 177, 101, 1);
}

/* card */
.cardWrapper .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 16px;
    transition: transform 0.7s ease;
}

.cardWrapper .card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.cardWrapper .card:hover img {
    transform: scale(1.05);
}

.cardWrapper .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #0758BA 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    border-radius: 16px;
    transition: background 0.8s ease;
}

.cardWrapper .card:hover::after {
    background: linear-gradient(360deg, rgba(7, 88, 186, 0.9) 0%, rgba(12, 113, 231, 0.9) 100%);
}

.cardWrapper .card .card-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.4s ease;
}

.cardWrapper .card .card-title {
    color: white;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.cardWrapper .card a {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    color: rgba(0, 255, 143, 1);
    font-weight: 400;
    text-decoration: none;
}

.cardWrapper .card:hover a {
    opacity: 1;
    transform: translateY(0);
}

/* card */
/* HWCH */
.HCWH h5 {
    font-weight: 700;
    font-size: 34px;
    color: #27E491;
    margin-bottom: 40px;
}

.HCWH h3 {
    font-weight: 300;
    font-style: Light;
    font-size: 50px;
    color: #000000;
}

.HCWH .card {
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.HCWH .card img {
    max-width: 100%;
    object-fit: contain;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.HCWH .card p {
    font-size: 14px;
    font-weight: 400;
}

/* HWCH */
/* PRT */
.PRT h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #27E491;
}

.PRT h3 {
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    color: #000000;
}

.PRT p {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
}

/* PRT */
/* testimonial */
.OCR h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    color: #27E491;
    margin-bottom: 32px;
}

.testimonial {
    text-align: center;
    margin: 15px;
    box-shadow: 2px 2px 15px 0px #eee;
    border-radius: 10px;
    padding: 15px;
}

.testimonial .testimonial-description {
    font-size: 1.15em;
    font-style: italic;
    margin: 40px 0 20px;
    font-weight: bold;
}

.testimonial>img {
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
}

.testimonial-title {
    display: inline-block;
    text-transform: uppercase;
    color: #747d93;
    font-size: 0.9em;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

.testimonial-title small {
    display: block;
    margin-top: 10px;
}

.owl-pagination {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #083260;
}

/* testimonial */
/* LatestNews */
.sHeader {
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    text-align: center;
    color: #00FF8F;
}

.bHeader {
    font-weight: 400;
    font-size: 50px;
    line-height: 39px;
    text-align: center;
    color: #000000;
}

.LatestNews .card-hover {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.LatestNews .card-hover img {
    width: 100%;
    display: block;
    transition: opacity 0.5s ease-in-out;
    border-radius: 1rem;
}

.LatestNews .card-hover .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.LatestNews .card-hover:hover .hover-img {
    opacity: 1;
}

.LatestNews .card-hover .card-img-overlay {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: white;
    transition: transform 0.5s ease;
}

.LatestNews .card-hover:hover .card-img-overlay {
    transform: translateY(-20px);
    /* moves text upward */
}


.LatestNews .card .card-text {
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #27E491;
}

.LatestNews .card:hover .card-text {
    color: #ffffff;
}

.LatestNews .card .card-title {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #ffffff;
}

/* LatestNews */
/* FAQ */
.QA {
    margin-bottom: 20px;
}

.QA h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 39px;
    color: #000000;
}

.QA p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #083260;
    margin-bottom: 0;
    text-align: justify;
}

.all-faq {
    padding: 10px 25px;
    border-radius: 38px;
    font-weight: 500;
    border: none;
    font-size: 23px;
    background: #083260;
    color: #ffffff;
    margin-right: 2rem;
}

/* FAQ */
/* Footer */
.footer {
    background: #014E9B;
    padding: 50px 0 0;
    position: relative;
    z-index: 4;
}

.footer-nav img {
    max-width: 130px;
    margin-bottom: 10px;
}

.nlH {
    font-weight: 700;
    font-size: 34px;
    color: #ffffff;
}

.nlP {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.footer .form-control {
    background: #053D75;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    color: #ffffff;
    box-shadow: none;
}

.footer .form-control::placeholder {
    color: #ffffff;
}

.footer-nav .nav-item .nav-link {
    padding-left: 0;
}

.footer .copyright {
    padding: 10px;
    text-align: center;
    color: #e9e9e9;
    background-color: #053d75;
    margin-bottom: 0;
    font-size: 14px;
}

/* Footer */
/* Contact US */
.bannerContact {
    display: flex;
    align-items: center;
    background-image: url(../images/CT_Banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 120px 0 75px;
}

.bannerHeading h1 {
    font-weight: 400;
    font-size: 41px;
    line-height: 38px;
    color: #fff;
}

.mainSect {
    background: #F6F6F6;
    position: relative;
    z-index: 1;
}

.mainSect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 281px;
    height: 1009px;
    background: url(../images/beforeImg.png) no-repeat;
    z-index: -1;
}

.mainSect::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    width: 272px;
    height: 670px;
    background: url(../images/afterImg.png) no-repeat;
    z-index: -1;
}

.mainSect h4 {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
}

.formS .form-control {
    background: #ECECEC;
    border: 1px solid #DDD5D5;
    border-radius: 30px;
    padding: 10px 15px;
}

.AYS h4 {
    font-weight: 700;
    font-size: 21px;
}

.AYS p {
    font-weight: 400;
    font-size: 21px;
    margin: 0;
}

/* Contact US */
/* About US */
.bannerAbout {
    display: flex;
    align-items: center;
    background-image: url(../images/aboutBanner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 320px 0 75px;
}

.bannerAbout h4 {
    font-weight: 700;
    font-size: 21px;
    color: #27E491;

}

.bannerAbout h1 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}

.subHeading {
    font-weight: 600;
    font-size: 21px;
    color: #27E491;
}

.subHeadingMain {
    font-weight: 400;
    font-size: 41px;
    color: #000000;
}

.section2 {
    background-color: #014E9B;
}

.section2 h6 {
    font-weight: 600;
    font-size: 21px;
    color: #fff;
}

.section2 p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.FAQ_Section h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2rem;
}

.FAQ_Section p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 2rem;
}

/* About US */
/*  */
.mainSect .nav-tabs .nav-link {
    color: #000000 !important;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mainSect .nav-tabs .nav-link.active {
    border: none;
    color: #ffffff !important;
    font-weight: 500;
    background: #014f9a;
    border-radius: 0;
}

.tab-pane a {
    text-decoration: none;
}

.tab-pane .card {
    border: none;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0px;
    transition: all .3s;
}

.tab-pane .card:hover {
    box-shadow: 0px 0px 15px 0px #ccc;
}

.tab-content .card img {
    max-width: 85px;
    height: 100px;
    object-fit: contain;
    margin: auto;
}

.AYS h3 {
    font-weight: 500;
    font-size: 35px;
}

.AYS span {
    font-weight: 400;
    font-size: 14px;
}

.serBrand .card {
    padding: 12px;
    border: none;
    transition: all .3s;
    text-align: center;
}

.serBrand a {
    text-decoration: none;
}

.serBrand .card:hover {
    box-shadow: 0px 0px 15px 0px #b5b5b5;
}

.serBrand .card img {
    max-width: 100px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.serBrand .card h6 {
    font-size: .75rem;
}

.srDetails {
    background: #f6f6f6;
}

.srDetails .card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: transparent;
    transition: all .3s;
}

.srDetails .card:hover {
    box-shadow: 0px 0px 15px 0px #b5b5b5;
}

.srDetails .card img {
    width: 60px;
    object-fit: contain;
}

.cardDetails h6 {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 13px;
}

.cardDetails p {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 10px;
    color: #535353;
    font-weight: 600;
}

.mainHeadDetials img {
    max-width: 150px;
}

.mainHeadDetials h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
  .whattsappIcon{
      display:none;
  }
  .whatsappMobile{
      display: inline-flex !important;
        position: fixed;
        bottom: 80px;
        right: 30px; 
        z-index: 9999;
  }
}
@media screen and (min-width:992px){
    .whattsappIcon{
      display:block;
  }
  .whatsappMobile{
      display:none;
  }
}


/* */