/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

/* Prevent unwanted borders and outlines on mobile menu */
.header-area .main-nav .nav,
.header-area .main-nav .nav * {
  -webkit-tap-highlight-color: transparent;
}

.header-area .main-nav .nav:focus-visible,
.header-area .main-nav .nav li:focus-visible,
.header-area .main-nav .nav li a:focus-visible {
  outline: 2px solid #0066CC;
  outline-offset: -2px;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: none; /* Hide default cursor */
}

/* Custom Cursor - Fast & Modern Style */
.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 2px solid #0066CC;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background: rgba(0, 102, 204, 0.1);
  transition: width 0.2s ease, height 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  will-change: transform;
}

.custom-cursor-dot {
  position: fixed;
  width: 6px;
  height: 6px;
  background: #0066CC;
  border-radius: 50%;
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease, background 0.2s ease;
  will-change: transform;
}

/* Cursor hover states */
a:hover ~ .custom-cursor,
button:hover ~ .custom-cursor,
.thumb:hover ~ .custom-cursor,
.border-first-button:hover ~ .custom-cursor,
.service-link:hover ~ .custom-cursor,
a:hover + .custom-cursor,
button:hover + .custom-cursor,
.thumb:hover + .custom-cursor,
input:hover + .custom-cursor,
textarea:hover + .custom-cursor {
  width: 50px;
  height: 50px;
  border-color: #003d99;
  background: rgba(0, 102, 204, 0.2);
}

.custom-cursor.hover {
  width: 40px;
  height: 40px;
  border-color: #003d99;
  background: rgba(0, 102, 204, 0.15);
  border-width: 2px;
}

.custom-cursor-dot.hover {
  transform: translate(-50%, -50%) scale(1.5);
  background: #003d99;
}

/* Cursor click state */
.custom-cursor.click {
  transform: translate(-50%, -50%) scale(0.9);
  border-color: #003d99;
}

.custom-cursor-dot.click {
  transform: translate(-50%, -50%) scale(0.8);
}

/* Disable custom cursor on mobile/touch devices */
@media (hover: none) and (pointer: coarse) {
  html, body {
    cursor: auto;
  }
  
  .custom-cursor,
  .custom-cursor-dot {
    display: none;
  }
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #64748b;
}

img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff !important;
}

::-moz-selection {
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.section-heading h4 {
  color: #1e293b;
  font-size: 38px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.2;
}

.section-heading h4 em {
  font-style: normal;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-heading .line-dec {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  border-radius: 2px;
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 28px !important;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff !important;
  border: none !important;
  border-radius: 25px;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
  position: relative;
  overflow: hidden;
  font-size: 14px !important;
}

.border-first-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #003d99 0%, #0066CC 100%);
  transition: left 0.4s;
  z-index: -1;
}

.border-first-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
  color: #fff !important;
}

.border-first-button a:hover::before {
  left: 0;
}


/* 
---------------------------------------------
intro
--------------------------------------------- 
*/


.intro-banner {
  text-align: center;
  padding-top: 200px;margin-bottom: 100px;
  position: relative;
}

.intro-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 262px;
  height: 625px;
  z-index: 1;
}
/*
.intro-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 1159px;
  height: 797px;
  z-index: 2;
}
*/

.intro-banner img {
  max-width: 152px;
  margin-bottom: 30px;
}

.intro-banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative; 
  z-index: 2;
}

.intro-banner h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative; 
  z-index: 2;
}

.intro-banner a {
  display: inline-block !important;
  padding: 12px 30px !important;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff !important;
  border: none !important;
  border-radius: 50px;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
  position: relative; 
  z-index: 2;
}

.intro-banner a:hover {
  background: linear-gradient(135deg, #003d99 0%, #0066CC 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
  color: #fff !important;
}

.demos {
  padding-top: 60px;
}

.demo-item {
  position: relative;
  z-index: 2;
}

.demos img {
  transition: all .5s;
  border-radius: 23px;
}

.demos img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

.demos h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  height: 60px;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 102, 204, 0.1);
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.pre-header ul.info li {
  margin-right: 0;
  flex: 0 0 auto;
}

.pre-header ul.info li a {
  color: #64748b;
  font-size: 14px;
  transition: all .3s;
  font-weight: 500;
}

.pre-header ul.info li a:hover {
  color: #0066CC;
}

.pre-header ul.info li a i {
  font-size: 16px;
  margin-right: 8px;
  color: #0066CC;
}

