@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=Noto+Kufi+Arabic:wght@500;600;700;800&display=swap');
/*
Author: webthemez.com
Author URL: http://webthemez.com
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #143C6E;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

.btn {
  border-width: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background: #143C6E;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #1d5498;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #143C6E;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.navbar-toggle{
border-radius: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #45B1DA;
}
.navbar-nav>li>a {
text-transform: uppercase;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
background: #FFFFFF;
}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
background: rgb(20, 60, 110);
color: #FFFFFF;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 9px 15px 9px;
}
@media only screen and (min-width: 768px) {
  #main-nav.navbar-default {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-default .navbar-nav>li>a {
	color: #143C6E;
	}
  #main-nav.navbar-default .navbar-nav > li.active > a,
  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: rgb(20, 60, 110); 
	
    color: #FFF;
  }
  #main-nav.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-nav.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-nav.navbar-default .dropdown-menu > li > a { 
    padding: 15px 0;
    color:#A8A8A8; 
  }
  #main-nav.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-nav.navbar-default .dropdown-menu > li.active,
  #main-nav.navbar-default .dropdown-menu > li.open,
  #main-nav.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-nav.navbar-default .dropdown-menu > li.active > a,
  #main-nav.navbar-default .dropdown-menu > li.open > a,
  #main-nav.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#hero-banner{
  overflow: hidden;
  height:650px;
  background: url('../images/banner/bg1.jpg');
  background-size:cover;
  color:#fff;
}
#hero-banner.item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#hero-banner.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
}
#hero-banner h2 {
  margin-top: 180px;
  font-size: 39px;
  line-height: 49px;  
}
#hero-banner.banner-inner h2 > span {
  color: #45aed6;
}
#hero-banner.banner-inner .btn {
  margin-top: 10px;
} 
 
#hero-text {
  padding: 50px 0;
  border-top: 1px solid #FFFFFF;
}
#hero-text h2 {
  margin-top: 0;
}
#hero-text .btn {
  margin-top: 40px;
}
#cta2 {
  background: #45b1da;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#services h2, #portfolio p{ color: #fff;}
#services {
  padding: 100px 0;
  background: #143C6E;
  color: #fff;
}

#services .media.service-box:first-child {
  margin-top: 80px;
}
#services .media.service-box.sec{
  margin-top: 70px;
}
.media.service-box {
  margin: 25px 0 36px;
}
.media.service-box .pull-left {
  margin-right: 20px;
  padding: 5px 0px;
}
.media.service-box .pull-left > i {
  font-size: 62px;
  height: 94px;
  line-height: 64px;
  text-align: center;
  width: 106px; 
  color: #FFFFFF;
  /* background:#fff; */
  /* box-shadow: inset 0 0 0 1px #d7d7d7; */
  /* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.services .media.service-box .pull-left > i{
color:#CC5632;
}
.media.service-box:hover .pull-left > i {  
}
#portfolio {
  padding: 100px 0;
  background: #000000;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  margin:0px 2px;
  color: #143C6E;
  position: relative;
  border: 1px solid #143C6E;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #143C6E;
  color: #fff; 
} 
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 18px 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height:100%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview { 
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  display:block;
  -webkit-box-shadow: 0 0 0 1px #fff;
  text-align: center;
margin: 15px auto;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
line-height: 1.42857143;
border: 1px solid #ddd;
border-radius: 0px;
padding:0px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin-bottom: 15px;
}
#testimonial {
  background: #000000;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
margin: 0 8px;
}
#about {
  padding: 100px 0;
}
/*Team*/ 
#our-team {
  padding: 100px 0;
}
#our-team .team-member {
  padding: 13px; 
  border: 1px solid #eeeeee; 
}
#our-team .team-member .team-img {
  margin: 0;
}
#our-team .team-member .team-info {
  padding-bottom: 10px; 
} 
#our-team .team-member:hover .social-icons > li > a {
  background: rgb(20, 60, 110);
  color: #FFFFFF;
  border: 1px solid #143C6E;
}
 
