/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
       font-family: Lato, sans-serif;
    background: #F4F4F4;
}




/* Navbar container */
header {
 
    background: #ffffff;
}

.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  /* padding: 10px 20px; */
}
.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
  color: black;
}
.fa-bars {
  color: #007bff;
  font-size: 30px;
}





/* Brand section */
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.logo {
    /* width: 25%; */
    /* height: 17%; */
    /* object-fit: contain; */
}

.meta{
    font-size: 50px;
}

/* Nav links */
nav ul {
    display: flex;
    list-style: none;
    gap: 0rem;
    margin-right: 5rem;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    padding-bottom: 4px;
}

nav a:hover {
    /* color: rgb(69, 156, 255); */
    /* border-bottom: 2px solid rgb(69, 156, 255); */
}

/* Right button */
.actions .download-btn {
    background: rgb(6, 167, 167);
    color: #fdfcfc;
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.actions .download-btn:hover {
    background: #0ff;
    color: #000;
}



/* //home page data */


.titlefr {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-top: 5rem;
}

.titlese {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px;
    color: #555;
    width: 84%;
}

.custom-btn {
    width: 12rem;
    padding: 12px 24px;
    transition: background-color 0.3s ease;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}



.hero {
    /* padding: 10px 20px; */
    /* margin-bottom: 90px; */
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two columns */
    gap: 40px;
    align-items: start;
    max-width: 1200px;
    margin: 8px;
}


.hero-left h1 {
    font-size: 2.5rem;
    margin: 0 0 20px;
}

.hero-left h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px;
    color: #555;
}

.custom-btn {
    border: none;
    border-radius: 8px;
    background: #0f62fe;
    color: #fff;
    font-size: 1rem;
}

.hero-right {
    background: #EDEEFF;
    border-radius: 12px;
    width: 37rem;
    margin: 10%;
    /* margin-left: 48%; */
    /* margin-top: 120px; */
    padding-bottom: 3%;
}

.hero-right h3 {
    margin-left: 39px;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 600;
    padding-top: 4%;
    padding-top\: ;
    padding-top\: |;
    text-transform: uppercase;
}

.services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services li {
    background: #f9f9f9;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.06);
}

/* Responsive */
@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        /* stack */
    }

    .hero-right {
        margin-top: 30px;
    }
}


/* left side card style? */

.card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 9px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 87%;
    margin: 8px auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cardbottom {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 7px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin: 15px auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1.5px solid #111111;
    /* 👈 light gray stroke */
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.card-left {
    display: flex;
    align-items: center;
    gap: 3px;
}

.card-logo {
    width: 20%;
    border-radius: 8px;
    object-fit: cover;
    /* margin-right: 10%; */
}

.card-right-logo {
    width: 18px;
    height: 18px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;

}

.card-text {
    display: flex;
    flex-direction: column;
    width: 72%;
}

.card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.textlogo {
    text-align: center;
}

.card123 {
    text-align: center;
}

.card-subtitle {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}

.card-right{
    font-size: 20px;
    color: #0f62fe;
    /* arrow color */
    font-weight: bold;
}



/* home image */

.pimg{
    height: 25rem;

}
.timg{
    height: 25rem;

}

.image-row{
    height: 30px;
    width: 50px;
}


.image-row {
  display: flex;
  gap: 20px; /* space between images */
}

.image-row img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}
/* .img1{
    height: 150px;
    width: 300px;
} */
 .aboutDiv {
    width: 85%;
    background: #002f4f;
    margin: 0px auto;
    border-radius: 26px;
    color: white;
    padding: 26px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
}.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #1378b8;
}
.aboutDiv a {
    color: #fdde00;
    text-decoration: unset;
}

.aboutDiv span {
    color: #fdde00;
}

.aboutDiv h2 {
    font-size: 37px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
}.aboutDiv h2 > span {
    border-bottom: 2px solid #00538c;
    color: white;
}
.aboutBOx {
    margin-top: 7%;
    padding-left: 6%;
}

.aboutBOx p {
    margin-bottom: -2px;
}

.aboutBOx h4 {
    font-weight: bold;
    font-size: 52px;
}
section.profileDiv {
    background: #00538c;
    padding-top: 243px;
}
p.contentDiv {
    width: 72%;
    margin-left: 17%;
    color: white;
    font-weight: 700;
    font-style: italic;
}.profileBOx {
    margin-left: 17%;
    margin-top: 9%;
    margin-bottom: 9%;
}.profileBOx h4 {
    color: white;
    font-weight: bold;
    font-size: 32px;
}

.profileBOx p {
    color: white;
    font-size: 20px;
    font-style: italic;
}section.aboutUs {
    margin-bottom: -168px;
    position: relative;
} section.productDetails {
    margin-top: 5%;
    margin-bottom: 3%;
}

p.border-bottom {
    border-bottom: 2px solid #00538c !important;
    width: 48%;
}

section.productDetails h3 {
    font-weight: bold;
}p.productText {
    margin-top: 6%;
}.aboutBOx img {
    margin-right: 26px;
    margin-left: 12%;
} 

.profileBOx img {
    margin-right: 3%;
}
.borderProduct {
    text-align: center;
}