@media (max-width: 767px) {
  .pre-header {
    height: auto;
    padding: 10px 0px;
  }
  
  .pre-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .pre-header .row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .pre-header .col-lg-6 {
    width: 100%;
    padding: 0;
  }
  
  .pre-header ul.info {
    flex-direction: row;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  
  .pre-header ul.info li {
    width: auto;
    margin: 0;
  }
  
  .pre-header ul.info li a {
    font-size: 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  
  .pre-header ul.info li a i {
    font-size: 13px;
    margin-right: 6px;
    min-width: 16px;
  }
  
  .pre-header-hook {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 0;
  }
  
  .hook-badge-top {
    font-size: 9px;
    padding: 3px 8px;
    white-space: nowrap;
  }
  
  .hook-text-top {
    font-size: 10px;
    white-space: nowrap;
  }
  
  .pre-header ul.social-media {
    margin-left: 0;
    margin-top: 0;
    justify-content: flex-start;
    gap: 6px;
  }
  
  .pre-header ul.social-media li a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pre-header ul.info {
    gap: 20px;
  }
  
  .pre-header ul.info li a {
    font-size: 13px;
  }
}

.pre-header ul.social-media {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 15px;
  list-style: none;
  padding: 0;
}

.pre-header ul.social-media li {
  margin: 0;
}

.pre-header ul.social-media li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pre-header ul.social-media li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1;
}

.pre-header ul.social-media li a i {
  position: relative;
  z-index: 1;
}

/* Instagram */
.pre-header ul.social-media li a[href*="instagram"] {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.pre-header ul.social-media li a[href*="instagram"]:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 15px rgba(225, 48, 108, 0.4);
}

/* Facebook */
.pre-header ul.social-media li a[href*="facebook"] {
  background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
}

.pre-header ul.social-media li a[href*="facebook"]:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
}

/* YouTube */
.pre-header ul.social-media li a[href*="youtube"] {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.pre-header ul.social-media li a[href*="youtube"]:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .pre-header ul.social-media {
    margin-left: 0;
    margin-top: 8px;
    justify-content: flex-start;
  }
  
  .pre-header ul.social-media li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* Pre-header Hook Content */
.pre-header-hook {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pre-header-hook .social-media {
  display: flex;
  align-items: center;
}

.hook-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.5);
  }
}

