/*  --accent-color
Theme Name: Booksaw BookStore Template
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Booksaw is specially designed product packaged for Book Store by TemplateJungle.
Version: 1.1
*/

/*--------------------------------------------------------------
/* GENERAL STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --accent-color: #0493dd;
  --secondary-color: #C5A992;
  --dark-color: #2f2f2f;
  --light-color: #F3F2EC;
  --body-text-color: #757575;
  --light-text-color: #afafaf;
  --dark-text-color: #2f2f2f;
}

/* Fonts */
:root {
  --body-font: "Raleway", sans-serif;
  --heading-font: "Prata", Georgia, serif;
  --secondary-font: "Playfair Display", Georgia, serif;
}

/* Bootstrap variables */
:root,
[data-bs-theme=light] {
  --heading-font: "Prata", Georgia, serif;
  --heading-font-weight: 400;
  --heading-color: var(--bs-dark);
  --heading-line-height: 1.1;

  --swiper-theme-color: var(--bs-primary);

  --custom-easing: cubic-bezier(.17, .67, .83, .67);

  /* theme colors */
  --bs-body-font-family: "Raleway", arial, sans-serif;
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.7;
  --bs-body-color: #333;
  --bs-body-color-rgb: 51, 51, 51;

  --bs-primary: #C5A992;
  --bs-primary-dark: #C5A992;
  --bs-secondary: #C5A992;
  --bs-black: #111;
  --bs-light: #F1F1F0;
  --bs-dark: #212529;
  --bs-gray: #949494;
  --bs-gray-dark: #51565b;

  --bs-primary-rgb: 169, 128, 115;
  --bs-secondary-rgb: 253, 238, 233;
  --bs-black-rgb: 17, 17, 17;
  --bs-light-rgb: 241, 241, 240;
  --bs-dark-rgb: 33, 37, 41;

  --bs-link-color: var(--bs-dark);
  --bs-link-color-rgb: 17, 17, 17;
  --bs-link-decoration: underline;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: 169, 128, 115;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* spacing */
  --bs-gutter-x: 2.5rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
  /* width: 98%; */
  max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-black);
}

/* list group */
.list-group-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-border-width: 0;
}

/* btn */
.btn {
  --bs-btn-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
  --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
  --heading-color: var(--bs-light);
  --bs-breadcrumb-item-active-color: var(--bs-light);
  --bs-breadcrumb-divider-color: var(--bs-light);
  --bs-link-color-rgb: var(--bs-light-rgb);
  --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

.text-white .nav-link {
  --bs-nav-link-color: var(--bs-light);
  --bs-nav-link-hover-color: var(--bs-light);
  --bs-nav-link-active-color: var(--bs-light);
  --bs-navbar-active-color: var(--bs-light);
}

/* accordion */
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}

/* form control */
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
  color-scheme: dark;

  --heading-color: #fff;
  --bs-heading-color: #fff;
  --bs-link-color: #CCCCCC;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-color-rgb: 204, 204, 204;
  --bs-link-hover-color-rgb: 131, 169, 172;
  --bs-body-color: var(--bs-light);
  --bs-body-color-rgb: 241, 241, 240;
  --bs-body-bg: #111;
  --bs-body-bg-rgb: 17, 17, 41;

  color: var(--bs-gray);
}

[data-bs-theme=dark] .dropdown-item {
  --bs-dropdown-link-color: var(--bs-light);
  --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
  --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 2;
  color: var(--body-text-color);
  background-color: var(--light-color);
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: var(--accent-color);
  transition: 0.3s color ease-out;
}

a:hover {
  color: #111;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 5px;
  outline: 0;
}

ul li.active a {
  color: #144c84;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

/* image align */
figure.align-right {
  margin: 30px 0 30px 30px;
}

/* Typography */
/*----------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  line-height: 1.2;
  color: var(--dark-color);
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: #fff;
}

h1,
h2,
h3 {
  margin: 25px 0;
  text-transform: capitalize;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.4;
}

h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 1.4em;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: .83em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: .67em;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}

p:empty {
  display: none;
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

code,
kbd,
var {
  font-size: 14px;
}

code {
  background-color: #f9f2f4;
}

abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}

::placeholder {
  color: #999;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/

.align-left {
  float: left;
  text-align: left;
}

.align-right {
  float: right;
  text-align: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**::after,*/
.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/** Text Align
--------------------------------------------------------------*/

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}

.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}

.text-muted {
  color: #777;
}

.text-pri {
  color: #ff9697;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*------------------------------------------------
/* 2.7 Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.list-icon i {
  margin-right: 10px;
}

.list-unstyled {
  list-style: none;
}

.txt-fx .letter {
  opacity: 0;
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  background: var(--accent-color);
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.75em 1.5em;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}

.light .btn:hover {
  color: #fff;
}

.btn:last-child {
  margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.325em 1.7em;
  font-size: 0.65em;
}

.btn.btn-medium {
  padding: 0.5em 1.75em;
  font-size: 0.75em;
}

.btn.btn-large {
  padding: 1em 2.5em;
}

.btn.btn-xlarge {
  padding: 1.5em 2.7em;
  font-size: 0.9em;
}

.btn.btn-image {
  background-color: transparent;
  padding: 0;
  max-height: 50px;
}

.btn.btn-image img {
  max-height: 50px;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 4px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  border: 1px solid #fff;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: #121212;
  color: #121212;
}

.btn.btn-outline-dark:hover {
  background: rgba(0, 0, 0, .03);
  background: #121212;
  border-color: #121212;
  color: #fff;
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.btn.btn-outline-light {
  background: transparent;
  border-color: var(--light-text-color);
  color: var(--light-text-color);
}

.btn.btn-outline-light:hover {
  border-color: var(--accent-color);
  color: var(--accent-color) !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}

/* button with line */
.btn-with-line {
  color: #fff;
  position: relative;
}

.btn-with-line:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -66px;
  border-bottom: 2px solid #fff;
  width: 50%;
  z-index: 9;
  transition: 0.3s ease-out;
}

