/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
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
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* 
---------------------------------------------
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;
}

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

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .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 h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #3498db;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40!important;
}

.background-header .nav li a.active {
  color: #fe3f40!important;
}

/* =================================
   Header Styles
   ================================= */
.header-area {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 80px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/* Container and Navigation */
.header-area .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
}

.header-area .main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

/* Logo Styles */
.header-area .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 1001;
}

.header-area .logo img {
  height: 50px;
  width: auto;
  transition: all 0.3s ease;
}

.header-area .logo-content {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  line-height: 1.2;
}

.header-area .logo-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0;
  letter-spacing: 0.5px;
}

.header-area .logo-subtitle {
  font-size: 13px;
  color: #f39c12;
  margin-top: 3px;
  font-weight: 500;
}

/* Navigation Menu */
.header-area .nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-area .nav li {
  position: relative;
  margin: 0 8px;
}

.header-area .nav li a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

.header-area .nav li a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 15px;
  width: 0;
  height: 2px;
  background: #f39c12;
  transition: width 0.3s ease;
}

.header-area .nav li a:hover:after,
.header-area .nav li a.active:after {
  width: calc(100% - 30px);
  width: 100%;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f39c12 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f39c12 !important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #3498db;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.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: #fe3f40!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: #1e1e1e;
  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: #1e1e1e;
}

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

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

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

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

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

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

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !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: #fe3f40!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fe3f40!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .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;
  }
}

/* =================================
   Car Types Section Styles
   ================================= */
.car-types {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.car-types .section-heading h2 {
    color: #2c3e50;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.car-types .section-heading p {
    color: #6c757d;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 50px;
}

.car-type-card {
    background: radial-gradient(circle at top left, rgba(255, 204, 0, 0.08), transparent 55%), #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px;
    position: relative;
}

.car-type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(255, 204, 0, 0.22);
}

.car-type-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00, #ff9900);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.car-type-card:hover::before {
    transform: scaleX(1);
}

.car-image {
    position: relative;
    height: 150px;
    overflow: hidden;
}

.car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.car-type-card:hover .car-image img {
    transform: scale(1.05);
    filter: saturate(1.05);
}

.car-info {
    padding: 22px 22px 20px;
}

.car-info h4 {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.car-info h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ffcc00, #ff9900);
    border-radius: 2px;
}

.tariff-note {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #777777;
}

.car-book-btn {
    display: inline-block;
    margin-top: 5px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(18, 140, 126, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.car-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(18, 140, 126, 0.45);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
}

.tariff-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
}

.tariff-info p {
    margin: 0;
    font-size: 16px;
    color: #495057;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.tariff-info p:last-child {
    margin-bottom: 0;
}

.tariff-info span {
    font-weight: 700;
    color: #ff9900;
    font-size: 18px;
}

.car-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.car-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #6c757d;
    font-size: 14px;
}

.car-features li:last-child {
    margin-bottom: 0;
}

.car-features i {
    color: #ffcc00;
    margin-right: 10px;
    font-size: 16px;
}

/* Responsive Design for Car Types */
@media (max-width: 768px) {
    .car-types {
        padding: 60px 0;
    }
    
    .car-types .section-heading h2 {
        font-size: 32px;
    }
    
    .car-info {
        padding: 20px;
    }
    
    .car-info h4 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .car-type-card {
        margin-bottom: 20px;
    }
    
    .car-info {
        padding: 15px;
    }
}

/* =================================
   Modern Footer Styles
   ================================= */
:root {
    --footer-bg: #0066cc;
    --footer-text: #000000;
    --footer-link: #000000;
    --footer-link-hover: #333333;
    --footer-border: rgba(0, 0, 0, 0.2);
    --footer-bottom-bg: #0052a3;
    --footer-title-color: #000000;
    --footer-transition: all 0.3s ease;
}

