/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* Define custom fonts */
/* @font-face {
  font-family: 'teen';
  src: url('../font/teen.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'teen';
  src: url('../font/teen-bd.otf') format('opentype');
  font-weight: bold;
} */


@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700&display=swap");

/* 
@font-face {
  font-family: 'Sansation';
  src: url('../font/Sansation_Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Sansation';
  src: url('../font/Sansation_Regular.ttf') format('truetype');
  font-weight: normal;
} */


.poppins-thin {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
}


html {
    overflow-x: hidden;
  }
  *:focus{box-shadow: none !important;}
  /* e4e7ec */
  /* eeeff1 */
  /* 080808 */

  :root{
    --text-color  : #2f3034;
    --g-text-color: #6b7280;
    --rp-gray-1   : #fff;
    --rp-gray-2   : #080808;
    --rp-gray-3   : #080808;
    --rp-green    : #8FBA32;;
    --rp-white    : #ffffff;
    --rp-green-3  : #5EECBF;
    --rp-danger-1 : #eeeff1;
    --rp-warning-1: #EFAD1F;
    --rp-blue     : #1EA9EA;
    --btn-color   : #e9e9ea;

    --color-primary   : #080808;
    /* --color-primary   : #d94d46; */
    --color-secondary : #080808;
    --color-light     : #e9e9ea;
    --color-over-light: #f4f4f4;
    --color-dark      : #080808;
    --color-link-hover: #5c636f;
    --color-white     : #ffffff
  }
  
  /* .hero-section:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url(../img/pattern-randomized.svg);
    background-repeat: no-repeat;
    background-size:cover;
  }
   */


  .link{
    color: var(--color-primary) !important;
  }
  .link:hover{
    color: var(--color-secondary) !important;
  }

  .bg-b{
    background-color: var(--rp-gray-2);
  }
  .bg-w{
    background-color: var(--rp-gray-1);
  }
  .bg-l{
    background-color: var(--color-light);
  }
  .btn-black{
    background-color: var(--rp-gray-2);
    color: var(--rp-white);
  }

  .btn-white{
    background-color: var(--rp-white);
    color: var(--rp-gray-2);
  }
  .centered {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


.font-normal{
  font-weight: normal !important;
}
.font-bold{
  font-weight: bold !important;
}

/* Apply custom font to the body */
body {
  /* font-family: 'teen', sans-serif; */
  font-family: 'Open Sans', sans-serif;
  font-weight: normal; /* Apply normal weight */
  color: var(--color-secondary);
  line-height: 1.5;
}

/* Apply system font for paragraphs */
p {
  font-size: 17px;
  font-family: system-ui !important;
  color: var(--rp-gray-3) !important;
}
  
  .bd-top,.bd-bottom{
    border-top: 1px solid var(--rp-gray-2) !important;
  }
  .rp-primary{background-color: var(--rp-gray-1);}
  .rp-secondary{
    background-color: var(--rp-gray-2) !important;
    color: var(--rp-gray-1) !important;
  }
  
  .text-secondary{color: var(--rp-gray-2) !important;}
  
  .txt-primary{color: var(--rp-gray-1);}
  .txt-second{color: var(--rp-gray-2);}
  a {
    color:var(--rp-gray-2);
    text-decoration: none;
    transition: 0.3s all ease;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
  }
  
  a:hover {
    color: var(--rp-gray-2);
  }
  
  
  h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: 'Open Sans', sans-serif;
    color: var(--rp-gray-3);
    font-weight: bold !important;
  }
  
  .container {
    z-index: 2;
    position: relative;
  }
  
  .text-black {
    color: #000 !important;
  }
  
  .text-primary {
    color: var(--rp-gray-1) !important;
  }
  
  .border-top {
    border-top: 1px solid #f2f2f2 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  
  figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
  }
  
  section {
    overflow: hidden;
  }
  
  .section {
    padding: 7rem 0;
  }
  
  .section-heading {
    font-weight: bold !important;
    color: var(--rp-gray-3) !important;
  }
  .section-heading-black {
    font-weight: bold !important;
    color: var(--rp-gray-3) !important;
  }
  .section-heading-white {
    font-weight: bold !important;
    color: var(--rp-gray-1) !important;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0px;
    bottom: -2px;
    transform: translateY(-50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    border-radius: 50px;
    background: var(--rp-gray-2);
    width: 40px;
    height: 40px;
    z-index: 9999;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: var(--rp-gray-1);
    line-height: 0;
  }
  .back-to-top:hover {
    background: var(--rp-gray-1);
    border: 1px solid var(--rp-gray-2);
  }
  .back-to-top:hover i{
    color: var(--rp-gray-2);
  }
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /* Default btn sre-tyling */
  .btn {
    border: none;
    padding: 15px 30px !important;
    padding:9px 30px !important;
    /* border-radius: 40px; */
  }
  .btn.btn-outline-white {
    border: 1px solid var(--rp-gray-1);
    /* background: var(--rp-gray-1); */
    color: var(--rp-gray-1);
  }
  .btn.btn-outline-white:hover {
    /* border: 2px solid var(--rp-gray-1); */
    background: var(--rp-gray-1);
    color: var(--rp-gray-2);
  }
  .btn.btn-outline-black {
    border: 1px solid var(--rp-gray-3);
    /* background: var(--rp-gray-1); */
    color: var(--rp-gray-3);
  }
  .btn.btn-outline-black:hover {
    /* border: 2px solid var(--rp-gray-1); */
    background: var(--rp-gray-2);
    color: var(--rp-gray-1);
  }
  .btn.btn-primary {
    background: var(--rp-gray-2);
    color: var(--rp-gray-1);
    /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); */
  }
  .btn.btn-primary:hover {
    background: var(--btn-color);
    color: var(--rp-gray-2);
    /* box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); */
  }

  
  
  .btn:hover{
    color: var(--rp-gray-2) !;
  }
  /* Feature 1 */
  .feature-1 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .feature-1 .wrap-icon.icon-1 {
    background: linear-gradient(-45deg, #3b87bd, #2d71a2);
  }
  .feature-1 .wrap-icon i {
    font-size: 40px;
    line-height: 0;
    color: #fff;
  }
  .feature-1 h3 {
    font-size: 20px;
  }
  .feature-1 p {
    color: #b1b1b1;
  }
  
  /* Step */
  .step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px;
  }
  .step .number {
    background: linear-gradient(-45deg, #1391a5, #274685);
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    display: block;
  }
  .step p:last-child {
    margin-bottom: 0px;
  }
  
  /* Review */
  .review h3 {
    font-size: 20px;
  }
  .review p {
    line-height: 1.8;
    font-style: italic;
    color: var(--color-secondary) !important;
  }
  .review .stars span {
    color: var(--rp-warning-1);
  }
  .review .stars .muted {
    color: var(--color-light);
  }
  .review .review-user img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
 
  /* ban */
  .na{
    text-decoration: line-through;
    opacity: 0.5;
  }
 
  
  
  /* CTA Section */
  .cta-section {
    background: var(--color-secondary);
    color: var(--color-white) !important;
  }
  .cta-section h4 {
    color: var(--color-white) !important;
    font-size: 3rem;
    font-weight: 700;
  }
  
  .cta-section p{
    color: var(--color-white) !important;
  }
  .cta-section a{
    color: var(--color-white) !important;
  }
  
  @media screen and (max-width: 768px) {
    .cta-section h2 {
      font-size: 2rem;
    }
  }
  .cta-section .btn {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white);
  }
  .cta-section .btn i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 0;
  }
  
  /* Contact Form */
  .form-control {
    height: 44px;
    border-radius: 0;
    border: 1px solid #dae0e5;
  }
  .form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #2d71a1;
  }
  
  .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
  }
  .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  .php-email-form textarea {
    min-height: 160px;
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* Blog */
  .blog-content{
    text-align: justify;
  }
  .blog-img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0px -2px 0px var(--color-light);
  }
  .post-entry {
    margin-bottom: 60px;
  }
  .post-entry .post-text .post-meta {
    text-decoration: none;
    color: var(--color-secondary);
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
  }
  .post-entry .post-text h3 {
    font-size: 20px;
    color: var(--color-secondary);
  }
  .post-entry .post-text h3 a {
    text-decoration: none;
    color: var(--color-secondary);
  }
  .post-entry .post-text h3 a:hover {
    text-decoration: none;
    color: var(--color-primary);
  }
  .post-entry .post-text .readmore {
    color: var(--color-primary);
  }
  
  .sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
  }
  .sidebar-box *:last-child {
    margin-bottom: 0;
  }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray("300");
    list-style: none;
  }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .categories li a, .sidelink li a {
    text-decoration: none;
    display: block;
  }
  .categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
  }
  .categories li.active a, .sidelink li.active a {
    text-decoration: none;
    color: #000000;
    font-style: italic;
  }
  
  .comment-form-wrap {
    clear: both;
  }
  
  .comment-list {
    padding: 0;
    margin: 0;
  }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
  }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
  }
  .comment-list li .vcard {
    width: 80px;
    float: left;
  }
  .comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
  }
  .comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
  }
  .comment-list li .comment-body h3 {
    font-size: 20px;
  }
  .comment-list li .comment-body .meta {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #ccc;
  }
  .comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
  }
  .comment-list li .comment-body .reply:hover {
    color: #000000;
    background: #e3e3e3;
  }
  
  .search-form {
    background: #f7f7f7;
    padding: 10px;
  }
  .search-form .form-group {
    position: relative;
  }
  .search-form .form-group input {
    padding-right: 50px;
  }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
 