.btn-with-line:hover {
  color: #fff;
}

.btn-with-line:hover:after {
  width: 30%;
  right: -41px;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
  background: var(--accent-color);
  color: #fff;
}

.btn.btn-common:hover {
  background: #151515;
  color: #fff;
}

.btn.btn-accent {
  color: #ffffff;
  background-color: var(--accent-color);
}

.btn.btn-accent:hover {
  color: #ffffff !important;
  background-color: #121212;
}

.btn.btn-gray,
.btn.btn-grey {
  background: #9e9e9e;
  color: #fff;
}

.btn.btn-black {
  background: #121212;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: #797979;
}

.btn.btn-white {
  background: #f8f8f8;
  text-shadow: none;
  color: #121212 !important;
}

.btn.btn-white:hover {
  background: var(--accent-color);
  text-shadow: none;
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}


/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/

/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--accent-color);
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #999;
  padding: 10px 30px;
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  border-color: #dee2e6 #dee2e6 #f3f2ec;
  --bs-nav-tabs-link-active-bg: transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.bootstrap-tabs .tab-content {
  padding: 20px 0;
}

.bootstrap-tabs .tab-content>.tab-pane {
  display: none;
}

.bootstrap-tabs .tab-content>.active {
  display: block;
}

.stellarnav .menu-list .has-sub ul li.active > a {
  color: var(--accent-color, #f5a623);
  font-weight: 600;
  background-color: rgba(245, 166, 35, 0.05); 
}

.stellarnav .menu-list .has-sub ul li.active {
  position: relative;
}

.stellarnav .menu-list .has-sub ul li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--accent-color, #f5a623);
}

.stellarnav .menu-list .has-sub ul li:hover > a {
  background-color: rgba(245, 166, 35, 0.03);
}

@media (max-width: 767px) {
  
  #header .container-fluid .row {
    display: flex;
    align-items: center;
  }
  
  #header .col-md-2 {
    width: 50%;
    margin-bottom: 0 !important;
    display: inline-block;
  }
  
  #header .col-md-10 {
    width: 50%;
    text-align: right;
  }
  
  .main-logo img {
    max-height: 60px;
    width: auto;
  }
  
  .stellarnav .hamburger {
    margin-left: auto;
  }
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #f1f1f1;
  z-index: 1000;
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.drawer-menu.open {
  right: 0;
}

.drawer-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.drawer-menu-overlay.open {
  display: block;
}

.drawer-menu .menu-list {
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

.drawer-menu .menu-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.drawer-menu .menu-item a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s;
}

.drawer-menu .menu-item a:hover,
.drawer-menu .menu-item.active a {
  background-color: #e0e0e0;
  color: var(--accent-color, #f5a623);
}

.drawer-menu .menu-item.has-sub > a {
  position: relative;
}

.drawer-menu .menu-item.has-sub > a:after {
  content: "+";
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

.drawer-menu .menu-item.has-sub.open > a:after {
  transform: rotate(45deg);
}

.drawer-menu .menu-item.has-sub ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #f8f8f8;
}

.drawer-menu .menu-item.has-sub.open ul {
  max-height: 500px;
}

.drawer-menu .menu-item.has-sub ul li a {
  padding-left: 40px;
  font-size: 0.9em;
}

.drawer-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.drawer-menu-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
}

.hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .drawer-menu {
    width: 80%;
    max-width: 300px;
  }
}

.stellarnav .menu-list .has-sub ul li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
  position: relative;
}

.stellarnav .menu-list .has-sub ul li:last-child {
  border-bottom: none;
}

.stellarnav .menu-list .has-sub ul li a {
  padding: 12px 20px;
  display: block;
  color: #333;
  transition: background-color 0.2s ease;
}

.stellarnav .menu-list .has-sub ul li a:hover {
  background-color: #f5f5f5;
}

.drawer-menu .menu-list .has-sub ul li {
  border-bottom: 1px solid #e0e0e0;
}

.drawer-menu .menu-list .has-sub ul li:last-child {
  border-bottom: none;
}

.drawer-menu .menu-list .has-sub > a,
.stellarnav .menu-list .has-sub > a {
  border-bottom: 1px solid #d0d0d0;
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

@media (min-width: 768px) {
  .stellarnav .menu-list {
    display: flex;
  }
}
/*--------------------------------------------------------------
/** 5.2 Accordions
--------------------------------------------------------------*/
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--accent-color);
  /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/


/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.padding-2xlarge {
  padding-top: 15em;
  padding-bottom: 15em;
}

/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-gutter {
  padding: 0 !important;
}

/* no padding and margin */
.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.margin-large {
  margin-top: 6em;
  margin-bottom: 6em;
}

