/* ===== Header casing overrides: keep natural capitalization on brand and nav ===== */
.header_aera .navbar-header .navbar-brand,
.header_aera .navbar-header .navbar-brand.logo-biss,
.logo-biss,
.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
  text-transform: none !important;
}


/*----------------------------------------------------
@File: Default Styles
@Author: NavThemes
@URL:https://www.navthemes.com
@Version: Star Law Firm .01

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.



This files contents are outlined below.
  


 0. General Style
 *. Buttons
 *. Headings
 *. Subtitle
 *. Top header

 =>Start index page style_css
 *. banner area 
 *. ABOUT US
 *. our services area
 *. our services tow
 *. testimonial area
 *. footer area
 *. our partners area
 =>End index page style css

 *. Edit css
 
=>start about page style css
*. service area start 
*. testimonial area start
*. Our Team area start
=>End about page style css

=>SERVICES page css start
*. service right img area start
*. service left img tabs area start
*. service text area start
=>SERVICES page css End


=>contact page css Start
*. section heading left Start*.
*. contact form start
=>contact page css End

=>blog page css Start
*. blog-three images one start
*. blog-three images to start
*. pagination-wrap start
=>blog page css End

=>blog single page css Start
*. blog-single-left img start
*. commingsoon-area start
*. contact-area start
*. sidebar-style-here
=>blog single page css End

 *. media query in css-Responsive start
 *. (mxn-width: 1024px)  media query 
 *. (min-width: 768px)  media query 
 *. (min-width: 1023px) media query
 *. (max-width: 768px)  media query 
 *. (max-width: 480px)  media query 
 *. (max-width: 320px)   media query
 *.media query in css-Responsive End

/*--------------------------------------------------*/

----------------------------------------------------*/
/*--------------------------------------------------*/
/*Color Variables*/
::selection {
    background-color:#99a9bb;
    color: #FFF
}

/*----------------------------------
   1.Start button
------------------------------------*/
.btn{
padding: 18px 40px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px;
      display: inline-block;
    border: 0;
     text-transform: uppercase;
     text-decoration: none !important;

}

.btn-default {
   background: #8c6239 !important;
    color: #fff !important;
    border-radius: 5px;
}

.btn-default:hover {
    color: #fff !important;
    background:#a67c52 !important; 
   
}

.btn-primary {
   background: #a67c52 !important;
    color: #fff !important;
    border-radius: 5px;
  }
   
.btn-primary:hover{
    color: #fff !important;
    border-radius:5px;
    background:#8c6239 !important;
}
.radius-50{
  border-radius: 5px !important;
  padding: 12px 40px !important;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
    transition: all 300ms linear 0s;
}


a {
      color: #fff !important;
    text-decoration: none !important;
}

/*----------------------------------
   End button
------------------------------------*/

/*----------------------------------
   2. Headings
------------------------------------*/

/* Section Title*/
.title {
  text-align: center;
  text-transform: uppercase;
}
.title h2  {
    font-size: 30px;
    color: #99a9bb;
 
    font-weight: 550;
    text-transform: capitalize;
}
.pt_banner_30{
  padding-top: 35px !important;
}



.title h4 {

  color: #555555;
  padding-top: 55px;
}
.subtitle h2 {

  color: #222222;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}





/*----------------------------------
   4.Prefix Styles
------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0px;
}

.p0 {
  padding:0px;
}

body {
 font-family: 'Open Sans', sans-serif;
  /*Section Fix*/
}