.hook-text-top {
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hook-text-top::before {
  content: '✓';
  color: #0066CC;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 767px) {
  .pre-header-hook {
    justify-content: center;
    margin-top: 0;
    gap: 8px;
    flex-wrap: wrap;
  }
  .hook-badge-top {
    font-size: 9px;
    padding: 3px 8px;
    white-space: nowrap;
  }
  .hook-text-top {
    font-size: 10px;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 887px) {
  .pre-header-hook {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .hook-badge-top {
    font-size: 10px;
    padding: 3px 10px;
  }
  .hook-text-top {
    font-size: 11px;
  }
}

.background-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.8) inset !important;
  border-bottom: 1px solid rgba(0, 102, 204, 0.1) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #0066CC;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 80%;
  height: 2px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-radius: 2px;
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  border-bottom: 1px solid rgba(0, 102, 204, 0.1);
}

@media (max-width: 767px) {
  .header-area {
    position: relative;
    height: 80px;
  }
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li.header-pay-button {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  padding: 0px 20px !important;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #1e293b;
  text-transform: capitalize;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0.3px;
  position: relative;
  border-radius: 8px;
  padding: 0 8px;
}

/* Pay Now Button in Header */
.btn-pay-now-header {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff !important;
  padding: 8px 18px !important;
  border-radius: 25px;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  box-shadow: 0 3px 12px rgba(0, 102, 204, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: none !important;
  height: auto !important;
  line-height: 1.5 !important;
}

.btn-pay-now-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-pay-now-header:hover::before {
  left: 100%;
}

.btn-pay-now-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 102, 204, 0.4);
  background: linear-gradient(135deg, #003d99 0%, #002d73 100%);
  color: #fff !important;
}

.pay-icon {
  font-size: 16px;
  display: inline-block;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.pay-text {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #0066CC !important;
  background: rgba(0, 102, 204, 0.08);
}

.header-area .main-nav .nav li.header-pay-button:hover a,
.header-area .main-nav .nav li.header-pay-button a {
  color: #fff !important;
}

.header-area .main-nav .nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  transition: all 0.3s ease;
}

.header-area .main-nav .nav li:hover a::after,
.header-area .main-nav .nav li a.active::after {
  width: 80%;
  transform: translateX(-50%) scaleX(1);
}

.header-area .main-nav .nav li.header-pay-button a::after {
  display: none;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #0066CC!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu > a:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  transition: transform 0.3s ease;
}

.background-header .main-nav .nav li.submenu > a:after {
  color: #fff;
}

.header-area .main-nav .nav li.submenu.opened > a:after,
.header-area .main-nav .nav li.submenu:hover > a:after {
  transform: translateY(-50%) rotate(180deg);
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #0066CC!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #0066CC;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

/* Fix for 767px to 887px - prevent menu overlapping */
@media (min-width: 768px) and (max-width: 887px) {
  .header-area .main-nav .nav li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-area .main-nav .nav li a {
    font-size: 13px;
    padding: 0 6px;
  }
  .header-area .main-nav .nav li.header-pay-button {
    padding-left: 8px;
    padding-right: 8px;
  }
  .btn-pay-now-header {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 8px;
    padding-right: 0;
  }
  .border-first-button a {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
  .header-area .main-nav .logo img {
    max-width: 140px;
  }
  /* Prevent menu items from overlapping */
  .header-area .main-nav .nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 8px;
  }
  .header-area .main-nav .nav li.submenu > a {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  /* Show both email and phone on mobile - don't hide phone number */
  .pre-header ul.info li {
    display: inline-block !important;
  }
  .background-header .main-nav .nav {
    margin-top: 0 !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #0066CC!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0 15px;
    height: 80px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    position: relative !important;
    overflow: visible;
    margin-bottom: 0;
  }
  .header-area .container {
    padding: 0px;
    position: relative;
    overflow: visible;
  }
  .header-area .row {
    position: relative;
    overflow: visible;
  }
  .header-area .col-12 {
    overflow: visible;
  }
  .header-area .logo {
    margin-left: 15px;
    max-width: calc(100% - 60px) !important;
    overflow: hidden;
  }
  .header-area .logo img {
    max-width: 100% !important;
    height: auto !important;
  }
  .header-area .menu-trigger {
    display: block !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
  }
  .header-area .main-nav {
    overflow: visible;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header-area .main-nav .logo {
    flex: 0 0 auto;
    float: none !important;
    margin-left: 0;
    max-width: calc(100% - 60px) !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 80px;
  }
  .header-area .main-nav .logo img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 0;
    border: none !important;
    outline: none !important;
    max-height: calc(100vh - 80px);
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    will-change: transform, opacity;
    /* Ensure scrollbar doesn't overlap content */
    padding-right: 8px;
    padding-bottom: 20px;
    box-sizing: border-box;
    /* Enable smooth scrolling and ensure touch events work */
    touch-action: pan-y;
    overscroll-behavior: contain;
    /* Force scrolling to work */
    scroll-behavior: smooth;
  }
  /* Custom scrollbar styling for mobile menu - thinner and less intrusive */
  .header-area .main-nav .nav::-webkit-scrollbar {
    width: 4px;
  }
  .header-area .main-nav .nav::-webkit-scrollbar-track {
    background: transparent;
  }
  .header-area .main-nav .nav::-webkit-scrollbar-thumb {
    background: rgba(0, 102, 204, 0.2);
    border-radius: 2px;
  }
  .header-area .main-nav .nav::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 102, 204, 0.4);
  }
  .header-area .main-nav .nav:focus,
  .header-area .main-nav .nav:active {
    border: none !important;
    outline: none !important;
  }
  .background-header .nav {
    margin-top: 0;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: none;
  }
  .header-area.header-sticky .nav {
    margin-top: 0;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: transparent;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 0;
    margin: 0;
    clear: both;
    list-style: none;
    outline: none !important;
    position: relative;
    z-index: 1;
    display: block;
    float: none;
  }
  .header-area .main-nav .nav li.submenu {
    position: relative;
    z-index: 2;
  }
  .header-area .main-nav .nav li:last-child {
    border-bottom: none !important;
  }
  .header-area .main-nav .nav li:focus,
  .header-area .main-nav .nav li:active {
    outline: none !important;
    border: none !important;
  }
  .header-area .main-nav .nav li a {
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 20px !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    color: #1e293b !important;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 102, 204, 0.1);
    touch-action: manipulation;
  }
  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li a:active,
  .header-area .main-nav .nav li a:focus {
    background: linear-gradient(90deg, rgba(0, 102, 204, 0.05) 0%, rgba(139, 92, 246, 0.05) 100%) !important;
    color: #0066CC !important;
    padding-left: 25px !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 10;
    transform: translateY(0%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    top: 0;
    width: 100%;
    box-shadow: none;
    border: none;
    outline: none;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
    /* Ensure submenu appears above scrollbar */
    position: relative;
    display: block;
    clear: both;
    border-top: 2px solid rgba(0, 102, 204, 0.1);
  }
  .header-area .main-nav .nav li.submenu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    position: relative;
    z-index: 10;
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
  }
  .header-area .main-nav .nav li.submenu ul li:last-child {
    border-bottom: none;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px 12px 50px !important;
    background: transparent !important;
    min-height: 48px !important;
    line-height: 24px !important;
    color: #475569 !important;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    white-space: normal;
    word-wrap: break-word;
    transition: all 0.25s ease;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 102, 204, 0.15);
    touch-action: manipulation;
  }
  .header-area .main-nav .nav li.submenu ul li a:before {
    content: '→';
    position: absolute;
    left: 20px;
    color: #0066CC;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.6;
    transition: all 0.25s ease;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover {
    background: linear-gradient(90deg, rgba(0, 102, 204, 0.1) 0%, rgba(139, 92, 246, 0.08) 100%) !important;
    color: #0066CC !important;
    padding-left: 55px !important;
    transform: translateX(4px);
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    opacity: 1;
    transform: translateX(4px);
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
    display: block !important;
    overflow: visible;
    padding: 8px 0 30px 0 !important;
    margin: 0;
    /* Ensure submenu items are properly positioned */
    position: relative;
    z-index: 10;
    clear: both;
    /* Ensure submenu appears above scrollbar area */
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 2px solid rgba(0, 102, 204, 0.15);
    /* Allow parent container to handle scrolling */
    max-height: none;
    overflow-y: visible;
    overflow-x: visible;
    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Ensure all items are accessible */
    min-height: auto;
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .header-area .main-nav .nav li.submenu.opened > a {
    background: linear-gradient(90deg, rgba(0, 102, 204, 0.12) 0%, rgba(139, 92, 246, 0.1) 100%) !important;
    color: #0066CC !important;
    font-weight: 600 !important;
  }
  .header-area .main-nav .nav li.submenu > a {
    cursor: pointer !important;
    position: relative;
    padding-right: 45px !important;
  }
  .header-area .main-nav .nav li.submenu > a:after {
    content: '▼';
    color: #0066CC;
    right: 20px;
    font-size: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    opacity: 0.7;
  }
  
  .header-area .main-nav .nav li.submenu.opened > a:after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader-inner {
    position: relative;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 40px 30px;
}

.preloader-logo {
    margin-bottom: 40px;
    animation: fadeInDown 0.6s ease;
}

.preloader-logo img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.preloader-progress-container {
    margin-bottom: 25px;
    position: relative;
}

.preloader-progress-bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.preloader-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 10px;
    transition: width 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.preloader-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent
    );
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.preloader-percentage {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    animation: pulse 1.5s ease-in-out infinite;
}

.preloader-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: fadeInUp 0.6s ease 0.2s both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .preloader-inner {
        max-width: 300px;
        padding: 30px 20px;
    }
    
    .preloader-logo {
        margin-bottom: 30px;
    }
    
    .preloader-logo img {
        max-width: 140px;
    }
    
    .preloader-percentage {
        font-size: 28px;
        top: -30px;
    }
    
    .preloader-text {
        font-size: 14px;
    }
    
    .preloader-progress-bar {
        height: 6px;
    }
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px 40px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 800;
  font-size: 56px;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1.2;
}

.main-banner .left-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .main-banner .left-content p {
    margin-right: 0;
  }
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 25px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 102, 204, 0.2);
  animation: slideInDown 0.8s ease-out;
}