.margin-xlarge {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {

  .margin-small,
  .margin-medium,
  .margin-large,
  .margin-xlarge {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/* - Button
------------------------------------------------------------- */

button {
  font-size: 1em;
  font-weight: 600;
  border: none;
  height: 65px;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-wrap {
  text-transform: capitalize;
}

.btn-wrap a {
  text-decoration: none;
  font-weight: 600;
}

.btn-wrap a:hover {
  /* color: #74642F; */
}

.btn-normal {
  color: #fff;
}

.btn-accent {
  color: #111;
}

.btn-submit {
  background: #fff;
  color: #2f2f2f;
}

.btn-submit:hover {
  background-color: #c5a992;
  color: #fff;
}

.btn-accent-arrow {
  color: #111;
}

.btn-wrap i.icon {
  transition: 0.5s ease-out;
  font-size: 9px;
  padding-left: 10px;
}

.btn-wrap:hover i.icon {
  padding-left: 20px;
}

.btn-subscribe {
  width: 30%;
  color: #111;
  background: transparent;
  margin: 0;
  height: max-content;
}

.btn-subscribe span {
  transition: 0.5s ease-out;
  padding-right: 5px;
  opacity: 1;
}

.btn-subscribe:hover span {
  padding-right: 10px;
  opacity: 0.5;
}

/*--- Image hover Effect
-----------------------------------------------*/
.image-hvr-effect {
  display: flex;
  overflow: hidden;
}

.image-hvr-effect img.post-image {
  transform: scale(1);
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.image-hvr-effect:hover img.post-image {
  transform: scale(1.1);
}


/*--- Pattern Overlay
-----------------------------------------------*/
.pattern-overlay {
  background-image: url(images/pattern1.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.leaf-pattern-overlay {
  background-image: url(images/leaf.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.corner-pattern-overlay {
  background-image: url(images/pattern2.png);
  background-repeat: no-repeat;
  background-position: top right;
}

/*--- Page Title
-----------------------------------------------*/
.page-title {
  font-size: 4.5em;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 2.5em;
    margin-top: 1em;
  }
}

/*--- Section Title
-----------------------------------------------*/
.section-header {
  position: relative;
}

.section-title {
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 75px;
}

.section-title.divider {
  width: 100%;
}

.section-title.divider:after {
  content: "";
  /* border-bottom: 3px solid #74642F; */
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 50px;
}

.section-header .section-title:before,
.section-header .section-title:after {
  content: "";
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  top: 30px;
  width: 25%;
  align-items: center;
}

.section-header .section-title:before {
  left: 3px;
}

.section-header .section-title:after {
  right: 3px;
}

.section-header .title span {
  font-size: 14px;
  color: #afafaf;
  text-transform: uppercase;
}


@media screen and (max-width: 1366px) {

  .section-header .section-title:before,
  .section-header .section-title:after {
    width: 30%;
  }
}

@media screen and (max-width: 999px) {

  .section-header .section-title:before,
  .section-header .section-title:after {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2em;
  }

  .section-header .section-title:before,
  .section-header .section-title:after {
    top: 60px;
    width: 100%;
  }
}

/* - Main Navigation
------------------------------------------------------------- */
#header {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
  background-color: #f3f2ec;
}

#header .menu-list a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
}

#header .menu-list a.active {
  color: var(--accent-color);
}

/*----- Billboard
--------------------------------------------------------------*/
#billboard .main-slider {
  padding: 80px 0;
}

.main-slider .slider-item {
  display: flex;
  width: 100%;
  justify-content: center;
}

.main-slider .banner-content {
  width: 35%;
  margin-top: 60px;
  margin-right: 175px;
}

.banner-content h2.banner-title {
  font-size: 4.5em;
  font-weight: 500;
  color: #222;
}

.banner-content p {
  margin: 0;
}

#billboard .slick-dots {
  left: 200px;
  bottom: 110px;
  width: 10%;
  text-align: inherit;
}

#billboard button.slick-arrow {
  background: #0e67a6;
  border: 1px solid #E5E3DA;
  padding: initial;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

#billboard button.slick-arrow:hover {
  border: 1px solid #74642F;
  background-color: #E5E3DA;
}

#billboard button.prev.slick-arrow {
  left: 110px;
}

#billboard button.next.slick-arrow {
  right: 110px;
}

#billboard .slick-arrow i.icon {
  color: #fff;
}

@media screen and (max-width: 1366px) {
  #billboard button.prev.slick-arrow {
    left: 0;
  }

  #billboard button.next.slick-arrow {
    right: 0;
  }
}

@media screen and (max-width: 999px) {
  .banner-content h2.banner-title {
    font-size: 3.5em;
  }

  #billboard .main-slider {
    margin: 0;
    padding: 0;
  }

  .main-slider .slider-item {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
  }

  .main-slider .banner-content {
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #billboard .slick-dots {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}


/*----- Contact Section
--------------------------------------------------------------*/
#download-app {
  background: #EDEBE4;
  padding: 120px 0;
  overflow: hidden;
  z-index: 0;
}

/*#download-app .container {
    max-width: 1040px;
}*/
/*#download-app figure {
    width: 40%;
    z-index: 0;
}*/
#download-app .app-info {
  padding-top: 100px;
  margin-left: 50px;
}