body p {
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #555555;
  font-size: 16px;
  margin: 0;
}
body section.row, body header.row, body footer.row {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

/*Ancore*/
a, .btn, button {
  outline: none;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
blockquote, q {
    position: relative;
    padding: 4rem 3rem 3rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.88;
    border: 1px double rgba(0,0,0,.1);
    margin: 6rem 0;
    display: block;
}
thead, th, td {
    border: 1px solid black;
    padding: 10px;
}
ul li {
    line-height: 30px;
}
ol li {
    line-height: 30px;
}
strong {
    font-weight: 600;
    line-height: 35px;
}
tbody a{
  color:#337ab7 !important;
}
dd, dt {
    line-height: 2.428571;
    }
   
/*--------------------------------------------------*/


/* Header Aera */


.header_aera {
  background:no-repeat !important;
  border-radius: 0;
  border: 0;
  margin: 0;
  
  
      padding: 50px 0px; /* 70px'den 50px'e düşürüldü - tüm sayfalarda tutarlı */
  width: 100%;
  z-index: 9999;
  top: 0;
 
}

.header_aera .show {
  height: 80px;
  border-bottom: 1px solid transparent;
  padding: 15px 0px !important; /* Scroll sonrası daha kompakt */
}
.header_aera .navbar-header .navbar-brand {
  padding-top:0px !important;
  text-transform:uppercase;
}
.header_aera .navbar-header .navbar-brand img {
  max-width: 100%;
  max-height: 75px !important; /* Tüm sayfalarda tutarlı logo boyutu */
  width: auto;
  height: auto;
  display: block !important; /* Logo için display block eklendi */
}

/* Ensure navbar brand is properly aligned */
.header_aera .navbar-header .navbar-brand,
.header_aera .navbar-header .navbar-brand.logo-biss {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  padding: 0 !important;
}

/* Ensure navbar container has proper height and alignment */
.header_aera .navbar {
  min-height: 80px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}

.header_aera .navbar-header {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure navbar container has proper height on all screen sizes */
@media (max-width: 767px) {
  .header_aera .navbar {
    min-height: 60px !important;
  }
  
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    padding: 0 15px !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  
  /* Ensure mobile navbar items are properly spaced with higher specificity */
  .header_aera .navbar-collapse .navbar-nav.navbar-right li,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:last-child,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.nav-item:last-child {
    border-bottom: none !important;
  }
}

/* Prevent text wrapping in navbar items */
.header_aera .navbar-nav > li > a,
.header_aera .navbar-nav.navbar-nav > li > a {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 200px !important;
}

/* Ensure proper spacing for the Faaliyet Alanları item */
.header_aera .navbar-nav > li.submenu {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.header_aera .navbar-nav > li.submenu > a:first-child {
  flex: 1 !important;
  white-space: nowrap !important;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    text-transform: uppercase;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 1.2;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {
  color: #f6b60b;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom {
  width: 100px;
  background: #f6b60b;
  color: #fff;
  padding: 0;
  text-align: center;
  margin-left: 15px;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li .nav_searchFrom:focus {
  color: #222222;
}


.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li {
  display: block;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul li a {
  line-height: normal;
  padding: 12px 8px;
  display: block;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #222222;
  position: absolute;
  top: 0px;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 800ms ease-in-out;
}
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  background: #222222;
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: all 800ms ease-in-out;
}
@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul {
    transform: rotateX(0deg);
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:before {
    transform: scaleX(1);
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:hover.submenu ul:after {
    transform: scaleX(1);
  }
}

/* Ensure dropdown menu becomes visible on hover */
.header_aera .navbar-nav > li.submenu:hover > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Ensure navbar items are properly aligned with higher specificity */
.header_aera .navbar-collapse .navbar-nav.navbar-right,
.header_aera .navbar-collapse .navbar-nav.navbar-right.navbar-nav {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

.header_aera .navbar-collapse .navbar-nav.navbar-right li,
.header_aera .navbar-collapse .navbar-nav.navbar-right li.nav-item {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure proper spacing between navbar items */
.header_aera .navbar-nav > li,
.header_aera .navbar-nav.navbar-nav > li {
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.header_aera .navbar-nav > li > a,
.header_aera .navbar-nav.navbar-nav > li > a {
  margin: 0 !important;
  padding: 0 18px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

/* Style the Faaliyet Alanları dropdown with coffee tones */
.header_aera .navbar-nav > li.submenu > ul.dropdown-menu {
  background: linear-gradient(135deg, #8B4513, #A0522D, #CD853F) !important;
  border: 2px solid #654321 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3) !important;
  padding: 10px 0 !important;
  margin-top: 5px !important;
}

.header_aera .navbar-nav > li.submenu > ul.dropdown-menu > li > a {
  display: flex !important;
  align-items: center !important;
  height: 40px !important;
  padding: 0 20px !important;
  white-space: nowrap !important;
  color: #F5F5DC !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  border-left: 3px solid transparent !important;
}

.header_aera .navbar-nav > li.submenu > ul.dropdown-menu > li > a:hover {
  background: linear-gradient(90deg, #D2691E, #B8860B) !important;
  color: #FFFFFF !important;
  border-left: 3px solid #FFD700 !important;
  transform: translateX(5px) !important;
  text-decoration: none !important;
}

/* Style the dropdown toggle button for Faaliyet Alanları */
.header_aera .navbar-nav > li.submenu > a.dropdown-toggle {
  background: transparent !important;
  color: inherit !important;
  border-radius: 0 !important;
  padding: 0 5px !important;
  margin-left: 2px !important;
  border: none !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.header_aera .navbar-nav > li.submenu > a.dropdown-toggle:hover {
  background: transparent !important;
  transform: none !important;
  color: #f6b60b !important;
}

/* Ensure the caret in dropdown toggle is properly aligned */
.header_aera .navbar-nav > li.submenu > a .caret {
  margin-left: 3px !important;
  vertical-align: middle !important;
  color: inherit !important;
  font-size: 10px !important;
  transition: color 0.3s ease !important;
  opacity: 0.8 !important;
}

.header_aera .navbar-nav > li.submenu > a:hover .caret {
  color: #f6b60b !important;
  opacity: 1 !important;
}

/* Hide the separate dropdown toggle button since caret is now in the main link */
.header_aera .navbar-nav > li.submenu > a.dropdown-toggle {
  display: none !important;
}

/* Ensure proper spacing for the Faaliyet Alanları item */
.header_aera .navbar-nav > li.submenu {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.header_aera .navbar-nav > li.submenu > a:first-child {
  flex: 1 !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}

/* Ensure consistent navbar link appearance across all pages */
.header_aera .navbar-nav > li > a {
  color: #333 !important;
  background: transparent !important;
  border: none !important;
  transition: color 0.3s ease !important;
}

.header_aera .navbar-nav > li > a:hover,
.header_aera .navbar-nav > li > a:focus,
.header_aera .navbar-nav > li > a:active {
  color: #f6b60b !important;
  background: transparent !important;
  border: none !important;
}

/* Override Bootstrap's active state styling */
.header_aera .navbar-nav > li.active > a,
.header_aera .navbar-nav > li.open > a {
  color: #333 !important;
  background: transparent !important;
  border: none !important;
}

.header_aera .navbar-nav > li.active > a:hover,
.header_aera .navbar-nav > li.open > a:hover {
  color: #f6b60b !important;
  background: transparent !important;
  border: none !important;
}

/* End Header Aera */
/* End header area 2 */
.header_aera_tow {
  background-color: transparent;
  position: relative;
  box-shadow: none;
}
.header_aera_tow .navbar_right_fulid {
  background: #fff;
  height: 100px;
  padding-left: 20px;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}
.header_aera_tow .navbar_right_fulid:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100px;
  background: #fff;
  width: 30%;
  z-index: -1;
  box-shadow: 0px 0px 40px 0px rgba(21, 47, 95, 0.2);
}
.header_aera_tow .navbar_right_fulid ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/* header area 2 */
/*--------------------------------------------------*/



/*start banner area 1*/
/*--------------------------------------------------*/
.title-left h1{
    font-size: 35px;
    font-weight: 700;
    color: #364167;
        line-height: 50px;
    text-transform: capitalize;
}
  
.bg-banner-img{
 
    background: rgba(255,255,255,0);
    background-image: url(../images/index/background-2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-calculator-img{
 
  background: rgba(255,255,255,0);
  background-image: url(../images/calculations/calculator.jpeg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-contact-img{
 
  background: rgba(255,255,255,0);
  background-image: url(../images/contact/contact-us.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-articles-img{
 
  background: rgba(255,255,255,0);
  background-image: url(../images/article/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-activities-img{
 
  background: rgba(255,255,255,0);
  background-image: url(../images/faaliyetalanlari/bg-1.jpeg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-about-img{
 
  background: rgba(255,255,255,0);
  background-image: url(../images/aboutus/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Standart banner yüksekliği ve hizalama (tüm sayfalar için) */
.bg-banner-img #banner{
  min-height: 380px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.clip-ellipse {
    clip-path: ellipse(100% 100% at 50% 0%);
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
}
.bg_free_img{
    background-image: url(../images/index/experince-background3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-banner-img{
  background: rgba(255,255,255,0);
    background-image: url(../images/about-banner-img.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.service-banner-img{
  background: rgba(255,255,255,0);
    background-image: url(../images/service-banner-img.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
.mb-90{
  padding-bottom:140px;

}
.PB_100{
  padding-bottom: 130PX;
}
.py-90{
  padding: 90px 0px;
}
.color-gray{
  color:#dedede;
}
.pb_0{
  padding-bottom: 0px !important;
}



.ovrllay{
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background-image: linear-gradient(to right ,#0a0d16c9,#0a0d16b8,#0a0d16b8,#2211078a,#221107ab)!important;

}
.ovrllay-bottom {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background: #000000cf;
}
img{
    vertical-align: middle;
    max-width: 100%;
}
.shap_top{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}
.all-text {
    padding: 108px 50px;
}
.shap_bottom{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.left-borders {
    border-left: 5px solid #573819;
    padding-left: 30px;
}
.banner-text{
   text-align: left;
    font-size: 20px;
    color: #fff;
    text-transform: none;
    line-height: 40px;
}
.py-70{
  padding: 70px 0px;
}
.mb-60{
  margin-bottom: 60px;
}



.Attorneys li h1{
    font-size: 20px;
    color: #1c233b;
    font-weight: 600;
    text-transform: uppercase;
}
.Attorneys li{
float: left;
width: 70%;
}
.Attorney li{
float: left;
width:30%;
}
.Attorneys li p{
    font-size: 18px;
    color: #a6acb7;
    line-height: 30px;
        padding-bottom: 30px; 
}

/* DivTable.com */
.divTable{
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {

    display: table-header-group;
}
.divTableCell, .divTableHead {
   display: table-cell;
    vertical-align: middle;
}
.divTableHeading {
 
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
/*End banner area 1*/
/*--------------------------------------------------*/

/*start servise area */
/*--------------------------------------------------*/
.servise-top{
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.servise-top img{
  max-height: 70px;
  width: auto;
  height: auto;
}
/* Font icons inside service cards */
.servise-top i{
  font-size: 54px;
  line-height: 1;
  color: #5a3e2b;
}
.service-1:hover .servise-top i{ color: #ffffff; }
@media (min-width: 992px){
  .service-1{ min-height: 320px; }
}
.unify{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 35px;
    color: #1d233b;
}
.bottom-s{
    font-size: 16px;
    line-height:1.7em;
    color: #97a6b9;
    margin-bottom:30px;
}
.button-div{
  margin-top: 20px;
}
.button-s:after {
    content: '→';
    position: absolute;
    margin-left: 5px;
    font-family: 'IntercomText', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition: transform 0.3s;
    margin-top: 2px;
    transition-duration: 1s;
}
.button-s:hover:after{
  margin-left: 15px;
  transition-duration:1s;
}
.button-s{
    font-size: 16px;
    color: #1d233b !important;
    font-weight: 600;
    display: block;
    letter-spacing: 0.15px;
    transition-duration: 1s;
}

.service-1{
    padding: 30px 15px 30px 20px;
    background: #fff;
    transition-duration: 1s;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
/* elevate and separate cards on white background */
.service-1{
  box-shadow: 0px 4px 30px rgba(0,0,0,0.08);
  border: 1px solid #e7dfd5;
  border-radius: 8px;
}
/* equal height grid for 5-col layout */
.col-md-2-4 .service-1{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.col-md-2-4{
  display: flex;
}
.col-md-2-4 > .who_we_area,
.col-md-2-4 > .service-1{
  width: 100%;
}
.row.about_row, .row.mt-50{
  display: flex;
  flex-wrap: wrap;
}
.row.about_row .who_we_area, .row.mt-50 .who_we_area{
  display: flex;
}
.row.about_row .who_we_area > .service-1,
.row.mt-50 .who_we_area > .service-1{
  display: flex;
  flex-direction: column;
}

.service-s{
      box-shadow: 0px 4px 30px #d8d8d899;
    padding: 30px 15px 30px 20px;
    background: #fff;
    transition-duration: 1s;
    text-align: center;
}
.service-s:hover{

 box-shadow: 0px 10px 50px #d8d8d8d1; 
}
.Practice{
    font-weight: 600;
    font-size: 20px;
    text-align: center;

    margin: 10px 0;
    text-transform: capitalize;
    line-height: 35px;
    color: #1d233b;
}
.button-buttom{
    font-size: 16px;
    color: #8c6239 !important;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.15px;
    transition-duration: 1s;
}

.service-1:hover{
  background:#010313; 

  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  border-color: #b08d57;
}
.service-1:hover .button-s{
  color:#fff !important;
}

.service-1:hover .unify{color: #fff !important;}
.service-1:hover:after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.3s ease 0.0s;
}
/* better contrast on dark hover */
.service-1:hover .Practice{ color: #ffffff !important; }
.service-1:hover .bottom-s{ color: #ffffff !important; }
.service-1:hover .button-buttom{ color: #a67c52 !important; }
.service-1.green-after:after {
    background-color: #da9be1;
}
.service-1.pink-after:after {
    background-color: #ffb062;
}
.service-1.purple-after:after {
    background-color: #e75b93;
}
/* Brown palette variants for service-1 underline */
.service-1.coffee-after:after { background-color: #6b4f2a; }
.service-1.caramel-after:after { background-color: #a47148; }
.service-1.bronze-after:after { background-color: #8c6239; }
.service-1.mocha-after:after { background-color: #5a3e2b; }
.service-1.hazel-after:after { background-color: #b08d57; }

.service-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transition: all 0.3s ease 0.0s;
}





.c_yellow{
  color: #a67c52 !important;
}
.btn_yellow{
  background: #a67c52 !important;
}
.contact-map{
        box-shadow: 0px 6px 21px -5px #d3d3d3;
   background:#edf6fb;
    border-radius: 10px;
    transition-duration: 1s;
    float: left;
}
.section-heading.left {
    margin-bottom: 30px;
    text-align: left;
}
.section-heading h4 {
    font-size: 30px;
    line-height: normal;
        position: relative;
        padding-bottom: 20px;
}
.btn-free {
  margin: 60px 0px;
}
.section-heading h4:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #8c6239;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:0px;

}
.top-contact{
  margin-top:20px;
}

.contact-info-section h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}
.contact-info-section p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-info-section {
    border-bottom: 1px solid #ececec;
    padding: 25px 0;
    margin-bottom: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.contact-info-section h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
    padding-left: 0px !important;
}
.list-style-1 li {
    padding: 5px 0;
}
.contact-info-section p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-info-section i {
    width: 25px;
    height: 25px;
    padding-top: 7px;
    border-radius: 50%;
    background: #47588f;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    line-height: 11px;
}
strong {
    font-weight: 600;
}
.list-style-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style-2 li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
}
.list-style-2 li:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #232323;
    position: absolute;
    top: 12px;
    left: 0;
}
input,
select {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    height: 50px;
}
textarea{
    border: 1px solid #d1d1d1;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    height: 200px;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"] {
    -webkit-appearance: none;
    outline: none

}

input:focus,
textarea:focus {
    border-color: #585858;
    outline: none
}

input[type="button"]:focus {
    outline: none
}

select::-ms-expand {
    display: none
}

iframe {
    border: 0
}
.padding-30px-left {
    padding-left: 30px;
}
.list-style-1 li {
    padding: 5px 0;
    list-style-type: none;
}

.map_top_h{
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: #364167;
    padding-top: 80px;
    padding-bottom: 100px;
}
.service-1:hover{
    box-shadow: 0 1px 1px 0 rgba(90,122,190,0.1), 0 10px 20px 0 rgba(90,122,190,0.2);

    transition-duration: 1s;
}
.about_row{
  margin-top:100px;
}
.mb_150{
  margin-bottom: 100px; 
}
.font_30{
  font-size: 30px;
  font-weight: 600;
}
.my_20{
  display: none;
}

.p-0{
  padding-left: 0px !important;
}
.pt-0{
  padding-top: 0px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}

.about_h{     font-size: 25px;     color: #90a0b4;     font-weight: 540;
margin: 30px 0px; } 

.about_s2 {
  text-align: left;
    font-size: 25px;
    color: #90a0b4;
    line-height: 40px;
    font-weight: 400;
    margin: 30px 0px;
}

.about_bottom_h{font-size: 20px;     line-height:
35px;color: #90a0b4; padding-right: 15px; 
    text-transform: capitalize;

}
.mt-50{
  margin-top: 50px;
} 
 .my_0{margin:0px !important}

.mr-0{
  margin-right: 0px;
}
.pl-40{
  padding-left: 40px !important;
}
.py-40{
  padding:0px 30px ;
}
.pr-0{
  padding-right: 0px !important;
}




.bg_color{
    background: #9999ff;
}
.bg_color2{
    background: #a3a3ff;
}
.bg_color3{
    background: #b7b7ff;
}


.Solid-Law{

 padding: 30px 10px 40px 60px; 
}

.Solid-Law h1{
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom:35px;


}
.Solid-Law p {
    font-size: 20px;
    line-height:30px;
    color: #fff;
    margin-bottom: 25px;
}

.Solid-Law a{
    font-size: 20px;
    font-weight: 600;
}

 /*End servise area */


/*--------------------------------------------------*/
/*----------------------------------   


 

/*------------------------------------
.start about_area
------------------------------------*/
.title-lefts h1{
    font-size: 50px;
    font-weight: 900;
    color: #364167;
        line-height: 50px;
    text-transform: capitalize;
}



.bg_gray{
    background: #f4f4fb !important;
    background-image: linear-gradient(to right bottom,#f4f4fb,#f4f4fb,#f4f4fb,#f4f4fb,#f4f4fb)!important;
}

.title-lefts .bottom_h{
    font-size: 20px;
    line-height: 35px;
    color: #37456D;
    margin: 25px 0px;
}
.about-s{
    font-size: 25px;
    color: #37456c;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top:55px;
}
.c_f{
  color: #fff !important;
}
.about-bottom-s{
    font-size: 20px;
    color: #a6acb7;
    line-height: 35px;
   margin:40px 0px;
    font-weight: 500;
}

.bg_blue_img {
    background-color: #01020b !important;
    background: url(../images/bg_video.png) right top no-repeat;
}
/* Old about-hero styles removed - replaced with modern legal-services-hero design */

.hed_img{
    margin: 30px 0px;
}
.button_about_shadow{
 box-shadow: -1px 5px 10px #888 !important;
}


.about_top-100{
  margin-top: 120px;
}
.contact_bottom_r{
    font-size: 30px;
    color: #3b4a6b;
    font-weight: 540;
   margin-bottom: 30px;
}
label{
    font-size: 16px;
    color: #98a4b2;
    font-weight: 400;
    margin: 10px 0px;
}

.right_icone li {
    list-style: none;
    background: url(../images/right.png) 0 8px;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
    line-height:40px;
    text-transform: capitalize;
}

.services-right{
    padding-top: 40px;
    padding-left: 35px;
    padding-right: 25px;
}

.services-right-text{
    font-size: 22px;
    line-height: 45px;
    color: #90a0b4;
    padding-right: 0px;
    text-transform: capitalize;
}

.owl-dots{
  display: none !important;
}
  
.title h1{
    font-size: 35px;
    font-weight: 600;
    color: #364167;
    line-height: 50px;
    text-transform: capitalize;
}
/* Make section H2 visually match previous H1 for consistency */
.title h2{
    font-size: 35px;
    font-weight: 600;
    color: #364167;
    line-height: 50px;
    text-transform: capitalize;
}
.title p {
    font-size: 18px;
    line-height: 30px;
    color: #a6acb7;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 25px;
}

.text-left{
  text-align: left !important;
}


.service_banner{
    padding: 30px 15px 40px 20px;
    background: #fff;
    transition-duration: 1s;
    text-align: left;
       box-shadow: 0px 4px 30px #cccccc78;
        border-top-left-radius: 5px;
            border-top-right-radius: 5px;
}

.service_banner h2{
    font-weight: 650;
    font-size: 20px;
    text-align: left;
    margin: 10px 0;
    text-transform: capitalize;
    line-height: 35px;
    color: #1d233b;
}
.service_banner p{
    color: #a6acb7;
    font-size: 18px;
    padding-top: 20px;
}

.service_banner
{line-height: 80px;
    margin-bottom:45px;}
    .top_service{
    position: relative;
    bottom: 55px;
}

.service_banner.green-after:after {
  background-color: #da9be1;
}
.service_banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height:8px;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
 
    transition: all 0.3s ease 0.0s;
}
.service_banner:hover:after {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.3s ease 0.0s;
}
.service_banner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.service_banner.pink-after:after {
    background-color:#ffb062;
}
.service_banner.purple-after:after {
    background-color: #e75b93;
}
               
.border_img{
    border: 10px solid #eff0f6;
}
.bg_Consultation{
  background:#141211;
}
.c_brown{color:#615631 !important;}


.Lawyers_one{
    background: rgba(255,255,255,0);
    background-image: url(../images/s_c.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
}
.Lawyers_to{
    background: rgba(255,255,255,0);
    background-image: url(../images/s_a.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
   
}
.Lawyers_tree{
    background: rgba(255,255,255,0);
    background-image: url(../images/s_b.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner_text h1 {
    font-size:20px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
}
.inner_text{
    padding-top: 150px;
    padding-bottom: 30px;
    padding-left: 60PX;
}
.inner_text h1::before { 
    content: url(../images/after_img.png);
        position: relative;
    top: -3px;

}
.bottom_service{
  position: relative;
  top:90px;
}
.pt-70{padding-top: 70px;}
.bg_tree{
    background: #1e1a4c !important;
}
/*------------------------------------
.End about_area
------------------------------------*/

/*------------------------------------
.History Us area start 
------------------------------------*/
   
 
 /* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
 .mt_150{margin-top: 150px;}
 .timeline {
    list-style: none;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #ffb062;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border-radius: 5px;
    position: relative;
}

.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #ffb062 !important;
}

  
.timeline-footer {
    padding:20px;
    background-color:#222321;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top:0px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
.mt_560{
  margin-top:188px;
}

.timeline-footer h1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
}
.timeline-footer p{
    font-size: 18px;
    color: #a6acb7;
    line-height: 35px;
    font-weight: 500;
    text-transform: capitalize;

}

.img_top{
    position: absolute;
    top: 28px;
    right: 5px;
    color: #080a15;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.img_left{
    position: absolute;
    top: 28px;
  
      color: #080a15;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.mt-100{margin-top:100px;}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
  }


/*------------------------------------
.History Us area End 
------------------------------------*/




@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }

}

/*End Table   */







/*----------------------------------
   12.our_achievments_area
------------------------------------*/



/*--------------------------------------------------*/

/*----------------------------------
   13.testimonial_area
------------------------------------*/
/* Testimonial Area start */


.bg_testimonial_img { 
    background-image: url(../images/testimonial_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


.testimonial_area {
  padding-bottom: 90px;
}
.testimonial_area .testimonial_carosel {
  padding-top: 60px;
}

.testimonial_area .testimonial_carosel .item .media .media-left {
  padding-right: 30px;
}

.testimonial_area .testimonial_carosel .item .media .media-body {
  padding-top: 40px;
}

.testimonial_area .testimonial_carosel .item .media .media-body h6 {
  
  color: #555555;
  padding-top: 5px;
}
.body-slider{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.media{
    width: 80px;
    float: left;
    height: 170px;
}
.testimonial_area .testimonial_carosel .item p  {
    color: #cbcfd4;
    max-width: 945px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    padding-bottom:60px;
}
.testimonial_top{
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
}






/* End Testimonial Area */





/*----------------------------------
   14.our_partners_area
------------------------------------*/
/* Our Partners Area start */
.bg-parthners{background:#f8f8f8;}
.email_color_site{
  color:#999 !important; 
}

.our_partners_area .book_now_aera {
  
  padding: 50px 0;
}
.our_partners_area .book_now_aera .book_now .booking_text {
  padding-top: 8px;
}
.our_partners_area .book_now_aera .book_now .booking_text h4 {
 
  color: #364167;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;

}
.our_partners_area .book_now_aera .book_now .booking_text p {
    color: #a6acb7;
    font-size: 16px;
    padding-top: 20px;
}




/* End Our Partners Area */
/*----------------------------------
   14.our_modal_area
------------------------------------*/

.py-200{
 padding: 201px 0px !important;
    padding-bottom: 328px !important;
}
.py-45{
  padding: 40px 0px !important;
}
.py_map_40{
  padding-top: 40px;
  padding-bottom: 0px !important;
}



/*------------------------------------
14.End-modal area
------------------------------------*/

/*------------------------------------
19.Edit-css
------------------------------------*/

/*Edit-css start*/
.top-button {
    margin-top: 10px;
}
.button-n,
a {
    text-decoration: none !important;
    color: #fff !important;
}

.header_aera .navbar-header .navbar-brand{
  padding-top:0px !important;
}
.py-30{
  padding:20px 0px;
}
.tr{
text-align: right;
}
.logo-biss{
  
    color: #fff !important;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;

}


.what_we_area {
    background: #ffffff !important;
    background-image: none !important;
}
.what_we_area .title h1{ color:#364167; }
.what_we_area .title p{ color:#a6acb7; }

section{
  padding: 70px 0px;
}

.main-h{
    font-size: 45px;
    line-height:1.3;
    color: #fff;
    text-align: left;
    font-weight: 600;
    margin-top:-10px;
    margin-bottom: 60px;
    text-transform: capitalize;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    visibility: visible;
    
}

.main-about_h{
    font-size: 45px;
    line-height:1.3;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    visibility: visible;
    
}
.main-h2{
    font-size: 24px;
  visibility: visible;
    animation-name:fadeInUp;
    font-weight: normal;
    margin-bottom: 30px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    visibility: visible;
    animation-name:fadeInUp;
  }
  .main-h3{
visibility: visible;
    animation-name:fadeInUp;
  }

  .slider_area .slider_inner .camera_caption div a {
    font: 700 18px/59px "Roboto", sans-serif;
    width: 180px;
    text-align: center;
    background: #f6b60b;
    display: block;
    text-shadow: none;
    margin: 0 auto;
    outline: none !important;
    box-shadow: none;
    border: 0;
    color: #222222;
    position: relative;
    z-index: 2;
    padding: 0;
}

.top-banner {
    margin-top: 40px;
}
.mt-120{
 padding: 60px 0px 30px 75px;
}


.professional_builder .builder_all .builder i {
   
    color: #9eccfd !important;
  
}

.pb-90{
padding-bottom: 90px;

}

.our_footer_area{
  background-image: url(../images/footer-img.jpg);
    padding-top:70px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.footer-logo{
    max-width: 100%;
    text-align: left;
    height: 100px;
}
.footer-h{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 25px;
}
.footer-top{
    font-size: 25px;
    color: #fff;
    font-weight: 600;

     margin-bottom: 20px;
}
.footer-menu{
  padding:0px;
  margin:0px;
}
.footer-left-h{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
   
}

.footer-menu li{
    font-size: 18px;
    list-style-type: none;
    line-height: 40px;
    color: #fff;
}
.location li {
    font-size: 20px;
    list-style-type: none;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px;
}
.location_map li {
    font-size: 20px;
    list-style-type: none;
    line-height: 35px;
    color: #3b4a6b;
    margin-bottom: 25px;
}
.location_map{

  margin:0px;
}
.location li i {
    margin-right:10px;
}
.location_map li i {
    margin-right:10px;
}
.location_map li a {
    margin-right:10px;
    color:#3b4a6b !important;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
    background: #172635;
    padding: 10px;
        width: 50px;
    text-align: center;

 }
 .maps{
  margin-bottom:0px;
 }
#contatti a{
  color: #fff;
  text-decoration: none;
}


 .hero__player{
  height: 450px !important;
 }
iframe{
    width: 100%;
    height:550px;
  }
@media (max-width: 575.98px) {

  
  #contatti .maps iframe{
    width: 100%;
    height: 550px;
  }
 }


@media (min-width: 576px) {

 

   #contatti .maps iframe{
     width: 100%;
     height: 450px;
   }
 }

@media (min-width: 768px) {

 

  #contatti .maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {


   #contatti .maps iframe{
     width: 100%;
     height: 700px;
   }
}


.comment-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #0c487b;
    padding: 30px 20px;
}
.comment-theme{
  float:left;
}
.comment-main-area{
  margin-left:115px;
}
.comment-wrap1 {
    margin-left: 20px;
}
.comment-wrap2{
    margin-left:40px;
}
.sewl-comments-meta h4{
  margin-top: 2.2em;
  text-transform:capitalize;
  font-weight:500;
  font-size: 20px;
}
.comment-area p{
    margin-bottom: 5px;
    color: #000c17;
}

.sewl-comments-meta h4 span {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    font-style: normal;
}

.comment-image img {
    border-radius: 50%;
    height: 100px;
}




.sewl-form-inputs textarea,.sewl-form-inputs input{
  height:38px;
  width:100%;
      font-size: 16px;
  padding-left:20px;
  margin-bottom:25px;
      border: 1px solid #98a4b2;
   color:#98a4b2; 
    border-radius: 5px;
}
.sewl-form-inputs textarea:focus,.sewl-form-inputs input:focus{
  outline:none;
}
.sewl-form-inputs textarea{
  height:150px;
  padding-top:10px;
  margin-bottom: 40px;
  margin-top: 25px;
}
.mt-30{
  margin-bottom:10px;
}
.mr-15{
  margin-left: 15px;
}
.mb_20{
  margin-bottom: 20px;
}

.form-submit  input:hover{
  background:#0552b1;
  border-color:#0552b1;
}
.sewl-form-inputs {

}


.pb-50{
  padding-bottom: 50px;
}
.form-c{
    display: block;
    height: 6rem;
    padding: 1.5rem 2.4rem;
    border: 0;
    outline: none;
    color: #151515;
    font-size: 1.5rem;
    line-height: 3rem;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*close*/
/*--------------------------------------------------*/

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #fff;
     background:#6190ec; 
 }
 #social-tw:hover {
     color: #fff;
     background: #4fd7dc ;
 }

 #social-em:hover {
     color: #fff;
     background: #e06bea;
 }
.bigpixi-footer-social{
  margin-top:50px;
}
/*End Edit-css*/
/*--------------------------------------------------*/


/*------------------18. blog-area start --------------------*/

.blog-img{
  position:relative;
  z-index:99;
  overflow:hidden;
}
.blog-img:before,.blog-img:after{
  position:absolute;
  top:0;
  width:0;
  height:100%;
  background:#000;
  content:"";
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  opacity:.5;
}
.blog-img:before{
  left:0;
}
.blog-wrap:hover .blog-img:before{
  width:50%;
}
.blog-img:after{
  right:0;
}
.blog-wrap:hover .blog-img:after{
  width:50%;
}
.blog-meta{
  margin-bottom:10px;
}
.blog-meta ul li{
  display:inline-block;
  margin-right:10px;
}
.blog-meta ul li a{
  color:#555 !important;
}
.blog-meta ul li a:hover{
  color:#296dc1;
}
.blog-meta ul li a i{
  margin-right:3px;
}
.blog-content{
  position:relative;
  padding:20px 20px 30px;
  border-bottom:2px solid #c3c3c3;
}
.blog-content:before,.blog-content:after{
  position:absolute;
  left:0;
  bottom:-2px;
  width:10%;
  height:2px;
  background: #296dc1;
  content:"";
  transition:all .5s;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  opacity:.7;
}
.blog-wrap:hover .blog-content:before,.blog-wrap:hover .blog-content:after{
  width:50%;
}
.blog-content:after{
  left:auto;
  right:0;
}
.blog-content h3{
  margin-bottom:15px;
}
.blog-content h3 a{
  font-size:20px;
  text-transform:capitalize;
  color:#555!important; 
}
.blog-content p{
  margin-bottom:20px;
  line-height:24px;
}
.blog-content a.btn-style{
  border:1px solid #296dc1;
}

.blog-img img {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-body h1 a{
    font-size: 20px;
    color: #1c233b !important;
    font-weight: 700;
    margin:40px 0px;
}
/* Ensure article titles remain visible after switching to h3 */
.blog-body h3 a{
    font-size: 20px;
    color: #1c233b !important;
    font-weight: 700;
    margin:40px 0px;
}
.blog-body p{
    font-size:20px;
    color: #a6acb7;
    line-height: 30px;
    padding-bottom: 30px;
}

.blog-body {
    padding: 10px;
    box-shadow: 0px 4px 30px #dadadaad;
    padding-bottom: 25px;
}
/*------------------18. blog-area end --------------------*/
/*--------------------pagination-wrap start--------------*/
.pricing-page-area{
  padding-top:220px;
}
.pagination-wrap ul{
    margin-top:70px;
    display: flex;
    justify-content: center;
}
.pagination-wrap ul li a{
    height: 45px;
    width: 45px;
    background: transparent;
    line-height: 45px;
    display: block;
    border: 1px solid #8c6239;
    text-align: center;
    margin-left: -1px;
    color:#333 !important;
    font-size: 18px;
}
.pagination-wrap ul li a:hover,.pagination-wrap ul li.active a{
    background: #8c6239;
    color: #fff !important;
}
.blog-img img{
    width: 100%;
}
.btn_font_16{
  font-size: 16px;
  text-transform:capitalize;
  padding: 12px 25px;
}


.team-content{
    background:#000000c9;
    padding: 20px;
    text-align: center;
  position: relative;
    bottom: 180px;
    z-index: 9999;
}
.box-radius{border-radius:5px; padding:15px;
  height: 400px;
}
.team-content h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin:15px 0px;
}
.team-content p {
  margin:15px 0px;
  font-size: 20px;
  color: #a67c52;
  font-weight: 500;
}

.bg_gradient_team{
    background: #fbf3ee !important;
    background-image: linear-gradient(to right bottom,#fbf3ee,#fbf3ee,#fbf3ee,#f4f7f8,#f4f7f8)!important;
}
.PT-90{
  padding-top: 90PX;
}
.mb_160{
    margin-bottom: 160px;
}
/*--------------------pagination-wrap end--------------*/


/*============================================
            19.blog-details-area start
=============================================*/
.blog-details-img{
    margin-bottom: 40px;
}
.blog-details-content h3{
    margin-bottom: 20px;
}
.blog-details-content p{
    margin-bottom: 25px;
}
.blog-details-content blockquote{
    font-size: 16px;
    font-style: italic;
        background: rgb(39, 40, 156);
    padding: 30px;
    border-left: 5px solid rgb(186, 85, 187);
    margin:35px 0px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blog-details-content ul{
    margin-bottom: 30px;
}
.blog-details-content ul li{
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.blog-details-content ul li::before,.blog-details-content ul li::after{
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8c6239;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
}
.blog-details-content ul li::after{
    height: 10px;
    width: 10px;
    background: #8c6239;
    z-index: 9;
    left: -2px;
}
ol{
  list-style:none;
}
.comment-wrap {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f1f1f1;
    padding: 30px 20px;
}
.comment-theme{
  float:left;
}

.comment-wrap1 {
    margin-left: 20px;
}
.comment-wrap2{
    margin-left:40px;
}
.sewl-comments-meta h4{
  text-transform:capitalize;
  font-weight:500;
  margin-top: 0px;
}
.sewl-comments-meta h4 span {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    font-style: italic;
}
.comment-main{
  margin-bottom:50px;
}
.comment-image img {
    border-radius: 50%;
}
.comment-area p{
    margin-bottom: 5px;
}
.comments-reply a.comment-reply-link{
    font-style: italic;
}
h3.blog-title {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
}


.sewl-form-inputs textarea,.sewl-form-inputs input{
  height:50px;
  width:100%;
  border:1px solid #f1f1f1;
  padding-left:20px;
  margin-bottom:20px;
}
.sewl-form-inputs textarea:focus,.sewl-form-inputs input:focus{
  outline:1px solid #8c6239;
}
.sewl-form-inputs textarea{
  height:150px;
  padding-top:10px;
}
.form-submit  input{
  text-transform:uppercase;
  background:#8c6239;
  color:#fff;
  width: auto;
  padding: 10px 25px;
}
.form-submit  input:hover{
  background:#6b4f2a;
  border-color:#6b4f2a;
}
/*----------------commingsoon-area start------------------*/
.comming-soon-area {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comming-soon-wrap h3{
  font-size: 30px;
  margin-bottom: 20px;
}
.comming-soon-wrap p{
  font-size: 16px;
  margin-bottom: 30px;
}
.timer span.cdown {
    display: block;
    float: left;
    width: 24%;
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    background: #296dc1;
    justify-content: center;
    color: #fff;
  transform: skewX(25deg);
  -webkit-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    margin-left: 10px;
}
.timer span.cdown:first-child{
  margin-left: 0px;
}
.timer span.time-count {
    font-size: 40px;
  margin: 0px auto;
    margin-bottom: 10px;
    display: block;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
  padding-bottom: 10px;
  width: 100px;
  position: relative;
}
.timer span.time-count::before,.timer span.time-count::after{
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.timer span.time-count::after{
  left: 30px;
  bottom: -2px;
}
.timer span.cdown p{
  color: #fff;
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
  font-size: 18px;
}
.search-sidebar input {
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #c0dbfd;
    padding-left: 10px;
}
.search-sidebar button {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    color: #fff;
    background: #296dc1;
    border: 1px solid #296dc1;
}

/*----------------contact-area start------------------*/

.contact-wrap textarea{
  height: 200px;
}
.contact-wrap button{
  border: 1px solid #999;
  padding: 10px 30px;
}
.contact-wrap ul li{
  padding: 30px 30px;
  background: #296dc1;
  color: #fff;
  position: relative;
  padding-left: 90px;
}
.contact-wrap ul li:nth-child(odd){
  background:#0552b1;
}
.contact-wrap ul li p{
  color: #fff;
}
.contact-wrap ul li i{
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size: 35px;
}
.contact-wrap h3{
  text-transform: uppercase;
  margin-bottom: 30px;
}
#googleMap{
  height: 500px;
  width: 100%;
  background: #296dc1;
  margin-top: 100px;
}

/*----------------contact-area End------------------*/

/*-----------------------20.sidebar-style-here-----------------------*/
.search-sidebar form{
    position: relative;
}
.search-sidebar input{
    width: 100%;
    height: 45px;
    background: transparent;
    border: 1px solid #c0dbfd;
    padding-left: 10px;
}
.search-sidebar button{
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    top: 0;
    color: #fff;
    background: #8c6239;
    border: 1px solid #8c6239;
}
.search-sidebar button:hover{
    background: #6b4f2a;
    border-color: #6b4f2a;
}
.sidebar-title{
    position: relative;
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.category-wrap ul li{
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
}
.category-wrap ul li:last-child{
    border-bottom: none;
}
.category-wrap ul li a{
    padding-left: 20px;
    position: relative;
    display: block;
    color:#555 !important;
}
.category-wrap ul li a::before{
    position: absolute;
    left: 0;
    content: "\f101";
    font-family: fontawesome;
    color: #8c6239;
    font-size: 16px;
    top: 0;
}
.related-post ul li{
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.related-post ul li:last-child{
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.post-img{
    float: left;
}
.post-info{
    margin-left: 95px;
}
.post-info a {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
    color:#555 !important;
}
.post-info p{
    line-height: 20px;
    font-size: 12px;
    color: #8c6239;
}
.archive-wrap ul li{
    line-height: 35px;
}
.archive-wrap ul li a{
    display: block;
    color: #555!important;
}
.tags-wrap ul li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tags-wrap ul li a{
    display: block;
    padding: 8px 20px;
    border: 1px solid #e1e1e1;
      color: #555!important;

}
.tags-wrap ul li a:hover{
    background: #8c6239;
    color: #fff !important;
}
/*-----------------------20.sidebar-style-here-----------------------*/

/*------------------------------------
21.Responsive
(mxn-width: 1024px)  media query
------------------------------------*/

@media (max-width: 1024px) {
  .video-a {
    position: absolute;
    right: 30px;
    top: 200px;
  }
}

@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu .other_dropdwn {
    margin-right: -122px;
  }
.header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  min-width: 190px;
  transition: all 500ms ease-in-out;
  background: #f6b60b;
}
}

@media (min-width: 768px) {
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    margin-right: -150px;
    display: block;
    transform: rotateX(-90deg);
    transform-origin: top;
  }
}


/*------------------------------------
21.Responsive
(min-width: 1023px) and (max-width: 1100px)  media query
------------------------------------*/
@media (min-width: 1023px) and (max-width: 1100px) {
.shap_top{
    font-size:25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}
.all-text {
    padding: 108px 50px;
}
.shap_bottom{
    font-size:16px;
    line-height: 30px;
    color: #fff;
}
.about-bottom-s {
    font-size: 19px;

}
}
  
  /*------------------------------------
22.Responsive
(max-width: 767px) media query
------------------------------------*/
@media (max-width: 767px) {
  
section {
    padding: 30px 0px !important;
}
section.bg-banner-img {
    padding-bottom: 100px !important;
}
.bg_blue_img{
  background-image: none; 
}
.row.book_now {
    margin-bottom: 20px;
}

h2.footer-top{
  margin-top: 30px;
}
ul.location{
  margin-top: 40px;
}
.bg_blue_img{
  background-image: none !important;
}
.box-radius{height: auto;}
.col-md-8.text-right.Attorneys{text-align: left;}
.blog-body{margin-bottom: 15px;}
.bottom_service{position: relative;top: 0px;}
.mt_560{margin-top:0px;}
.who_we_area.col-md-6.col-sm-6.col-4pad.wow.fadeInUp{margin-top: 20px;}
.service-s{margin-bottom: 15px;}
  .header_aera{
  padding: 40px 0px !important} /* 30px'den 40px'e çıkarıldı - daha tutarlı */
.button-banner {
    padding: 18px 30px !important;}
    .title h2{
      padding-top: 0px !important;
    }
.top-banner .button-banner{
      font-size: 12px !important;
    }
.service-1{
margin-bottom:20px;
}


    p.about_bottom_h.mt-50 {
    padding: 0px 10px;
}
.m-s{
  padding:0px !important;
}
button.navbar-toggle {
   background: #ffffff;
    border-color: #ffffff !important;
    color: #fff !important;
}
ol {
    list-style: none;
    padding: 0;
}
.comment-main-area{
  margin-left: 0px;
}
.col-xs-6.pr-0{
  width: 100%;
  padding-right: 15px !important;
}
.pr-0{padding-right: 15px !important;}

.pt-100 {
    padding-top:30px !important;
}
.timeline-badge{display: none;}
.contact-map{
  float: none;
}
.button-left {
    padding: 18px 30px !important;}
.main-h {
    font-size: 30px;
    line-height: 40px;}
  .py-70{
    padding:30px;
  }
  .title h1 {
    font-size: 30px !important;
  }
  .title-left h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  img.posi-r-img{
    bottom: 0;
  }
  .video-a {
    position: absolute;
    right: 20px !important;
    bottom: 10PX !important;
        top: auto !important;
}
.search-sidebar form{
  margin-top: 15px;
}
  .top-banner.wow.fadeInRight.text-right{
    text-align: center;
  }
  .top-banner.wow.fadeInRight.text-left {
    text-align: center;
}
  .navbar-toggle {
    top: 15px;
  }

  .header_aera .navbar-header {
    height: 80px;
  }
  .header_aera .navbar-header .navbar-brand {
    padding-top: 25px !important;
    padding-left: 15px !important;
  }
  
  .header_aera .navbar-header .navbar-brand img {
    max-height: 60px !important; /* Mobilde daha küçük logo */
  }
  
  /* Responsive'de banner sınıfları için header padding */
  .bg-banner-img .header_aera,
  .about-banner-img .header_aera,
  .service-banner-img .header_aera {
    padding: 40px 0px !important;
  }

  .header_aera .navbar-collapse .navbar-nav.navbar-right li a {
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: #000 !important;
  }
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a:hover, .header_aera .navbar-collapse .navbar-nav.navbar-right li a:focus {

  background-color:#464646 !important;
}

  .header_aera .navbar-collapse .navbar-nav.navbar-right li.submenu ul {
    padding-left: 30px;
    background-color: transparent;
  }
  
  /* Ensure all navbar items are properly aligned */
  .header_aera .navbar-collapse .navbar-nav.navbar-right {
    display: flex;
    align-items: center;
  }
  
  .header_aera .navbar-collapse .navbar-nav.navbar-right li {
    display: flex;
    align-items: center;
  }
  
  /* Ensure proper alignment on mobile with higher specificity */
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li a.navbar-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 50px !important;
    padding: 0 15px !important;
    text-align: center !important;
  }
  
  /* Ensure mobile navbar items are properly spaced with higher specificity */
  .header_aera .navbar-collapse .navbar-nav.navbar-right li,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .header_aera .navbar-collapse .navbar-nav.navbar-right li:last-child,
  .header_aera .navbar-collapse .navbar-nav.navbar-right li.nav-item:last-child {
    border-bottom: none !important;
  }

  

  .slider_inner.camera_wrap {
    height: 500px !important;
  }

  

}

  /*------------------------------------
23.Responsive
(max-width: 480px) media query
------------------------------------*/
@media (max-width: 480px) {
  .bg-about-img{
    background-image: none;
  }
  .right_icone li{
    text-align: center; 
    background-image: none !important;
    padding-left: 0px;
  }
  .my_20{
    display: block;
    margin: 20px 0px;
    text-align: center;
  }
  .text-left {text-align: center !important;}
  .owl-stage-outer{text-align: center;}
  .py-70{
    padding: 5px;
  }
  .all-text{
    padding: 0px;
  }
  .owl-nav{
    display: none !important;
  }
  .owl-dots {
    display:block !important;
}
  .back-shap{
    margin-top: 10px;
    top: 0;
    padding: 70px 0px;
    background-size: contain;
}
.shap_bottom {
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    padding-left:30px;
  
}
.about-right h1 {
    font-size:30px;
    padding-top:10px;
    }
    .about_top-400 {
    margin-top: 30px;
}

.banner-text {
    text-align: center;
    line-height: 30px;
}

.service-1{
margin-bottom: 15px;
}
.clip-polygon{
  clip-path:none !important;
  -webkit-clip-path:none !important;
}
.clip-right{
  clip-path:none !important;
  -webkit-clip-path:none !important;
      background: url(../images/s-left.png)center top no-repeat;
      margin-top: 15px;
}
.p-0 {
    padding: 15px !important;
}
.testimonial_area .testimonial_carosel .item .media {
    max-width: 112px !important;
    }
    .testimonial_area .testimonial_carosel .item .media .media-left{padding: 0px;}
.services-right{
  padding: 0px !important;
}
.shap_top  {
    padding-left: 15px;
    font-size: 22px;
    font-weight: 600;
    padding-left:30px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 4px;
}
.row.text-left.box-s{padding: 15px;}
.title-left.wow.fadeInUp{
  padding:15px;
}
img.posi-r-img{
  margin-top: 15px;
}
.row.about_row.py-40{
  margin-top: 0px;
}

  }

@media (max-width: 1024px) {
 .button-left {
    padding: 18px 35px;
  }

  .radius-50 {
    padding:12px 18px !important;
  }
  .title h1 {
    font-size: 30px;
  }
  .bg_blue_img {
    background-color: #01020b !important;
    background: url(../images/bg_video-c.png) right top no-repeat;
}
}

@media (min-width: 767px) {
 .navbar-brand {
  
    padding: 25px 0px !important;
}


}
/*------------------------------------
24.Responsive End
(max-width: 480px) media query
------------------------------------*/

/* Equal heights for 3-card row under hero */
@media (min-width: 768px) {
  .row.mt-100.p-0 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .row.mt-100.p-0 > .who_we_area {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    float: none;
    display: flex;
  }
  .row.mt-100.p-0 > .who_we_area > .service-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 340px;
  }
}

/* Equal heights for 3-card row under hero (desktop) */
@media (min-width: 992px) {
  .row.mt-100.p-0 {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .row.mt-100.p-0 > .who_we_area {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
  }
  .row.mt-100.p-0 > .who_we_area > .service-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}

/* Normalize icon and text blocks */
.servise-top{ height: 90px; }
.servise-top img{ height: 70px; width: auto; }
.service-1 .unify{ min-height: 56px; }
.service-1 .bottom-s{ flex: 1; }

/* WhatsApp Canlı Destek Butonu */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    background-color: #25d366;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
}

.whatsapp-button:hover {
    background-color: #128c7e;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-button i {
    font-size: 24px;
    margin-right: 10px;
}

.whatsapp-text {
    white-space: nowrap;
}

/* Mobil cihazlarda buton boyutunu küçült */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
    }
    
    .whatsapp-button {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .whatsapp-button i {
        font-size: 20px;
        margin-right: 8px;
    }
    
    .whatsapp-text {
        display: none;
    }
}

/* Çok küçük ekranlarda sadece ikon göster */
@media (max-width: 480px) {
    .whatsapp-button {
        padding: 15px;
        border-radius: 50%;
    }
    
    .whatsapp-text {
        display: none;
    }
    
    .whatsapp-button i {
        margin-right: 0;
    }
}

/* Arama Butonu - Sağ Alt Köşe */
.search-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.search-button {
    display: flex;
    align-items: center;
    background-color: #6871f4;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(104, 113, 244, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
}

.search-button:hover {
    background-color: #5a61d1;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(104, 113, 244, 0.4);
}

.search-button i {
    font-size: 24px;
    margin-right: 10px;
}

.search-text {
    white-space: nowrap;
}

/* Mobil cihazlarda arama butonunu küçült */
@media (max-width: 768px) {
    .search-float {
        bottom: 20px;
        right: 20px;
    }
    
    .search-button {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .search-button i {
        font-size: 20px;
        margin-right: 8px;
    }
    
    .search-text {
        display: none;
    }
}

/* Çok küçük ekranlarda sadece ikon göster */
@media (max-width: 480px) {
    .search-button {
        padding: 15px;
        border-radius: 50%;
    }
    
    .search-text {
        display: none;
    }
    
    .search-button i {
        margin-right: 0;
    }
}

/* Telefon Arama Butonu - Sağ Alt Köşe */
.phone-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.phone-button {
    display: flex;
    align-items: center;
    background-color: #28a745;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(40, 167, 69, 0.3);
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
}

.phone-button:hover {
    background-color: #218838;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(40, 167, 69, 0.4);
}

.phone-button i {
    font-size: 24px;
    margin-right: 10px;
}

.phone-text {
    white-space: nowrap;
}

/* Mobil cihazlarda telefon butonunu küçült */
@media (max-width: 768px) {
    .phone-float {
        bottom: 20px;
        right: 20px;
    }
    
    .phone-button {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .phone-button i {
        font-size: 20px;
        margin-right: 8px;
    }
    
    .phone-text {
        display: none;
    }
}

/* Çok küçük ekranlarda sadece ikon göster */
@media (max-width: 480px) {
    .phone-button {
        padding: 15px;
        border-radius: 50%;
    }
    
    .phone-text {
        display: none;
    }
    
    .phone-button i {
        margin-right: 0;
    }
}

/* 5+5 düzeni için özel grid sınıfı */
.col-md-2-4 {
    width: 20% !important;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}

/* 5+5 düzeni için kart optimizasyonu */
.col-md-2-4 .service-s {
    padding: 20px 15px;
    min-height: 280px;
    margin-bottom: 20px;
}

/* Process section */
.process-grid .process-card{
  background:rgba(255,255,255,0.96);
  border-radius:14px;
  padding:22px;
  box-shadow:0 10px 24px rgba(16,24,40,.12);
  border:1px solid rgba(255,255,255,0.18);
  backdrop-filter: saturate(130%) blur(2px);
}
.process-card .step{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;
  background:#6b4f2a;color:#fff;font-weight:700;margin-bottom:10px;
}
.process-card h3{font-size:18px;margin:6px 0 6px;}
.process-card p{color:#455468;margin:0;}

/* better placement on image background */
.process-grid{gap:20px;}
.process-grid .col-sm-6.col-md-3{margin-bottom:20px;}
/* equal heights */
.process-grid .col-sm-6.col-md-3{display:flex;}
.process-grid .col-sm-6.col-md-3 > .process-card{
  display:flex;flex-direction:column;width:100%;height:220px;overflow:hidden;
}
@media (max-width: 767px){
  .process-grid .col-sm-6.col-md-3 > .process-card{
    height:auto; min-height: 200px;
  }
}

.col-md-2-4 .servise-top {
    min-height: 60px;
    margin-bottom: 15px;
}

.col-md-2-4 .servise-top img {
    max-height: 50px;
    width: auto;
}

.col-md-2-4 .Practice {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0;
    min-height: 48px;
}

.col-md-2-4 .bottom-s {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 60px;
}

.col-md-2-4 .button-div {
    margin-top: 15px;
}

/* Responsive düzenlemeler */
@media (max-width: 991px) {
    .col-md-2-4 {
        width: 50% !important;
        padding: 0 10px;
    }
    
    .col-md-2-4 .service-s {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .col-md-2-4 {
        width: 100% !important;
        padding: 0 15px;
    }
    
    .col-md-2-4 .service-s {
        min-height: auto;
    }
}

/* Legal Services Hero Section - Yeniden Tasarlandı */
.legal-services-hero {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 0;
  overflow: hidden;
}

.legal-services-hero::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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

/* Section Badge */
.section-badge {
  margin-bottom: 20px;
}

.badge-text {
  display: inline-block;
  background: linear-gradient(135deg, #8c6239 0%, #a67c52 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(140, 98, 57, 0.3);
}

/* Main Title */
.main-title {
  color: #1e293b;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description Text */
.description-text {
  margin-bottom: 40px;
}

.lead-text {
  color: #475569;
  font-size: 1.70rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 500;
}

.sub-text {
  color: #64748b;
  font-size: 1.70rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Service Areas section removed as requested */

/* CTA Section */
.cta-section {
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.legal-services-hero .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.legal-services-hero .btn-primary {
  background: linear-gradient(135deg, #8c6239 0%, #a67c52 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(140, 98, 57, 0.3);
}

.legal-services-hero .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(140, 98, 57, 0.4);
  color: white;
  background: linear-gradient(135deg, #a67c52 0%, #8c6239 100%);
}

.legal-services-hero .btn-secondary {
  background: white;
  color: #8c6239;
  border: 2px solid #8c6239;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.legal-services-hero .btn-secondary:hover {
  background: #8c6239;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(140, 98, 57, 0.3);
}

.legal-services-hero .btn-icon {
  transition: transform 0.3s ease;
}

.legal-services-hero .btn:hover .btn-icon {
  transform: translateX(3px);
}

/* Trust Indicators */
.trust-indicators {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-size: 1.1rem;
  font-weight: 500;
}

.trust-icon {
  font-size: 1.2rem;
}

/* Profile Card */
.profile-card-container {
  position: relative;
  padding: 20px;
}

.profile-card {
  position: relative;
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  opacity: 0.5;
}

.profile-image-wrapper {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.profile-image {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  filter: brightness(0.6) contrast(1.2);
}

.profile-image:hover {
  transform: scale(1.02);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 240px;
  height: 100%;
  background: linear-gradient(135deg, rgba(140, 98, 57, 0.1) 0%, rgba(140, 98, 57, 0.05) 100%);
  border-radius: 16px;
  pointer-events: none;
}

.profile-info {
  text-align: center;
  position: relative;
  z-index: 2;
}

.lawyer-name {
  color: #1e293b;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.lawyer-title {
  color: #8c6239;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Credentials section removed as requested */

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(140, 98, 57, 0.1) 0%, rgba(140, 98, 57, 0.05) 100%);
  animation: float 6s ease-in-out infinite;
}

.bg-element-1 {
  width: 120px;
  height: 120px;
  top: 10%;
  right: 5%;
  animation-delay: 0s;
}



@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(180deg); }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .main-title {
    font-size: 3rem;
  }
  
  .profile-card {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .legal-services-hero {
    padding: 80px 0;
  }
  
  .main-title {
    font-size: 2.5rem;
  }
  
  .cta-buttons {
    justify-content: center;
  }
  
  .trust-indicators {
    justify-content: center;
  }
  
  .profile-card-container {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .legal-services-hero {
    padding: 60px 0;
  }
  
  .main-title {
    font-size: 2rem;
  }
  
  .lead-text {
    font-size: 1.1rem;
  }
  
  .sub-text {
    font-size: 1rem;
  }
  
  /* Service areas grid removed */
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .legal-services-hero .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .trust-indicators {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .profile-card {
    padding: 20px;
  }
  
  .profile-image {
    max-width: 240px;
  }
}

@media (max-width: 575px) {
  .main-title {
    font-size: 1.8rem;
  }
  
  /* Service areas removed */
  
  .profile-image {
    max-width: 200px;
  }
}

/* Hover Effects */
.legal-services-hero:hover .bg-element {
  animation-play-state: paused;
}

/* Area item hover effect removed */

/* Focus States for Accessibility */
.legal-services-hero .btn:focus {
  outline: 2px solid #8c6239;
  color: white;
}

/* Area item focus state removed */

/* Print Styles */
@media print {
  .legal-services-hero {
    background: white !important;
    box-shadow: none !important;
  }
  
  .bg-element {
    display: none !important;
  }
}

/* FAQ Section Styles - Professional & Elegant */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #A0522D, #CD853F);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 30px rgba(139, 69, 19, 0.15);
    transform: translateY(-3px);
    border-color: #D2B48C;
}

.faq-item:hover::before {
    transform: scaleX(1);
}

.faq-item.active {
    border-color: #8B4513;
    box-shadow: 0 8px 35px rgba(139, 69, 19, 0.2);
}

.faq-item.active::before {
    transform: scaleX(1);
}

.faq-question {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    padding: 24px 28px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.faq-question::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.faq-question:hover::before {
    left: 100%;
}

.faq-question:hover {
    background: linear-gradient(135deg, #A0522D, #8B4513);
    transform: translateX(2px);
}

.faq-question h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.faq-question h3 i {
    font-size: 22px;
    color: #fff;
    transition: all 0.4s ease;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, #654321, #8B4513);
}

.faq-item.active .faq-question h3 i {
    transform: rotate(180deg);
    color: #F5DEB3;
}

.faq-answer {
    padding: 0 28px;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid transparent;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    border-top: 1px solid #f0f0f0;
}

.faq-answer p {
    margin: 0;
    color: #495057;
    line-height: 1.7;
    font-size: 15px;
    padding: 24px 0;
    font-weight: 400;
    text-align: justify;
}

/* Professional hover effects */
.faq-item:hover .faq-question h3 {
    transform: translateX(4px);
}

/* Responsive adjustments for FAQ */
@media (max-width: 768px) {
    .faq-container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .faq-question h3 {
        font-size: 16px;
        gap: 12px;
    }
    
    .faq-question h3 i {
        font-size: 20px;
    }
    
    .faq-answer p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .faq-question,
    .faq-answer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .faq-item {
        margin-bottom: 20px;
        border-radius: 10px;
    }
}

/* Enhanced focus states for accessibility */
.faq-question:focus {
    outline: 2px solid #8B4513;
    outline-offset: 2px;
}

.faq-question:focus h3 {
    transform: translateX(4px);
}

/* Elips Şeklinde Sabit İletişim Butonları */
.contact-buttons-ellipse {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(139, 69, 19, 0.95);
    border-radius: 50px;
    padding: 15px 25px;
    box-shadow: 0 8px 32px rgba(139, 69, 19, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(160, 82, 45, 0.3);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.contact-buttons-ellipse:hover {
    background: rgba(139, 69, 19, 1);
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.4);
    transform: translateX(-50%) translateY(-2px);
}

.contact-btn-ellipse {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: white;
    padding: 8px 20px;
    border-radius: 40px;
    transition: all 0.3s ease;
    min-width: 90px;
    position: relative;
    overflow: hidden;
}

.contact-btn-ellipse::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.contact-btn-ellipse:hover::before {
    left: 100%;
}

.contact-btn-ellipse i {
    font-size: 24px;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.contact-btn-ellipse span {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.contact-btn-ellipse:hover i {
    transform: scale(1.1);
}

/* WhatsApp Butonu */
.whatsapp-btn-ellipse {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border: 2px solid #CD853F;
}

.whatsapp-btn-ellipse:hover {
    background: linear-gradient(135deg, #A0522D, #8B4513);
    border-color: #D2691E;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.4);
}

/* Mail Butonu */
.email-btn-ellipse {
    background: linear-gradient(135deg, #A0522D, #CD853F);
    border: 2px solid #D2691E;
}

.email-btn-ellipse:hover {
    background: linear-gradient(135deg, #CD853F, #A0522D);
    border-color: #8B4513;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(160, 82, 45, 0.4);
}

/* Telefon Butonu */
.phone-btn-ellipse {
    background: linear-gradient(135deg, #CD853F, #D2691E);
    border: 2px solid #8B4513;
}

.phone-btn-ellipse:hover {
    background: linear-gradient(135deg, #D2691E, #CD853F);
    border-color: #A0522D;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.4);
}

/* Telefon Butonu */
.phone-btn-ellipse {
    background: linear-gradient(135deg, #CD853F, #D2691E);
    border: 2px solid #8B4513;
}

.phone-btn-ellipse:hover {
    background: linear-gradient(135deg, #D2691E, #CD853F);
    border-color: #A0522D;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(210, 105, 30, 0.4);
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .contact-buttons-ellipse {
        bottom: 20px;
        padding: 10px 18px;
        gap: 15px;
    }
    
    .contact-btn-ellipse {
        padding: 6px 16px;
        min-width: 80px;
    }
    
    .contact-btn-ellipse i {
        font-size: 20px;
    }
    
    .contact-btn-ellipse span {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .contact-buttons-ellipse {
        bottom: 15px;
        padding: 8px 12px;
        gap: 10px;
    }
    
    .contact-btn-ellipse {
        padding: 5px 14px;
        min-width: 70px;
    }
    
    .contact-btn-ellipse i {
        font-size: 18px;
    }
    
    .contact-btn-ellipse span {
        font-size: 10px;
    }
}

/* Çok küçük ekranlarda sadece ikonlar */
@media (max-width: 360px) {
    .contact-buttons-ellipse {
        padding: 6px 10px;
        gap: 8px;
    }
    
    .contact-btn-ellipse {
        padding: 4px 12px;
        min-width: 60px;
    }
    
    .contact-btn-ellipse span {
        display: none;
    }
    
    .contact-btn-ellipse i {
        margin-right: 0;
    }
}

/* index.html'deki bg-banner-img için özel header ayarları */
.bg-banner-img .header_aera {
  padding: 50px 0px !important; /* Ana sayfa için tutarlı padding */
}

.bg-banner-img .header_aera .show {
  padding: 15px 0px !important; /* Scroll sonrası kompakt */
}

/* Diğer sayfalardaki banner sınıfları için de tutarlılık */
.about-banner-img .header_aera,
.service-banner-img .header_aera {
  padding: 50px 0px !important;
}

.about-banner-img .header_aera .show,
.service-banner-img .header_aera .show {
  padding: 15px 0px !important;
}

/* Top Info Bar Styles */
.top-info-bar {
   background: rgba(0, 0, 0, 0.8);
   color: #fff;
   padding: 8px 0;
   font-size: 13px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-info-bar .contact-info {
   display: flex;
   align-items: center;
   gap: 20px;
}

.top-info-bar .contact-item {
   display: flex;
   align-items: center;
   gap: 5px;
}

.top-info-bar .contact-item i {
   color: #f39c12;
   font-size: 14px;
}

.top-info-bar .contact-item a {
   color: #fff;
   text-decoration: none;
   transition: color 0.3s ease;
   cursor: pointer;
}

.top-info-bar .contact-item a:hover {
   color: #f39c12;
}

.top-info-bar .contact-item .location-link {
   color: #fff;
   text-decoration: none;
   transition: color 0.3s ease;
   cursor: pointer;
}

.top-info-bar .contact-item .location-link:hover {
   color: #f39c12;
}

.top-info-bar .social-links {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   gap: 15px;
}

.top-info-bar .social-link {
   display: inline-block;
   width: 30px;
   height: 30px;
   background: rgba(255, 255, 255, 0.1);
   border-radius: 50%;
   text-align: center;
   line-height: 30px;
   color: #fff;
   text-decoration: none;
   transition: all 0.3s ease;
}

.top-info-bar .social-link:hover {
   background: #f39c12;
   color: #fff;
   transform: translateY(-2px);
}

.top-info-bar .social-link i {
   font-size: 14px;
}

.top-info-bar .seo-text {
   color: #fff;
   font-size: 12px;
   font-weight: 500;
   margin-left: 15px;
   padding: 5px 10px;
   background: rgba(243, 156, 18, 0.2);
   border-radius: 15px;
   border: 1px solid rgba(243, 156, 18, 0.3);
   white-space: nowrap;
}

/* Responsive styles for top info bar */
@media (max-width: 768px) {
   .top-info-bar .contact-info {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
   }
   
   .top-info-bar .social-links {
      justify-content: flex-start;
      margin-top: 10px;
   }
   
   .top-info-bar .container .row > div {
      margin-bottom: 10px;
   }
   
   .top-info-bar .seo-text {
      margin-left: 10px;
      font-size: 11px;
      padding: 4px 8px;
   }
}

@media (max-width: 480px) {
   .top-info-bar {
      padding: 10px 0;
   }
   
   .top-info-bar .contact-info {
      gap: 8px;
   }
   
   .top-info-bar .social-links {
      gap: 10px;
   }
   
   .top-info-bar .social-link {
      width: 28px;
      height: 28px;
      line-height: 28px;
   }
}

/* ===== Back to Top Button Styles ===== */
.back-to-top-btn {
   position: fixed;
   bottom: 30px;
   right: 30px;
   width: 50px;
   height: 50px;
   background: linear-gradient(135deg, #8B4513, #A0522D);
   color: white;
   border-radius: 50%;
   cursor: pointer;
   opacity: 0;
   visibility: hidden;
   transform: translateY(20px);
   transition: all 0.3s ease;
   z-index: 1000;
   box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
   padding: 0;
   margin: 0;
   border: none;
   outline: none;
}

.back-to-top-btn:hover {
   background: linear-gradient(135deg, #A0522D, #CD853F);
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(139, 69, 19, 0.4);
}

.back-to-top-btn.show {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
}

.back-to-top-btn i {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 20px;
   font-weight: bold;
   line-height: 1;
   margin: 0;
   padding: 0;
}

/* Responsive adjustments for Back to Top button */
@media (max-width: 768px) {
   .back-to-top-btn {
      bottom: 20px;
      right: 20px;
      width: 45px;
      height: 45px;
   }
   
   .back-to-top-btn i {
      font-size: 18px;
   }
}

@media (max-width: 480px) {
   .top-info-bar .social-link {
      width: 28px;
      height: 28px;
      line-height: 28px;
   }
}

/* Footer labels */
.footer-label {
   text-decoration: underline;
   font-weight: 600;
   color: #A0522D;
}

/* Footer section titles */
.our_footer_area .footer-top {
   color: #A0522D;
}

/* Calculations Page Styles */
.calculations-area {
    background-color: #f8f9fa;
}

.calculation-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.calculation-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.calc-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.calc-header h3 {
    color: #2c3e50;
    font-weight: 600;
    margin-top: 15px;
    font-size: 20px;
}

.calc-content .form-group {
    margin-bottom: 20px;
}

.calc-content label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    display: block;
}

.calc-content .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.calc-content .form-control:focus {
    border-color: #8B4513;
    box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
}

.calc-content .btn {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.calc-content .btn:hover {
    background: linear-gradient(135deg, #A0522D, #CD853F);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}

.result {
    margin-top: 20px;
}

.result .alert {
    border-radius: 8px;
    border: none;
    padding: 15px;
    margin-top: 15px;
}

.result .alert-success {
    background-color: #d4edda;
    color: #155724;
    border-left: 4px solid #28a745;
}

.result .alert-warning {
    background-color: #fff3cd;
    color: #856404;
    border-left: 4px solid #ffc107;
}

.info-box {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #8B4513;
}

.info-box h3 {
    color: #8B4513;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-box p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
    font-size: 1.3rem;
}

.legal-consultation-box {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #28a745;
    margin-top: 20px;
    text-align: center;
}

.legal-consultation-box h4 {
    color: #28a745;
    font-weight: 600;
    margin-bottom: 15px;
}

.legal-consultation-box h4 i {
    margin-right: 10px;
}

.legal-consultation-box p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
}

.legal-consultation-box .btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.legal-consultation-box .btn:hover {
    background: linear-gradient(135deg, #20c997, #17a2b8);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .calculation-box {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .calc-header h3 {
        font-size: 18px;
    }
    
    .calc-content .btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}

/* Calculation Cards Styles */
.calculation-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.calculation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #8B4513;
}

/* Removed duplicate card-icon styles */

.calculation-card h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.calculation-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    min-height: 80px;
}

.calculation-card .btn {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.calculation-card .btn:hover {
    background: linear-gradient(135deg, #A0522D, #CD853F);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}

/* Banner Area for Calculations */
.banner_area {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    padding: 80px 0;
    color: white;
}

.banner_inner {
    text-align: center;
}

.banner_content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner_content p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* Section Title */
.section_title {
    margin-bottom: 60px;
}

.section_title h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}

.section_title p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .calculation-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .calculation-card h3 {
        font-size: 1.1rem;
    }
    
    .calculation-card p {
        font-size: 0.9rem;
        min-height: 60px;
    }
    
    .banner_content h1 {
        font-size: 2rem;
    }
    
    .banner_content p {
        font-size: 1rem;
    }
    
    .section_title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .calculation-card {
        padding: 15px;
    }
    
    .banner_area {
        padding: 60px 0;
    }
    
    .banner_content h1 {
        font-size: 1.8rem;
    }
    
    .section_title h2 {
        font-size: 1.8rem;
    }
}

/* Calculation Form Styles */
.calculation-form-area {
    padding: 80px 0;
    background: #f8f9fa;
}

.calculation-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.form-header {
    margin-bottom: 40px;
}

.form-header h2 {
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-header p {
    color: #666;
    font-size: 1.1rem;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #A0522D;
    box-shadow: 0 0 0 0.2rem rgba(160, 82, 45, 0.25);
}

.btn-lg {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 10px;
}

.btn-default {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-default:hover {
    background: #5a6268;
    border-color: #5a6268;
}

/* Results Section */
.results-section {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 5px solid #A0522D;
}

.results-header h3 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.result-item {
    margin-bottom: 25px;
    text-align: center;
}

.result-item h4 {
    color: #666;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.result-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #A0522D;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.result-details {
    background: white;
    padding: 20px;
    border-radius: 8px;
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Info Box */
.info-box {
    margin-top: 40px;
    padding: 25px;
    background: #e3f2fd;
    border-radius: 10px;
    border-left: 5px solid #2196f3;
}

.info-box h4 {
    color: #1976d2;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.info-box ul {
    margin: 0;
    padding-left: 20px;
}

.info-box li {
    color: #424242;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Responsive adjustments for forms */
@media (max-width: 768px) {
    .calculation-form-wrapper {
        padding: 25px;
    }
    
    .form-header h2 {
        font-size: 1.8rem;
    }
    
    .btn-lg {
        padding: 12px 25px;
        font-size: 1rem;
        margin: 5px;
    }
    
    .result-value {
        font-size: 1.5rem;
        padding: 12px;
    }
}

@media (max-width: 576px) {
    .calculation-form-wrapper {
        padding: 20px;
    }
    
    .form-header h2 {
        font-size: 1.6rem;
    }
    
    .results-section {
        padding: 20px;
    }
    
    .result-value {
        font-size: 1.3rem;
        padding: 10px;
    }
}

/* ===== Hesaplamalar Sayfası Stilleri ===== */

/* Hesaplama Kartları */
.calculation-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.calculation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #2196f3;
}

.calculation-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #a67c52, #8c6239);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.calculation-card .card-icon i {
    color: white;
    font-size: 2.5rem;
}

.calculation-card h3 {
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.calculation-card p {
    color: #666;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 25px;
    min-height: 80px;
}

.calculation-card .btn {
    background: linear-gradient(135deg, #2196f3, #1976d2);
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.calculation-card .btn:hover {
    background: linear-gradient(135deg, #1976d2, #1565c0);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.4);
}

/* Hesaplamalar Alanı */
.calculations-area {
    background: #f8f9fa;
    padding: 80px 0;
}

.calculations-area .section_title h2 {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.calculations-area .section_title p {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 50px;
}

/* Hukuki Danışmanlık Bölümü */
.legal-consultancy {
    background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    border-left: 5px solid #4caf50;
    text-align: center;
}

.legal-consultancy h4 {
    color: #2e7d32;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.legal-consultancy p {
    color: #388e3c;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
}

/* Hukuki Danışmanlık Butonları */
.legal-consultancy-buttons {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.legal-btn {
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 200px;
    justify-content: center;
}

.legal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.legal-btn i {
    font-size: 1.1rem;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .calculation-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .calculation-card h3 {
        font-size: 1.3rem;
    }
    
    .calculation-card p {
        font-size: 1.2rem;
        min-height: 70px;
    }
    
    .calculations-area .section_title h2 {
        font-size: 2rem;
    }
    
    .legal-consultancy-buttons {
        gap: 12px;
    }
    
    .legal-btn {
        min-width: 180px;
        padding: 10px 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .calculation-card {
        padding: 20px 15px;
    }
    
    .calculation-card .card-icon {
        width: 70px;
        height: 70px;
    }
    
    .calculation-card .card-icon i {
        font-size: 2rem;
    }
    
    .calculation-card h3 {
        font-size: 1.2rem;
    }
    
    .calculation-card p {
        font-size: 1.1rem;
        min-height: 60px;
    }
    
    .calculations-area {
        padding: 60px 0;
    }
    
    .calculations-area .section_title h2 {
        font-size: 1.8rem;
    }
    
    .legal-consultancy {
        padding: 25px 20px;
    }
    
    .legal-consultancy h4 {
        font-size: 1.5rem;
    }
    
    .legal-consultancy p {
        font-size: 1.2rem;
    }
    
    .legal-consultancy-buttons {
        gap: 10px;
    }
    
    .legal-btn {
        min-width: 160px;
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}

/* Additional spacing and layout improvements */
.header_aera .navbar-nav > li {
  margin-right: 5px !important;
}

.header_aera .navbar-nav > li:last-child {
  margin-right: 0 !important;
}

/* Ensure the navbar has enough width to accommodate all items */
.header_aera .navbar-collapse {
  min-width: 600px !important;
}

@media (max-width: 991px) {
  .header_aera .navbar-collapse {
    min-width: auto !important;
  }
  
  .header_aera .navbar-nav > li > a {
    padding: 0 10px !important;
    font-size: 14px !important;
  }
}

/* Ensure dropdown menu appears properly */
.header_aera .navbar-nav > li.submenu:hover > ul.dropdown-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* --------------------------------------------------
   Footer refinements (moved from inline <style> in index.html)
----------------------------------------------------- */
.our_footer_area .book_now>div {
  margin-bottom: 20px;
}

.our_footer_area .footer-top {
  margin-bottom: 12px;
  font-size: 20px;
}

.our_footer_area .footer-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.our_footer_area .footer-menu li {
  margin-bottom: 6px;
}

.our_footer_area .footer-menu li a {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.our_footer_area .location {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.our_footer_area .location a {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
}

/* Hesaplamalar sütununda tek satır tercihi */
.our_footer_area .hesaplamalar-menu li a,
.hesaplamalar-menu li a {
  white-space: nowrap;
}

@media (max-width: 992px) {
  .our_footer_area .footer-menu li a {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    font-size: 14px;
  }
}

/* --------------------------------------------------
   Mobile: Hide labels inside floating contact buttons
   (Keep desktop unchanged)
----------------------------------------------------- */
@media (max-width: 768px) {
    .contact-btn-ellipse span {
        display: none;
    }
    .contact-btn-ellipse i {
        margin-right: 0;
    }
}

/* Fine-tune mobile icon centering and spacing for contact buttons */
@media (max-width: 768px) {
    .contact-btn-ellipse {
        justify-content: center;
        padding: 8px 12px;
        min-width: auto;
    }
}

/* --------------------------------------------------
   Mobile Drawer (off-canvas) - scoped to mobile only
   Desktop remains unaffected
----------------------------------------------------- */
@media (max-width: 991px) {
  body.drawer-open {
    overflow: hidden;
    touch-action: none;
  }

  .drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 1040;
  }
  .drawer-backdrop.show {
    opacity: 1;
    visibility: visible;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    transform: translateX(-100%);
    transition: transform .3s ease;
    background: #111;
    color: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
  }
  .mobile-drawer.open {
    transform: translateX(0);
  }

  .mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .mobile-drawer__header .navbar-brand img {
    height: 36px;
  }
  .mobile-drawer__close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    width: 48px;
    height: 48px;
    text-align: center;
  }

  .mobile-drawer__nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 24px;
  }

  .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0 8px;
  }
  .mobile-menu__item {
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .mobile-menu__link {
    display: block;
    padding: 16px;
    font-size: 16px;
    color: #fff;
  }
  .mobile-menu__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu__toggle {
    appearance: none;
    background: transparent;
    border: none;
    color: #fff;
    width: 48px;
    height: 48px;
  }
  .mobile-menu__toggle .chevron,
  .mobile-menu__toggle .chevron:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .2s ease;
    vertical-align: middle;
  }
  .mobile-menu__toggle.open .chevron {
    transform: rotate(-135deg);
  }

  .mobile-submenu {
    list-style: none;
    margin: 0 0 8px 0;
    padding: 0 0 8px 16px;
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s ease;
    background: rgba(255,255,255,0.03);
  }
  .mobile-submenu li a {
    display: block;
    padding: 12px 16px;
    font-size: 15px;
    color: #fff;
  }
}

/* Ensure desktop stays unchanged */
@media (min-width: 992px) {
  .mobile-drawer, .drawer-backdrop { display: none !important; }
}

/* --------------------------------------------------
   Mobile navbar toggle visuals and overlay stacking
----------------------------------------------------- */
@media (max-width: 991px) {
  /* Make hamburger button transparent */
  .navbar-default .navbar-toggle,
  .navbar-toggle {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background: transparent !important;
    outline: none;
  }

  /* Ensure drawer overlays header completely */
  .mobile-drawer { z-index: 10020; }
  .drawer-backdrop { z-index: 10010; }

  /* Push navbar behind when drawer is open (belt and suspenders) */
  body.drawer-open .navbar { z-index: 1 !important; }
}