/* Header Styling */
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background-color: white;
  box-shadow: 0px 1px 0px var(--color-light);
}

/* Header styles when scrolled */
/* #header.header-scrolled {
  background: white;
  height: 80px;
}

#header.header-scrolled .login-BTn {
  background-color: var(--color-primary);
  border-radius: 50px;
  text-align: center;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

#header.header-scrolled .login-BTn a {
  color: white !important;
  font-weight: normal;
}

#header.header-scrolled .navbar ul li a {
  color: var(--color-secondary);
}

#header.header-scrolled .navbar ul li a:hover {
  color: var(--color-primary);
}

#header.header-scrolled .navbar ul li a.active {
  color: var(--color-primary);
} */

/* Logo */
#header .logo h1 a {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: bold;
  color: var(--color-primary) !important;
}

#header .logo h1 a:hover {
  color: var(--color-link-hover) !important;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 49px;
}

/* Header Actions (Right Side Buttons) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between buttons */
}

/* Sign In Button */
.sign-in-btn {
  font-family: "Open Sans", sans-serif;
  color: #080808; 
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 15px;
  transition: color 0.3s ease;
  /* background-color: var(--btn-color); */
  border: 1px solid var(--btn-color);;
  border-radius: 8px;
}

.sign-in-btn:hover {
  color: var(--color-dark);
}

