/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
/*
#2ba870; /* darker green
#3fbc84; /* green
#DDF9E4; /* light green
*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #5fbf99;
  --secondary-color:              #ffffff;
  --section-bg-color:             #ffffff;
  --custom-btn-bg-color:          #ffffff;
  --custom-btn-bg-hover-color:    #e0e0e0; /* slightly darker gray */
  --dark-color:                   #000000;
  --p-color:                      #3717275; /*717275*/
  --border-color:                 #ff03fb; /*7fffd4*/
  --link-hover-color:             #03ffe2; /*13547a*/

  --body-font-family:             'Open Sans', sans-serif;
  --title-font-family:            'Montserrat', sans-serif;

  --h1-font-size:                 84px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}
.green-text{
    color: #3fbc84 !important;
}
.white-text{
    color: #ffffff !important;
}
.transparent{
    coloro: transparent !important;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
/*---------------------------------------
  TESTING
-----------------------------------------*/
.pink {
  background-color: pink !important;
}
.blue {
  background-color: blue !important;
}
.purple {
  background-color: pink !important;
}
.orange {
  background-color: pink !important;
}
.red {
  background-color: red !important;
}
.yellow {
  background-color: yellow !important;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
	position: relative;
  background-color: var(--section-bg-color);
  height: 80vh;
  padding-top: 25vh;
  padding-bottom: 100px;
}

.section-bg2 {
  background-color: var(--section-bg-color);
  height: 60vh;
  padding-top: 20vh;
  padding-bottom: 100px;
}

.section-overlay {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));

  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}
.white{
  background-color: #ffffff !important;
}


.about_text {
	font-weight: normal;
	font-size: 20px;
	color: grey;
	line-height: 1.6;
}

/*---------------------------------------
  CUSTOM ICON COLOR
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
  border-radius: 7px !important;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background-color: rgba(255, 255, 255, 0.1); /* subtle white tint */
  color: white;
  cursor: pointer;
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  SITE HEADER
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #DDF9E4 0%, #2ba870 100%);
  padding-top: 150px;
  padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}

.nav_button {
  position: absolute;
  right: 260px;
  top: 10px;
  border: none;
  height: 45px;
  width: 145px;
  background-color: #2ba870;
  border-radius: 7px;
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Offset by half of its own height */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-weight: bold; /* Apply bold directly to the button text */
  cursor: pointer; /* Change the mouse cursor to indicate the button is clickable */
  transition: background-color 0.3s ease; /* Smooth transition on hover */
}

.nav_button_text {
  color: white;
  font-size: 16px;
  text-decoration: none; /* Remove underline */
}

.nav_button:hover {
  background-color: #239b5f; /* Slightly darker green when hovered */
}

.nav_button_text:hover {
  color: white;
}



.nav_button2 {
  position: absolute;
  right: 100px;
  top: 10px;
  height: 45px;
  width: 145px;
  border: 1px solid #2ba870;
  background-color: #ebf5ec;
  border-radius: 7px;
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Offset by half of its own height */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-weight: bold; /* Apply bold directly to the button text */
  cursor: pointer; /* Change the mouse cursor to indicate the button is clickable */
  transition: background-color 0.3s ease; /* Smooth transition on hover */
}

.nav_button_text2 {
  color: #2ba870;
  font-size: 16px;
  text-decoration: none; /* Remove underline */
}

.nav_button2:hover {
  background-color: #e0e0e0; /* Slightly darker green when hovered */
}


.demo_button {
  position: relative;
  top: 35px;
  border: none;
  height: 45px;
  width: 150px;
  background-color: #2ba870;
  border-radius: 7px;
  display: inline-flex; /* Aligns the button next to others */
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 15px; /* Adds a gap between this button and the next */
}

.demo_button_text {
  color: white;
  font-size: 17px;
  text-decoration: none;
}

.demo_button:hover {
  background-color: #239b5f;
}

.demo_button_text:hover {
  color: white;
}