#our-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;  
  -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}
#our-team .social-icons > li {
  display: inline-block;
}
#our-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #143C6E;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #143C6E;
}
/*Testimonial Area*/

.testimonial-area{
	padding-bottom:60px;
}
.single-testimonial{
	margin-bottom:30px;
}
.single-testimonial blockquote{
	padding:15px 20px;
	margin-bottom:35px;
	position:relative;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	font-size: 14px;
	background: #FFF;
	color: #585858;
	line-height: 22px;
	border-radius:30px 0px;
}
.single-testimonial:hover blockquote{
	border-radius:0px 30px;
}
.single-testimonial blockquote:after{
	position:absolute;
	bottom:-19px;
	left:45px;
	content:"";
	border-top:19px solid #fff;
	border-right:22px solid transparent;
}
.single-testimonial img{
	border-radius:50%;
}
.single-testimonial h5{
	padding: 8px 0 0px;
	font-size: 16px;
}
 
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#business-stats {
  padding: 100px 0 70px;
  background: #143C6E;
  background-size: cover;
  color: #fff;
}
#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
  color: #fff;
}
#business-stats strong {
  display: block;
  margin-bottom: 30px;
}
.business-stats {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #D0D0D0; 
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  /* background: #D0D0D0; */ 
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: 15px;
  top: -10px;
  display: inline-block;
  width: 100%;
  height: 116px; 
  color: #000;  
  background: #E4E4E4;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #ECECEC; 
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background: #143C6E;
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#contact-us {
  padding: 100px 0 10px;
}
#contact-us h1,
#contact-us h2 {
}
/*Contact*/
 .contact-info{
 padding:60px 0;
 }
.contact-info address {
margin-bottom: 20px;
font-style: normal;
line-height: 27px;
font-size: 15px;
}
.contact-info .form-control { 
padding: 6px 12px;
border-radius: 0;
}
 .business-stats:before {
content: '';
margin: 17px;
display: block;
border: 1px solid #E87B59;
height: 100px;
border-radius: 50%;
position: absolute;
width: 100px;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #143C6E;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #FFA98E;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
 display: inline-block; 

 border: 1px solid rgba(255, 255, 255, 0.09);
padding: 3px 0;
width: 31px;
text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 480px) {
#portfolio .portfolio-filter {
list-style: none;
padding: 0;
margin: 0 0 12px;
}
#portfolio .portfolio-filter > li a {
display: block;
padding: 7px 15px;
margin: 5px 2px;
}
	#portfolio .portfolio-item {
	width: 48.9%;
	padding: 8px;
	}
	#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
width: 28px;
height: 24px;
line-height: 24px; 
margin: 9px auto;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
padding: 7px 0 0;
}
}

.service-link,
.service-link:hover,
.service-link:focus,
.service-link:active,
.service-link:visited {
    color: inherit;
    text-decoration: none;
}
.service-link .service-box {
    position: relative;
    transition: 
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.service-link:hover .service-box {
    transform: translateY(-6px);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.10),
        0 4px 10px rgba(0, 0, 0, 0.04);
}

.media-body{
  padding:5px 11px 5px 0px;
}

p {
  font-size: 15px;
}

h4, .h4 {
  font-size: 19px;
}


.contact-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.contact-section-mini {
    padding: 20px 0;
    background-color: #f8f9fa;
}

/* Contact Card */
.contact-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    border-top: 4px solid rgb(20, 60, 110);
    box-shadow: 0 20px 40px rgba(20,60,110,0.08);
    height: 100%;
}

.contact-card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-intro {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #555;
}

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

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-list i {
    color: rgb(20, 60, 110);
    margin-left: 10px;
    font-size: 16px;
}

/* Form */
.contact-form-wrapper {
    background: #ffffff;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.contact-form-wrapper h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.form-intro {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.contact-form-wrapper .form-control {
    border-radius: 4px;
    padding: 12px;
}