.login-BTn {
  background-color: var(--color-primary);
  border-radius: 5px; /* Rounded corners */
  padding: 8px 15px;
  transition: background 0.3s ease;
}

.login-BTn a {
  font-family: "Open Sans", sans-serif;
  color: #fff !important; /* White text */
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.login-BTn a i {
  font-size: 16px;
  margin-right: 8px; /* Space between icon and text */
}

.login-BTn:hover {
  background-color: #333; /* Slightly darker on hover */
}

/* Mobile Toggle Icon */
.mobile-nav-toggle {
  color: #080808;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .header-actions {
    gap: 10px; /* Reduce gap on smaller screens */
  }

  .sign-in-btn {
    font-size: 14px; /* Slightly smaller font */
    padding: 6px 10px; /* Reduced padding */
  }

  .login-BTn {
    padding: 6px 10px; /* Reduced padding */
  }

  .login-BTn a {
    font-size: 14px; /* Slightly smaller font */
  }

  .mobile-nav-toggle {
    display: block; /* Show toggle icon on mobile */
  }
}

@media (max-width: 576px) {
  .header-actions {
    gap: 8px; /* Further reduce gap on very small screens */
  }

  .sign-in-btn {
    font-size: 13px;
    padding: 5px 8px;
  }

  .login-BTn {
    padding: 5px 8px;
  }

  .login-BTn a {
    font-size: 13px;
  }

  .login-BTn a i {
    font-size: 14px; /* Slightly smaller icon */
  }
}
/* Navigation Menu */
.navbar {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  width: auto; 
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-secondary);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--color-primary);
}
/* 
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 62px !important;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  border: 1px solid var(--color-light);
  visibility: hidden;
  background: var(--rp-white);
  transition: 0.3s;
  border-radius: 0 0 8px 8px;
  min-width: 300px;
} */
.navbar .dropdown ul {
    display: block;
    position: absolute;
    /* left: 14px; */
    top: 72px !important;
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    border: 1px solid var(--color-light);
    visibility: hidden;
    background: var(--rp-white);
    transition: 0.3s;
    border-radius: 0 0 8px 8px;
    min-width: 300px;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: var(--color-secondary);
  display: flex;
  transition: background 0.3s ease;
  justify-content: flex-start;
}

.navbar .dropdown ul a i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--color-secondary);
}

.navbar .dropdown ul a span {
  display: flex;
  flex-direction: column;
}

.navbar .dropdown ul a small {
  font-size: 12px;
  color: #6c757d; /* Gray for description */
  font-weight: 300;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--color-primary) !important;
  background-color: #f8f9fa;
}

