/* CSS Document */

/* 
    Created on   : 23/05/2018.
    Theme Name   : Charles-Business-Consulting HTML Template.
    Version      : 1.0.
    Author       : @CreativeGigs.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Header One */
/*   05 - Theme Header Two */
/*   06 - Theme menu One  */
/*   07 - Theme menu Two  */
/*   08 - Theme Main Banner  */
/*   09 - Top Feature  */
/*   10 - About Company  */
/*   11 - Feature Banner  */
/*   12 - Service Style One  */
/*   13 - Testimonial Slider  */
/*   14 - Our Team   */
/*   15 - Theme Counter  */
/*   16 - Free Consultation  */
/*   17 - Partner Slider  */
/*   18 - Theme footer one  */
/*   19 - Theme footer Two   */
/*   20 - CallOut Banner */
/*   21 - Our Solution  */
/*   22 - About Company Stye Two  */
/*   23 - Our Case  */
/*   24 - Faq Section  */
/*   25 - Why Choose us  */
/*   26 - Short Banner  */
/*   27 - Latest News  */
/*   28 - Google Map   */
/*   29 - Theme Inner Banner   */
/*   30 - Why WE Best   */
/*   31 - Core Values   */
/*   32 - Theme Sidebar One   */
/*   33 - Service Details   */
/*   34 - Project Details   */
/*   35 - Blog Sidebar   */
/*   36 - Blog Details   */
/*   37 - Contact Us   */
/*   38 - Compnay Branch Address   */
/*   39 - Shop Page   */



/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700,900');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----Language Switcher---*/
@import url('../vendor/language-switcher/polyglot-language-switcher.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}

#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 40px;
  position: relative;
  top: 50%;
  margin: -20px auto 0 auto;
}

/*==================== Click Top ====================*/
.scroll-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 26px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
  background-color: #E77724;
  /* Button background */
  line-height: 45px;
  /* Vertically align the arrow */
  transition: background-color 0.3s ease;
  /* Smooth color change */
}

.scroll-top:hover {
  background-color: #b46021;
  /* Change color on hover */
}



/*______________________ Global stlye ___________________*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'),
    /* IE9 Compat Modes */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
  /* Legacy iOS */
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #555555;
  font-size: 18px;
  position: relative;
  background: radial-gradient(ellipse at center, rgba(246, 229, 216, 0.2) 0%, rgba(228, 120, 48, 0.05) 40%, rgba(246, 229, 216, 0.3) 100%);
}

html {
  scroll-behavior: smooth;
}


.main-page-wrapper {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito Sans', sans-serif;
  color: #232323;
}

h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
}

h2 {
  font-size: 38px;
  font-weight: 900;
}

h3 {
  font-size: 32px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  font-weight: 700;
}

h6 {
  font-size: 20px;
  font-weight: normal;
}

p {
  line-height: 35px;
}

ul {
  list-style-type: none;
}

body a {
  text-decoration: none;
  color: #232323;
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;

}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

/* Custom Scrollbar for Webkit Browsers */
::-webkit-scrollbar {
  width: 12px;
  /* Width of the scrollbar */
  height: 12px;
  /* Height of horizontal scrollbar */
  margin: 35px;

}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
  /* Rounded corners for the track */

}

::-webkit-scrollbar-thumb {
  background: #E77724;
  /* Thumb color with the specified color */
  border-radius: 10px;
  /* Rounded corners for the thumb */

}

::-webkit-scrollbar-thumb:hover {
  background: #E77724;
  /* Color when the scrollbar is hovered */
}

/* Custom Scrollbar for Firefox */
scrollbar {
  width: 12px;
  height: 12px;
}

scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

scrollbar-thumb {
  background: #E77724;
  /* Thumb color with the specified color */
  border-radius: 10px;
}

scrollbar-thumb:hover {
  background: #E77724;
  /* Color when the scrollbar is hovered */
}


input,
textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.section-spacing {
  margin-bottom: 120px;
}

.about-compnay {
  margin-top: 120px;
}

.m-top0 {
  margin-top: 0 !important;
}

.m-bottom0 {
  margin-bottom: 0 !important;
}

.p-bottm0 {
  padding-bottom: 0 !important;
}

.no-border {
  border: none !important;
}

/*--------------------- Transition --------------------*/
.tran3s,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.header-one .top-header .address-wrapper .quotes a,
.header-one .theme-menu-wrapper .right-widget .social-icon li a,
#mega-menu-holder ul.dropdown li a:before,
.theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li>span,
.top-feature .main-content,
.service-style-one .single-service .text,
.service-style-one .single-service,
.owl-theme .owl-dots .owl-dot span,
.our-team .team-member .overlay .hover-content ul li a,
.our-team .team-member .overlay,
.our-team .team-member .text,
.theme-footer-two .top-footer .footer-list ul li a,
.theme-footer-one .top-footer .footer-list ul li a,
.theme-footer-one .bottom-footer ul li a,
.header-two .top-header .social-icon li a,
.our-case .single-case-block .hover-content,
.our-case .single-case-block .hover-content .text .details,
.accordion-one .panel-group .panel-heading a:before,
.our-blog .single-blog .post-meta .read-more,
.theme-footer-two .logo-widget .social-icon li a,
.core-values .single-value-block .image-box .overlay,
.theme-sidebar-one .service-categories ul li a,
.theme-pagination ul li a,
.project-details .project-details-sidebar .social-icon li a,
.blog-sidebar .sidebar-categories ul li a,
.blog-sidebar .sidebar-archives ul li a,
.blog-sidebar .sidebar-tags ul li a,
.blog-details .share-option li a,
.shop-page .single-product .product-name .price,
.shop-page .single-product .image-box,
.shop-page .single-product .product-name .add-to-cart,
.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-review-tab .nav-tabs .nav-link {
  transition: all .3s ease-in-out;
}

.tran4s,
.our-solution .single-solution-block .icon,
.our-case .single-case-block .hover-content .text,
.our-blog .single-blog .image-box img {
  transition: all .4s ease-in-out;
}

/*----------------------- Theme Color File -------------------*/
.p-color,
.header-one .top-header .address-wrapper .quotes a,
.header-one .top-header .address-wrapper .address .icon,
#theme-main-banner .camera_caption h1,
#theme-main-banner .camera_caption .theme-button-one,
.top-feature .main-content:hover h4 a,
.about-compnay .mission-goal li .icon,
.service-style-one .single-service .text .read-more,
.service-style-one .single-service:hover .text h5 a,
.service-style-one .contact-text h5,
.service-style-one .contact-text h5 a,
.our-team .team-member .overlay .hover-content ul li a:hover,
.theme-counter h6,
.single-counter-box .number,
.theme-footer-one .top-footer .footer-newsletter .theme-button-one,
.header-two #mega-menu-holder>ul>li.active>a,
.header-two #mega-menu-holder>ul>li:hover>a,
.header-two #mega-menu-holder>ul>li.active>.sub-toggle,
.header-two #mega-menu-holder>ul>li:hover>.sub-toggle,
.callout-banner .theme-button-one,
.our-solution .single-solution-block:hover h5 a,
.faq-section .wrapper .img-box .play,
.why-choose-us .single-block .icon,
.why-choose-us .single-block:hover h5 a,
.short-banner .overlay h2,
.our-blog .single-blog .post-meta .read-more,
.our-blog .single-blog:hover .post-meta .title a,
.why-we-best .wrapper .best-list-item li .icon,
.why-we-best .wrapper .best-list-item li:hover h5 a,
.core-values .single-value-block .image-box .overlay a,
.core-values .single-value-block:hover .text h5 a,
.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a,
.service-details .service-content .presentation-section .best-list-item li .icon,
.project-details .project-details-sidebar .social-icon li a:hover,
.blog-sidebar .sidebar-categories ul li a:hover,
.blog-sidebar .sidebar-recent-post li .post a:hover,
.blog-sidebar .sidebar-archives ul li a:hover,
.blog-details .share-option .tag-meta li a:hover,
.blog-details .share-option .social-icon li a:hover,
.our-blog .comment-area .single-comment .comment a,
.shop-page .single-product .product-name .price,
.shop-page .single-product:hover .product-name h5 a,
.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-details .product-info .price,
.faq-page .panel-group .panel-heading h6 a:before {
  color: #E77724;
}