.contact-form-wrapper .btn-primary {
    background-color: rgb(20, 60, 110);
    border: none;
    padding: 12px 35px;
    font-weight: 600;
}

/* =========================
   Design Refresh (Arabic)
========================= */
:root {
  --brand-900: #0f2f57;
  --brand-800: #143c6e;
  --brand-700: #1b4f8f;
  --accent-600: #c68445;
  --accent-500: #df9a54;
  --ink-900: #1d2430;
  --ink-700: #4f5b6f;
  --paper-100: #f5f8fc;
  --paper-000: #ffffff;
  --ring: rgba(20, 60, 110, 0.18);
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 8px 24px rgba(20, 60, 110, 0.08);
  --shadow-md: 0 18px 46px rgba(10, 34, 67, 0.14);
}

html {
  scroll-behavior: auto;
}

body {
  font-family: 'Cairo', sans-serif;
  background:
    radial-gradient(circle at 85% 15%, rgba(198, 132, 69, 0.09), transparent 42%),
    radial-gradient(circle at 10% 20%, rgba(20, 60, 110, 0.08), transparent 40%),
    var(--paper-000);
  color: var(--ink-900);
  line-height: 1.95;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  letter-spacing: 0;
}

p {
  color: var(--ink-700);
}

.section-header {
  margin-bottom: 56px;
}

.section-header .section-title {
  color: var(--brand-900);
  font-size: 42px;
  text-transform: none;
  font-weight: 700;
}

.section-header .section-title:before {
  height: 5px;
  width: 120px;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--brand-700), var(--accent-500));
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn.btn-primary {
  background: linear-gradient(125deg, var(--brand-900), var(--brand-700));
  box-shadow: 0 10px 24px rgba(20, 60, 110, 0.25);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: linear-gradient(125deg, var(--brand-800), #2564b1);
  transform: translateY(-2px);
  box-shadow: 0 16px 26px rgba(20, 60, 110, 0.28);
}

#main-nav.navbar-default {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(20, 60, 110, 0.08);
}

.navbar-default .navbar-nav > li > a {
  color: var(--brand-900);
  font-weight: 700;
  font-size: 15px;
  text-transform: none;
}

#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a,
#main-nav.navbar-default .navbar-nav > li:hover > a {
  background: transparent;
  color: var(--brand-700);
}

#main-nav.navbar-default .navbar-nav > li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  margin-top: 6px;
  background: linear-gradient(90deg, var(--brand-700), var(--accent-500));
  transition: width 0.25s ease;
}

#main-nav.navbar-default .navbar-nav > li:hover > a:after,
#main-nav.navbar-default .navbar-nav > li.active > a:after {
  width: 100%;
}

#hero-banner {
  min-height: 680px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(8, 27, 50, 0.76), rgba(20, 60, 110, 0.57)),
    url('../images/banner/bg1.jpg') center center/cover no-repeat;
}

#hero-banner .banner-inner {
  width: 100%;
  color: #fff;
  padding: 90px 0 70px;
}

#hero-banner h1,
#hero-banner h2 {
  margin-top: 50px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

#hero-banner p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 2;
}

#hero-text {
  padding: 72px 0;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border-top: 0;
}

#hero-text .col-sm-9 {
  border-right: 4px solid rgba(20, 60, 110, 0.15);
  padding-right: 24px;
}

#hero-text h2 {
  color: var(--brand-900);
  font-weight: 700;
  margin-bottom: 14px;
}

#services {
  padding: 110px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.13), transparent 35%),
    radial-gradient(circle at 90% 85%, rgba(198, 132, 69, 0.2), transparent 32%),
    linear-gradient(145deg, #102f54 0%, #194a83 100%);
}

#services .section-title,
#services p {
  color: #fff;
}

.service-link .service-box {
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 22px 18px 18px;
  min-height: 214px;
}

.service-link .media-heading,
.service-link .media-body p {
  color: #fff;
}