.badge-icon-hero {
  font-size: 18px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.badge-text-hero {
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.3px;
}

/* Hero Features */
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 25px 0;
  padding: 20px 0;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  padding: 10px 18px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 102, 204, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 102, 204, 0.1);
}

.hero-feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.2);
  border-color: rgba(0, 102, 204, 0.3);
}

.hero-feature-item i {
  color: #0066CC;
  font-size: 16px;
}

.hero-feature-item span {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

/* Hero CTA Buttons */
.hero-cta-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-pay-now-hero {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 25px;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: none !important;
}

.btn-pay-now-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-pay-now-hero:hover::before {
  left: 100%;
}

.btn-pay-now-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);
  background: linear-gradient(135deg, #003d99 0%, #002d73 100%);
  color: #fff !important;
}

.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 25px !important;
}

@media (max-width: 991px) {
  .hero-features {
    justify-content: center;
    gap: 12px;
  }
  .hero-feature-item {
    padding: 8px 15px;
    font-size: 13px;
  }
  .hero-cta-buttons {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .btn-pay-now-hero {
    width: 100%;
    max-width: 280px;
  }
  .border-first-button {
    width: 100%;
    max-width: 280px;
  }
  .border-first-button a {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 887px) {
  .hero-features {
    gap: 10px;
  }
  .hero-feature-item {
    padding: 8px 12px;
    font-size: 12px;
  }
  .hero-feature-item span {
    font-size: 12px;
  }
  .hero-cta-buttons {
    gap: 12px;
  }
  .btn-pay-now-hero {
    padding: 10px 18px !important;
    font-size: 13px !important;
  }
  .border-first-button a {
    padding: 10px 20px !important;
    font-size: 13px !important;
  }
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.main-banner .right-image img {
  max-width: 593px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Ensure banner content is visible above background images */
.main-banner .container {
  position: relative;
  z-index: 2;
}

.main-banner .col-lg-6 {
  position: relative;
  z-index: 2;
}

/* Ensure about section content is visible */
.about.section {
  position: relative;
  z-index: 1;
}

.about.section .container {
  position: relative;
  z-index: 1;
}

/* Additional responsive fixes for service pages */
@media (max-width: 991px) {
  .main-banner {
    padding: 80px 0 30px 0 !important;
  }
  .main-banner .right-image img {
    max-width: 100%;
  }
  .left-content h2 {
    font-size: 36px !important;
  }
  .left-content p {
    font-size: 15px;
    margin-right: 0 !important;
  }
}

/* Mobile Hook Section - SEO Optimized */
.mobile-hook-section {
  display: none;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
}

.mobile-hook-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.mobile-hook-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 0;
}

.hook-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hook-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-icon {
  font-size: 14px;
}

.hook-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px 0;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hook-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px 0;
  padding: 0;
}

.service-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.95);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
}

.service-tag:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.hook-features {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.feature-icon {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
}

.hook-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.btn-pay-now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #0066CC;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-pay-now::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 102, 204, 0.1), transparent);
  transition: left 0.5s;
}

.btn-pay-now:hover::before {
  left: 100%;
}

.btn-pay-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #0066CC;
}

.btn-icon {
  font-size: 18px;
}

.btn-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.btn-pay-now:hover .btn-arrow {
  transform: translateX(3px);
}