.p-bg-color,
.scroll-top,
.header-one .top-header .address-wrapper .quotes a:hover,
.theme-menu-wrapper .right-widget .search-option form button,
#mega-menu-holder ul.dropdown li:hover>a:before,
.theme-button-one,
#theme-main-banner .camera_caption .theme-button-one:hover,
.callout-banner.no-bg .theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent>span,
#theme-main-banner .camera_pag .camera_pag_ul li:hover>span,
.service-style-one .contact-text h5:before,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span,
#polyglotLanguageSwitcher ul.dropdown li:hover,
.our-case .single-case-block .hover-content .text .details:hover,
.our-blog .single-blog .image-box .overlay .date,
.core-values .single-value-block .image-box .overlay a:hover,
.theme-sidebar-one .sidebar-brochures ul,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {
  background: #E77724;
}

.header-one .top-header .address-wrapper .quotes a,
#theme-main-banner .camera_pag .camera_pag_ul li,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover,
.shop-page .single-product:hover .image-box {
  border-style: solid;
  border-color: #E77724;
}

/*----------------- Theme button ------------------*/
body .theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  background-color: #E77724;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body .theme-button-one:hover {
  background: #111111;
  color: #fff;
}

/*------------------- Theme Title ------------------*/
.theme-title-one {
  position: relative;
  text-align: center;
}

.theme-title-ones h2 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
  color: white;
  text-align: center;

}

.theme-title-one h2 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 22px;
}

.theme-title-one h2:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #e77724;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.theme-title-ones h2:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #e77724;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.theme-title-one p {
  padding-top: 20px;
}

.theme-title-ones p {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #CAC5C1;
  text-align: center;
}

.theme-title-one3 h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 28px;
  padding-top: 40px;
  padding-bottom: -20px;
}

.reason-img img {
  max-width: 30%;
  display: block;
  margin: 0 auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}


/*------------------- Theme Pagination ------------------*/
.theme-pagination ul {
  padding-top: 40px;
}

.theme-pagination ul li {
  display: inline-block;
}

.theme-pagination ul li a {
  display: block;
  font-size: 16px;
  color: #232323;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dadada;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
  color: #fff;
}

.theme-pagination ul li.active a {
  cursor: default;
}

/*--------------------------- Theme Header One  ---------------------*/
.header-one {
  position: relative;
}

.header-one .top-header {
  background: #fff;
  padding: 40px 0 32px 0;
}

.header-one .top-header .address-wrapper li {
  display: inline-block;
  vertical-align: middle;
}

.header-one .top-header .address-wrapper .quotes a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 27px;
  border-width: 2px;
  border-radius: 5px;
}

.header-one .top-header .address-wrapper .quotes a:hover {
  color: #fff;
}

.header-one .top-header .address-wrapper .address {
  position: relative;
  padding: 0 38px 0 60px;
  margin-right: 15px;
}

.header-one .top-header .address-wrapper .address .icon {
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 40px;
}

.header-one .top-header .address-wrapper .address:first-child:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 42px;
  background: #e8e8e8;
}

.header-one .top-header .address-wrapper .address:first-child {
  margin-right: 35px;
}

/*--------------------------- Theme Header Two  ---------------------*/
.header-two .top-header {
  background: #111111;
  padding: 12px 0;
}

#polyglot-language-options {
  text-transform: none;
  background: #111111;
  border: 2px solid #111111;
  color: white;
}

.header-two .top-header .left-widget li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

#polyglotLanguageSwitcher {
  margin-left: 25px;
}

#polyglotLanguageSwitcher span.trigger:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  color: #fff;
  top: 0;
  right: -32px;
}

#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.header-two .top-header .social-icon {
  text-align: right;
}

.header-two .top-header .social-icon li {
  display: inline-block;
  margin-left: 15px;
}

.header-two .top-header .social-icon li a {
  font-size: 15px;
  color: #ccd1dd;
}

.header-two .top-header .social-icon li a:hover {
  color: #fff;
}

/*------------------------ Theme menu One --------------------*/
.header-one .theme-menu-wrapper {
  position: relative;
  z-index: 99999999999;
  margin-bottom: -42px;

}

.header-one .theme-menu-wrapper .bg-wrapper {
  background: #111111;
  position: relative;
  padding-left: 25px;
}

.theme-menu-wrapper .right-widget ul li {
  display: inline-block;
  line-height: 75px;
  vertical-align: middle;
}

.theme-menu-wrapper .right-widget .social-icon li a {
  font-size: 15px;
  color: #ccd1dd;
  margin: 0 7px;
}

.theme-menu-wrapper .right-widget .social-icon li a:hover {
  color: #fff;
}

.theme-menu-wrapper .right-widget .cart-icon {
  margin-left: 30px;
  width: 60px;
  text-align: center;
  border-right: 1px solid #0d2356;
  border-left: 1px solid #0d2356;
}

.theme-menu-wrapper .right-widget .cart-icon a {
  position: relative;
  color: #cfd6e6;
  font-size: 16px;
}

.theme-menu-wrapper .right-widget .cart-icon a span {
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #555555;
  top: 23px;
  right: -8px;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  background: transparent;
  font-size: 15px;
  color: #cfd6e6;
  width: 55px;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-toggle:after {
  display: none;
}

.theme-menu-wrapper .right-widget .search-option .dropdown-menu {
  -webkit-transform: none !important;
  transform: none !important;
  position: absolute;
  height: 55px;
  width: 280px;
  padding: 5px;
  border-radius: 0;
  right: 0 !important;
  left: auto !important;
  top: 100% !important;
  box-shadow: none;
  border: none;
  float: none;
  margin: 0;
  background: #fff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.23);
}

.theme-menu-wrapper .right-widget .search-option form input {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: transparent;
  border: 1px solid #ececec;
  padding: 0 49px 0 10px;
}

.theme-menu-wrapper .right-widget .search-option form button {
  display: block;
  width: 48px;
  color: #fff;
  border: 1px solid #fff;
  border-left: none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}

/*------------------------ Theme menu Two --------------------*/
.header-two #mega-menu-holder>ul>li>a,
.header-two #mega-menu-holder li .sub-toggle,
.header-two #mega-menu-holder>ul>li>a:before {
  color: #555555;
}

.header-two #mega-menu-holder>ul>li>a {
  padding-top: 45px;
  padding-bottom: 45px;
}

.header-two #mega-menu-holder>ul>li>a:before,
.header-two #mega-menu-holder li .sub-toggle {
  line-height: 110px;
}

.header-two #mega-menu-holder li>ul.dropdown li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.header-two .theme-menu-wrapper .bg-wrapper {
  position: relative;
  padding-left: 250px;
}

.header-two .theme-menu-wrapper .bg-wrapper .logo {
  position: absolute;
  left: 0;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-two .theme-menu-wrapper .right-widget ul li {
  line-height: 97px;
}

.header-two .theme-menu-wrapper .right-widget .search-option .dropdown-toggle {
  width: auto;
  color: #555555;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon {
  border: none;
  width: auto;
  margin: 0 20px 0 0;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a {
  color: #555555;
  font-size: 18px;
}

.header-two .theme-menu-wrapper .right-widget .cart-icon a span {
  background: #111111;
  color: #fff;
  top: 49px;
}

/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -75px;
    opacity: 0;
  }

  50% {
    margin-top: -64px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.theme-menu-wrapper.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #111111;
  margin: 0;
  padding-top: 0;
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}

.header-two .theme-menu-wrapper.fixed {
  background: #FFF5EA;
}

/*---------------------------- Theme Main Banner -------------------------*/
#theme-main-banner {
  margin: 0 !important;
}

.camera_wrap {
  float: none;
}

#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 26, 27, 0.10);
}

#theme-main-banner .cameraSlide {
  position: relative;
  overflow: hidden;
}

#theme-main-banner .cameraSlide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#theme-main-banner .camera_caption {
  position: relative;
  z-index: 2;
  /* Ensure captions are above the black overlay */
  color: #E77724;
  /* Navy blue text color */
}

#theme-main-banner .cameraSlide img {
  width: 100%;
  height: auto;
  animation: zoomIn 20s infinite ease-in-out;
  /* Infinite zoom-in effect */
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
    /* Start with the original size */
  }

  50% {
    transform: scale(1.1);
    /* Zoom in */
  }

  100% {
    transform: scale(1);
    /* Return to the original size */
  }
}


#theme-main-banner .main-container {
  position: relative;
}

#theme-main-banner .camera_caption {
  height: 100%;
}

#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-shadow: none;
  left: 0;
  padding: 0;
}

#theme-main-banner .camera_caption h1 {
  text-transform: uppercase;
  padding: 30px 0 35px 0;
}