.borderProduct  {
    padding: 7px;
    background-color: white;
    border-radius: 32px;
    width: 62%;
    margin: 0px auto;
}
.borderProduct h4 {
    color: #ff5500;
}
.productBox a {
    text-decoration: unset;
}
.productBox {
    width: 92%;
    margin: 0px auto;
}
.productBox img {
    margin-right: 17px;
}section.productList {
    margin-bottom: 4%;
    margin-top: 4%;
}
  .testimonial {
      /* background: #f8f9fa; */
      /* border-radius: 12px; */
      /* padding: 20px; */
      text-align: center;
      /* height: 100%; */
      width: 16%;
      float: left;
      margin: 24px;
    }
    .testimonial img {
      /* width: 70px; */
      /* height: 70px; */
      /* border-radius: 50%; */
      margin-bottom: 15px;
      object-fit: cover;
    }.carousel-inner {
    width: 94%;
    margin: 0px auto;
}

.carousel-control-prev {
    background: #979292;
    width: 39px;
    height: 39px;
    border-radius: 161px;
    top: 41%;
}

.carousel-control-next {
    background: #979292;
    width: 39px;
    height: 39px;
    border-radius: 161px;
    top: 41%;
}section.testimonials {
    background: white;
    padding-top: 4%;
    text-align: center;
    padding-bottom: 4%;
}

section.testimonials h3 {
    font-size: 27px;
    font-weight: bold;
    text-shadow: 0px 2px 4px #565656;
    margin-bottom: 4%;
}
 a.testimonialLink {
    font-size: 22px;
    font-weight: bold;
    text-decoration: unset;
    color: blue;
    text-shadow: 0px 2px 4px #565656;
}  div#testimonialCarousel {
    margin-bottom: 3%;
}section.blogsDiv {
    margin-top: 5%;
    margin-bottom: 3%;
}

section.blogsDiv h3 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}section.blogsDiv p {
    text-align: center;
    font-size: 20px;
}.blogBox {
    width: 72%;
    text-align: left;
}

.blogBox img {
    width: 100%;
}/* Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
       font-family: Lato, sans-serif;
    background: #F4F4F4;
}




/* Navbar container */
header {
 
    background: #ffffff;
}

.navbar-brand {
  font-size: 30px;
  width: fit-content;
  text-decoration: unset !important;
}
.navbar .nav-item {
  /* padding: 10px 20px; */
}
.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
  color: black;
}
.fa-bars {
  color: #007bff;
  font-size: 30px;
}





/* Brand section */
.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.logo {
    /* width: 25%; */
    /* height: 17%; */
    /* object-fit: contain; */
}

.meta{
    font-size: 50px;
}

/* Nav links */
nav ul {
    display: flex;
    list-style: none;
    gap: 0rem;
    margin-right: 5rem;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    padding-bottom: 4px;
}

nav a:hover {
    /* color: rgb(69, 156, 255); */
    /* border-bottom: 2px solid rgb(69, 156, 255); */
}

/* Right button */
.actions .download-btn {
    background: rgb(6, 167, 167);
    color: #fdfcfc;
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 2rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.actions .download-btn:hover {
    background: #0ff;
    color: #000;
}



/* //home page data */


.titlefr {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-top: 5rem;
}

.titlese {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px;
    color: #555;
    width: 84%;
}

.custom-btn {
    width: 12rem;
    padding: 12px 24px;
    transition: background-color 0.3s ease;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}



.hero {
    /* padding: 10px 20px; */
    /* margin-bottom: 90px; */
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two columns */
    gap: 40px;
    align-items: start;
    max-width: 1200px;
    margin: 8px;
}


.hero-left h1 {
    font-size: 2.5rem;
    margin: 0 0 20px;
}

.hero-left h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 20px;
    color: #555;
}

.custom-btn {
    border: none;
    border-radius: 8px;
    background: #0f62fe;
    color: #fff;
    font-size: 1rem;
}

.hero-right {
    background: #EDEEFF;
    border-radius: 12px;
    width: 37rem;
    margin: 10%;
    /* margin-left: 48%; */
    /* margin-top: 120px; */
    padding-bottom: 3%;
}

.hero-right h3 {
    margin-left: 39px;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 600;
    padding-top: 4%;
    padding-top\: ;
    padding-top\: |;
    text-transform: uppercase;
}

.services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services li {
    background: #f9f9f9;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.06);
}

/* Responsive */
@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        /* stack */
    }

    .hero-right {
        margin-top: 30px;
        margin: 0px !important;
    }
}


/* left side card style? */

.card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 9px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 87%;
    margin: 8px auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cardbottom {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 7px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 400px;
    margin: 15px auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1.5px solid #111111;
    /* 👈 light gray stroke */
}

.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.card-left {
    display: flex;
    align-items: center;
    gap: 3px;
}

.card-logo {
    width: 20%;
    border-radius: 8px;
    object-fit: cover;
    /* margin-right: 10%; */
}

.card-right-logo {
    width: 18px;
    height: 18px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;

}

.card-text {
    display: flex;
    flex-direction: column;
    width: 72%;
}

.card-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.textlogo {
    text-align: center;
}

.card123 {
    text-align: center;
}