.navbar .dropdown .dropdown ul {
  display: none;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  color: var(--rp-gray-2);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 110px;
  bottom: 0px;
  left: 0px;
  padding: 10px 0;
  border-radius: 0px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--color-dark);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--rp-gray-2);
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: none;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--color-link-hover);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



  
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
    /* background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg); */
    position: relative;
  }
  
  .hero-section .wave {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -150px;
  }
  
  @media screen and (max-width: 992px) {
    .hero-section .wave {
      bottom: -180px;
    }
  }
  
  .hero-section .wave svg {
    width: 100%;
  }
  
  .hero-section,.hero-section>.container>.row {
    height: 100vh;
    min-height: 880px;
  }
  @media (max-width: 767.98px) {
    .hero-section, .hero-section>.container>.row {
      height: 100vh; /* or any other height suitable for mobile */
      min-height: initial;
    }
  }
  
  
  .hero-section.inner-page {
    height: 60vh;
    min-height: 0;
  }
  
  .hero-section.inner-page .hero-text {
    transform: translateY(-150px);
    margin-top: -120px;
  }
  
  @media screen and (max-width: 992px) {
    .hero-section.inner-page .hero-text {
      margin-top: 120px;
    }
  }
  
  .hero-section h1 {
    font-size: 3.5rem;
    color: var(--rp-gray-2);
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  @media screen and (max-width: 992px) {
    .hero-section h1 {
      font-size: 2.5rem;
      text-align: center;
      margin-top: 40px;
    }
  }
  
  @media screen and (max-width: 992px) {
    .hero-section .hero-text-image {
      margin-top: 4rem;
    }
  }
  
  .hero-section p {
    font-size: 18px;
    color: #fff;
  }
  
  .hero-section .iphone-wrap {
    position: relative;
  }
  
  @media screen and (max-width: 992px) {
    .hero-section .iphone-wrap {
      text-align: center;
    }
  }
  
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: absolute;
    top: -50%;
    overflow: hidden;
    left: 0;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
    border-radius: 30px;
  }
  
  @media screen and (max-width: 992px) {
  
    .hero-section .iphone-wrap .phone-2,
    .hero-section .iphone-wrap .phone-1 {
      position: relative;
      top: 0;
      max-width: 100%;
    }
  }
  
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    width: 250px;
  }
  
  @media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-1 {
      margin-left: -150px;
    }
  }
  
  .hero-section .iphone-wrap .phone-2 {
    margin-top: 50px;
    margin-left: 100px;
    width: 250px;
  }
  
  @media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-2 {
      width: 250px;
      position: absolute;
      margin-top: 0px;
      margin-left: 100px;
    }
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    color: var(--color-primary);
    background-color: var(--color-secondary);
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
  color: var(--rp-white);
  
}

.footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 30px 0;
  color: var(--color-white) !important;
}

.footer .social-links {
  margin: 0 0 30px 0;
}

.footer .social-links a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  color: var(--color-primary);
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.footer .copyright {
  padding-top: 25px;
  border-top: 1px solid color-mix(in srgb, var(--color-over-light), transparent 90%);
}