.media.service-box .pull-left > i {
  width: 78px;
  height: 78px;
  line-height: 78px;
  font-size: 34px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.08));
}

.service-link:hover .service-box {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(5, 16, 33, 0.28);
}

#about,
#our-team,
.testimonial-area,
#contact-us {
  padding: 110px 0;
}

#our-team .team-member {
  border: 1px solid #e8eef6;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  background: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
}

#our-team .team-member:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
}

#our-team .team-member .team-img img {
  border-radius: 10px;
}

#testimonial {
  background:
    radial-gradient(circle at 10% 10%, rgba(223, 154, 84, 0.18), transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.06), transparent 35%),
    #0f2848;
}

#testimonial .section-title,
#testimonial .section-header p {
  color: #fff;
}

.single-testimonial blockquote {
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  font-size: 15px;
  line-height: 1.9;
}

.single-testimonial:hover blockquote {
  border-radius: 18px;
  transform: translateY(-4px);
}

.contact-section,
.contact-section-mini {
  background: linear-gradient(180deg, #f8fbff, #f2f7fd);
}

.contact-card,
.contact-form-wrapper {
  border-radius: var(--radius-lg);
  border: 1px solid #e8eef6;
  box-shadow: var(--shadow-sm);
}

.contact-card {
  border-top: 5px solid var(--brand-800);
}

.contact-list li {
  margin-bottom: 18px;
}

.contact-list a {
  color: var(--ink-700);
}

.contact-list a:hover {
  color: var(--brand-700);
}

.contact-form-wrapper .form-control {
  border-radius: 12px;
  border: 1px solid #d6e1f0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-wrapper .form-control:focus {
  border-color: var(--brand-700);
  box-shadow: 0 0 0 4px var(--ring);
}

#footer {
  background:
    linear-gradient(135deg, #112f55, #1a4f8f);
  padding-top: 34px;
  padding-bottom: 34px;
}

#footer ul > li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 36px;
  border-radius: 999px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

#footer ul > li:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.form-control,
.btn,
.team-member,
.service-box,
.single-testimonial blockquote {
  will-change: transform;
}

@media only screen and (max-width: 991px) {
  #main-nav.navbar-default .navbar-nav > li > a:after {
    display: none;
  }

  #hero-banner {
    min-height: 560px;
  }

  #hero-banner h1,
  #hero-banner h2 {
    margin-top: 34px;
    font-size: clamp(30px, 8vw, 42px);
  }

  #hero-text .col-sm-9 {
    border-right: 0;
    padding-right: 15px;
  }

  #services .media.service-box:first-child,
  #services .media.service-box.sec {
    margin-top: 24px;
  }

  .contact-card,
  .contact-form-wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 84px;
  }

  .section-header .section-title {
    font-size: 34px;
  }

  #hero-banner .banner-inner {
    padding: 56px 0 40px;
  }

  #hero-banner p {
    font-size: 16px;
  }

  #about,
  #our-team,
  .testimonial-area,
  #contact-us,
  #services {
    padding: 78px 0;
  }

  .btn {
    padding: 11px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* =========================
   Luxury Legal Theme
========================= */
:root {
  --brand-900: #0c1f37;
  --brand-850: #112b4a;
  --brand-800: #173a63;
  --brand-700: #1e4a7d;
  --accent-700: #8f6a2f;
  --accent-600: #b18742;
  --accent-500: #d2a763;
  --ivory-100: #fbf8f2;
  --ivory-200: #f3eee3;
  --ink-900: #182233;
  --ink-700: #4a5668;
  --line-soft: #e8e2d7;
  --line-dark: rgba(255, 255, 255, 0.16);
  --shadow-sm: 0 12px 28px rgba(10, 20, 35, 0.1);
  --shadow-md: 0 24px 52px rgba(8, 18, 33, 0.18);
}

body {
  background:
    radial-gradient(circle at 92% 8%, rgba(210, 167, 99, 0.12), transparent 36%),
    radial-gradient(circle at 10% 20%, rgba(12, 31, 55, 0.09), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, var(--ivory-100) 100%);
  color: var(--ink-900);
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.15px;
}

.section-header .section-title {
  color: var(--brand-900);
  font-weight: 800;
}

.section-header .section-title:before {
  background: linear-gradient(90deg, var(--accent-700), var(--accent-500));
  box-shadow: 0 6px 14px rgba(143, 106, 47, 0.35);
}

.navbar.navbar-default {
  border-bottom: 1px solid rgba(23, 58, 99, 0.1);
}

#main-nav.navbar-default {
  background: rgba(255, 255, 255, 0.96);
}