.card-subtitle {
    margin: 2px 0 0;
    font-size: 13px;
    color: #666;
}

.card-right{
    font-size: 20px;
    color: #0f62fe;
    /* arrow color */
    font-weight: bold;
}



/* home image */

.pimg{
    height: 25rem;

}
.timg{
    height: 25rem;

}

.image-row{
    height: 30px;
    width: 50px;
}


.image-row {
  display: flex;
  gap: 20px; /* space between images */
}

.image-row img {
  width: 200px;
  height: 120px;
  object-fit: cover;
}
/* .img1{
    height: 150px;
    width: 300px;
} */
 .aboutDiv {
    width: 85%;
    background: #002f4f;
    margin: 0px auto;
    border-radius: 26px;
    color: white;
    padding: 26px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
}.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #1378b8;
}
.aboutDiv a {
    color: #fdde00;
    text-decoration: unset;
}

.aboutDiv span {
    color: #fdde00;
}

.aboutDiv h2 {
    font-size: 37px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
}.aboutDiv h2 > span {
    border-bottom: 2px solid #00538c;
    color: white;
}
.aboutBOx {
    margin-top: 7%;
    padding-left: 6%;
}

.aboutBOx p {
    margin-bottom: -2px;
}

.aboutBOx h4 {
    font-weight: bold;
    font-size: 52px;
}
section.profileDiv {
    background: #00538c;
    padding-top: 243px;
}
p.contentDiv {
    width: 72%;
    margin-left: 17%;
    color: white;
    font-weight: 700;
    font-style: italic;
}.profileBOx {
    margin-left: 17%;
    margin-top: 9%;
    margin-bottom: 9%;
}.profileBOx h4 {
    color: white;
    font-weight: bold;
    font-size: 32px;
}

.profileBOx p {
    color: white;
    font-size: 20px;
    font-style: italic;
}section.aboutUs {
    margin-bottom: -168px;
    position: relative;
} section.productDetails {
    margin-top: 5%;
    margin-bottom: 3%;
}

p.border-bottom {
    border-bottom: 2px solid #00538c !important;
    width: 48%;
}

section.productDetails h3 {
    font-weight: bold;
}p.productText {
    margin-top: 6%;
}.aboutBOx img {
    margin-right: 26px;
    margin-left: 12%;
} 

.profileBOx img {
    margin-right: 3%;
}
.borderProduct {
    text-align: center;
}

.borderProduct  {
    padding: 7px;
    background-color: white;
    border-radius: 32px;
    width: 62%;
    margin: 0px auto;
}
.borderProduct h4 {
    color: #ff5500;
}
.productBox a {
    text-decoration: unset;
}
.productBox {
    width: 92%;
    margin: 0px auto;
}
.productBox img {
    margin-right: 17px;
}section.productList {
    margin-bottom: 4%;
    margin-top: 4%;
}
  .testimonial {
      /* background: #f8f9fa; */
      /* border-radius: 12px; */
      /* padding: 20px; */
      text-align: center;
      /* height: 100%; */
      width: 16%;
      float: left;
      margin: 24px;
    }
    .testimonial img {
      /* width: 70px; */
      /* height: 70px; */
      /* border-radius: 50%; */
      margin-bottom: 15px;
      object-fit: cover;
    }.carousel-inner {
    width: 94%;
    margin: 0px auto;
}

.carousel-control-prev {
    background: #979292;
    width: 39px;
    height: 39px;
    border-radius: 161px;
    top: 41%;
}

.carousel-control-next {
    background: #979292;
    width: 39px;
    height: 39px;
    border-radius: 161px;
    top: 41%;
}section.testimonials {
    background: white;
    padding-top: 4%;
    text-align: center;
    padding-bottom: 4%;
}

section.testimonials h3 {
    font-size: 27px;
    font-weight: bold;
    text-shadow: 0px 2px 4px #565656;
    margin-bottom: 4%;
}
 a.testimonialLink {
    font-size: 22px;
    font-weight: bold;
    text-decoration: unset;
    color: blue;
    text-shadow: 0px 2px 4px #565656;
}  div#testimonialCarousel {
    margin-bottom: 3%;
}section.blogsDiv {
    margin-top: 5%;
    margin-bottom: 3%;
}

section.blogsDiv h3 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}section.blogsDiv p {
    text-align: center;
    font-size: 20px;
}.blogBox {
    width: 27%;
    text-align: left;
    float: left;
    margin-left: 4%;
    margin-right: 1%;
}

.blogBox img {
    width: 100%;
    margin-bottom: 10px;
}
.blogBox h4 {
    font-weight: bold;
    padding-top: 10px;
}

.blogBox p {
    text-align: left !important;
    font-size: 16px !important;
}
.blogBox a {
    text-transform: uppercase;
    text-decoration: unset;
    color: black;
}.loadblog {
    margin-top: 7%;
    text-align: center;
}

