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 {
  scroll-behavior: smooth;
}

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, ul, 
li, h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
}

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

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

::selection {
  background: #ffa700;
  color: #fff !important;
}

::-moz-selection {
  background: #ffa700;
  color: #fff !important;
}

@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 {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #ffa700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #ffa700 !important;
}

/* Ensure em tags in section headings are orange in both LTR and RTL */
.rtl-banner .section-heading h4 em,
.rtl-about .section-heading h4 em,
.rtl-services .section-heading h4 em,
.rtl-team .section-heading h4 em,
.rtl-portfolio .section-heading h4 em,
.rtl-contact .section-heading h4 em {
  color: #ffa700 !important;
}

/* Banner custom title em styling */
.custom-title.solutions em {
  color: #ffa700 !important;
  font-style: normal;
}

.rtl-banner .custom-title.solutions em {
  color: #ffa700 !important;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #ffa700;
}

.border-first-button a {
  background: #ffa700;
  color: #fff !important;
  padding: 12px 25px !important;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.border-first-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(248, 179, 24, 0.3);
}

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

.pre-header {
  background-color: #efefef;
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #afafaf;
  font-size: 14px;
  transition: all 0.3s;
}

.pre-header ul.info li a:hover {
  color: #ffa700;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s;
}

.pre-header ul.social-media li a:hover {
  background-color: #ffa700;
}

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

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #ffa700;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.logo-webs {
  width: 160px;
  height: 70px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffa700;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  position: absolute;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}

.transparent-header {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: none;
}

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

.transparent-header .main-nav .nav li a:hover {
  color: #ffa700;
}

.transparent-header .main-nav .nav li a.active {
  color: #ffa700;
}

.transparent-header .main-nav .logo img {
  filter: brightness(0.9);
}

/* Header visibility animations */
.header-area {
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.header-area.header-hidden {
  transform: translateY(-100%);
}

.header-area.header-visible {
  transform: translateY(0);
}

/* Show header on scroll up */
.header-area.show-header {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  position: relative;
}

.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;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.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;
  display: flex;
  align-items: center;
}

.header-area .main-nav .logo img {
  max-height: 80px;
  width: auto;
  transition: all 0.3s ease;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: none;
  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: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-area .main-nav .nav li {
  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: flex;
  align-items: center;
  padding: 0 12px;
  font-weight: 500;
  font-size: 14px;
  color: #2a2a2a;
  transition: all 0.3s ease;
  height: 40px;
  border-radius: 20px;
}

.header-area .main-nav .nav li a i {
  margin-right: 8px;
  font-size: 16px;
}

.header-area .main-nav .nav li a:hover {
  background: none;
  color: #ffa700;
}

.header-area .main-nav .nav li a.active {
  background: none;
  color: #ffa700 !important;
}

.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: #ffa700 !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;
  left: 20px;
  display: none;
}

.header-area .main-nav .language-toggle {
  position: absolute;
  top: 25px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 99;
}

.header-area .main-nav .language-toggle .lang-btn {
  background: transparent;
  border: 2px solid #2a2a2a;
  color: #2a2a2a;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
}

.header-area .main-nav .language-toggle .lang-btn:hover {
  background: #ffa700;
  border-color: #ffa700;
  color: #fff;
}

.header-area .main-nav .language-toggle .lang-btn.active {
  background: #ffa700;
  border-color: #ffa700;
  color: #fff;
}

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

/* Mobile header improvements */
@media (max-width: 767px) {
  .header-area {
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  
  .header-area.show-header {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .header-area.header-hidden {
    transform: translateY(-100%);
  }
  
  .header-area.header-visible {
    transform: translateY(0);
  }
  
  .header-area .main-nav .menu-trigger {
    transition: all 0.3s ease;
  }
  
  .header-area .main-nav .menu-trigger.active {
    transform: rotate(90deg);
  }
  
  .header-area .main-nav .nav {
    transition: all 0.3s ease;
    transform: translateY(-10px);
    opacity: 0;
  }
  
  .header-area .main-nav .nav.active {
    transform: translateY(0);
    opacity: 1;
  }
  
  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }
}

@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: 991px) {
  .header-area .main-nav .nav li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
  }
  .header-area .main-nav .nav li a i {
    font-size: 14px;
  }
}

