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

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. freatures CSS
06. Services CSS
07. Intro Video CSS
08. Testimonial CSS
09. Blog CSS
10. Clients CSS
11. Team CSS
12. Account Login CSS
13. Contact CSS
14. Pricing Table CSS
15. Faq CSS
16. Call Action CSS
17. Error CSS
18. Mail Success CSS
19. Footer CSS
========================== */
/*======================================
    Variables
========================================*/

/* ========================================
   🎨 COLOR CUSTOMIZATION
   ========================================
   To change the website colors, simply edit
   the color values below. All colors throughout
   the site will update automatically!
   
   Key colors you can customize:
   - --primary-color: Main theme color (buttons, links, accents)
   - --primary-hover: Hover state for interactive elements
   - --text-color: Body text color
   - --heading-color: All heading colors
   ======================================== */

:root {
  /* Primary Theme Colors - Change these to customize your site! */
  --primary-color: #0174c4;
  --primary-hover: #015fa1;
  --primary-light: #e6f1f9;
  --primary-dark: #014d82;

  /* Text & Heading Colors */
  --text-color: #727272;
  --heading-color: #081828;
  --secondary-color: #081828;

  /* Background Colors */
  --white: #fff;
  --bg-light: #f8f9fe;
  --bg-gray: #f4f4f4;

  /* Border & Divider Colors */
  --border-color: #e3e3e3;
  --border-light: #ececec;

  /* Social Media Brand Colors (Optional to customize) */
  --facebook: #3b5997;
  --twitter: #1da1f2;
  --youtube: #cd201f;
  --linkedin: #0077B5;
  --pinterest: #bd081c;
  --instagram: #e4405f;

  /* Shadows */
  --shadow-light: 0 10px 40px rgba(0, 0, 0, 0.08);
  --shadow-medium: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/*======================================
    Normalize CSS
========================================*/
/* Google Fonts Removed */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'League Spartan', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  overflow-x: hidden;
  font-size: 15px;
}

body.lang-mr {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
}

body.lang-mr h1,
body.lang-mr h2,
body.lang-mr h3,
body.lang-mr h4,
body.lang-mr h5,
body.lang-mr h6 {
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0.5px;
  line-height: 1.6 !important;
  /* Increased line-height to fix overlap */
  margin-bottom: 15px !important;
  /* Ensure spacing between elements */
}

/* Specific Calligraphy Font for Hero Title in Marathi */
body.lang-mr .hero-area .hero-content h1 {
  font-family: 'Kalam', cursive !important;
  font-weight: 700;
  font-size: 58px;
}

/* Specific fix for All Dashboard/Gallery Titles in Marathi */
body.lang-mr h3[data-key="gal_card1_title"],
body.lang-mr h3[data-key="gal_card2_title"],
body.lang-mr h3[data-key="gal_card3_title"],
body.lang-mr h3[data-key="gal_card4_title"],
body.lang-mr h3[data-key="gal_card5_title"] {
  font-weight: 700 !important;
  font-size: 2.2rem !important;
  /* Significantly reduced size */
  line-height: 1.4 !important;
}

/* Enhanced spacing for Features section in Marathi */
body.lang-mr .freatures .content h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

body.lang-mr .freatures .content h2 {
  font-size: 36px !important;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
  line-height: 1.4 !important;
}

body.lang-mr .freatures .content .single-feature {
  margin-bottom: 35px !important;
}

body.lang-mr .freatures .content .single-feature h4 {
  font-size: 20px !important;
  margin-bottom: 12px !important;
  margin-top: 5px !important;
}

body.lang-mr .freatures .content .single-feature p {
  line-height: 1.8 !important;
  margin-top: 8px !important;
}

/* Global Marathi paragraph styling */
body.lang-mr p {
  line-height: 1.8 !important;
  margin-bottom: 1.2em !important;
}

/* Mission Section Marathi Styling */
body.lang-mr .mission .content h3 {
  font-size: 22px !important;
  margin-bottom: 12px !important;
  line-height: 1.5 !important;
}

body.lang-mr .mission .content h3 span {
  display: block;
  margin-bottom: 8px;
}

body.lang-mr .mission .content h2 {
  font-size: 38px !important;
  margin-bottom: 25px !important;
  line-height: 1.4 !important;
}

body.lang-mr .mission .content p {
  font-size: 17px !important;
  line-height: 1.9 !important;
  margin-bottom: 20px !important;
}

/* Section Titles Marathi Styling */
body.lang-mr .section-title h3 {
  font-size: 20px !important;
  margin-bottom: 12px !important;
}

body.lang-mr .section-title h2 {
  font-size: 36px !important;
  margin-bottom: 20px !important;
  line-height: 1.4 !important;
}

body.lang-mr .section-title p {
  font-size: 17px !important;
  line-height: 1.8 !important;
}

/* Hero Section Marathi Styling - Make it Attractive */
body.lang-mr .hero-area .hero-content h4 {
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.lang-mr .hero-area .hero-content h1 {
  font-size: 52px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 25px !important;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}

body.lang-mr .hero-area .hero-content p {
  font-size: 19px !important;
  line-height: 1.9 !important;
  margin-bottom: 30px !important;
  font-weight: 400;
  max-width: 90%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* Mobile responsive hero for Marathi */
@media (max-width: 767px) {
  body.lang-mr .hero-area .hero-content h1 {
    font-size: 36px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }

  body.lang-mr .hero-area .hero-content h4 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }

  body.lang-mr .hero-area .hero-content p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    max-width: 100%;
  }
}

/* Attractive Text Animations for Hero Section */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Apply animations to hero content */
.hero-area .hero-content h4 {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-area .hero-content h1 {
  animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-area .hero-content p {
  animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-area .hero-content .button {
  animation: fadeInUp 1s ease-out 0.8s both;
}

/* Smooth hover animation for buttons */
.hero-area .hero-content .button .btn {
  transition: all 0.3s ease;
}

.hero-area .hero-content .button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(46, 208, 109, 0.4);
}





p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-color);
}

* {
  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;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: var(--heading-color);
  font-family: 'League Spartan', sans-serif;
}

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

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  margin-top: 0 !important;
  padding-top: 180px;
  padding-bottom: 100px;
  z-index: 2;
  text-align: left;
  background: url('../hero%20imgt/BG.jpeg') no-repeat center top !important;
  background-size: 100% auto !important;
  -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}