.loadblog a {
    text-decoration: unset;
    font-size: 17px;
    border: 1px solid #565252;
    padding: 10px 17px;
    color: #3c3c3c;
}section.contactDiv {
    margin-top: 7%;
    background-color: #bdbbbb;
    padding-top: 11%;
    background-image: url('../../assets/img/conactback.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
}.contact-text h4 {
    font-size: 53px;
    font-weight: bold;
}.contact-text h4 > span {
    color: #5762ca;
}

.contact-text p {
    font-size: 19px;
    width: 62%;
    margin-bottom: 11px;
}

.contact-text span {
    color: #5762ca;
    font-weight: bold;
}.contact-form label {
    width: 100%;
}

.contact-form {
    width: 64%;
    margin: 0px auto;
}
.form-group {
    margin-bottom: 24px;
}

textarea.form-control {
    height: 179px;
    border-radius: 20px;
}

input.form-control {
    border-radius: 33px;
}.btn-submit {
    background: #5762ca;
    padding: 7px 64px;
    color: white;
    border-radius: 30px;
    margin-bottom: 35%;
}section.footerDiv {
    background: #22242a;
    padding-top: 5%;
}p.footer-text {
    color: white;
}section.footerDiv li > a {
    color: white;
}img.footerImage {
    width: 69%;
}

/*Clintele*/
.main-title {
    font-size: 2.5rem;
    margin: 0;
    color: #222;
    font-weight: bold;
}.sub-title {
    font-size: 1rem;
    color: black;
    margin: 5px 0px 44px;
    font-weight: normal;
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* desktop default */
    width: 100%;
    padding: 5px 0px;
    /* left & right spacing */
}

.logo-block {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* ✅ new: auto height, looks good on all screens */
    background-color: rgba(200, 200, 200, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* border-radius: 8px; */
    /* optional: smooth rounded corners */
}

.logo-block img {
    max-width: 70%;
    max-height: 70%;
    transition: transform 0.5s ease-in-out;
}

.logo-block:hover img {
    transform: scale(1.15);
    /* zoom in */
}

.logo-block img:active {
    transform: scale(0.9);
    /* zoom out */
}

/* Pastel variation (optional) */
/* Pastel variation with shuffled sequence */
.logo-block:nth-child(7n+1) {
    background: #ffe4e1;
}

/* light pink */
.logo-block:nth-child(7n+2) {
    background: #e6f0ff;
}

/* light blue */
.logo-block:nth-child(7n+3) {
    background: #fff5cc;
}

/* light yellow */
.logo-block:nth-child(7n+4) {
    background: #e8ffe6;
}

/* light green */
.logo-block:nth-child(7n+5) {
    background: #fbeaff;
}

/* lavender */
.logo-block:nth-child(7n+6) {
    background: #ffeccc;
}

/* peach */
.logo-block:nth-child(7n+7) {
    background: #e0f7fa;
}
.seemore-ellipse {
    text-align: center;
    font-size: 12px;
    text-shadow: 1px 1px 2px #000000;
    width: 120px;
    height: 35px;
    padding: 5px 0px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    color: #555555;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.highlight {
    color: #6D1287;
}section.client-feedback span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 0.5rem;
}section.client-feedback h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 1rem;
}
button.btn-join {
    color: white;
    border: 2px solid transparent;
    border-radius: 160px;
    font-weight: bold;
    padding: 10px 22px;
}

.btn-view {
    color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 160px;
    font-weight: bold;
    padding: 10px 22px;
    background: white;
}.testimonial-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
}
.client-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 1rem;
    object-fit: cover;
}.client-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}.client-title {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}.testimonial-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #4b5563;
    width: 55%;
    margin: 11px auto;
}section.client-feedback {
    margin-top: 7%;
}
 

/*End*/

/*Career*/
section.careerBack {
    background-image: url('../../assets/img/careerback.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 1%;
}
.headingJoin {
    width: 60%;
    margin: 0px auto;
}section.careerBack h1 {
    text-transform: uppercase;
    color: white;
    padding-top: 11%;
}
.headingJoin h2 {
    color: white !important;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}button.btn-culture {
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: 5px 16px;
    background: transparent;
    color: white;
}button.btn-Join {
    border: 2px solid #dc3545;
    border-radius: 6px;
    padding: 5px 16px;
}
.benefit-card {
    /* background-color: #f0f0f0; */
    border-radius: 0.75rem;
    padding: 2rem;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    width: 91%;
    margin: 0px auto;
    margin-bottom: 12%;
    height: 204px;
}

/* Unique colors for each icon box */
.icon-box.team-work {
    background-color: #d1f7e0;
}

.icon-box.team-work svg {
    color: #22c55e;
}

.icon-box.secured-future {
    background-color: #dbeafe;
}

.icon-box.secured-future svg {
    color: #3b82f6;
}

.icon-box.learning-opportunity {
    background-color: #fce7f3;
}

.icon-box.learning-opportunity svg {
    color: #ec4899;
}

.icon-box.upgrade-skills {
    background-color: #fef9c3;
}

.icon-box.upgrade-skills svg {
    color: #f59e0b;
}

.icon-box svg {
    width: 28px;
    height: 28px;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.benefit-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #6b7280;
}
.icon-box {
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.benefit-card h4 {
    font-weight: bold;
}

.benefit-card p {
    font-size: 15px;
}
section.openingpost {
    text-align: center;
    margin-top: 6%;
}

section.openingpost span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #4b5563;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}section.openingpost h3 {
    font-size: 43px;
    font-weight: bold;
}
section.openingpost p {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 3rem;
}.joinPost {
    width: 61%;
    margin: 0px auto;
}.careeritem {
    border: 0px;
    border-radius: 0px !important;
}.careeritem h2 {
    background-color: #ffffff;
    border-radius: 22px;
    padding: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    border: 2px solid #e5e7eb;
    margin-bottom: 5%;
}
.careeritem button {
    border-radius: 17px !important;
}

.careeritem p {
    margin-bottom: 0px !important;
    margin-left: 6%;
}
.hiring-details h4 {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
    font-size: 30px;
}

.hiring-details {
    text-align: left;
}

.hiring-details h5 {
    font-weight: 600;
    color: #1f2937;
    margin-top: 2rem;
    margin-bottom: 1rem;
}.summary-icon {
    width: 24px;
    height: 24px;
    color: #2563eb;
}.summary-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    gap: 1rem;
}
.summary-label {
    font-weight: 500 !important;
    color: #4b5563 !important;
    margin-bottom: 0px !important;
}.summary-value 
 {
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-top: 0px;
    font-size: 19px !important;
}
.summary-text {
    display: flex;
    flex-direction: column;
}
.job-summary h4 {
    font-size: 20px;
}
.job-summary {
    background: white;
    width: 75%;
    margin: 0px auto;
    padding: 20px;
}

