/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
     padding-top: 0px;
     background: #f4f6fa;
     font-size: 18px;
     color: #23272f;
     line-height: 1.7;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 60px;
     padding-bottom: 60px;
}
.padding_0{
    padding: 0px;
}
.padding_left_0{
    padding-left: 100px;
}
.header_section {
    background: none;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
}
.navbar {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-radius: 0 0 24px 24px;
}
.navbar-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}
.navbar-nav .nav-link {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    padding: 0 28px;
    background: none;
    border: none !important;
    border-radius: 12px;
    transition: color 0.2s, background 0.2s, border-bottom 0.2s;
    white-space: nowrap;
    margin-right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus {
    color: #1b263b !important;
    background: rgba(255,255,255,0.18);
    border-bottom: 3px solid #fff;
    border-radius: 12px 12px 0 0;
}
.navbar-nav .nav-link:nth-child(2) {
    margin-right: 32px;
    border: none !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { 
    color: #f87509;
}

.banner_main{
    width: auto;
        float: left;
    padding-left: 100px;
}
.banner_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2e2d2e;
    padding-top: 40px;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_text {

    width: 90%;
    float: left;
    font-size: 16px;
    color: #2e2d2e;

}
.btn_main {
    width: 100%;
    float: left;
    padding-top: 75px;
}
.more_bt {
    width: 170px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    border: 3px solid #4aafff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    border-style: outset ;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 7px #999;
}

.more_bt a:hover {
    color: #f87509;
    box-shadow: none;
    transform: scale(1.1);
}

.contact_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}
.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #181818;
    border: 3px solid #4aafff;
    border-style: outset ;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 7px #999;
}
.contact_bt a:hover {
    color: #f87509;
    box-shadow: none;
    transform: scale(1.1);
}
.services_section {
    width: 100%;
    float: left;
    background-image: url(../images/services-bg.png);
    height: auto;
    margin-top: 5px;
    padding-bottom: 10px;
    background-size: 100%;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #282c47;
    padding-top: 100px;
    text-transform: uppercase;
    font-weight: bold;
}
.services_taital::after {
    content: '';
    background-color: #f87509;
    position: absolute;
    width: 60px;
    text-align: center;
    right: initial;
    top: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 7px;
    left: 0;
    border-radius: 100px;
}
.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #060606;
    margin-left: 0px;
}
.moremore_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.moremore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    border: 3px solid #4aafff;
    border-style: outset ;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    font-weight: bold;
    box-shadow: 0 7px #999;
}
.moremore_bt a:hover {
    color: #f87509;
    box-shadow: none;
    transform: scale(1.1);
}
.image_1{
    width: 100%;
    float: left;
}

.what_we_do_section{
    width: 100%;
    float: left;
    padding-top: 150px;
}