#theme-main-banner .camera_caption p {
  font-size: 26px;
  line-height: 35px;
  color: #556382;
  font-weight: 300;
}

.action-btn {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  margin-top: 28px;
  background-color: #E77724;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .action-btn {
    line-height: 40px;
    /* Reduced line height */
    font-size: 10px;
    /* Smaller font size */
    padding: 0 10px;
    /* Adjusted padding */
    margin-top: 10px;
    /* Reduced margin */
    margin-bottom: 6px;
    ;
    margin-right: -10px;
  }
}


.action-btn:hover {
  color: #fff;
  /* Text color on hover */
}

.action-btn:hover {
  color: #fff;
  background-color: #010101;
  /* Example: darker background on hover */
}

.connect-now {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E77724;
  border-radius: 5px;
  padding: 0 35px;
  margin-top: 28px;
  background-color: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.connect-now:hover {
  color: #fff;
  background-color: #E77724;
  /* Optionally, you can add other hover effects like box-shadow or transform */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  /* Example hover shadow */
  transform: translateY(-2px);
  /* Example hover lift effect */
}


#theme-main-banner .camera_caption .theme-button-one {
  background: #fff;
}

#theme-main-banner .camera_caption .theme-button-one:hover {
  color: #fff;
}

#theme-main-banner .camera_pag {
  position: absolute;
  height: 100%;
  top: 0;
  left: 3%;
  z-index: 9;
}

#theme-main-banner .camera_pag .camera_pag_ul {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#theme-main-banner .camera_pag .camera_pag_ul li {
  display: block;
  margin: 15px 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-width: 1px;
  background: transparent;
  display: none;
}

#theme-main-banner .camera_pag .camera_pag_ul li span {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}

/*--------------------- Top Feature -------------------*/
.top-feature .main-content {
  text-align: center;
  padding: 50px 16%;
  border-bottom: 4px solid transparent;
}

.card-icon {
  font-size: 82px;
  /* Set the icon size */
  width: 82px;
  /* Set the width */
  height: 82px;
  /* Set the height */
  display: flex;
  justify-content: center;
  align-items: center;

}

.top-features-slide {
  display: flex;
  flex-wrap: wrap;
  /* Allows cards to wrap to the next line if the screen is too narrow */
}

.item {
  flex: 1 1 calc(25% - 20px);
  /* Each card takes 25% width minus the gap */
  box-sizing: border-box;
  /* Includes padding and border in the width calculation */
  text-align: center;
  /* Centers text and content */
}

.item img {
  max-width: 100px;
  /* Optional: limits the size of the icons */
  margin-bottom: 10px;
}

.main-content {
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Light shadow for depth */
}


.top-feature .main-content:hover {
  border-bottom-color: #E77724;
}

.top-feature .main-content img {
  margin: 0 auto;
}

.top-feature .main-content h4 {
  position: relative;
  padding-bottom: 18px;
  margin: 15px 0 18px 0;
}

.top-feature .main-content h4:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #e77724;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.top-feature.fix-border .main-content {
  border-top: 4px solid transparent;
  border-bottom: none;
}

.top-feature.fix-border .main-content:hover {
  border-top-color: #E77724;
}

/*** 
=============================================
    Choosing Area style
=============================================
***/
.choosing-area {
  background: url(../images/home/12.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #E77724;
  height: auto;
  margin-bottom: 100px;

}

.choosing-area .overlay {
  background: linear-gradient(to bottom,
      rgba(130, 65, 20, 0.9),
      /* Even darker tone */
      rgba(130, 65, 20, 0.7),
      /* Slightly lighter but still dark */
      rgba(130, 65, 20, 0.5),
      /* Lighter, but still deep */
      rgba(130, 65, 20, 0.3)
      /* Lightest, with a hint of warmth */
    );

  padding: 95px 0 0 0;
  height: auto;
  padding-bottom: 50px;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .choosing-area .overlay {
    padding: 100px 0 0 0;
    /* Reduce top padding for smaller screens */
    height: auto;
    /* Allow the height to adjust automatically */
    margin-bottom: -1400px;
  }

  .single-choosing-item .text-holder {
    padding: 25px;
    /* Adjust padding for smaller screens */
  }
}

@media (max-width: 480px) {
  .choosing-area .overlay {
    padding: 100px 0 100px 0;
    /* Further reduce padding for very small screens */
    height: auto;
    /* Keep height flexible */
  }
}


.single-choosing-item {
  position: relative;
  display: block;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out 0.5s;
}

.single-choosing-item:hover {
  transform: translate(0px, -10px);
}

.single-choosing-item .icon-holder {
  display: block;
  background: #f6e5d8;
  border-bottom: 1px solid #f6e5d8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 40px 0;
}

.single-choosing-item .icon-holder span:before {
  color: #303030;
  font-size: 65px;
  line-height: 65px;
  transition: all 500ms ease;
}

.single-choosing-item:hover .icon-holder span:before {
  color: #46a5e5;
}

.logo>a>img {
  max-width: 100%;
  display: block;
  height: 93px;
  padding-top: 10px;
}


.single-choosing-item .text-holder {
  background: #ffffff;
  display: block;
  position: relative;
  padding-top: 24px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
}

.single-choosing-item .text-holder {
  background: rgb(255, 255, 255);
  display: block;
  position: relative;
  padding: 24px 10px 22px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.single-choosing-item .text-holder h3 {
  margin: 0 0 11px;
  font-size: 22px;
  font-weight: 700;
}

.single-choosing-item .text-holder p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.single-choosing-item .text-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #dbe9f2;
  padding-top: 23px;
  padding-bottom: 22px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 500ms ease;
  opacity: 0;
}

.single-choosing-item:hover .text-holder .overlay-content {
  height: 100%;
  opacity: 1;
}

.single-choosing-item .text-holder .overlay-content p {
  margin-bottom: 12px;
}

.single-choosing-item .text-holder .overlay-content a {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  transition: all 500ms ease;
}

.single-choosing-item .text-holder .overlay-content a:hover {
  color: #0A1821;
}

.single-choosing-item .text-holder .overlay-content a span:before {
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  font-weight: 700;
  top: 1px;
}

/*------------------ About Company -----------------*/
.about-compnay img {
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.about-compnay .mission-goal {
  border-top: 1px solid #dcdcdc;
  padding-top: 23px;
  margin-top: 33px;
}

.about-compnay .mission-goal li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  position: relative;
}

.about-compnay .mission-goal li .icon {
  font-size: 55px;
}

.about-compnay .mission-goal li:nth-child(2) {
  border-left: 1px dashed #e77724;
  border-right: 1px dashed #e77724;
}

/*------------------ Feature Banner ---------------*/
.feature-banner {
  background: url(../images/home/slide-3.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  text-align: center;
}

.feature-banner .opacity {
  background: rgba(17, 17, 17, 0.5);
  padding: 74px 0 80px 0;
}

.feature-banner .opacity h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: inherit;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 32px;
}


/*------------------ Vision & Mission -----------------*/
.vision-mission-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
  /* Maximum width */
  margin: 20px auto;
  /* Centered container with 20px margin top and bottom */
  padding: 40px 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #232323;
  text-align: center;
  background: #f6e5d8;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.vision-mission-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #EEF9FF;
  background-color: #E77724;
  border-radius: 50%;
  padding: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E77724;
  width: 120px;
  height: 120px;
}

.vision-mission-single h1 {
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  color: #232323;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.vision-mission-content {
  width: 100%;
  max-width: 800px;
  text-align: justify;
}

.vision-mission-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .vision-mission-single {
    padding: 30px 15px 50px;
    margin: 40px 20px;
    /* Added dynamic top space for tablet-sized screens */
  }

  .theme-title-one3 h2 {
    font-size: 24px;
  }

  .vision-mission-single h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .vision-mission-icon {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }

  .vision-mission-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .vision-mission-single {
    padding: 20px 10px 30px;
    margin-top: 10px;
    /* Reduced margin-top for small screens */
  }

  .vision-mission-single h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .vision-mission-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }

  .vision-mission-content p {
    font-size: 14px;
  }
}



/*---------------- Service Style One --------------*/
.service-style-one .single-service {
  position: relative;
  padding-left: 118px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-style-one .single-service .text {
  border: 1px solid #eaeaea;
  border-radius: 0 4px 4px 0;
  border-left: none;
  padding: 20px 10px 18px 30px;
  background-color: #fff;
}

.service-style-one .single-service .text p {
  padding-bottom: 10px;
}

.service-style-one .single-service .text .read-more {
  font-size: 14px;
  font-weight: 700;
}

.service-style-one .single-service .text .read-more i {
  margin-left: 2px;
}

.service-style-one .single-service .img-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  border-radius: 5px;
  background: #E77724;
}

