@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&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap");

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: "Adobe Handwriting-Ernie";
  src: url(../fonts/AdobeHandwriting-Ernie.ttf);
}


.page-id-97 .footer-section > .container:first-of-type {
  display: none;
}

.page-id-97 .footer-nav-links {
  padding: 0;
}


.page-id-154 .footer-section > .container:first-of-type {
  display: none;
}

.page-id-154 .footer-section {
  padding-top: 100px;
}

.page-id-154 .footer-section .footer-nav-links {
  padding-top: 0;
}


input:focus {
  outline: none;
  border: none;
}

.text-primary {
  color: #383e42;
}

/* Styles for Fade-In */
section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 1s ease;
  will-change: opacity, transform;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

.mx-7 {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media (max-width: 992px) {
  .mx-7 {
    margin: 0 !important;
  }
}

@media (max-width: 1200px) {
  .mx-7 {
    margin: 0 !important;
  }
}

/* -------------------preheader & header----------------------------- */
.header p {
  font-size: 13px;
  font-family: "Poppins-Regular";
  color: #4b5054;
  background: #f6f7fb;
}

.header {
  position: sticky;
  top: -2px;
  z-index: 1000;
  background-color: #ffffff;
  padding: 10px 0px 10px;
}

.header .navbar {
  /* height: 70px; */
  height: auto !important;
  padding: 0.5rem 1rem;
}

.nav-header li a {
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: #383e42 !important;
}

.nav-header a:hover {
  color: #4285f4;
  transition: all 0.3s ease;
}

.english-btn {
  border: 1px solid #4b5054;
  border-radius: 5px;
  background: #f8f9fa;
  height: 40px;
  width: 138px;
  font-size: 16px;
  font-family: "Poppins-Regular";
}

.english-btn:hover {
  color: #4285f4;
}

.dropdown-menu .dropdown-item:hover {
  color: #4285f4;
  background-color: #f0f8ff;
}

.english-btn i {
  font-size: 12px;
  margin-left: 5px;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown.show .english-btn i {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .custom-hamburger-menu {
    display: none;
  }
}

@media (max-width: 576px) {
  .header .navbar {
    padding: 0.5rem 0.9rem;
  }
}
.custom-hamburger-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 492px) {
  .custom-hamburger-menu:not(.d-lg-none) {
    display: none;
  }

  .custom-hamburger-menu.d-lg-none {
    display: flex;
    margin-top: 1rem;
  }
}

@media (max-width: 992px) {
  .custom-hamburger-menu:not(.d-flex) {
    display: none;
  }
}

/* .custom-language-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 0;
}

@media (max-width: 576px) {
  .custom-language-menu {
    margin-top: 1rem;
    justify-content: flex-end;
  }
} */

/* -----------------Hero-section-style ------------------*/

.hero-section {
  padding-top: 2%;
  min-height: 625px;
}

.hero-text h1 {
  font-size: 48px;
  letter-spacing: -0.64px;
  font-family: "Poppins-Bold";
  color: #4285f4;
  text-align: left;
  /* position: relative; */
}

.hero-text span {
  position: relative;
  display: inline-block;
}

.prosperity-underline-svg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 256px;
  z-index: -2;
}

.hero-text h1 span {
  color: #383e42;
}

.hero-text p {
  color: #383e42;
  font-size: 16px;
  font-family: "Poppins-Regular";
  padding-top: 18px;
  padding-bottom: 25px;
}

.request-btn button {
  padding: 10px;
  background-color: #4285f4;
  color: #ffffff;
  font-family: "Poppins-Medium";
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .hero-text h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .hero-text h1,
  .hero-text p,
  .request-btn {
    text-align: center;
  }

  .hero-text h1 {
    font-size: 36px;
  }
}

/* .hero-text  */