.btn-free-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  padding: 12px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-free-quote:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .mobile-hook-section {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .header-area .main-nav .nav li.header-pay-button {
    display: none;
  }
  
  /* Enhanced Services submenu styling for mobile */
  .header-area .main-nav .nav li.submenu ul {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    border-top: 2px solid rgba(0, 102, 204, 0.2);
    padding: 10px 0 40px 0 !important;
    margin-bottom: 30px !important;
  }
  
  .header-area .main-nav .nav li.submenu ul.active {
    padding-bottom: 50px !important;
    margin-bottom: 40px !important;
  }
  
  /* Ensure nav container can scroll to show all items */
  .header-area .main-nav .nav {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
  }
  
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 13.5px;
    padding: 14px 15px 14px 45px !important;
    min-height: 50px !important;
    line-height: 22px !important;
    /* Ensure items are fully clickable and visible */
    position: relative;
    z-index: 11;
  }
  
  .header-area .main-nav .nav li.submenu ul li a:before {
    left: 15px;
    font-size: 14px;
  }
  
  .header-area .main-nav .nav li.submenu ul li a:hover {
    padding-left: 50px !important;
  }
  
  /* Very small screens */
  @media (max-width: 360px) {
    .header-area .main-nav .nav li.submenu ul li a {
      font-size: 13px;
      padding: 12px 12px 12px 40px !important;
      min-height: 48px !important;
    }
    
    .header-area .main-nav .nav li.submenu ul li a:before {
      left: 12px;
      font-size: 13px;
    }
  }
  .main-banner {
    padding: 60px 0 20px 0 !important;
  }
  .main-banner .left-content {
    margin-right: 0;
    margin-top: 0;
  }
  .main-banner .left-content h2 {
    font-size: 28px !important;
  }
  .main-banner .left-content h6 {
    font-size: 16px !important;
  }
  .main-banner .left-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about.section[style*="padding"] {
    padding: 50px 0 !important;
  }
  .ticks-list {
    text-align: left;
  }
  .ticks-list span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .fill-form {
    padding: 40px 20px 40px 20px !important;
  }
  form#contact input,
  form#contact textarea {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  .contact-info {
    margin-top: 40px;
  }
  /* Ensure no horizontal scroll */
  body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }
  /* Fix container overflow */
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  /* Ensure images don't overflow */
  img {
    max-width: 100%;
    height: auto;
  }
  /* Fix services menu on mobile - removed horizontal scroll */
  .services .naccs .menu {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

/* Global responsive fixes */
body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
  min-height: auto;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

* {
  box-sizing: border-box;
}

/* Ensure all tables are responsive */
table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

/* Prevent horizontal scroll */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

/* Fix for all sections to prevent overflow */
section, .section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

/* Ensure row doesn't overflow */
.row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}

.row::before,
.row::after {
  content: "";
  display: table;
  box-sizing: border-box;
}

.row::after {
  clear: both;
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 130px;
}