.service-style-one .single-service .img-box img {
  width: 100%;
  border-radius: 4px;
  opacity: 0.9;
}

.service-style-one .single-service:hover .text {
  border-color: #fff;
}

.service-style-one .single-service:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.service-style-one .wrapper {
  margin-top: 50px;
}

.service-style-one .contact-text {
  text-align: center;
  padding-top: 35px;
}

.service-style-one .contact-text h4 {
  font-weight: normal;
  margin-bottom: 10px;
}

.service-style-one .contact-text h5 {
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.service-style-one .contact-text h5:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
}

/*-------------------- Testimonial Slider ------------------*/
.testimonial-section {
  background: url(../images/home/9.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}

.testimonial-section .overlay {
  background: rgba(0, 0, 0, 0.1);
  padding: 125px 0;
}

.testimonial-section .wrapper {
  width: 55%;
  padding-right: 15px;
}

.testimonial-section .wrapper .bg {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 40px 65px 35px 65px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.testimonial-section .wrapper .bg:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top: 30px;
  right: -10px;
  color: #fff;
  font-size: 35px;
}

.testimonial-section .wrapper p {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.testimonial-section .wrapper .name h6 {
  font-weight: normal;
}

.testimonial-section .wrapper .name span {
  font-size: 16px;
}

.testimonial-section .wrapper .name {
  position: relative;
  margin: 25px 0 28px 0;
  z-index: 1;
}

.testimonial-section .wrapper .name:before {
  content: '“';
  color: #f1f1f1;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top: -42px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cecece;
  margin: 0 5px;
}

/*----------------------- Our Team -----------------*/
/*----------------------- Our Team -----------------*/
.our-team {
  clear: both;
  /* Clears any floating elements above */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}


.our-team .team-member {
  margin-top: 30px;
}

.view-btn-container {
  display: grid;
  place-items: center;
}

.view-btn-container a {
  color: #fff;
}

.view-btn {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  margin-top: 20px;
  background-color: #E77724;
}

.view-btn:hover {
  background-color: #000000;
}

.view-btn-1 {
  line-height: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  background-color: #E77724;
  width: 100%;
  /* Stretches the button to full width */
  display: inline-block;
  /* Ensures the button behaves like a block element */
  letter-spacing: 1px;
}

.view-btn-1:hover {
  background-color: #000000;
}

.our-team .team-member .image-box img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.our-team .team-member .image-box {
  position: relative;
  overflow: hidden;
}

.our-team .team-member .text {
  padding: 25px;
  border: 1px solid #eaeaea;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.our-team .team-member:hover .text {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.our-team .team-member .text h6 {
  font-weight: 600;
  text-align: left;
  margin-left: 0px;
  font-weight: 800;
}

.our-team .team-member .text span {
  font-size: 16px;
  font-style: italic;
  text-align: left;
}

.our-team .team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 87, 0.7);
  border-radius: 5px 5px 0 0;
  transform: scale(1, 0);
}

.our-team .team-member:hover .overlay {
  transform: scale(1);
}

.our-team .team-member .overlay .hover-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.our-team .team-member .overlay .hover-content ul li {
  display: inline-block;
  margin: 0 2px;
}

.our-team .team-member .overlay .hover-content ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}

.our-team .team-member .overlay .hover-content ul li a:hover {
  background: #fff;
}

.our-team .team-member .overlay .hover-content p {
  line-height: 25px;
  color: #fff;
  padding-top: 15px;
}



/*------------------ Theme Counter -------------------*/
.theme-counter {
  background: #f8faff;
  padding: 55px 0;
}

.theme-counter .bg {
  background: url(../images/home/pattern.png) no-repeat center center;
  text-align: center;
  padding: 85px 0 85px 0;
}

.theme-counter h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.theme-counter h2 {
  font-size: 42px;
  font-weight: 700;
  padding: 12px 0 35px 0;
}

.cunter-wrapper {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.single-counter-box .number {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 40px;
}

.single-counter-box .number .timer {
  font-size: 70px;
}

.single-counter-box p {
  margin-top: -15px;
}

.single-counter-box {
  margin-bottom: 10px;
}

.theme-counter .theme-button-one {
  margin-top: 45px;
}

/*------------------ Free Consultation -----------------*/
.consultation-form .theme-title-one {
  margin-bottom: 55px;
}

.consultation-form .main-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.consultation-form .img-box {
  background: url(../images/home/contact\ -\ 570\ x\ 500.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}

.consultation-form .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 0 40px;
}

.theme-form-one input,
.theme-form-one .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 0 12px 0;
  margin-bottom: 35px;
}

.theme-form-one textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  resize: none;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 0 0 10px 0;
  margin-bottom: 32px;
}

.theme-form-one .theme-button-one {
  font-family: 'Nunito Sans', sans-serif;
}

/* Popup Modal Styles */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dimmed background */
  backdrop-filter: blur(5px);
  /* Blur effect */
  animation: fadeIn 0.3s ease-out;
  /* Faster fade-in */
}

.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 40px 40px;
  /* Adjusted padding for better control */
  width: 600px;
  /* Default width */
  height: auto;
  /* Allow the height to adjust based on content */
  font-size: 18px;
  /* Slightly smaller font size */
  font-weight: 600;
  /* Adjusted for better appearance */
  text-align: left;
  /* Content aligned to the left */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Close Button for Popup */
.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
}

/* Media Queries for Mobile and Tablet */
@media (max-width: 768px) {
  .popup-content {
    width: 90%;
    /* Adjust width to 90% for tablets and mobiles */
    padding: 15px;
    /* Reduced padding for smaller screens */
    margin-top: 25%;
    /* Adjusted margin to better center the popup */
  }
}

@media (max-width: 480px) {
  .popup-content {
    width: 90%;
    /* Use full width for very small screens */
    margin-top: 30%;
    /* Further adjustment for mobile screens */
    font-size: 16px;
    /* Smaller font size for mobile */
  }

  .close-btn {
    font-size: 24px;
    /* Smaller close button */
  }
}




/*------------------- Partner Slider ------------------*/
.partner-section {
  padding: 22px 0;
}

.nav-contact a {
  color: rgba(255, 255, 255, 0.6);
  /* Default white color */
  transition: color 0.3s ease;
  /* Smooth transition */
  padding-right: 20px;
  padding-left: 5px;
}

.nav-contact a:hover {
  color: #fff
    /* Dims the white color */
}


.partner-section.bg-color {
  background: #f8faff;
}

.partner-section h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 10px;
}

.partner-section img {
  margin: 0 auto;
}

/* Container for the sticky icons */
.sticky-icons {
  position: fixed;
  top: 78%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  /* Ensure icons appear above other content */
}

/* Styling for each icon */
.sticky-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 0.5px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  /* Default border */
}


/* WhatsApp Icon Style */
.whatsapp-icon {
  background-color: #25D366;
  font-size: 25px;
  /* WhatsApp green background */
}

/* Email Icon Style */
.email-icon {
  background-color: red;
  font-size: 20px;
  /* Blue color for email */
}

/* Hover effect for icons */
.sticky-icons a:hover {
  transform: scale(1.1);
  /* Slightly enlarge on hover */
  /* Slightly reduce opacity on hover */
}

/* Hover effect for WhatsApp */
.whatsapp-icon:hover {
  transform: scale(1.1);
  /* Slightly enlarge on hover */
  background-color: #075E54;
}

/* Hover effect for Email */
.email-icon:hover {
  transform: scale(1.1);
  /* Slightly enlarge on hover */
  background-color: #8B0000;
}

/*------------------footer new------------------*/

.footer-section-main {
  background-color: #1e1e1e;
  width: 100%;
  padding: 80px 60px;
  color: #CAC5C1;
}

.footer-container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-brand-info-column {
  flex: 2;
  min-width: 200px;
  text-align: left;
}

.footer-logo-img {
  width: 100px;
  /* Adjust width as needed */
  height: auto;
  /* Maintain aspect ratio */
  margin: 0 auto;
  /* Center the logo */
  display: block;
  /* Center with margin auto */
  border: 10px solid #FFFFFF;
  /* White border */
  border-radius: 5px;
  /* Slightly rounded corners */
  padding: 10px;
  /* Add spacing inside the border if desired */
  background-color: #111111;
  /* Match footer background for better integration */
}