@media (max-width: 492px) {
  .hero-text h1 {
    text-align: center;
    font-size: 28px;
  }

  .hero-text p {
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .request-btn {
    text-align: center;
  }
}

/* For screens below 1200px */
@media (max-width: 1200px) {
  .prosperity-underline-svg {
    max-width: 220px;
    height: 7px;
  }
}

/* For screens below 992px */
@media (max-width: 992px) {
  .prosperity-underline-svg {
    max-width: 222px;
    height: 7px;
  }
}

/* For screens below 768px */
@media (max-width: 768px) {
  .prosperity-underline-svg {
    max-width: 193px;
    height: 6px;
  }
}

/* For screens below 576px */
@media (max-width: 576px) {
  .prosperity-underline-svg {
    max-width: 190px;
    height: 7px;
  }
}

/* For screens below 492px */
@media (max-width: 480px) {
  .prosperity-underline-svg {
    max-width: 141px;
    height: 5px;
  }
}

/* ---------------------------------Why Sernet style ---------------------------------------------*/

.why-sernet-1 {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.6) 100%
    ),
    url("../Image/solution-bg-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* .why-sernet h1 {
  font-size: 46px;
  font-family: "Poppins-SemiBold";
  text-align: center;
  margin-top: -303px;
}

.why-sernet h1 span {
  color: #4384f4;
} */

.row-background {
  margin-top: -163px;
  background-color: #ffffff;
  box-shadow: 0px 10px 40px #bdc1c933;
  border: 1px solid #ededed;
  border-radius: 18px;
}

.row-background h3 {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
  text-align: center;
}

.row-background p {
  font-family: "Poppins-Regular";
  font-size: 17px;
  text-align: center;
}