.about-left-image {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.about-left-image img {
  margin-right: 45px;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .about-left-image img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #0066CC;
}

.second-skill-item .progress .progress-bar {
  border-color: #003d99;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

@media (max-width: 767px) {
  .services {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .services .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
  }
  
  .services .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .services .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  
  .services .section-heading {
    margin-bottom: 30px;
  }
  
  .services .section-heading h4 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.services .section-heading h6 {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.services .section-heading h4 {
  color: #1e293b;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.2;
}

.services .section-heading h4 em {
  font-style: normal;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services .section-heading .line-dec {
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  border-radius: 2px;
}

@media (max-width: 991px) {
  .services .section-heading h4 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .services .section-heading h4 {
    font-size: 26px;
  }
  
  .services .section-heading h6 {
    font-size: 12px;
  }
}

.services .naccs {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .services .naccs {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .services .naccs .grid {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

/* Icon styles are now handled in .service-link .icon above */

.services .naccs .menu {
  text-align: center;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
}

@media (max-width: 1400px) {
  .services .naccs .menu {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1200px) {
  .services .naccs .menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
}

@media (max-width: 991px) {
  .services .naccs .menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .services .naccs .menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .services .naccs .menu {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Remove any empty divs or hidden elements */
.services .naccs .menu div:empty {
  display: none !important;
}

.services .naccs .menu > div:not(:has(> .thumb)) {
  display: none !important;
}

.services .naccs .menu div .thumb:empty,
.services .naccs .menu div:has(.thumb:empty) {
  display: none !important;
}

.services .naccs .menu div:not(:has(.service-link)) {
  display: none !important;
}

.services .naccs .menu > div:not(:has(> .thumb > .service-link)) {
  display: none !important;
}

/* Grid item styling */
.services .naccs .menu > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}

/* Mobile styles are handled in the grid-template-columns above */

.services .naccs .menu div .thumb {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  min-height: 180px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(0, 102, 204, 0.05);
  overflow: hidden;
}

.services .naccs .menu div .thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services .naccs .menu div .thumb:hover::before {
  transform: scaleX(1);
}

.services .naccs .menu div.first-thumb .thumb,
.services .naccs .menu div.active .thumb,
.services .naccs .menu div.first-thumb.active .thumb {
  padding: 30px 20px;
  width: 100%;
  min-height: 180px;
  box-sizing: border-box;
}

.services .naccs .menu div .thumb:hover {
  box-shadow: 0 8px 30px rgba(0, 102, 204, 0.2);
  transform: translateY(-6px);
  border-color: rgba(0, 102, 204, 0.2);
}

@media (max-width: 767px) {
  .services .naccs .menu div .thumb {
    padding: 24px 16px;
    min-height: 160px;
    border-radius: 14px;
  }
  
  .services .naccs .menu div .thumb:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 480px) {
  .services .naccs .menu div .thumb {
    padding: 20px 14px;
    min-height: 150px;
    border-radius: 12px;
  }
}

.services .naccs .menu div .thumb .service-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #1e293b;
  width: 100%;
  text-align: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}

.services .naccs .menu div .thumb .service-link:hover {
  text-decoration: none;
  color: #0066CC;
}

.services .naccs .menu div .thumb .service-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f3f7ff 0%, #e8f0ff 100%);
  border-radius: 50%;
  margin: 0 auto;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.services .naccs .menu div .thumb .service-link:hover .icon {
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
}

.services .naccs .menu div .thumb .service-link .icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  transition: all 0.4s ease;
}

.services .naccs .menu div .thumb .service-link:hover .icon img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.services .naccs .menu div .thumb .service-link > *:not(.icon) {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: inherit;
  transition: color 0.3s ease;
}

@media (max-width: 991px) {
  .services .naccs .menu div .thumb .service-link .icon {
    width: 70px;
    height: 70px;
  }
  
  .services .naccs .menu div .thumb .service-link .icon img {
    width: 42px;
    height: 42px;
  }
  
  .services .naccs .menu div .thumb .service-link > *:not(.icon) {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .services .naccs .menu div .thumb .service-link {
    gap: 12px;
  }
  
  .services .naccs .menu div .thumb .service-link .icon {
    width: 64px;
    height: 64px;
  }
  
  .services .naccs .menu div .thumb .service-link .icon img {
    width: 38px;
    height: 38px;
  }
  
  .services .naccs .menu div .thumb .service-link > *:not(.icon) {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .services .naccs .menu div .thumb .service-link .icon {
    width: 60px;
    height: 60px;
  }
  
  .services .naccs .menu div .thumb .service-link .icon img {
    width: 36px;
    height: 36px;
  }
  
  .services .naccs .menu div .thumb .service-link > *:not(.icon) {
    font-size: 12px;
  }
}

.services .naccs .menu div.active .thumb {
  border-color: rgba(0, 102, 204, 0.3);
  box-shadow: 0 6px 25px rgba(0, 102, 204, 0.15);
}

.services .naccs .menu div.active .thumb::before {
  transform: scaleX(1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform, opacity;
}

/* Performance optimization - use GPU acceleration */
.services ul.nacc li.active {
  will-change: auto;
  transform: translateZ(0);
}

.services ul.nacc li.active {
  transition-delay: 0.2s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0 20px 60px rgba(0, 102, 204, 0.12);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 24px;
  padding: 70px 80px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 102, 204, 0.08);
  overflow: hidden;
  position: relative;
}

.services ul.nacc li.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .services ul.nacc li.active {
    padding: 60px 60px;
  }
}

@media (max-width: 991px) {
  .services ul.nacc li.active {
    padding: 50px 40px;
  }
}

@media (max-width: 767px) {
  .services ul.nacc li.active {
    padding: 40px 20px;
    border-radius: 20px;
  }
  
  .services ul.nacc li.active .thumb .row {
    flex-direction: column;
    gap: 30px;
  }
  
  .services ul.nacc li.active .thumb .col-lg-6 {
    width: 100%;
    margin-bottom: 0;
  }
  
  .services ul.nacc li.active .thumb .right-image {
    order: -1;
    margin-bottom: 0;
  }
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #f3f7ff 0%, #e8f0ff 100%);
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  contain: layout style paint;
}

/* Lazy loading optimization for images */
.services ul.nacc li .right-image img[loading="lazy"] {
  content-visibility: auto;
}

.services ul.nacc li .right-image::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 102, 204, 0.1) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.services ul.nacc li .right-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  border-radius: 12px;
  filter: drop-shadow(0 10px 30px rgba(0, 102, 204, 0.15));
  transition: transform 0.4s ease;
}

.services ul.nacc li.active .right-image:hover img {
  transform: scale(1.05);
}

/* Modern icon-based illustration - primary display for performance */
.services ul.nacc li .right-image .service-illustration {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.services ul.nacc li .right-image .service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
  transition: all 0.3s ease;
  animation: float 3s ease-in-out infinite;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.services ul.nacc li .right-image .service-icon i {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome", sans-serif !important;
  font-weight: 900 !important;
  color: white !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Force icon visibility */
.services ul.nacc li .right-image .service-illustration .service-icon {
  min-width: 80px;
  min-height: 80px;
}

.services ul.nacc li .right-image .service-illustration .service-icon:empty::before {
  content: "⚡";
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Hide image if icon illustration is present */
.services ul.nacc li .right-image:has(.service-illustration) img {
  display: none !important;
}

.services ul.nacc li .right-image .service-icon:nth-child(2) {
  animation-delay: 0.5s;
}

.services ul.nacc li .right-image .service-icon:nth-child(3) {
  animation-delay: 1s;
}

.services ul.nacc li .right-image .service-icon:nth-child(4) {
  animation-delay: 1.5s;
}

.services ul.nacc li .right-image .service-icon:nth-child(5) {
  animation-delay: 2s;
}

.services ul.nacc li .right-image .service-icon:nth-child(6) {
  animation-delay: 2.5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.services ul.nacc li .right-image .service-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 30px rgba(0, 102, 204, 0.4);
}

@media (max-width: 991px) {
  .services ul.nacc li .right-image {
    min-height: 300px;
    padding: 15px;
  }
  
  .services ul.nacc li .right-image .service-illustration {
    gap: 15px;
  }
  
  .services ul.nacc li .right-image .service-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .services ul.nacc li .right-image {
    min-height: 250px;
    padding: 15px;
    border-radius: 16px;
  }
  
  .services ul.nacc li .right-image img {
    border-radius: 10px;
  }
  
  .services ul.nacc li .right-image .service-illustration {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .services ul.nacc li .right-image .service-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    border-radius: 16px;
  }
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text {
  position: relative;
  z-index: 2;
}

.services .left-text h4 {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.3;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  padding-bottom: 15px;
}

.services .left-text h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  border-radius: 2px;
}

.services .left-text p {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 35px;
  font-weight: 400;
}

.nacc .ticks-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.nacc .ticks-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #1e293b;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 102, 204, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nacc .ticks-list span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.nacc .ticks-list span:hover {
  border-color: rgba(0, 102, 204, 0.3);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
  transform: translateX(4px);
}

.nacc .ticks-list span:hover::before {
  transform: scaleY(1);
}

.nacc .ticks-list span i {
  color: #10b981;
  font-size: 18px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .services .left-text h4 {
    font-size: 28px;
  }
  
  .services .left-text p {
    font-size: 16px;
  }
  
  .nacc .ticks-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .services .left-text h4 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  
  .services .left-text h4::after {
    width: 50px;
    height: 3px;
  }
  
  .services .left-text p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.7;
  }
  
  .nacc .ticks-list {
    gap: 10px;
    margin-top: 20px;
  }
  
  .nacc .ticks-list span {
    font-size: 14px;
    padding: 10px 14px;
  }
  
  .nacc .ticks-list span i {
    font-size: 16px;
  }
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #0066CC;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #0066CC;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.show-up {
  position: relative;
  z-index: 200;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #726ae3;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 60px;
  padding-bottom: 40px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 40px;
}


form#contact:before {
  background-image: url(../images/contact-top-right.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 0;
  pointer-events: none;
}

form#contact {
  box-shadow: 0 10px 40px rgba(0, 102, 204, 0.1);
  position: relative;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  border: 1px solid rgba(0, 102, 204, 0.1);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

form#contact .row {
  align-items: stretch;
  margin: 0;
}

form#contact .col-lg-5,
form#contact .col-lg-7 {
  display: flex;
  flex-direction: column;
  padding: 0;
}

form#contact #map {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 636px;
  display: flex;
  align-items: stretch;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 636px;
  min-height: 636px;
  border: none;
}

@media (max-width: 991px) {
  form#contact #map {
    min-height: 400px;
    margin-bottom: 20px;
  }
  
  form#contact #map iframe {
    height: 400px;
    min-height: 400px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  form#contact #map {
    min-height: 300px;
  }
  
  form#contact #map iframe {
    height: 300px;
    min-height: 300px;
    border-radius: 16px;
  }
}

.fill-form {
  padding: 40px 30px 40px 20px;
  height: 100%;
  min-height: 636px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .fill-form {
    min-height: auto;
    padding: 30px 20px;
  }
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 102, 204, 0.15);
  border-radius: 20px;
  padding: 25px 15px;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.fill-form .icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 102, 204, 0.25);
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #1e293b;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #0066CC;
}