.footer-about-text {
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: left;
  font-weight: 400;
  text-align: justify;
  width: 70%;
  font-size: 17px;
  color: #bdbdbd;
  text-transform: capitalize;
  line-height: 28px;

}

.footer-services-column,
.footer-social-media-column {
  flex: 1;
  min-width: 200px;
  text-align: left;
}

.footer-heading-services,
.footer-heading-social {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-item {
  padding: 5px 0;
}

.footer-links-item a {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.3s ease;
  font-weight: 400;
  line-height: 28px;
}

.footer-links-item a:hover {
  color: #fff;
}

.footer-social-icons-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.footer-social-icons-item {
  display: inline-block;
  color: #bdbdbd;
}

.footer-social-icons-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #111111;
  color: #bdbdbd;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.footer-social-icons-link:hover {
  color: #111111;
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.2);
  /* Increase the size by 20% */
}


/* Responsive Design */
@media (max-width: 768px) {
  .footer-container-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand-info-column {
    text-align: center;
  }

  .footer-social-icons-list {
    justify-content: center;
  }
}

.custom-container-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Footer Styles */
.custom-bottom-footer-wrapper {
  padding: 15px 0;
  background-color: #000000;
  /* Light gray background */
  font-size: 14px;
  border-top: 1px solid #ddd;
}

.footer-copyright-text {
  margin: 0;
  color: #333;
}

.footer-developed-by a {
  color: #007bff;
  /* Link color */
  text-decoration: none;
}

.footer-developed-by a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .footer-about-text {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: left;
    font-weight: 400;
    text-align: justify;
    width: 100%;
    font-size: 17px;
    color: #bdbdbd;
    text-transform: capitalize;
    line-height: 28px;
  }

  .our-team {
    clear: both;
    /* Clears any floating elements above */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 1500px;
  }

  #team {
    margin-top: -1500px;
  }

  .footer-heading-services,
  .footer-heading-social {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 50px;
  }

  .footer-section-main {
    background-color: #111111;
    width: 100%;
    padding: 32px;
    color: #CAC5C1;
  }

  .down-footer {
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 15px 0;
    height: 90px;
  }

  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .logo>a>img {
    max-width: 100%;
    display: block;
    height: 90px;
  }

}

@media (max-width: 575px) {
  .theme-title-one h2 {
    font-size: 30px;
    padding-bottom: 18px;
    padding-top: 50px;
    text-align: center;
  }
}




/*----------------- CallOut Banner  --------------*/
.callout-banner {
  background-color: #E77724;
  background-image: url(../images/home/pattern2.png);
  padding: 40px 0;
}



.callout-banner .title {
  float: left;
  line-height: 40px;
  color: #fff;
  width: 27%;
}

.callout-banner p {
  float: left;
  color: #a9b3c8;
  padding-left: 70px;
  width: 55%;
  position: relative;
  text-align: justify;
}

.callout-banner p:before {
  content: '';
  width: 4px;
  height: 93%;
  background: #9ca6bc;
  border-radius: 5px;
  position: absolute;
  left: 25px;
  top: 3px;
}

.callout-banner .theme-button-one {
  background: #fff;
  margin-top: 15px;
  float: right;
}

.callout-banner .theme-button-one:hover {
  color: #fff;
  background: #111111;
}

.callout-banner.no-bg {
  background: none;
  padding: 0;
  margin-bottom: 70px;
}

.callout-banner.no-bg .title {
  color: #232323;
  text-align: right;
}

.callout-banner.no-bg p {
  color: #555555;
}

.callout-banner.no-bg p:before {
  background: #e77724;
}

.callout-banner.no-bg .theme-button-one {
  color: #fff;
}

/*------------------------- Our Solution -------------------*/
.our-solution .single-solution-block {
  margin-top: 55px;
  text-align: center;
  background: #fff;
}

.our-solution .single-solution-block .icon {
  margin: 0 auto;
}

.our-solution .single-solution-block h5 {
  margin: 26px 0 10px 0;
}

.our-solution .single-solution-block p {
  padding: 0 22px;
}

.our-solution .single-solution-block:hover .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*------------------- About Company Stye Two -------------------*/
.about-compnay-two {
  background: url(../images/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}

.about-compnay-two .overlay {
  padding: 100px 0;
}

.about-compnay-two .theme-title-one {
  text-align: left;
  margin-bottom: 30px;
}

.about-compnay-two .theme-title-one h2 {
  color: #fff;
}

.about-compnay-two .theme-title-one h2:before {
  left: 0;
  margin: 0;
  color: #919fbf;
}

.about-compnay-two .text p {
  color: #cad2e5;
  padding: 0 50px 15px 0;
}

.about-compnay-two .text .sign {
  margin-top: 15px;
}

.about-compnay-two .quote-form {
  background: #fff;
  border-radius: 5px;
  padding: 25px 25px 40px 40px;
}

.about-compnay-two .theme-form-one textarea {
  height: 80px;
  max-height: 80px;
  margin-bottom: 22px;
}

.about-compnay-two .left-img {
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.about-compnay-two.no-bg {
  background: none;
}

.about-compnay-two.no-bg .overlay {

  padding: 0;
}

.about-compnay-two.no-bg .theme-title-one h2 {
  color: #232323;
  margin-top: 60px;
}

.about-compnay-two.no-bg .theme-title-one h2:before {
  background: #e77724;
}

.about-compnay-two.no-bg .text p {
  color: #555555;
  padding-right: 0;
  text-align: justify;
}

/*----------------------- Our Case --------------------*/
.our-case .row {
  margin: 0 -22px;
}

.our-case .row [class="col-"] {
  padding: 0 22px;
}

.our-case .wrapper {
  margin-top: 10px;
}

.our-case .single-case-block {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 40px;
}

.our-case .single-case-block img {
  width: 100%;
  border-radius: 5px;
}

.our-case .single-case-block .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 87, 0.6);
  border-radius: 5px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.our-case .single-case-block:hover .hover-content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.our-case .single-case-block .hover-content .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  padding: 0 28px;
  opacity: 0;
  transition-delay: 0.2s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.our-case .single-case-block:hover .hover-content .text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.our-case .single-case-block .hover-content .text h5 a {
  color: #fff;
}

.our-case .single-case-block .hover-content .text p {
  font-size: 17px;
  color: #fff;
}

.our-case .single-case-block .hover-content .text .details {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #979797;
  font-size: 20px;
  margin-top: 7px;
}

.our-case .single-case-block .hover-content .text .details:hover {
  color: #fff;
}

.our-case .view-all {
  text-align: center;
  margin-top: 60px;
}

.our-case.our-project .wrapper,
.our-case.our-project .single-case-block {
  margin-top: 0;
}

.our-case.our-project .single-case-block {
  margin-bottom: 40px;
}

/*------------------- Faq Section -------------------*/
.faq-section {
  background: url(../images/home/12.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 315px;
}

.faq-section .overlay {
  background: linear-gradient(to bottom, rgba(130, 65, 20, 0.9),
      /* Even darker tone */
      rgba(130, 65, 20, 0.7),
      /* Slightly lighter but still dark */
      rgba(130, 65, 20, 0.5),
      /* Lighter, but still deep */
      rgba(130, 65, 20, 0.3)
      /* Lightest, with a hint of warmth */
    );
  padding: 95px 0 0 0;
  height: 570px;
}

.faq-section .theme-title-one h2 {
  color: #fff;
}

.faq-section .theme-title-one h2:before {
  background: #ced7ec;
}

.faq-section .theme-title-one p {
  color: #cad2e5;
}

.faq-section .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}

.faq-section .wrapper .img-box {
  background: url(../images/home/13.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 500px;
}

.faq-section .wrapper .img-box .play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  text-align: center;
  line-height: 72px;
}

.faq-section .wrapper .faq-content {
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 43px 50px 60px 50px;
}

.accordion-one .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-one .panel-heading h6 a {
  color: #232323;
  padding: 15px 25px 15px 0;
  display: block;
  position: relative;
}

.accordion-one .panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.accordion-one .panel-group .panel-body {
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-one .panel-group .panel-heading a:before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 20px;
  color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
}

.accordion-one .panel-group .panel-heading.active-panel a:before {
  content: "\f109";
}

/*------------------ Why Choose us -----------------*/
.why-choose-us .single-block {
  position: relative;
  margin-top: 45px;
  padding: 0 0 0 90px;
}

.why-choose-us .wrapper {
  margin-top: 10px;
}

.why-choose-us .single-block h5 {
  margin-bottom: 10px;
}

.why-choose-us .single-block .icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
}