@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) {
  .pre-header ul.info li:last-child {
    display: none;
  }
  .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: #ffa700 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 80px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
    float: left;
    line-height: 80px;
  }
  .header-area .logo img {
    max-height: 65px;
    width: auto;
  }
  .header-area .menu-trigger {
    display: block !important;
    position: absolute;
    left: 10px;
    top: 20px;
    z-index: 1001;
  }
  
  .header-area .language-toggle {
    position: absolute;
    top: 20px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 1001;
  }
  
  .header-area .language-toggle .lang-btn {
    padding: 6px 10px;
    font-size: 12px;
    min-width: 35px;
    border-width: 1px;
  }
  .header-area .main-nav {
    overflow: visible;
    position: relative;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    border-radius: 0 0 10px 10px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
  .header-area .main-nav .nav.active {
    display: block;
  }
  .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: 80px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 !important;
    margin: 0;
  }
  .header-area .main-nav .nav li:last-child {
    border-bottom: none;
  }
  .header-area .main-nav .nav li a {
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 20px !important;
    border: none !important;
    background: transparent !important;
    color: #191a20 !important;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-area .main-nav .nav li a i {
    margin-right: 12px;
    font-size: 18px;
    width: 20px;
    text-align: center;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f8f9fa !important;
    color: #ffa700 !important;
  }
  .header-area .main-nav .nav li a.active {
    background: #f8f9fa !important;
    color: #ffa700 !important;
  }
  .header-area .main-nav .nav li .border-first-button {
    margin: 10px 20px;
  }
  .header-area .main-nav .nav li .border-first-button a {
    background: transparent;
    color: #ffa700;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    display: block;
    height: auto !important;
    line-height: 1.5 !important;
    border: 2px solid #ffa700;
    transition: all 0.3s ease;
  }
  .header-area .main-nav .nav li .border-first-button a:hover {
    background: #ffa700;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(248, 179, 24, 0.3);
  }
  .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: 14px;
    font-weight: 400;
    padding-left: 40px !important;
  }
  .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: 20px;
  }
  .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 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  }
  
  .header-area.header-hidden {
    transform: translateY(-100%);
  }
  
  .header-area.header-visible {
    transform: translateY(0);
  }
  
  .header-area.show-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .header-area .main-nav .nav {
    display: flex !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    box-shadow: none;
    max-height: none;
    overflow: visible;
    gap: 8px;
    flex-wrap: nowrap;
    width: auto;
    min-width: 600px;
  }
  .header-area .menu-trigger {
    display: none !important;
  }
  .header-area .language-toggle {
    display: flex !important;
  }
  .header-area .main-nav .nav li.desktop-hidden {
    display: none !important;
  }
  .header-area .main-nav .nav li {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .header-area .main-nav .nav li {
    width: auto;
    background: transparent;
    border: none;
    padding: 0 15px !important;
  }
  .header-area .main-nav .nav li a {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    background: transparent !important;
    color: #2a2a2a !important;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-area .main-nav .nav li a i {
    margin-right: 8px;
    font-size: 16px;
  }
  .header-area .main-nav .nav li a:hover {
    background: none !important;
    color: #ffa700 !important;
  }
  .header-area .main-nav .nav li a.active {
  background: none !important;
  color: #ffa700 !important;
}

  .header-area .main-nav .nav li a.contact-btn {
    background: transparent !important;
    color: #ffa700 !important;
    border: 2px solid #ffa700;
    border-radius: 25px;
    padding: 0 16px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
  }
  
  /* Mobile contact button styling */
  @media (max-width: 767px) {
    .header-area .main-nav .nav li a.contact-btn {
      background: transparent !important;
      color: #ffa700 !important;
      border: 2px solid #ffa700 !important;
      border-radius: 25px;
      padding: 12px 25px !important;
      font-weight: 600;
      transition: all 0.3s ease;
      font-size: 16px;
      text-align: center;
      display: block;
      height: auto !important;
      line-height: 1.5 !important;
      margin: 10px 20px;
    }
    
    .header-area .main-nav .nav li a.contact-btn:hover {
      background: #ffa700 !important;
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(248, 179, 24, 0.3);
    }
    
    .header-area .main-nav .nav li a.contact-btn.active {
      background: #ffa700 !important;
      color: #fff !important;
    }
  }

.header-area .main-nav .nav li a.contact-btn:hover,
.header-area .main-nav .nav li a.contact-btn.active {
  background: #ffa700 !important;
  border-color: #ffa700;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(248, 179, 24, 0.3);
}
  .header-area .main-nav .nav li .border-first-button {
    margin: 0;
  }
  .header-area .main-nav .nav li .border-first-button a {
    background: transparent;
    color: #2a2a2a;
    padding: 0 20px;
    border: 2px solid #ffa700;
    border-radius: 25px;
    font-weight: 500;
    height: 40px !important;
    line-height: 36px !important;
  }
  .header-area .main-nav .nav li .border-first-button a:hover {
    background: #ffa700;
    color: #fff !important;
  }
}

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

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  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.25s ease;
  transition: opacity 0.25s ease;
}

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

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #ffa700;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #ffa700;
  border-radius: 50%;
}

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

.main-banner {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 160px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner .subtitle {
  font-size: 20px;
  font-weight: 800;
  color: #ffa700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

.main-banner .main-heading {
  font-size: 56px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 30px;
  line-height: 1.2;
}

.main-banner .highlight {
  color: rgb(241, 235, 235);
}

.main-banner .intro-text {
  margin-bottom: 40px;
}

.main-banner .lead {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 25px;
}

.main-banner .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-banner .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 800;
}

.main-banner .features-list li i {
  color: #ffa700;
  margin-right: 10px;
  font-size: 18px;
}

.main-banner .cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.main-banner .learn-more-button a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  color: #2a2a2a;
  background: rgba(248, 179, 24, 0.1);
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.main-banner .learn-more-button a:hover {
  background: rgba(248, 179, 24, 0.2);
  transform: translateY(-2px);
}

.main-banner .learn-more-button i {
  margin-right: 8px;
}

.main-banner .hero-video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .main-banner {
    padding: 120px 0px 60px 0px;
  }

  .main-banner .main-heading {
    font-size: 42px;
  }

  .main-banner .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .main-banner .hero-video {
    margin-top: 40px;
  }
}

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

#about {
  padding-top: 130px;
}

.about-left-image {
  position: relative;
  transform: translateY(-30px);
}

.about-left-image img {
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.about-left-image:hover img {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

.first-skill-item .progress .progress-bar {
  border-color: #ffa700;
}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #ffa700;
}

.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;
  flex-direction: column;
}
.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: 130px;
  position: relative;
}

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

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.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);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.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 h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffa700 !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg-v2.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: #ffa700;
  font-size: 15px;
  color: #fff;
}

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

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio .section-heading p {
  margin-top: 20px;
  color: #666;
  line-height: 1.6;
}

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

/* Custom Carousel Layout */
.custom-carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
  cursor: pointer;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

