@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(./assets/fonts/Poppins-Regular.ttf);
}

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

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

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

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

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

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;
  }
}

/* ----------------Products-heading-section--------------- */

.products-heading {
  padding: 90px 0 0;
}

.products-heading h1 {
  font-size: 62px;
  font-family: "Poppins-Bold";
  color: #383e42;
  letter-spacing: -0.64px;
  margin: 0;
  position: relative;
}

.products-heading p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding-top: 36px;
}

.products-heading p span {
  display: block;
}

.product-underline-svg {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 100%;
  height: 10px;
}

@media (max-width: 992px) {
  .products-heading {
    padding: 70px 0 0;
  }

  .products-heading h1 {
    font-size: 3rem;
  }

  .products-heading p {
    font-size: 1.125rem;
  }
}

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

  .products-heading h1 {
    font-size: 2.5rem;
  }

  .products-heading p {
    font-size: 1rem;
  }
  .products-heading p span {
    display: inline;
  }
}

@media (max-width: 576px) {
  .products-heading {
    padding: 30px 0 0;
  }

  .products-heading h1 {
    font-size: 2.1rem;
  }

  .products-heading p {
    font-size: 0.9375rem;
  }
}

/* Ensure the SVG underline scales properly */
@media (max-width: 992px) {
  .product-underline-svg {
    height: 8px;
    bottom: -1px;
    left: 2px;
  }
}

@media (max-width: 768px) {
  .product-underline-svg {
    height: 6px;
    bottom: -1px;
    left: 2px;
  }
}

@media (max-width: 576px) {
  .product-underline-svg {
    height: 5px;
    bottom: -1px;
    left: 2px;
  }
}

/* ------Tick-fund-styling , tradetor-section-style , Tushil-section-style------*/

.padding-top-bottom {
  padding: 100px 0 0;
}

@media (max-width: 992px) {
  .padding-top-bottom {
    padding: 70px 0;
  }
}

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

@media (max-width: 576px) {
  .padding-top-bottom {
    padding: 40px 16px;
  }
}

.product-text-block p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: left;
  margin-bottom: 28px;
}
/* ----Tick-fund-styling----*/

.service-logo img {
  height: 48px;
}

.tick-fund p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: left;
  margin-bottom: 28px;
}

.tick-fund p span {
  background: #fdf1d2;
  font-family: "Poppins-Regular";
}

.list-icon ul li h5 {
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
  text-align: left;
}

.list-icon ul li p {
  font-size: 15px;
  font-family: "Poppins-Regular";
  text-align: left;
}

.list-icon ul li {
  align-items: flex-start;
}

.list-icon ul li img {
  height: 70px;
  width: 70px;
}

.product-details-btnlink a {
  width: 160px;
}

.learn-btn {
  width: 160px;
  height: 56px;
  border-radius: 4px;
  background: #4285f4;
  font-family: "Poppins-Medium";
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  border: none;
}

.learn-btn:hover {
  background-color: #3367d6;
}