#download-app .app-info p {
  margin-bottom: 50px;
}

@media screen and (max-width: 820px) {
  #download-app .grid {
    flex-wrap: wrap;
  }

  #download-app figure {
    margin: 0 auto;
  }

  #download-app .app-info {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
  }
}

/*----- Footer Section
--------------------------------------------------------------*/
footer#footer {
  padding-bottom: 80px;
  margin-top: 100px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E0E0E0;
}
#footer .footer-item {
  margin-right: 100px;
}
#footer .footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#footer .footer-logo {
  max-height: 50px;
  width: auto;
}
#footer .footer-secondary-logo {
  max-height: 60px;
  width: auto;
}
#footer .footer-item p {
  width: 80%;
}
#footer .footer-menu {
  margin-right: 40px;
  margin-bottom: 40px;
}
#footer .footer-menu ul {
  list-style: none;
  padding-left: 0;
}
#footer .footer-menu ul li {
  margin-bottom: 10px;
}
#footer .footer-menu ul a {
  color: var(--dark-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer .footer-menu ul a:hover {
  color: #007bff;
}
#footer .footer-menu:last-child {
  margin-right: 0;
}
.footer-menu h5 {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
}
.footer-menu h5:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #007bff;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #footer .footer-item {
    margin-right: 0;
  }
  #footer .footer-logos {
    flex-direction: row; 
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }
  #footer .footer-logo {
    max-height: 40px; 
  }
  #footer .footer-secondary-logo {
    max-height: 60px; 
  }
  #footer .footer-item p {
    width: 100%;
  }
}

/* Solution */

.header-content{
  text-align: center;
}

.services-container {
  display: flex;
  max-width: 1300px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.service-card {
  background-color: #f1f8ff;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 40px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6f0fa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.icon-container {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container img {
  max-width: 100%;
  height: auto;
}

.service-title {
  color: #0d2b57;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.service-description {
  color: #455873;
  font-size:  px;
  line-height: 1.6;
}

.read-more-link {
  position: absolute; 
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  color: #0d2b57;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.read-more-link .arrow {
  margin-left: 5px;
  font-size: 18px;
}

.read-more-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .services-container {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    max-width: 80%;
  }
}

/* WHY CHOOSE US */
.left-header{
  text-align: center;
}

.why-choose-us-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
}

.why-choose-us-left {
  flex: 1;
  min-width: 300px;
  padding-right: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-choose-us-heading {
  font-size: 48px;
  margin-bottom: 20px;
  color: #0a2559;
  font-weight: bold;
}

.why-choose-us-intro {
  font-size: 18px;
  line-height: 1.5;
}

.why-choose-us-right {
  flex: 1.5;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}

.why-choose-us-card {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-choose-us-card:hover {
  transform: translateY(-5px);
}

.why-choose-us-card-title {
  color: #0a2559;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 15px;
}

.why-choose-us-card-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .why-choose-us-container {
    flex-direction: column;
  }
  
  .why-choose-us-left {
    padding-right: 0;
    text-align: center;
    flex: 1;
    min-width: 100%;
  }
  
  .why-choose-us-right {
    display: block;
  }
  
  .why-choose-us-card {
    margin-bottom: 20px;
  }
}

/* Services Section Styles */
.section-padding {
  background-color: #f9f9f9;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  position: relative;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.service-cards {
  margin-top: 20px;
}

.service-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #144c84, #048cd3);
  transition: all 0.3s ease;
  opacity: 0;
}

.service-card:hover:before {
  opacity: 1;
  top: 0;
}

.service-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #048cd3;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.service-description {
  color: #666;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-link {
  color: #ff6b6b;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.service-link i {
  margin-left: 5px;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #048cd3;
}

.service-link:hover i {
  transform: translateX(5px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  /* .service-card {
    margin-bottom: 30px;
  } */
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
  
  .service-card {
    padding: 25px ;
    width: 2500px;
  }
  
  .service-title {
    font-size: 20px;
  }
} 

.content-text{
  text-align: center;
}

.get-margin-top {
  margin-top: 100px;
}
/* INDUSTRY */
.hero-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  margin-bottom: 60px;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
}

.hero-content .text {
  flex: 1;
  margin-right: 20px;
}

.hero-content .image {
  flex: 1;
}

.hero-content img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column; /* Stack elements vertically */
    text-align: center; /* Center text on smaller screens */
  }

  .hero-content .text {
    margin-right: 0; /* Remove margin on smaller screens */
    margin-bottom: 20px; /* Add spacing below text */
  }

  .hero-content .image {
    order: -1; /* Move image above the text */
    margin-bottom: 20px; /* Add spacing below the image */
  }
}


.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #333;
}

.hero-section p {
  font-size: 1.2rem;
  max-width: 800px;
  color: #666;
}

.text {
  flex: 1;
  padding-right: 20px; 
}

.image {
  flex: 1;
}

.image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.industry-cards {
  padding: 0 0 80px 0;
}

.industry-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  background-color: #fff;
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.industry-cards .row {
  justify-content: center;
}