.breadcrumbs::before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 0 !important;
    min-height: 250px;
    padding-top: 100px;
    padding-bottom: 50px;
    background: url('../hero%20imgt/BG-mobile.jpeg') no-repeat center top !important;
    background-size: 100% auto !important;
  }
}

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

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }
}

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

.breadcrumbs .breadcrumb-nav {
  text-align: right;
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea62";
  font-family: lineIcons;
  font-size: 11px;
  position: absolute;
  top: 3px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

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

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #e4e4e4;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--primary-color);
  text-transform: capitalize;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 50px;
  }

  .section-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section-title p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 40px;
  }

  .section-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .section-title p {
    font-size: 15px;
  }
}

.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: var(--primary-color);
  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: var(--primary-color);
  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: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 5px;
}

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

/* Theme Color Switcher Button */
.theme-color-btn {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  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: 18px;
  color: #fff !important;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.theme-color-btn:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: var(--shadow-medium) !important;
  -webkit-transform: translate3d(0, -5px, 0) rotate(15deg);
  transform: translate3d(0, -5px, 0) rotate(15deg);
}

.theme-color-btn i {
  color: #fff;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.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: -1;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}

.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;
  margin-top: 10px;
}

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

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: var(--primary-color);
  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: 15px;
  font-weight: 500;
  padding: 14px 30px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

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

.button {
  margin-left: 0 !important;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn-alt:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

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

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

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

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--primary-color);
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: none !important;
  min-height: 60px;
  z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }

  .header .button {
    margin: 0 !important;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    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: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: var(--primary-color) !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: var(--primary-color);
  }

  .header .navbar-nav .nav-item a {
    padding: 14px 18px !important;
    /* Increased for easier tapping */
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: var(--primary-color);
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0 !important;
    /* Absolute minimum space */
  }

  .header .mobile-menu-btn .toggler-icon {
    background-color: #ffffff;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100px !important;
    /* Matches 100px logo height with 0 padding */
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow */
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    /* Increased padding */
    max-height: 400px;
    /* Increased from 350px */
    overflow-y: scroll;
    border-top: 2px solid var(--primary-color);
    /* Premium accent */
    border-radius: 0 0 12px 12px;
    /* Larger radius */
    backdrop-filter: blur(10px);
    /* Modern blur effect */
    animation: slideDown 0.3s ease-out;
    /* Smooth slide animation */
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: var(--primary-color) !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: var(--primary-color);
  }

  .header .navbar-nav .nav-item a {
    padding: 14px 18px !important;
    /* Increased for easier tapping */
    border-radius: 8px;
    /* Rounded corners */
    transition: all 0.2s ease;
  }

  .header .navbar-nav .nav-item a:hover {
    background-color: rgba(51, 176, 119, 0.08);
    /* Subtle hover background */
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: var(--primary-color) !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: var(--primary-color);
  }
}

.header .navbar-brand img {
  height: 120px;
  width: auto;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    height: 110px;
    width: auto;
    display: block;
  }
}

/* Default Visibility */
.logo-desktop {
  display: block;
}

.logo-mobile {
  display: none;
}

/* ===== Simplified Navbar for BG Image Notch ===== */
.header .navbar-area {
  background: transparent;
  position: relative;
}

.header .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  padding: 0px 0px 15px 0px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 90; /* Reduced from 1001 to stay below nav links */
  margin: 0 !important;
  pointer-events: none; /* Prevent it from intercepting clicks on the menu */
}

/* Adjust nav links for white background */
.header .navbar .navbar-nav .nav-item a {
  color: #081828;
  padding: 20px 0;
  /* Add padding to center vertically in the 60px bar */
}

.header .navbar .navbar-nav .nav-item a:hover {
  color: var(--primary-color);
}

.header .navbar .navbar-nav .nav-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}

/* Underline indicator for active/hover */
.header .navbar .navbar-nav .nav-item a::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.3s ease;
}

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

@media (max-width: 767px) {

  /* Toggle Visibility on Mobile */
  .logo-desktop {
    display: none !important;
  }

  .logo-mobile {
    display: none !important;
  }

  /* Navbar Brand notch styles inherited from block below */

  /* Transparent Navbar Container - header is transparent, hero BG shows through */
  .header .navbar-area {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  /* Mobile Sticky: white background when scrolled */
  .header.sticky,
  .navbar-area.sticky {
    background: #ffffff !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08) !important;
    padding: 0 !important;
  }

  /* Navbar Brand - no SVG notch, use BG.jpeg notch instead */
  .header .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 80px;
    padding: 0;
    background-image: none;
    background-color: transparent;
    filter: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1001;
    margin: 0 !important;
  }

  /* Hide Notch and Mobile Logo on Scroll (Sticky State) */
  .header.sticky .navbar-brand,
  .header.sticky .logo-mobile {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .mobile-menu-btn {
    position: absolute;
    right: 25px;
    top: 35px;
    z-index: 1002;
    transition: all 0.4s ease;
  }

  /* Fix Jumping Menu Button on Scroll */
  .header.sticky .mobile-menu-btn .toggler-icon {
    background-color: #081828 !important;
  }

  /* White toggler icon for visibility on dark BG image */
  .mobile-menu-btn .toggler-icon {
    background-color: #ffffff !important;
    height: 3px;
    width: 30px;
    margin: 5px 0;
    opacity: 1;
  }

  /* Duplicate .logo-mobile removed — single rule at line 2090 is sufficient */

  /* Push Banner/Content Down on Mobile */
  .hero-area {
    padding-top: 100px !important;
    min-height: 600px;
  }

  /* Fix Title Wrapping */
  .section-title {
    padding: 0 !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
  }

  .section-title h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
  }

  /* Improve Hero Text Readability */
  .hero-area .hero-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    max-width: 100% !important;
    color: #fff !important;
    /* Ensure visibility */
  }

  .hero-area .hero-content h1 {
    font-size: 28px !important;
    /* Slightly smaller for better fit */
  }

  /* Fix Misaligned Lists */
  .list-style-one li,
  .list-style-two li {
    font-size: 14px !important;
  }

  /* Fix Marathi Hero Text Diff */
  body.lang-mr .hero-area .hero-content h1 {
    font-size: 24px !important;
    /* Smaller than English (28px) to fit wider chars */
    line-height: 1.4 !important;
  }

  body.lang-mr .hero-area .hero-content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* =========================================
   New Homepage Content Styling (Light & Premium)
   ========================================= */
.list-style-one {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-style-one li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  /* Light font */
  color: #444;
  /* Soft black */
}

.list-style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
  font-size: 18px;
}