.navbar-default .navbar-nav > li > a {
  color: var(--brand-900);
  font-weight: 700;
}

#main-nav.navbar-default .navbar-nav > li > a:after {
  background: linear-gradient(90deg, var(--accent-700), var(--accent-500));
  height: 2.5px;
}

#main-nav.navbar-default .navbar-nav > li.language-switch > a {
  border: 1px solid rgba(177, 135, 66, 0.55);
  color: var(--brand-900) !important;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 10px;
  margin-top: 27px;
  margin-inline: 6px;
  padding: 9px 14px !important;
  line-height: 1.1;
  box-shadow: 0 6px 14px rgba(12, 31, 55, 0.08);
}

#main-nav.navbar-default .navbar-nav > li.language-switch > a:after {
  display: none;
}

#main-nav.navbar-default .navbar-nav > li.language-switch > a:hover,
#main-nav.navbar-default .navbar-nav > li.language-switch > a:focus {
  background: linear-gradient(120deg, var(--accent-700), var(--accent-500));
  color: #ffffff !important;
  border-color: transparent;
}

#hero-banner {
  background:
    linear-gradient(115deg, rgba(7, 21, 38, 0.86), rgba(17, 43, 74, 0.72)),
    url('../images/banner/bg1.jpg') center center/cover no-repeat;
  min-height: 720px;
}

#hero-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(210, 167, 99, 0.18), transparent 30%),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 10px
    );
  pointer-events: none;
}

#hero-banner .banner-inner {
  position: relative;
  z-index: 1;
}

#hero-banner h1,
#hero-banner h2 {
  font-size: clamp(36px, 4.1vw, 58px);
  color: #ffffff;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

#hero-banner p {
  color: rgba(255, 255, 255, 0.93);
  font-size: 18px;
}

.btn.btn-primary {
  background: linear-gradient(125deg, #9c7535, #d3aa68);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 26px rgba(18, 36, 60, 0.34);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: linear-gradient(125deg, #8a6428, #c99f5d);
  color: #fff;
  box-shadow: 0 18px 30px rgba(14, 30, 52, 0.36);
}

#hero-text {
  background:
    linear-gradient(180deg, #ffffff, #f8f4eb);
}

#hero-text .col-sm-9 {
  border-right: 4px solid rgba(177, 135, 66, 0.3);
}

#services {
  background:
    radial-gradient(circle at 14% 12%, rgba(210, 167, 99, 0.18), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(145deg, #0c1f37 0%, #173a63 100%);
}

.service-link .service-box {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.06));
  border: 1px solid var(--line-dark);
  box-shadow: 0 14px 30px rgba(3, 12, 22, 0.2);
  border-radius: 16px;
}

.media.service-box .pull-left > i {
  background: linear-gradient(135deg, rgba(210, 167, 99, 0.35), rgba(255, 255, 255, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.22);
}

#about {
  background:
    linear-gradient(180deg, #ffffff, var(--ivory-100));
}

#about .column-title:after {
  border-bottom-color: var(--accent-700);
}

#our-team {
  background: linear-gradient(180deg, #fff, #f8f5ee);
}

#our-team .team-member {
  border: 1px solid var(--line-soft);
  box-shadow: 0 16px 34px rgba(19, 34, 56, 0.09);
}