.learn_button {
  position: relative;
  top: 35px;
  border: none;
  height: 45px;
  width: 150px;
  border: 2px solid #2ba870;
  background-color: white;
  border-radius: 7px;
  display: inline-flex; /* Aligns the button next to others */
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.learn_button_text {
  color: #2ba870;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease; /* Smooth text color change */
}

.learn_button:hover {
  background-color: #d3d3d3; /* Change background to a light grey on hover */
  border-color: #b0b0b0; /* Make the border a darker grey */
}

.learn_button_text:hover {
  color: #2ba870; /* Change text color to white when hovered */
}



.quote_image {
    position: absolute; /* Absolute positioning within the section */
    top: 43vh; /* Adjust the vertical positioning as needed */
    right: 10vw; /* Adjust the horizontal positioning as needed */
    width: 550px;
    height: auto;
    border-radius: 20px;
    z-index: 1;
}




.want_learn_button {
  position: relative;
  top: 35px;
  height: 45px;
  width: 250px;
  background: transparent;
  border-radius: 22px;
  display: inline-flex; /* Aligns the button next to others */
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid white; /* Fix the typo here */
  color: white
}

.want_learn_button_text {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.want_learn_button:hover {
  background-color: rgba(255, 255, 255, 0.1); /* subtle white tint */
  color: white;
  cursor: pointer;
  border-color: transparent;
}

.want_learn_button_text:hover {
  color: white; /* Change text color to white when hovered */
}


/*---------------------------------------
  NAVIGATION
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: #3fbc84; /* Color of navbar when you scroll*/
}
.navbar-logo {
  height: 45px;                 /* Adjust as needed */
  width: auto;                  /* Keeps the aspect ratio */
  object-fit: contain;
}
.navbar-logo-text{
  font-family: 'Trebuchet MS', sans-serif;
  font-size: var(--h4-font-size);
  font-weight: bold;
}

.navbar {
  background: transparent;
  z-index: 999 !important;
  height: 60px !important;
  position: fixed;
  top: 0px; /* Start off hidden */
  width: 100%; /* Make it span the full width of the screen */
  transition: top 0.3s ease-in-out; /* Smooth transition for top property */
}

.navbar-brand {
  display: flex;                /* Apply flexbox to the parent container */
  align-items: center;          /* Vertically center the items inside */
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  font-family: var(--title-font-family);
  margin-left: 10px;            /* Add space between the logo and the text */
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--dark-color);
  font-family: var(--title-font-family);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}


.house-icon {
  width: 37px;
}

.select-icon {
  width: 70px;
}

.quote-icon {
  width: 55px;
}


.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-family: var(--title-font-family);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.nav-window {
  width: 33px;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

#slideOut {
  position: fixed;
  top: 0;
  right: -200px; /* <-- changed from left to right */
  width: 200px;
  height: 100vh;
  background-color: white;
  color: #fff;
  transition: right 0.3s ease; /* <-- animate the 'right' property */
  padding: 10px;
  box-sizing: border-box;
  z-index: 1000;
  border-left: #2ba870;
}

#slideOut.open {
  right: 0; /* <-- slide in to right: 0 */
}

#closeBtn {
  background: none;
  border: none;
  color: black;
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 20px; /* <-- flipped from 'right' to 'left' for right-side panel */
  font-weight: bold;
}

.banner-link-list {
  list-style: none;
  padding: 50px 0 0 20px; /* space under close button */
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-link-item {
  text-align: left;
}

.banner-link {
  color: #2ba870;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

/*---------------------------------------
  TITLE
-----------------------------------------*/
.title-box{
    margin-top: 50px;
    position: absolute;
    left: 20vw;
    top: 20vh;
}
.title-subtitles{
    max-width: 35vw;
    position: relative;
    left: -100px;
    top: -40px;
    margin-top: 30px;
}
.title-buttons{
  position: relative;
  top: -40px;
  left: -100px;
}
.hero-titles{
  position: relative;
  top: -40px;
  left: -100px;
  text-align: left;
  margin-bottom: 0px;
}

/*---------------------------------------
  HERO
-----------------------------------------*/
.hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;

  /* Gradient overlay */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25));

  padding-top: 150px;
  padding-bottom: 100px;
}

.hero-background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  z-index: -1; /* Ensure image stays behind the content */
  filter: brightness(0.8); /* Add shadow-like effect */
}

.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  /*padding: 10px 15px;*/
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-buttons{
  height: auto !important;
  width: auto;
}
.transparent-btn:hover {
  background-color: rgba(255, 255, 255, 0.1); /* subtle white tint */
  color: white;
  cursor: pointer;
}

.image-demo-container {
  position: absolute;
  height: 10vw;
  width: 10vw;
  top: 29vh;
  right: 660px;
}

.laptop-demo{
  position: relative;
  height: 400px;
  width: auto;
  top: -40px;
  left: 0px;
}
.phone-demo{
  position: relative;
  height: 250px;
  width: auto;
  top: -270px;
  left: 470px;


	@media screen and (min-height: 780px) {
	  .image-demo-container {

	  }

	}

}

.text-container {
  width: 100%; /* Ensures it spans the full width of its parent */
  max-width: 700px; /* Adjust the max-width as needed */
}

.demo-sub-text {
  font-size: 16px;
  color: #2ba870;
  word-wrap: break-word; /* Ensures the text wraps inside the container */
  font-weight: bold;
}

.demo-text {
  font-size: 37px;
  font-weight: bold;
  word-wrap: break-word; /* Ensures the text wraps inside the container */
}

.demo-text-bottom {
  font-size: 16px;
  color: grey;
  margin-top: 35px;
  word-wrap: break-word; /* Ensures the text wraps inside the container */
  text-align: left;
  z-index: 2 !important;
}

.prepared-guy {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-top: 11px;
    margin-bottom: 0px;
}