form#contact input {
  width: 100%;
  height: 50px;
  background-color: #f8fafc;
  border: 2px solid #e2e8f0;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #1e293b;
  padding: 0px 20px;
  border-radius: 12px;
  margin-top: 30px;
  transition: all 0.3s ease;
}

form#contact input:focus {
  border-color: #0066CC;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 12px;
  background-color: #f8fafc;
  border: 2px solid #e2e8f0;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #1e293b;
  padding: 15px 20px;
  margin-top: 30px;
  transition: all 0.3s ease;
  resize: vertical;
}

form#contact textarea:focus {
  border-color: #0066CC;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 14px 25px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

form#contact button:hover {
  background: linear-gradient(135deg, #003d99 0%, #0066CC 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 204, 0.4);
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background: linear-gradient(135deg, #003d99 0%, #002d73 100%);
  margin-top: 30px;
  padding: 30px 0 15px 0;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 45, 115, 0.1) 100%);
  opacity: 1;
  z-index: 0;
}

footer .container {
  position: relative;
  z-index: 1;
}

footer .row {
  margin-bottom: 0;
}

footer .row:first-child {
  margin-bottom: 10px;
}

.footer-widget {
  margin-bottom: 30px;
}

footer .row .row .footer-widget {
  margin-bottom: 25px;
}

.footer-widget h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0066CC;
  display: inline-block;
}

.footer-widget p {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: left;
}

.footer-logo a {
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-logo a:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #e0e0e0;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-links li a::before {
  content: '→';
  color: #0066CC;
  margin-right: 8px;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  left: -15px;
}