.list-style-two {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  /* Split into two configs */
  column-gap: 20px;
}

@media (max-width: 767px) {
  .list-style-two {
    column-count: 1;
  }
}

.list-style-two li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.list-style-two li::before {
  content: "•";
  color: var(--primary-color);
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 18px;
}

.lead {
  font-weight: 300 !important;
  font-size: 1.25rem;
  line-height: 1.6;
}


.header.sticky .button .btn {
  background-color: var(--primary-color);
  color: #fff;
}

.header.sticky .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  -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;
  background-color: #fff;
}

/* When sticky, override the BG image and restore dark text */
.header.sticky {
  background: #ffffff !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

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

.header.sticky .navbar .navbar-nav .nav-item a:hover {
  color: var(--primary-color);
}

.header.sticky .navbar .navbar-nav .nav-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}

.header.sticky .navbar .navbar-nav .nav-item a::before {
  background: var(--primary-color);
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: var(--primary-color);
}

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

.sticky .navbar .navbar-nav .nav-item a:hover {
  color: var(--primary-color);
}


.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

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

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  -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;
  padding: 0px 0;
  background: #fff;
}

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

.navbar-brand {
  padding: 0;
  margin: 0;
  border-radius: 0;
  display: block;
  line-height: 1;
}

.mobile-menu-btn, .navbar-toggler {
  padding: 0px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.mobile-menu-btn:focus, .navbar-toggler:focus {
  text-decoration: none;
  border: none !important;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mobile-menu-btn .toggler-icon {
  width: 32px;
  height: 3px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  border-radius: 2px;
  transition: all 0.3s ease-out 0s;
}

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

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

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

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: var(--primary-color);
}

.sticky .navbar-nav .nav-item:hover a {
  color: var(--primary-color);
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: #081828;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 8px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: var(--primary-color);
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
  box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: var(--primary-color);
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu>li {
  display: block;
  margin-left: 0;
}

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

.navbar-nav .nav-item .sub-menu>li.active>a {
  color: var(--primary-color) !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
  border: none;
}

.header .button {
  display: inline-block;
  margin-left: 10px;
}

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

.header .button .btn {
  background-color: #fff;
  color: #081828;
  font-weight: 500;
}

.header .button .btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.header .button.home-btn .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky .button .btn {
  background-color: var(--primary-color);
  color: #fff;
}

.sticky .button .btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header .button .signin {
    color: #081828;
  }

  .header .button .signin:hover {
    color: var(--primary-color);
  }

  .header .button .signup {
    background-color: var(--primary-color);
    color: #fff;
  }

  .header .button .signup:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  padding-top: 80px;
  background: url('../hero%20imgt/BG.jpeg') no-repeat center top !important;
  background-size: 100% auto !important;
  z-index: 0;
  padding-bottom: 80px;
  margin-top: 0 !important;
}

.hero-area .hero-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}

/* BG.jpeg background kept on all screen sizes */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: 600px;
    background: url('../hero%20imgt/BG-mobile.jpeg') no-repeat center top !important;
    background-size: 100% auto !important;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}

/* Center content only on mobile and tablet */
@media (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
}

/* Left align on desktop */
@media (min-width: 992px) {
  .hero-area .hero-content {
    text-align: left;
    max-width: 100%;
    margin: 0;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

.hero-area .hero-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}

.hero-area .hero-content h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
}

@media (max-width: 991px) {
  .hero-area .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-area .hero-content .button {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 30px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 30px;
    width: 100%;
  }
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: var(--heading-color);
  border-radius: 30px;
  padding: 15px 40px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 100%;
  }
}

.hero-area .hero-content .button .btn:hover {
  color: var(--primary-color);
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }

  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }

  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }

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

.hero-area .hero-image {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .hero-area .hero-image {
    display: none;
  }
}

.hero-area .hero-image img {
  width: 100%;
  max-width: 650px;
  border-radius: 15px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-area .hero-image img:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-light);
}

/*======================================
	Features CSS
========================================*/
.freatures {
  background-color: #F4F7FA;
}