@media (max-width: 992px) {
  .why-sernet h1 {
    margin-top: 0px;
    font-size: 40px;
  }
  .row-background {
    margin: -16px auto;
    width: 80%;
  }

  .row-background h3 {
    font-size: 26px;
  }

  .row-background p {
    font-size: 16px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .row-background {
    margin: auto;
  }

  .why-sernet h1 {
    font-size: 34px;
    padding: 23px;
    margin: 0;
  }
  .row-background h3 {
    font-size: 24px;
  }

  .row-background p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .row-background {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .why-sernet h1 {
    font-size: 30px;
  }

  .row-background h3 {
    font-size: 22px;
  }

  .row-background p {
    font-size: 14px;
  }
}

/* ------------------------------------------- */

.grow-achieve {
  padding: 100px 0 0;
}

.grow-heading h3 {
  color: #4285f4;
  font-family: "Poppins-SemiBold";
  font-size: 42px;
}

.grow-heading h4 {
  color: #383e42;
  font-family: "Poppins-SemiBold";
  font-size: 30px;
}

.grow-heading p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  color: #383e42;
  margin-top: 15px;
}

.grow-content h5 {
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  letter-spacing: -0.24px;
  color: #383e42;
  margin-top: 30px;
}

.grow-content p {
  font-size: 15px;
  font-family: "Poppins-Regular";
  color: #383e42;
}

.tusil-circular-img img {
  height: auto;
  width: 100%;
  max-width: 520px;
}

@media (max-width: 992px) {
  .grow-heading h3 {
    font-size: 36px;
  }

  .grow-heading h4 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .grow-heading h3 {
    font-size: 28px;
  }
  .grow-heading h4 {
    font-size: 22px;
  }

  .grow-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .grow-heading h3 {
    font-size: 24px;
  }
  .grow-heading h4 {
    font-size: 20px;
  }

  .grow-achieve {
    padding: 40px 16px 0;
  }
}
/* --------------------------trusted by team ---------------------- */

.trust-team-card {
  position: relative;
  top: 100px;
  z-index: 999;
}

.trust-team {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 40px #bdc1c933;
  border: 1px solid #ededed;
  border-radius: 18px;
  padding: 50px 0;
}

.trust-team p {
  color: #14406d;
  font-size: 20px;
  font-family: "Poppins-Regular";
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .logo-img img {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .logo-img img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .trust-team-card {
    text-align: center;
  }

  .trust-team {
    padding: 30px;
  }

  .trust-team .logo-img {
    flex-direction: column;
    gap: 40px;
  }

  .trust-team p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .logo-img img {
    width: 180px;
    height: auto;
  }
}

@media (max-width: 576px) {
  .trust-team p {
    font-size: 16px;
  }

  .logo-img img {
    width: 150px;
    height: auto;
  }
}

/* -----------------whom do we serve---------------------------- */
.whom-serve-section {
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url("./Image/solution-bg-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 90px;
  position: relative;
  z-index: -1;
}

.whom-preheading {
  padding-top: 195px;
}

.whom-preheading h1 {
  letter-spacing: -0.48px;
  font-family: "Poppins-SemiBold";
  font-size: 42px;
  color: #383e42;
}

.whom-preheading h1 span {
  color: #227ae5;
}

.whom-preheading p {
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #383e42;
  text-align: center;
  margin-bottom: 40px;
}

.custom-serve-card .for-cursive {
  font-family: "Adobe Handwriting-Ernie";
  color: #383e42;
  font-size: 20px;
}

.serve-card-1 {
  background: transparent linear-gradient(235deg, #f2f6ff 0%, #fff2f2 100%) 0%
    0% no-repeat padding-box;
}

.serve-card-2 {
  background: transparent linear-gradient(235deg, #f2f6ff 0%, #fcf3e2 100%) 0%
    0% no-repeat padding-box;
}

.serve-card-3 {
  background: transparent linear-gradient(235deg, #f2f6ff 0%, #d6e3ff 100%) 0%
    0% no-repeat padding-box;
}

.serve-card-4 {
  background: transparent linear-gradient(235deg, #f2f6ff 0%, #e8fdec 100%) 0%
    0% no-repeat padding-box;
}

.custom-serve-card {
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(189, 193, 201, 0.2);
  text-align: left;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.custom-serve-card h5 {
  letter-spacing: -0.24px;
  color: #383e42;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
}

.custom-serve-card p {
  color: #383e42;
  font-size: 16px;
  font-family: "Poppins-Regular";
}

.custom-serve-card img {
  max-width: 45px;
  height: auto;
  position: absolute;
  bottom: 20px;
}

@media (max-width: 992px) {
  .whom-preheading h1 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .whom-preheading {
    padding-top: 150px;
  }
  .whom-preheading h1 {
    font-size: 32px;
  }

  .whom-preheading p {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .whom-preheading h1 {
    font-size: 28px;
  }

  .whom-preheading p {
    font-size: 16px;
  }

  .custom-serve-card {
    padding: 20px;
  }
  .custom-serve-card img {
    position: static;
    margin-top: 20px;
    display: block;
  }
}

/*---------------------------------------- testimonial style---------------------------- */

.testimonial {
  background: linear-gradient(
    180deg,
    rgba(227, 237, 254, 0.5) 0%,
    rgba(227, 237, 254, 1) 100%
  );
  padding: 70px 0;
}

.testimonial-section {
  position: relative;
  text-align: center;
}

.testimonial-section h2 {
  width: 100%; /* Ensures it stays centered */
  text-align: center;
  font-size: 42px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
  padding-bottom: 30px;
  padding-left: 31px;
}

.testimonial-control-btns {
  position: absolute;
  right: 175px;
  top: 32%;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}

.testimonial-control-btns .btn {
  background: none;
  border: none;
  padding: 5px;
}

.testimonial-control-btns .btn img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.testimonial-control-btns .btn:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.testimonial-hero-image {
  width: 100%;
  max-width: 400px;
  height: 382px;
  display: block;
  margin: 0 auto;
}

.testimonial-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.testimonial-card {
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(189, 193, 201, 0.2);
  border-radius: 18px;
}

.testimonial-profile-img img {
  height: 60px;
  width: 60px;
}

.testimonial-author {
  padding: 10px 20px;
}

.testimonial-author h6 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
}

.testimonial-author p {
  font-size: 16px;
  color: #383e42;
  font-family: "Poppins-Regular";
}

.testimonial-play-btn img {
  height: 50px;
  width: 50px;
}

.testimonial-feedback h6 {
  text-align: left;
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
  padding-top: 20px;
}

.testimonial-feedback p {
  text-align: left;
  font-size: 16px;
  color: #383e42;
  font-family: "Poppins-Regular";
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* .testimonial-card {
    min-height: 540px !important;
  } */
}


@media (max-width: 992px) {
  .testimonial-section {
    text-align: left;
  }

  .testimonial-control-btns {
    right: 0;
  }

  .testimonial-hero-image {
    max-width: 250px;
  }

  .testimonial-section h2 {
    font-size: 38px;
    text-align: left;
    padding-left: 0;
  }

  .testimonial-card {
    margin-top: 25px;
  }

  .testimonial-carousel-inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonial-hero-image {
    display: none;
  }

  .testimonial-section h2 {
    font-size: 32px;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .testimonial-section h2 {
    text-align: center;
    padding: 0;
    font-size: 28px;
  }

  .testimonial-section {
    position: static;
  }

  .testimonial {
    position: relative;
  }

  .testimonial-control-btns {
    position: absolute;
    top: auto;
    bottom: 31% !important;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
  }

  .testimonial-control-btns {
    right: 5px;
  }
}

.feedback-media-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feedback-media-section p {
  color: #383e42;
  font-family: "Poppins-Medium";
  font-size: 16px;
}

.social-icons-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px !important;
  width: 78%;
}

.testimonial-social-icons {
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  box-sizing: border-box;
  text-align: center;
}

.testimonial-social-icons a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.testimonial-social-icons a img {
  width: 20px;
  height: 20px;
}

.testimonial-social-icons a span {
  color: #383e42;
  font-family: "Poppins-Medium";
  font-size: 16px;
}



/* Responsive Design */
@media (min-width: 768px) {
  .feedback-media-section {
    flex-direction: row; /* Large screens pe row */
    align-items: center;
    justify-content: space-between;
  }

  .social-icons-container {
    display: flex;
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .social-icons-container {
    width: 50%;
  }
  .feedback-media-section {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding-left: 4px;
    /* align-items: center; */
  }
}

/* ---------------------Events Section---------------------- */

.events-section {
  padding: 100px 0;
}

.events-section h2 {
  /* margin-bottom: 20px; */
  letter-spacing: -0.48px;
  color: #383e42;
  font-size: 42px;
  font-family: "Poppins-SemiBold";
}

.event-dropdown {
  margin-right: 8px;
}

.event-dropdown button {
  color: #052863;
  font-size: 18px;
  font-family: "Poppins-Medium";
  border: 1px solid #e5eaed;
  border-radius: 6px;
  padding: 12px 28px;
}

.event-main .event-dropdown button:hover {
  background-color: #edf0f4;
  border: 1px solid #e5eaed;
}

.event-dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-family: "Poppins-Medium";
  color: #052863;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.event-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #edf0f4;
  color: #052863;
}


.eventcards .event-card {
  /* max-width: 350px; */
  margin: 0 auto;
  border: none;
}

.event-card-img {
  border-radius: 5px 5px 0px 0px;
  height: 200px;
  object-fit: cover;
}

.event-card-content {
  padding: 15px;
  border: 1px solid #e5eaed;
  border-radius: 0 0 4px 4px;
}

.event-card-content h4 {
  color: #4285f4;
  font-size: 17px;
  font-family: "Poppins-Medium";
  margin-bottom: 0;
}

.event-card-content p {
  font-size: 17px;
  color: #383e42;
  font-family: "Poppins-Regular";
  margin-bottom: 0;
}

.event-card-content h5 {
  color: #052863;
  font-size: 18px;
  font-family: "Poppins-Medium";
}

.event-card-content a {
  background: #edf0f4;
  border-radius: 4px;
  color: #052863;
  font-size: 16px;
  font-family: "Poppins-Medium";
}

@media (max-width: 992px) {
  .events-section {
    padding: 80px 0;
  }

  .events-section h2 {
    /* padding-left: 15px; */
    margin-bottom: 0;
  }

  /* .event-card {
    max-width: 300px; 
  } */
}

@media (max-width: 768px) {
  .events-section {
    padding: 50px 0;
  }

  .events-section h2 {
    font-size: 36px;
    margin-bottom: 0;
  }

  .event-card-img {
    height: 180px; 
  }
}

@media (max-width: 576px) {
  .events-section {
    padding: 20px 0;
  }

  .events-section h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  /* .event-card {
    max-width: 90%; 
  } */

  .event-card-img {
    height: 150px;
  }

  .event-card-content h5 {
    font-size: 18px;
  }

  .event-card-content a {
    padding: 8px 20px;
  }

  /* .event-card-content .info {
    display: block !important;
  } */

  .event-card-content h4,
  .event-card-content p {
    margin-bottom: 11px;
  }
}

/* --------------- Solution Section Style -------------- */

/*---------------- download section style -----------------*/

/*------------ useful resource Card Container --------------*/

.resources-section {
  padding: 100px 0 248px;
  background: linear-gradient(
    0deg,
    rgba(227, 237, 254, 0) 0%,
    rgba(227, 237, 254, 0.6) 100%
  );
}
.resources-info h2 {
  font-size: 40px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
}

.resources-info p {
  color: #383e42;
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: left;
}

.resources-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.resources-social-icons img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.resources-social-icons img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .resources-info h2,
  .resources-info p {
    text-align: center;
  }
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding-top: 40px;
}

.resources-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%;
  color: #383e42;
  box-shadow: 0px 10px 40px #bdc1c933;
  border: 1px solid #e5eaed;
}

.resources-img-container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 15px;
}

.resources-card-img {
  width: 70px;
  height: 70px;
}

.resources-card h5 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Poppins-SemiBold";
  padding-left: 4px;
  color: #383e42;
}

.resources-card ul {
  padding: 0;
}

.resources-card ul li {
  color: #4b5054;
  list-style: none;
  font-family: "Poppins-Regular";
  font-size: 17px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: left;
}

.resources-card ul li a {
  color: #4b5054;
}

/* li {
  display: flex;
  align-items: center;
  gap: 5px;
} */

.resources-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #dce3eb;
  color: #5f6776;
  border-radius: 50%;
  font-size: 14px;
}


@media (max-width: 1024px) {
  .resources-card {
    padding: 18px;
  }
  .resources-card h5 {
    font-size: 24px;
  }
  .resources-card ul li {
    font-size: 16px;
  }
  .resources-card-img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 992px) {
  .resources-info h2 {
    font-size: 36px;
  }

  .resources-section {
    padding: 70px 0 220px;
  }
}

@media (max-width: 768px) {
  .resources-section {
    padding: 70px 0 200px;
  }

  .resources-info h2 {
    font-size: 24px;
  }

  .resources-card {
    padding: 15px;
  }
  .resources-card h5 {
    font-size: 22px;
  }
  .resources-card ul li {
    font-size: 15px;
  }
  .resources-card-img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .resources-section {
    padding: 40px 0 190px;
  }

  .resources-info h2 {
    font-size: 22px;
  }

  .resources-card {
    padding: 12px;
    width: 100%;
    /* max-width: 320px; */
    margin: 0 auto;
  }
  .resources-card h5 {
    font-size: 20px;
  }
  .resources-card ul li {
    font-size: 14px;
  }
  .resources-card-img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 400px) {
  .resources-card {
    padding: 10px;
  }
  .resources-card h5 {
    font-size: 18px;
  }
  .resources-card ul li {
    font-size: 13px;
  }
  .resources-card-img {
    width: 30px;
    height: 30px;
  }
}

/*--------------- contact-details-style-------------------- */

/* Signup section styling */

.signup-section {
  border-radius: 18px;
  position: relative;
  z-index: 999;
  background: linear-gradient(
      270deg,
      rgba(5, 20, 48, 0.4) 0%,
      rgba(2, 10, 23, 0.9) 100%
    ),
    url("../Image/html-css-collage-concept-with-person.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 30px;
  margin-top: -240px;
  color: #ffffff;
}

.newsletter-box h2 {
  color: #ffffff;
  font-size: 38px;
  font-family: "Poppins-SemiBold";
  text-align: left;
  margin-bottom: 40px;
}

.sign-up-input input {
  background: #384763;
  border-radius: 8px;
  border: 1px solid #384763;
  color: #ffffff;
  box-shadow: none;
}

.sign-up-input {
  background: #384763;
  border-radius: 8px;
  border-color: #384763;
  margin-bottom: 10px;
  max-width: 315px !important;
  height: 48px;
}

@media (max-width: 492px) {
  .sign-up-input {
    width: 100% !important;
  }
}

.sign-up-input span img {
  color: #ffffff;
}

.sign-up-input input::placeholder {
  color: #ffffff;
  font-size: 15px;
  font-family: "Poppins-Regular";
  opacity: 0.4;
}

.sign-up-input input:focus {
  background: #384763;
  outline: none;
  box-shadow: none;
  border: 1px solid #384763;
  color: #ffffff;
}

.sign-up-input input:focus::placeholder {
  color: #ffffff;
  opacity: 0.4;
}

.form-check-label {
  /* color: #ffffff; */
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: left;
}

.newsletter-box p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: left;
  margin: 25px 0 0;
}

.form-check-input {
  background-color: #ffffff33 !important;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: background-color 0.2s;
}

.form-check-input:checked {
  background-color: #007bff !important;
  border-color: #007bff;
}

.form-check-input:checked::before {
  /* color: #fff; */
  display: block;
  text-align: center;
  line-height: 20px;
}

.signup-submit-btn {
  background: #4285f4;
  border-radius: 4px;
  opacity: 1;
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  border: none;
  width: 137px;
  padding: 12px 40px;
  height: 48px;
}

/* ---------------footer section  ------------------*/

.footer-section {
  padding-top: 120px;
  /* padding-top: 36px; */
  background: #062e6f;
}

.footer-links {
}

.footer-nav-links {
  /* padding-top: 360px; */
  padding-top: 110px;
}

.footer-left-info {
  padding-top: 24px;
}

.footer-left-info p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins-Regular";
  text-align: left;
}

.footer-list-heading h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins-Medium";
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: 35px;
}

.footer-list-heading ul.list-unstyled li a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins-Regular";
  text-align: left;
}