/* Modern Footer */
.modern-footer {
    background-color: #000000;
    color: var(--footer-text);
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding: 60px 0 40px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-col {
    flex: 1 0 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.footer-col.about-col {
    flex: 1 0 33.333%;
    padding-right: 40px;
}

/* Footer Logo */
.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
    object-fit: cover;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
}

.footer-logo-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 3px;
    line-height: 1.2;
}

.footer-logo-tagline {
    font-size: 13px;
    color: var(--footer-link-hover);
    font-weight: 500;
}

.footer-about {
    margin-bottom: 25px;
    color: #ffffff;
}

/* Footer Social Icons */
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.footer-social .social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--footer-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--footer-transition);
}

.footer-social .social-icon:hover {
    background: var(--footer-link-hover);
    color: #fff;
    transform: translateY(-3px);
}

/* Footer Title */
.footer-title {
    color: var(--footer-title-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--footer-link-hover);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    color: var(--footer-link);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: var(--footer-transition);
    font-size: 14px;
}

.footer-link i {
    margin-right: 8px;
    color: var(--footer-link-hover);
    font-size: 10px;
    transition: var(--footer-transition);
}

.footer-link:hover {
    color: var(--footer-link-hover);
    padding-left: 5px;
}

.footer-link:hover i {
    margin-right: 12px;
}

/* Contact Info */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.contact-item i {
    color: var(--footer-link-hover);
    font-size: 18px;
    margin-top: 3px;
    margin-right: 15px;
    min-width: 20px;
    text-align: center;
}

.contact-item div {
    flex: 1;
}

.contact-item a {
    color: var(--footer-link);
    text-decoration: none;
    transition: var(--footer-transition);
    display: block;
    margin-bottom: 5px;
}

.contact-item a:hover {
    color: var(--footer-link-hover);
    padding-left: 3px;
}

.contact-item span {
    display: block;
    color: var(--footer-link);
    font-size: 14px;
    line-height: 1.5;
}

/* Footer Bottom */
.footer-bottom {
    background: var(--footer-bottom-bg);
    padding: 20px 0;
    border-top: 1px solid var(--footer-border);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copyright {
    color: var(--footer-link);
    font-size: 14px;
    margin: 0;
}

.footer-payment-methods {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--footer-link);
    font-size: 14px;
}

.footer-payment-methods i {
    font-size: 24px;
    opacity: 0.8;
    transition: var(--footer-transition);
}