.careerBody {
    background-color: #f8f9fa;
    margin-top: -56px;
    padding-top: 37px;
    margin-bottom: 20px;
}
.accordion-button span {
    font-weight: bold !important;
    color: black !important;
    width: 55%;
}
p.benifittext {
    width: 80%;
}
.modal-content h4 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.modal-content p {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
}
header .nav-item a:hover {
    color: #1378b8 !important;
}
 

/*End*/


/*CIMS*/
  .background-Color {
    background: #b6237f;
}

.background-Color h1, .background-Color h2 {
    color: white;
}
section.productView {
    margin-top: 4%;
}
section.productView H2 {
    font-weight: bold;
    font-size: 43px;
}
  /* New CSS for zoom-in animation on hover */
        .zoom-on-hover {
            transition: transform 0.3s ease-in-out;
            cursor: pointer;
        }

        .zoom-on-hover:hover {
            transform: scale(1.1);
        }
.imageScreen {
    width: 93%;
    margin: 0px auto;
    max-width: unset;
    text-align: center;
}div#fullImage a {
    text-align: right;
    color: white;
    text-decoration: unset;
    font-size: 36px;
    float: right;
    margin-right: 3%;
    font-weight: bold;
    margin-bottom: -18px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
section.gridProduct {
    background-color: #2C457B;
    padding: 4rem 2rem;
    color: white;
    margin-bottom: -94px;
}.productTab {
    background-color: transparent;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    border: 0px;
    padding-left: 0px;
}
.productTab button {
    font-size: 19px;
    font-weight: bold;
    color: white;
    border-radius: 0.5rem !important;
    padding: 11px 30px;
}
.productTab li {
    margin-right: 3%;
}
.productTab .active
{
    padding: 11px 30px;
}
.productTab button:hover
{
    padding: 11px 30px;
    background: white;
    color: #5a6167;
}div#productTabContent {
    background: white;
    border-radius: 12px;
}
.divproduct h4 {
    color: black;
    line-height: 32px;
    text-transform: uppercase;
}

.divproduct {
    padding: 23px;
}


.btnpremium {
    background-color: #007bff;
    color: white;
    padding: 9px 15px;
    border-radius: 0.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    font-size: 19px;
    margin-top: 8%;
    width: 100%;
}

.btnGuide {
    position: relative;
    overflow: hidden;
    background-color: #d4ba00;
    border: none;
    color: white;
    padding: 9px 15px;
    border-radius: 0.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    font-size: 19px;
    margin-top: 8%;
    width: 100%;
}
.btnpremium:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.5);
    color: white;
}

.btnGuide:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgb(212 186 0 / 59%);
    color: white;
}
.btnscreenshot {
    position: relative;
    overflow: hidden;
    background-color: #269700;
    border: none;
    color: white;
    padding: 9px 15px;
    border-radius: 0.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    font-size: 19px;
    margin-top: 8%;
    width: 100%;
}

.btnscreenshot:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgb(30 76 15);
    color: white;
}
ul.iconsList li {
    color: #222222;
    line-height: 40px;
    font-size: 18px;
}
ul.videoList svg {
    color: red;
    margin-right: 10px;
}