/*------------------ Short Banner ------------------*/
.short-banner {
  background: url(../images/home/14.jpg) no-repeat center center;
  background-size: cover;
  background-color: #707d9e;
}

.short-banner .overlay {
  background: rgba(255, 255, 255, 0.4);
  padding: 52px 0;
  text-align: center;
}

.short-banner .overlay h2 {
  font-size: 40px;
  line-height: 48px;
  width: 65%;
  margin: 0 auto;
}

/*----------------- Latest News ------------------- */
.our-blog .single-blog .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.our-blog .single-blog .image-box img {
  width: 100%;
}

.our-blog .single-blog:hover .image-box img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1)
}

.our-blog .single-blog .image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
}

.our-blog .single-blog .image-box .overlay .date {
  line-height: 25px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 18px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.our-blog .single-blog .post-meta .title {
  line-height: 28px;
  margin: 20px 0 10px 0;
}

.our-blog .single-blog .post-meta .read-more {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.our-blog .single-blog .post-meta .read-more:hover {
  text-decoration: underline;
}

.latest-news .single-blog {
  margin-top: 35px;
}

.latest-news .wrapper {
  margin-top: 20px;
}

.blog-inner-page .our-blog .single-blog .post-meta .title {
  font-size: 26px;
  margin-top: 25px;
}

.our-blog .single-blog .post-meta p {
  margin-bottom: 12px;
}

.blog-inner-page .our-blog .single-blog {
  margin-bottom: 40px;
}

.blog-inner-page .our-blog .single-blog:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 55px;
}

.blog-grid .single-blog {
  margin-bottom: 40px;
}

/*------------------- Google Map ---------------------*/
.map-canvas {
  width: 100%;
  height: 100%;
  display: none;
  visibility: inherit;
}

.google-map-one {
  height: 300px;
}

/*---------------------- Theme Inner Banner -----------------*/
.theme-inner-banner {
  background: url(../images/home/inner-banner.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #707d9e;
}

.theme-inner-banner .overlay {
  background: rgba(228, 120, 48, 0.4);
  text-align: center;
  padding: 110px 0 70px 0;
}

.theme-inner-banner .overlay h2 {
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 0, 0, 0.2);
}

/*------------------- Why WE Best -------------------*/
.why-we-best {
  background: url(../images/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 270px;
}

.why-we-best .overlay {
  background: linear-gradient(to bottom, rgba(130, 65, 20, 0.9),
      /* Even darker tone */
      rgba(130, 65, 20, 0.7),
      /* Slightly lighter but still dark */
      rgba(130, 65, 20, 0.5),
      /* Lighter, but still deep */
      rgba(130, 65, 20, 0.3)
      /* Lightest, with a hint of warmth */
    );

  padding: 95px 0 0 0;
  height: 570px;
}

.why-we-best .theme-title-one h2 {
  color: #fff;
}

.why-we-best .theme-title-one h2:before {
  background: #ced7ec;
}

.why-we-best .theme-title-one p {
  color: #cad2e5;
}

.why-we-best .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}

.why-we-best .wrapper .img-box {
  background: url(../images/home/16.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  position: relative;
  height: 500px;
}

.why-we-best .wrapper .best-list-item {
  background: #fff;
  padding: 45px 35px 25px 50px;
  border-radius: 5px 0 0 5px;
}

.why-we-best .wrapper .best-list-item li {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 90px;
}

.why-we-best .wrapper .best-list-item li:last-child {
  margin-bottom: 0;
}

.why-we-best .wrapper .best-list-item li h5 {
  margin-bottom: 10px;
}

.why-we-best .wrapper .best-list-item li .icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
}

/*---------------- Core Values ----------------*/
.core-values {
  background: #f8faff;
  padding: 95px 0 115px 0;
}

.core-values .wrapper {
  margin-top: 20px;
}

.core-values .single-value-block {
  margin-top: 40px;
}

.core-values .single-value-block .image-box {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.core-values .single-value-block .image-box img {
  width: 100%;
}

.core-values .single-value-block .image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: rgba(17, 17, 17, 0.5);
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.core-values .single-value-block:hover .image-box .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.core-values .single-value-block .image-box .overlay a {
  background: #fff;
  padding: 0 23px;
  line-height: 40px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.core-values .single-value-block .image-box .overlay a:hover {
  color: #fff;
}

.core-values .single-value-block .text {
  background: #fff;
  border: 1px solid #e5ecff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 25px 20px 25px 30px;
}

.core-values .single-value-block .text h5 {
  margin-bottom: 10px;
}

/*--------------------- Theme Sidebar One ----------------------*/
.theme-sidebar-one .sidebar-box {
  margin-bottom: 50px;
}

.theme-sidebar-one .title {
  margin-bottom: 25px;
}

.theme-sidebar-one .service-categories ul li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a {
  background: #FCF7F3;
  border-color: #f5d6bc;
}

.theme-sidebar-one .service-categories ul li:last-child a {
  margin: 0;
}

.theme-sidebar-one .sidebar-brochures ul {
  padding: 0 25px;
  border-radius: 5px;
}

.theme-sidebar-one .sidebar-brochures ul li a {
  display: block;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-left: 30px;
}

.theme-sidebar-one .sidebar-brochures ul li:last-child a {
  border-bottom: 0;
}

.theme-sidebar-one .sidebar-brochures ul li a i {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 55px;
}

.sidebar-contact {
  background-color: white;
  padding: 30px 25px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;

}

.theme-sidebar-one .sidebar-contact input,
.theme-sidebar-one .sidebar-contact textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}

.theme-sidebar-one .sidebar-contact input {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.theme-sidebar-one .sidebar-contact textarea {
  height: 80px;
  resize: none;
  margin-bottom: 20px;
}

/*--------------------- Service Details ----------------------*/
.service-details .service-content .cover-img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.service-details .service-content .main-title {
  font-size: 30px;
  margin-bottom: 15px;
}

.service-details .service-content p {
  padding-bottom: 25px;
  text-align: justify;
}

.service-details .service-content .sub-heading {
  font-weight: normal;
  margin-bottom: 15px;
}

.service-details .service-content .presentation-section {
  padding: 30px 0 55px 0;
}

.service-details .service-content .presentation-section .best-list-item li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 4px 90px;
}

.service-details .service-content .presentation-section .best-list-item li:last-child {
  margin-bottom: 0;
}

.service-details .service-content .presentation-section .best-list-item li h5 {
  margin-bottom: 10px;
}

.service-details .service-content .presentation-section .best-list-item li .icon {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 60px;
}

.service-details .service-content .presentation-section .chart {
  margin: 0 auto;
  border-radius: 5px;
}

.service-details .service-content .accordion-one .panel-group .panel-body p {
  padding: 0;
}

.service-details .service-content .market-growth {
  padding-top: 65px;
}

.service-details .service-content .market-growth .wrapper {
  padding-top: 20px;
}

.service-details .service-content .market-growth img {
  width: 100%;
  border-radius: 5px;
}

.service-details .service-content .market-growth ul {
  padding-left: 18px;
}

.service-details .service-content .market-growth ul li {
  line-height: 34px;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}

.service-details .service-content .market-growth ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  color: #232323;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  font-weight: 700;
}

/*---------------- Project Details ---------------*/
.project-details .main-title {
  font-size: 30px;
  margin-bottom: 15px;
}

.project-details .project-details-sidebar p {
  padding-bottom: 15px;
}

.project-details .project-details-sidebar .project-history {
  margin: 0 -5px;
  padding-top: 15px;
}

.project-details .project-details-sidebar .project-history li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 25px;
}

.project-details .project-details-sidebar .social-icon li {
  display: inline-block;
}

.project-details .project-details-sidebar .social-icon li a {
  color: #555555;
  font-size: 15px;
  margin-right: 15px;
}

.project-details .project-details-sidebar .charts {
  padding-top: 60px;
}

.project-details .image-col img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.project-details .image-col img:last-child {
  margin-bottom: 0;
}

.project-details #chartContainer {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

/*---------------------- Blog Sidebar ---------------------*/
.blog-sidebar .sidebar-container {
  margin-bottom: 45px;
}

.blog-sidebar .sidebar-search form {
  height: 52px;
  position: relative;
}

.blog-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding-right: 28px;
}

.blog-sidebar .sidebar-search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  font-size: 14px;
  text-align: right;
  color: #555555;
  background: transparent;
}

.blog-sidebar .title {
  font-weight: normal;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.blog-sidebar .sidebar-categories ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 35px;
  position: relative;
  padding-left: 25px;
}