.card-img-container {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-img-container img {
  max-width: 80%; 
  max-height: 80%;
  object-fit: contain; 
  transition: transform 0.5s ease;
}

.industry-card:hover .card-img-container img {
  transform: scale(1.1);
}

.card-content {
  padding: 25px;
}

.card-content h3 {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.card-content p {
  color: #7f8c8d;
  line-height: 1.6;
  margin-bottom: 20px;
}

.card-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3498db;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.card-btn:hover {
  background-color: #2980b9;
  color: #fff;
}

.filter-buttons {
  margin-bottom: 40px;
  text-align: center;
}

.filter-btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px 10px;
  background-color: #f8f9fa;
  color: #333;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
  background-color: #3498db;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-section h1 {
    font-size: 2.5rem;
  }
  
  .card-img-container {
    height: 180px;
  }
}

/* ANTI THEFT */
:root {
  --primary-color: #3a7bd5;
  --secondary-color: #2e5faa;
  --accent-color: #3a7bd5;
  --light-gray: #f8faff;
  --dark-gray: #667085;
  --light-blue: #e9f0ff;
}

.hero-section {
  background: white;
  padding: 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -1px;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
}

.hero-image {
  width: 40%;
  height: auto;
  margin-left: 200px;
  margin-top: 20px
}

.virtual-hero-image {
  width: 80%;
  height: auto;
  margin-left: 120px;
}

.car-hero-image {
  width: 80%;
  height: auto;
  margin-left: 120px;
}

.app-features {
  padding: 40px 0 60px;
  background-color: var(--light-gray);
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--primary-color);
}

.feature-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
}

.feature-image {
  max-width: 150%;
  height: auto;
}

.feature-card {
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.feature-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
}

.feature-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.feature-text {
  color: var(--dark-gray);
  line-height: 1.6;
}

#features .row {
  justify-content: center;
}

.content-section {
  padding: 70px 0;
}

.content-section:nth-child(even) {
  background-color: var(--light-gray);
}

.content-section:nth-child(odd) {
  background-color: white;
}

.content-section .row {
  align-items: center;
}

.content-card {
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  background-color: white;
  height: 100%;
  transition: transform 0.3s ease;
}

.content-card:hover {
  transform: translateY(-8px);
}

.content-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.content-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 2px;
}

.content-text {
  color: var(--dark-gray);
  line-height: 1.8;
  margin-bottom: 20px;
}

.content-icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.content-img {
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.section-badge {
  display: inline-block;
  padding: 8px 16px;
  background-color: var(--light-blue);
  color: var(--primary-color);
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.case-study-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #333;
}

.case-study-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 30px;
  border-left: 5px solid #e63946;
}

.case-study-content {
  padding: 20px 20px 20px 0;
}

.case-study-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #e63946;
}

.case-study-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.case-meta-item {
  display: flex;
  align-items: center;
  margin-right: 25px;
  margin-bottom: 10px;
}

.case-meta-item i {
  color: #e63946;
  margin-right: 8px;
  font-size: 16px;
}

.case-meta-item span {
  color: #666;
  font-size: 14px;
}

.stat-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 3px solid #e63946;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #e63946;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #666;
}

.content-text {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}

.read-more-btn {
  display: inline-block;
  background-color: #e63946;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #c1121f;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
  color: white;
  text-decoration: none;
}

.case-study-image-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.case-study-img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .case-study-image-container {
      margin-top: 30px;
  }
  
  .case-study-content {
      padding: 0;
  }

}

.stat-box {
  background-color: var(--light-blue);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.stat-label {
  color: var(--dark-gray);
  font-weight: 500;
}

.read-more-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 15px rgba(58, 123, 213, 0.3);
  margin-top: 20px;
}

.read-more-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(58, 123, 213, 0.4);
  color: white;
}