/* Desktop: Show multiple cards */
@media (min-width: 992px) {
  .carousel-slide {
    flex: 0 0 33.333%;
    width: 33.333%;
  }
  
  .portfolio-item {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Portfolio Grid Layout (fallback) */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

.portfolio-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loop .portfolio-item,
.portfolio-item {
  width: 100%;
  max-width: 320px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.loop .portfolio-item:hover,
.portfolio-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.loop .portfolio-item .thumb {
  width: 100%;
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 167, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.overlay-content {
  color: #fff;
  font-size: 24px;
}

/* Portfolio Social Buttons */
.portfolio-social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 0 20px;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #fff;
  border: 2px solid transparent;
}

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

.facebook-btn {
  background: #1877f2;
}

.website-btn {
  background: #ffa700;
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.facebook-btn:hover {
  background: #0d6efd;
}

.website-btn:hover {
  background: #e69500;
}
.loop .portfolio-item .thumb img,
.portfolio-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 30px;
  background: #fff;
  max-height: 100%;
}
.loop .portfolio-item .down-content {
  width: 100%;
  padding: 18px 12px 16px 12px;
  text-align: center;
}
@media (max-width: 600px) {
  .custom-carousel {
    max-width: 100%;
  }
  
  .carousel-slide {
    padding: 0 10px;
  }
  
  .carousel-nav {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .carousel-prev {
    left: 5px;
  }
  
  .carousel-next {
    right: 5px;
  }
  
  .carousel-dots {
    margin-top: 15px;
    gap: 8px;
  }
  
  .carousel-dot {
    width: 8px;
    height: 8px;
  }
  
  /* Fallback grid for very small screens */
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px 0;
  }
  
  .loop .portfolio-item,
  .portfolio-item {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
  }
  
  .our-portfolio .section-heading p {
    margin-top: 15px;
    font-size: 14px;
  }
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #ffa700;
}

.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 0.3s;
}

@media (max-width: 767px) {
  .custom-carousel {
    max-width: 100%;
  }
  
  .carousel-slide {
    padding: 0 15px;
    flex: 0 0 100%;
    width: 100%;
  }
  
  .carousel-dots {
    margin-top: 20px;
  }
  
  .carousel-dot {
    width: 10px;
    height: 10px;
  }
  
  /* Fallback grid for mobile */
  .portfolio-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
  
  .portfolio-item .down-content h4 {
    font-size: 18px;
  }
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .portfolio-item .down-content span {
    font-size: 14px;
  }
  
  .portfolio-social-buttons {
    gap: 12px;
    margin-top: 15px;
    padding: 0 15px;
  }
  
  .social-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

/* Custom Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2a2a2a;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.carousel-nav:hover {
  background: #ffa700;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(248, 179, 24, 0.3);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

/* Carousel Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dot:hover {
  background: rgba(248, 179, 24, 0.5);
  border-color: #ffa700;
}

.carousel-dot.active {
  background: #ffa700;
  border-color: #ffa700;
  transform: scale(1.2);
}

/* Original Owl Navigation (kept for reference) */
.our-portfolio .owl-nav {
  display: inline-block !important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

@media (max-width: 767px) {
  .our-portfolio .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 30px;
  }
}

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

@media (max-width: 767px) {
  .our-portfolio .owl-nav span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #ffa700;
  transform: scale(1.1);
}

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

.blog-post {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.show-up {
  position: relative;
  z-index: 200;
}

.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: #ffa700;
  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: #ffa700;
  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: 130px;
}

.contact-us .section-heading p {
  margin-top: 20px;
  color: #666;
  line-height: 1.6;
}

.contact-us form#contact {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 30px;
}

.fill-form {
  padding: 30px 0;
}

.info-post {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.info-post:hover {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border-color: #ffa700;
}

.info-post .icon {
  display: flex;
  align-items: center;
}

.info-post .icon img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  object-fit: contain;
}

.info-post .icon a {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.info-post .icon a:hover {
  color: #ffa700;
}

/* Form Inputs Styling */
form#contact input,
form#contact textarea,
form#contact select {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  padding: 15px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}

form#contact input {
  height: 50px;
}

form#contact textarea {
  min-height: 150px;
  resize: vertical;
}

form#contact select {
  height: 50px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form#contact input:focus,
form#contact textarea:focus,
form#contact select:focus {
  border-color: #ffa700;
  box-shadow: 0 0 0 3px rgba(248, 179, 24, 0.1);
  background-color: #fff;
}

/* Mobile Number Input Group */
.mobile-input-group {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 20px;
}

.mobile-input-group select {
  width: 80px;
  min-width: 80px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 15px 8px;
}

.mobile-input-group input {
  width: 120px;
  min-width: 120px;
  margin-bottom: 0;
}

/* Error Message Styling */
.form-error {
  color: #dc3545;
  font-size: 13px;
  font-weight: 400;
  margin-top: -15px;
  margin-bottom: 15px;
  padding: 8px 12px;
  background-color: rgba(220, 53, 69, 0.1);
  border-radius: 8px;
  border-left: 3px solid #dc3545;
  display: flex;
  align-items: center;
}

.form-error::before {
  content: "⚠";
  margin-right: 6px;
  font-size: 12px;
}

/* Form Button Styling */
form#contact button {
  background: #ffa700;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
  display: inline-block;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
}

form#contact button i {
  margin-right: 8px;
}

form#contact button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(248, 179, 24, 0.3);
  background: #e69500;
}

form#contact button:active {
  transform: translateY(0);
}

/* Submit Message Styling */
.submit-message {
  margin-top: 15px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.submit-message.success {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.2);
}

.submit-message.error {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.2);
}

/* Disabled button styling */
form#contact button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

form#contact button:disabled:hover {
  transform: none;
  box-shadow: none;
}

/* Map Styling */
#map {
  margin-bottom: 30px;
}

#map iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-us form#contact {
    padding: 30px;
  }

  .info-post {
    margin-bottom: 15px;
  }

  #map iframe {
    height: 350px;
  }

  .mobile-input-group {
    flex-direction: column;
    gap: 0;
  }

  .mobile-input-group select {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-input-group input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .info-post {
    text-align: left;
  }

  .info-post .icon {
    justify-content: flex-start;
  }

  form#contact button {
    width: 100%;
    padding: 12px 20px;
  }

  #map iframe {
    height: 300px;
  }

  .contact-us form#contact {
    padding: 25px 20px;
  }

  .fill-form {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .contact-us form#contact {
    padding: 20px 15px;
  }

  form#contact input,
  form#contact textarea,
  form#contact select {
    padding: 12px 15px;
    font-size: 14px;
  }

  form#contact input {
    height: 45px;
  }

  form#contact select {
    height: 45px;
  }
}

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

footer {
  background: #f8f9fa;
  color: #eee6e6;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}

.footer-top {
  padding: 40px 0 30px;
  position: relative;
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-widget h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-widget h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ffa700;
}

.footer-logo img {
  max-width: 140px;
  height: auto;
  margin-bottom: 15px;
}

.footer-text p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

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

.social-icons a {
  width: 35px;
  height: 325px;
  margin-right: 10px;
  background: #eee;
  color: #4a4a4a;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #ffa700;
  color: #fff;
  transform: translateY(-3px);
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

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

.footer-links ul li a {
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease;
}

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

.contact-info .contact-item {
  margin-bottom: 15px;
}

.contact-item i {
  width: 35px;
  height: 35px;
  background: #eee;
  color: #4a4a4a;
  font-size: 14px;
}

.contact-item .content p {
  color: #666;
  font-size: 14px;
}

.footer-bottom {
  background: #eee;
  padding: 15px 0;
}

.copyright {
  color: #666;
  font-size: 13px;
  margin: 0;
}

.copyright a {
  color: #ffa700;
}

@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 50px 0 30px;
  }

  .contact-info .contact-item {
    margin-bottom: 15px;
  }
}

.footer-section {
  background: #f8f9fa;
  color: #4a4a4a;
  padding: 40px 0 0;
  border-top: 1px solid #eee;
}

.footer-top {
  padding-bottom: 30px;
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 130px;
  height: auto;
}

.footer-text p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-widget h4 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-widget h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #ffa700;
}

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

.social-icons a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #4a4a4a;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.social-icons a:hover {
  background: #ffa700;
  color: #fff;
  transform: translateY(-3px);
}

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