.sitename, .credits a{
  color: var(--color-white);
}



  /* Socila Menu icons */
  
  
  .social-menu {
        position: relative;
        /* bottom: 15%;
        right: 0px; */
        /* bottom: -92px; */
        /* transform: translateY(-50%);
        transform: translate(-50%, -50%);
        transition: opacity 0.5s; */
        opacity: 1;
        z-index: 9999;
    }
  .hidden {
    opacity: 0;
  }
  
  .social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    text-align: right;
  }
  
  .social-icons li {
    margin-bottom: 10px;
    padding: 6px;
  }
  
  .social-icons a {
    color: var(--color-secondary);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--color-light);
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }
  
  .social-menu .social-icons li:hover i{
    transition: 0.9s;
    transform: rotate(360deg);
  }
  
  .fab {
    font-size: 18px;
  }
  
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px var(--rp-dark);
    -moz-box-shadow: inset 0 0 6px var(--rp-dark);
    box-shadow: inset 0 0 6px var(--rp-dark);
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(210,210,210,.8);
    background-color: var(--rp-white);
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
  }
  ::-webkit-scrollbar {
    width: 12px; 
    display: none;
  }
  
  
  /* input Elements style */
  
  label{
  
    color: var(--rp-gray-2);
  
  }
  
  .form-group {
  
    margin-bottom: 1rem;
  
  }
  
  
    input[type="text"],input[type="search"],input[type='time'],input[type="email"],input[type="password"],input[type="date"],input[type="number"],.textarea,#selector2,.selector2{
      color        : var(--rp-gray-2);
      border-radius: 8px;  
      /* box-shadow: 0 0px 8px 0 rgb(0 0 0 / 15%); */
    }
  
    input[type="text"]:focus, input[type="search"]:focus,input[type='time']:focus,input[type="password"]:focus,.textarea:focus,input[type="email"]:focus,input[type="date"]:focus,input[type="number"]:focus,#selector2:focus,.selector2:focus{
  
  
      color        : var(--rp-gray-2);
      border: 1px solid rgb(0 0 0 / 15%);
  
      /* border-radius: 5px;   */
  
      /* box-shadow: 0 0px 8px 0 rgb(0 0 0 / 15%); */
  
    }
  
    /* input:disabled,select:disabled,textarea:disabled{
  
      background: var(--rp-dark) !important;
  
    }
  
    .form-control:disabled, .form-control[readonly] {
  
      background-color: var(--rp-dark);
  
      opacity: 1;
  
  } */
  
  input:-webkit-autofill,
  
  input:-webkit-autofill:hover,
  
  input:-webkit-autofill:focus,
  
  input:-webkit-autofill:active {
  
      transition: background-color 5000s ease-in-out 0s;
  
      -webkit-text-fill-color: var(--rp-gray-2) !important;
  
  }
  
  textarea:-webkit-autofill,
  
  textarea:-webkit-autofill:hover,
  
  textarea:-webkit-autofill:focus,
  
  textarea:-webkit-autofill:active {
  
      transition: background-color 5000s ease-in-out 0s;
  
      -webkit-text-fill-color: var(--rp-gray-2) !important;
  
  }
  
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  
    color: var(--rp-gray-2) !important;
  
    opacity: 1; /* Firefox */
  
    font-size: 10pt;
  
  }
  
  
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  
    font-size: 10pt;
  
  }
  
  
  
  ::-ms-input-placeholder { /* Microsoft Edge */
  
    font-size: 10pt;
  
  }
  
  ::-moz-selection { /* Code for Firefox */
  
    color: var(--rp-gray-1);
  
    background: var(--rp-gray-4);
  
  }
  
  ::selection {
  
    color: var(--rp-gray-1);
  
    background: var(--rp-gray-3)
  
  }
  
  .custom-file-input:lang(en)~.custom-file-label::after {
  
    content: "Browse";
  
    color: var(--rp-gray-2);
  
  }
  
  .custom-file-label::after {
  
    position: absolute;
  
    top: 0;
  
    right: 0;
  
    bottom: 0;
  
    z-index: 3;
  
    display: block;
  
    height: calc(1.5em + .75rem);
  
    padding: .375rem .75rem;
  
    line-height: 1.5;
  
    content: "Browse";
  
    background-color: var(--rp-gray-2);
  
    border-left: inherit;
  
    border-radius: 0 .25rem .25rem 0;
  
  }
  
  .custom-file-label {
  
    top   : 1px;
  
    border: 1px solid var(--rp-gray-2);
  
    color : var(--rp-gray-2);
  
    /* background-color: var(--rp-dark); */
  
  }
  .modal-title{
    color: var(--rp-gray-2) !important;
  }
  .modal-header{
    border: none;
    /* background-color: var(--rp-gray-2); */
    /* border-bottom: 1px solid var(--rp-gray-2); */
  }
  .modal-body{
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
  }
  .modal-content{
    background-color: var(--rp-white);
    border: none;
    border-radius: 12px;
    padding: 9px;
  }
  .close{
    background-color: transparent;
    color: var(--rp-gray-2);
    border: none;
    border-radius: 50px;
    /* font-size: 26px; */
  }
  
  .address-box p, .address-box h5, .address-box a{
    color: var(--rp-gray-2) !important;
  }
  
  .btn-sm{
    border: none;
    outline: none;
    color: var(--rp-gray-2);
    background-color: var(--rp-gray-1);
    padding: 8px 8px !important;
  }
  .outline-secondary{
    border: 1px solid var(--rp-gray-2) !important;
  }
  
  /* our team style */
  .team-box h2{
    color: var(--rp-gray-1) !important;
  }
  
  #team-box .text-muted{
    color: var(--rp-gray-1) !important;
  }
  
  .social-link {
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rp-gray-1);
    background: var(--rp-gray-2);
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
  }
  
  .img-thumbnail{
    border: none;
    background-color: transparent;
  }
  
  .social-link:hover, .social-link:focus {
    background: var(--rp-gray-2);
    text-decoration: none;
    color: var(--rp-gray-1);
  }
  
  .bg-white{
    background-color: var(--rp-gray-1) !important;
  }
  
  .shadow-sm{
    box-shadow: 0 0.125rem 9px rgba(0,0,0,.075)!important;
  }
  

  
  /* SERVICES -- style */

  .services-box p{
    color: var(--rp-gray-3) !important;
    text-align: justify;
    font-size: 16px;
  }
  .services-box h4{
    color: var(--color-secondary) !important;
    font-weight: normal !important;
  }

  /* .service-box {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0px 4px -6px #0003 !important;
    background-color: var(--color-light);
    margin-bottom: 30px;
    text-align: center;
    height: 299px;
    transition: transform 0.3s, box-shadow 0.3s;
  } */

