@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* .josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #444444 !important;
  background-color: #ffffff !important;
  font-family: "Lato", sans-serif !important;
}

a {
  color: #1e2172;
  text-decoration: none;
  transition: 0.3s;
  text-decoration: none !important;
}

section {
  transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
}

section.entering {
  transform: translateY(20px);
  opacity: 0.9;
}

/*--------------------------------------------------------------
 Global Section
--------------------------------------------------------------*/

.section {
  color: #444444;
  background-color: #ffffff;
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {
  .section {
    scroll-margin-top: 66px;
  }
}

.section-title {
  padding-bottom: 20px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}

.contents {
  position: relative;
  padding: 20px;
  background-color:
    color-mix(in srgb, #444444, transparent 96%);
}

@media screen and (max-width:480px) {
  .section-title {
    text-align: center;
  }
}

/*--------------------------------------------------------------
 Navbar Section
--------------------------------------------------------------*/
.arrow {
  border: solid rgb(38, 37, 37);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* For older WebKit browsers */
}

.topcontent .superNav {
  background-color: #1e2172;
}

.topcontent .superNav span {
  font-size: 12px !important;

}

.topcontent .superNav span i {
  font-size: 12px !important;

}

@media screen and (max-width: 480px) {
  .topcontent .superNav span i {
    font-size: 10px !important;
  }

  .topcontent .superNav span {
    font-size: 10px !important;
  }
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #ffffff;
  letter-spacing: 1px;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

nav .wrapper .msme-logo {
  width: 300px;
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 80px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links {
  margin-bottom: 0;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: #f46523;
}

.nav-links li a:hover .arrow {
  transform: rotate(180deg);
}

.nav-links li a .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.nav-links li a:checked~.nav-links li a .arrow {
  transform: rotate(180deg);
}

.nav-links .drop-menu li a {
  color: #1e2172;
}

.nav-links .drop-menu li a:hover {
  background: #1e2172;
  color: #ffffff;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #ffffff;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #29688a;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #000000;
}

.wrapper .btn {
  color: #ffffff;
  cursor: pointer;
  display: none;
}

.wrapper .get-started .get-started-btn {
  display: block;
  background-color: #1e2172;
  font-size: auto;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #1e2172;
  font-size: 28px;
}

@media screen and (max-width: 1170px) {
  nav .wrapper {
    padding: 0 10px;
  }

  .wrapper .get-started {
    display: none;
  }

  .wrapper .btn {
    display: block;
  }

  .wrapper .menu-btn {
    color: #000;
    font-size: 28px;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #ffffff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #000000;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDropAbout:checked~.drop-menu,
  #showDropMember:checked~.drop-menu,
  #showDropServices:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #1e2172;
    color: #fff;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

/* ====================================================
   MULTI-LEVEL DROPDOWN MENU WITH SMOOTH TRANSITIONS
   ==================================================== */
.nav-links .drop-menu .sub-menu-parent {
  position: relative;
}

.nav-links .drop-menu .sub-drop-menu {
  position: absolute;
  left: 180px;
  /* right side alignment */
  top: 0;
  background: #ffffff;
  transition: all 0.3s ease;
  white-space: nowrap;
  /* Prevent wrapping */
  width: auto;
  /* Dynamic width */
  min-width: 160px;
  /* Set a safe minimum width */
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  z-index: 999;
  transform: translateX(15px);
  transition: all 0.3s ease;
}

/* Hover effect on desktop */
.nav-links .drop-menu .sub-menu-parent:hover>.sub-drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Submenu link styling */
.sub-drop-menu li a {
  color: #1e2172;
  font-size: 12px;
  padding: 0 0 0 15px;
  border-radius: 0;
  display: block;
  transition: all 0.3s ease;
}

.sub-drop-menu li a:hover {
  background: #1e2172;
  color: #fff;
}

/* Submenu arrow */
.nav-links li a .arrow.right {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.sub-menu-parent:hover>a .arrow.right {
  transform: rotate(45deg);
}

/* ====================
   Mobile Responsive
   ==================== */
@media screen and (max-width: 1170px) {
  .nav-links .drop-menu .sub-drop-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    width: auto;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
    padding-left: 25px;
    transform: none;
    transition: max-height 0.4s ease;
  }

  /* Active (opened) state for mobile */
  .nav-links .drop-menu .sub-menu-parent.active>.sub-drop-menu {
    max-height: 500px;
    /* Enough height to show all items */
  }

  /* Mobile submenu link styles */
  .sub-drop-menu li a {
    color: #f2f2f2;
    font-size: 18px;
    padding: 5px 0 5px 15px;
  }

  .sub-drop-menu li a:hover {
    background: #3A3B3C;
    color: #fff;
  }

  /* Optional arrow animation on mobile */
  .sub-menu-parent.active>a .arrow.right {
    transform: rotate(45deg);
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: calc(100vh - 75px);
  padding: 0;
  margin: 0;
  position: relative;
}

@media (max-height: 500px),
(max-width: 1200px) {
  .hero .carousel {
    min-height: calc(100vh - 480px);
  }
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}



.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 20px;
  line-height: 0;
  background: color-mix(in srgb, #444444, transparent 90%);
  border-radius: 50px;
  color: #ffffff;
  transition: 0.3s;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  transition: 0.3s;
  opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.hero .carousel-control-prev:hover .carousel-control-next-icon,
.hero .carousel-control-prev:hover .carousel-control-prev-icon,
.hero .carousel-control-next:hover .carousel-control-next-icon,
.hero .carousel-control-next:hover .carousel-control-prev-icon {
  background: #f46523;
  color: #444444;
}

.hero .carousel-indicators li {
  cursor: pointer;
  background: #444444;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

.hero .carousel-indicators li.active {
  opacity: 1;
  background: #1e2172;
}

/*--------------------------------------------------------------
# Client Logo Section
--------------------------------------------------------------*/


/* Client Logo Slider Wrapper */
.client-slider-wrapper {
  width: 100%;
}

/* Swiper Container */
.client-logo-slider {
  width: 100%;
  margin: 0 auto;
}

/* Swiper Slides */
.client-logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  border-right: 1px solid #fff;
}

.client-logo-slider .swiper-slide img {
  width: 80%;
  height: auto;
  /* filter: grayscale(100%); */
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* Hover effect */
.client-logo-slider .swiper-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.client-logo-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.client-logo-slider .swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.5;
}

.client-logo-slider .swiper-pagination-bullet-active {
  background: #0056b3;
  opacity: 1;
}



/*--------------------------------------------------------------
About Us Section
--------------------------------------------------------------*/

.about-us {
  position: relative;
}

.about-us-content {
  padding: 20px;
  background-color:
    color-mix(in srgb, #444444, transparent 96%);
}

/*--------------------------------------------------------------
Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: #ffffff;
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-item .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .service-item .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .service-item .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .service-item .icon svg path {
  transition: 0.5s;
  fill: color-mix(in srgb, #444444, transparent 95%);
}

.services .service-item a {
  text-decoration: none;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #1e2172;
  ;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
}

.services .service-item.item-cyan i {
  color: #0dcaf0;
}

.services .service-item.item-cyan:hover .icon i {
  color: #fff;
}

.services .service-item.item-cyan:hover .icon path {
  fill: #0dcaf0;
}

.services .service-item.item-orange i {
  color: #fd7e14;
}

.services .service-item.item-orange:hover .icon i {
  color: #fff;
}

.services .service-item.item-orange:hover .icon path {
  fill: #fd7e14;
}

.services .service-item.item-teal i {
  color: #20c997;
}

.services .service-item.item-teal:hover .icon i {
  color: #fff;
}

.services .service-item.item-teal:hover .icon path {
  fill: #20c997;
}

.services .service-item.item-red i {
  color: #df1529;
}

.services .service-item.item-red:hover .icon i {
  color: #fff;
}

.services .service-item.item-red:hover .icon path {
  fill: #df1529;
}

.services .service-item.item-indigo i {
  color: #6610f2;
}

.services .service-item.item-indigo:hover .icon i {
  color: #fff;
}

.services .service-item.item-indigo:hover .icon path {
  fill: #6610f2;
}

.services .service-item.item-pink i {
  color: #f3268c;
}

.services .service-item.item-pink:hover .icon i {
  color: #fff;
}

.services .service-item.item-pink:hover .icon path {
  fill: #f3268c;
}


/*--------------------------------------------------------------
# msme-team Section
--------------------------------------------------------------*/

.msme-team .msme-team-member {
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.msme-team .msme-team-member .member-img {
  position: relative;
  overflow: hidden;
}

.msme-team .msme-team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: color-mix(in srgb, #ffffff, transparent 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.msme-team .msme-team-member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.msme-team .msme-team-member .social a i {
  line-height: 0;
}

.msme-team .msme-team-member .social a:hover {
  color: #1e2172;
}

.msme-team .msme-team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.msme-team .msme-team-member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.msme-team .msme-team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, #444444, transparent 40%);
}

.msme-team .msme-team-member:hover .social {
  opacity: 1;
}

.msme-team .msme-team-member .team-name {
    margin-top: 25px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.msme-team .msme-team-member .team-position {
    font-size: 18px;
    color: #1e2172;
    font-weight: 600;
    margin-bottom: 5px;
}

.msme-team .msme-team-member .team-study {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.msme-team .msme-team-member .team-description {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 576px) {
    .msme-team .msme-team-member .team-name {
        font-size: 22px;
    }
    .msme-team .msme-team-member .team-position, .team-study {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid color-mix(in srgb, #444444, transparent 85%);
  border-left: 1px solid color-mix(in srgb, #444444, transparent 85%);
}

.clients .client-logo {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid color-mix(in srgb, #444444, transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, #444444, transparent 85%);
  overflow: hidden;
}

.clients .client-logo img {
  padding: 50px;
  max-width: 80%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.clients .client-logo:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
 Vision & Mission Section Css
--------------------------------------------------------------*/
.visionSectionContent {
  position: relative;
  padding: 20px;
  background-color:
    color-mix(in srgb, #444444, transparent 96%);
}

.missionSectionContent {
  position: relative;
  padding: 20px;
  background-color:
    color-mix(in srgb, #444444, transparent 96%);
}

/*--------------------------------------------------------------
 Benifit Section Css
--------------------------------------------------------------*/
.benifitSectionContent {
  position: relative;
  padding: 20px;
  background-color:
    color-mix(in srgb, #444444, transparent 96%);
}

/*--------------------------------------------------------------
 Footer Section Css
--------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #1e2172;
  color: #fff;
  padding-top: 50px;
}

.footer a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3 ease;
}

.footer a:hover {
  color: #f46523;
}

.footer .footer-heading {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer .footer-para {
  font-size: 14px;
  font-weight: 500;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-logo {
  background-color: #fff;
}


/*--------------------------------------------------------------
 CopyRight Section Css
--------------------------------------------------------------*/
.coptyright-content {
  text-align: center;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.coptyright-content a {
  font-size: 14px;
}

.coptyright-content p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
 Form Section Css
--------------------------------------------------------------*/

.wrap {
  padding: 10px;
}

.wrap form {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.form-header {
  background-color: #1e2172;
  border-radius: 4px 4px 0 0;
  padding: 1em;
}

.form-header h3 {
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0;
}

.form-body {
  background-color: #fff;
  padding: 1em;
}

.form-body label,
.form-body input,
.form-body select,
.form-body textarea {
  display: block;
  width: 100%;
}

.form-body label {
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  margin: .75em 0 .25em;
}

.form-body input,
.form-body select,
.form-body textarea {
  background-color: #f4f4f4;
  border: none;
  border-radius: 4px;
  padding: .75em;
}

.form-body fieldset {
  border: none;
  margin: 0 0 1em;
  padding: 0;
}

.form-body fieldset:last-of-type {
  margin-bottom: 0;
}

.form-body fieldset legend {
  font-size: 1.25em;
  font-weight: 700;
}

.form-footer {
  background-color: #e2e2e2;
  border-radius: 0 0 4px 4px;
  padding: 1em;
}

.form-footer input[type="submit"] {
  background-color: #F24865;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 1em 1.5em;
}

/*--------------------------------------------------------------
Background Image Section Css
--------------------------------------------------------------*/


.image-aboutus-banner {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/cover-img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lg-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-transform: none;
  color: #fff;
}

.image-aboutus-para {
  color: #fff;
}



/*--------------------------------------------------------------
Why Choose Us Section Css
--------------------------------------------------------------*/

.why-section {
  padding: 80px 0;
}

.why-section h2 {
  font-weight: 800;
  font-size: 2.2rem;
}

.why-section h2 span {
  color: #000;
  font-weight: 700;
}

.why-section .title-line {
  width: 70px;
  height: 2px;
  background-color: #e63946;
  margin-top: 10px;
}

.why-section p {
  color: #555;
  max-width: 500px;
}

.why-section .btn-learn {
  background-color: #1e2172;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
  margin-top: 10px!important;
  transition: 0.3s;
}

.why-section .btn-learn:hover {
  background-color: #3c40bd;
}

/* Cards */
.why-card {
  border: 1px solid #eee;
  padding: 40px 25px;
  transition: all 0.3s ease;
  text-align: center;
  background: #fff;
  height: 100%;
}

.why-card i {
  font-size: 40px;
  color: #1e2172;
  margin-bottom: 20px;
}

.why-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.why-card p {
  color: #777;
  font-size: 15px;
}

.why-card a {
  color: #333;
  font-weight: 600;
  text-decoration: underline!important;
}

.why-card:hover {
  background: linear-gradient(135deg, #1e2172, #3c40bd);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.why-card:hover i,
.why-card:hover a,
.why-card:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
Gallery Section Css
--------------------------------------------------------------*/

.galleryContent{
  padding: 10px;
}
.gallerySection .galleryCard{
 transition:0.5s;
  cursor:pointer;
}
.gallerySection .galleryCard .card-text{
  font-weight: 600;
}
.gallerySection .galleryCard:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}


@media (max-width: 768px) {
  #myCarousel img {
    height: 300px;
    /* Adjust the height as needed */
  }
}

/* @media (max-width: 600px) {
    .centerOnMobile{
      text-align: right;
    }
  } */

/*--------------------------------------------------------------
 Contact Section Css
--------------------------------------------------------------*/
.contactSection {
  padding-top: 0;
}

.contactSection .info {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contactSection .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contactSection .info p {
  color: color-mix(in srgb, #444444, transparent 40%);
  margin-bottom: 30px;
  font-size: 15px;
}

.contactSection .infoItems+.infoItems {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid color-mix(in srgb, #444444, transparent 90%);
}

.contactSection .infoItems i {
  font-size: 24px;
  color: #1e2172;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.contactSection .infoItems h4 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contactSection .infoItems p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: color-mix(in srgb, #444444, transparent 40%);
}

.contactSection .php-email-form {
  width: 100%;
}

.contactSection .php-email-form .form-group {
  padding-bottom: 8px;
}

.contactSection .php-email-form input[type=text],
.contactSection .php-email-form input[type=email],
.contactSection .php-email-form textarea {
  color: #444444;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  border-color: color-mix(in srgb, #444444, transparent 80%);
}

.contactSection .php-email-form input[type=text]:focus,
.contactSection .php-email-form input[type=email]:focus,
.contactSection .php-email-form textarea:focus {
  border-color: #1e2172;
}

.contactSection .php-email-form input[type=text]::placeholder,
.contactSection .php-email-form input[type=email]::placeholder,
.contactSection .php-email-form textarea::placeholder {
  color: color-mix(in srgb, #444444, transparent 70%);
}

.contactSection .php-email-form input[type=text],
.contactSection .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contactSection .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}

.contactSection .php-email-form button[type=submit] {
  background: #1e2172;
  color: #ffffff;
  border: 0;
  padding: 13px 50px;
  transition: 0.4s;
  border-radius: 4px;
}

.contactSection .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, #1e2172 90%, black 15%);
}



label.radio {
  cursor: pointer;
  width: 100%
}

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none
}

label.radio span {
  padding: 7px 14px;
  border: 2px solid #eee;
  display: inline-block;
  color: #039be5;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  line-height: 27px
}

label.radio input:checked+span {
  border-color: #039BE5;
  background-color: #81D4FA;
  color: #fff;
  border-radius: 9px;
  height: 48px;
  line-height: 27px
}

.form-control {
  margin-top: 10px;
  height: 48px;
  border: 2px solid #eee;
  border-radius: 10px
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #039BE5
}

.agree-text {
  font-size: 12px
}

.terms {
  font-size: 12px;
  text-decoration: none;
  color: #039BE5
}

.confirm-button {
  margin-top: 10px;
  height: 50px;
  border-radius: 10px
}


#regForm {
  background-color: #ffffff;
  margin: 0px auto;
  font-family: Raleway;
  padding: 40px;
  border-radius: 10px
}

#register {

  color: #6A1B9A;
}



input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
}

.textarea {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
}

.tab input:focus {

  border: 1px solid #6a1b9a !important;
  outline: none;
}

input.invalid {

  border: 1px solid #e03a0666;
}


button {
  background-color: #6A1B9A;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer
}

button:hover {
  opacity: 0.8
}

button:focus {

  outline: none !important;
}

/* .step {
    height: 40px;
 width: 40px;
 margin: 0 2px;
 background-color: #bbbbbb;
 border: none;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 15px;
 color: #6a1b9a;
 opacity: 0.5;
}
.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px
} */
.message {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Preloader full-screen overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #007bff;
  /* Change color as you like */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Keyframe for rotation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}