.footer-list-heading ul.list-unstyled li:hover {
  transition: background-color 0.4s ease, transform 0.5s ease;
  transform: translateY(-3px);
}

.map-container {
  border-radius: 18px;
  overflow: hidden;
  margin-top: 16px;
}

.map-container iframe {
  /* width: 360px;
  height: 140px; */
  border-radius: 18px;
  width: 100%;
  height: 140px;
}

@media (min-width: 992px) {
  /* .footer-nav-links {
    padding-top: 350px;
  } */
  .footer-list-heading {
    align-items: center !important;
  }
}

@media (max-width: 768px) {
  .footer-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding-top: 330px; */
    padding-top: 75px;

  }

  .footer-list-heading {
    width: 40% !important;
  }

  .map-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  /* .footer-nav-links {
    padding-top: 320px;
  } */

  /* .footer-brand-logo{
    text-align: left;
    height: auto;
    width: 80%;
  } */

  .footer-nav-links .footer-list-heading {
    width: 100% !important;
    padding-left: 16px;
  }
}

/* Default: Large screen column hidden */
.large-screen-column {
  display: none;
}

.second-column {
  padding-top: 30px;
}

.second-column ul {
  margin-top: 8px;
}

/* Hide small columns and show large column above 576px */
@media (min-width: 576px) {
  .small-screen-column {
    display: none;
  }

  .large-screen-column {
    display: flex;
  }
}

