body {
   font-family: "Momo Trust Display", sans-serif;
/* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important; */
  color: #183153 !important;
  font-size: 14px !important;
  background-color: #fff;
  overflow-x: hidden;
  font-weight: 400;
}

h1,h2,h3,h4,h5,h6
{
   color: #183153 ;
   font-family: "Momo Trust Display", sans-serif;
}
.navbar .logo-image {
  width: 125% !important;
}
@media (max-width:768px)
{
  .navbar .logo-image {
  width: 33% !important;
}

}
@media (max-width:1024px) and (min-width:769px){

  .navbar .logo-image {
  width: 150px !important;
}
}
.navbar {
  padding-top: 5px;
  padding-bottom: 12px;
}
.navbar-nav .nav-link
{
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0;
}
.sub-pages .navbar-nav .nav-link
{
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 640px) {
  .navbar .logo-image {
    width: 50% !important;
    margin-left: 10px;
    text-align: center !important;
  }
}

.navbar-toggler {
  position: absolute;
  right: 25px;
  top: 25px;
 
}


@media (max-width:767px)
{
  .navbar-toggler {
  position: absolute;
  right: 25px;
  top: 25px;
  
}

}
.navbar {
  background-color: #fff;
  text-align: left;
  /* border-top: 5px solid #0097e6; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12); */
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}
@media (min-width:767px){
.navbar {
   text-align: left;
}
}
.navbar-nav {
  margin-top: 10px !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: #fff !important;
}

ul.navbar-nav li a {
  color: #4b6584 !important;
}

ul.navbar-nav li a.active {
  color: #fff !important;
}

a.nav-link:hover {
  color: #e74c3c !important;
}

@media (max-width: 640px) {
  ul.navbar-nav li a.active {
    color: #fff !important;
  }

  ul.navbar-nav li a {
    color: #fff !important;
  }
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  background-color: #1e90ff !important;
}

.navbar-toggler .navbar-toggler-icon {
  background-color: #1e90ff !important;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    background-color: #1e90ff;
    border-radius: var(--border-radius-medium);
    padding: 30px;
    color: #fff;
  }
}

.navbar .dropdown-menu {
  background-color: #4b6584;
  border-radius: 0 !important;
}

ul.dropdown-menu li a {
  color: #fff !important;
  padding: 10px 15px 10px 30px;
}

ul.dropdown-menu li a:hover {
  color: #fff !important;
  padding: 10px 15px;
  text-decoration: underline;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #4b6584;
  position: absolute;
  top: -10px;
  left: 10px;
}

ul.sub_list_items li {
  color: #fff;
  margin-left: 25px;
  font-size: 0.8rem;
  line-height: 33px;
  text-transform: uppercase;
}

ul.sub_list_items li a {
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 325px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    background-color: #183153 ;
    border-radius: var(--border-radius-medium);
    padding: 15px 10px;
    color: #fff;
    margin-top: 25px;
  }
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 3px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 3px;
  position: relative;
}

ul.navbar-nav li.nav-item a {
  font-size: 16px !important;
}

.owl-carousel-info-wrap {
  border: 1px solid #ddd;
  border-radius: 10px !important;
}

@media (max-width: 640px) {
  .owl-carousel-info-wrap {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
  }
}

a.txt_contact {
  color: #ff6600;
  border: transparent;
  border-radius:7px;
}