.freatures .image img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .freatures .content {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .freatures .content {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .freatures .content {
    margin-top: 40px;
  }
}

.freatures .content .heading {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .freatures .content .heading {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .freatures .content .heading {
    font-size: 22px;
    line-height: 38px;
  }
}

.freatures .content .heading span {
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.freatures .content .single-feature {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}

.freatures .content .single-feature:last-child {
  margin: 0;
}

.freatures .content .single-feature .f-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  font-size: 28px;
  top: 0;
}

.freatures .content .single-feature h4 {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

/*======================================
	Services CSS
========================================*/
.services {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.services .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .services .upper-content {
    padding-right: 100px;
  }
}

.services .upper-content .lasthead {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.services .upper-content .title {
  font-size: 28px;
  font-weight: 600;
  font-size: 40px;
  font-weight: 700;
  padding: 21px 0 16px;
}

.services .upper-content p {
  margin-top: 20px;
}

.services .upper-content .button {
  margin-top: 40px;
}

.services .single-service {
  min-height: 300px;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  padding: 45px 35px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.services .single-service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #4cd964);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.services .single-service:hover::before {
  transform: scaleX(1);
}

.services .single-service:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

.services .single-service .main-icon {
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 34px;
  display: inline-block;
  margin-bottom: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.services .single-service:hover .main-icon {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

/* Additional Digital Services - Professional Banner Card Layout */
.additional-services .single-service {
  min-height: 380px;
  margin-top: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 0;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.additional-services .single-service:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.additional-services .single-service:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

.additional-services .single-service::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-hover));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 2;
}

.additional-services .single-service:hover::before,
.additional-services .single-service:focus-within::before {
  transform: scaleX(1);
}

/* Banner area with gradient background and icon */
.additional-services .single-service .main-icon {
  position: relative;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  margin-bottom: 0;
  transition: all 0.4s ease;
  border-radius: 20px 20px 0 0;
}

.additional-services .single-service .main-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 60%);
  opacity: 0.9;
  pointer-events: none;
}

.additional-services .single-service .main-icon i {
  font-size: 64px;
  color: var(--primary-color);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.additional-services .single-service:hover .main-icon {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
}

.additional-services .single-service:hover .main-icon i {
  color: #fff;
  transform: scale(1.1);
}

/* Content area with  text */
.additional-services .single-service .service-content {
  padding: 28px 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.additional-services .single-service .text-title {
  color: #081828;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 12px;
}

.additional-services .single-service p {
  line-height: 26px;
  font-size: 15px;
  margin: 0 0 15px 0;
  color: #727272;
  flex: 1;
}

/* Read More Button */
.additional-services .single-service .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  border: 1px solid rgba(46, 208, 109, 0.35);
  padding: 10px 14px;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  background: rgba(46, 208, 109, 0.06);
}

.additional-services .single-service .read-more-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.additional-services .single-service .read-more-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
  border-color: transparent;
  gap: 8px;
}

.additional-services .single-service .read-more-btn:hover i {
  transform: translateX(3px);
}

/* Different banner colors for visual variety */
.additional-services .single-service:nth-child(1) .main-icon {
  background: linear-gradient(135deg, #e3f2fd 0%, #90caf9 100%);
}

.additional-services .single-service:nth-child(2) .main-icon {
  background: linear-gradient(135deg, #fff3e0 0%, #ffb74d 100%);
}

.additional-services .single-service:nth-child(3) .main-icon {
  background: linear-gradient(135deg, #f3e5f5 0%, #ce93d8 100%);
}

.additional-services .single-service:nth-child(4) .main-icon {
  background: linear-gradient(135deg, #e0f2f1 0%, #4db6ac 100%);
}

.additional-services .single-service:nth-child(5) .main-icon {
  background: linear-gradient(135deg, #fff9c4 0%, #ffd54f 100%);
}

.additional-services .single-service:nth-child(6) .main-icon {
  background: linear-gradient(135deg, #fce4ec 0%, #f06292 100%);
}

.additional-services .single-service:nth-child(7) .main-icon {
  background: linear-gradient(135deg, #e8eaf6 0%, #7986cb 100%);
}

.additional-services .single-service:nth-child(8) .main-icon {
  background: linear-gradient(135deg, #fff8e1 0%, #ffb300 100%);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .additional-services .single-service {
    min-height: 360px;
  }

  .additional-services .single-service .main-icon {
    height: 160px;
  }

  .additional-services .single-service .main-icon i {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .additional-services .single-service {
    min-height: 340px;
  }

  .additional-services .single-service .main-icon {
    height: 140px;
  }

  .additional-services .single-service .main-icon i {
    font-size: 50px;
  }

  .additional-services .single-service .service-content {
    padding: 25px 20px;
  }

  .additional-services .single-service .text-title {
    font-size: 17px;
  }

  .additional-services .single-service p {
    font-size: 14px;
  }
}

.services .single-service .text-title {
  color: #081828;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.services .single-service p {
  line-height: 26px;
  font-size: 15px;
}

/*======================================
    Intro Video CSS
========================================*/
.intro-video-area {
  background-color: #081828;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-video-area {
    padding-top: 60px;
  }
}

.intro-video-area .section-title {
  margin-bottom: 150px;
  padding: 0 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .section-title {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .section-title {
    padding: 0 30px;
    margin-bottom: 100px;
  }

  .intro-video-area .section-title h2 {
    font-size: 20px;
  }
}

.intro-video-area .section-title span {
  display: block;
  margin-bottom: 20px;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .intro-video-area .section-title span {
    margin-bottom: 10px;
  }
}

.intro-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.intro-video-area .inner-content-head {
  padding: 30px;
  border: 1px solid #eeeeee40;
  border-radius: 30px;
  background: #ffffff24;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content-head {
    padding: 0;
    border: none;
  }
}

.intro-video-area .inner-content {
  background-color: #fff;
  padding: 100px 0;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
  }
}

.intro-video-area .inner-content .shape1 {
  height: 120px;
  width: 120px;
  position: absolute;
  right: -60px;
  bottom: 58px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape1 {
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 20px;
  }
}

.intro-video-area .inner-content .shape2 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: 30px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape2 {
    width: 80px;
    height: 80px;
  }
}

.intro-video-area .intro-video-play {
  position: relative;
  z-index: 9;
}

.intro-video-area .intro-video-play .play-thumb a {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 83px;
  background: var(--primary-color);
  border-radius: 50%;
  padding-left: 5px;
  font-size: 22px;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.intro-video-area .intro-video-play .play-thumb a:hover {
  background-color: #081828;
  color: #fff;
}

.intro-video-area .intro-video-play .play-thumb a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

.intro-video-area .intro-video-play .play-thumb a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1s linear infinite;
  animation: pulse-border 1s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*======================================
    Testimonial CSS
========================================*/
.testimonials {
  background-color: #F4F7FA;
  position: relative;
  padding-bottom: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 100px;
  }
}

.testimonials .testimonial-slider {
  margin: 0;
}

.testimonials .tns-nav {
  text-align: center;
  position: absolute;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  z-index: 9;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .tns-nav {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .tns-nav {
    bottom: 50px;
  }
}

.testimonials .tns-nav button {
  height: 6px;
  width: 14px;
  background-color: #081828;
  border-radius: 5px;
  display: inline-block;
  border: none;
  margin: 0px 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials .tns-nav button:hover {
  background-color: var(--primary-color);
}

.testimonials .tns-nav button.tns-nav-active {
  width: 25px;
  background-color: var(--primary-color);
}

.testimonials .single-testimonial {
  background-color: #fff;
  padding: 50px 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.testimonials .single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.103);
}

.testimonials .single-testimonial::before {
  position: absolute;
  content: "";
  right: -30px;
  top: -30px;
  height: 60px;
  width: 60px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials .single-testimonial {
    padding: 50px 40px;
  }
}

.testimonials .single-testimonial .text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials .single-testimonial .text h4 {
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials .single-testimonial .text h4 {
    font-size: 15px;
    line-height: 28px;
  }
}

.testimonials .single-testimonial .author {
  position: relative;
  padding-left: 70px;
  margin-top: 40px;
}

.testimonials .single-testimonial .author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonials .single-testimonial .author h4 {
  font-size: 15px;
  font-weight: 600;
}

.testimonials .single-testimonial .author h4 span {
  color: #727272;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}

.testimonials .single-testimonial .quote-icon i {
  font-size: 45px;
  color: var(--primary-color);
  position: absolute;
  opacity: 0.1;
  right: 40px;
  bottom: 50px;
}

/*======================================
    Blog CSS
========================================*/
.blog-section {
  background-color: #fff;
}

.blog-section .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-section .section-title {
    margin-bottom: 20px;
  }
}

/* Single Blog Grid*/
.single-blog-grid {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089);
  overflow: hidden;
}

.single-blog-grid .blog-img {
  overflow: hidden;
}

.single-blog-grid .blog-img a {
  width: 100%;
}

.single-blog-grid .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-blog-grid:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-grid .blog-content {
  padding: 35px;
}

.single-blog-grid .blog-content .meta-info {
  margin-bottom: 20px;
}

.single-blog-grid .blog-content .meta-info a {
  display: inline-block;
  margin-right: 22px;
  font-size: 14px;
  color: #727272;
  font-weight: 500;
}

.single-blog-grid .blog-content .meta-info a i {
  display: inline-block;
  margin-right: 5px;
  color: var(--primary-color);
  font-size: 16px;
}

.single-blog-grid .blog-content .meta-info a:last-child {
  margin: 0;
}

.single-blog-grid .blog-content .meta-info a:hover {
  color: var(--primary-color);
}

.single-blog-grid .blog-content h4 {
  display: block;
  line-height: 28px;
}

.single-blog-grid .blog-content h4 a {
  font-size: 17px;
  color: #081828;
  font-weight: 700;
  display: inline-block;
}

.single-blog-grid .blog-content h4 a:hover {
  color: var(--primary-color);
}

.single-blog-grid .blog-content p {
  display: block;
  margin-top: 20px;
}

.single-blog-grid .blog-content .button {
  margin-top: 20px;
}

.single-blog-grid .blog-content .button .btn {
  padding: 0;
  background-color: transparent;
  color: #081828;
  text-decoration: underline;
  overflow: visible;
}

.single-blog-grid .blog-content .button .btn:hover {
  color: var(--primary-color);
}

.blog-list {
  background: #F4F7FA;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}

.blog-list .single-blog {
  margin: 0;
}

.blog-list .single-blog {
  margin-bottom: 30px;
}

/* News Details */
.blog-single {
  background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .blog-single .main-content-head {
    padding-right: 30px;
  }
}

.blog-single .meta-info {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-single .meta-info li {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .meta-info li {
    margin-bottom: 8px;
  }
}

.blog-single .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #d2d2d2;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .meta-info li:last-child::before {
  display: none;
}

.blog-single .meta-info li a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

.blog-single .meta-info li a:hover {
  color: var(--primary-color);
}

.blog-single .meta-info li a img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-thumbnils {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-thumbnils {
    margin-bottom: 30px;
  }
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.blog-single .post-title {
  line-height: 40px;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-title {
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 32px;
    font-size: 20px;
  }
}

.blog-single p {
  font-size: 15px;
  margin: 30px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single p:last-child {
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 28px;
}

@media (max-width: 767px) {
  .blog-single h3 {
    font-size: 18px;
  }
}

.blog-single .image-block {
  margin: 30px 0;
}

.blog-single .image-block img {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .blog-single .image-block img {
    margin: 10px 0;
  }
}

blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 40px;
  background-color: #081828;
  border-radius: 0;
  overflow: hidden;
  border-radius: 8px;
}

blockquote::before {
  position: absolute;
  content: "";
  right: -30px;
  top: -30px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
}

blockquote::after {
  position: absolute;
  content: "";
  left: -30px;
  bottom: -30px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #fff;
}

/*comments*/
.post-comments {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .post-comments {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-comments {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .post-comments {
    margin-top: 40px;
  }
}

.comment-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comment-title {
    font-size: 18px !important;
  }
}

.post-comments .comments-list li {
  padding-left: 110px;
  position: relative;
  font-size: 15px;
  border-radius: 8px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li {
    margin-top: 35px;
    padding: 0;
  }
}

.post-comments .comments-list li .comment-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 18px;
  }
}

.post-comments .comments-list li .comment-img img {
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
}

.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top span.date {
    display: block;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  color: #081828;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
  color: var(--primary-color);
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
  margin-right: 5px;
}

.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li .comment-desc p {
    margin-top: 20px;
  }
}

.post-comments .comments-list li.children {
  margin-left: 130px;
}

@media (max-width: 767px) {
  .post-comments .comments-list li.children {
    margin: 0;
  }
}

/*Comment form*/
.comment-form {
  margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .comment-form {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .comment-form {
    margin-top: 40px;
  }
}

.comment-reply-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .comment-reply-title {
    font-size: 18px !important;
  }
}

.comment-form form .form-box {
  position: relative;
}

.comment-form form .form-box label {
  color: #081828;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.comment-form form .form-box .icon {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 16px;
}

.comment-form form .form-box .form-control-custom {
  border: none;
  font-size: 15px;
  color: #081828;
  padding: 0 25px;
  font-weight: 500;
  height: 53px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  font-weight: 400;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .comment-form form .form-box .form-control-custom {
    margin-bottom: 20px;
  }
}

.comment-form form .form-box .form-control-custom:focus {
  border-color: var(--primary-color);
}

.comment-form form .form-box textarea.form-control-custom {
  height: 180px;
  padding: 25px;
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

.comment-form form .form-box .form-control-custom::placeholder {
  font-size: 15px;
  color: #888;
  font-weight: 400;
}

/* News sidebar */
.sidebar .widget {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  border-top: 3px solid var(--primary-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget {
    padding: 35px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
  color: #081828;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 55px 0 25px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 23px transparent;
  box-shadow: 0px 0px 23px transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .widget.search-widget form input:focus {
  -webkit-box-shadow: 0px 0px 23px #0000000f !important;
  box-shadow: 0px 0px 23px #0000000f !important;
  border-color: var(--primary-color);
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  z-index: 1;
  color: #fff !important;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  padding: 0 !important;
  border: none;
  background: transparent;
  color: #333 !important;
}

.sidebar .widget.search-widget form button:hover {
  color: var(--primary-color) !important;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.68);
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 12px;
  line-height: 26px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 15px;
  font-weight: 600;
  color: #081828;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
  color: var(--primary-color);
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 14px;
  color: #727272;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}

.sidebar .widget.categories-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li:first-child a {
  padding-top: 0;
}

.sidebar .widget.categories-widget ul li:last-child a {
  padding-bottom: 0;
  border: none;
}

.sidebar .widget.categories-widget ul li a {
  font-size: 15px;
  padding: 8px 0;
  font-weight: 500;
  display: block;
  color: #081828;
}

.sidebar .widget.categories-widget ul li a:hover {
  color: var(--primary-color);
  padding-left: 10px;
}

.sidebar .widget.popular-tag-widget {
  padding-bottom: 35px;
}

.popular-tag-widget .tags>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #081828;
  border: 1px solid #eee;
  background: transparent;
  border-radius: 30px;
}

.popular-tag-widget .tags>a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: transparent;
}

/* Blog Grid Page */
.blog-grid-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-page {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .blog-grid-page {
    padding-top: 30px;
  }
}

.blog-grid-page .sidebar {
  margin-top: 30px;
}

/*======================================
   Clients Logo CSS
========================================*/
/*=============================
  Client Logo Section - Modern Design
===============================*/
.client-logo {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.client-logo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.client-logo .section-title {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.client-logo .section-title h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.client-logo .section-title p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.client-logo-carousel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

.client-logo .single-logo {
  padding: 0 15px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  width: 260px;
  height: 260px;
}

.client-logo .single-logo:hover {
  transform: translateY(-5px);
}

.client-logo .single-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
}

.client-logo .single-logo img:hover {
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo {
    padding: 35px 0;
  }

  .client-logo .section-title h2 {
    font-size: 32px;
  }

  .client-logo .section-title {
    margin-bottom: 30px;
  }

  .client-logo .single-logo {
    padding: 0 10px;
    width: 210px;
    height: 210px;
  }

  .client-logo .single-logo img {
    padding: 25px;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {

  /* Fix for Marathi Text Overlap */
  .lang-mr .section-title h2 {
    line-height: 1.4 !important;
    margin-bottom: 15px !important;
    display: block !important;
  }

  .lang-mr .section-title p {
    line-height: 1.6 !important;
    margin-top: 10px !important;
  }

  /* Make 'Dashboard Overview' bold and smaller in Marathi */
  .lang-mr h3[data-key="gal_card1_title"] {
    font-weight: 700 !important;
    font-size: 2.5rem !important;
  }

  .client-logo {
    padding: 30px 0;
  }

  .client-logo .section-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .client-logo .section-title p {
    font-size: 14px;
  }

  .client-logo .section-title {
    margin-bottom: 25px;
  }

  .client-logo .single-logo {
    padding: 0 8px;
    width: 170px;
    height: 170px;
  }

  .client-logo .single-logo img {
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }
}

/*======================================
    Team CSS
========================================*/
.team .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .team .section-title {
    margin-bottom: 30px;
  }
}

.team .single-team {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.team .single-team img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #eee;
  object-fit: cover;
  object-position: top center;
}

.team .single-team .content {
  padding: 40px 30px;
}

@media (max-width: 767px) {
  .team .single-team .content {
    display: block;
    text-align: center;
    padding: 30px;
  }
}

.team .single-team .content h4 {
  font-size: 16px;
  font-weight: 600;
}

.team .single-team .content h4 span {
  color: #727272;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-family: DM Sans;
}

.team .single-team .content .social {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .team .single-team .content .social {
    margin-top: 20px;
  }
}

.team .single-team .content .social li {
  display: inline-block;
  margin-right: 20px;
}

.team .single-team .content .social li a {
  font-size: 15px;
  color: #081828;
}

.team .single-team .content .social li a:hover {
  border-color: transparent;
  color: var(--primary-color);
}

.team .single-team .content .social li:last-child {
  margin-right: 0;
}

.team .single-team:hover .social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

/*======================================
	Account Login CSS
========================================*/
.account-login {
  background-color: #F4F7FA;
}

.account-login .inner-content {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
  padding: 60px 70px;
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-login .login-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .account-login .login-form {
    padding: 50px 35px;
  }
}

.account-login .login-form .card-body {
  padding: 0;
}

.account-login .login-form .title {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .login-form .title {
    margin-bottom: 30px;
  }
}

.account-login .login-form .title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .account-login .login-form .title h3 {
    font-size: 22px;
  }
}

.account-login .bottom-content {
  margin-top: 25px;
}

.account-login .form-group {
  margin-bottom: 20px;
  position: relative;
}

.account-login .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.account-login .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  background-color: #F4F7FA;
  color: #505050;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 52px;
  border-radius: 30px !important;
  overflow: hidden;
  width: 100%;
  padding-left: 55px;
}

.account-login .form-group .form-control:focus {
  border-color: var(--primary-color);
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
}

.account-login .lost-pass {
  color: #888;
}

.account-login .lost-pass:hover {
  color: var(--primary-color);
}

.account-login .button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .button {
    display: block;
    margin-top: 30px;
  }

  .account-login .button .btn {
    margin-bottom: 13px;
  }

  .account-login .button .btn:last-child {
    margin: 0;
  }
}

.account-login .button .btn {
  padding: 14px 40px;
  margin-right: 20px;
  width: 100%;
}

.account-login .button .btn:last-child {
  margin: 0;
}

.account-login .or {
  position: relative;
  text-align: center;
  margin: 30px 0;
  z-index: 0;
}

.account-login .or span {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 12px;
}

.account-login .or::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.account-login .alt-option {
  margin-top: 30px;
  text-align: center;
}

.account-login .alt-option .small-title {
  margin-bottom: 15px;
  text-align: center;
  display: block;
}

.account-login .alt-option .option-button {
  padding: 14px 25px 14px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #727272;
}

.account-login .alt-option .option-button img {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option {
    margin-top: 30px;
  }
}

.account-login .alt-option li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option li {
    margin-top: 5px;
  }
}

.account-login .alt-option li span {
  color: #727272;
  display: inline-block;
}

.account-login .alt-option li:last-child {
  margin: 0;
}

.account-login .alt-option li a {
  color: var(--primary-color);
}

.account-login .alt-option li a:hover {
  color: #081828;
}

.account-login .create-account {
  font-weight: 500;
  color: #081828;
  text-align: center;
  margin-top: 35px;
  font-size: 14px;
  display: block;
}

.account-login .create-account a {
  color: var(--primary-color);
}

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

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #F4F7FA;
}

.contact-us .form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .form-title {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .form-title {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-us .contact-form .form-group input {
  height: 52px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0px 20px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}

.contact-us .contact-form .form-group input:focus {
  border-color: var(--primary-color);
}

.contact-us .contact-form .form-group textarea {
  height: 200px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 20px;
  resize: none;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-us .contact-form .form-group textarea:focus {
  border-color: var(--primary-color);
}

.contact-us .contact-form .button {
  margin-top: 10px;
}

.contact-us .contact-widget-wrapper {
  padding-right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    padding-right: 200px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}

.contact-us .contact-widget-wrapper .main-title {
  margin-bottom: 40px;
}

.contact-us .contact-widget-wrapper .main-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .contact-us .contact-widget-wrapper .main-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-us .contact-widget-wrapper .main-title p {
  font-size: 16px;
}

.contact-us .contact-widget-wrapper .contact-widget-block {
  margin-bottom: 30px;
}

.contact-us .contact-widget-wrapper .contact-widget-block:last-child {
  margin: 0;
}

.contact-us .contact-widget-wrapper .contact-widget-block h3 {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p {
  margin-bottom: 3px;
}

.contact-us .contact-widget-wrapper .contact-widget-block p:last-child {
  margin: 0;
}

.map-section {
  background-color: #F4F7FA;
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .map-section {
    padding-bottom: 60px;
  }
}

.map-section .mapouter {
  padding: 10px;
  background-color: #fff;
}

.map-section .mapouter iframe {
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter iframe {
    height: 300px;
  }
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background-color: #F4F7FA;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 20px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 35px;
  text-align: left;
  z-index: 0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.pricing-table .single-table .popular {
  position: absolute;
  right: 20px;
  top: 18px;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
}

.pricing-table .single-table:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

.pricing-table .single-table.middle .table-head .title {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.pricing-table .single-table .table-head .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--primary-color);
  display: inline-block;
  border-radius: 30px;
}

.pricing-table .single-table .table-head .sub-title {
  margin-bottom: 30px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 45px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 16px;
}

.pricing-table .single-table .table-head .price .amount .currency {
  font-weight: 500;
  color: #4f4f4f;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 3px;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 500;
  margin-left: 3px;
}

.pricing-table .single-table .table-list {
  margin-top: 40px;
}

.pricing-table .single-table .button {
  margin: 0;
  margin-top: 50px;
}

.pricing-table .single-table .button .btn i {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.pricing-table .single-table .no-card {
  display: block;
  margin-top: 15px;
}

.pricing-table .single-table .table-content .table-list li {
  font-size: 15px;
  margin-bottom: 16px;
  padding-left: 25px;
  font-weight: 400;
  color: #081828;
  position: relative;
}

.pricing-table .single-table .table-content .table-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\ea5a";
  font-family: lineIcons;
  color: #68D585;
  font-size: 15px;
}

.pricing-table .single-table .table-content .table-list li.disable {
  color: #727272;
}

.pricing-table .single-table .table-content .table-list li.disable::before {
  color: #727272;
  content: "\ea87";
}

/*======================================
    Faq CSS
========================================*/
.faq {
  padding-bottom: 80px;
  background-color: #F4F7FA;
}

@media (max-width: 767px) {
  .faq .xs-margin {
    margin-top: 20px !important;
  }
}

.faq .section-title {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .faq {
    padding-bottom: 30px;
  }
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.accordion-item .accordion-button {
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  padding: 15px 25px;
  padding-right: 40px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button {
    padding: 18px 20px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 40px;
  }
}

.accordion-item .accordion-button .title {
  font-size: 14px;
  position: relative;
  font-weight: 600;
  float: left;
  line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .accordion-item .accordion-button .title {
    font-size: 14px;
  }
}

.accordion-item .accordion-button i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 4px 4px 0 0;
}

.accordion-button:not(.collapsed) i::before {
  content: "\eb2e";
  font-family: lineIcons;
}

.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border-radius: 0 0 4px 4px;
  padding: 25px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .accordion-body {
    padding: 20px;
  }
}

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  color: #777;
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px #00000007;
  box-shadow: 0px 0px 20px #00000007;
  border-radius: 4px;
}

.accordion-item:last-child {
  margin: 0;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #fff;
}

.call-action .inner-content {
  position: relative;
  padding: 80px 0;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .inner-content {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .call-action .inner-content {
    padding: 50px 0;
    text-align: center;
  }
}

.call-action .inner-content .bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.call-action .text h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .text h2 {
    font-size: 25px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .call-action .text h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.call-action .text h2 span {
  display: block;
  color: var(--primary-color);
}

.call-action .button {
  float: right;
}

.call-action .button .btn i {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .call-action .button {
    float: none;
    margin-top: 30px;
  }
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #081828;
  position: relative;
  overflow: hidden;
}

.error-area .error-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 90px;
  color: var(--primary-color);
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Mail Success CSS
========================================*/
.maill-success {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #081828;
  position: relative;
  overflow: hidden;
}

.maill-success .success-content {
  display: inline-block;
  padding: 70px 60px;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content {
    padding: 60px 50px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content {
    padding: 50px 40px;
  }
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.maill-success .success-content h1 {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h1 {
    font-size: 22px;
  }
}

.maill-success .success-content h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .maill-success .success-content h2 {
    font-size: 15px;
  }
}

.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 30px;
  color: #081828;
  font-size: 16px;
}

/*======================================
	Footer CSS - Enhanced & Attractive
========================================*/
.footer {
  background-color: #081828;
  position: relative;
  padding-bottom: 0;
  z-index: 5;
}

.footer.section {
  background: radial-gradient(circle at top right, #1a3b5c 0%, #081828 60%, #030a13 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

/* Add a subtle pattern overlay */
.footer.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.6;
}

.footer.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0174c4, #377dff, #0174c4);
  background-size: 200% auto;
  animation: gradientShine 3s linear infinite;
  z-index: 10;
}

@keyframes gradientShine {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.footer.section .footer-top {
  padding: 10px 0 0px;
  /* Extreme reduction */
  position: relative;
  z-index: 1;
}

/* ... existing styles ... */

.footer.section .copyright-area {
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 0;
  /* Near zero padding */
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 5px;
}

.footer.section .single-footer h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}

.footer.section .single-footer h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.footer.section .single-footer:hover h3::after {
  width: 50px;
}

.footer.section .single-footer p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  font-size: 14px;
}

.footer.section .single-footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  padding: 3px 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}

.footer.section .single-footer ul li a::before {
  content: "›";
  margin-right: 8px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.footer.section .single-footer ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer.section .single-footer ul li a:hover::before {
  transform: translateX(3px);
}

.footer.section .single-footer.f-about .social-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 8px;
  display: block;
}

.footer.section .single-footer.f-about .social li {
  margin-right: 6px;
  margin-bottom: 5px;
  display: inline-block;
}

.footer.section .single-footer.f-about .social li a {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Reset link styles */
  padding: 0;
  font-size: 14px;
}

.footer.section .single-footer.f-about .social li a::before {
  display: none;
  /* Remove arrow */
}

.footer.section .single-footer.f-about .social li a:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 5px 15px rgba(46, 208, 109, 0.4);
  border-color: var(--primary-color);
}

.footer.section .footer-newsletter .btn,
.footer.section .single-footer.footer-newsletter .btn {
  background: var(--primary-color);
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(46, 208, 109, 0.25);
  margin-top: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}

.footer.section .footer-newsletter .btn:hover,
.footer.section .single-footer.footer-newsletter .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(46, 208, 109, 0.4);
  background-color: #25a85c;
}

.footer.section .newsletter-form input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  height: 38px;
}

.footer.section .newsletter-form input:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(46, 208, 109, 0.1);
}

.footer.section .copyright-area {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

.footer.section .copyright-area .inner-content {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo {
  margin-bottom: 12px;
}

.footer .single-footer.f-about .logo a {
  display: inline-block;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 12px;
}

.footer .single-footer.f-about .logo img {
  width: 140px !important;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .logo img {
    width: 165px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .logo img {
    width: 150px;
    height: auto;
  }
}

.footer .single-footer.f-about p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 25px;
}

.footer .single-footer.f-about .social-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 15px;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #fff;
}

.footer .single-footer.f-about .social li a:hover {
  color: var(--primary-color);
}

.footer .single-footer.f-about .copyright-text {
  color: #fff;
  font-size: 15px;
  margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
  display: block;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #fff;
  text-decoration: underline;
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 15px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.footer .single-footer.f-link li a:hover {
  color: var(--primary-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .footer .single-footer.newsletter {
    padding-left: 80px;
  }
}

.footer .single-footer.newsletter p {
  color: #fff;
}

.footer .single-footer h3 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .newsletter-form {
  margin-top: 30px;
  position: relative;
}

.footer .newsletter-form input {
  height: 52px;
  width: 100%;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  padding-left: 18px;
  padding-right: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff1f;
  color: #fff;
}

.footer .newsletter-form input:hover {
  border-color: var(--primary-color);
}

.footer .newsletter-form input:focus {
  border-color: var(--primary-color);
}

.footer .newsletter-form .button {
  position: absolute;
  right: 0px;
  top: 0;
}

.footer .newsletter-form .button .sub-btn {
  height: 52px;
  width: 52px;
  border-radius: 0 6px 6px 0;
  background-color: #ffffff29;
  color: #fff;
  text-align: center;
  line-height: 52px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.footer .copyright-area .inner-content {
  border-top: 1px solid rgba(238, 238, 238, 0.288);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .footer .copyright-area .inner-content {
    margin-top: 50px;
    text-align: center;
  }
}

.footer .copyright-area .copyright-owner {
  text-align: right;
}

@media (max-width: 767px) {
  .footer .copyright-area .copyright-owner {
    text-align: center;
    margin-top: 3px;
  }
}

.footer .copyright-area p {
  color: #fff;
  font-size: 15px;
}

.footer .copyright-area p a {
  text-decoration: underline;
  color: #fff;
}

.footer .copyright-area p a:hover {
  color: var(--primary-color);
}

/*======================================
    Mobile Apps Custom Styling
========================================*/
.mobile-apps .app-mockup {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
}


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

.list-style-none {
  list-style: none !important;
  padding-left: 0 !important;
}

.gray-bg {
  background-color: #f9f9f9 !important;
}

/* Ensure images are responsive within their containers */
.mobile-apps .image img {
  height: auto;
}

@media (max-width: 991px) {
  .mobile-apps .app-mockup {
    margin-bottom: 30px;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }
}

/* Standardized Floating Buttons */
.floating-action-btn {
  position: fixed;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 0 5px 5px 0;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
  border: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none !important;
}

.floating-action-btn:hover {
  width: 55px;
  color: #fff;
}

/* Stacking Order (Top Down) */
/* Position 1: Orange/Exchange */
.btn-pos-1 {
  top: 35% !important;
  background-color: #f39c12 !important;
}

.btn-pos-1:hover {
  background-color: #e67e22 !important;
  box-shadow: 0 5px 15px rgba(243, 156, 18, 0.4);
}

/* Position 2: WhatsApp */
.btn-pos-2 {
  top: calc(35% + 50px) !important;
  background-color: #25d366 !important;
}

.btn-pos-2:hover {
  background-color: #20b858 !important;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

/* Position 3: Phone */
.btn-pos-3 {
  top: calc(35% + 100px) !important;
  background-color: #f1c40f !important;
  color: #000 !important;
}

.btn-pos-3:hover {
  background-color: #f39c12 !important;
  color: #000 !important;
  box-shadow: 0 5px 15px rgba(241, 196, 15, 0.4);
}

.btn-pos-3 i {
  color: #000 !important;
}

/* Font size adjustments */
.floating-action-btn i {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .floating-action-btn {
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .floating-action-btn:hover {
    width: 45px;
  }

  /* Compact spacing for mobile */
  .btn-pos-1 {
    top: 35% !important;
  }

  .btn-pos-2 {
    top: calc(35% + 45px) !important;
  }

  .btn-pos-3 {
    top: calc(35% + 90px) !important;
  }
}

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

/* Responsive Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #000;
}

video {
  background-color: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================
   Demo Video Modal Styles
   ========================= */
.demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.demo-modal-content {
  background-color: #000;
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  position: relative;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container #demoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Close Button */
.close-demo {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.close-demo:hover {
  color: var(--primary-color);
}

/* Watermark */
.video-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  user-select: none;
}

/* Gate Overlay & Form */
.gate-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 24, 40, 0.95);
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gate-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gate-form-box h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.gate-form-box p {
  color: #555;
  margin-bottom: 20px;
  font-size: 15px;
}

.gate-form-box .form-group {
  margin-bottom: 15px;
}

.gate-form-box input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.gate-form-box button {
  margin-top: 10px;
  padding: 12px;
  font-weight: 600;
}

/* =========================
   Custom Floating Buttons Removed
   ========================= */

/* Final Global Mobile Notch & Overlap Fixes */
@media only screen and (max-width: 767px) {
    /* Force hide any text in the navbar-brand area that overlaps the notch logo */
    .header .navbar-brand h1,
    .header .navbar-brand h2,
    .header .navbar-brand h3,
    .header .navbar-brand h4,
    .header .navbar-brand h5,
    .header .navbar-brand h6,
    .header .navbar-brand span:not(.toggler-icon) {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* Force hide hero subtitle to prevent logo overlap on home page */
    .hero-content h4 {
        display: none !important;
        opacity: 0 !important;
    }

    /* Increase breadcrumb padding slightly for safety */
    .breadcrumbs {
        padding-top: 200px !important;
    }
}