.footer-links ul li a {
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.footer-links ul li a i {
  margin-right: 8px;
  font-size: 12px;
  color: #ffa700;
}

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

.contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-item i {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #ffa700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-item .content p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.footer-bottom {
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.copyright {
  color: #666;
  font-size: 13px;
  margin: 0;
}

.copyright a {
  color: #ffa700;
  font-weight: 500;
}

@media (max-width: 991px) {
  .footer-section {
    padding: 30px 0 0;
  }

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

@media (max-width: 767px) {
  .footer-widget {
    text-align: center;
  }

  .footer-widget h4:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .social-icons {
    justify-content: center;
  }

  .contact-info .contact-item {
    justify-content: center;
  }

  .footer-links ul li a {
    justify-content: center;
  }
  
  /* Modern Footer Mobile Styles */
  .modern-footer .footer-top {
    padding: 30px 0 20px 0;
    border-radius: 25px 25px 0 0;
  }
  
  .modern-footer .footer-row {
    gap: 30px;
  }
  
  .modern-footer .footer-logo img {
    max-width: 140px;
    width: 140px;
  }
  
  .modern-footer .footer-quote {
    font-size: 0.95rem;
    margin: 12px 0 15px 0;
    max-width: 350px;
  }
  
  .modern-footer .footer-social-links {
    gap: 12px;
    margin-top: 15px;
  }
  
  .modern-footer .footer-social-links a {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .modern-footer .footer-title {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  .modern-footer .footer-links-list li {
    margin-bottom: 12px;
  }
  
  .modern-footer .footer-links-list a {
    font-size: 1rem;
  }
  
  .modern-footer .footer-contact-list li {
    margin-bottom: 15px;
    font-size: 1rem;
  }
  
  .modern-footer .footer-contact-list i {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    margin-right: 12px;
  }
  
  .modern-footer .footer-bottom {
    border-radius: 0 0 25px 25px;
    padding: 12px 0 8px 0;
  }
  
  .modern-footer .copyright {
    font-size: 0.85rem;
  }
  
  /* Hide Quick Links on mobile */
  .modern-footer .footer-col-center {
    display: none;
  }
}

.team-section {
  padding: 120px 0;
  background: #f8f9fa;
  position: relative;
}

.team-grid {
  margin-top: 60px;
}

.team-member {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(248, 179, 24, 0.15);
  border-color: rgba(248, 179, 24, 0.2);
}

.member-img {
  position: relative;
  overflow: hidden;
}

.member-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.team-member:hover .member-img img {
  transform: scale(1.05);
}

.member-img .social-links {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(248, 179, 24, 0.9),
    rgba(248, 179, 24, 0.8)
  );
  padding: 15px 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.team-member:hover .social-links {
  bottom: 0;
}

.social-links a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.social-links a:hover {
  transform: translateY(-3px) scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}

.member-info {
  padding: 25px 20px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, #fff, #f8f9fa);
}

.member-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.team-member:hover .member-info h3 {
  color: #ffa700;
}

.member-info span {
  display: block;
  font-size: 15px;
  color: #ffa700;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.member-info p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .team-section {
    padding: 80px 0;
  }

  .team-grid {
    margin-top: 40px;
  }

  .member-img img {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .member-img img {
    height: 260px;
  }

  .member-info {
    padding: 20px 15px;
  }

  .member-info h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-area .main-nav .nav li a {
    font-size: 14px;
    padding: 0 10px;
  }

  .border-first-button a {
    padding: 8px 20px !important;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav {
    background: #fff;
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .header-area .main-nav .nav li {
    border-bottom: 1px solid #eee;
    padding: 0;
  }

  .header-area .main-nav .nav li:last-child {
    border-bottom: none;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 20px !important;
    border: none !important;
    background: transparent !important;
    color: #1e1e1e !important;
    display: flex;
    align-items: center;
  }

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

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 0;
  }
}

.contact-dec {
  position: relative;
  overflow: hidden;
}

.contact-dec img {
  max-width: 160px;
  position: absolute;
  right: 15px;
  top: -80px;
  opacity: 0.8;
  z-index: 1;
}

@media (max-width: 991px) {
  .contact-dec img {
    max-width: 120px;
    top: -60px;
  }
}

@media (max-width: 767px) {
  .contact-dec img {
    max-width: 100px;
    top: -50px;
  }
}

/* Custom hero section styles */
.custom-hero-text {
  margin-top: 120px;
  text-align: left;
  color: #191a20;
}
.custom-title-group {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.custom-title-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.custom-underline {
  display: block;
  height: 5px;
  border-radius: 3px;
  margin-top: 4px;
  width: 100%;
}
.orange-underline {
  background: rgba(255, 167, 0, 0.8);
}
.black-underline {
  background: #191a20;
}
.custom-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #191a20;
  padding: 0 4px;
  position: relative;
  display: inline-block;
}
.custom-title.digital-marketing {
  position: relative;
  color: rgba(255, 167, 0, 0.8);
  z-index: 5;
  font-size: 55px;
}
.custom-title.and {
  position: relative;
  color: #191a20;
  z-index: 2;
  font-size: 55px;
}
.custom-title.software {
  position: relative;
  color: #191a20;
  z-index: 2;
  font-size: 55px;
}
.custom-title.solutions {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 8px;
  color: #191a20;
}
.custom-subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 18px;
  color: #191a20;
}
.custom-animate-black {
  color: #191a20;
  font-weight: 700;
  margin-left: 8px;
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .custom-hero-text {
    margin-top: 60px;
    text-align: center;
  }
  .custom-title-group {
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
  }
  .custom-title.solutions {
    font-size: 1.5rem;
  }
  .orange-underline,
  .black-underline {
    width: 120px;
    height: 8px;
    left: 0;
    top: -4px;
  }
  .black-underline {
    left: 140px;
  }
  
  /* Mobile layout for Arabic banner - move "التسويق" above */
  @media (max-width: 767px) {
    .rtl-banner .custom-title-group {
      flex-direction: column-reverse !important;
    }
    
    .rtl-banner .custom-title-group .custom-title-stack:last-child {
      order: -1 !important;
    }
    
    .rtl-banner .custom-title-group .custom-title-stack:first-child {
      order: 1 !important;
    }
  }
}

/* Icon animate row styles */
.icon-animate-row {
  margin-top: 32px;
  margin-bottom: 32px;
}
.icon-with-animate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}
.icon-animate-word {
  font-size: 1.7rem;
  font-weight: 700;
  color: #191a20;
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .icon-animate-row {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .feature-icon {
    width: 56px;
    height: 56px;
  }
  .icon-animate-word {
    font-size: 1.1rem;
  }
}

.custom-animate-pair {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  direction: ltr; /* إذا أردت الأيقونة على اليمين في العربية */
}
.animate-icon {
  width: 2.2em;
  height: 2.2em;
  transition: opacity 0.4s;
  vertical-align: middle;
}
.custom-animate-black {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255, 166, 0, 0.641);
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .animate-icon {
    width: 1.4em;
    height: 1.4em;
  }
  .custom-animate-black {
    font-size: 1.2rem;
  }
}

.about-bg {
  position: relative;
  background: url("assets/images/About us.png") center center/cover no-repeat;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); /* شفافية بيضاء */
  z-index: 1;
}
.about-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
@media (max-width: 767px) {
  .about-bg,
  .about-content {
    min-height: 320px;
    padding: 32px 0;
  }
}

.loop .owl-nav,
.loop .owl-nav * {
  display: none !important;
}

@media (max-width: 600px) {
  h1, h2, h3, h4, h5,
  h6 {
    font-size: 1.1em !important;
  }
  p, li,
  ul {
    font-size: 0.98em !important;
  }
  .section-heading h4 {
    font-size: 1.3em !important;
  }
  .main-banner,
  .about-section,
  .team-section,
  .our-portfolio,
  .contact-us,
  .footer-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container,
  .container-fluid {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .loop .portfolio-item {
    width: 98vw !important;
    min-width: 0 !important;
    max-width: 100vw !important;
    height: 220px !important;
  }
  .about-left-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
  }
  .footer-section {
    border-radius: 18px !important;
    padding: 10px 0 0 0 !important;
  }
}

/* White text for footer section */
.footer-section,
.footer-section .footer-widget h4,
.footer-section .footer-links a,
.footer-section .footer-links i,
.footer-section .contact-info,
.footer-section .contact-info .contact-item,
.footer-section .contact-info .content,
.footer-section .contact-info .content p {
  color: #fff !important;
}

/* --- Responsive Overhaul Start --- */

/* General improvements for all screens */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Remove fixed heights for banners and sections */
.main-banner, .team, .services, .our-portfolio, .blog, .contact-us {
  min-height: unset;
  height: auto;
}

/* --- Desktop First, then refine for smaller screens --- */

@media (max-width: 1200px) {
  .main-banner .custom-hero-text {
    padding: 2rem 1rem;
  }
  .team-content {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 991px) {
  .main-banner {
    padding: 60px 0 40px 0;
  }
  .main-banner .custom-hero-text {
    font-size: 2.2rem;
  }
  .section-heading h4 {
    font-size: 28px;
  }
  .team-content {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.2rem;
  }
  .footer-section {
    border-radius: 30px;
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .header-area, .header-area.header-sticky {
    height: auto;
    min-height: 60px;
    padding: 0 5px;
  }
  .header-area .main-nav .nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    text-align: left;
    padding: 0.5rem 0.8rem;
  }
  .header-area .main-nav .nav li a {
    font-size: 1rem;
    padding: 0.7rem 0.5rem;
  }
  .main-banner {
    padding: 40px 0 20px 0;
    text-align: center;
  }
  .main-banner .custom-hero-text {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
  }
  .team-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .footer-section {
    border-radius: 15px;
    padding: 10px 5px;
  }
  .footer-widget, .footer-content {
    text-align: center;
  }
  .footer-social-icon span {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  h1, h2, h3, h4, h5 {
    font-size: 1.1rem !important;
  }
  .main-banner, .team, .services, .our-portfolio, .blog, .contact-us {
    padding: 20px 0 10px 0;
  }
  .main-banner .custom-hero-text {
    font-size: 1.1rem;
    padding: 0.5rem 0.2rem;
  }
  .team-content {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .footer-section {
    border-radius: 8px;
    padding: 5px 2px;
  }
}

/* --- Responsive Overhaul End --- */

/* RTL Support for Arabic - Only for specific components */
.rtl-banner {
  direction: rtl;
  text-align: right;
}

.rtl-about {
  direction: rtl;
  text-align: right;
}

.rtl-services {
  direction: rtl;
  text-align: right;
}

.rtl-team {
  direction: rtl;
  text-align: right;
}

.rtl-portfolio {
  direction: rtl;
  text-align: right;
}

.rtl-contact {
  direction: rtl;
  text-align: right;
}

/* Arabic font support for RTL components */
.rtl-banner body,
.rtl-about body,
.rtl-services body,
.rtl-team body,
.rtl-portfolio body,
.rtl-contact body {
  font-family: "Poppins", "Segoe UI", "Tahoma", "Arial", sans-serif;
}

/* Preserve center alignment */
.rtl-banner .text-center,
.rtl-about .text-center,
.rtl-services .text-center,
.rtl-team .text-center,
.rtl-portfolio .text-center,
.rtl-contact .text-center,
.rtl-banner .section-heading,
.rtl-about .section-heading,
.rtl-services .section-heading,
.rtl-team .section-heading,
.rtl-portfolio .section-heading,
.rtl-contact .section-heading,
.rtl-team .team-member .member-info,
.rtl-portfolio .portfolio-item .down-content,
.rtl-portfolio .our-portfolio .section-heading,
.rtl-services .services .naccs .menu div .thumb,
.rtl-services .service-tab-content,
.rtl-banner .main-banner .custom-hero-text,
.rtl-banner .main-banner .custom-title-group,
.rtl-banner .main-banner .icon-animate-row,
.rtl-about .skills-content,
.rtl-contact .contact-us .section-heading,
.rtl-contact .contact-us .section-heading p,
.rtl-contact .contact-us .section-heading h6,
.rtl-contact .contact-us .section-heading h4,
.rtl-contact .contact-us .section-heading .line-dec {
  text-align: center;
}

/* Force center alignment for contact section */
.rtl-contact .contact-us .col-lg-6.offset-lg-3 {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
}

.rtl-contact .contact-us .section-heading * {
  text-align: center !important;
}

/* Override any RTL text alignment for contact section */
.rtl-contact .contact-us {
  text-align: center;
}

.rtl-contact .contact-us .section-heading,
.rtl-contact .contact-us .section-heading h6,
.rtl-contact .contact-us .section-heading h4,
.rtl-contact .contact-us .section-heading p {
  text-align: center !important;
}

/* Additional contact section centering */
.rtl-contact #contact .section-heading,
.rtl-contact .contact-us .row,
.rtl-contact .contact-us .container {
  text-align: center;
}

/* Force all text in contact section to be centered */
.rtl-contact .contact-us * {
  text-align: center;
}

/* Center the contact section container itself */
.rtl-contact .contact-us .col-lg-6.offset-lg-3 {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
}

/* Additional centering for the contact section container */
.rtl-contact .contact-us .container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.rtl-contact .contact-us .row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.rtl-contact .contact-us .col-lg-6.offset-lg-3 {
  flex: 0 0 auto !important;
  max-width: 50% !important;
  width: 50% !important;
}

/* Specific centering for the heading row */
.rtl-contact .contact-us .row:first-child {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.rtl-contact .contact-us .row:first-child .col-lg-6.offset-lg-3 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
  flex: 0 0 auto !important;
  max-width: 50% !important;
  width: 50% !important;
}

/* Ensure the heading content is centered */
.rtl-contact .contact-us .section-heading {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 600px !important;
}

.rtl-contact .contact-us .section-heading h6,
.rtl-contact .contact-us .section-heading h4,
.rtl-contact .contact-us .section-heading p {
  text-align: center !important;
}

.rtl-contact .contact-us .section-heading .line-dec {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Force center alignment for all contact section text */
.rtl-contact .contact-us {
  text-align: center !important;
}

.rtl-contact .contact-us .container {
  text-align: center !important;
}

.rtl-contact .contact-us .row {
  text-align: center !important;
  justify-content: center !important;
}

.rtl-contact .contact-us .col-lg-6.offset-lg-3 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
}

/* Override any RTL text alignment for contact section */
.rtl-contact .contact-us * {
  text-align: center !important;
}

/* Keep phone and email info left-aligned even in RTL */
.rtl-contact .contact-us .info-post .icon a {
  text-align: left !important;
  direction: ltr !important;
  display: inline-block !important;
  text-align: left !important;
}

.rtl-contact .contact-us .info-post .icon {
  justify-content: flex-start !important;
  text-align: left !important;
  direction: ltr !important;
}

.rtl-contact .contact-us .info-post {
  text-align: left !important;
  direction: ltr !important;
}

/* Override any RTL styling for contact info */
.rtl-contact .contact-us .info-post * {
  text-align: left !important;
  direction: ltr !important;
}

/* Force phone number and email to display in correct order */
.rtl-contact .contact-us .info-post .icon a {
  unicode-bidi: plaintext !important;
  direction: ltr !important;
  text-align: left !important;
  display: inline-block !important;
}

/* Ensure the entire contact info section is LTR */
.rtl-contact .contact-us .fill-form .row .col-lg-6:first-child {
  direction: ltr !important;
  text-align: left !important;
}

.rtl-contact .contact-us .fill-form .row .col-lg-6:first-child * {
  direction: ltr !important;
  text-align: left !important;
}

/* Keep form inputs right-aligned for RTL reading */
.rtl-contact .contact-us input,
.rtl-contact .contact-us textarea,
.rtl-contact .contact-us select {
  text-align: right !important;
}

/* But allow form inputs to be right-aligned */
.rtl-contact .contact-us input,
.rtl-contact .contact-us textarea,
.rtl-contact .contact-us select {
  text-align: right;
}

/* Center the send button in RTL mode */
.rtl-contact .contact-us button[type="submit"] {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  float: none !important;
  direction: ltr !important;
  unicode-bidi: plaintext !important;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* Center the button text content */
.rtl-contact .contact-us button[type="submit"] * {
  text-align: center !important;
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}

/* Ensure button text displays correctly */
.rtl-contact .contact-us button[type="submit"] i {
  margin-right: 8px !important;
  margin-left: 0 !important;
}

/* Force center alignment for the entire button container */
.rtl-contact .contact-us .col-lg-12:last-child fieldset {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

/* Override any RTL inheritance for button containers */
.rtl-contact .contact-us .col-lg-12:last-child,
.rtl-contact .contact-us .col-lg-12:last-child * {
  text-align: center !important;
  direction: ltr !important;
}

.rtl-contact .contact-us fieldset:last-child {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.rtl-contact .contact-us .col-lg-12:last-child {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Center contact heading and description for both languages */
.contact-us .section-heading {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 600px !important;
}

.contact-us .section-heading h6,
.contact-us .section-heading h4,
.contact-us .section-heading p {
  text-align: center !important;
}

.contact-us .section-heading .line-dec {
  margin-left: auto !important;
  margin-right: auto !important;
}

.contact-us .col-lg-6.offset-lg-3 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
}

/* Ensure the heading row is centered */
.contact-us .row:first-child {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.contact-us .row:first-child .col-lg-6.offset-lg-3 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  display: block !important;
  flex: 0 0 auto !important;
  max-width: 50% !important;
  width: 50% !important;
}



.rtl-banner .main-banner .features-list li i {
  margin-right: 0;
  margin-left: 10px;
}

.rtl-banner .main-banner .cta-buttons {
  flex-direction: row-reverse;
}

.rtl-banner .main-banner .learn-more-button i {
  margin-right: 0;
  margin-left: 8px;
}

.rtl-banner .main-banner .custom-hero-text {
  text-align: right;
}

.rtl-banner .main-banner .custom-title-group {
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-align: right;
}

.rtl-banner .main-banner .icon-animate-row {
  flex-direction: row-reverse;
}

.rtl-banner .main-banner .custom-subtitle {
  text-align: right;
}

.rtl-about .about-right-content {
  text-align: right;
}

.rtl-about .about-right-content .section-heading {
  text-align: right;
}

/* Keep main banner centered */
.rtl-banner .main-banner .custom-hero-text {
  text-align: right;
}

.rtl-about .about-right-content .section-heading .line-dec {
  margin-left: 0;
  margin-right: auto;
}

.rtl-services .services-list .service-item {
  text-align: right;
}

.rtl-services .services-list .service-item i {
  margin-right: 0;
  margin-left: 10px;
}

/* Keep service content centered */
.rtl-services .service-tab-content {
  text-align: center;
}

.rtl-services .service-tab-content .ticks-list {
  text-align: center;
}

.rtl-services .services .naccs .menu div .thumb {
  text-align: center;
}

.rtl-services .service-tab-content .ticks-list span i {
  margin-right: 0;
  margin-left: 8px;
}

.rtl-team .team-member .member-info {
  text-align: center;
}

.rtl-portfolio .portfolio-item .down-content {
  text-align: center;
}

.rtl-portfolio .our-portfolio .section-heading {
  text-align: center;
}

.rtl-portfolio .our-portfolio .section-heading .line-dec {
  margin-left: auto;
  margin-right: auto;
}

.rtl-portfolio .portfolio-social-buttons {
  flex-direction: row-reverse;
}



.rtl-contact .contact-us form#contact input,
.rtl-contact .contact-us form#contact textarea,
.rtl-contact .contact-us form#contact select {
  text-align: right;
}

.rtl-contact .mobile-input-group {
  flex-direction: row-reverse;
}

.rtl-contact .mobile-input-group select {
  margin-left: 0;
  margin-right: 8px;
}

.rtl-contact .info-post .icon img {
  margin-right: 0;
  margin-left: 15px;
}

/* Mobile RTL adjustments */
@media (max-width: 767px) {
  
  .rtl-banner .main-banner .custom-hero-text {
    text-align: center;
  }
  
  .rtl-about .about-right-content {
    text-align: center;
  }
  
  .rtl-services .services .naccs .menu {
    flex-direction: row;
  }
  
  .rtl-services .service-tab-content {
    text-align: center;
  }
  

}

/* Section Divider Fixes */
.section-divider {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.section-divider svg {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
}

/* Services Mobile Responsive Fixes */
@media (max-width: 767px) {
  .section-divider {
    height: 50px;
  }
  
  .section-divider svg {
    height: 50px;
  }
  
  .services {
    padding-top: 80px;
  }
  
  .services .section-heading {
    margin-bottom: 40px;
  }
  
  .services .section-heading h4 {
    font-size: 28px;
  }
  
  /* Mobile Menu Tabs */
  .services .naccs .menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 20px;
    justify-content: center;
  }
  
  .services .naccs .menu > div {
    width: calc(50% - 6px);
    max-width: none;
    min-width: auto;
    height: auto;
    min-height: 60px;
    padding: 16px 12px;
    font-size: 16px;
    border-radius: 8px;
  }
  
  /* Center the last single item */
  .services .naccs .menu > div:last-child:nth-child(odd) {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  
  .services .naccs .menu > div .icon i {
    font-size: 24px;
    margin-bottom: 4px;
  }
  
  /* Mobile Service Content */
  .service-tab-card {
    flex-direction: column;
    margin: 20px auto;
    border-radius: 12px;
  }
  
  .service-tab-image {
    display: none !important;
  }
  
  .service-tab-image img {
    display: none !important;
  }
  
  .service-tab-content {
    padding: 24px 20px;
  }
  
  .service-tab-content h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  
  .service-tab-content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  
  .ticks-list {
    margin: 16px 0;
  }
  
  .ticks-list span {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  
  .ticks-list span i {
    margin-top: 2px;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .section-divider {
    height: 40px;
  }
  
  .section-divider svg {
    height: 40px;
  }
  
  .services .section-heading h4 {
    font-size: 24px;
  }
  
  .services .naccs .menu {
    padding: 0 15px;
    gap: 10px;
  }
  
  .services .naccs .menu > div {
    width: calc(50% - 5px);
    padding: 14px 10px;
    font-size: 14px;
  }
  
  .services .naccs .menu > div .icon i {
    font-size: 20px;
  }
  
  /* Center the last single item */
  .services .naccs .menu > div:last-child:nth-child(odd) {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  
  .service-tab-content {
    padding: 20px 16px;
  }
  
  .service-tab-content h4 {
    font-size: 18px;
  }
  
  .service-tab-content p {
    font-size: 14px;
  }
  
  .ticks-list span {
    font-size: 13px;
  }
}

.footer-link-white {
  color: #fff !important;
  text-decoration: underline;
  transition: color 0.2s;
}
.footer-link-white:hover, .footer-link-white:focus {
  color: #fff !important;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-section .footer-logo img {
    max-width: 320px;
    width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .footer-section .footer-logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
  }
}

/* Modern Footer Desktop Styles */
@media (min-width: 992px) {
  .modern-footer .footer-top {
    padding: 60px 0 40px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 40px 40px 0 0;
    position: relative;
    overflow: hidden;
  }
  
  .modern-footer .footer-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
  }
  
  .modern-footer .footer-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 2;
  }
  
  .modern-footer .footer-col {
    position: relative;
  }
  
  .modern-footer .footer-col-left {
    text-align: center;
  }
  
  .modern-footer .footer-logo img {
    max-width: 200px;
    width: 200px;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
    filter: brightness(1.1);
    transition: all 0.3s ease;
  }
  
  .modern-footer .footer-logo img:hover {
    transform: scale(1.05);
  }
  
  .modern-footer .footer-quote {
    color: #e0e0e0;
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 20px 0 30px 0;
    opacity: 0.9;
    font-style: italic;
  }
  
  .modern-footer .footer-social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
  }
  
  .modern-footer .footer-social-links a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .modern-footer .footer-social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }
  
  .modern-footer .footer-social-links a.facebook:hover {
    background: #1877f3;
    border-color: #1877f3;
  }
  
  .modern-footer .footer-social-links a.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #dc2743;
  }
  
  .modern-footer .footer-social-links a.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
  }
  
  .modern-footer .footer-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
  }
  
  .modern-footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ffa700, #ff8c00);
    border-radius: 2px;
  }
  
  .modern-footer .footer-title.left-list::after {
    left: 0;
  }
  
  .modern-footer .footer-links-list li {
    margin-bottom: 15px;
  }
  
  .modern-footer .footer-links-list a {
    color: #e0e0e0;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
  }
  
  .modern-footer .footer-links-list a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #ffa700;
  }
  
  .modern-footer .footer-links-list a:hover {
    color: #ffa700;
    transform: translateX(5px);
  }
  
  .modern-footer .footer-links-list a:hover::before {
    opacity: 1;
    left: -15px;
  }
  
  .modern-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .modern-footer .footer-contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #e0e0e0;
    font-size: 1.05rem;
  }
  
  .modern-footer .footer-contact-list i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 167, 0, 0.1);
    color: #ffa700;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
  }
  
  .modern-footer .footer-contact-list li:hover i {
    background: #ffa700;
    color: #fff;
    transform: scale(1.1);
  }
  
  .modern-footer .footer-contact-list a.footer-link-white {
    color: #e0e0e0 !important;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .modern-footer .footer-contact-list a.footer-link-white:hover {
    color: #ffa700 !important;
    text-decoration: underline;
  }
  
  .modern-footer .footer-contact-list span {
    color: #e0e0e0;
    flex: 1;
  }
  
  .modern-footer .footer-bottom {
    background: linear-gradient(135deg, #151515 0%, #1a1a1a 100%);
    padding: 20px 0 15px 0;
    border-radius: 0 0 40px 40px;
    margin-top: 0;
    position: relative;
  }
  
  .modern-footer .footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 167, 0, 0.3), transparent);
  }
  
  .modern-footer .footer-bottom-row {
    text-align: center;
  }
  
  .modern-footer .copyright {
    color: #b0b0b0;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin: 0;
  }
  
  .modern-footer .footer-brand {
    color: #ffa700;
    font-weight: 700;
  }
  
  .modern-footer .footer-divider {
    color: #666;
    margin: 0 10px;
  }
}