.service-box {
  margin-bottom: 26px;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 0px 4px -6px #0003 !important;
  margin-bottom: 1;
  background-color: var(--color-over-light);
  transition: transform 0.3s, box-shadow 0.3s;
}
  
  .service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .icon {
    font-size: 3em;
    color: var(--color-primary);
    margin-bottom: 15px;
  }




/* Custom Service Box */
.custom-service-box {
  display: flex;
  flex-direction: row; /* Image on the left, content on the right */
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
  height: 350px; /* Adjusted height for better appearance */
  background-color: var(--color-over-light);
  padding: 20px;
  box-shadow: 0 0px 4px -6px #0003 !important;
  border-radius: 22px;
}

/* Image Style */
.service-image img {
  width: 100%; 
  max-width: 250px;
  height: auto;
  object-fit: cover;
  margin-right: 20px;
}

/* Content Style */
.service-content {
  flex-grow: 1;
}

/* Title Style */
.service-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

/* Paragraph Style */
.service-content p {
  font-size: 1rem;
  color: var(--color-secondary);
  line-height: 1.6;
}

/* Responsive Styles for smaller screens */
@media (max-width: 768px) {
  .custom-service-box {
    flex-direction: column;
    height: auto;
    padding: 15px;
  }

  /* Adjust the image size */
  .service-image img {
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* Adjust title and paragraph styles */
  .service-title {
    font-size: 1.6rem; /* Smaller title for mobile */
  }

  .service-content p {
    font-size: 0.9rem; /* Smaller text for mobile */
  }
}

/* Styles for very small screens (like phones in portrait mode) */
@media (max-width: 480px) {
  .service-title {
    font-size: 1.4rem; /* Even smaller title */
  }

  .service-content p {
    font-size: 0.85rem; /* Adjust paragraph text for smaller screens */
  }
}


  /* About us */
  .section-heading {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
  }
  
  .about-box{
    background-color: var(--color-secondary);
    min-height: 400px;
  }
  .about-box .sub-title3{
    color: var(--color-light) !important;
  }
  .about-box p{
    margin-bottom: 15px;  /* Add some margin for spacing */

    font-size: 1em; /* Adjust for paragraph size */
    color: var(--color-white) !important;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .about-box h2{
    color: var(--color-light) !important;
  }

  @media only screen and (max-width:480px){
    .home-slider{
      margin-top: 40px !important;
    }
  }



  #contact-box h5{
    color: var(--rp-gray-3);
  }
  .rp-box{
    margin: 100px;
    border-radius: 22px;
    padding: 2rem 2rem;
  }

  .send-msgBtn{
    background-color: var(--color-primary);
    color: white;
  }
  /* .rp-box {
    margin: 120px;
    border-radius: 8px;
    padding: 2rem 6px;
  } */
 
  @media only screen and (max-width:480px){
    /* vave */
    .vave-right {
      background-image: linear-gradient(to left,var(--rp-gray-2) 100%, var(--rp-gray-1) 30%);
      height: 496px;
      width: auto !important;
      top: 100px;
      left: -43px;
      position: absolute;
      border-top-right-radius: 115% 351px;
      border-bottom-right-radius: 163% 538px;
      opacity: 0.2;
      display: none;
    }
    .vave-left{display: none;}
    .rp-box {
      margin: 10px;
      border-radius: 22px;
      padding: 2rem 0;
  }
  }
  
  
  /* vave */
  .vave-right {
    /* background-image: linear-gradient(to left,var(--rp-gray-2) 100%, var(--rp-gray-1) 30%); */
    background-color: var(--color-over-light);
    height: 496px;
    width: 84px;
    top: 100px;
    left: -35px;
    position: absolute;
    border-top-right-radius: 115% 351px;
    border-bottom-right-radius: 163% 538px;
    /* opacity: 0.2; */
}
  .vave-left {
    /* background-image: linear-gradient(to left,var(--rp-gray-2) 100%, var(--rp-gray-1) 30%); */
    background-color: var(--color-over-light);
    height: 496px;
    width: 84px;
    top: 100px;
    right: -35px;
    position: absolute;
    border-top-left-radius: 115% 351px;
    border-bottom-left-radius: 163% 538px;
    /* opacity: 0.2; */
  }
  
  .vave-left,.vave-right {
      transform: translatey(0px);
      animation: float 3s ease-in-out infinite;
  }
  @keyframes float {
      0% {
          transform: translatey(0px);
      }
      50% {
          transform: translatey(-20px);
      }
      100% {
          transform: translatey(0px);
      }
  }
  
  /* spine rotator */
  .logo-spine {
    position: relative;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin { 
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
  }
  
  .logo-spine.stopped {
    animation: none;
  }
  
  
  /* spine rotator */
  .spine {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 781ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
    -moz-animation-name: spin;
    -moz-animation-duration: 781ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
    -ms-animation-name: spin;
    -ms-animation-duration: 781ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
    animation-name: spin;
    animation-duration: 781ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;}
  
    @-ms-keyframes spin { 
        from { 
            -ms-transform: rotate(0deg); 
        } to { 
            -ms-transform: rotate(360deg); 
        }
    }
    @-moz-keyframes spin { 
        from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(360deg); 
        }
    }
    @-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(360deg); 
        }
    }
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(360deg); 
        }
    }
  
  .disclaimer{
    color: var(--rp-gray-3);
    text-align: justify;
  }
  .disclaimer h1, h2, p, h5, h4{
    color: var(--rp-gray-3) !important;
  }
  
  .subscriber-container .content {
    width: 360px;
    height: 40px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    border-radius: 60px;
    overflow: hidden;
  }
  
  .subscription {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .subscription .add-email{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    background-color: var(--rp-gray-1);
  }
  
  .subscription .submit-email {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 2px);
    width: 100px;
    border: none;
    border-radius: 60px;
    outline: none;
    margin: 1px;
    padding: 0 20px;
    cursor: pointer;
    background: var(--color-primary);
    color: var(--rp-gray-1);
    transition: width .35s ease-in-out,
    background .35s ease-in-out;
  }
  
  .subscription.done .submit-email {
    width: calc(100% - 2px);
    background: var(--rp-gray-2);
  }
  
  .subscription .submit-email .before-submit,
  .subscription .submit-email .after-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
    transition: visibility .35s ease-in-out,
    opacity .35s ease-in-out;
    /* background-color: var(); */
  }
  
  .subscription.done .submit-email .before-submit,
  .subscription:not(.done) .submit-email .after-submit {
    visibility: hidden;
    opacity: 0;
    color: var(--rp-gray-2) !important;
  }
  
  .subscription .submit-email .after-submit {
    transition-delay: .35s;
  }
  
  .subscription:not(.done) .submit-email .before-submit,
  .subscription.done .submit-email .after-submit {
    visibility: visible;
    opacity: 1;
  }
  
  
  .setup-card{
    border-radius: 10px;
    outline: none;
    border: none;
    border-top: 6px solid var(--rp-gray-1);
    /* border: none; */
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) !important;
  }
  
  /* Input Styles */
  /* Unchecked checkbox */
  input[type="checkbox"] {
    /* Default color for the checkbox */
    background-color: #ffffff;
    border: 1px solid #999999;
  }
  
  /* Checked checkbox */
  input[type="checkbox"]:checked {
    /* Color when the checkbox is checked */
    background-color: var(--rp-gray-1);
    border: 1px solid var(--rp-gray-1);
  }
  
  .outline-text{
    text-shadow: 1px 1px 0 #000,  
    1px -1px 0 #000,
   -1px 1px 0 #000,
    1px 1px 0 #000; /* Text shadow for outline effect */
  }