/* ------------------ disclaimer section style-------------- */

.contact-bg {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}

.contact-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.address p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Poppins-Regular";
  margin: 0;
}

.custom-hr {
  border: 1px solid #d5dbe5;
  opacity: 0.4;
  margin: 0.5rem 0;
  width: 100%;
}

.address p span {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  text-align: left;
}

.social-icons img {
  margin-left: 10px;
  height: 36px;
  width: 36px;
}

@media (max-width: 768px) {
  .address {
    flex-direction: column;
    align-items: flex-start;
  }
  .social-icons {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.disclaimer p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Poppins-Regular";
}

.disclaimer p span {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  text-align: left;
}
/* ----------------Styling copyright-Footer----------------- */
.copyright {
  padding-top: 15px;
}

.copyright p {
  background: rgba(246, 247, 251, 0.1);
  padding: 10px 0 10px;
  color: #ffffff;
  opacity: 0.7;
  font-size: 12px;
  font-family: "Poppins-SemiBold";
}

.copyright h5 {
  color: #ffffff;
  font-size: 14px !important;
  font-family: "Poppins-SemiBold";
  text-align: left;
}

.reserve-rights {
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.copyright-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* gap: 10px; */
}

.copyright-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-family: "Poppins-Regular";
  border-right: 2px solid #ffffff;
  line-height: 1.5;
}

.copyright-links a:last-child {
  border-right: none;
}

@media (max-width: 992px) {
  .copyright-links {
    justify-content: start;
    text-align: left;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  /* .copyright-links {
    flex-direction: column; 
    text-align: left;
  } */

  .copyright-links a {
    padding-right: 10px;
  }

  .reserve-rights {
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .copyright p {
    padding: 0 8px 0;
    text-align: left;
  }

  .copyright h5 {
    margin-bottom: 15px;
  }
}