ul.videoList a {
    font-size: 20px;
    text-decoration: unset;
    line-height: 42px;
    color: black;
} 
/*End*/
/*Test generator*/
.featurePoint h3 {
    font-size: 22px;
    text-align: center;
    background: #1273b0;
    margin-top: 3%;
    margin-bottom: 3%;
    color: white;
    font-weight: 600;
    padding: 14px;
}.featurePoint table {
    width: 92%;
    margin: 0px auto;
}.featurePoint p {
    font-size: 13px;
    font-weight: bold;
    color: black;
    line-height: 18px;
    width: 63%;
    margin: 0px auto;
    margin-bottom: 7%;
}.featurePoint td {
    text-align: center;
}
.gradient-top 
 {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    border: 1px solid #00bcd4;
}.card-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: #007cff;
}
.gradient-top .exam-title, .gradient-top .question-count {
    color: #00838f;
}.questions-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c7879;
    margin-bottom: 0;
}
.divQiestion {
    width: 19%;
    border: 1px solid #00bcd4;
    margin: 6px;
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 20px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    height: 100%;
}h3.exam-title {
    font-size: 27px;
    font-weight: bold;
    color: #00838f;
    margin-bottom: 0px;
    height: 64px;
}
p.question-count {
    color: #00838f;
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 0px;
}
section.coursesTG h2
{
	    margin-bottom: 40px;
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
section.coursesTG h4 {
    font-weight: 700;
    color: #34495e;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 10px;
    font-size: 27px;
}
.link-card-container {
    border: 1px solid #e1e4e8;
    border-radius: 0.75rem;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 300px;
    overflow-y: auto;
}.link-card-group-title {
    font-weight: bold;
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 10px;
    padding: 5px 0;
}.list-unstyled {
    padding-left: 0;
    list-style: none;
}section.coursesTG {
    width: 92%;
    margin: 0px auto;
}
ul.list-unstyled li {
    margin-bottom: 8px;
    text-decoration: unset;
}

ul.list-unstyled a {
    text-decoration: unset;
    font-weight: 600;
    color: #34495e;
}
a.link-card svg {
    color: #2976db;
    margin-right: 7px;
}.link-card-group-title svg {
    color: #06843d;
}.divQiestion_second {
    width: 21%;
    border: 1px solid #388e3c;
    margin: 24px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 20px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    height: 100%;
}

.divQiestion_second h3 {
    color: #388e3c !important;
}

.divQiestion_second p.question-count {
    color: #388e3c;
}
.divQiestion_third {
    width: 21%;
    border: 1px solid #9c27b0;
    margin: 24px;
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 20px;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    height: 100%;
}

.divQiestion_third h3 {
    color: #9c27b0 !important;
}
 .divQiestion_second:hover, .divQiestion:hover, .divQiestion_third:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.15);
}.divQiestion_third svg {
    color: #673ab7 !important;
}

.divQiestion_second svg {
    color: #388e3c;
}

.divQiestion_third p.question-count {
    color: #9c27b0 !important;
}
img#captcha_code {
    float: left;
}
input#captcha {
    width: 65%;
}
/*End*/
/*IM*/
.card-img-top-custom {
    height: 600px;
    width: 100%;
    object-fit: contain;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}
.appIM-body h4 {
    font-weight: bold;
    font-size: 27px;
    padding-top: 11px;
}
.appIM-body p {
    font-size: 16px;
    color: #626262;
    line-height: 26px;
    width: 75%;
    margin: 0px auto;
}
.advantage-block-new {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #e9ecef;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.04);
    height: 100%;
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.advantage-block-new svg {
    font-size: 12px;
    color: #0d6efd;
    background-color: #e6f0ff;
    width: 90px;
    height: 90px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: inline-block;
    padding: 15px;
}.downloadScreen {
    background: white;
    color: black;
    width: 100%;
    padding: 30px;
}

.modal-dialog.downloadScreen {}

.downloadScreen h2 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #2c457b;
    margin-top: -13px;
    margin-bottom: 5%;
}

.downloadScreen input {
    width: 100%;
    border: 1px solid #adadad;
    height: 33px;
    border-radius: 6px;
    padding: 0px 7px;
}

.form-career label {
    font-weight: bold;
}

.form-career {
    margin-bottom: 12px;
}

.form-career select {
    width: 100%;
    border: 1px solid #adadad;
    height: 33px;
    border-radius: 6px;
    padding: 0px 7px;
}
.form-career textarea {
    width: 100%;
    border: 1px solid #adadad;
    height: 68px;
    border-radius: 6px;
    padding: 0px 7px;
}
.checksection {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 3%;
  padding-top: 5px;
  font-weight: bold;
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.checksection input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #675d5d;
}

/* On mouse-over, add a grey background color */
.checksection:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checksection input:checked ~ .checkmark {
  background-color: #ffd700;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checksection input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checksection .checkmark:after {
  left: 9px;
  top: 0px;
  width: 6px;
  height: 14px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}.Backcenter h3 {
    font-size: 21px;
    font-weight: bold;
    background: #ffd600;
    width: 81%;
    text-align: center;
    padding: 9px;
    border-radius: 10px;
    margin: 0px auto;
    margin-top: -5px;
}.checktwo {
    width: 83%;
    text-align: left;
}label.checksection a {
    text-decoration: underline;
}
.btnRefresh {
    background-color: #fff;
    border: 0;
    padding: 17px 18px;
    float: left;
    background-image: url('../../assets/mail/reload.png');
    background-repeat: no-repeat;
    margin-left: 19px;
    margin-right: 14px;
    cursor: pointer;
}#captchaP_code {
    float: left;
}input#captchaP {
    width: 42%;
}
button.clearpremium {
    background-color: #a2a2a2;
    color: white;
    padding: 9px 15px;
    border-radius: 0.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    font-size: 19px;
    margin-top: 8%;
    width: 48%;
}
button.btnAction {
    width|: 12;
    width|: 1;
    width: 48%;
    margin-right: 5%;
}
.downloadScreen a > span {
    float: right;
    margin-top: -10%;
    margin-right: -11%;
    background: #3568dd; 
    color: white;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 33px;
    line-height: 28px;
    border-radius: 160px;
}