/* Mobile/Tablet: Stack columns, keep spacing tight */
@media (max-width: 991px) {
  .modern-footer .footer-top {
    padding: 40px 0 30px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 30px 30px 0 0;
  }
  
  .modern-footer .footer-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .modern-footer .footer-col {
    text-align: center;
  }
  
  .modern-footer .footer-logo img {
    max-width: 160px;
    width: 160px;
    height: auto;
    margin: 0 auto 15px auto;
    display: block;
  }
  
  .modern-footer .footer-quote {
    font-size: 1rem;
    margin: 15px 0 20px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .modern-footer .footer-social-links {
    gap: 15px;
    margin-top: 20px;
  }
  
  .modern-footer .footer-social-links a {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  
  .modern-footer .footer-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .modern-footer .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .modern-footer .footer-links-list {
    text-align: center;
  }
  
  .modern-footer .footer-links-list a::before {
    display: none;
  }
  
  .modern-footer .footer-links-list a:hover {
    transform: none;
  }
  
  .modern-footer .footer-contact-list {
    text-align: center;
  }
  
  .modern-footer .footer-contact-list li {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
  .modern-footer .footer-contact-list i {
    margin: 0 0 8px 0;
  }
  
  .modern-footer .footer-bottom {
    border-radius: 0 0 30px 30px;
    padding: 15px 0 10px 0;
  }
  
  .modern-footer .copyright {
    font-size: 0.9rem;
  }
}

.modern-footer .footer-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.modern-footer .footer-logo img {
  max-width: 220px;
  width: 220px;
  height: auto;
  margin: 0 auto 10px auto;
  display: block;
}
.modern-footer .footer-quote {
  color: #fff;
  font-size: 1.08rem;
  text-align: center;
  margin: 18px 0 0 0;
  line-height: 1.6;
  opacity: 0.92;
  max-width: 320px;
}
.modern-footer .footer-social-links {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
.modern-footer .footer-social-links a {
  color: #fff;
  font-size: 2rem;
  transition: color 0.2s;
}
.modern-footer .footer-social-links a.facebook:hover {
  color: #1877f3;
}
.modern-footer .footer-social-links a.instagram:hover {
  color: #e4405f;
}
.modern-footer .footer-social-links a.whatsapp:hover {
  color: #25d366;
}
.modern-footer .footer-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}
.modern-footer .left-list {
  text-align: left;
}
.modern-footer .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modern-footer .footer-links-list li {
  margin-bottom: 12px;
}
.modern-footer .footer-links-list a {
  color: #fff;
  font-size: 1.08rem;
  text-decoration: none;
  transition: color 0.2s;
}
.modern-footer .footer-links-list a:hover {
  color: #ffa700;
  text-decoration: underline;
}
.modern-footer .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modern-footer .footer-contact-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  color: #fff;
  font-size: 1.08rem;
}
.modern-footer .footer-contact-list i {
  display: block;
  margin: 0 0 8px 0;
  font-size: 1.3rem;
  min-width: 22px;
  text-align: left;
}
.modern-footer .footer-contact-list a.footer-link-white {
  color: #fff !important;
  text-decoration: underline;
  transition: color 0.2s;
}
.modern-footer .footer-contact-list a.footer-link-white:hover {
  color: #ffa700 !important;
}
.modern-footer .footer-contact-list span {
  color: #fff;
  text-align: left;
  display: block;
}
.modern-footer .footer-bottom {
  background: #151515;
  padding: 18px 0 8px 0;
  border-radius: 0 0 32px 32px;
  margin-top: 0;
}
.modern-footer .copyright {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (max-width: 991px) {
  .modern-footer .footer-logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
  }
  .modern-footer .footer-quote {
    font-size: 1rem;
    max-width: 100%;
  }
  .modern-footer .footer-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
    text-align: center;
  }
  .modern-footer .left-list {
    text-align: center;
  }
  .modern-footer .footer-contact-list li {
    align-items: center;
    text-align: center;
  }
  .modern-footer .footer-contact-list i {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .clean-footer .footer-top {
    background: #181818;
    padding: 56px 0 24px 0;
    border-radius: 32px 32px 0 0;
  }
  .clean-footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .clean-footer .footer-col {
    flex: 1 1 0;
    min-width: 0;
  }
  .clean-footer .footer-col-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 340px;
    margin-right: 32px;
  }
  .clean-footer .footer-logo img {
    max-width: 220px;
    width: 220px;
    height: auto;
    margin-bottom: 18px;
    display: block;
  }
  .clean-footer .footer-quote {
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 28px;
    margin-top: 0;
    max-width: 320px;
  }
  .clean-footer .footer-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
  }
  .clean-footer .footer-socials a {
    color: #fff;
    font-size: 2rem;
    transition: color 0.2s;
  }
  .clean-footer .footer-socials a.facebook:hover {
    color: #1877f3;
  }
  .clean-footer .footer-socials a.instagram:hover {
    color: #e4405f;
  }
  .clean-footer .footer-socials a.whatsapp:hover {
    color: #25d366;
  }
  .clean-footer .footer-col-center {
    padding-left: 32px;
    padding-right: 32px;
    min-width: 180px;
  }
  .clean-footer .footer-title {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-align: left;
  }
  .clean-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .clean-footer .footer-links li {
    margin-bottom: 14px;
  }
  .clean-footer .footer-links a {
    color: #fff;
    font-size: 1.08rem;
    text-decoration: none;
    transition: color 0.2s;
  }
  .clean-footer .footer-links a:hover {
    color: #ffa700;
    text-decoration: underline;
  }
  .clean-footer .footer-col-right {
    min-width: 220px;
    padding-left: 32px;
  }
  .clean-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .clean-footer .footer-contact li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #fff;
    font-size: 1.08rem;
  }
  .clean-footer .footer-contact i {
    font-size: 1.25rem;
    margin-right: 14px;
    min-width: 24px;
    color: #ffa700;
  }
  .clean-footer .footer-contact a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
  }
  .clean-footer .footer-contact a:hover {
    color: #ffa700;
  }
  .clean-footer .footer-contact span {
    color: #fff;
    display: inline-block;
  }
  .clean-footer .footer-bottom {
    background: #151515;
    padding: 18px 0 8px 0;
    border-radius: 0 0 32px 32px;
    margin-top: 0;
  }
  .clean-footer .footer-bottom-row {
    text-align: center;
  }
  .clean-footer .copyright {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .fill-form {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 767px) {
  .fill-form,
  .fill-form .info-post,
  .fill-form .icon,
  .fill-form input,
  .fill-form textarea,
  .fill-form select {
    text-align: center !important;
  }
  .fill-form .mobile-input-group {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .fill-form .info-post,
  .fill-form fieldset,
  .fill-form textarea,
  .fill-form input,
  .fill-form select {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fill-form .mobile-input-group {
    width: 100% !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
}

@media (max-width: 767px) {
  .contact-us .container,
  .contact-us .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