@media (max-width: 992px) {
  .hero-title {
      font-size: 2.8rem;
  }
  .hero-section .row {
      flex-direction: column;
  }
  .hero-image {
      margin-top: 20px;
      width: 60%;
      margin-left: auto;
      margin-right: auto;
      display: block;
  }
  .content-section .row {
      flex-direction: column-reverse;
  }
  .content-section .row:nth-child(even) {
      flex-direction: column;
  }
  .content-img-container {
      margin-bottom: 10px;
      margin-top: 30px;
  }
  
  .car-hero-image {
    margin-top: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .hero-title {
      font-size: 2.2rem;
  }
  .content-title {
      font-size: 1.8rem;
  }
  .case-study-title {
      font-size: 1.8rem;
  }
  .case-meta {
      flex-direction: column;
      gap: 10px;
  }
}
.content-section:nth-child(odd) {
  background-color: white;
}

.hero-section {
  background: white;
}

.container {
  background-color: white;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
}

.content-section:nth-child(even) {
  background-color: white;
}

.app-features {
  background-color: white;
}


.case-study-section {
  background: white;
}

section {
  margin: 0;
}

section {
  background: white !important;
}

/* CASE STUDY */
.overview-section {
  padding: 80px 0;
  background-color: #f0f4f8;
  background: linear-gradient(135deg, #f0f4f8 0%, #e6f0fb 100%);
}

.content-wrapper {
  display: flex;
  align-items: center;
  min-height: 500px;
}

.content-text {
  padding-right: 30px;
}

.content-text h1 {
  color: #0f2e5a;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

.content-text p {
  color: #3a4a5e;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.content-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-section {
  padding: 60px 0;
  background-color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.col-lg-4.col-md-6 {
  display: flex;
  margin-bottom: 30px;
  width: calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.col-lg-4.col-md-6:nth-child(4) {
  margin-left: calc(16.6665% + 15px);
  margin-right: auto;
}

.col-lg-4.col-md-6:nth-child(5) {
  margin-left: auto;
  margin-right: calc(16.6665% + 15px);
}

.service-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

@media (max-width: 991px) {
  .col-lg-4.col-md-6 {
    width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
  
  .col-lg-4.col-md-6:nth-child(4),
  .col-lg-4.col-md-6:nth-child(5) {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .col-lg-4.col-md-6 {
    width: 100%;
    flex: 0 0 100%;
  }
}

.service-title {
  text-align: center;
  margin-bottom: 50px;
}

.service-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f2e5a;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #3498db;
}

.service-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  background-color: #fff;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.service-item .heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.service-item .icon-container {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f4f8;
  border-radius: 8px;
  margin-left: 15px;
}

.service-item .icon-container img {
  width: 80px;
  height: 100px;
  object-fit: contain;
}

.service-item h3 {
  margin-bottom: 0;
  flex-grow: 1; 
  color: #0f2e5a;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}

.service-item li {
  color: #3a4a5e;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 991px) {
  .content-wrapper {
    flex-direction: column;
  }
  
  .content-text {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .content-image {
    max-width: 600px;
    margin: 0 auto;
  }
}

.solutions-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.solutions-title {
  text-align: center;
  margin-bottom: 60px;
}

.solutions-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0f2e5a;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.solutions-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background-color: #3498db;
}

.solutions-title p {
  color: #3a4a5e;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

.solutions-row {
  margin-bottom: 30px;
}

.solutions-row:last-child {
  margin-bottom: 0;
}

.solution-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.solution-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.solution-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #3498db, #2980b9);
  z-index: -1;
  transition: width 0.3s ease;
}

.solution-item:hover:before {
  width: 100%;
  opacity: 0.05;
}

.solution-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f4f8;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.solution-item:hover .solution-icon {
  background-color: #3498db;
}

.solution-item:hover .solution-icon img {
  filter: brightness(0) invert(1);
}

.solution-icon img {
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.solution-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0f2e5a;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.solution-item:hover .solution-content h3 {
  color: #3498db;
}

.solution-content p {
  color: #3a4a5e;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .solution-column {
    margin-bottom: 30px;
  }
  
  .solutions-row:last-child .solution-column:last-child {
    margin-bottom: 0;
  }
}

.impact-benefit-section {
  background-color: #001b4d;
  color: white;
  padding: 60px 0;
  text-align: center;
}

.impact-benefit-section h2 {
  font-size: 3rem;
  margin-bottom: 50px;
  font-weight: 600;
}

.benefit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.benefit-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 350px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.benefit-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
}

.benefit-icon img {
  max-width: 100%;
  height: auto;
}

.benefit-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.benefit-list {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
  margin-top: auto;
}

.benefit-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.benefit-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4a90e2;
}

@media (max-width: 768px) {
  .benefit-container {
    flex-direction: column;
    align-items: center;
  }
  
  .benefit-item {
    width: 90%;
    max-width: 400px;
  }
}

/* Impact and Benefits Section Styles */
.impact-benefits-section {
    background-color: #002060;
    color: white;
    padding: 60px 0;
}

.impact-benefits-section .section-title h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.benefit-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 25px;
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 280px;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.benefit-icon {
    text-align: center;
    margin-bottom: 20px;
}

.benefit-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.benefit-content h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-content ul {
    padding-left: 20px;
}

.benefit-content li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .benefit-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .benefit-item {
        width: 100%;
    }
    
    .impact-benefits-section .section-title h2 {
        font-size: 2rem;
    }
}

/* Impact and Benefits Section Styles */
.impact-benefits-section {
  background-color: #002060;
  padding: 80px 0;
  position: relative;
}

.impact-benefits-section .main-container {
  max-width: 1300px;
  margin: 0 auto;
}

.impact-benefits-section .section-wrapper {
  background: white;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.impact-benefits-section .section-title h2 {
  font-size: 2.8rem;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  color: #002060;
  position: relative;
}

.impact-benefits-section .section-title h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #4e8cff, #002060);
  margin: 15px auto 0;
  border-radius: 2px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.benefit-item {
  background: #f7f9fc;
  border-radius: 20px;
  padding: 30px;
  width: calc(33.33% - 30px);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 500px;
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #4e8cff, #002060);
}

.benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 32, 96, 0.15);
}

.benefit-icon {
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.benefit-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 5px 10px rgba(0, 32, 96, 0.2));
  transition: transform 0.4s ease;
}

.benefit-item:hover .benefit-icon img {
  transform: scale(1.1);
}

.benefit-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.benefit-content h3 {
  color: #002060;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.benefit-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #4e8cff;
  border-radius: 2px;
}

.benefit-content ul {
  padding-left: 5px;
  list-style-type: none;
  flex-grow: 1;
}

.benefit-content li {
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
  color: #333333;
}

.benefit-content li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4e8cff;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .benefit-item {
      width: calc(50% - 30px);
      height: 360px; 
  }
  
  .impact-benefits-section .section-wrapper {
      padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .benefit-item {
      width: 100%;
      height: auto;
      min-height: 280px;
  }
  
  .impact-benefits-section .section-title h2 {
      font-size: 2.2rem;
  }
  
  .impact-benefits-section .section-wrapper {
      padding: 30px 20px;
      border-radius: 20px;
  }
}

/* Conclusion Section Styles */
.conclusion-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.conclusion-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.conclusion-section .content-image {
  flex: 1 1 45%;
  min-width: 300px;
}

.conclusion-section .content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.conclusion-section .content-text {
  flex: 1 1 45%;
  min-width: 300px;
}

.conclusion-section h2 {
  color: #0d2d53;
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 700;
  position: relative;
}

.conclusion-section p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Responsive styling */
@media (max-width: 992px) {
  .conclusion-section .content-wrapper {
      flex-direction: column;
  }
  
  .conclusion-section .content-image,
  .conclusion-section .content-text {
      flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .conclusion-section {
      padding: 50px 0;
  }
  
  .conclusion-section h2 {
      font-size: 28px;
  }
}

.contact-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f9f9f9, #f0f4ff);
  position: relative;
  overflow: hidden;
}

/* Enhanced decorative elements */
.contact-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(74, 108, 247, 0.08);
  z-index: 0;
}