.tick-fund-img {
  width: 100%;
  max-height: 504px;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

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

  .list-icon ul li img {
    height: 70px;
    width: 70px;
  }

  .tick-fund p {
    margin-bottom: 18px;
  }

  .tick-fund p,
  .tick-fund p span {
    font-size: 1rem;
  }

  .list-icon ul li h5 {
    font-size: 1.125rem;
  }

  .list-icon ul li p {
    font-size: 0.9375rem;
  }

  .product-details-btnlink a {
    width: 140px;
  }

  .learn-btn {
    width: 140px;
    height: 50px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .service-logo img {
    height: 42px;
  }

  .list-icon ul li img {
    height: 65px;
    width: 65px;
  }

  .tick-fund p {
    margin-bottom: 10px;
  }

  .tick-fund p,
  .tick-fund p span {
    font-size: 0.9375rem;
  }

  .list-icon ul li h5 {
    font-size: 1rem;
  }

  .list-icon ul li p {
    font-size: 0.875rem;
  }

  .product-details-btnlink a {
    width: 130px;
  }

  .learn-btn {
    width: 130px;
    height: 45px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 576px) {
  .service-logo img {
    height: 36px;
  }

  .list-icon ul li img {
    height: 62px;
    width: 62px;
  }

  .tick-fund p {
    margin-bottom: 15px;
  }

  .tick-fund p,
  .tick-fund p span {
    font-size: 0.875rem;
  }

  .list-icon ul li h5 {
    font-size: 0.9375rem;
  }

  .list-icon ul li p {
    font-size: 0.8125rem;
  }

  .product-details-btnlink a {
    width: 120px;
  }

  .learn-btn {
    width: 120px;
    height: 40px;
    font-size: 0.875rem;
  }
}

/* --tradetor-- -*/

.tradetor-section span {
  color: #33599d;
  font-size: 40px;
  font-family: "Poppins-SemiBold";
  opacity: 1;
}

.tradetor-text p {
  font-size: 16px;
  font-family: "Poppins-Regular";
  text-align: left;
  color: #383e42;
  margin-bottom: 30px;
}

.tradetor-text p span {
  background: #fce2e1;
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #383e42;
}

@media (max-width: 992px) {
  .tradetor-section span {
    font-size: 2rem;
  }

  .tradetor-text p {
    margin-bottom: 20px;
  }

  .tradetor-text p,
  .tradetor-text p span {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .tradetor-section span {
    font-size: 1.75rem;
  }

  .tradetor-text p {
    margin-bottom: 16px;
  }

  .tradetor-text p,
  .tradetor-text p span {
    font-size: 0.9375rem;
  }
}

@media (max-width: 576px) {
  .tradetor-section span {
    font-size: 1.5rem;
  }

  .tradetor-text p,
  .tradetor-text p span {
    font-size: 0.875rem;
  }
}

/*--- tushil----- */

.tushil-text p {
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #383e42;
  margin-bottom: 28px;
}

.tushil-text p span {
  background: #e1f1e6;
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #383e42;
}

@media (max-width: 992px) {
  .tushil-text h2 span {
    font-size: 2rem;
  }

  .tushil-text p {
    margin-bottom: 20px;
  }

  .tushil-text p,
  .tushil-text p span {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .tushil-text h2 span {
    font-size: 1.75rem;
  }

  .tushil-text p {
    margin-bottom: 16px;
  }

  .tushil-text p,
  .tushil-text p span {
    font-size: 0.9375rem;
  }
}

@media (max-width: 576px) {
  .tushil-text h2 span {
    font-size: 1.5rem;
  }

  .tushil-text p,
  .tushil-text p span {
    font-size: 0.875rem;
  }
}

/* ----Findoo ---- */
.findoo-section {
  padding: 100px 0 240px;
}

.findo-text h2 span {
  color: #33599d;
  font-size: 40px;
  font-family: "Poppins-SemiBold";
}

.findo-text p {
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #383e42;
  margin-bottom: 28px;
}

.findo-text p span {
  background: #fdf1d2;
  font-size: 18px;
  font-family: "Poppins-Regular";
  color: #383e42;
}

@media (max-width: 992px) {
  .findoo-section {
    padding: 70px 0 220px;
  }

  .findo-text p {
    margin-bottom: 20px;
  }

  .findo-text h2 span {
    font-size: 2rem;
  }

  .findo-text p,
  .findo-text p span {
    font-size: 1rem;
  }
}

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

  .findo-text p {
    margin-bottom: 16px;
  }

  .findo-text h2 span {
    font-size: 1.75rem;
  }

  .findo-text p,
  .findo-text p span {
    font-size: 0.9375rem;
  }
}

@media (max-width: 576px) {
  .findoo-section {
    padding: 40px 16px 180px;
  }

  .findo-text h2 span {
    font-size: 1.5rem;
  }

  .findo-text p,
  .findo-text p span {
    font-size: 0.875rem;
  }
}