#our-team .team-info h3 {
  color: var(--brand-900);
}

#our-team .team-member:hover {
  box-shadow: var(--shadow-md);
}

#testimonial {
  background:
    radial-gradient(circle at 10% 10%, rgba(210, 167, 99, 0.2), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.07), transparent 34%),
    linear-gradient(135deg, #0b1e35, #14365f);
}

.single-testimonial blockquote {
  border: 1px solid rgba(177, 135, 66, 0.2);
  background: linear-gradient(180deg, #ffffff, #fefcf8);
}

.single-testimonial h5,
.single-testimonial h6 {
  color: #fff;
}

.contact-section,
.contact-section-mini {
  background: linear-gradient(180deg, #f9f6f0, #f4eee2);
}

.contact-card,
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line-soft);
  box-shadow: 0 20px 42px rgba(18, 34, 55, 0.1);
}

.contact-card {
  border-top: 5px solid var(--accent-700);
}

.contact-list i {
  color: var(--accent-700);
}

.contact-form-wrapper .form-control {
  border-color: #d8cfbe;
  background: #fffefb;
}

.contact-form-wrapper .form-control:focus {
  border-color: var(--accent-700);
  box-shadow: 0 0 0 4px rgba(177, 135, 66, 0.2);
}

#footer {
  background:
    radial-gradient(circle at 85% 12%, rgba(210, 167, 99, 0.15), transparent 35%),
    linear-gradient(135deg, #0a1b30, #13385f);
  border-top: 1px solid rgba(210, 167, 99, 0.22);
}

#footer ul > li {
  border-color: rgba(210, 167, 99, 0.45);
}

#footer ul > li:hover {
  background: rgba(210, 167, 99, 0.2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent-500);
  outline-offset: 2px;
  border-radius: 6px;
}

@media only screen and (max-width: 991px) {
  #main-nav.navbar-default .navbar-nav > li.language-switch > a {
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    color: var(--brand-900) !important;
  }

  #hero-banner {
    min-height: 610px;
  }
}

@media only screen and (max-width: 767px) {
  #hero-banner {
    min-height: 560px;
  }

  #hero-banner h1,
  #hero-banner h2 {
    font-size: clamp(31px, 9vw, 44px);
  }
}

/* Trust strip */
#trust-strip {
  padding: 30px 0 20px;
  background:
    radial-gradient(circle at 12% 20%, rgba(210, 167, 99, 0.08), transparent 35%),
    linear-gradient(180deg, #f8f3e8, #fdfbf6);
  border-top: 1px solid rgba(177, 135, 66, 0.2);
  border-bottom: 1px solid rgba(177, 135, 66, 0.2);
}

.trust-item {
  height: 100%;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 18px 16px 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(18, 34, 55, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trust-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--brand-900);
  background: linear-gradient(130deg, rgba(210, 167, 99, 0.28), rgba(177, 135, 66, 0.18));
  margin-bottom: 12px;
}

.trust-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: var(--brand-900);
}

.trust-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-700);
}

.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(18, 34, 55, 0.12);
}

@media only screen and (max-width: 991px) {
  #trust-strip {
    padding: 24px 0 16px;
  }

  .trust-item {
    margin-bottom: 14px;
  }
}

/* Contact map card */
.contact-map-row {
  margin-top: 28px;
}

.contact-map-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 247, 238, 0.94));
  border: 1px solid var(--line-soft);
  border-radius: 16px;
  box-shadow: 0 22px 45px rgba(18, 34, 55, 0.12);
  overflow: hidden;
}

.contact-map-header {
  padding: 24px 26px 14px;
}

.contact-map-header h3 {
  margin: 0 0 8px;
  color: var(--brand-900);
}

.contact-map-header p {
  margin: 0;
  color: var(--ink-soft);
}