/*---------------------------------------
  YOUTUBE LINK
-----------------------------------------*/
.video-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.responsive-iframe-wrapper {
  width: 65vw;
  aspect-ratio: 16 / 9; /* Automatically adjusts height */
  overflow: hidden;
  position: relative;
  top: -13vh;
}

.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.demo-video {
  width: 100%;              /* Maintain video aspect ratio */
  height: 0px;            /* Fixed height */
  border-radius: 15px;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  position: relative;
  top: 0px;               /* Retain current Y-axis position */
}

@media screen and (max-height: 700px) {
  .demo-video {
    width: 65vw;              /* Maintain video aspect ratio */
    height: auto;            /* Fixed height */
    border-radius: 15px;
    top: 0px;
  }
}

.explore-section {
  padding-top: 150px;
  padding-bottom: 100px;
	min-height: 100vh;
}

/*---------------------------------------
  TOPICS
-----------------------------------------*/
.featured-section {
  background-color: transparent;
/*  background-color: var(--secondary-color); */
  border-radius: 0 0 100px 100px;
  margin-top: -350px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE
-----------------------------------------*/
.background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Make sure it's behind content */
  overflow: hidden; /* Prevent image from overflowing */
}

/* Image Styling */
.background-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure it covers the section */
  display: block; /* Remove any unwanted gaps at the bottom */
}

/* Timeline Section */
.timeline-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden; /* Prevent any overflow from the section */
  min-height: 100vh;
  padding-top: 125px;
  padding-bottom: 100px;
}

.container-howitworks {
  position: relative;
  width: 100%;
  z-index: 1; /* Ensure content is on top of image */
  box-sizing: border-box; /* Ensures padding/borders don't affect size */
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FAQs
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--primary-color);
}

.faq-section .accordion-body {
  color: var(--p-color);
  font-size: var(--btn-font-size);
  line-height: 40px;
}

/*---------------------------------------
  NEWSLETTER
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM
-----------------------------------------*/
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
}


/*---------------------------------------
  CUSTOM FORM
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER
-----------------------------------------*/
.site-footer {
  border-bottom: 10px solid var(--secondary-color);
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent var(--secondary-color) transparent;
  pointer-events: none;
}

.site-footer-title {
  color: var(--primary-color);
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: #000000 !important;
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {

  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES

*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}


@media screen and (max-height: 700px) {
  .quote_image {
    width: 400px;
    top: 47vh;
  }
  .responsive-iframe-wrapper {
    top: 8vh;
  }
}
@media screen and (max-width: 1400px) {
	.quote_image {
	  top: 45vh;
    width: 400px;
  }
}



@media screen and (max-width: 1600px) {
	.image-demo-container {
	  right: 519px;
	}
	.laptop-demo {
	  height: 332px;
	}
	.phone-demo {
	  height: 193px;
	  top: -216px;
	  left: 399px;
	}
}


@media screen and (max-width: 1300px) {
	.quote_image {
	  top: 50vh;
	}
}



@media screen and (max-width: 700px) {
	.hero-titles {
	  position: relative;
	  top: -57px;
	  left: 0px;
	  text-align: center;
	  margin-bottom: 0px;
	  font-size: 42px;
	}
	.title-subtitles {
    max-width: 90vw;
    position: relative;
    left: 0px;
    top: -55px;
    margin-top: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
	}
  .title-box{
    margin-top: 50px;
    position: absolute;
    left: 0px;
    top: 20vh;
  }
  .image-demo-container {
	  right: 0px;
	  left: 50%;
	  transform: translateX(-50%);
	}
	.laptop-demo{
	  height: 203px;
	  left: 50%;
	  transform: translateX(-50%);
	  top: 199px;
	}
	.phone-demo {
	  height: 119px;
	  top: 92px;
	  left: 23vw;
	}
	.title-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: relative;
    top: -89px;
    left: 0px;
  }
  .demo-video {
    width: 90vw;
  }
  .responsive-iframe-wrapper {
    width: 95vw;
    top: 8vh;
  }
  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 110px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    left: 20px;
    width: 70px;
    height: 70px;
  }
  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 110px;
    padding-right: 20px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    display: none;
  }
  .quote-image {
    top: 66vh;
    width: 264px;
  }
  .demo-sub-text {
    font-size: 14px;
  }
  .demo-text {
    font-size: 27px;
  }
  .demo-text-bottom {
    font-size: 15px;
    margin-top: 29px;
  }
  .demo_button {
    top: 26px;
  }
  .learn_button {
    top: 26px;
  }
  .quote_image {
    top: 66vh;
    width: 264px;
  }
  .section-bg {
    padding-top: 20vh
  }
  .section-bg2 {
    height: 133vh;
    padding-top: 33vh
  }
  .copyright-text {
    text-align: center;
  }
  .site-footer-links {
	  padding-left: 23px;
	}
	.site-footer-title {
	  padding-left: 23px;
	}
	.copywrite-container-small {
	  margin-left: 50%;
	  transform: translateX(-50%);
	}
}