/* Spinner elipses */

.loader--ellipsis {
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
}

.loader--ellipsis div {
  position: absolute;
  top: 15px;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
  height: 11px;
  width: 11px;
}

.loader--ellipsis div:nth-child(1) {
  left: 6px;
  animation: loader--ellipsis1 0.6s infinite;
}

.loader--ellipsis div:nth-child(2) {
  left: 6px;
  animation: loader--ellipsis2 0.6s infinite;
}

.loader--ellipsis div:nth-child(3) {
  left: 26px;
  animation: loader--ellipsis2 0.6s infinite;
}

.loader--ellipsis div:nth-child(4) {
  left: 45px;
  animation: loader--ellipsis3 0.6s infinite;
}

@keyframes loader--ellipsis1 {
  0% {
      transform: scale(0);
  }

  100% {
      transform: scale(1);
  }
}

@keyframes loader--ellipsis3 {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(0);
  }
}

@keyframes loader--ellipsis2 {
  0% {
      transform: translate(0, 0);
  }

  100% {
      transform: translate(19px, 0);
  }
}

.loader--ellipsis div
 {
  background: var(--rp-gray-2);
}
.section--blue .loader--ellipsis div {
  background: #fff;
}



/* landing contact form */
.contact-form-landing{
  border: none;
  padding: 0px;
}

