/* ===========================
Index Of css

01. Veriables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. Pricing CSS
06. Clients CSS
07. Apply Process CSS
08. Job Category CSS
09. Call Action CSS
10. Responsive CSS
11. Modal CSS
12. Footer CSS

========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Global Colors - The following color variables are used throughout the website. 
   Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529;    /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2d465e;    /* Color for headings, subheadings and title throughout the website */
  --accent-color: #0d83fd;     /* Accent color that represents your brand on the website. It's used for buttons, links, etc. */
  --surface-color: #ffffff;    /* The surface color is used as a background of boxed elements within sections */
  --contrast-color: #ffffff;   /* Contrast color for text, ensuring readability against accent backgrounds */
  --brand-primary: #004085;  /* e.g. deep blue for “Access” */
  --brand-accent:  #FF7A00;  /*  orange accent for “RA” */
  /* Light-on-dark versions for use on dark backgrounds */
  --brand-on-dark-primary: #ffffff;      /* white for “Access” */
  --brand-on-dark-accent:  #ffd1a3;      /* lighter orange for “RA” */
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #7E8890;
  overflow-x: hidden;
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* brand name style */
.company-name {
  color: var(--brand-primary);
  font-weight: 300;
  /* subtle tracking to give the word a bit of breathing room */
  letter-spacing: 0.5px;
  /* very soft shadow for a slight lift off the page */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.company-accent {
  color: var(--brand-accent);
  /* slightly stronger shadow on the accent to make it pop */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.company-name--inverse {
  color: var(--brand-on-dark-primary);
  /* text-shadow can help a bit if the background is textured */
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.company-name--inverse .company-accent {
  color: var(--brand-on-dark-accent);
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
/* Close brand name style */


/* Bread Crumbs */
.breadcrumbs {
  background-color: #ffffff;
  position: relative;
  padding: 20px 0;
  padding-top: 120px;
  /* background-image: url("../images/about.png"); */
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  */
  z-index: 2;
  text-align: left;
}

.breadcrumbs.overlay::before {
  background-color: #faf8f8;
  opacity: 0.8;
  z-index: -1;
} 

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: left;
}

.breadcrumbs .breadcrumbs-content p {
  color: #161616;
  font-size: 14px;
  margin-top: 20px;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 32px;
  color: #2d2c2c;
  font-weight: 700;
  position: relative;
  padding-bottom: 22px;
  line-height: 50px;
}

.breadcrumbs .breadcrumbs-content .page-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #a5a2a2;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: left;
  margin-top: 50px;
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #171717;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

.breadcrumbs .breadcrumb-nav li a:after {
  content: '';
  height: 80%;
  width: 2px;
  background-color: #0b0909;
  position: absolute;
  top: 2px;
  right: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title span {
  text-transform: uppercase;
  background: #2042e3;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff;
  padding: 5px 18px;
  border-radius: 4px;
  line-height: 22px;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 18px;
  line-height: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
}

.section-title h2:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #2042e3;
  content: "";
}

.section-title p {
  font-size: 14px;
  line-height: 24px;
}

.section-title.white-text h2 {
  color: #fff;
}

.section-title.white-text h2::before {
  background-color: #fff;
}

.section-title.white-text span {
  color: #fff;
}

.section-title.white-text p {
  color: #fff;
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #2042e3;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #2042e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 4px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/* Overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #081828;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 40px 0 0 0;
  display: block;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 13px;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #2042e3;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #2042e3;
  color: #fff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

.button .btn:hover {
  background-color: #081828;
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
          box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.button .btn-alt {
  background-color: #081828;
  color: #fff;
}

.button .btn-alt:hover {
  background-color: #2042e3;
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

#loading-area {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 999999999;
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}

/*======================================
	Header CSS
========================================*/
/*===== NAVBAR =====*/
.header.style4 .navbar-area {
  background-color: #fff;
  border: none;
}

.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: transparent;
  position: absolute;
  border-bottom: 1px solid #e6e6e6;
}

.other-page .navbar-area {
  background-color: #fff;
  border: none;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #333;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #2042e3;
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background: #333;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 17px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 17px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 150px;
}

.navbar-toggler {
  padding: 0;
  background-color: #2042e3;
  padding: 5px 8px !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-toggler .toggler-icon {
  background-color: #fff !important;
}

.navbar-toggler:hover {
  background-color: #081828 !important;
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 22px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(29, 42, 93, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(29, 42, 93, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 38px;
}

.navbar-nav .nav-item a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px 0;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0px;
    color: #5E678C;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0px;
    color: #5E678C;
  }
}

.navbar-nav .nav-item a::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #2042e3;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.navbar-nav .nav-item a::before {
  width: 0%;
  left: 0;
}

.navbar-nav .nav-item a::after {
  width: 20%;
  right: 0;
}

.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
  color: #2042e3;
}

.navbar-nav .nav-item:hover a:before,
.navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 100%;
}

.header .navbar-nav li .sub-menu li a.active {
  background-color: #2042e3 !important;
  color: #fff !important;
}

.navbar-nav .nav-item a i {
  display: inline-block;
  margin-left: 4px;
  font-size: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:hover::before,
  .navbar-nav .nav-item a.active::after,
  .navbar-nav .nav-item a.active::before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:hover::before,
  .navbar-nav .nav-item a.active::after,
  .navbar-nav .nav-item a.active::before {
    opacity: 1;
  }
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .sub-nav-toggler {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.header {
  position: relative;
}

/* Header Button */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .button {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header .button {
    display: none !important;
  }
}

.header .button {
  display: inherit !important;
  margin-left: 60px;
}

.header .button .login {
  display: inherit;
  margin-right: 30px;
  padding: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  color: #2042e3;
  font-weight: 500;
  font-size: 14px;
}

.header .button .login i {
  display: inherit;
  margin-right: 5px;
  font-size: 14px;
  line-height: 45px;
  margin-right: 8px;
}

.header .button .login:hover {
  color: #081828;
  border-color: transparent;
}

.header .button .btn {
  color: #fff;
  padding: 0 !important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #2042e3;
  border: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 10px;
  height: 45px;
  line-height: 42px;
  width: 130px;
}

.header .button .btn:hover {
  color: #fff;
  background-color: #081828;
  border-color: transparent;
  -webkit-transform: none;
          transform: none;
}

/* Dropdown Menu */
.header .navbar-nav li .sub-menu {
  background: #fff;
  width: 220px;
  text-align: left;
  position: absolute;
  top: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  left: 0;
  margin: 0;
  -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 13px 20px rgba(153, 153, 153, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999999;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0.2);
          transform: scaleY(0.2);
  border-radius: 0 0 3px 3px;
}

.header .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.header .navbar-nav li .sub-menu li {
  float: none;
  margin: 0;
  display: block;
  margin-bottom: 6px;
}

.header .navbar-nav li .sub-menu li:last-child {
  margin-bottom: 0px;
}

.header .navbar-nav li .sub-menu li:last-child {
  border: none;
}

.header .navbar-nav li .sub-menu li a {
  padding: 10px 15px;
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  background: transparent;
  border-radius: 3px;
  font-weight: 400;
}

.header .navbar-nav li .sub-menu li a:before {
  display: none;
}

.header .navbar-nav li .sub-menu li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.header .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0px;
}

.header .navbar-nav li .sub-menu li:hover a {
  color: #fff;
  background: #2042e3;
}

.header .navbar-nav li .sub-menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.header.index2 .sticky .nav-item a {
  color: #081828 !important;
}

.header.index2 .sticky .nav-item a:hover {
  color: #2042e3 !important;
}

.header.index2 .sticky .nav-item a.active {
  color: #2042e3 !important;
}

.header.index2 .navbar-area.sticky .navbar-nav li .sub-menu li a.active {
  color: #fff !important;
}

.header.index2 .logo {
  position: relative;
  margin: 0;
  padding: 0;
  top: -16px;
}

.header.index2 .logo img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header.index2 .logo .logo1 {
  opacity: 0;
  visibility: hidden;
}

.header.index2 .navbar-nav .nav-item a {
  color: #fff;
}

.header.index2 .navbar-nav .nav-item a::before {
  background-color: #fff;
}

.header.index2 .button .btn:hover {
  background-color: #fff;
  color: #2042e3;
}

/* Index 2 */
.header.index2 .sticky .logo .logo1 {
  opacity: 1;
  visibility: visible;
}

.header.index2 .sticky .logo .logo2 {
  opacity: 0;
  visibility: hidden;
}

.header.index2 .sticky .nav-item a::before {
  background-color: #2042e3;
}

.header.index2 .navbar-nav li .sub-menu {
  border-radius: 3px;
}

.header.index2 .navbar-nav .sub-menu li a {
  color: #081828;
}

.header.index2 .navbar-nav .sub-menu li a:hover {
  color: #fff !important;
}

/* Index 4 */
.header.index4 .navbar-area {
  position: absolute;
}

.header.index4 .sticky {
  position: fixed;
  top: 0;
}



/*======================================
  AccessRA Hero Area (Cleaned)
========================================*/

.hero-area {
  position: relative;
  background: #f6f9fc;
  overflow: hidden;
}

.hero-area .hero-inner {
  padding: 4rem 0;
  position: relative;
  z-index: 3;
}

.hero-area .hero-text {
  margin-top: 100px;
  padding-right: 80px;
  text-align: left;
}

.hero-area .hero-text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}

.hero-area .hero-text h1 .highlighted-text {
  font-weight: 300;
  color: #0056b3;
  position: relative;
  display: inline-block;
}

.hero-area .hero-text h1 .highlighted-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #0056b3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.hero-area .hero-text h1 .highlighted-text:hover::after {
  transform: scaleX(1);
}

.hero-area .hero-text p {
  font-size: 16px;
  line-height: 26px;
  color: #444;
  margin-bottom: 30px;
}

.hero-area .hero-text .button {
  margin-top: 35px;
}

.hero-area .hero-text .button .btn {
  margin-right: 10px;
}

.hero-area .hero-text .button .btn:last-child {
  margin-right: 0;
}

.hero-area .hero-video-head {
  margin-top: 100px;
}

.hero-area .hero-video-head .video-inner {
  position: relative;
}

.hero-area .hero-video-head .video-inner img {
  width: 100%;
  border-radius: 10px 100px 10px 100px;
}

@media (max-width: 991.98px) {
  .hero-area .hero-text {
    text-align: center;
    padding-right: 0;
    margin-top: 100px;
  }

  .hero-area .hero-text .button {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .hero-area .hero-text .btn {
    margin: 0.5rem;
  }
}

/*======================================
  Hero Right Card
========================================*/

/* Glass card and shimmer */
.glass-card {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(9px);
  box-shadow: 0 12px 36px 0 rgba(28,43,67,.17), 0 1.5px 6px rgba(8,116,67,.07);
}
.shimmer-loader {
  background: #f2f4f8;
  overflow: hidden;
  padding: 1.5rem 1.2rem;
}
.shimmer-block {
  height: 24px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #e4e6ec 25%, #f3f6fa 37%, #e4e6ec 63%);
  background-size: 400% 100%;
  animation: shimmerMove 1.4s linear infinite;
  border-radius: 8px;
}
.shimmer-block.short {
  width: 60%;
  height: 18px;
  margin-bottom: 10px;
}
@keyframes shimmerMove {
  0% {background-position: 100% 0;}
  100% {background-position: -100% 0;}
}
.feature-tab-wrapper {
  height: 210px; min-height: 210px;
}
/* Mobile app preview and card */
.mobile-preview-bg {
  background: linear-gradient(120deg, #f3f6fa 70%, #f1f1fd 100%);
  min-height: 210px;
}
.mobile-app-card {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: rgba(255,255,255,.98);
  border-radius: 18px;
  box-shadow: 0 3px 16px 0 rgba(80,90,120,.09);
  padding: 1.2rem 1.1rem;
  min-height: 185px;
  position: relative;
  top: 10px;
  z-index: 2;
  font-size: 1rem;
}
.app-card-box {
  box-shadow: 0 2px 7px rgba(28,43,67,.04);
}

/*======================================
  Hero Experience Badge
========================================*/

.glass-experience-badge {
  position: absolute;
  bottom: 90px;
  right: 90px;
  background: rgba(248, 252, 255, 0.98); /* off-white glassy */
  backdrop-filter: blur(7px);
  color: #162D4B; /* soft brand navy/dark blue */
  padding: 1.05rem 1.6rem 1.05rem 1.6rem;
  border-radius: 1.1rem;
  min-width: 185px;
  text-align: center;
  box-shadow: 0 4px 18px 0 rgba(28,43,67,0.10);
  z-index: 20;
  animation: experience-float 3s ease-in-out infinite;
  border: 1.7px solid #41c29a;  /* brand accent green, update as needed */
}

.glass-experience-badge h4 {
  font-size: 1.08rem;
  margin: 0 0 0.32rem 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.glass-experience-badge h4 span {
  color: #f4a300; /* or use your orange accent */
  font-weight: 600;
  opacity: 0.85;
}

.glass-experience-badge .exp-price {
  font-size: 1rem;
  font-weight: 600;
  color: #087443; /* brand green, adjust as needed */
  line-height: 1.12;
  letter-spacing: 0.01em;
}
.glass-experience-badge .exp-price small {
  font-size: 1rem;
  color: #5f6c90;
  font-weight: 500;
  margin-left: 2px;
  vertical-align: super;
  opacity: 0.68;
}

@keyframes experience-float {
  0%   { transform: translateY(0);}
  50%  { transform: translateY(-11px);}
  100% { transform: translateY(0);}
}
@media (max-width: 992px) {
  .glass-experience-badge { display: none; }
}



/*=============================
	Pricing Table CSS
===============================*/
/* ultra-light bg */
.pricing{background:#fbfdff}

/* badge & title */
.pricing-badge{display:inline-block;padding:.25rem .8rem;font-size:.75rem;
  background:rgba(var(--accent-color-rgb),.12);color:var(--accent-color);
  border-radius:.25rem;text-transform:uppercase;letter-spacing:.08em}
.pricing-title{font-size:clamp(1.8rem,4vw,2.3rem);font-weight:700;
  color:var(--heading-color);margin:.65rem 0}
.pricing-sub{max-width:620px;margin:0 auto;color:var(--default-color)}

/* card */
.pricing-card{position:relative;background:#fff;backdrop-filter:blur(6px);
  padding:1.9rem 1.5rem;border-radius:.85rem;text-align:center;
  box-shadow:0 .5rem 1.2rem rgba(0,0,0,.06);transition:.35s}
.pricing-card:hover{transform:translateY(-6px);box-shadow:0 .9rem 2rem rgba(0,0,0,.12)}
.pricing-card.featured{border:2px solid var(--accent-color)}

/* ribbon */
.ribbon{position:absolute;top:16px;right:-46px;transform:rotate(45deg);
  background:var(--accent-color);color:#fff;font-size:.65rem;font-weight:600;
  padding:.2rem 3rem}

/* price */
.plan-price{font-size:2.15rem;font-weight:700;color:var(--heading-color);
  margin:.9rem 0 .8rem}
.plan-price small{font-size:.8rem;font-weight:400;color:#6c757d}
.plan-price .sym{margin-right:.1rem}

/* features */
.plan-features{list-style:none;padding:0;margin-bottom:1.4rem;font-size:.9rem}
.plan-features li{margin-bottom:.55rem;color:var(--default-color)}
.plan-features li:last-child{margin-bottom:0}

/* toggle switch */
.toggle-wrap{position:relative;width:130px}
.toggle-checkbox{display:none}
.toggle-label{display:block;cursor:pointer;user-select:none;}
.toggle-inner{display:block;height:34px;border-radius:34px;
  background:#e4e8f4;position:relative;line-height:34px;font-size:.75rem;
  font-weight:600;color:#6c757d;text-align:center}
.toggle-inner::after{content:attr(data-monthly);position:absolute;width:50%;
  left:0;top:0}
.toggle-checkbox:checked + .toggle-label .toggle-inner::after{content:attr(data-annual)}
.toggle-switch{position:absolute;width:28px;height:28px;border-radius:50%;
  background:#fff;top:3px;left:4px;transition:.3s}
.toggle-checkbox:checked + .toggle-label .toggle-switch{left:98px}
.toggle-checkbox:checked + .toggle-label .toggle-inner{background:var(--accent-color);color:#fff}

/* button colours */
.btn-accent{background:var(--accent-color);color:#fff}
.btn-accent:hover{background:var(--accent-color)}

/* small */
@media(max-width:575.98px){.pricing-card{padding:1.4rem 1.1rem}}

/* emphasise active side of the toggle */
.toggle-inner{color:#6c757d}
.toggle-checkbox:not(:checked) + .toggle-label .toggle-inner::after{
  color:#fff;font-weight:600
}
.toggle-checkbox:checked + .toggle-label .toggle-inner::after{
  color:#fff;font-weight:600
}

/* subtle promo on Starter when yearly */
.pricing-card.promo{border:2px dashed var(--accent-color)}

/* ---------- flip animation ---------- */
.price-wrap{display:inline-block;perspective:600px}
.flip-card{
  display:inline-block;backface-visibility:hidden;
  transition:transform .5s cubic-bezier(.55,.06,.68,.19);
}
.flip-card.flip-out{transform:rotateX(90deg)}
.flip-card.flip-in {transform:rotateX(-90deg)}


/*======================================
   Clients CSS
========================================*/
.client-logo-section {
  background: hsl(25, 40%, 96%);
  padding: 10px 0;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 120px;
  width: 100%;
  opacity: .3;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1;
}

/*======================================
  Clean "How It Works" Section (AccessRA)
=======================================*/

.how-works {
  background: #f9fbff;
}

.how-badge {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  background: rgba(var(--accent-color-rgb), 0.12);
  color: var(--accent-color);
  border-radius: 0.25rem;
}

.how-title {
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 700;
  color: var(--heading-color);
  margin: 0.75rem 0;
}

.how-sub {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
  color: var(--default-color);
}

.how-line::before {
  content: "";
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(
    to bottom,
    rgba(var(--accent-color-rgb), 0.18) 0 12px,
    transparent 12px 24px
  );
}

@media (max-width: 991.98px) {
  .how-line::before {
    display: none;
  }
}

.how-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.55);
  backdrop-filter: blur(8px);
  padding: 1.35rem 1.15rem;
  border-radius: 0.7rem;
  box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.how-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.12);
}

.how-num {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s;
}

.how-card:hover .how-num {
  transform: translateX(-50%) rotateY(180deg);
}

.how-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 2rem auto 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--accent-color-rgb), 0.14);
  transition: 0.35s;
}

.how-icon i {
  font-size: 1.4rem;
  color: var(--accent-color);
  transition: 0.35s;
}

.how-card:hover .how-icon {
  background: var(--accent-color);
  transform: scale(1.1);
}

.how-card:hover .how-icon i {
  color: #fff;
}

.how-card-title {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: var(--heading-color);
  transition: 0.35s;
}

.how-card:hover .how-card-title {
  color: var(--accent-color);
}

.how-desc {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--default-color);
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
  .how-card {
    padding: 1.1rem 0.95rem;
  }
  .how-icon {
    width: 46px;
    height: 46px;
  }
  .how-num {
    top: -12px;
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
  }
}

@media (max-width: 575.98px) {
  .how-card {
    padding: 1rem 0.85rem;
  }
}


/* ================================
   Clean & Minimal About Section
================================ */

.about-badge {
  display: inline-block;
  padding: .25rem .75rem;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(var(--accent-color-rgb), .12);
  color: var(--accent-color);
  border-radius: .25rem;
  margin-bottom: .75rem;
}

.about-heading {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.25;
}

.about-lead {
  font-size: 1rem;
  color: var(--default-color);
  line-height: 1.6;
}

/* Feature list */
.about-features .feature-item {
  font-size: .9rem;
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  margin: .3rem 0;
}
.about-features i {
  font-size: 1.1rem;
  color: var(--accent-color);
}

/* KPI List */
.about-kpis {
  font-size: .85rem;
  color: var(--heading-color);
}
.about-kpis strong {
  font-size: 1.15rem;
  color: var(--accent-color);
}

/* Founder card */
.founder-card {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: .75rem 1rem;
  border-radius: .75rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
  max-width: 280px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .25s;
  z-index: 10;
  pointer-events: auto;
}
.founder-card:hover {
  box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08);
}
.founder-card .avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

/* Illustration styling */
.about-illustration .main-image {
  width: 100%;
  max-width: 420px;
  border-radius: 1rem;
}
.about-illustration .accent-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  background: var(--accent-color);
  opacity: .08;
  border-radius: 50%;
  top: 15%;
  right: -10%;
  z-index: -1;
  pointer-events: none;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .about-illustration .main-image { max-width: 300px; }
  .about-heading { font-size: 1.75rem; }
  .about-features { margin-bottom: 1.5rem; }
}
@media (max-width: 575.98px) {
  .about-illustration .main-image { max-width: 240px; }
}

@media (min-width: 992px) {
  .feature-offset-lg {
    /* push the features column down by 8rem */
    margin-top: 9.2rem !important;
  }
}

/* ===================================================
   Sleek SaaS “Modules” grid
   =================================================== */

.modules{background:#fbfdff}

/* Heading */
.modules-badge{display:inline-block;padding:.25rem .8rem;font-size:.75rem;
  letter-spacing:.08em;text-transform:uppercase;
  background:rgba(var(--accent-color-rgb),.12);color:var(--accent-color);
  border-radius:.25rem}
.modules-title{font-size:clamp(1.8rem,4vw,2.3rem);font-weight:700;
  color:var(--heading-color);margin:.7rem 0}
.modules-sub{max-width:620px;margin:0 auto;font-size:1rem;color:var(--default-color)}

/* Card */
.module-card{display:flex;flex-direction:column;align-items:center;text-align:center;
  background:hsla(0,0%,100%,.55);backdrop-filter:blur(8px);
  padding:1.6rem 1.25rem;border-radius:.8rem;text-decoration:none;
  box-shadow:0 .4rem .9rem rgba(0,0,0,.06);transition:.35s cubic-bezier(.4,.2,.2,1)}
.module-card:hover{transform:translateY(-6px);box-shadow:0 .9rem 1.8rem rgba(0,0,0,.12)}

/* Icon bubble */
.module-icon{position:relative;width:60px;height:60px;margin-bottom:1rem;
  display:flex;align-items:center;justify-content:center;border-radius:50%;
  background:rgba(var(--accent-color-rgb),.14);transition:.35s}
.module-icon i{font-size:1.55rem;color:var(--accent-color);transition:.35s}
.module-card:hover .module-icon{background:var(--accent-color);transform:scale(1.1)}
.module-card:hover .module-icon i{color:#fff}

/* Title & desc */
.module-title{font-size:1rem;font-weight:600;line-height:1.3;
  color:var(--heading-color);margin-bottom:.4rem;transition:.35s}
.module-card:hover .module-title{color:var(--accent-color)}
.module-desc{font-size:.88rem;color:rgba(0,0,0,.72)}

/* Responsive tweaks */
@media(max-width:991.98px){
  .module-card{padding:1.3rem 1rem}
  .module-icon{width:54px;height:54px}
}
@media(max-width:575.98px){
  .module-card{padding:1.1rem .85rem}
}


/*======================================
    Call Action CSS
========================================*/
.call-action {
  background-image: url("../images/call-action/cat-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.call-action.style2 {
  background-color: #2042e3;
  background-image: none;
  padding: 70px 0;
}

.call-action.style2 .text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.call-action.style2 .button {
  position: relative;
}

.call-action.style2 .button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 26px;
  height: 2px;
  width: 48%;
  border: 1px dashed #fff;
}

.call-action.style2 .button .btn {
  background-color: #fff;
  color: #2042e3;
  float: right;
}

.call-action.style2 .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.call-action .section-title {
  padding: 0;
  padding: 0px 50px;
  margin: 0;
}

.call-action .section-title span {
  color: #2042e3;
  background-color: #fff;
}

.call-action .section-title h2 {
  text-transform: none;
  color: #fff;
}

.call-action .section-title h2::before {
  background-color: #fff;
}

.call-action .section-title p {
  color: #fff;
}

.call-action .section-title .button {
  display: block;
  margin-top: 50px;
}

.call-action .section-title .button .btn {
  background-color: #fff;
  color: #2042e3;
}

.call-action .section-title .button .btn i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.call-action .section-title .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

.call-action.overlay::before {
  background-color: #2042e3;
  opacity: 0.8;
  z-index: -1;
}

/*======================================
    Responsive CSS
========================================*/
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 60px 0px;
  }
  .section-title {
    margin-bottom: 50px;
    padding: 0px 90px;
  }
  .section-title span {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
  }
  .section-title h2 {
    font-size: 28px;
    margin-top: 5px;
    line-height: 38px;
  }
  .section-title.align-left {
    padding: 0;
    padding-right: 200px;
  }
  .section-title p {
    font-size: 13px;
  }
  .breadcrumbs {
    padding-top: 105px;
    padding-bottom: 50px;
  }
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
  }
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
  #scrollUp {
    bottom: 55px;
  }
  .navbar-brand img {
    width: 130px;
  }
  .header .button {
    margin: 0;
  }
  .header.index2 .sticky .navbar .navbar-toggler .toggler-icon {
    background: #081828 !important;
  }
  .header .navbar-nav li .sub-menu {
    background: #fff;
    width: 200px;
    padding: 10px;
    z-index: 9999999;
    left: 95px;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 13px;
    top: 0;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    border: 1px dashed #eee;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-nav li .sub-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .header .navbar-nav li a:hover .sub-menu {
    top: 42px;
  }
  .header .navbar-nav li a {
    position: relative;
    margin-bottom: 6px;
  }
  .navbar-collapse {
    overflow: scroll;
    height: 400px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar-nav .nav-item:last-child {
    padding-bottom: 20px;
  }
  .right-button .btn {
    font-size: 13px;
  }
  .breadcrumbs .bread-list {
    margin-top: 8px;
  }
  .hero-area .hero-inner {
    height: 550px;
  }
  .hero-area .hero-inner::before {
    display: none;
  }
  .hero-area .hero-text {
    float: none;
    margin-top: 140px;
  }
  .hero-area .hero-text h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .hero-area .hero-text .button {
    margin-top: 25px;
  }
  .hero-area .hero-video-head {
    display: none;
  }
  .hero-area.style2 .home-slider {
    position: relative;
    height: 450px;
  }
  .hero-area.style2 .hero-inner .hero-text {
    margin-top: 150px;
  }
  .hero-area.style2 .tns-controls button {
    width: 30px;
    height: 50px;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    background: #2042e3;
    border: none;
    padding: 2px 5px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
  }
  .hero-area.style2 .tns-controls button:hover {
    background-color: #081828;
    color: #fff;
  }
  .hero-area.style2 .tns-controls button:first-child {
    border-radius: 0 5px 5px 0 !important;
    left: 0;
  }
  .hero-area.style2 .tns-controls button:last-child {
    border-radius: 5px 0 0 5px !important;
    right: 0;
  }
  .hero-area.style2 .hero-image {
    display: none !important;
  }
  .hero-area.style3 .hero-inner {
    height: auto !important;
    padding-bottom: 50px;
  }
  .hero-area.style3 .hero-inner .hero-text {
    margin-top: 120px;
    text-align: center;
    padding: 0 !important;
  }
  .hero-area.style3 .trending-keywords {
    text-align: center;
  }
  .hero-area.style3 .trending-keywords .keywords {
    text-align: center;
    display: inline-block;
  }
  .hero-area.style3 .home-search {
    margin-top: 40px;
  }
  .hero-area.style3 .home-search .button {
    margin-top: 20px;
  }
  .hero-area.style3 .home-search .button .btn {
    width: 100%;
  }
  .hero-area.style4 .hero-inner .hero-text {
    margin-top: 120px;
    text-align: center;
    padding: 0 !important;
  }
  .apply-process .process-item {
    padding: 0 !important;
    padding-top: 0px;
    text-align: center;
    padding-top: 80px !important;
  }
  .apply-process .process-item i {
    left: 50% !important;
    margin-left: -30px;
    height: 60px !important;
    width: 60px !important;
    font-size: 25px !important;
    line-height: 60px !important;
  }
  .apply-process .process-item h4:before {
    left: 50% !important;
    margin-left: -25px;
  }
  .call-action.style2 .text h2 {
    font-size: 24px !important;
  }
  .call-action.style2 .button::before {
    display: none;
  }
  .about-us .content-left {
    position: relative;
    text-align: center;
  }
  .about-us .content-left .md-left {
    margin-left: 0 !important;
  }
  .about-us .content-left .media-body {
    text-align: left;
  }
  .about-us .content-right {
    margin-top: 50px;
    padding: 0;
  }
  .about-us .content-right h2 {
    font-size: 27px;
    margin-bottom: 40px;
    line-height: 38px;
  }
  .featured-job .single-job .content .button .btn {
    padding: 12px 28px !important;
  }
  .testimonials .patern1 {
    display: none;
  }
  .testimonials .testimonial-right {
    display: none;
  }
  .all-categories .categories-title {
    font-size: 25px !important;
  }
  .find-job.job-list {
    padding-top: 30px !important;
  }
  .pricing-table .section-title {
    margin-bottom: 20px;
  }
  .pricing-table .single-table {
    margin-top: 30px;
  }
  .faq-area {
    padding-bottom: 30px !important;
  }
  .faq-area .heading {
    font-size: 17px;
    line-height: 28px;
  }
  .brand-area .section-title.align-left {
    padding-right: 200px;
    margin-bottom: 40px !important;
  }
  .newsletter-area .mini-call-action {
    height: auto;
  }
  .latest-news-area .section-title {
    margin-bottom: 20px;
  }
  .latest-news-area .single-news {
    margin-top: 30px;
  }
  .post-details .post-meta li {
    margin-bottom: 8px;
  }
  .latest-news-area.blog-list {
    padding-top: 30px;
  }
  .blog-list .single-news {
    margin-bottom: 0 !important;
  }
  .post-details p {
    margin: 25px 0;
  }
  .sidebar {
    margin-top: 30px;
  }
  .sidebar .widget.search-widget form input {
    padding: 0 80px 0 20px;
  }
  .sidebar .widget.social-widget ul li {
    margin-bottom: 10px;
  }
  .contact-area .contact-address-wrapper {
    padding-right: 0;
  }
  .contact-area .inner-section-title h2 {
    font-weight: 700;
    font-size: 28px;
  }
  .sidebar.service-sidebar .service-category > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding: 10px 15px;
  }
  .sidebar.service-sidebar .service-category {
    padding: 30px;
  }
  .sidebar.service-sidebar .service-docs {
    padding: 30px;
  }
  .sidebar.service-sidebar .service-quote {
    padding: 30px;
  }
  .adv-banner {
    padding: 30px;
  }
  .post-details .post-title {
    line-height: 30px;
  }
  .post-details .post-title a {
    font-size: 24px;
    font-weight: 600;
  }
  .blog-middle-image {
    margin-bottom: 20px;
  }
  .blog-single .sidebar {
    margin-top: 30px;
  }
  .map-section {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 60px !important;
    height: auto;
  }
  .map-section iframe {
    height: 300px !important;
  }
  .newsletter-area .mini-call-action {
    margin-top: 30px;
  }
  .error-page .error-image img {
    width: 70%;
  }
  .error-page .error-text {
    margin-top: 50px;
    padding-left: 0 !important;
    text-align: center !important;
    padding: 0px 100px !important;
  }
  .error-area .error-content h1 {
    font-size: 90px !important;
  }
  .maill-success .success-content h1 {
    font-size: 30px !important;
  }
  .maill-success .success-content h2 {
    font-size: 20px !important;
  }
  .contact-us .form-main {
    padding: 50px 50px 50px 50px !important;
  }
  .contact-us .single-head {
    padding-top: 0 !important;
  }
  .dashbord-sidebar {
    margin-bottom: 30px;
  }
  .footer .footer-top {
    text-align: center;
  }
  .footer .footer-top .download-button {
    text-align: center !important;
    margin-top: 20px;
  }
  .footer .footer-middle {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .footer .f-about p {
    padding-right: 80px;
  }
  .footer .single-footer {
    margin-top: 30px;
  }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
  .section {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom: 40px;
    padding: 0px 20px;
  }
  .section-title span {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 25px;
    margin-top: 3px;
    line-height: 35px;
  }
  .section-title.align-left {
    padding: 0;
    padding-right: 0;
  }
  .section-title p {
    font-size: 13px;
  }
  .breadcrumbs {
    padding-top: 105px;
    padding-bottom: 50px;
  }
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #fff;
  }
  .breadcrumbs .breadcrumb-nav {
    margin-top: 30px;
  }
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
  #scrollUp {
    bottom: 55px;
  }
  .navbar-brand img {
    width: 130px;
  }
  .header.index2 .navbar .navbar-nav .nav-item a {
    color: #081828;
  }
  .header.index2 .navbar .navbar-nav .nav-item a::before {
    background-color: #2042e3;
  }
  .header .button {
    margin: 0;
  }
  .header .button .btn {
    padding: 0 !important;
    width: auto !important;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px !important;
    font-size: 13px;
  }
  .header .button .login {
    padding: 0 !important;
    width: auto !important;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px !important;
    font-size: 13px;
    margin-right: 10px;
  }
  .header .button .login i {
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    line-height: 30px;
  }
  .header .navbar-nav li .sub-menu {
    background: #fff;
    width: 200px;
    padding: 10px;
    z-index: 9999999;
    left: 95px;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 13px;
    top: 0;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    border: 1px dashed #eee;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-nav li .sub-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .header .navbar-nav li a:hover .sub-menu {
    top: 42px;
  }
  .header .navbar-nav li a {
    position: relative;
    margin-bottom: 6px;
  }
  .navbar-collapse {
    overflow: scroll;
    height: 400px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navbar-nav .nav-item:last-child {
    padding-bottom: 20px;
  }
  .navbar-toggler {
    padding: 0;
    background-color: #2042e3;
    padding: 5px 8px !important;
  }
  .navbar-toggler .toggler-icon {
    background-color: #fff !important;
    width: 20px !important;
    margin: 3px 0 !important;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    top: 5px !important;
  }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    top: -5px !important;
  }
  .right-button .btn {
    font-size: 13px;
  }
  .breadcrumbs .bread-list {
    margin-top: 8px;
  }
  .hero-area .job-search-wrap-two {
    margin-top: 30px !important;
  }
  .hero-area .hero-inner {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
  }
  .hero-area .hero-text {
    float: none;
    margin-top: 100px;
  }
  .hero-area .hero-text h1 {
    font-size: 23px;
    line-height: 30px;
  }
  .hero-area .hero-text .button {
    margin-top: 20px;
  }
  .hero-area .hero-text .button .btn {
    margin: 0 !important;
    width: 60%;
    margin-bottom: 10px !important;
  }
  .hero-area .hero-text .button .btn:last-child {
    margin: 0 !important;
  }
  .hero-area .hero-video-head {
    display: none;
  }
  .hero-area.style2 .home-slider {
    position: relative;
    height: auto !important;
  }
  .hero-area.style2 .hero-inner .hero-text {
    margin-top: 120px;
    padding: 0 !important;
  }
  .hero-area.style2 .hero-inner .hero-text .btn {
    margin: 0 !important;
    width: 100%;
    margin-bottom: 10px !important;
  }
  .hero-area.style2 .hero-inner .hero-text .btn:last-child {
    margin: 0 !important;
  }
  .hero-area.style2 .tns-controls button {
    width: 30px;
    font-size: 15px;
  }
  .hero-area.style2 .tns-controls button:hover {
    background-color: #081828;
    color: #fff;
  }
  .hero-area.style2 .tns-controls button:first-child {
    border-radius: 0 5px 5px 0 !important;
    left: 0;
  }
  .hero-area.style2 .tns-controls button:last-child {
    border-radius: 5px 0 0 5px !important;
    right: 0;
  }
  .hero-area.style2 .hero-image {
    display: none !important;
  }
  .hero-area.style3 .hero-inner {
    height: auto !important;
    padding-bottom: 50px;
  }
  .hero-area.style3 .hero-inner .hero-text {
    margin-top: 120px;
    text-align: center;
    padding: 0 !important;
  }
  .hero-area.style3 .trending-keywords {
    text-align: center;
  }
  .hero-area.style3 .trending-keywords .keywords {
    text-align: center;
    display: inline-block;
  }
  .hero-area.style3 .home-search {
    margin-top: 40px;
  }
  .hero-area.style4 .hero-inner .hero-text {
    margin-top: 120px;
    text-align: center;
    padding: 0 !important;
  }
  .apply-process {
    padding-bottom: 45px !important;
  }
  .apply-process.style4 {
    padding-top: 120px !important;
  }
  .apply-process .process-item {
    margin-bottom: 35px;
    padding-left: 80px !important;
  }
  .apply-process .process-item i {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
    line-height: 50px !important;
    top: 5px !important;
  }
  .apply-process .process-item h4 {
    font-size: 16px !important;
    margin-bottom: 14px !important;
    padding-bottom: 16px !important;
  }
  .about-us .content-left {
    padding: 0;
  }
  .about-us .content-left::before {
    display: none;
  }
  .about-us .content-left .single-img {
    border-radius: 5px;
  }
  .about-us .content-left .single-img.mt-50 {
    margin-top: 30px !important;
  }
  .about-us .content-left .single-img.minus-margin {
    position: relative;
    top: 0px;
  }
  .about-us .content-left .media-body {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-us .content-left .media-body h6 {
    font-size: 20px;
  }
  .about-us .content-right {
    margin-top: 50px;
    padding: 0;
  }
  .about-us .content-right h2 {
    font-size: 27px;
    margin-bottom: 40px;
    line-height: 38px;
  }
  .call-action .section-title {
    padding: 0 !important;
  }
  .find-job.job-list {
    padding-top: 20px !important;
  }
  .find-job .single-job {
    padding: 0 !important;
    padding: 40px !important;
  }
  .find-job .single-job .job-image {
    margin: 0;
    position: relative !important;
    margin-bottom: 20px;
    left: 0 !important;
    top: 0 !important;
    display: inline-block;
  }
  .find-job .single-job .job-content h4 {
    padding: 0 !important;
    padding-bottom: 15px !important;
  }
  .find-job .single-job .job-button {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-top: 20px;
  }
  .featured-job .single-job .content .button .btn {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .featured-job .single-job .content .button .btn:last-child {
    margin: 0 !important;
  }
  .all-categories {
    padding-bottom: 20px !important;
  }
  .all-categories .categories-title {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .find-job .search-job .search-nner input {
    margin-bottom: 15px !important;
  }
  .browse-resumes .inner-content .resume-item {
    padding-left: 0 !important;
  }
  .browse-resumes .inner-content .resume-item img {
    position: relative !important;
    margin-bottom: 20px;
  }
  .browse-resumes .inner-content .resume-item .right .year-exp {
    padding: 7px 15px !important;
    position: relative !important;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .testimonials .patern1 {
    display: none;
  }
  .testimonials .testimonial-right {
    display: none;
  }
  .testimonials .tns-controls {
    position: absolute;
    right: 50%;
    bottom: -65px;
    z-index: 9;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .testimonials button {
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    line-height: 40px !important;
  }
  .pricing-table .section-title {
    margin-bottom: 10px;
  }
  .pricing-table .single-table {
    margin-top: 30px;
  }
  .faq-area {
    padding-bottom: 20px !important;
  }
  .faq-area .single-faq {
    margin-bottom: 45px;
  }
  .faq-area .heading {
    font-size: 15px;
    line-height: 25px;
  }
  .brand-area .section-title.align-left {
    padding-right: 0;
    margin-bottom: 40px !important;
  }
  .client-logo-section {
    padding: 0 !important;
  }
  .client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
    max-width: 170px;
  }
  .latest-news-area .section-title {
    margin-bottom: 10px;
  }
  .latest-news-area .single-news {
    margin-top: 30px;
  }
  .latest-news-area .single-news .content-body .title {
    line-height: 24px !important;
  }
  .latest-news-area .single-news .content-body .title a {
    font-size: 17px !important;
  }
  .post-details .post-meta li {
    margin-bottom: 8px;
  }
  .post-details p {
    margin: 20px 0;
  }
  .post-image .blog-inner-big-img {
    margin-bottom: 1.5rem !important;
  }
  .post-details .list {
    margin-left: 0 !important;
  }
  .post-details .list li i {
    top: 6px !important;
  }
  .post-comments {
    padding: 30px;
  }
  .post-comments .comments-list {
    padding: 0 !important;
  }
  .post-comments .comments-list li {
    padding: 0 !important;
  }
  .post-comments .comments-list li .comment-img {
    position: relative !important;
  }
  .comment-form {
    padding: 30px;
  }
  .comment-form form .form-box .form-control-custom {
    height: 50px;
    margin-bottom: 15px;
  }
  .post-comments .comments-list li.children {
    margin-left: 0 !important;
  }
  .post-comments .comments-list li {
    padding-top: 30px !important;
  }
  .post-comments .comments-list li .comment-desc {
    margin-top: -15px;
  }
  .post-comments .comments-list li .comment-img img {
    max-width: 70px;
    max-height: 70px;
    display: inline-block !important;
    margin-bottom: -15px !important;
  }
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 8px 25px;
    position: relative;
    margin-top: 15px;
  }
  .post-comments .comments-list li {
    padding-left: 100px;
  }
  .latest-news-area.blog-list {
    padding-top: 20px;
  }
  .blog-list .single-news {
    margin-bottom: 0 !important;
  }
  .sidebar {
    margin-top: 30px;
  }
  .sidebar .widget.search-widget form input {
    padding: 0 80px 0 20px;
  }
  .sidebar .widget.social-widget ul li {
    margin-bottom: 10px;
  }
  .contact-area .contact-address-wrapper {
    padding-right: 0;
  }
  .contact-area .inner-section-title h2 {
    font-weight: 700;
    font-size: 28px;
  }
  .sidebar.service-sidebar .service-category > li > a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding: 10px 15px;
  }
  .sidebar.service-sidebar .service-category {
    padding: 30px;
  }
  .sidebar.service-sidebar .service-docs {
    padding: 30px;
  }
  .sidebar.service-sidebar .service-quote {
    padding: 30px;
  }
  .adv-banner {
    padding: 30px;
  }
  .post-details .post-title {
    line-height: 30px;
  }
  .post-details .post-title a {
    font-size: 24px;
    font-weight: 600;
  }
  .blog-middle-image {
    margin-bottom: 20px;
  }
  .blog-single .sidebar {
    margin-top: 30px;
  }
  .map-section {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 50px !important;
    height: auto;
  }
  .map-section iframe {
    height: 300px !important;
  }
  .brand-list {
    border: none;
  }
  .brand-list:before {
    display: none;
  }
  .brand-list li {
    border: 1px solid #eee;
  }
  .brand-list li a {
    border: none;
  }
  .faq-area .single-faq {
    margin-bottom: 30px !important;
  }
  .error-area .error-content h1 {
    font-size: 60px !important;
  }
  .error-area .error-content h2 {
    font-size: 18px !important;
  }
  .maill-success .success-content h1 {
    font-size: 28px !important;
  }
  .maill-success .success-content h2 {
    font-size: 18px !important;
  }
  .contact-us .single-head {
    padding-top: 0 !important;
  }
  .add-resume .add-resume-inner .post-header p {
    float: left !important;
  }
  .add-resume .add-post-btn {
    float: none !important;
    margin-top: 10px;
  }
  .add-resume .button {
    margin-bottom: 15px;
    display: block;
  }
  .add-resume .add-resume-inner .add-post-btn ul li {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .add-resume .add-resume-inner .add-post-btn ul li:last-child {
    margin: 0 !important;
  }
  .job-alerts .job-alerts-items .alerts-list {
    text-align: center;
  }
  .job-alerts .job-alerts-items .alerts-content {
    text-align: center;
  }
  .job-alerts .job-alerts-items .alerts-content h3 {
    margin-bottom: 10px;
  }
  .pagination-md-center {
    text-align: center !important;
  }
  .job-alerts .job-alerts-items .alerts-content .full-time {
    margin: 5px 0;
  }
  .job-details .job-details-inner {
    padding: 30px !important;
  }
  .job-details .content {
    padding: 0 !important;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .job-details .company-logo {
    padding-left: 0 !important;
  }
  .job-details .title {
    display: block;
    margin-top: 10px;
  }
  .job-details .job-details-head .salary-type {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .job-details .job-details-sidebar .sidebar-widget:first-child {
    margin-top: 30px !important;
  }
  .modal .login-modal-main {
    padding: 25px !important;
  }
  .modal .login-modal-main .heading h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .modal .login-modal-main .social-login ul li a {
    padding: 10px 10px !important;
    padding-left: 10px !important;
    font-size: 13px !important;
    padding-left: 32px !important;
  }
  .modal .login-modal-main .social-login ul li a i {
    position: absolute;
    left: 15px !important;
    top: 14px !important;
    font-size: 13px !important;
  }
  .dashbord-sidebar {
    margin-bottom: 30px;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination .pagination-list li {
    margin-top: 10px;
  }
  .bookmarked .job-items .manage-content {
    text-align: center;
  }
  .bookmarked .job-items .manage-content .can-img {
    float: none !important;
    text-align: center;
  }
  .bookmarked .job-items .manage-content .time {
    margin-top: 20px;
    padding: 7px 14px !important;
    display: inline-block !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .bookmarked .job-items .manage-content .location {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 !important;
  }
  .bookmarked .job-items .manage-content .location i {
    position: relative !important;
    top: 0 !important;
  }
  .bookmarked .job-items .manage-content .button .btn {
    display: inline-block !important;
    padding: 7px 14px;
  }
  .manage-applications .job-items .manage-content {
    text-align: center;
  }
  .manage-applications .job-items .manage-content .title-img .can-img {
    float: none !important;
  }
  .manage-applications .job-items .manage-content .time {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .manage-jobs .job-items .manage-list {
    text-align: center;
  }
  .manage-jobs .job-items .manage-content {
    text-align: center;
  }
  .manage-jobs .job-items .manage-content .time {
    display: inline-block;
    margin: 15px 0 10px 0;
  }
  .manage-jobs .job-items .manage-content .can-img img {
    margin-bottom: 10px !important;
  }
  .manage-resumes .inner-content .resume-item {
    padding: 0 !important;
  }
  .manage-resumes .inner-content .resume-item img {
    position: relative !important;
    margin-bottom: 20px;
  }
  .manage-resumes .inner-content .resume-item .status {
    display: block;
    margin-bottom: 10px;
  }
  .manage-resumes .inner-content .resume-item .action-btn a {
    margin-bottom: 10px;
  }
  .manage-resumes .inner-content .resume-item .action-btn a:last-child {
    margin-bottom: 10px !important;
  }
  .notifications .job-items .manage-content {
    text-align: center;
  }
  .notifications .job-items .manage-content .can-img img {
    float: none;
    margin-bottom: 15px !important;
  }
  .notifications .job-items .manage-content .time p {
    float: none !important;
    margin-top: 15px !important;
    text-align: center;
  }
  .resume .content-right {
    margin-top: 20px;
  }
  .resume .content-right .title-main {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
  }
  .resume .inner-content .social li {
    margin-bottom: 10px;
  }
  .resume .inner-content .single-section.exprerience .single-exp .image img {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .call-action.style2 {
    text-align: center;
  }
  .call-action.style2 h2 {
    font-size: 28px !important;
  }
  .call-action.style2 .button {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .call-action.style2 .button:before {
    display: none !important;
  }
  .call-action.style2 .button .btn {
    float: none !important;
    text-align: center;
  }
  .footer .footer-top {
    text-align: center;
  }
  .footer .footer-top .download-text h3 {
    font-size: 22px !important;
  }
  .footer .footer-top .download-button {
    text-align: center !important;
    margin-top: 20px;
  }
  .footer .footer-top .download-button .button .btn {
    width: 70%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .footer .footer-top .download-button .button .btn:last-child {
    margin: 0 !important;
  }
  .footer .footer-middle {
    padding-bottom: 50px !important;
    padding-top: 20px !important;
  }
  .footer .f-about p {
    padding-right: 80px;
    line-height: 24px !important;
  }
  .footer .f-link ul li {
    margin-bottom: 10px !important;
  }
  .footer .single-footer h3 {
    margin-bottom: 22px !important;
  }
  .footer .single-footer {
    margin-top: 30px;
  }
  .footer .footer-bottom {
    text-align: center;
  }
  .footer .footer-bottom .left {
    margin-bottom: 15px;
  }
  .footer .footer-bottom .left p {
    text-align: center;
  }
  .footer .footer-bottom .right ul {
    text-align: center !important;
  }
}

/*======================================
    Modal CSS
========================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.position-relative {
  position: relative !important;
}

.pos-abs-tr {
  position: absolute;
  top: 0;
  right: 0;
}

.z-index-supper {
  z-index: 800;
}

.circle-32 {
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  background: #eee !important;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.circle-32:hover {
  background-color: #081828 !important;
  color: #fff !important;
}

.btn-reset {
  background: transparent;
  border: 0;
}

.modal.show .modal-dialog {
  pointer-events: visible;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.modal .login-modal-main {
  background-color: #fff;
  padding: 50px;
  border-radius: 6px;
  overflow: hidden;
}

.modal .login-modal-main .heading h3 {
  color: #081828;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 32px;
}

.modal .login-modal-main .heading h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background-color: #2042e3;
}

.modal .login-modal-main .social-login {
  margin-top: 30px;
}

.modal .login-modal-main .social-login ul li {
  margin-bottom: 10px;
}

.modal .login-modal-main .social-login ul li:last-child {
  margin-bottom: 0;
}

.modal .login-modal-main .social-login ul li a {
  text-align: center;
  position: relative;
  background-color: #2042e3;
  padding: 13px 30px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  z-index: 2;
}

.modal .login-modal-main .social-login ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

.modal .login-modal-main .social-login ul li a:hover::before {
  opacity: 0.2;
  visibility: visible;
}

.modal .login-modal-main .social-login ul li a i {
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 20px;
}

.modal .login-modal-main .social-login ul li .linkedin {
  background-color: #0077B5;
}

.modal .login-modal-main .social-login ul li .google {
  background-color: #dd4b39;
}

.modal .login-modal-main .social-login ul li .facebook {
  background-color: #3b5999;
}

.modal .login-modal-main .or-devider {
  text-align: center;
  position: relative;
  z-index: 1;
}

.modal .login-modal-main .or-devider span {
  display: inline-block;
  background: white;
  padding: 15px 25px;
}

.modal .login-modal-main .or-devider::before {
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-top: 1.5px;
  position: absolute;
  background: #eee;
  z-index: -1;
}

.modal .login-modal-main .form-group {
  margin-bottom: 20px;
}

.modal .login-modal-main .form-group:last-child {
  margin-bottom: 0;
}

.modal .login-modal-main .form-group .label {
  font-size: 15px;
  font-weight: 500;
  color: #081828;
  display: block;
  margin-bottom: 8px;
}

.modal .login-modal-main .form-group .form-control {
  height: 50px;
  border: 1px solid #eee;
  padding: 0px 30px;
  color: #081828;
  border-radius: 5px;
  font-size: 15px;
}

.modal .login-modal-main .form-group .pass {
  padding-right: 50px;
}

.modal .login-modal-main .button {
  width: 100%;
}

.modal .login-modal-main .button .btn {
  width: 100%;
}

.modal .login-modal-main .create-new-account {
  color: #081828;
  font-size: 15px;
}

.modal .login-modal-main .create-new-account a {
  color: #2042e3;
}

.modal .login-modal-main .create-new-account a:hover {
  text-decoration: underline;
}

.pos-abs-cr {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
  width: 30px;
  display: block;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  line-height: 30px;
  text-align: center;
  display: block;
}

.pos-abs-cr::before {
  content: "\eab1";
  font-family: Lineicons;
  color: #081828;
  font-size: 17px;
}

.pos-abs-cr::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 14px;
  height: 2px;
  width: 20px;
  background-color: #555;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
}

.pos-abs-cr.show::after {
  opacity: 1;
  visibility: visible;
}


/* ===========================================
   Blog‐Grid + Sidebar  •  Combined CSS
   =========================================== */

/* ── Blog Section Wrapper ── */
.blog { background:#fbfdff; }

/* ── Badge / Title / Subtitle (above grid) ── */
.blog-badge {
  display:inline-block;
  padding:.25rem .75rem;
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(var(--accent-color-rgb),.12);
  color:var(--accent-color);
  border-radius:.25rem;
  margin-bottom:.75rem;
}
.blog-title {
  font-size:clamp(2rem,4vw,2.5rem);
  font-weight:700;
  color:var(--heading-color);
  margin-bottom:.5rem;
}
.blog-sub {
  font-size:1rem;
  color:var(--default-color);
  margin-bottom:2rem;
}

/* ── Blog Cards ── */
.blog-card {
  position:relative;
  background:#fff;
  border-radius:1rem;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
  box-shadow:0 .5rem 1.1rem rgba(0,0,0,.06);
  transition:transform .35s cubic-bezier(.4,.2,.2,1), box-shadow .35s;
}
.blog-card:hover {
  transform:translateY(-6px);
  box-shadow:0 .9rem 2rem rgba(0,0,0,.12);
}

/* Hero image */
.blog-img img {
  width:100%;
  height:210px;
  object-fit:cover;
  transition:transform .5s cubic-bezier(.22,.61,.36,1);
}
.blog-card:hover .blog-img img {
  transform:scale(1.06);
}

/* Body (title + excerpt) */
.blog-body {
  padding:1.35rem 1.25rem;
  flex:1;
}
.blog-headline {
  font-size:1.04rem;
  font-weight:600;
  line-height:1.35;
  margin-bottom:.55rem;
  color:var(--heading-color);
}
.blog-excerpt {
  font-size:.9rem;
  line-height:1.55;
  color:var(--default-color);
  margin-bottom:1rem;
}

/* “Continue reading” CTA bar */
.blog-cta {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.4rem;
  height:46px;
  background:rgba(var(--accent-color-rgb),.08);
  color:var(--accent-color);
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}
.blog-cta .arrow {
  transition:transform .3s;
}
.blog-card:hover .blog-cta,
.blog-cta:focus {
  background:var(--accent-color);
  color:#fff;
}
.blog-card:hover .arrow,
.blog-cta:focus .arrow {
  transform:translateX(4px);
}

/* Tag ribbon in the top-left */
.blog-tag {
  position:absolute;
  top:15px;
  left:15px;
  padding:.22rem .6rem;
  font-size:.64rem;
  font-weight:600;
  border-radius:.25rem;
  text-transform:uppercase;
  color:#fff;
  backdrop-filter:blur(4px);
  pointer-events:none;
  background:var(--accent-color);
}

/* Meta bar at bottom of card */
.blog-meta {
  font-size:.75rem;
  color:#6c757d;
  display:flex;
  gap:.35rem;
  align-items:center;
  padding:.85rem 1.25rem;
  background:rgba(0,0,0,.06);
}
.blog-card:hover .blog-meta {
  background:rgba(var(--accent-color-rgb),.08);
}
.read-time {
  white-space:nowrap;
}

/* Responsive hero heights */
@media (max-width:991.98px) {
  .blog-img img { height:190px; }
}
@media (max-width:575.98px) {
  .blog-img img { height:160px; }
}

/* ── Pagination ── */
.pagination .page-item .page-link {
  color:var(--heading-color);
  border-radius:.375rem;
  padding:.5rem .75rem;
  margin:0 .15rem;
}
.pagination .page-item.active .page-link {
  background:var(--accent-color);
  border:1px solid var(--accent-color);
  color:#fff;
}
.pagination .page-item.disabled .page-link {
  color:#ccc;
  pointer-events:none;
}

/* ── Sidebar Cards ── */
.sidebar-card {
  background:#fff;
  border-radius:.75rem;
  box-shadow:0 .35rem .9rem rgba(0,0,0,.05);
  padding:1.5rem 1.25rem;
  margin-bottom:2rem;
}
.sidebar-heading {
  font-size:1rem;
  font-weight:600;
  margin-bottom:1rem;
  color:var(--heading-color);
}

/* Sidebar: category list */
.sidebar-card .list-unstyled li a {
  color:var(--default-color);
  text-decoration:none;
  transition:color .3s;
}
.sidebar-card .list-unstyled li a:hover {
  color:var(--accent-color);
}

/* Sidebar: recent post thumbnails */
.sidebar-card .d-flex img,
.sidebar-card .d-flex .bg-secondary {
  width:64px;
  height:48px;
  object-fit:cover;
  margin-right:.75rem;
  border-radius:.25rem;
}
.sidebar-card .d-flex .text-dark {
  font-weight:600;
  font-size:.95rem;
}

/* Sidebar: search input styling */
.input-group .form-control {
  border-radius:.5rem 0 0 .5rem;
  border:1px solid #dee2e6;
}
.input-group .btn-outline-secondary {
  border-radius:0 .5rem .5rem 0;
  border:1px solid #dee2e6;
}

/* Hide social icons on small if you choose to add them */
@media (max-width:991.98px) {
  .sidebar-card { margin-bottom:2rem; }
}


/* ===============================================================
   Footer 2.2  (CTA • Subscribe • Widgets • Dark strip)
   =============================================================== */

/* ---------- 1. CTA bar ---------- */
.footer-cta{
  position:relative;
  padding:40px 0 60px;
  color:#fff;
  background:linear-gradient(135deg,var(--accent-color) 0%,#ffb37a 100%);
}
.footer-cta .cta-title  {font-size:1.375rem;font-weight:700;}
.footer-cta .cta-tagline{font-size:.95rem;}
.footer-cta .store-btn{
  font-size:.9rem;font-weight:600;padding:.55rem 1.25rem;
  border:2px solid rgba(255,255,255,.5);border-radius:.5rem;
  color:#fff;backdrop-filter:blur(6px);transition:.3s;
}
.footer-cta .store-btn:hover{background:#fff;color:var(--accent-color);}
.footer-cta .wave{display:block;width:100%;height:40px;margin-top:-1px;}
.footer-cta .wave path{fill:currentColor;opacity:.06;}

/* ---------- 2. Subscribe widget ---------- */
.subscribe-form .input-group{
  flex-direction:column !important;      /* stack input + button everywhere   */
  align-items:center !important;         /* horizontal centring               */
  max-width:320px;                       /* a bit wider than 260px            */
  margin:0 auto;  
}
.subscribe-form .form-control{
  width:100%;
  border-radius:.375rem;
  margin-bottom:.75rem;
}
.subscribe-form .btn{
  width:100%;
  min-height:48px;                       /* taller button for big screens     */
  border-radius:.375rem;
}
.subscribe-form small{display:block;margin-top:.5rem;font-size:.75rem;color:#6c757d;}

/* Mobile: stack input + button */
@media (max-width:575.98px){
  .subscribe-form .input-group{
    flex-direction:column !important;      /* override Bootstrap */
    align-items:center !important;
  }
  .subscribe-form .form-control{
    width:100%;
    border-radius:.375rem;
    margin-bottom:.75rem;
  }
  .subscribe-form .btn{
    width:100%;
    min-height:48px;
    border-radius:.375rem;
  }
}

/* ---------- 3. Middle widgets ---------- */
.footer-middle{background:#fff;padding:48px 0 40px;}
.footer-logo{max-width:150px;}
.footer-heading{font-weight:700;color:var(--heading-color);margin-bottom:1rem;}
.footer-links a{
  display:block;margin:.3rem 0;
  color:var(--default-color);opacity:.85;text-decoration:none;transition:.3s;
}
.footer-links a:hover{color:var(--accent-color);opacity:1;}
.contact li{margin-bottom:.4rem;font-size:.9rem;}
.contact i{margin-right:.5rem;color:var(--accent-color);}
.social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;margin-right:.5rem;border-radius:50%;
  background:#eceff1;color:var(--accent-color);transition:.3s;
}
.social a:hover{background:var(--accent-color);color:#fff;}

/* ---------- 4. Dark bottom strip ---------- */
.footer-bottom{
  background:#081828;color:#d1d5db;
  font-size:.875rem;padding:16px 0;
}
.footer-bottom a{color:inherit;opacity:.9;text-decoration:none;transition:.3s;}
.footer-bottom a:hover{color:#fff;opacity:1;}
.footer-bottom .list-inline-item:not(:last-child){margin-right:20px;}

/* ---------- 5. Utility: glass buttons ---------- */
.glass{backdrop-filter:blur(6px);border:2px solid rgba(255,255,255,.4);}


/* ===============================================================
   Sticky–Note Carousel  •  Final Polished Styles
   =============================================================== */

/* ---------- Section shell ---------- */
.testimonials            { background:#fafbff; position:relative; }

/* ---------- Fallback flex-grid (visible before JS / Tiny-Slider) ---------- */
.note-wrapper:not(.tns-slider){
  display:flex; flex-wrap:wrap; gap:2rem; justify-content:center;
}

/* ---------- Tiny-Slider containers ---------- */
.tns-outer               { overflow:visible; }   /* let box-shadow breathe */
.tns-item                { overflow:visible; }

/* ---------- Sticky note ---------- */
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap');

.note{
  --noteColor:#fffbe6;                        /* default colour – overwritten below   */
  --shadow:rgba(0,0,0,.15);                   /* default shadow tint                 */
  position:relative;
  width:280px; min-height:230px;
  padding:1.4rem 1.2rem;
  border-radius:.45rem;
  font-family:'Kalam','Segoe Print',cursive;
  font-size:1.05rem; line-height:1.5; color:#333;
  background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(0,0,0,.03)),
             var(--noteColor);
  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 .45rem .9rem var(--shadow);
  overflow:hidden;
  transform-origin:top center;
  transform:rotate(calc(var(--r,0deg)*0.5));   /* flatter tilt                */
  transition:transform .28s, box-shadow .28s;
}
.note:hover{
  transform:translateY(-4px) rotate(calc(var(--r,0deg)*0.5));
  box-shadow:0 .6rem 1.4rem var(--shadow);
}

/* red push-pin */
.note::before{
  content:"";
  position:absolute;
  top:-1px; left:50%; transform:translateX(-50%);
  width:16px; height:16px; border-radius:50%;
  background:#e63946;                       /* vivid red */
  border:2px solid #fff;                    /* plastic rim */
  box-shadow:0 3px 6px rgba(0,0,0,.25);
  z-index:6;
}

/* optional torn bottom */
.note::after{
  content:""; position:absolute; left:0; right:0; bottom:-14px; height:14px;
  background:repeating-linear-gradient(-45deg,currentColor 0 8px,transparent 8px 16px);
  opacity:.08;
}

/* quote + author text */
.quote  { margin-bottom:1.3rem; }
.author { font-size:1rem; text-align:right; margin:0; }

/* mobile width */
@media(max-width:575.98px){
  .note{ width:94vw; max-width:330px; }
}

/* ---------- Pastel palette & shadow tint ---------- */
.note:nth-child(6n+1){ --noteColor:#fffbe6; --shadow:rgba(237,210,95 ,.18); }
.note:nth-child(6n+2){ --noteColor:#ffeef5; --shadow:rgba(228,145,174,.18); }
.note:nth-child(6n+3){ --noteColor:#e8f9ff; --shadow:rgba(100,199,230,.18); }
.note:nth-child(6n+4){ --noteColor:#f3ffeb; --shadow:rgba(120,200,120,.18); }
.note:nth-child(6n+5){ --noteColor:#eaf0ff; --shadow:rgba(110,130,240,.18); }
.note:nth-child(6n+6){ --noteColor:#fff4e9; --shadow:rgba(245,180,120,.18); }

/* ---------- Navigation arrows ---------- */
.note-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:44px; height:44px; line-height:42px; font-size:1.3rem;
  border:none; border-radius:50%; cursor:pointer;
  color:#fff; background:var(--accent-color,#5a67d8); /* fallback */
  box-shadow:0 3px 8px rgba(0,0,0,.25);
  z-index:5; transition:transform .25s cubic-bezier(.4,.2,.2,1), box-shadow .25s;
}
.note-nav:hover,
.note-nav:focus{ transform:translateY(-50%) scale(1.08); }

.note-nav.prev{ left:2.2%; }
.note-nav.next{ right:2.2%; }

@media(max-width:991.98px){
  .note-nav.prev{ left:1.2%; }
  .note-nav.next{ right:1.2%; }
}
@media(max-width:575.98px){ .note-nav{ display:none; } }

/* keep visible after Tiny-Slider moves them */
.tns-controls .note-nav{ display:block; }


/* ===============================
   Contact 4.0  –  SaaS styling
   =============================== */

.contact         { background:#fbfdff; }
.contact-badge   { display:inline-block;padding:.3rem .8rem;
                   font-size:.75rem;letter-spacing:.08em;
                   background:rgba(var(--accent-color-rgb),.12);
                   color:var(--accent-color);border-radius:.25rem;
                   text-transform:uppercase; }
.contact-title   { font-size:clamp(1.9rem,4vw,2.4rem);font-weight:700;
                   color:var(--heading-color);margin:.7rem 0; }

.contact-sub {
  font-size: 1rem;
  max-width: 620px;
  margin: 0 auto 1.2rem;
  color: var(--default-color);
  line-height: 1.6;
  text-align: center;
}


/* --- left card --- */
.contact-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.04);
  border-radius:.8rem;
  padding:2rem 1.8rem;
}
.card-heading  { font-size:1.1rem;font-weight:700;margin-bottom:1.4rem; }
.contact-list li{
  font-size:.93rem;display:flex;gap:.55rem;margin-bottom:.85rem;
  color:#333
}
.contact-list i{ color:var(--accent-color); }

/* social buttons */
.social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;
  background:rgba(var(--accent-color-rgb),.1);margin-right:.45rem;
  color:var(--accent-color);font-size:1rem;transition:.3s;
}
.social a:hover{ background:var(--accent-color);color:#fff; }

/* --- form --- */
.contact-form{
  background:#fff;border-radius:.8rem;padding:2rem 1.8rem;
  border:1px solid rgba(0,0,0,.04);
}
.contact-form .form-label{ font-size:.9rem;font-weight:600;color:#555; }
.contact-form .form-control{
  border-radius:.5rem;border:1px solid #dee2e6;font-size:.94rem;
}
.contact-form .form-control:focus{
  border-color:var(--accent-color);box-shadow:0 0 0 .15rem rgba(var(--accent-color-rgb),.25);
}
.contact-form button{ border-radius:.5rem;font-weight:600; }

/* responsive */
@media(max-width:991.98px){
  .contact-card{ margin-bottom:2rem; }
}


/* ==========================================================================
   1. Breadcrumbs (used in post_detail)
   ========================================================================== */
.breadcrumbs {
  position: relative;
  background: url("../images/breadcrumb-bg.jpg") no-repeat center center/cover;
  padding: 80px 0;
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs .text-white {
  position: relative;
  z-index: 1;
}
/* Breadcrumb links */
.bread-list {
  margin-top: 8px;
  padding-left: 0;
}
.bread-list li {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.9rem;
}
.bread-list li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.bread-list li a:hover {
  color: var(--accent-color);
}
.bread-list li.active a {
  color: #eee;
  pointer-events: none;
}

/* ==========================================================================
   2. Blog List Page (blog.html)
   ========================================================================== */
.blog {
  background: #fbfdff;
}
.blog-badge {
  display: inline-block;
  padding: .25rem .8rem;
  font-size: .75rem;
  background: rgba(var(--accent-color-rgb), .12);
  color: var(--accent-color);
  border-radius: .25rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.blog-title {
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 700;
  color: var(--heading-color);
  margin: .65rem 0;
}
.blog-sub {
  max-width: 620px;
  margin: 0 auto;
  color: var(--default-color);
}

/* ── Blog Card Grid ── */
.blog-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 .5rem 1.1rem rgba(0,0,0,.06);
  transition: transform .35s cubic-bezier(.4,.2,.2,1), box-shadow .35s;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 .9rem 2rem rgba(0,0,0,.12);
}

/* Hero image inside card */
.blog-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.blog-card:hover .blog-img img {
  transform: scale(1.06);
}

/* Card body (title + excerpt) */
.blog-body {
  padding: 1.35rem 1.25rem;
  flex: 1;
}
.blog-headline {
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .55rem;
}
.blog-excerpt {
  font-size: .9rem;
  line-height: 1.55;
  color: var(--default-color);
}

/* “Continue reading” CTA */
.blog-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  height: 46px;
  background: rgba(var(--accent-color-rgb), .08);
  color: var(--accent-color);
  font-weight: 600;
  text-decoration: none;
  transition: background .3s, color .3s;
}
.blog-cta .arrow {
  transition: transform .3s;
}
.blog-card:hover .blog-cta,
.blog-cta:focus {
  background: var(--accent-color);
  color: #fff;
}
.blog-card:hover .arrow,
.blog-cta:focus .arrow {
  transform: translateX(4px);
}

/* Tag ribbon on card */
.blog-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: .22rem .6rem;
  font-size: .64rem;
  font-weight: 600;
  border-radius: .25rem;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(4px);
  pointer-events: none;
  background: rgba(var(--accent-color-rgb), .85);
}

/* Meta bar at bottom of card */
.blog-meta {
  font-size: .75rem;
  color: #6c757d;
  display: flex;
  gap: .35rem;
  align-items: center;
  padding: .85rem 1.25rem;
  background: rgba(0,0,0,.06);
}
.blog-card:hover .blog-meta {
  background: rgba(var(--accent-color-rgb), .08);
}
.read-time {
  white-space: nowrap;
}

/* Responsive hero heights */
@media (max-width: 991.98px) {
  .blog-img img {
    height: 190px;
  }
}
@media (max-width: 575.98px) {
  .blog-img img {
    height: 160px;
  }
}

/* ── Pagination ── */
.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.pagination .page-item {
  margin: 0 .25rem;
}
.pagination .page-link {
  display: block;
  padding: .5rem .75rem;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  color: var(--heading-color);
  text-decoration: none;
  transition: background .3s, color .3s;
}
.pagination .page-item.disabled .page-link {
  color: #adb5bd;
  pointer-events: none;
}
.pagination .page-item.active .page-link {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}
.pagination .page-link:hover {
  background-color: rgba(var(--accent-color-rgb), .1);
}

/* ==========================================================================
   3. Sidebar Widgets (both blog list & post_detail)
   ========================================================================== */
.sidebar-card {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.sidebar-heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--heading-color);
}

/* Search widget */
.search-widget .input-group {
  width: 100%;
}
.search-widget .form-control {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ced4da;
}
.search-widget .btn {
  border-radius: 0 4px 4px 0;
  background: var(--accent-color);
  color: #fff;
  border: none;
}
.search-widget .btn:hover {
  background: var(--accent-color-dark);
}

/* Categories widget */
.category-widget ul.categories {
  list-style: none;
  padding-left: 0;
}
.category-widget ul.categories li {
  margin-bottom: 10px;
}
.category-widget ul.categories li a {
  color: #555;
  text-decoration: none;
  font-size: .95rem;
  transition: color .3s;
}
.category-widget ul.categories li a:hover {
  color: var(--accent-color);
}

/* Recent Posts widget */
.recent-post-list .single-post {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.recent-post-list .single-post .image img {
  border-radius: 4px;
  object-fit: cover;
  width: 64px;
  height: 48px;
}
.recent-post-list .single-post .content h6 {
  font-size: .95rem;
  margin-bottom: 4px;
}
.recent-post-list .single-post .content .time {
  font-size: .8rem;
  color: #6c757d;
}

/* Tags widget */
.tag-widget ul.tags {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tag-widget ul.tags li {
  display: inline-block;
  margin: 4px 6px 0 0;
}
.tag-widget ul.tags li a {
  font-size: .8rem;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}
.tag-widget ul.tags li a:hover {
  background-color: var(--accent-color);
  color: #fff;
}

/* ==========================================================================
   4. Blog Single (post_detail.html)
   ========================================================================== */
.blog-single {
  background-color: #fafbff;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Cover image */
.post-thumb img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

/* Post content margins */
.post-content {
  margin-top: 30px;
}

/* Post meta (author, date, comments) */
.post-meta {
  font-size: .9rem;
  color: #6c757d;
}
.post-meta li {
  display: inline-block;
  margin-right: 1rem;
}
.post-meta i {
  margin-right: 6px;
  color: var(--accent-color);
}

/* Post title */
.post-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

/* Post body text */
.post-body {
  line-height: 1.8;
  color: #555;
}
.post-body p {
  margin-bottom: 1rem;
}
.post-body h2,
.post-body h3,
.post-body h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}
.post-body blockquote {
  border-left: 5px solid var(--accent-color);
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #444;
  background: #f8f9fa;
  border-radius: 4px;
}
.post-body img {
  max-width: 100%;
  margin: 1.5rem 0;
  border-radius: 5px;
}
.post-body pre {
  background: #2d2d2d;
  color: #f8f8f2;
  padding: 1rem;
  border-radius: 5px;
  overflow: auto;
  margin: 1.5rem 0;
}

/* About-author widget (in sidebar) */
.about-author {
  text-align: center;
  margin-bottom: 2rem;
}
.about-author img {
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.about-author h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-author p {
  font-size: .9rem;
  color: #6c757d;
  line-height: 1.5;
}

/* ==========================================================================
   5. Responsive Adjustments
   ========================================================================== */
@media (max-width: 991.98px) {
  /* Shrink hero on cards */
  .blog-img img {
    height: 190px;
  }
  .post-body img {
    max-width: 100%;
  }
  .about-author img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .blog-img img {
    height: 160px;
  }
  /* Hide sidebar on very small? Or stack below */
  .sidebar {
    padding-left: 0;
    margin-top: 2rem;
  }
}