.contact-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(74, 108, 247, 0.05);
  z-index: 0;
}

.contact-form-container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(74, 108, 247, 0.15);
}

.form-header {
  background: linear-gradient(135deg, var(--primary-color), #5d7bf9);
  color: white;
  padding: 40px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  position: relative;
  overflow: hidden;
}

.form-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 70%);
  z-index: 1;
}

.form-header h2 {
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.form-header p {
  font-size: 17px;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  line-height: 1.6;
}

.form-body {
  padding: 50px;
  background-color: #fff;
  position: relative;
}

.form-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(74, 108, 247, 0.2), transparent);
}

.row {
  margin-bottom: 10px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.form-control {
  height: 60px;
  padding: 12px 25px;
  font-size: 16px;
  border: 2px solid #eef1ff;
  border-radius: 12px;
  background-color: #f9faff;
  transition: all 0.3s ease;
  margin-bottom: 24px;
  width: 100%;
  color: #333;
}

.form-control:focus {
  border-color: var(--primary-color);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(74, 108, 247, 0.15);
  outline: none;
}

.form-control::placeholder {
  color: #b0b7c3;
  opacity: 0.7;
}

textarea.form-control {
  height: 160px;
  resize: none;
  line-height: 1.6;
  padding-top: 18px;
}

.btn-submit {
  background: linear-gradient(135deg, var(--primary-color), #5d7bf9);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.btn-submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #3552d8, #4b6ef7);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(74, 108, 247, 0.4);
}

.btn-submit:hover::after {
  left: 100%;
}

.btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(74, 108, 247, 0.4);
}

.input-icon-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #b0b7c3;
  transition: all 0.3s ease;
}

.form-control:focus + .input-icon {
  color: var(--primary-color);
  transform: translateY(-50%) scale(1.1);
}

/* Improved animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(74, 108, 247, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(74, 108, 247, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 108, 247, 0); }
}

.contact-form-container {
  animation: fadeInUp 0.8s ease forwards;
}

.btn-submit {
  animation: pulse 2s infinite;
}

/* Form validation styling */
.form-control.is-valid {
  border-color: #28a745;
  background-color: #f8fff9;
}

.form-control.is-invalid {
  border-color: #dc3545;
  background-color: #fff8f8;
}

/* Responsive improvements */
@media (max-width: 992px) {
  .form-body {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 70px 0;
  }
  
  .form-header {
    padding: 30px 20px;
  }
  
  .form-header h2 {
    font-size: 28px;
  }
  
  .form-body {
    padding: 30px 25px;
  }
  
  .btn-submit {
    padding: 16px 30px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .form-header h2 {
    font-size: 24px;
  }
  
  .form-header p {
    font-size: 15px;
  }
  
  .form-control {
    height: 55px;
    margin-bottom: 20px;
  }
}

/* Focus states for accessibility */
.form-control:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 1px;
}

/* Input focus effects */
.col-md-6:focus-within .form-label {
  color: var(--primary-color);
}
/* NAVBAR */
.side-drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

.side-drawer.open {
  right: 0;
}

.side-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.side-drawer-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.side-drawer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-drawer-menu > li {
  margin-bottom: 15px;
}

.side-drawer-menu > li > a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.side-drawer-submenu {
  list-style: none;
  padding-left: 15px;
  display: none;
}

.side-drawer-submenu li {
  margin: 8px 0;
}

.side-drawer-submenu li a {
  color: #666;
  text-decoration: none;
}

.side-drawer-menu .has-sub > a {
  position: relative;
}

.side-drawer-menu .has-sub > a:after {
  content: '+';
  position: absolute;
  right: 0;
  transition: transform 0.3s;
}

.side-drawer-menu .has-sub.open > a:after {
  transform: rotate(45deg);
}

.side-drawer-menu .has-sub.open .side-drawer-submenu {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.overlay.show {
  display: block;
}

body.drawer-open {
  overflow: hidden;
}

/* MDM Soltuions */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* MDM Solutions Section */
#service {
  position: relative;
  padding: 40px 0;
  background-color: #f5f7fa;
  overflow: hidden;
}

/* Decorative elements */
.leaf-pattern-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 20%, rgba(94, 114, 235, 0.03) 0%, rgba(94, 114, 235, 0) 70%),
              radial-gradient(circle at 80% 80%, rgba(94, 114, 235, 0.03) 0%, rgba(94, 114, 235, 0) 70%);
  pointer-events: none;
}