.contact_section{
    padding-top: 130px;
}
.what_taital {
    width: 100%;
    float: left;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    color: #222;
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.what_taital::after {
    content: '';
    background-color: #f87509;
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 7px;
    left: 0;
    border-radius: 100px;
}

.what_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #060606;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
}
.what_we_do_section_2{
    width: 100%;
    float: left;
    margin-top: 70px;
    padding: 10px;
    
}
.box_main {
    
    display: inline-block; 
    padding-top: 10%;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0px;
    margin-right: 0px;
    width: fit-content;
    flex-basis: 400px;
    height: 500px;
    width: 100%; 
    background-color: #1b5a8d;
    border-radius: 20px;
    
    
}
.box_main:hover{
    background-color: #f87509;
    transform: scale(1.05);
}
.box_main.active {
    background-color: #f87509;
}
.box {
    
    display: inline-block; 
    padding-top: 10%;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 0px;
    margin-right: 40px;
    width: fit-content;
    flex-basis: 400px;
    height: 500px;
    width: 100%; 
    background-color: #1b5a8d;
    border-radius: 20px;
    
    
}
.box:hover{
    background-color: #f87509;
    transform: scale(1.05);
    
}
.box.active {
    background-color: #f87509;
}
.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 70px;
}
.accounting_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.project_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.project_main{
    width: 100%;
    float: left;
    padding-top: 200px;
}
.image_6 {
    width: 100%;
    float: left;
    position: relative;
    left: -100px;
    top: -50px;
}
.images_main{
    width: 100%;
    float: left;
}
.images_left{
    width: 50%;
    float: left;
}
.images_right {
    width: 47%;
    float: left;
    margin-top: 70px;
    margin-left: 12px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_1:hover .image {
  opacity: 0.3;
  background-color: rgb(71.0.5.9.5)!important;

}

.container_1:hover .middle {
  opacity: 1;
  z-index: 2;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

.container_1 {
    position: relative;
    margin-top: 12px;
}
.container_1::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(225 ,225 ,225 ,0.8);
    width: 100%;
    height: 100%;
}

.container_1:hover::after{
    display: block;
}
.fact_text{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #060606;
    text-align: center;
}

.project_section_2 {
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    height: auto;
    padding: 50px 0px 40px 0px;
}

.accounting_text_1{
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.yers_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-left: 0px;
    margin-top: 0px;
}
.team_section{
    width: 100%;
    padding-top: 150px;
    float: left;
    margin-top: 90px;
}
.what_text_1 {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #060606;
    text-align: center;
}
.team_section_2{
    width: 100%;
    padding-left: 10%;
    text-align: center;
    font-size: 25px;
    color: #060606;
      
}

.readable_text{
    width: 100%;
    float: center;
    font-size: 24px;
    text-align: center;
    color: #060606;
    margin-left: auto;
    font-weight: 450;
}
.readable_text_1{
    width: 100%;
    float: center;
    font-size: 24px;
    text-align: center;
    color: #f87509;
    margin: auto;
    font-weight: 450;
}
.social_icon{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_icon li{
    float: none;
    display: inline-block;
    padding: 20px 8px 0px 8px;
}



.client_section {
    width: 100%;
    float: left;
    padding-bottom: 140px;
}


.client_section_2{
    width: 100%;
    margin: 20px;
    text-align: center;
}
.client_section_2 ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.client_section_2 li {
    float: left;
    padding: 50px 15px 0px 15px;
}
.round_1, .round_2 {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: auto;
    display: inline-block;
}
.dummy_text{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}

.amet_text {
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
}
.contact_section2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}


.contact_text {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: auto;
}
.contact_text a{
    width: 100%;
    text-align: center;
    float: left;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
    flex: 1;
    font-size: 20px;
    font-weight: bold;
    color: #060606;
    background-color: #ffffff;
    border: 4px solid #4aafff;
    box-shadow: 0 10px #999;
    border-style: outset ;
    border-radius: 40px;
    padding: 20px;
    margin: 10px;
    padding-right: 5px;
    padding-left: 35px;
    
}
.contact_text a:hover {
    color: #f87509;
    transform: scale(1.1);
    box-shadow: none;
    
}

.padding_left_16{
    width: 100%;
    text-align: center;
}

.map-responsive{
    padding-top: 10%;
    padding-right: 0;
    padding-left: 10%;
    width: 100%;
    border-radius: 25px;
    margin: 0 auto;
    padding: auto;
    
}

.footer_section{
    width: 100%;
    float: left;
    background-color: #23272f;
    color: #fff;
    height: auto;
    position: static;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
    padding-top: 48px;
}
.about_text{
    width: 100%;
    float: left;
    font-size: 25px;
    color: #fffcf4;
    font-weight: bold;
}
.location_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f8f8f8;
    padding-top: 18px;
    
}
.location_text a{
    font-size: 18px;
    color: #f8f8f8;
    padding-top: 18px;
}
.location_text a:hover span {
    color: #f87509;
    transition: color 0.3s ease-in-out; /* Adjust the duration */
  }
  

.padding_left_15 {
    padding-left: 15px;
}
.padding_left_15 a{
    padding-left: 15px;
    width: 100%;  
}
.padding_left_15 a:hover{
    color: #f87509;
    
}
.dolor_text{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fffcf4;
    padding-top: 10px;
    margin: 10px;
    line-height: 40px;
    
}
.mail_text {
    width: 100%;
    float: right;
    font-size: 20px;
    color: #000000;
    background-color: hsl(0, 0%, 97%);
    height: auto;
    border-radius: 25px;
    padding: 10px 15px;
    margin-top: 18px;
    box-shadow: 0 7px #999999;
    border-color:4px #1b5a8d;
    border-style: outset ;
}
.mail_text:hover{
    box-shadow: none;
}
.subscribe_bt{
    width: 100%;
    float: left;
    color: #ffffff;
    background-color: #f87509;
    box-shadow: 0 7px #999;
    border-color: #1b5a8d;
    border-radius: 25px;
    font-size: 18px;
    height: auto;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
    font-weight: bold;
}
.subscribe_bt:hover {
    background-color: #12970d; /* Example: Darker green color on hover */
    color: #ffffff;
    box-shadow: none;
    transform: scale(1.2);
  }