a.txt_contact b {
  color: #e74c3c !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
@media (max-width:640px)
{
  a.txt_contact b {
  color: #fff !important;
  }
}
.topscroller_banner {
  padding-top: 7.75%;
 background-color: #4b6584;
}
.scroller__inner figure {
    margin: 0 0 1.37rem;
}

@media (max-width: 640px) {
  .topscroller_banner {
    padding-top: 23%;
    background-color: #4b6584;
  }
}

.scroller__inner {
  padding-block: 0;
}

.scroller__inner figure figcaption {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #e74c3c ;
  font-weight: 400;
  padding: 10px 0;
  background-color: #fff;
}

.scroller__inner figure {
 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.main_banner_carousel {
  background-image: url(images/main-banner-image.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}

.carousel-item button a {
  color: #fff !important;
}

.carousel-item button a:hover {
  color: #fff !important;
  font-weight: 600;
}

@media (max-width: 640px) {
  .main_banner_carousel {
    padding-top: 12%;
    height: 550px;
  }
}

.carousel-control-next-icon {
  background-image: url(images/next_icon.png) !important;
}

.carousel-control-prev-icon {
  background-image: url(images/prev_icon.png) !important;
}

button.btn_general {
  position: absolute;
  top: 40%;
  text-align: center;
  margin: 0 auto;
  left: 20%;
  padding: 10px 30px;
  border-radius: 99px;
  background-color: #fff;
  border: 0;
}
button.btn_general:hover{
    background-color: #00CC99; 
    color:#fff;
}
@media (width <= 640px) {
  button.btn_general {
    position: absolute;
    top: 40%;
    text-align: center;
    margin: 0 auto;
    left: 9%;
    padding: 5px 15px;
    border-radius: 99px;
    background-color: #fff;
    border: 0;
    font-size: 16px;
  }
}
.our_core_services_section.hero-section {
  padding-top: 35px;
  background-color: #fff;
}

.our_core_services_section h1 {
  color: #1d1d1f !important;
}

.custom_wllpapers_section.hero-section {
  /* background-image: url('../../images/templatemo-wave-banner.jpg'), linear-gradient(#ffffff, #FFFFFF); */
  background-repeat: no-repeat;
  background-size: 108% 76%;
  background-position: top;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #CBDCEB ;
}

.about_container .white_bg_div {
  background-color: white;
}
a.running_tect_link {
  border: 2px solid #ff6600;
  padding: 15px;
  margin: 20px 0 0 0;
  color: #ff6600;
  font-weight: 600;
}
a.running_tect_link:hover {
  border: 2px solid #ff6600;
  padding: 15px;
  margin: 20px 0 0 0;
  color: #fff;
  font-weight: 600;
  background-color: #ff6600;
}
.what_we_do figure figcaption {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ff6600;
  font-weight: 600;
  padding: 10px 0;
  background-color: #fff;
}
.what_we_do img {
  width: 100% !important;
}
.what_we_do a {
  width: 100% !important;
}
.subpage_section.hero-section {
  /* background-image: url('../../images/templatemo-wave-banner.jpg'), linear-gradient(#ffffff, #FFFFFF); */
  background-repeat: no-repeat;
  background-size: 108% 76%;
  background-position: top;
  padding-top: 84px !important;
  background-color: #fff !important;
}

.subpage_section h4 {
  margin-bottom: 1rem;
 
  font-size: 1.5rem !important;
}

@media (max-width: 640px) {
  .subpage_section.hero-section
  {
     padding-top: 77px !important;
  }
  .subpage_section h4 {
    margin-bottom: 0.5rem;
  
    font-size: 1.25rem !important;
  }
}
.subpage-stats h2
{
  font-family: "Momo Trust Display", sans-serif !important;
  font-weight: 500;
  
}
.subpage-stats h6
{
  font-family: "Momo Trust Display", sans-serif !important;
  font-weight: 400;
  
}
.subpage-stats
{
  background-color: #FADA7A;
  padding:3%;
}
.subpage-stats h2
{
  font-size: 40px;
}
.subpage-stats h6
{
  font-size: 16px;
}
.subpage-stats .btn {
    background-color: #ff6600;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}
@media (max-width:640px)

{
  .subpage-stats
{
  background-color: #FADA7A;
  padding:7.5% 7.5% 1% 7.5%;
}
.subpage-stats h2
{
  font-size: 32px;
 
}
.subpage-stats h6
{
  font-size: 14px;
   margin-bottom:25%;
}
}
.subpage_section h4 span {
  color: #00acff;
}

.hero-section h1 {
   font-family: "Momo Trust Display", sans-serif;
font-size: 1.99rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #183153 !important;
}

@media (max-width: 640px) {
  .hero-section h1 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.hero-section h1 + p{
  color:#183153;
  font-weight:400;
 
}
.subpage_section.custom_wllpapers_section.hero-section {
  padding-top: 130px;
}

@media (max-width: 640px) {
  .subpage_section.custom_wllpapers_section.hero-section {
    padding-top: 175px;
  }
}

.regular_wllpapers_section.hero-section {
  /* background-image: url('../../images/templatemo-wave-banner.jpg'), linear-gradient(#ffffff, #FFFFFF); */
  background-repeat: no-repeat;
  background-size: 108% 76%;
  background-position: top;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.owl-item {
  width: 250px !important;
}

@media (max-width: 640px) {
  .owl-item {
    width: 150px !important;
  }
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px;
}

@media (max-width: 640px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
  }
}

.owl-carousel .owl-dots {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: var(--border-radius-large);
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  padding: 12px 25px 5px 25px !important;
  padding-bottom: 7px;
}

.owl-item:hover {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 7px, #ffffff 0px 0px 0px 6px !important; */
  transform: scale(1.01);
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #999;
}

.window_blinds.hero-section {
  /* background-image: url(../images/templatemo-wave-banner.jpg), linear-gradient(#348CD2, #FFFFFF); */
  background-repeat: no-repeat;
  background-size: 108% 76%;
  background-position: top;
  padding-top: 35px;
  background-color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #1e90ff;
  padding: 25px;
  border-radius: 50px;
}

.carousel-indicators {
  /* background-color: #1e90ff; */

  border-radius: 50px;
}

.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 5px;
}

section {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}
.owl-carousel-info h4
{
  font-size: 1rem;
  padding:10px 0 5px 0;
  font-weight: normal !important;
  color:#e74c3c ;
}

.owl-carousel-info h4 a {
  color: #1d1d1f;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.owl-carousel-info {
  padding: 5px 15px;
  background-color: #fff;
}

@media (max-width: 640px) {
  .owl-carousel-info h4 a {
    color: #1d1d1f;
    font-size: 0.9rem;
    font-weight: 400;
  }

  .owl-carousel-info {
    padding: 10px;
    background-color: #fff;
  }
}

.owl-carousel-info h4 a:hover {
  color: #16a085;
}

/*********************Light Box****************/
.modal {
  z-index: 9999999 !important;
}

.modal-content {
  display: block;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.33%;
}

@media (max-width: 640px) {
  .column {
    float: left;
    width: 100%;
  }

  .demo {
    display: none;
  }
}

.column img {
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.1);
  z-index: 99999;
}

/********************Footer**************/
.site-footer > .container {
  position: relative;
  top: 50px;
  padding-top: 10px;
}

.site-footer .logo-image {
  width: 90%;
}

@media screen and (max-width: 640px) {
  .site-footer > .container {
    position: relative;
    top: 0;
    padding-top: 10px;
    text-align: center;
  }
}

.site-footer {
  /* background-image: url(../images/templatemo-wave-footer.jpg),
    linear-gradient(#ffffff, #1e90ff); */
  /* background-repeat: no-repeat; */
  background-image: none;
  background-color: #fff !important;
  background-size: cover;
  background-position: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 150px;
color:#183153 !important;
  border-bottom: 7px solid #4b6584;
}

.site-footer-title,
.site-footer p {
  color: #183153;
  margin-bottom: 0.25rem;
}

.site-footer-title {
  margin-top: 10px;
}

.site-footer a {
  color: #1e90ff !important;
}

/********************Testimonials*******************/
.testimonial-area {
  padding: 30px 0;
}
.testimonial-area p
{
  padding:7.5%;
  background-color: #fff;
  font-weight: normal !important;
}

.section-header h4 {
  color: #ccc;
  font-weight: 600;
}

.section-header {
  padding-bottom: 15px;
}

.section-header h2 {
  font-weight: 700;
  color: #1d1d1f;
}

.section-header p {
  color: #6f6b80;
  width: 40%;
  margin: auto;
}

.icon-area {
  text-align: center;
}

.icon-area i {
  color: #16a085;
  font-size: 80px;
  margin-bottom: 20px;
}

.content p {
  color: #333;
  width: 90%;
  margin: auto;
}

.person {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #f75023;
  margin-top: 50px;
}

.person img {
  width: 100%;
}

.content h5 {
  font-weight: 900;
  margin-top: 15px;
}

.testimonial-area {
  background: url(1.jpg);
  background-size: cover;
  background-position: center;
}
.testimonial-area h1{
    font-size: 1.99rem;
}
@media (max-width:640px)
{
  .testimonial-area h1{
    font-size: 1.5rem;
}
}
.testimonial-area p
{
    color:#999 !important;
    font-weight: 400 !important;
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
}
.testimonial-area h5
{
     color:#183153 !important;
     font-size: 20px !important;
     font-weight: 600 !important;
}
.testimonial-area h6
{
     color:#999 !important;
     font-size: 16px !important;
}
.testimonial-area img
{
  width:90%;
}
.carousel-indicators {
  /* bottom: -80px; */
}

.carousel-indicators [data-bs-target] {
  width: 25px;
  height: 5px;
  background-color: #777;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-header p {
    width: 85%;
  }

  .content p {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .testimonial-area {
    padding: 30px 0;
  }

  .section-header p {
    width: 95%;
  }

  .content p {
    width: 100%;
  }

  .icon-area i {
    font-size: 50px;
  }
}
.testimonial-area .carousel-item
{
    height: auto !important;
}
.testimonial-area .carousel-indicators {
  background-color: transparent;
  padding-top: 25px;
}

.testimonial-area .carousel-indicators [data-bs-target] {
  width: 17px;
  height: 15px;
  background-color: #16a085;

  margin-bottom: -50px;
}
.carousel-indicators [data-bs-target]
{
  margin-left:5px;
  margin-right:5px;
}
.checked {
  color: #16a085 !important;
}

ul.social-icon li a {
  color: #fff !important;
}

/*************************/
.our_recent_works {
  background-image: url(../img/abstract_bg_recent_work.jpg);
  background-repeat: repeat;
  background-size: auto;
}

.imges_recent_works img {
  width: 95%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

@media (max-width: 640px) {
  .imges_recent_works img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
}

/*  .imges_recent_works img:hover {
        width: 75%;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        transition:ease-out;
    }*/

/* Rotate */
/*.imges_recent_works img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/

.imges_recent_works img:hover {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  box-shadow: blue 0px 0px 0px 2px inset, rgb(255, 255, 255) 10px -10px 0px -3px,
    rgb(43, 46, 53) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px,
    rgb(30, 144, 255) 20px -20px, rgb(255, 255, 255) 30px -30px 0px -3px;
}

.btn-outline-primary {
  color: #1e90ff;
  border-color: #1e90ff;
}

.btn-outline-primary:hover {
  color: #1e90ff;
  border-color: #fff;
  background-color: #1e90ff;
}

.btn-outline-primary .fab:hover {
  color: #fff;
}

.gallery_product {
  margin-bottom: 30px;
}

.filter-button {
  font-size: 16px;
  border: 1px solid #777;
  border-radius: 0;
  text-align: center;
  color: #777;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.filter-button:hover {
  font-size: 16px;
  border: 1px solid #1e90ff;
  border-radius: 0;
  text-align: center;
  color: #ffffff;
  background-color: #1e90ff;
}

/*************************Photo Gallery*************/
.photo-gallery img {
  border: 5px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/***********************Social media Icons at Sticky styles start*************************/

/* body {margin:0;height:2000px;} */

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .icon-bar {
    position: fixed;
    top: 40%;
    right: 12px;
  }
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  opacity: 0.75;
}

.icon-bar a:hover {
  background-color: #000;
  opacity: 1;
  cursor: default !important;
}

.facebook {
  background: #3b5998;
  color: white;
  width: 40px;
}

.icon-bar a.facebook:hover {
  background: #1b4192;
  color: white;
  cursor: pointer !important;
  width: 55px;
  transition: width 0.5s;
}

.twitter {
  background: #55acee;
  color: white;
  width: 40px;
}

.icon-bar a.twitter:hover {
  background: #0675c9;
  color: white;
  cursor: pointer !important;
  width: 55px;
  transition: width 0.5s;
}

.instagram {
  background: #bb009f;
  color: white;
  width: 40px;
}

.icon-bar a.instagram:hover {
  background: #8f027a;
  color: white;
  cursor: pointer !important;
  width: 55px;
  transition: width 0.5s;
}

.whatsapps {
  background: #4e9403;
  color: white;
  width: 40px;
}

.icon-bar a.linkedin:hover {
  background: #00567e;
  color: white;
  cursor: pointer !important;
  width: 55px;
  transition: width 0.5s;
}

.youtube {
  background: #bb0000;
  color: white;
  width: 40px;
}

.icon-bar a.youtube:hover {
  background: #950101;
  color: white;
  cursor: pointer !important;
  width: 55px;
  transition: width 0.5s;
}

/***********************Social media Icons at Sticky styles end*************************/

/*********************8Whats app button start*******************/

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

@media (max-width: 640px) {
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999;
    top: 75%;
  }
}

.my-float {
  margin-top: 16px;
}

span.ready_to_move {
  font-size: 1rem;
  color: #0593a3;
}

.our_management_team h4 {
  font-size: 1.35rem;
}

/*********************8Whats app button end*******************/

/*************************SQFT calculator************************/
    .calculator {
      background: white;
      padding: 10px;
      border-radius: 0;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      max-width: 100%;
      justify-content: center;
      color:#000 !important;
      min-height:100px;
      padding:25px 16px;
    }
    .calculator p
    {
       color:#000 !important;
       padding-top: 15px;
    }
    .calculator input, .calculator button {
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
    }
    .calculator input {
      width: 143px;
    }
    .calculator button {
      background: #28a745;
      color: white;
      border: none;
      cursor: pointer;
      font-size: 14px;
      width:100px;
    }
    .calculator button:hover {
      background: #218838;
    }
    .result {
      background: #FCE27C;
      border-radius: 4px;
      padding: 8px;
      font-size: 14px;
      min-width: 80px;
      text-align: center;
    }
    /* Mobile responsiveness */
    @media (max-width: 480px) {
      .calculator {
        flex-direction: row;
        align-items: stretch;
      }
      .calculator input, .calculator button, .result {
        width: 100%;
        text-align: center;
      }
    }
/*************************SQFT calculator************************/



/**********************lightbox******************/
   .recent_works_lightbox h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 32px;
        font-weight: 700;
        color: #333;
    }

    /* Tabs */
    .recent_works_lightbox .tabs {
        text-align: center;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .recent_works_lightbox .tabs button {
        padding: 10px 18px;
        margin: 5px;
        border: none;
        cursor: pointer;
        background: #CBDCEB;
        border-radius: 30px;
        font-size: 15px;
        transition: 0.3s;
    }

    .recent_works_lightbox .tabs button.active {
        background: #333;
        color: white;
    }

    /* Masonry Grid */
    .recent_works_lightbox .gallery {
        column-count: 4;
        column-gap: 15px;
    }

    .recent_works_lightbox .gallery-item {
        width: 100%;
        margin-bottom: 15px;
        break-inside: avoid;
        display: none;
        cursor: pointer;
    }

    .recent_works_lightbox .gallery-item img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
        transition: 0.3s;
    }

    .recent_works_lightbox .gallery-item img:hover {
        opacity: 0.92;
        transform: scale(1.01);
    }

    /* Lightbox */
    .recent_works_lightbox .lightbox {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        padding: 10px;
    }

    .recent_works_lightbox .lightbox img {
        max-width: 94%;
        max-height: 94%;
        border-radius: 10px;
    }
.recent_works_lightbox .close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 32px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    z-index: 100000;
    background: rgba(0,0,0,0.35);
    padding: 8px 14px;
    border-radius: 50%;
    user-select: none;
    transition: 0.2s;
}

.recent_works_lightbox .close-btn:hover {
    background: rgba(0,0,0,0.55);
}


    /* Arrows */
    .recent_works_lightbox .arrow {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        font-size: 38px;
        color: white;
        cursor: pointer;
        padding: 12px;
        user-select: none;
        z-index: 100000;
        background: rgba(0,0,0,0.3);
        border-radius: 50%;
    }

    .recent_works_lightbox .arrow.left { left: 15px; }
    .recent_works_lightbox .arrow.right { right: 15px; }

    /* RESPONSIVE BREAKPOINTS */
    @media (max-width: 1024px) {
        .recent_works_lightbox .gallery { column-count: 3;padding:16px }
    }

    @media (max-width: 768px) {
        .recent_works_lightbox .gallery { column-count: 2;padding:16px }
        .recent_works_lightbox h2 { font-size: 28px; }
        .recent_works_lightbox .tabs button { font-size: 14px; padding: 8px 16px; }
        .recent_works_lightbox .arrow { font-size: 30px; padding: 10px; }
    }

    @media (max-width: 480px) {
        .recent_works_lightbox .gallery { column-count: 1;padding:24px }
        .recent_works_lightbox h2 { font-size: 24px; }
        .recent_works_lightbox .tabs button { font-size: 13px; padding: 7px 14px; }
        .recent_works_lightbox .arrow { font-size: 28px; padding: 8px; }
    }
.recent_works_lightbox .img-wrapper {
    position: relative;
}

.recent_works_lightbox .bottom-title {
    position: absolute;
    left: 25px;
    right: 0;
    bottom: 20px;
 text-shadow: 2px 2px 4px #000000;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;

    background: transparent; /* soft black overlay */
    border-radius: 0 0 12px 12px; /* match image corners */

    z-index: 5;
}


/****************************Mobile Bottom Menu CSS Start*******************/
 /* Base: hidden by default */
.mobile-bottom-nav {
  display: none;
}

/* Mobile view only */
@media (max-width: 767px) {
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    /* background-color: #ffffff; */
    /* border-top: 5px solid #E3E7E8; */
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */
 background: #f5f7f7;
background: linear-gradient(180deg, rgba(245, 247, 247, 1) 0%, rgba(227, 231, 232, 1) 100%);
  }

  .mobile-bottom-nav .nav-item {
    position: relative;
    text-decoration: none;
    color: #183153;
    font-size: 13px;
    border-top: 2px solid transparent;
    font-weight: normal;
    text-align: center;
    flex: 1;
  }
  
.mobile-bottom-nav .nav-item.active {
  color: #ff6600 !important;
  font-weight: normal;
   font-size: 13px;
  border-top: 2px solid transparent;
 
}
  .mobile-bottom-nav .nav-item:hover {
    color: #000;
  }
}
.mobile-bottom-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 33%;
  width: 1px;
  background: #555;
}