.blog-sidebar .sidebar-categories ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  position: absolute;
  line-height: 35px;
  top: 0;
  left: 0;
}

.blog-sidebar .sidebar-recent-post li {
  padding: 10px 0 13px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-sidebar .sidebar-recent-post li img {
  width: 65px;
  height: 60px;
  border-radius: 5px;
}

.blog-sidebar .sidebar-recent-post li .post {
  width: calc(100% - 65px);
  padding-left: 20px;
}

.blog-sidebar .sidebar-recent-post li .post a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #232323;
  line-height: 24px;
  margin-top: -5px;
}

.blog-sidebar .sidebar-recent-post li .post .date {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 7px;
}

.blog-sidebar .sidebar-recent-post li:last-child {
  border: none;
  margin: 0;
  padding-bottom: 0;
}

.blog-sidebar .sidebar-archives ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 32px;
  position: relative;
  padding-left: 28px;
}

.blog-sidebar .sidebar-archives ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
  position: absolute;
  line-height: 32px;
  top: 0;
  left: 0;
}

.blog-sidebar .sidebar-tags ul {
  margin: 0 -2px;
}

.blog-sidebar .sidebar-tags ul li {
  float: left;
  padding: 0 2px;
}

.blog-sidebar .sidebar-tags ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top: 4px;
  padding: 0 12px;
}

.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {
  color: #fff;
}

/*------------------- Blog Details ---------------*/
.blog-details .single-blog .post-meta .title {
  font-size: 26px;
  line-height: 30px;
  margin: 25px 0 20px 0;
}

.blog-details .single-blog .post-meta p {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.blog-details .single-blog .post-meta .mark-text img {
  width: 100%;
  border-radius: 5px;
}

.blog-details .single-blog .post-meta .mark-text .inner-text {
  text-align: center;
  position: relative;
  padding-top: 140px;
  margin: 0 10px;
}

.blog-details .single-blog .post-meta .mark-text .inner-text p {
  font-style: italic;
}

.blog-details .single-blog .post-meta .mark-text .inner-text:before {
  content: "\f10c";
  font-family: Flaticon;
  position: absolute;
  color: #eeeeee;
  font-size: 45px;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-details .single-blog .post-meta .mark-text {
  padding: 18px 0 40px 0;
}

.blog-details .share-option {
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
}

.blog-details .share-option ul {
  padding-top: 12px;
}

.blog-details .share-option .tag-meta li,
.blog-details .share-option .social-icon li {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #232323;
}

.blog-details .share-option .tag-meta li i,
.blog-details .share-option .social-icon li i {
  font-size: 15px;
  margin-right: 2px;
}

.blog-details .share-option .tag-meta li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #555555;
}

.blog-details .share-option .social-icon li a {
  font-size: 15px;
  color: #777777;
  margin-left: 12px;
}

.blog-details .share-option .social-icon li:nth-child(2) a {
  margin-left: 3px;
}

.our-blog .inner-box {
  margin-top: 70px;
}

.our-blog .inner-box .theme-title-one h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 40px;
}

.our-blog .inner-box .theme-title-one h2:before {
  left: 0;
  margin: 0;
}

.related-post-slider .item {
  margin: 0 15px;
}

.our-blog .comment-area .single-comment img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.our-blog .comment-area .single-comment .comment {
  width: calc(100% - 70px);
  padding-left: 25px;
}

.our-blog .comment-area .single-comment .comment p {
  padding: 6px 0 8px 0;
}

.our-blog .comment-area .single-comment .comment a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.our-blog .comment-area .single-comment {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.our-blog .comment-area .single-comment:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

/*---------------- Contact Us ----------------*/
.google-map-two {
  height: 410px;
}

.contact-us-section .main-content {
  margin-top: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.contact-us-section .img-box {
  background: url(../images/home/22.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}

.contact-us-section .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 60px 40px;
}

.theme-form-one input:focus,
.theme-form-one textarea:focus {
  border-bottom-color: #E77724;
}

/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}

#success,
#error {
  position: relative;
  width: 500px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 250px);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#success .wrapper,
#error .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

#success .wrapper p,
#error .wrapper p {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}

#success p {
  color: #26ace3;
}

#error p {
  color: #C9182B;
}

#error button,
#success button {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}

.form-validation label.error {
  display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
  border-bottom: 1px solid #f03838 !important;
}

/*------------------- Compnay Branch Address ----------------*/
.branch-address {
  background: #f2f3f6;
  padding: 38px 0;
}

.address-slider .item {
  margin: 0 15px;
  cursor: move;
}

.branch-address .wrapper p {
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}

.branch-address .wrapper p i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
}

/*--------------------- Shop Page --------------------*/
.shop-page .shop-filter li:first-child {
  float: left;
  line-height: 40px;
  font-size: 17px;
}

.shop-page .shop-filter li:last-child {
  float: right;
  line-height: 40px;
}

.shop-page .shop-filter li:last-child .form-control {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 100%;
  outline: none;
  box-shadow: none;
}

.shop-page .shop-filter {
  margin-bottom: 60px;
}

.shop-page .single-product .image-box {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.shop-page .single-product .image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-page .single-product:hover .image-box img {
  -webkit-transform: translate(-50%, -50%) scale3D(1.1, 1.1, 1);
  transform: translate(-50%, -50%) scale3D(1.1, 1.1, 1);
}

.shop-page .single-product .product-name {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.shop-page .single-product .product-name .price {
  font-weight: 600;
  font-size: 22px;
}

.shop-page .single-product .product-name .price del {
  font-size: 18px;
  color: #afafaf;
  font-weight: normal;
}

.shop-page .single-product:hover .product-name .price {
  opacity: 0;
}

.shop-page .single-product .product-name .add-to-cart {
  position: absolute;
  width: 100%;
  bottom: -10px;
  opacity: 0;
  left: 0;
  text-align: center;
}

.shop-page .single-product .product-name .add-to-cart a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 33px;
}

.shop-page .single-product .product-name .add-to-cart a:hover {
  text-decoration: underline;
}

.shop-page .single-product .product-name .add-to-cart a i {
  font-weight: normal;
}

.shop-page .single-product:hover .product-name .add-to-cart {
  opacity: 1;
  bottom: 0;
}

.shop-page .single-product {
  margin-bottom: 40px;
}

/*------------------ Shop Details ------------------*/
.shop-details .product-details .product-tab {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 380px;
}

.shop-details .product-details .product-tab .product-preview {
  width: 70%;
  float: left;
  border-right: 1px solid #d7d7d7;
  height: 380px;
  position: relative;
}

.shop-details .product-details .product-tab .product-preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-details .product-details .product-tab .product-thumbnail {
  float: left;
  width: 30%;
  height: 380px;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs {
  border: none;
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li {
  margin: 0;
  text-align: center;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a {
  padding: 0;
  margin: 15px 0;
  border: none;
  background: transparent;
  display: inline-block;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a img {
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-details .product-details .product-info {
  padding-left: 20px;
}

.shop-details .product-details .product-info .title {
  font-size: 26px;
}

.shop-details .product-details .product-info .price {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0 12px 0;
}

.shop-details .product-details .product-info .price del {
  font-size: 20px;
  font-weight: normal;
  color: #afafaf;
  margin-right: 5px;
}

.shop-details .product-details .product-info .order-box li {
  display: inline-block;
  vertical-align: middle;
}

.shop-details .product-details .product-info .order-box li:nth-child(1) {
  font-family: 'Nunito Sans', sans-serif;
  color: #232323;
  margin-right: 5px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) button,
.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  background: transparent;
  display: inline-block;
  line-height: 30px;
  border: none;
  text-align: center;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) {
  border: 1px solid #d7d7d7;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) button {
  font-size: 20px;
  font-weight: 300;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  width: 40px;
  margin-left: 10px;
}

.shop-details .product-details .product-info .order-box {
  margin: 35px 0 30px 0;
}

.shop-details .product-review-tab {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 100px 0 75px 0;
  padding: 22px 40px 20px 40px;
}

.shop-details .product-review-tab .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  padding: 0 0 15px 0;
  margin-right: 35px;
}

.shop-details .product-review-tab .nav-tabs .nav-item.show .nav-link,
.shop-details .product-review-tab .nav-tabs .nav-link.active {
  border-bottom-color: #E77724;
  background: transparent;
}

.shop-details .product-review-tab .tab-content {
  padding-top: 28px;
}

.shop-details .product-review-tab .tab-content p {
  padding-bottom: 13px;
}

.shop-details .product-review-tab img {
  width: 70px;
}

.shop-details .product-review-tab .comment {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.shop-details .product-review-tab .comment ul li {
  display: inline-block;
  font-size: 15px;
  color: #ecc230;
}

.shop-details .product-review-tab .single-review {
  margin-bottom: 20px;
}

.shop-details .product-review-tab .single-review:last-child {
  margin: 0;
}

.shop-details .related-product .theme-title-one {
  text-align: left;
  margin-bottom: 50px;
}

.shop-details .related-product .theme-title-one h2 {
  font-size: 30px;
}

.shop-details .related-product .theme-title-one h2:before {
  left: 0;
  margin: 0;
}

.shop-details .related-product {
  margin-bottom: 70px;
}

/*---------------------- Faq Page ------------------*/
.faq-page .faq-panel {
  margin-top: 90px;
}

.faq-page .faq-panel .panel-group {
  border: 1px solid #efefef;
  border-bottom: none;
}

.faq-page .faq-panel .panel {
  margin: 0;
}

.faq-page .panel-group .panel-heading h6 a {
  color: #1c2125;
  padding: 24px 63px 24px 30px;
  display: block;
  position: relative;
}

.faq-page .panel-group .panel-heading h6 a:before {
  content: '+';
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f8f8f8;
  border-left: 1px solid #efefef;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
}

.faq-page .panel-group .panel-heading.active-panel h6 a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
}

.faq-page .panel-group .panel-heading {
  border-bottom: 1px solid #efefef;
}

.faq-page .panel-group .panel-body {
  padding: 35px 50px 50px 30px;
  border-bottom: 1px solid #efefef;
}

.faq-page .panel-group .panel-body ol {
  margin: 15px 0;
  padding: 0 0 0 20px;
}

.faq-page .panel-group .panel-body ol li {
  line-height: 28px;
}

/*----------------------------- Error Page --------------------------*/
.error-page {
  text-align: center;
  margin-bottom: 175px;
}

.error-page h2 {
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 14px;
}

.error-page h3 {
  font-weight: normal;
  color: #413f3f;
  font-size: 42px;
  margin: 18px 0 32px 0;
}

.error-page p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 56px;
}

.error-page a {
  line-height: 55px;
}

.error-page span.or {
  font-size: 18px;
  color: #2f2f2f;
  margin: 0 16px;
}

.error-page input {
  height: 55px;
  width: 380px;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
}

/* Default visibility */
.hide-on-mobile {
  display: block;
  /* Visible by default */
}

.hide-on-desktop {
  display: none;
  /* Hidden by default */
}

/* Hide the first div on mobile (max-width: 768px) */
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
    /* Show on mobile */
  }
}

.freebie-pdf-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4);
}