.footer_social_icon{
    width: 100%;
    float: left;
    padding-top: 18px
    
}
.social_media {
    width: 100%;
    margin: 5px;
    padding: 4px;
    
}

.social_media a{
    color: #ffffff;
    font-size: 18px;
    position: relative;
} 

.social_media a:hover span {
    color:#f87509;
    transition: color 0.3s ease-in-out; /* Adjust the duration */
    
  }
  
.footer_social_icon ul{
    margin: 0px;
    padding: 0px;
}
.footer_social_icon li {
    float: left;
    padding: 35px 15px 0px 0px;
}
.footer_images{
    width: 100%;
    float: left;
}
.footer_images_left {
    width: 32%;
    float: left;
}
.footer_images_right{
    width: 50%;
    float: left;
}
.image_12 {
    width: 88%;
    float: left;
    margin-top: 15px;
}

.copyright_section {
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid #fff;
    margin-top: 55px;
    text-align: center;
    border-radius: 25px;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 10px 0px;
    
}
.copyright_text a{
    color: #ffffff
}
.copyright_text a:hover{
    color: #f87509;
    font-weight: bold;
    font-size: 18px;
    
}
.margin_top_90{
  margin-top: 90px;
}

@mixin aspect-ratio($width, $height) {
    position: relative;
      
    &:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: ($height / $width) * 100%;
    }
      
    > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
    }
  }
  
  */ Styling
  
  section {
      background: #F4F4F4;
      padding: 50px 0;
  }
  
  
  .carousel {
      display: block;
      text-align: left;
      position: relative;
      margin-bottom: 10px;
      
      > input {
          clip: rect(1px, 1px, 1px, 1px);
          clip-path: inset(50%);
          height: 1px;
          width: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          
          &:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -500%; }
          &:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -400%; }
          &:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -300%; }
          &:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -200%; }
          &:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: -100%; }
          &:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type { margin-left: 0%; }
          
          &:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
          &:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) { box-shadow: 0px 0px 0px 5px rgba(0,0,255,0.5); }
      }
  }
  
  .carousel__slides {
      position: relative;
      width: 100%;

      padding: 0;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      display: flex;
  }
  
  .carousel__slide {
      position: relative;
      padding:0px;
      padding-top: 0%;
      margin-top: 0%;
      margin: 0px;
      display: block;
      flex: 1 0 100%;
      width: 100%;
      height: 0%;
      overflow: hidden;
      transition: all 300ms ease-out;
      vertical-align: text-bottom;
      box-sizing: border-box;
      white-space: normal;
      
      figure {
          display: flex;
          margin: 0;
      }
      
      div {
          @include aspect-ratio(3, 2);
          width: 100%;
          
          position: relative;
      }
      
      img {
          display: block;
          flex: 1 1 auto;
          object-fit: cover;
      }
      
      figcaption {
          align-self: flex-end;
          padding: 20px 20px 0 20px;
          flex: 0 0 auto;
          width: 100%;
          min-width: 150px;
      }
      .credit_title{
        color: #000000;
        font-weight: bold;
        font-size: 25px;
      }
      .credit {
          margin: auto;
          padding: auto;
          color: rgba(0, 0, 0, 0.5);
          display: flex;       
      }
      
      &.scrollable {
          overflow-y: scroll;
      }
  }
  
  .carousel__thumbnails {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      
      
      margin: 200px -10px 20px;
      
      .carousel__slides + & {
          margin-top: 20px;
      }
      
      li {        
          flex: 1 1 auto;
          max-width: calc((100% / 6) - 20px);  
          margin: 0 10px;
          transition: all 300ms ease-in-out;
      }
      
      label {
          display: block;
          @include aspect-ratio(1,1);
          
                    
          &:hover,
          &:focus {
              cursor: pointer;
              
              img {
                  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.25);
                  transition: all 300ms ease-in-out;
              }
          }
      }
      
      img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
    }

body, h1, h2, h3, h4, h5, h6, p, a, button, input {
    font-family: 'Montserrat', Arial, sans-serif;
}

.navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    white-space: nowrap;
    padding-left: 32px;
    padding-right: 32px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #f87509 !important;
}

.what_taital {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    color: #222;
}

.team_section, .client_section, .project_section_2 {
    background: #f8f9fb;
    border-radius: 24px;
    margin-bottom: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
    padding: 60px 0;
}

.col-lg-10, .col-lg-4, .client_section_2 ul li {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 32px 16px 24px 16px;
    margin: 0 auto 24px auto;
    transition: box-shadow 0.2s, transform 0.2s;
}
.col-lg-10:hover, .col-lg-4:hover, .client_section_2 ul li:hover {
    box-shadow: 0 8px 32px rgba(248,117,9,0.12);
    transform: translateY(-4px) scale(1.03);
}

.image_7, .image_11, .round_1, .round_2 {
    border-radius: 50%;
    border: 4px solid #f87509;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    object-fit: cover;
}

.subscribe_bt, .more_bt a, .moremore_bt a, .contact_bt a {
    background: linear-gradient(90deg, #f87509 60%, #ffb347 100%);
    color: #fff !important;
    border: none;
    border-radius: 32px;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(248,117,9,0.08);
    transition: background 0.2s, transform 0.2s;
}
.subscribe_bt:hover, .more_bt a:hover, .moremore_bt a:hover, .contact_bt a:hover {
    background: linear-gradient(90deg, #ffb347 0%, #f87509 100%);
    color: #fff;
    transform: scale(1.05);
}

.social_icon ul {
    gap: 16px;
}
.social_icon li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s, transform 0.2s;
}
.social_icon li img:hover {
    box-shadow: 0 4px 16px rgba(248,117,9,0.18);
    transform: scale(1.12);
}

@media (max-width: 991px) {
    .col-lg-10, .col-lg-4, .client_section_2 ul li {
        padding: 20px 8px 16px 8px;
    }
    .team_section, .client_section, .project_section_2 {
        padding: 32px 0;
    }
    .what_taital {
        font-size: 2rem;
    }
}
@media (max-width: 600px) {
    .col-lg-10, .col-lg-4, .client_section_2 ul li {
        padding: 12px 2px 8px 2px;
    }
    .what_taital {
        font-size: 1.3rem;
    }
}

.contact_social_modern a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 8px 8px 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #f87509 60%, #ffb347 100%);
    box-shadow: 0 2px 8px rgba(248,117,9,0.10);
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.contact_social_modern a:hover {
    background: linear-gradient(135deg, #ffb347 0%, #f87509 100%);
    transform: scale(1.12);
    box-shadow: 0 4px 16px rgba(248,117,9,0.18);
}
.contact_social_icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.2s;
}
.contact_social_modern a:hover .contact_social_icon {
    filter: brightness(1) invert(0);
}

.contact_info_item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 14px 24px;
    margin-bottom: 18px;
    font-size: 1.1rem;
    font-family: 'Montserrat', Arial, sans-serif;
    transition: box-shadow 0.2s, transform 0.2s, background 0.2s;
    cursor: pointer;
}
.contact_info_item:hover {
    background: linear-gradient(90deg, #f87509 60%, #ffb347 100%);
    color: #fff;
    box-shadow: 0 4px 24px rgba(248,117,9,0.13);
    transform: translateY(-2px) scale(1.03);
}
.contact_info_item img.contact_icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    object-fit: contain;
    flex-shrink: 0;
    transition: filter 0.2s;
}
.contact_info_item:hover img.contact_icon {
    filter: brightness(0) invert(1);
}
.contact_info_item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.contact_info_item:hover a {
    color: #fff;
}

.contact-card .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    justify-content: center;
    gap: 32px;
    height: 100%;
}
.contact-card .col-lg-5,
.contact-card .col-lg-7,
.contact_info_modern,
.map-responsive {
    height: 100%;
}
@media (max-width: 991px) {
    .contact-card .row {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }
    .contact_info_modern, .map-responsive {
        margin-bottom: 24px;
    }
}
.contact_info_modern {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.map-responsive {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.hero-section {
  min-height: 80vh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-left: 48px;
  padding-right: 48px;
}
.hero-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 400px;
  text-align: left;
}
.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.hero-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
@media (max-width: 900px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }
  .hero-content {
    align-items: center;
    text-align: center;
  }
}