.corner-pattern-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, transparent 40%, rgba(94, 114, 235, 0.08) 100%);
  border-radius: 0 0 0 250px;
}

/* Header styling */
#service_heading {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

#service_heading h1 {
  font-size: 42px;
  font-weight: 700;
  color: #2d3748;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

#service_heading h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #5e72eb, #ff9190);
  border-radius: 2px;
}

/* Service section styling */
.service-container {
  margin-bottom: 100px;
  position: relative;
}

.service-container:last-child {
  margin-bottom: 0;
}

/* Service content layout */
.service-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* Alternating layout for service items */
.service-container:nth-child(even) .service-wrapper {
  flex-direction: row-reverse;
}

/* Image column */
.service-image {
  flex: 1;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.service-image::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(94, 114, 235, 0.1) 0%, rgba(94, 114, 235, 0) 70%);
  border-radius: 50%;
  z-index: 1;
}

.service-container:nth-child(odd) .service-image::before {
  top: -100px;
  left: -100px;
}

.service-container:nth-child(even) .service-image::before {
  bottom: -100px;
  right: -100px;
}

.service-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.1));
}

/* Content column */
.service-content {
  flex: 1.2;
  padding: 60px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, #5e72eb, #ff9190);
  border-radius: 2px;
}

.service-content p {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.8;
}

/* Service number indicators */
.service-number {
  position: absolute;
  font-size: 180px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.03);
  z-index: 0;
  line-height: 1;
}

.service-container:nth-child(odd) .service-number {
  right: 20px;
  bottom: -30px;
}

.service-container:nth-child(even) .service-number {
  left: 20px;
  bottom: -30px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .service-wrapper {
      flex-direction: column !important;
  }

  .service-content {
      padding: 40px 30px;
  }

  .service-image {
      padding: 30px 30px 0;
  }

  .service-number {
      font-size: 120px;
  }
}

@media (max-width: 576px) {
  #service_heading h1 {
      font-size: 32px;
  }

  .section-title {
      font-size: 24px;
  }

  .service-content {
      padding: 30px 20px;
  }

  .service-image {
      padding: 20px 20px 0;
  }

  .service-number {
      font-size: 80px;
  }
}

.section {
  margin-bottom: 60px;
  position: relative;
}

/* Attractive Headings */
.section-header {
  margin-bottom: 30px;
  position: relative;
  padding: 10px 0;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 2px;
}

/* Android Section */
.android-section .section-header {
  text-align: right;
  padding-right: 20px;
}

.android-section h2 {
  color: #3a7bd5; /* Android green */
  text-shadow: #86b9ff;
}

.android-section h2::after {
  background: linear-gradient(to right, transparent, #3a7bd5);
}

.phone-container-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.android-section .phone-container {
  display: flex;
  padding: 15px 0;
  animation: scrollRight 25s linear infinite;
  width: max-content;
}

/* Truly endless scrolling for Android */
@keyframes scrollRight {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-180px * 8 - 30px * 8)); /* Card width * count + margin * count */
  }
}

/* iPhone Section */
.iphone-section .section-header {
  text-align: left;
  padding-left: 20px;
}

.iphone-section h2 {
  color: #007aff; /* Apple blue */
  text-shadow: 0 2px 5px rgba(0, 122, 255, 0.3);
}

.iphone-section h2::after {
  background: linear-gradient(to left, transparent, #007aff);
}

.iphone-section .phone-container {
  display: flex;
  padding: 15px 0;
  animation: scrollLeft 25s linear infinite;
  width: max-content;
}

/* Endless scrolling for iPhone (left to right) */
@keyframes scrollLeft {
  0% {
      transform: translateX(calc(-180px * 8 - 30px * 8));
  }
  100% {
      transform: translateX(0);
  }
}

.client-card {
  min-width: 180px;
  margin: 0 15px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.client-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* Common phone card styles */
.phone-card {
  min-width: 180px;
  margin: 0 15px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.phone-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.android-section .phone-card::before {
  background: linear-gradient(90deg, #3a7bd5, #8dbdff);
}

.iphone-section .phone-card::before {
  background: linear-gradient(90deg, #74b9ff, #0984e3);
}
.client-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.phone-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Pause animation when hovering over container */
.phone-container:hover {
  animation-play-state: paused;
}

.phone-image {
  width: 120px;
  height: 160px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.client-card:hover .phone-image {
  transform: scale(1.05);
}

.phone-card:hover .phone-image {
  transform: scale(1.05);
}

.phone-name {
  font-weight: 600;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
}

.client-section {
  text-align: center;
  padding: 50px 0;
}
.client-slider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: slide 10s linear infinite;
  gap: 20px;
}
.slide {
  display: inline-block;
  margin: 0 auto;
}
.slide img {
  padding: 20px;
  width: 200px;
  height: auto;
  object-fit: contain;
}
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

section[id] {
  scroll-margin-top: 180px; /* Increase this value to push sections lower */
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}

/* Add clear visual separation between sections */
#service .row {
  margin-bottom: 40px;
}

/* Ensure images in sections are fully visible */
.products-thumb {
  display: block;
  width: 100%;
}

/* Fix header position to ensure consistent offset calculations */
#header-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}