.contact-form-landing .btn{
  padding: 0px;
  background-color: var(--color-light);
}

.contact-form-landing input[type="text"]{
  color: var(--rp-gray-3);
  border-radius: 8px;
  border: 1px solid var(--color-light);
  box-shadow: 0 0px 0px 0px rgb(0 0 0 / 15%);
}

.myimage {
  border: 6px solid var(--color-light);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.pagination-system a, .pagination-system strong{
  padding: 1rem!important;
}


code {
  font-size: 87.5%;
  color: var(--rp-danger-1);
  word-break: break-word;
}

.sub-title.sub-title3 {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 25px;
}

.sub-title.sub-title3::before, .sub-title.sub-title3:after {
  content: "";
  position: absolute;
  top: 48%;
  height: 2px;
  width: 40px;
}

.sub-title.sub-title3::before {
  background-color: var(--color-primary);
  margin-left: -3.2rem;
}

.sub-title.sub-title3::after {
  background-color: var(--color-primary);
  margin-left: 10px;
}

.sub-title.sub-title3::before, .sub-title.sub-title3:after {
  content: "";
  position: absolute;
  top: 48%;
  height: 2px;
  width: 40px;
}

.hero {
  /* padding-top: 230px; */
  padding-top: 146px;
  padding-bottom: 0;
  background-color: #ffffff;
  overflow: visible;
  background-size: cover;
  background-position: center bottom 178px;
  position: relative;
}

.hero.hero-lead {
  padding-top: 333px;
  padding-top: 274px;
  padding-bottom: 96px;
  padding-bottom: 404px;
  background-position: center bottom;
}
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}


.features-section {
  padding: 40px 0;
  background-color: #f9f9f9;
    }
    
    .features-section .text-center {
        margin-bottom: 30px;
    }
    
    .features-section .sub-title {
        font-size: 14px;
        color: #007bff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }
    
    .features-section .section-heading {
        font-size: 24px;
        font-weight: 700;
        color: #333;
    }
    
    .feature-card {
        background: var(--color-over-light);
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 0px 4px -6px #0003 !important;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        text-align: left;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        height: 100%;
    }
    
    /* .feature-card:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-3px);
    } */
    
    .card-title {
        font-size: 18px;
        font-weight: 700;
        color: var(--color-secondary) !important;
        margin-bottom: 15px;
    }
    
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        /* gap: 10px; */
        /* justify-content: flex-end; */
        /* align-content: center; */
        flex-wrap: wrap;
    }
    .feature-item {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: var(--color-secondary);
        padding: 8px 12px;
        border-radius: 50px;
        transition: background 0.3s ease, padding 0.3s ease;
    }
    
    .feature-item i {
        color: var(--color-primary);
        margin-right: 8px;
        font-size: 16px;
    }
    
    .feature-item:hover {
        background: #fff;
        border-radius: 50px;
        padding-left: 14px;
    }
    
    @media (max-width: 768px) {
        .features-section .section-heading {
            font-size: 20px;
        }
    
        .card-title {
            font-size: 16px;
        }
    
        .feature-item {
            font-size: 13px;
        }
    }


  /* Blog style */
  .blog-container{
    background-color: var(--color-over-light);
  }
  .blog-img {
    object-fit: scale-down;
    /* height: 172px; */
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .read-more-btn{
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
    border-radius: 6px;
  }


  /* Container styles */
  .tags-container {
    margin-top: 1rem;
    font-family: Arial, sans-serif;
  }

  .tags-container p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #333;
  }

  /* Tag list styles */
  .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between tags */
  }
  
  .hashtag {
    display: block;
    margin: 5px 8px 0 0;
    padding: 5px 10px;
    font-size: 0.9rem;
    color: var(--color-secondary);
    background-color: var(--color-over-light);
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
  }

  .hashtag:hover {
    background-color: var(--color-primary);
    color: #fff;
    text-decoration: none;
    transform: scale(1.0);
  }

  .hashtag:active {
    transform: scale(0.9);
  }

  /* .hero-banner{
    background: linear-gradient(135deg, var(--color-dark) 40%, var(--color-primary) 100%);
  } */


  