.freebie-pdf-popup-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.freebie-popup-close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

.freebie-popup-close-btn:hover {
  color: #000;

}

.freebie-popup-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.freebie-email-input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.freebie-subscribe-btn {
  background-color: orange;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.freebie-subscribe-btn:hover {
  background-color: darkorange;
}

.status-message {
  margin-top: 10px;
  font-size: 14px;
  min-height: 20px;
}

.status-message.success {
  color: #28a745;
}

.status-message.error {
  color: #dc3545;
}

@keyframes ellipsis {
  0% {
    content: '.';
  }

  33% {
    content: '..';
  }

  66% {
    content: '...';
  }
}

.submitting::after {
  content: '';
  animation: ellipsis 1.5s infinite;
  display: inline-block;
  width: 20px;
  text-align: left;
}

/*------------------ Responsive ------------------*/

@media (max-width: 1199px) {
  .why-we-best .wrapper .img-box {
    height: 400px;
  }

  .why-we-best .wrapper .best-list-item {
    padding: 50px 20px 50px 30px;
  }

  .why-we-best .wrapper .best-list-item li {
    padding: 0 0 0 70px;
  }

  .why-we-best .wrapper .best-list-item li h5 {
    font-size: 18px;
  }
}


.box-sdw {
  border-bottom: 0.0625rem solid rgb(239, 239, 239);
}

.space-reducer {
  margin-bottom: -6rem;
  margin-top: -7rem;
}

.space-reducer-1 {
  margin-top: -8rem;
}

.app-body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
}

/* Hero section placeholder */
.hero {
  height: 300px;
  background: linear-gradient(135deg, #0077cc, #005fa3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
}

.wellness-solutions {
  background-color: #fff !important;
  padding: 60px 40px 20px;
  text-align: center;
  color: #333;
}

.wellness-solutions .container {
  max-width: 900px;
  margin: 0 auto;
}

.wellness-solutions h2,
.wellness-solutions h3 {
  font-weight: 900;
  margin-bottom: 28px;
  line-height: 40px;
  color: #222;
  font-size: 28px;
}

.wellness-solutions h2 .highlight,
.wellness-solutions h3 .highlight {
  color: #E77724;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wellness-solutions .items {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #282727;
  white-space: pre-line;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.wellness-solutions .items span {
  white-space: nowrap;
}

.wellness-solutions .items span::after {
  content: " |";
  margin-left: 5px;
  color: #282727;
}

.wellness-solutions .items span:last-child::after {
  content: "";
  margin: 0;
}

@media (max-width: 768px) {
  .hero {
    font-size: 2rem;
    height: 220px;
    padding: 0 15px;
  }

  .wellness-solutions .container {
    padding: 0 10px;
  }

  .wellness-solutions .items {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .hero {
    font-size: 1.6rem;
    height: 180px;
  }

  .wellness-solutions {
    padding: 50px 30px 15px;
  }

  .wellness-solutions h2,
  .wellness-solutions h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .wellness-solutions .items {
    font-size: 0.9rem;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 30px;
  }

  .wellness-solutions .items span {
    white-space: normal;
    display: inline-block;
  }
}

.open-booking-modal-button {
  margin-top: 18px;
  background: #333;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  text-transform: capitalize;
}

.open-booking-modal-button:hover {
  background: #111;
}

.booking-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: none;
  /* default no blur */
  -webkit-backdrop-filter: none;
  /* default no blur for Safari */
}

.booking-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* Safari */
}


.booking-modal-container {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  box-sizing: border-box;
}

/* Mobile responsiveness with max-height and scroll */
@media (max-width: 480px) {
  .booking-modal-container {
    padding: 15px;
    margin: 10px 15px;
    max-width: 100%;
    border-radius: 5px;

    max-height: 70vh;
    /* max height is 70% of viewport height */
    overflow-y: auto;
    /* scroll if content is taller */
  }
}


.booking-modal-header {
  margin-bottom: 25px;
  position: relative;
}

.booking-modal-header h2 {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.modal-close-button {
  position: absolute;
  right: 0;
  top: -10px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}

.form-field-wrapper {
  margin-bottom: 20px;
}

.form-field-wrapper label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #555;
  font-size: 14px;
}

.form-field-wrapper label.required:after {
  content: " *";
  color: red;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

.form-field-wrapper input:focus,
.form-field-wrapper textarea:focus,
.form-field-wrapper select:focus {
  outline: none;
  border-color: #e77724;
}

.form-field-wrapper textarea {
  height: 100px;
  resize: vertical;
}

.form-fields-flex-row {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: column;
  /* stack on mobile */
}

.form-fields-flex-row .form-field-wrapper {
  flex: 1;
  min-width: 100%;
  /* full width on mobile */
}

/* For screens wider than 600px */
@media (min-width: 600px) {
  .form-fields-flex-row {
    gap: 20px;
    flex-direction: row;
  }

  .form-fields-flex-row .form-field-wrapper {
    min-width: 0;
    flex: 1;
  }
}


.form-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 25px;
}

.form-cancel-button {
  background-color: #f1f1f1;
  color: #333;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.form-cancel-button:hover {
  background-color: #e5e5e5;
}

.form-submit-button {
  background-color: #e77724;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.form-submit-button:hover {
  background-color: #c7661f;
}

.post-booking-info-message {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}

.booking-thank-you-section {
  text-align: center;
  padding: 40px 30px;
  display: none;
}

.booking-thank-you-section h3 {
  color: #c7661f;
  margin-bottom: 15px;
  font-size: 22px;
}

.booking-thank-you-section p {
  color: #555;
  margin-bottom: 10px;
  font-size: 15px;
}

.thanks-1 {
  font-weight: 600;
  color: #e77724;
  font-size: 30px;
}

.expert-p p {
  line-height: 25px;
  padding: 30px 20px 0px 20px;
  text-align: center;
}