.contact-map-frame {
  border-top: 1px solid rgba(177, 135, 66, 0.24);
  border-bottom: 1px solid rgba(177, 135, 66, 0.24);
  background: #efe7d8;
}

.contact-map-frame iframe {
  width: 100%;
  height: 340px;
  border: 0;
  display: block;
}

.contact-map-footer {
  padding: 12px 26px 18px;
}

.contact-map-footer a {
  color: var(--brand-900);
  font-weight: 600;
}

.contact-map-footer a:hover,
.contact-map-footer a:focus {
  color: var(--accent-700);
}

@media only screen and (max-width: 767px) {
  .contact-map-header {
    padding: 20px 18px 12px;
  }

  .contact-map-frame iframe {
    height: 300px;
  }

  .contact-map-footer {
    padding: 11px 18px 16px;
  }
}

/* =========================
   Language Typography
========================= */
html[lang="ar"] body {
  font-family: 'Cairo', sans-serif;
  line-height: 1.92;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .section-header .section-title,
html[lang="ar"] .navbar-default .navbar-nav > li > a {
  font-family: 'Noto Kufi Arabic', sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

html[lang="ar"] h1,
html[lang="ar"] h2 {
  font-weight: 800;
}

html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
  font-weight: 700;
}

html[lang="en"] body,
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6 {
  font-family: 'Raleway', sans-serif;
}

/* =========================
   Team Card Refinement
========================= */
#our-team .team-member .team-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

#our-team .team-member .team-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  transition: transform 0.45s ease;
}

#our-team .team-member:hover .team-img img {
  transform: scale(1.03);
}

#our-team .team-member .team-info {
  padding: 8px 8px 14px;
}

#our-team .team-member .team-info h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  color: var(--brand-900);
}

#our-team .team-member .team-info > span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  color: var(--accent-700);
}

#our-team .team-member .team-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: var(--ink-700);
}

@media only screen and (max-width: 991px) {
  #our-team .team-member .team-info h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #our-team .team-member .team-img img {
    aspect-ratio: 5 / 6;
  }

  #our-team .team-member .team-info {
    padding: 8px 4px 12px;
  }
}

/* =========================
   Unified CTA Buttons
========================= */
.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 12px 28px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn.btn-lg {
  padding: 13px 34px;
}

.btn.btn-primary {
  background: linear-gradient(125deg, #9a7334, #d6ad6a);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 24px rgba(14, 31, 54, 0.3);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: linear-gradient(125deg, #886226, #c79a54);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(14, 31, 54, 0.34);
}

.btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(14, 31, 54, 0.28);
}

.btn.btn-secondary,
.btn.btn-outline-luxury {
  background: rgba(255, 255, 255, 0.95);
  color: var(--brand-900);
  border-color: rgba(177, 135, 66, 0.62);
  box-shadow: 0 8px 18px rgba(14, 31, 54, 0.12);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-outline-luxury:hover,
.btn.btn-outline-luxury:focus {
  background: linear-gradient(125deg, #f7ecda, #edd9ba);
  color: #2e2110;
  border-color: rgba(143, 106, 47, 0.72);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(14, 31, 54, 0.18);
}

.btn.btn-secondary:active,
.btn.btn-outline-luxury:active {
  transform: translateY(0);
}

a.btn:focus-visible,
button.btn:focus-visible,
input[type="submit"].btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(177, 135, 66, 0.22), 0 14px 26px rgba(14, 31, 54, 0.24);
}

@media only screen and (max-width: 767px) {
  .btn,
  .btn.btn-lg {
    width: 100%;
    padding: 12px 20px;
  }

  .hero-actions .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* =========================
   Mobile Responsive Polish
========================= */
@media only screen and (max-width: 991px) {
  body {
    padding-top: 88px;
  }

  .navbar.navbar-default .navbar-toggle {
    margin-top: 20px;
    min-width: 48px;
    min-height: 44px;
    padding: 11px 10px;
    border: 1px solid rgba(23, 58, 99, 0.24);
  }

  #main-nav.navbar-default .navbar-nav > li > a {
    min-height: 52px;
    padding: 14px 18px !important;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 78px;
  }

  #hero-banner {
    min-height: 470px;
  }

  #hero-banner .banner-inner {
    padding: 40px 0 26px;
  }

  #hero-banner h1,
  #hero-banner h2 {
    margin-top: 12px;
    font-size: clamp(28px, 8.6vw, 40px);
    line-height: 1.35;
  }

  #hero-banner p {
    margin-bottom: 18px;
  }

  #hero-text,
  #services,
  #about,
  #our-team,
  .testimonial-area,
  #contact-us,
  .contact-section,
  .contact-section-mini {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  #trust-strip {
    padding-top: 26px;
    padding-bottom: 18px;
  }

  #hero-text .btn {
    margin-top: 18px;
  }
}