.footer-links li a:hover {
  color: #0066CC;
  padding-left: 15px;
}

.footer-links li a:hover::before {
  opacity: 1;
  left: 0;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 12px;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact li i {
  color: #0066CC;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.footer-contact li a {
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-contact li a:hover {
  color: #0066CC;
}

.footer-payment {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}

.footer-payment form {
  display: inline-block;
  margin: 0 auto;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  color: #b0b0b0;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.footer-bottom p strong {
  color: #fff;
  font-weight: 600;
}

footer p a {
  color: #0066CC;
  transition: all .5s;
}

footer p a:hover {
  color: #fff;
}

/* Footer Social Media */
.footer-social {
  margin-top: 20px;
}

.footer-social h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 102, 204, 0.5);
  display: inline-block;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.footer-social-links li {
  margin: 0;
}

.footer-social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.footer-social-links li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1;
}

.footer-social-links li a i {
  position: relative;
  z-index: 1;
}

/* Instagram */
.footer-social-links li a[href*="instagram"] {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-social-links li a[href*="instagram"]:hover {
  transform: translateY(-4px) scale(1.15);
  box-shadow: 0 6px 20px rgba(225, 48, 108, 0.5);
}

/* Facebook */
.footer-social-links li a[href*="facebook"] {
  background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
}

.footer-social-links li a[href*="facebook"]:hover {
  transform: translateY(-4px) scale(1.15);
  box-shadow: 0 6px 20px rgba(24, 119, 242, 0.5);
}

/* YouTube */
.footer-social-links li a[href*="youtube"] {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.footer-social-links li a[href*="youtube"]:hover {
  transform: translateY(-4px) scale(1.15);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .footer-social {
    margin-top: 15px;
  }
  
  .footer-social h5 {
    font-size: 14px;
  }
  
  .footer-social-links li a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .intro-banner:before {
    display: none;
  } 
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  footer {
    padding: 40px 0 15px 0;
    margin-top: 40px;
  }
  .footer-widget {
    margin-bottom: 25px;
  }
  .footer-widget h4 {
    font-size: 16px;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
  /* Ensure no overflow on tablet */
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 30px 15px 25px 15px;
  }
  
  /* Services menu - ensure 2 columns on mobile - consolidated with main mobile styles above */
  .services ul.nacc li .right-image {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .services ul.nacc li .right-image img {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .services .nacc .thumb .row {
    margin-left: 0;
    margin-right: 0;
  }
  .services .nacc .thumb .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  footer {
    padding: 35px 0 15px 0;
    margin-top: 40px;
  }
  .footer-widget {
    margin-bottom: 25px;
    text-align: center;
  }
  .footer-widget h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-widget p {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .footer-contact {
    text-align: center;
  }
  .footer-contact li {
    justify-content: center;
    display: flex;
    align-items: flex-start;
  }
  .footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px 15px;
  }
  form#contact .col-lg-5,
  form#contact .col-lg-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
  }
  form#contact #map iframe {
    border-radius: 15px;
    min-height: 250px;
    height: 250px;
  }
  .fill-form .col-lg-4,
  .fill-form .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

/* FAQ Section Styles */
.faq.section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.faq .section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.faq .accordion {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.faq .accordion-item:last-child {
  border-bottom: none;
}

.faq .accordion-button {
  background-color: #fff;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 25px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.faq .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #0066CC 0%, #003d99 100%);
  color: #fff;
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq .accordion-button:hover {
  background-color: #f8fafc;
  color: #0066CC;
}

.faq .accordion-button:not(.collapsed):hover {
  background: linear-gradient(135deg, #003d99 0%, #0066CC 100%);
  color: #fff;
}

.faq .accordion-body {
  padding: 25px;
  font-size: 15px;
  line-height: 1.8;
  color: #4a4a4a;
  background-color: #fff;
}

@media (max-width: 991px) {
  .faq.section {
    padding: 30px 0;
  }
  
  .faq .accordion-button {
    font-size: 15px;
    padding: 18px 20px;
  }
  
  .faq .accordion-body {
    padding: 20px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .faq.section {
    padding: 25px 0;
  }
  
  .faq .section-heading {
    margin-bottom: 40px;
  }
  
  .faq .accordion-button {
    font-size: 14px;
    padding: 15px 18px;
  }
  
  .faq .accordion-body {
    padding: 18px;
    font-size: 14px;
  }
  .faq .col-lg-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
  }
}

/* ===============================
   MOBILE SCROLL FIX – IMPORTANT
   =============================== */

/* Allow full page scrolling */
html, body {
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* Remove internal scroll containers */
.naccs,
.naccs .grid,
.naccs .menu,
.nacc,
.nacc li,
.services,
.section {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Fix preloader blocking scroll */
.js-preloader {
  position: fixed;
  inset: 0;
}

.js-preloader.loaded {
  display: none !important;
}

/* Fix header sticky scroll lock on mobile */
@media (max-width: 991px) {
  .header-area {
    position: relative !important;
  }
}

/* Fix mobile 100vh issue */
@media (max-width: 768px) {
  .main-banner,
  .mobile-hook-section {
    min-height: auto !important;
    height: auto !important;
  }
}



/* Duplicate styles removed - using main .services styles above */