.modal-body {
    padding: 0px;
}
.info {
    color: red;
    font-size: 14px;
    float: right;
    clear: both;
    /* display: none; */
}
/*End*/
/*Learn Magica*/
.bg-Lm {
    background: #b4e6ff;
}
.bg-Lm h1, .bg-Lm h2 {
    color: #000000;
}
section.productView h3 {
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 14px;
    color: #000000;
}
section.faqDiv {
    margin-top: 2%;
    text-align: center;
    margin-bottom: 4%;
}

section.faqDiv h3 {
    font-weight: bold;
    margin-bottom: 3%;
}div#faqAccordion {
    width: 69%;
    margin: 0px auto;
}div#faqAccordion button {
    font-weight: bold;
}.phone-button {
    background: linear-gradient(to right, #F77062, #FE5196);
    color: white;
    border: none;
    width: 150.95px;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: background 0.3s ease;
    padding: 14px;
}
 
 .card-item {
     background-color: #ffffff;
     border-radius: 1rem;
     padding: 2rem;
     text-align: center;
     color: #333;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease;
     width: 23%;
     height: 268px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     border: 2px solid #e0e0e0;
     /* Added thin black border */
     text-align: center;
     margin-bottom: 24px;
 }
.backgroundSM-Color {
    background: #d7f8f9;
}.appDiv {
    height: 164px;
    overflow: auto;
}.appDiv ul {
    list-style: none;
    padding-left: 23px;
    text-align: left;
    padding-right: 15px;
}img#product-image {
    width: 63%;
}.w-30 {
    width: 30% !important;
}
.featurePoint {
    width: 32%;
    float: left;
    height: 1143px;
}

 /* New class for the first card's linear gradient */
 .card-with-gradient1 {
     background: linear-gradient(to bottom, #ccf2ff 0%, #ccf2ff 30%, #ffffff 100%);
 }

 .card-with-gradient2 {
     background: linear-gradient(to bottom, #c4f9f1 0%, #C4F9F1 30%, #ffffff 100%);
 }


 .card-with-gradient3 {
     background: linear-gradient(to bottom, #e4e2ed 0%, #e0e3ef 30%, #fffafa 100%);
 }

 .card-with-gradient4 {
     background: linear-gradient(to bottom, #e6cffb 0%, #e5c9ff 30%, #fff5f5 100%);
 }

 .card-with-gradient5 {
     background: linear-gradient(to bottom, #f7caf5 0%, #fdc5fd 30%, #fbeaea 100%);
 }


 .card-with-gradient6 {
     background: linear-gradient(to bottom, #faf8cf 0%, #FAF8CF 30%, #ffffff 100%);
 }

 .card-with-gradient7 {
     background: linear-gradient(to bottom, #bbf7b7 0%, #BBF7B7 30%, #f4fff4 100%);
 }

 .card-with-gradient8 {
     background: linear-gradient(to bottom, #fbe0cb 0%, #FBE0CB 30%, #fff7f1 100%);
 }

 .card-with-gradient9 {
     background: linear-gradient(to bottom, #f6dfd9 0%, #F5DFDA 30%, #fff6f4 100%);
 }

 .card-item:hover {
     transform: translateY(-5px);
 }

 .card-image {
     width: 80px;
     height: 80px;
     margin-bottom: 1rem;
 }.card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
h3.class-title {
    font-weight: bold;
    font-size: 20px;
}
p.subtitle {
    font-size: 16px;
}
.featureLM h4 {
    font-size: 29px;
    color: #2c457b;
    font-weight: bold;
}

.featureLM {
    padding: 13px 14px;
}
ul.benefitDiv li {
    color: #3a3a3a;
    font-size: 16px;
    margin-bottom: 26px;
}
p.classRooms {
    color: #2c457b;
    font-weight: bold;
}

p.classhead {
    font-weight: bold;
    color: black;
    font-size: 16px;
}
img.appImg {
    width: 65%;
    margin-top: 55px;
}
.backgroundIM-Color {
    background: #cdedff;
}

.backgroundIM-Color h1, .backgroundIM-Color h2 {
    color: #000000;
}.divproduct p {
    color: black;
}.w-20 {
    width: 20% !important;
}
.backgroundTG-Color {
    background: #007895;
}

.backgroundTG-Color h1, .backgroundTG-Color h2 {
    color: white;
}
/*End*/


.joinForm h4 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #2c457b;
    margin-top: -13px;
    margin-bottom: 5%;
    text-transform: uppercase;
}

.joinForm {
    padding: 35px;
}.joinForm a > span {
    float: right;
    margin-top: -10%;
    margin-right: -11%;
    background: #3568dd;
    color: white;
    height: 32px;
    width: 32px;
    text-align: center;
    font-size: 33px;
    line-height: 28px;
    border-radius: 160px;
}
.contentDiv {
    width: 65%;
    margin: 0px auto;
    margin-top: 3%;
    border: 1px solid #cecece;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 1px 1px 4px 3px #e5e5e5;
    font-size: 17px;
}

.contentDiv h2 {
    font-weight: bold;
    margin-bottom: 4%;
    color: #1378b8;
}

.contentDiv ul {
    list-style: none;
}

.contentDiv li {
    margin-bottom: 21px;
}h3.policy-text {
    font-weight: bold;
    color: #034c7a;
    margin-bottom: 16px;
}





















@media screen and (max-width: 600px) {
.navbar .navbar-brand 
 {
    font-size: 30px;
    width: 69%;
}
.card-greeting {
    text-align: center;
}
.btn-submit { 
    width: 100%;
}
.collapse:not(.show) {
    display: none !important;
}
.logo {
    width: 55%;
    /* height: 17%; */
    object-fit: contain;
}
.borderProduct img 
 {
    width: 100% !important;
}
.blogBox {
    width: 92% !important;
}
.testimonial { 
    width: 57% !important; 
}

.card-left {
    display: unset !important;
    align-items: center;
    gap: 3px;
    text-align: center;
}
.hero-right { 
    width: 100% !important;
}
 .card-logo {
    width: unset !important;
 }
.navbar .navbar-brand 
 {
    font-size: 30px;
    width: 69%;
}
.logo {
    width: 55%;
    /* height: 17%; */
    object-fit: contain;
}
.card-text {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}
img.footerImage {
    width: 28% !important;
}
.imageScreen img {
    width: 100% !important;
}
.productTab li 
 {
    margin-right: 0% !important;
}
.contact-text p {
    font-size: 19px;
    width: 100% !important;
    margin-bottom: 11px;
}.headingJoin {
    width: 82% !important;
    margin: 0px auto;
}
.joinPost {
    width: 100% !important;
    margin: 0px auto;
}
.job-summary {
    background: white;
    width: 100% !important;
    margin: 0px auto;
    padding: 15px !important;
}

}
section.faqDiv .accordion-body {
    text-align: left;
}
p.ErrorP {
    color: #ffffff;
    background: red;
}a.link-card svg {
    color: red;
}    .navbar-expand-lg .navbar-collapse {
        display: flex;
        flex-basis: auto;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-content: flex-end;
    }.teamBtn {
    background: #c2d7ff;
    border-radius: 50px;
    color: white;
}

.teamBtn a {
    color: #131313 !important;
}.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 75%);
}button.btn-Join a {
    color: white;
    text-decoration: unset;
}p.reviR-text {
    background: #166773;
    width: fit-content;
    color: white;
}h5.videoname {
    font-size: 21px;
    color: #2c457b;
    background: #cdddff;
    padding: 7px 11px;
    font-weight: bold;
    width: max-content;
    margin-left: 2rem;
}.card-greeting {
    background: #b5b5b5;
    padding: 40px 10px 30px 10px;
    margin-top: 23%;
    border-radius: 10px;
}h4.reportproduct {
    background: #2c457b;
    padding: 6px 17px;
    border-radius: 10px;
    color: #ffffff;
}ul.benefitDiv h5 {
    color: #008dd2;
    font-weight: bold;
}.icons-List li {
    color: #222222;
    line-height: 40px;
    font-size: 18px;
    margin-left: 6%;
}
.custom-header-bg {
    background-color: #212529;
    background-image: linear-gradient(-45deg, #0d6efd, #6f42c1, #fd7e14, #0dcaf0);
    background-size: 400% 400%;
    animation: gradient-animation 15s 
ease infinite;
    position: relative;
}.custom-header-bg h1, .custom-header-bg p {
    color: white;
}section.culturePhoto {
    margin-top: 7%;
}.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.img-container {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    border-radius: 0.25rem 0.25rem 0 0;
}.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s 
ease-out, transform 1s 
ease-out;
} 
.btnscreenshot {
    /* width: auto !important; */
}.cultreCard {
    width: 92%;
    margin: 0px auto;
    border: 1px solid #c0c0c0;
    box-shadow: -1px 1px 5px 0px #939191;
    border-radius: 10px;
}

@media screen and (max-width: 1360px) and (min-width: 768px) {
	.btnscreenshot {
    width: auto !important;
}
	
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.hero-right { 
    width: 90% !important;
	}
	.aboutDiv {
    width: 97% !important;
	}.aboutBOx img { 
    width: 31% !important;
}.navbar .nav-link {
    font-size: 17px  !important;
}.borderProduct img {
    width: 100% !important;
}.nav li 
 {
    margin-left: -21px !important;
}.testimonial { 
    width: 14% !important;
}
.productName img {
    width: 100% !important;
}
.card-img-top-custom {
    height: auto !important;
}.btnscreenshot { 
    width: auto !important;
}
.nav-right 
 {
    margin-right: -25% !important;
    margin-bottom: -13%;
    margin-top: -251px !important;
    float: right;
}.nav-left {
    margin-left: -24% !important;
}
.divQiestion_second {
width: 19% !important;}
.divQiestion_third {
    width: 19% !important;
}
.card-item { 
    padding: 1rem !important;
}
.divQiestion {
    width: 18% !important;
}
h5.videoname { 
    width: 92% !important;
}
}