.footer-payment-methods i:hover {
    opacity: 1;
    color: var(--footer-link-hover);
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-link {
    color: var(--footer-link);
    text-decoration: none;
    font-size: 13px;
    transition: var(--footer-transition);
}

.legal-link:hover {
    color: var(--footer-link-hover);
}

.divider {
    color: var(--footer-border);
    font-size: 16px;
    line-height: 1;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--footer-link-hover);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: var(--footer-transition);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
    background: #e67e22;
    color: #fff;
    transform: translateY(-3px);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .footer-col {
        flex: 1 0 50%;
    }
    
    .footer-col.about-col {
        flex: 1 0 100%;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-col {
        flex: 1 0 100%;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-payment-methods,
    .footer-legal {
        margin-top: 10px;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .back-to-top {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 20px;
        right: 20px;
    }
}

/* Animation for footer elements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-col {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.footer-col:nth-child(1) { animation-delay: 0.1s; }
.footer-col:nth-child(2) { animation-delay: 0.2s; }
.footer-col:nth-child(3) { animation-delay: 0.3s; }
.footer-col:nth-child(4) { animation-delay: 0.4s; }

/* =================================
   Modern Header Styles
   ================================= */
:root {
    --primary-color: #ffcc00;
    --primary-hover: #ffff00;
    --secondary-color: #000000;
    --text-color: #ffffff;
    --light-gray: #1a1a1a;
    --border-color: #333333;
    --transition: all 0.3s ease;
}

/* ===== New Modern Header Styles ===== */

/* Neo Header */
.neo-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    box-shadow: 0 4px 20px rgba(255, 204, 0, 0.2);
    transition: all 0.3s ease;
}

.neo-header.header-sticky {
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(255, 204, 0, 0.3);
}

/* Info Bar */
.info-bar {
    background: rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.neo-header.header-sticky .info-bar {
    background: rgba(0, 0, 0, 0.05);
}

.info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-details {
    display: flex;
    gap: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    transition: var(--transition);
}

.neo-header.header-sticky .contact-item {
    color: #666;
}

.contact-item i {
    font-size: 14px;
    color: #ffd700;
}

.contact-item:hover {
    color: #ffd700;
}

.social-connect {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-connect span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-right: 5px;
}

.neo-header.header-sticky .social-connect span {
    color: #666;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: var(--transition);
    font-size: 14px;
}

.neo-header.header-sticky .social-btn {
    background: rgba(0, 0, 0, 0.05);
    color: #666;
}

.social-btn:hover {
    background: #ffd700;
    color: #333;
    transform: translateY(-2px);
}

.social-btn.facebook:hover {
    background: #1877f2;
    color: white;
}

.social-btn.twitter:hover {
    background: #1da1f2;
    color: white;
}

.social-btn.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-btn.whatsapp:hover {
    background: #25d366;
    color: white;
}

/* Neo Navigation */
.neo-nav {
    padding: 15px 0;
    background: transparent;
}

.neo-header.header-sticky .neo-nav {
    background: rgba(255, 255, 255, 0.98);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Brand Section */
.brand-section {
    flex: 0 0 auto;
}

.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: translateY(-2px);
}

.brand-logo-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.brand-info {
  display: flex;
  flex-direction: column;
}

.brand-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.brand-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.brand-info p {
    color: #666;
}

/* Navigation Menu */
.nav-menu-section {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.menu-item {
    position: relative;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.menu-link i {
    margin-right: 4px;
    font-size: 11px;
}

.menu-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.menu-item.active .menu-link {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}

.menu-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.menu-link:hover::before {
    transform: translateX(0);
}

.menu-link:hover {
    color: #ffd700;
    background: rgba(255, 255, 255, 0.1);
}

.neo-header.header-sticky .menu-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.menu-item.active .menu-link {
    background: rgba(255, 255, 255, 0.15);
    color: #ffd700;
}

.neo-header.header-sticky .menu-item.active .menu-link {
    background: rgba(0, 0, 0, 0.1);
}

.menu-link i {
    font-size: 16px;
}

/* Action Section */
.action-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn {
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-primary {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.neo-header.header-sticky .btn-outline-primary {
    color: #667eea;
    border-color: #667eea;
}

.btn-outline-primary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
}

.neo-header.header-sticky .btn-outline-primary:hover {
    background: #667eea;
    color: white;
}

.btn-primary {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #333;
    border: 2px solid transparent;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffed4e 0%, #ffd700 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.menu-icon {
    width: 25px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: var(--transition);
}

.neo-header.header-sticky .menu-icon span {
    background: #333;
}

.mobile-menu-toggle.active .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .menu-icon span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== Previous Header Styles (for reference) ===== */

/* Modern Header */
.modern-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* Top Bar */
.top-bar {
    background-color: var(--secondary-color);
    padding: 8px 0;
    font-size: 13px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 20px;
}

.contact-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: var(--transition);
}

.contact-link:hover {
    color: var(--primary-color);
}

.contact-link i {
    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: rgba(255, 255, 255, 0.8);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.social-icon:hover {
    color: #fff;
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

.social-icon.whatsapp:hover {
    background-color: #25D366;
}

/* Main Navigation */
.main-navigation {
    padding: 15px 0;
    transition: var(--transition);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.logo-img {
    height: 50px;
    width: auto;
    border-radius: 8px;
    transition: var(--transition);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0;
    letter-spacing: 0.5px;
    transition: var(--transition);
}

.logo-tagline {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.nav-cta {
    background-color: var(--primary-color);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    margin-left: 15px;
}

.nav-cta:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Desktop Menu */
.desktop-nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 5px;
}

.nav-link {
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    transition: var(--transition);
    border-radius: 6px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 15px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.nav-link:hover:after,
.nav-link.active:after {
    width: calc(100% - 30px);
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition);
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 8px 20px;
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

.dropdown-item:hover {
    color: var(--primary-color);
    background-color: rgba(243, 156, 18, 0.05);
    padding-left: 25px;
}

/* CTA Button */
.cta-button {
    margin-left: 15px;
}

.book-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
    border: none;
    cursor: pointer;
}

.book-now-btn:hover {
    background: linear-gradient(135deg, var(--primary-hover), #d35400);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: var(--transition);
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--secondary-color);
    transition: var(--transition);
}

.hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    transition: var(--transition);
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-inner {
    padding: 30px 20px;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-link {
    display: block;
    padding: 12px 0;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: var(--primary-color);
    padding-left: 10px;
}

.mobile-dropdown-menu {
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
}

.mobile-dropdown.active .mobile-dropdown-menu {
    max-height: 300px;
    padding: 10px 0 10px 20px;
}

.mobile-dropdown-item {
    display: block;
    padding: 8px 0;
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

.mobile-dropdown-item:hover {
    color: var(--primary-color);
    padding-left: 10px;
}

.mobile-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;
    transition: var(--transition);
    width: 100%;
    justify-content: center;
}

.mobile-cta-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
}

/* Sticky Header */
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: fadeInDown 0.5s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .nav-link {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .book-now-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .top-bar {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .desktop-nav {
        display: none;
    }
    
    .logo-title {
        font-size: 20px;
    }
    
    .logo-tagline {
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .logo-img {
        height: 40px;
    }
    
    .logo-title {
        font-size: 18px;
    }
    
    .logo-tagline {
        font-size: 10px;
    }
}

/* Backdrop for mobile menu */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

/* 
----------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Car Animation */
.preloader-inner {
    position: relative;
    width: 200px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.car-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.car {
    width: 120px;
    height: 60px;
    position: relative;
    animation: carMove 2s infinite ease-in-out;
}

.car-body {
    width: 100%;
    height: 30px;
    background-color: #f39c12;
    border-radius: 15px 20px 5px 5px;
    position: relative;
    z-index: 2;
}

.car-top {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 60px;
    height: 20px;
    background-color: #e67e22;
    border-radius: 15px 15px 0 0;
}

.car-window {
    position: absolute;
    top: -10px;
    left: 25px;
    width: 50px;
    height: 15px;
    background-color: #d4e6f1;
    border-radius: 10px 10px 0 0;
}

.wheel {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 50%;
    bottom: -5px;
    border: 3px solid #666;
    animation: wheelRotate 0.8s infinite linear;
}

.left-wheel {
    left: 15px;
}

.right-wheel {
    right: 15px;
}

.road {
    width: 100%;
    height: 5px;
    background-color: #333;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
}

.road-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(
        to right,
        #fff,
        #fff 20px,
        transparent 20px,
        transparent 40px
    );
    animation: roadMove 1s infinite linear;
}

.loading-text {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    animation: fadeInOut 1.5s infinite ease-in-out;
}

@keyframes carMove {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes wheelRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes roadMove {
    from {
        transform: translateX(-40px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 160px 0px 15px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffcc00;
  letter-spacing: 1px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #000000;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #000000;
}

.main-banner .left-content p {
  margin: 20px 0px;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.main-banner-buttons {
  display: flex;
  gap: 15px;
  margin-top: 35px;
  flex-wrap: wrap;
}

/* Our Services Button - WhatsApp Style */
.main-banner-buttons .yellow-button:first-child {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-banner-buttons .yellow-button:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(37, 211, 102, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.main-banner-buttons .yellow-button:first-child:hover::before {
  left: 100%;
}

.main-banner-buttons .yellow-button:first-child a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 16px 35px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  position: relative;
  z-index: 2;
  border: 2px solid transparent;
}

.main-banner-buttons .yellow-button:first-child a::before {
  content: '📱';
  font-size: 18px;
  margin-right: 5px;
}

.main-banner-buttons .yellow-button:first-child:hover {
  transform: translateY(-4px) scale(1.05);
}

.main-banner-buttons .yellow-button:first-child:hover a {
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
  transform: translateY(-2px);
}

.main-banner-buttons .yellow-button:first-child:active {
  transform: translateY(-1px) scale(1.02);
}

/* Why Choose Us Button - Premium Style */
.main-banner-buttons .yellow-button:last-child {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-banner-buttons .yellow-button:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.main-banner-buttons .yellow-button:last-child:hover::before {
  left: 100%;
}

.main-banner-buttons .yellow-button:last-child a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #ffcc00 0%, #ff9900 100%);
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 16px 35px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4);
  position: relative;
  z-index: 2;
  border: 2px solid transparent;
}

.main-banner-buttons .yellow-button:last-child a::before {
  content: '⭐';
  font-size: 18px;
  margin-right: 5px;
}

.main-banner-buttons .yellow-button:last-child:hover {
  transform: translateY(-4px) scale(1.05);
}

.main-banner-buttons .yellow-button:last-child:hover a {
  background: linear-gradient(135deg, #ff9900 0%, #ffcc00 100%);
  box-shadow: 0 12px 35px rgba(255, 204, 0, 0.6);
  transform: translateY(-2px);
}

.main-banner-buttons .yellow-button:last-child:active {
  transform: translateY(-1px) scale(1.02);
}

.main-banner-buttons .yellow-button:last-child a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-banner-buttons .yellow-button:last-child:hover a::after {
  opacity: 1;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #ffcc00;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 33px;
  border: none;
  transition: all 0.3s;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #000000;
  border-radius: 33px;
  border: 2px solid rgba(255, 204, 0, 0.3);
  outline: none;
  padding: 0px 25px;
  color: #ffffff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}


/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  margin-top: 120px;
}

.about-us {
  background-color: #fffacd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #3498db;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


/* Booking Form Styles */
.booking-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.booking-form-container {
    background: #000000;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.booking-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00, #ff9900, #ffcc00);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.booking-form-container h3 {
    color: #ffcc00;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 15px;
}

.booking-form-container h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ffcc00;
    border-radius: 2px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
    margin-bottom: 5px;
}

.form-row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.form-row .form-group {
    flex: 1;
}

.half-width {
    width: 50%;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffcc00;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-label i {
    color: #ffcc00;
    font-size: 16px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #333333;
    border-radius: 12px;
    font-size: 15px;
    
    color: black;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #ffcc00;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.form-group input::placeholder {
    color: #888888;
    font-style: italic;
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffcc00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
}

.form-submit {
    margin-top: 15px;
}

.yellow-button {
    width: 100%;
    padding: 18px 30px;
    background: #ffcc00;
    color: #000000;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.yellow-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.yellow-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 204, 0, 0.4);
    background: #ff9900;
}

.yellow-button:hover::before {
    left: 100%;
}

.yellow-button:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.4);
}

.booking-submit-btn i {
    font-size: 12px;
}

/* Responsive Booking Form */
@media (max-width: 991px) {
    .booking-form-container {
        padding: 35px 25px;
        margin: 0 15px;
    }
    
    .booking-form-container h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    
    .form-group input,
    .form-group select {
        padding: 14px 18px;
        font-size: 15px;
    }
    
    .yellow-button {
        padding: 16px 25px;
        font-size: 15px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .half-width {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .booking-form-container {
        padding: 30px 20px;
        margin: 0 10px;
    }
    
    .booking-form-container h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .form-label {
        font-size: 13px;
    }
    
    .form-group input,
    .form-group select {
        padding: 13px 16px;
        font-size: 14px;
    }
    
    .yellow-button {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .form-row {
        gap: 0;
    }
}

@media (max-width: 480px) {
    .booking-form-container {
        padding: 25px 15px;
        margin: 0 5px;
    }
    
    .booking-form-container h3 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    
    .form-label {
        font-size: 12px;
        gap: 6px;
    }
    
    .form-label i {
        font-size: 14px;
    }
    
    .form-group input,
    .form-group select {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .yellow-button {
        padding: 14px 18px;
        font-size: 13px;
    }
}

/* Booking Notification Styles */
.booking-notification {
    position: fixed;
    top: 20px;
    right: -400px;
    max-width: 400px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: right 0.3s ease;
    backdrop-filter: blur(10px);
}

.booking-notification.show {
    right: 20px;
}

.booking-notification.success {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    color: #ffcc00;
    border: 2px solid rgba(255, 204, 0, 0.3);
}

.booking-notification.error {
    background: linear-gradient(135deg, #ff0000, #cc0000);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* WhatsApp Chat Bot Styles */
.whatsapp-chatbot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-button i {
    font-size: 28px;
    color: #ffffff;
}

.whatsapp-button img {
    width: 28px;
    height: 28px;
}

.whatsapp-chatbox {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    height: 450px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp 0.3s ease;
}

.whatsapp-chatbox.show {
    display: flex;
}

.chatbox-header {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.header-text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.header-text p {
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
}

.close-chat {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.close-chat:hover {
    background: rgba(255, 255, 255, 0.1);
}

.chatbox-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    background: #f8f9fa;
}

.message {
    margin-bottom: 15px;
    max-width: 80%;
}

.bot-message {
    align-self: flex-start;
}

.bot-message p {
    background: #e9ecef;
    color: #495057;
    padding: 10px 15px;
    border-radius: 18px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.quick-replies {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
}

.quick-reply {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 18px;
    padding: 10px 15px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.quick-reply:hover {
    background: #25D366;
    color: #ffffff;
    border-color: #25D366;
    transform: translateY(-2px);
}

.chatbox-footer {
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
}

.chat-input-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

#chatInput {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

#chatInput:focus {
    border-color: #25D366;
}

.send-button {
    width: 36px;
    height: 36px;
    background: #25D366;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.send-button:hover {
    background: #128C7E;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6);
    }
    100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .whatsapp-chatbot {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-button {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-button img {
        width: 24px;
        height: 24px;
    }
    
    .whatsapp-chatbox {
        width: 280px;
        height: 400px;
        bottom: 70px;
        right: -10px;
    }
}

/* Play Store Button Styles */
.playstore-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.playstore-button:hover {
    opacity: 1;
    transform: scale(1.05);
}

.playstore-button img {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.playstore-button:hover img {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

/* Responsive adjustments for Play Store button */
@media (max-width: 768px) {
    .playstore-button {
        bottom: 15px;
        left: 15px;
    }
    
    .playstore-button img {
        width: 120px !important;
    }
}

@media (max-width: 480px) {
    .playstore-button {
        bottom: 10px;
        left: 10px;
    }
    
    .playstore-button img {
        width: 100px !important;
    }
}

.notification-content {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.notification-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.notification-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Responsive Notifications */
@media (max-width: 767px) {
    .booking-notification {
        max-width: calc(100vw - 40px);
        right: -100vw;
    }
    
    .booking-notification.show {
        right: 20px;
        left: 20px;
    }
}

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 80px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -124px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.contact-form input,
.contact-form textarea {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 30px;
  display: inline-block;
  border: none;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.our-portfolio .showed-content:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 40px;
  padding-top: 60px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-red-button a {
  background-color: #f39c12;
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0px 5px 15px rgba(243, 156, 18, 0.3);
  transition: all 0.3s ease;
}

.our-blog .left-image .info .main-red-button a:hover {
  background-color: #e67e22;
  transform: translateY(-3px);
  box-shadow: 0px 8px 20px rgba(230, 126, 34, 0.4);
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding: 160px 0px;
  background-color: #fffacd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #000;
}

.contact-us .section-heading p {
  color: #000;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background-color: #f7f9fc;
  outline: none;
  border: 1px solid #e1e8ed;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  font-size: 14px;
  font-weight: 400;
  color: #4a5568;
  padding: 0px 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #f7f9fc;
  outline: none;
  border: 1px solid #e1e8ed;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  font-size: 14px;
  font-weight: 400;
  color: #4a5568;
  padding: 15px 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  background-color: #f39c12;
  background: linear-gradient(135deg, #f39c12, #e67e22);
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0px 35px;
  border-radius: 30px;
  display: inline-block;
  border: none;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

form#contact button:hover {
  background-color: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background: #0066cc;
  padding: 60px 0 30px;
  color: #000000;
  position: relative;
  overflow: hidden;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h3 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.footer-section h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #000000;
}

.footer-section p {
  color: #000000;
  line-height: 1.8;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-links a i {
  margin-right: 10px;
  color: #000000;
  font-size: 14px;
}

.footer-links a:hover {
  color: #333333;
  padding-left: 5px;
}

.footer-bottom {
  background: #0052a3;
  padding: 20px 0;
  margin-top: 40px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #000000;
  font-size: 14px;
}

.social-links {
  display: flex;
  margin-top: 20px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  background: #f39c12;
  transform: translateY(-3px);
}

.contact-info {
  margin-top: 20px;
}

.contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #bbb;
}

.contact-info i {
  margin-right: 10px;
  color: #f39c12;
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}

.contact-info a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #f39c12;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  .main-banner-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .yellow-button a {
    padding: 12px 25px;
    font-size: 13px;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}

/* ===== New Modern Header Responsive Styles ===== */

@media (max-width: 991px) {
  .info-bar {
    display: none;
  }
  
  .nav-menu-section {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 999;
    padding: 80px 20px 20px;
    overflow-y: auto;
  }
  
  .nav-menu-section.active {
    right: 0;
  }
  
  .main-menu {
    flex-direction: column;
    gap: 5px;
  }
  
  .menu-link {
    padding: 15px 20px;
    color: #333;
    border-radius: 8px;
    margin-bottom: 5px;
  }
  
  .menu-link:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
  }
  
  .menu-item.active .menu-link {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
  }
  
  .action-section {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-top: 1px solid #eee;
  }
  
  .btn {
    width: 100%;
    justify-content: center;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .neo-header.header-sticky .neo-nav {
    padding: 10px 0;
  }
  
  .brand-info h1 {
    font-size: 20px;
  }
  
  .brand-info p {
    font-size: 11px;
  }
  
  .brand-logo-img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .nav-menu-section {
    width: 90%;
    max-width: 350px;
  }
  
  .brand-info h1 {
    font-size: 18px;
  }
  
  .brand-info p {
    font-size: 10px;
  }
  
  .brand-logo-img {
    width: 35px;
    height: 35px;
  }
  
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .nav-wrapper {
    gap: 10px;
  }
  
  .brand-logo {
    gap: 10px;
  }
  
  .brand-info h1 {
    font-size: 16px;
  }
  
  .brand-info p {
    display: none;
  }
  
  .brand-logo-img {
    width: 30px;
    height: 30px;
  }
  
  .menu-icon {
    width: 20px;
    height: 18px;
  }
  
  .menu-icon span {
    height: 2px;
  }
}

/* Body overflow control for mobile menu */
body.menu-open {
  overflow: hidden;
}