/* Prevent content overlap */
@media (max-width: 767px) {
  body {
    padding-bottom: 60px;
  }
}


.mobile-bottom-nav .nav-item.active::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff6600; /* arrow color */
}







/****************************Mobile Bottom Menu CSS End*******************/


/*************************Go To TOP*******************/
/* Hidden by default */
  .go-top {
    display: flex;
    position: fixed;
    bottom: 40px; /* above bottom nav */
    right: 16px;
    width: 44px;
    height: 44px;
    background-color: #fff;
    color: #555;
    text-decoration: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: normal;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border:1px solid #ccc;
  }

/* Mobile view only */
@media (max-width: 767px) {
  .go-top {
    display: flex;
    position: fixed;
    bottom: 80px; /* above bottom nav */
    right: 16px;
    width: 44px;
    height: 44px;
    background-color: #fff;
    color: #555;
    text-decoration: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: normal;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border:1px solid #ccc;
  }
}


/**************************************************************************/
/****************88Anniversary popup styles*********************************/
/* Modal card design */
.anniversary-modal {
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, #f3f8ff);
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  animation: slideIn 0.6s ease forwards;
}

/* Banner */
.banner-wrap {
  background: #eef5ff;
}

.banner-img {
  width: 100%;
  display: block;
}

/* Text */
h3.title-popup {
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
  color: #555;
  letter-spacing: 7px;
   font-variant-caps: all-small-caps;
}
h2.sub1-title, h2 sup {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  /* color: #0d3b66; */

background: linear-gradient(135deg, #ff6600 99%, #feca57 66%, #48dbfb 66%, #1dd1a1 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
h2 sup
{
   font-size: 20px;
  font-weight: 700;
}
h2.sub1-title span
{
   font-size: 50px;
  font-weight: 500;
}
p.subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

/* Close button */
.custom-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

/* Slide-in animation */
@keyframes slideIn {
  from {
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* Desktop default */
.modal-responsive {
  max-width: 800px;
}

/* Tablet */
@media (max-width: 991px) {
  .modal-responsive {
    max-width: 500px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .modal-responsive {
    max-width: 95%;
    margin: 1rem auto;
  }
}

/* Prevent overflow */
.modal-content {
  max-height: 100vh;
  overflow-y: auto;
}