/* =========================
   FAQ Pages
========================= */
.faq-hero {
  min-height: 460px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(8, 24, 43, 0.9), rgba(17, 43, 74, 0.78)),
    url('../images/banner/bg1.jpg') center/cover no-repeat;
}

.faq-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 20%, rgba(210, 167, 99, 0.2), transparent 30%),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 10px);
  pointer-events: none;
}

.faq-hero .container {
  position: relative;
  z-index: 1;
}

.faq-kicker {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(210, 167, 99, 0.18);
  border: 1px solid rgba(210, 167, 99, 0.5);
  font-size: 13px;
}

.faq-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 54px);
}

.faq-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.9;
}

.faq-section {
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #fff, #f7f2e9);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 22px;
}

.faq-list,
.faq-side {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e8e2d7;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(13, 25, 43, 0.08);
}

.faq-list {
  padding: 12px 18px;
}

.faq-item {
  border-bottom: 1px solid #eee5d6;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 19px 40px 19px 0;
  color: var(--brand-900);
  font-weight: 700;
  line-height: 1.7;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:after {
  content: "+";
  position: absolute;
  left: 0;
  top: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(130deg, #9a7334, #d6ad6a);
  font-weight: 700;
  font-size: 18px;
}

html[dir="ltr"] .faq-item summary {
  padding: 19px 0 19px 40px;
}

html[dir="ltr"] .faq-item summary:after {
  left: auto;
  right: 0;
}

.faq-item[open] summary:after {
  content: "−";
}

.faq-answer {
  padding: 0 0 18px;
  color: var(--ink-700);
  line-height: 1.95;
}

.faq-side {
  padding: 24px 22px;
}

.faq-side h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--brand-900);
}

.faq-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-side li {
  padding: 10px 0;
  border-bottom: 1px dashed #e8decd;
  color: var(--ink-700);
}

.faq-side li:last-child {
  border-bottom: 0;
}

.faq-side .btn {
  margin-top: 14px;
}

@media only screen and (max-width: 991px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .faq-hero {
    min-height: 390px;
  }

  .faq-section {
    padding: 76px 0 84px;
  }

  .faq-list {
    padding: 8px 12px;
  }

  .faq-item summary {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* =========================
   Legal Pages + Footer Legal Links
========================= */
.policy-section {
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #ffffff, #f7f2e9);
}

.policy-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e8e2d7;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(13, 25, 43, 0.08);
  padding: 34px 30px;
  margin-bottom: 20px;
}

.policy-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--brand-900);
}

.policy-card h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: var(--brand-900);
}

.policy-card p,
.policy-card li {
  color: var(--ink-700);
  line-height: 1.95;
}

.policy-card ul {
  margin: 0;
  padding-inline-start: 22px;
}

#footer .legal-links {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 13px;
}

#footer .legal-links a {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

#footer .legal-links a:hover,
#footer .legal-links a:focus {
  color: #f5d7a0;
}

#footer .legal-links .sep {
  opacity: 0.55;
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .policy-section {
    padding: 76px 0 84px;
  }

  .policy-card {
    padding: 24px 18px;
  }
}
