/*
Theme Name: SIMEC Properties
Theme URI: #
Author: Saiful Islam
Author URI:saifulislamrazib57@gmail.com
Description: Easy, Fast & Creative Blog, Bootstrap v5.1.3 (https://getbootstrap.com/)
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/


html {
  overflow-x: hidden;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background-color: #F1F1F1;
}

p {
  font-size: 15px;
  line-height: 2;
  font-family: "Roboto", sans-serif;
}


h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none;
  color: unset;
}

a:hover {
  color: unset;
}

ul {
  list-style-type: none;
  padding: 0;
}

.btn:focus {
  border: unset;
}

.custom_container {
  padding: 0% 5%;
}

.custome-container {
  width: 100%;
  max-width: 100%;
  padding: 0% 14.1%;
}

.custom_container_header {
  width: 100%;
  max-width: 100%;
  padding: 0% 10%;
}

@font-face {
  font-family: "Base Neue";
  src: url(./include/fonts/BaseNeue-ExtraBold.woff);
}


/* owl-carousel -----------*/
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #4240B5#fff;
  border: 1px solid #ddd;
  background-color: #4240B5#fff;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -6%;
  top: 50%;
  transform: translate(6%, -50%);
  width: 35px;
  height: 35px;
}

.owl-carousel .owl-next {
  right: -6%;
  top: 50%;
  transform: translate(6%, -50%);
  width: 35px;
  height: 35px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background-color: #05a9f2
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.customner_owl-carousel .owl-nav button.owl-next,
.customner_owl-carousel .owl-nav button.owl-prev,
.customner_owl-carousel button.owl-dot {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  margin-top: 4rem;
}

.customner_owl-carousel .owl-prev {
  left: 50% !important;
  top: 100% !important;
  transform: translate(-50%, -100%);
  width: 35px;
  height: 35px;
}

.customner_owl-carousel .owl-next {
  right: 44% !important;
  top: 100% !important;
  transform: translate(-44%, -100%);
  width: 35px;
  height: 35px;
}

/*================ Mobile nav Start =====================*/

.mobile-nav-wrapper {
  display: none;
}

.mobile-nav {
  width: 320px;
  height: 100%;
  left: -360px;
  position: fixed;
  top: 0;
  transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9999;
  box-shadow: 10px 0 35px rgba(0, 0, 0, 0.12);
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}

.mobile-nav-wrapper.navActive .mobile-nav {
  left: 0;
}

.dark-shadow.navActive {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Header inside mobile drawer */
.nav-close {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
  background-color: #FFFFFF;
}

.mobile_header_logo img {
  max-height: 38px;
  width: auto;
}

.btn-close-drawer {
  color: #2C2C2C;
  transition: opacity 0.2s ease, color 0.2s ease;
  cursor: pointer;
  padding: 4px;
}

.btn-close-drawer:hover {
  color: #105CAA;
  opacity: 0.8;
}

.btn-close-drawer svg {
  box-shadow: none;
  width: 24px;
  height: 24px;
}

/* Main Navigation items */
.mobile-nav-list {
  padding: 12px 14px !important;
}

.mobile-nav-list>li {
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.mobile-nav-list>li:last-child {
  border-bottom: none !important;
}

.mobile-nav-list>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2C2C2C !important;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Open Sans", "Source Sans 3", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav-list>li>a:hover {
  color: #105CAA !important;
  background-color: rgba(16, 92, 170, 0.05);
}

.mobile-nav-list>li.mobile-active>a,
.mobile-nav-list>li.active>a {
  color: #105CAA !important;
  background-color: rgba(16, 92, 170, 0.07);
}

/* Chevron arrow for items with sub-menus */
.mobile-nav .menu-item-has-children>ul {
  display: none;
}

.mobile-nav-list .menu-item-has-children>a::after {
  content: '\f107';
  font-family: FontAwesome;
  transition: transform 0.25s ease, color 0.25s ease;
  margin-left: auto;
  font-size: 14px;
  color: #666666;
}

.mobile-nav-list .menu-item-has-children.active>a::after,
.mobile-nav-list .menu-item-has-children.mobile-active>a::after {
  transform: rotate(180deg);
  color: #105CAA;
}

.mobile-nav-list .menu-item-has-children>a:hover::after {
  color: #105CAA;
}

/* Nested sub-menu - Sleek tree view with vertical left accent bar */
.mobile-nav .mobile-sub-menu {
  margin: 6px 0 8px 14px !important;
  padding: 4px 0 4px 12px !important;
  border-left: 2px solid rgba(16, 92, 170, 0.25) !important;
  background: transparent !important;
}

.mobile-nav .mobile-sub-menu li {
  border: none !important;
  margin-bottom: 2px !important;
}

.mobile-nav .mobile-sub-menu li a {
  color: #555555 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px !important;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav .mobile-sub-menu li a:hover {
  color: #105CAA !important;
  background-color: rgba(16, 92, 170, 0.05);
}

.mobile-nav .mobile-sub-menu li.current-menu-item>a,
.mobile-nav .mobile-sub-menu li.mobile-active>a {
  color: #105CAA !important;
  font-weight: 600;
  background-color: rgba(16, 92, 170, 0.09);
}

.nav-open {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 35px;
  top: 20%;
}

.nav-hide {
  display: none;
}

.nav-hide.show {
  display: block;
}

/* Bottom contact & social section inside mobile drawer */
.menu_bottom {
  padding: 18px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #F9FAFB;
}

.menu_bottom p {
  font-size: 14px;
  font-weight: 600;
  color: #2C2C2C;
  margin-bottom: 12px;
}

.menu_bottom p a {
  color: #105CAA;
  text-decoration: none;
  font-weight: 600;
}

.mbl_menu_social .footer_social_icon {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mbl_menu_social .footer_social_icon li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 14px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.mbl_menu_social .footer_social_icon li a:hover {
  background: #105CAA;
  color: #FFFFFF;
  border-color: #105CAA;
  transform: translateY(-2px);
}

/*================ Mobile nav end =====================*/
/* 
===========================
HEADER-SECTION  Start
============================
*/
.header_full {
  background-image: url(img/header_new.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 155px;
  top: 0%;
  z-index: 999;
}

/* .header_logo img {
  width: 120px;
} */

.header_menu {
  justify-content: end;
}

.header_logo img {
  width: 185px;
  position: absolute;
  top: 15px;
  left: 0%;
  transform: translate(-0%, -0px);
}

#menu-header-menu li a {
  color: #413E3E;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18.75px;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 32px 10px;
  margin: 0px 10px;
  position: relative;
}

/* #menu-header-menu li a:hover {
  background-color: rgb(255, 255, 255);
} */

/* .header_menu>#menu-header-menu li.current-menu-item>a.nav-link {
  background-color: rgb(255, 255, 255);
} */

#menu-header-menu li a::after,
#menu-header-menu li a::before,
#menu-header-menu li a:hover:after,
#menu-header-menu li a:hover:before,
.header_menuPC>ul>li>a:hover:before,
.header_menuPC>ul>li.active>a::before,
.header_menuPC>ul>li>a.active::before,
.header_menuPC>ul>li>a.active-page::before {
  display: none !important;
}

#menu-header-menu li a {
  position: relative;
}

#menu-header-menu li.current-menu-item>a {
  color: #105CAA !important;
  font-weight: 600;
}

.header_full .header_menu>ul li.menu-item-has-children {
  position: relative;
}

.header_full .header_menu>ul li.menu-item-has-children:hover .desktop-sub-menu {
  display: block;
}

.header_full .desktop-sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 10px 10px !important;
  top: 99%;
  left: 0;
  min-width: 280px;
  display: none;
  z-index: 999;
}

.header_full .header_menu>ul>li.menu-item-has-children::after {
  content: "\f0dd";
  font-family: FontAwesome;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 45%;
  right: 8px;
  transform: translate(-0px, -45%);
  color: #B6ADAD;
}

.header_full .desktop-sub-menu li {
  border-bottom: none !important;
  margin-bottom: 2px;
}

.header_full .desktop-sub-menu li:last-child {
  margin-bottom: 0;
}

.header_full .desktop-sub-menu li a {
  font-family: "Source Sans 3", "Roboto", sans-serif;
  color: #333333 !important;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 6px 12px 6px 20px !important;
  display: block;
  transition: all 0.2s ease-in-out;
}

.header_full .desktop-sub-menu li a::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #B6ADAD;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

.header_full .desktop-sub-menu li a::after {
  display: none;
}

.header_full .desktop-sub-menu li a:hover,
.header_full .desktop-sub-menu li.current-menu-item>a {
  color: #105CAA !important;
}

.header_full .desktop-sub-menu li a:hover::before,
.header_full .desktop-sub-menu li.current-menu-item>a::before {
  background-color: #105CAA !important;
  opacity: 1 !important;
}

/* 
===========================
HEADER-SECTION  End
============================
*/

/* 
===========================
HOME page  Start
============================
*/

.page_top,
.engineers_video {
  margin-top: 4.6%;
}

#videobg {
  height: 690px;
  width: 100%;
  object-fit: cover;
}

/* .engineers_video {
    background-image: url(https://simecproperties.com/wp-content/uploads/2024/02/blurbg-video.png);
    height: calc(100vh - 385px);
    overflow-y: hidden;
    position: relative;
    background-size: cover;
    object-fit: cover;
} */
.cusotme_carousel_indicators [data-bs-target] {
  width: 18px;
  height: 7px;
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 1;
  border: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}

.cusotme_carousel_indicators button.active {
  background-color: #9CC644;
}

.cusotme_carousel_indicators {
  margin-bottom: 3rem;
}

.custom_carousel_caption {
  position: absolute;
  right: 50%;
  bottom: 50%;
  left: unset;
  padding-top: unset;
  padding-bottom: unset;
  color: #fff;
  text-align: center;
  transform: translate(50%, 50%);
}

.custome_carousel_item h5 {
  font-family: "Source Sans 3", sans-serif;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
}

.text_color {
  color: #9CC644;
}

.custome_carousel_item img {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
}

.our_project_img {
  border-radius: 24px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.img-radious-sm {
  border-radius: 24px;
}

.section-head {
  margin-bottom: 35px;
}

.section-head h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 50px;
  color: #4A4848;
}

.section-head p {
  font-family: "Roboto", sans-serif;
  padding: 0px 120px;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #585555;
}

.project-section {
  background-image: url(images/project_bg.jpg);
  padding: 50px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-head h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  color: white;
  font-weight: 600;
  margin-bottom: 0;
}


.tax-our_project_categories .project-head h3 {
  margin-bottom: 0;
}

.project-head p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 600;
  line-height: 1.3;
  text-align: center !important;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0 10px;
}

.project-head {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  padding: 0 15px;
}

.round-button {
  width: 87px;
  height: 87px;
  border-radius: 100px;
  text-align: center;
  line-height: 26px;
  background-color: rgba(156, 198, 68, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  padding: 18px 10px;
  margin: 0 auto;
  opacity: 0;
  transition: .3s;
  z-index: 99;
}

.project-area:hover .round-button {
  opacity: 1;
  transition: .3s;
  color: white
}

.cardfull-anq {
  width: 100%;
  display: block;
}

.project-area {
  position: relative;
}

.project-area img:hover {
  transform: scale(2);
  transition: .3s;
}

.project-area:hover:before {
  opacity: 1;
  transition: .3s;
}

.project-area:after,
.project-area:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  border-radius: 10px;
  opacity: 1;
  z-index: 9;
  border-radius: 24px;
  opacity: 0;
  transition: .3s;
}

.project-area:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(16, 92, 170, .5) 100%);
  z-index: 99;
  opacity: 0;
}

.project-area:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(16, 92, 170, .7) 100%);
  z-index: 8;
  opacity: 1;
}

/* Our project section end/ Home page */

/* Our about section / Home page */

.about-section {
  background: rgba(238, 238, 238, 1);
  padding: 60px 0px;
}

.property-btn {
  color: #9CC644;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
  padding: 13px 18px;
  background: white;
  border-radius: 15px;
  display: inline-block;
  transition: .3s;
}

.property-btn:hover {
  background-color: rgba(156, 198, 68, 1);
  transition: .3s;
  color: white;
}

.about-area {
  padding: 18px 0px;
}

.about-area h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  color: #105CAA;
  font-weight: 600;
  margin-bottom: 0;
}

.about-area h2 {
  font-family: "Source Sans 3", sans-serif;
  color: #4A4848;
  font-size: 42px;
  margin-bottom: 25px;
  line-height: 50px;
}

.about-area p {
  font-family: "Roboto", sans-serif;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #585555;
}

.about-area p span {
  font-weight: 500;
}

/* Our about section  end / Home page */

/* Our Future plan section  start / Home page */
.future-plan-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #E7F6FB;
  background: linear-gradient(180deg, rgba(231, 246, 251, 1) 50%, rgba(255, 255, 255, 1) 47%);
}

.futurePlan .swiper-wrapper {
  padding-bottom: 50px;
}

.futurePlan .swiper-slide figure:before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 9;
  opacity: 0;
  border-radius: 25px;
}

.futurePlan .swiper-slide figure:hover:before {
  opacity: 1;
  transition: .3s;
}

.future-head {
  position: absolute;
  bottom: 0;
  padding: 16px 0px;
  background-color: rgba(16, 92, 170, 0.7);
  left: 0;
  right: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
  z-index: 99;

}

.future-head h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}

.futurePlan .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9CC644 !important;
}

.futurePlan .swiper-pagination-bullet {
  width: 18px;
  height: 7px;
  display: inline-block;
  border-radius: 4px;
  background: #000;
}

.future_plan img {
  height: 500px;
  object-fit: cover;
}

/* Our Future plan section  start / Home page */

/* Achivement section  start / Home page */
.achivement-section {
  /*    background: linear-gradient(90deg, rgba(158, 198, 67, 0.075) 0%, rgba(16, 92, 170, 0.05) 100%); */
  background-color: #fff;
  background-image: url('images/bg-counts.png');
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(242, 239, 239, 1);
}

.achivement-area span {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #9CC644;
  font-family: "Source Sans 3", sans-serif;
}

.achivement-area p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #6C6A6A;
  margin-top: 5px;
}

.br-line {
  border-right: 1px solid rgba(223, 217, 217, 1);
  border-bottom: 1px solid #DFD9D9;
}

.achivement-area {
  padding: 27px 0px;
  transition: .3s;
}

.achivement-area:hover {
  background-color: #ffffff96;
  transition: .3s;
}

/* 
===========================
home page  End
============================
*/
/* 
===========================
About page  Start
============================
*/


.company_overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #F3F9FF;
}

.company_overview .image_section_overview img {
  width: 100%;
  object-fit: cover;
}

.company_overview .image_section_overview {
  height: 100%;
}

.content_section_overview {
  padding: 40px 40px 40px 40px;
  display: flex;
  flex-direction: column;
}

.content_section_overview p {
  padding-bottom: 20px;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: rgba(88, 85, 85, 1);

}

.content_section_overview h1 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 43px;
  color: #4E4B4B;
  text-align: start;
  margin-bottom: 15px;
}

.overview_left_content {
  width: 70%;
  margin-left: auto;
  text-align: right;
}

.overview_right_content {
  width: 70%;
  margin-right: auto;
  text-align: left;
}

.fix_hight1 {
  height: 100%;
}

.fix_hight2 {
  height: 430px;
  object-position: bottom;
}

.fix_hight3 {
  height: 530px;
  object-fit: cover;
  object-position: center;
}


/* project area  */
.project_area {
  padding: 86px 10px;
  background-image: url('img/Company_overview/project_area.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project_area_box {
  margin: 0px auto;
  max-width: 650px;
  padding: 45px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 30px 0px #0000001A;
}

.project_area_box h1 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 43px;
  color: #4E4B4B;
}

.project_area_box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
  color: #585555;
}

/* 
===========================
About page End
============================
*/

/* Message Page ==========================*/
.chairman_sir {
  background-image: url('img/Message_from_Chairman/test1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.chairman_sir_des p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
  padding-bottom: 20px;
  color: #585555;
}

.chairman_sir_degignation {
  margin-top: 25px;
  padding-top: 15px;
}

.chairman_sir_degignation h1,
.chairman_sir_degignation h2,
.chairman_sir_degignation h3 {
  font-family: "Source Sans 3", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #105CAA;
  margin-bottom: 4px;
}

.chairman_sir_degignation p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #585555;
  margin-bottom: 2px;
}

.image_sir {
  width: 97%;
}

/* 
===========================
Project Page Start
============================
*/

.project_cart_body {
  display: flex;
  border: 1px solid rgba(197, 190, 190, 0.37);
  font-family: Roboto, sans-serif;
  padding: 20px 20px 20px 20px;
  margin: 1rem;
  max-width: 800px;
  background-color: #E7E7E7;
}

.cart_aliment_our_project_page {
  display: grid;
  grid-template-columns: 50% 50%;
}

.project_cart_img {
  width: 265px;
}

.font_for_heading {
  font-size: 1rem;
  font-weight: 700;
}

.project_line {
  margin-left: 10px;
  width: 100px;
  height: 2px;
  background-color: #d8d4d4;
  transition: width 0.2s ease;
  display: block;
}

.project_cart_body:hover .project_line {
  width: 40%;
}

.project_containers {
  margin-top: 70px;
  opacity: 60%;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.project_cart_body:hover .project_containers {
  opacity: 100%;
}

.project_cart_body:hover {
  background-color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.arrow_icon {
  width: 20px;
  display: none;
  opacity: 40%;
  position: relative;
  left: -12px;
  transition: opacity 0.2s ease;
}

.project_cart_body:hover .arrow_icon {
  display: block;
  opacity: 30%;
}

.project_cart_body {
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;

}

.view_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.project_cart_body:hover .view_sec {
  opacity: 1;
  transform: translateY(0);
}

.view_sec p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

/* Tabs styling */
.project_tabs.active,
.project_tabs:hover {
  text-decoration: underline;
  color: #0056A7;
}

.project_coustom_container {
  margin: 0 3rem;
}

.project_header_section {
  justify-content: space-between;
  align-items: end;
}

.project_heading {
  font-weight: 100;
  font-family: Roboto, sans-serif;
  font-size: 60px;
}

.project_heading2 {
  font-size: 4rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #0056A7;
}

.project_p_tag {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;

}

.project_tabs {
  color: #000;
  border: none;
  background-color: #000;
  text-decoration: none;
}

.project_tabs_text {
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}

.project_cart_head {
  font-size: 22px;
  font-weight: 600;
}

.project_p_body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.project_p_bodyAddress {
  display: flex;
}

.project_p_bodyAddress :nth-child(1) {
  min-width: 110px;
}

.our_project_cart_MT {
  margin-top: 40px;
}

.project_p_bodyAddress h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.project_cart_text_padding {
  padding: 1rem 0 1rem 1.5rem;
}

.project_cart_body2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text_lavel_project {
  min-width: 110px;
  /* Adjust this value as needed */

}


/* 
===========================
Project Page End
============================
*/

/* SINGLE-PROJECT-DETAILS */
.entertainment-services {
  padding: 30px 0px 60px;
  background-color: #F4F4F4;
}

.entertainment-area {
  border-radius: 10px;
  margin-top: 30px;
}

.entertainment-area img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.entertainment-area h3 {
  font-size: 26px;
  color: #4A4848;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}

.entertainment-content {
  padding: 20px 40px 25px;
  text-align: center;
}

.entertainment-content p {
  font-family: "Roboto", sans-serif;
  line-height: 29px;
  font-size: 18px;
  color: rgba(88, 85, 85, 1);

}

.box-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  height: 500px;
}

.related-section {
  background-color: #F1F8FF;
  padding: 60px 0px 30px;
}

.project-list {
  padding: 51px 0px 51px 100px;
}

.project-list h2 {
  color: #4A4848;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
}

.project-list ul li {
  font-weight: bold;
  border-top: 1px solid #EFEEEE;
  padding: 10px 15px;

}

.project-list ul li span {
  font-weight: 400;
}

.project-list ul li:nth-child(odd) {
  background-color: #f7f7f7;
}

.upcoming-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 970px;
}

.upcoming-project-section {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
}


/* MANAGEMNT =========================*/

.page_top {
  margin-top: 4.6%;
}

.main_banner {
  position: relative;
}

.main_banner img {
  width: 100%;
}

.main_banner h1,
.main_banner h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #FFFFFF4D;
  padding: 10px 30px 10px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  background: #105CAA33;
  border-radius: 10px;
  text-align: center;
}

.location_single_page {
  display: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #9CC644;
  text-align: center;
}

.management-section {
  background: #F3F9FF;
}

.management-row {
  display: flex;
  align-items: center;
}

.management-text,
.management-image {
  width: 50%;
}

.management-image {
  height: 400px;
  overflow: hidden;
}

.management-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-subtitle {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #105CAA;
  margin-bottom: 6px;
}

.section-title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #4E4B4B;
}

.management-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #585555;
  text-align: justify;
}

.management_for_left_content {
  padding: 0 5% 0 15%;
}

.management_for_right_content {
  padding: 0 15% 0 2%;
}



/* section 3 */
.management-container-2 {
  background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.07) 100%);
}

.management2 {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
}

.team_members img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top;
}

.management-name-2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #105CAA;
  line-height: 30px;
  margin-bottom: 0;
}

.management-title-2 {
  font-size: 15px;
  font-weight: 400;
  color: #6c757d;
}

.management-content-2 p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
  color: #585555;
  text-align: justify;
}

.profile-2 {
  border-radius: 15px;
}

.profile-2 img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.management-card-content-2 .management-name-2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #004c3f;
}

.management-container-space {
  padding: 60px 0;
}

.management-container-space .members {
  background-color: #fff;
  text-align: center !important;
  padding: 15px 0px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}

.management-container-space .members p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #40423C;
  text-align: center !important;
}

.management-container-space .members h2 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #105CAA;
  margin-bottom: 0;
  text-align: center !important;
}

.team_members_single {
  position: relative;
  z-index: 1;
}

.team_members_single {
  position: relative;
  z-index: 1;
}

.team_members_single::before,
.team_members_single::after {
  position: absolute;
  content: '';
  width: 99%;
  height: 20px;
  background-color: #9CC644;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.team_members_single::before {
  top: -5px;
  border-radius: 20px 20px 0 0;
}

.Linkedin_position {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
}

.Linkedin_position {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.team_members_single::after {
  bottom: -5px;
  border-radius: 0 0 20px 20px;
}

.team_members_single:hover .Linkedin_position,
.team_members_single:hover::before,
.team_members_single:hover::after {
  opacity: 1;
}

/* ================================= */


/* GALLERY================================ */

.page-template-tmp_gallery .section-head {
  margin-bottom: 25px;
}

.gallery_section {
  padding: 50px 0px;
}

/* tab  */
.tabs_menu ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}

.single_button {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  font-family: "Roboto", "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #4E4B4B !important;
  padding: 10px 28px;
  border-radius: 14px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  cursor: pointer;
}

.single_button:hover {
  background-color: #F5F9EC;
  color: #7DA627 !important;
  border-color: #9CC644;
}

.single_button.active {
  background-color: #9CC644 !important;
  color: #FFFFFF !important;
  border-color: #9CC644 !important;
  box-shadow: 0px 6px 16px rgba(156, 198, 68, 0.35);
}

/* tab  */
.galary_image {
  position: relative;
  height: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}

.galary_image_main {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.galary_image:hover .galary_imaghover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: .4s;
}

.zoom_icone_gallary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
  z-index: 1;
  opacity: 0;
}

.galary_image:hover .zoom_icone_gallary {
  opacity: 1;
}

/* CONTACT US =======================================*/
.contact_us_form {
  width: 100%;
}

.contact_us_form .form-control {
  height: 50px;
  padding: 12px 18px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid transparent !important;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.contact_us_form textarea.form-control {
  height: auto;
  min-height: 140px;
  padding: 14px 18px;
}

.contact_us_form .form-control:focus,
.contact_us_form .form-control:active {
  border: 1px solid transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #FFFFFF;
}

.contact_us_form .form-control::placeholder {
  color: #888888;
  font-size: 14.5px;
}

.contact_us_form .wpcf7-submit {
  height: 48px;
  padding: 10px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #9CC644 !important;
  color: #FFFFFF !important;
  border: none !important;
  transition: all 0.25s ease;
  cursor: pointer;
}

.contact_us_form .wpcf7-submit:hover {
  background-color: #8ab635 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(156, 198, 68, 0.3);
}

.employee_lists_sec {
  background-image: url('./images/form-bg.jpg');
  /*     background: linear-gradient(90deg, rgb(154 197 65 / 20%) 0%, rgba(16, 92, 170, 0.0546) 100%); */
  padding: 0rem 2rem 2rem;
}

.text_header {
  text-align: center;
  padding: 3rem 10rem 1rem;
}

.text_header h4 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 37px;
  color: #40423C;
  text-align: center;
  margin-bottom: 20px;
}

.contact_address_box {
  box-shadow: 0px 0px 4px 0px #00000014;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 2rem 2rem;
  margin-bottom: 2rem;
}

.contact_address_box h4 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #40423C;
  margin-bottom: 1rem;
}

.contact-sub-title {
  margin-bottom: 1rem;
}

.contact-sub-title p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 27px;
  color: #585555;
  font-weight: 400;
}

.custom_btn {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: white;
  color: white;
  text-align: start;
  transition: 0.5s ease-in-out;
}

.contact_google_maps {
  background: linear-gradient(270deg, rgba(156, 198, 68, 0.07) 0%, rgba(16, 92, 170, 0.05) 100%);
  padding: 2rem 0rem 2rem;
}

.contact_google_maps iframe {
  border-radius: 10px;
  border: 4px solid #9CC64440 !important;
}

/* FOOTER SECTION */
/* ============================= */

.footer_sec_two {
  padding: 30px 0px;
  background-image: url('./img/footer_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_quick_link {
  display: grid;
  grid-template-columns: auto auto auto;
}

.footer_quick_link li {
  line-height: 30px;
  color: #585555;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}

.footer_quick_link li a:hover {
  color: #0659a8;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.quick_links li a:hover::before {
  color: #0659a8;
}

.footer_bottom_text h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #585555;
  text-align: start;
  margin-top: 12px;
}

.footer_social_icon {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}

.footer_social_icon li {
  padding: 5px 10px;
  border: 1px solid #105CAA33;
  background-color: #dcf0fc;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
}

.footer_social_icon li {
    width: 35px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.footer_social_icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #105CAACC;
    transition: color 0.3s ease;
}

.footer_social_icon li:hover {
    background-color: #105CAC;
    box-shadow: 0 4px 10px rgba(16, 92, 172, 0.25);
}

.footer_social_icon li:hover a {
    color: #fff;
}

.footer_social_icon li:hover a {
  color: #FFFFFF;
}

.quick_links li a::before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: rgb(182, 173, 173);
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(10px, -50%);
  color: rgb(182, 173, 173);
  opacity: 0.5;
}

.footer_sec::before {
  content: '';
  position: absolute;
  background-image: url(./img/steal_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  top: 0%;
  right: 0%;
}

.footer_head h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #105CAA;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.footer_head p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #585555;
  letter-spacing: 0px;
  line-height: 27px;
}

.footer_head p a {
  color: #585555;
}

.footer_head p a:hover {
  color: #105CAA;
}

/* RESPONSIVE DEVICES =====================================*/
@media only screen and (max-width:1800px) {
  .page_top {
    margin-top: 5.7%;
  }

  .header_logo img {
    width: 180px;
    top: 15px;
    left: 2%;
    transform: translate(-2%, -0px);
  }

  .content_section_overview {
    padding: 25px 40px 40px 40px;
  }

  .overview_left_content {
    width: 85%;
  }

  .overview_right_content {
    width: 90%;
  }

  .management-container-space .members h2 {
    font-size: 18px;
  }

  .text_header h4 {
    font-size: 28px;
  }
}

@media only screen and (max-width:1440px) {
  .header_logo img {
    width: 170px;
    position: absolute;
    top: 10px;
    left: 0%;
    transform: translate(-0%, -0px);
  }

  /* Header  */
  .gallery_project_cart_body img {
    height: 20rem;
  }

  .header_full {
    height: 136px;
  }

  .page_top {
    margin-top: 5.3%;
  }

  .header_full .header_menu>ul li.menu-item-has-children ul {
    top: 90%;
  }

  #menu-header-menu li a::after {
    top: 80%;
  }

  .achivement-area p {
    font-size: 18px;

  }

  .entertainment-area h3 {
    font-size: 22px;
  }

  .entertainment-content {
    padding: 20px 20px 21px;
  }

  .entertainment-content p {
    font-size: 16px;
    margin-top: 20px;
  }

  .box-shadow {
    height: 450px;
  }

  .related-section {
    padding: 30px 0px 30px;
  }
}


@media only screen and (max-width:1366px) {
  .custome-container {
    padding: 0% 9%;
  }

  .page_top {
    margin-top: 5.8%;
  }

  #menu-header-menu li a {
    margin: 0px 5px;
  }

  .header_full .header_menu>ul>li.menu-item-has-children::after {
    right: 5px;
    font-size: 16px;
    position: absolute;
    top: 43%;
  }

  .custome_carousel_item h5 {
    font-size: 45px;
  }

  .future_plan img {
    height: 400px;
    object-fit: cover;
  }

  .footer_head p {
    font-size: 16px;
  }

  .footer_quick_link li {
    font-size: 16px;
  }

  .header_logo img {
    width: 160px;
    left: 2%;
    transform: translate(-2%, -0px);
  }

  .management_for_left_content {
    padding: 0 5% 0 10%;
  }

  .management_for_right_content {
    padding: 0 10% 0 2%;
  }

}

@media only screen and (max-width:1280px) {
  .page_top {
    margin-top: 6%;
  }

  .overview_right_content,
  .overview_left_content {
    width: 95%;
  }

  .fix_hight3 {
    height: 100%;
  }

  .content_section_overview {
    padding: 20px;
  }

  .content_section_overview h1 {
    font-size: 30px;
  }

  #menu-header-menu li a {
    letter-spacing: 0em;
    text-align: left;
    padding: 29px 8px;
    margin: 0px 3px;
  }

  .header_full .header_menu>ul>li.menu-item-has-children::after {
    right: 0px;
    top: 45%;
  }

  .header_full .header_menu>ul>li>ul.sub-menu li>a {
    padding: 12px 20px !important;
  }

  .header_full .header_menu>ul li.menu-item-has-children ul {
    top: 100%;
  }

  .header_full .header_menu>ul li.menu-item-has-children ul {
    width: 310px;
  }
}



@media only screen and (max-width:1024px) {

  /* Header  */
  .custome-container {
    padding: 0% 10%;
  }

  .page_top {
    margin-top: 5.5%;
  }

  .header_full .header_menu>ul>li.menu-item-has-children::after {
    right: 0px;
    top: 42%;
  }

  #menu-header-menu li a {
    padding: 19px 5px;
    margin: 0px 5px;
    font-size: 16px;
  }

  .mobile-sub-menu li a {
    padding: 10px 5px !important;
  }

  .header_full {
    height: 100px;
  }

  .header_full .desktop-sub-menu {
    top: 95%;
    width: 240px;
  }

  .header_logo img {
    width: 120px;
    left: 1%;
    top: 10px;
  }

  .header_full .desktop-sub-menu li a {
    padding: 6px 12px 6px 20px !important;
    transition: 0.2s ease-in-out;
  }

  .section-head p {
    padding: 0px 15px;
    font-size: 16px;
  }

  .project-head h3 {
    font-size: 20px;
  }

  .about-area p {
    font-size: 16px;
  }

  .property-btn {
    font-size: 16px;
  }

  .future_plan img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .future-head h4 {
    font-size: 18px;
  }

  .achivement-area span {
    font-size: 40px;
  }

  .achivement-area p {
    font-size: 16px;
  }

  .footer_head pm .footer_bottom_text h6 {
    font-size: 16px;
  }

  .footer_quick_link li {
    font-size: 16px;
  }

  .achivement-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #videobg {
    height: 500px;

  }

  .content_section_overview p,
  .project_area_box p {
    font-size: 16px;
  }

  .main_banner h1,
  .main_banner h4 {
    font-size: 28px;
  }

  .chairman_sir_des p {
    font-size: 16px;
  }

  .chairman_sir_degignation h1 {
    font-size: 20px;
  }

  .chairman_sir_degignation p {
    font-size: 16px;
  }

  .footer_quick_link {
    grid-template-columns: auto auto;
  }

  .section-title {
    font-size: 28px;
  }

  .management-text p {
    font-size: 16px;
  }

  .management-content-2 p {
    font-size: 16px;
  }

  .management-container-space .members p {
    font-size: 16px;
  }

  .management-container-space .members h2 {
    font-size: 16px;
  }

  .text_header {
    text-align: center;
    padding: 3rem 1rem 1rem;
  }

  .contact-sub-title p {
    font-size: 16px;
  }

  .our_project_img {
    height: 325px;
  }

  .entertainment-area h3 {
    font-size: 18px;
  }

  .entertainment-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .page_top {
    margin-top: 7.5%;
  }

  #menu-header-menu {
    background-color: #dbf0fc;
    margin-top: 28px;
  }

  .header_menu>#menu-header-menu li.current-menu-item>a.nav-link {
    background-color: initial;
  }

  /* Header  */
  .mobile-nav-wrapper {
    display: block;
    z-index: 999;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 110px;
    top: 0%;
    background-position: 10% bottom;
  }

  .mobile-nav ul li a {
    padding: 12px 0px;
    font-weight: 500;
    font-size: 16px;
  }

  .secondary_menu,
  .menu_bottom {
    padding: 5px 20px;
  }

  .header_full .custom_container {
    padding: 0% 4%;
  }

  #menu-header-menu-1 {
    padding: 10px 20px !important;
  }

  .header_logo img {
    width: 120px;
    left: 50%;
    top: 10px;
    transform: translate(-235%, -0px);
  }

  .custom_container .navbar .container-fluid .header_box .navbar-toggler {
    position: fixed;
    right: 25px;
    top: 1.5%;
  }

  .footer_social_icon li {
    padding: 0px 8px !important;
  }

  .mobile-nav ul li a {
    padding: 10px 4px;
    font-size: 16px;
  }

  .custome_carousel_item h5 {
    font-size: 30px;
  }

  .project-section {
    padding: 30px;
  }

  .section-head h2 {
    font-size: 36px;
  }

  .about-section {
    padding: 30px 0px;
  }

  .overview_left_content {
    width: 100%;
  }

  .section-title {
    font-size: 23px;
  }

  .management-text p {
    font-size: 16px;
  }

  .management-container-space .members p,
  .management-container-space .members h2 {
    font-size: 16px;
  }

  .single_button {
    font-size: 17px;
    padding: 5px 25px;
    border-radius: 12px;
  }

  .text_header h4 {
    font-size: 22px;
  }

  .contact_address_box {
    margin-top: 2rem;
  }

  .project-list {
    padding: 51px 0px 51px 0px;
  }

  .project-list ul li {
    padding: 14px;
  }

  .project-list {
    padding: 51px 0px 51px 0px;
  }

  .project-list ul li {
    padding: 14px;
  }

  .upcoming-bg {
    width: 100%;
    position: relative;
  }

  .project-area img {
    width: 100%;
  }

  .company_overview {
    grid-template-columns: 1fr;
  }

  .overview_right_content,
  .overview_left_content {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .content_section_overview {
    padding: 15px 70px;
  }

  .company_overview:nth-child(even) .content_section_overview {
    order: 2;
  }

  .company_overview:nth-child(even) .image_section_overview {
    order: 1;
  }

  .fix_hight1,
  .fix_hight2,
  .fix_hight3 {
    height: 280px;
  }

  .content_section_overview h1,
  .project_area_box h1 {
    font-size: 30px;
  }

  .main_banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

}

@media only screen and (max-width:768px) {

  .header_full {
    background-size: cover;
    height: 100px;
  }

  .homePageBannerLayoutTwo .homePageBannerLayoutTwoGridItems:nth-child(1) .Banner_title h4 {
    font-size: 22px;
  }



  /* 768 end  */
}

@media only screen and (max-width:600px) {
  .page_top {
    margin-top: 13.5%;
  }

  #videobg {
    height: 280px;
  }

  .engineers_video {
    height: 280px;
    margin-top: 58px;
  }

  .header_full {
    background-position: left;
    background-position-x: 9%;
  }

  .homeprojectgriditems {
    padding: 20px 3%;
  }

  .homeprojectgrid {
    grid-template-columns: 100%;
  }

  .cusotme_carousel_indicators {
    margin-bottom: 10px;
  }

  .custome_carousel_item h5 {
    font-size: 20px;
  }

  .custome-container {
    padding: 0% 8%;
  }

  .project-section {
    padding: 30px 0px;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .footer_partfirst p,
  .footer_parttwo p,
  .mdmassagecontent,
  .mdmassagecontent p,
  .project-secound-section-text p,
  .project_details_list li,
  .project-detail-label,
  .project-detail-value,
  .coomercialgrid .commercialgrid_items:nth-child(1) p,
  .project_detailsgriditems>p,
  .planstabgrid .planstabgriditems:nth-child(3) p.planstabcontent,
  .upcomming_plans_p,
  .herosectiononeContent p,
  .about_banner_text_position p,
  .project_p_tag {
    font-size: 16px;
  }

  .header_logo img {
    width: 110px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-145%, -0px);
  }

  .custom_carousel_caption {
    bottom: 40%;
    width: 100%;
  }

  .project-head h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .project-head p {
    font-size: 16px;
  }

  .future_plan img {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }

  .achivement-area span {
    font-size: 50px;
    font-weight: 600;
  }

  .overview_right_content {
    width: 100%;
  }

  .content_section_overview h1,
  .project_area_box h1 {
    font-size: 32px;
    text-align: center;

  }

  .first_agap h1 {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .main_banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .main_banner h1,
  .main_banner h4 {
    font-size: 18px;
    padding: 10px 15px 10px 15px;
  }

  .management-row {
    display: grid;
  }

  .management-text {
    width: 100%;
  }

  .management-image {
    width: 100%;
    height: 250px;
  }

  .revarce .management-image {
    margin-bottom: 0px;
  }

  .management_for_left_content {
    padding: 10% 5% 10% 5%;
  }

  .management_for_right_content {
    padding: 10% 8% 10% 8%;
  }

  .management-container-space {
    padding: 35px 0;
  }

  .management-name-2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .members h2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .single_button {
    font-size: 16px;
    padding: 5px 22px;
    border-radius: 12px;
  }

  .text_header h4 {
    font-size: 17px;
  }

  .text_header {
    text-align: center;
    padding: 2rem 0rem 1rem;
  }

  .employee_lists_sec {
    padding: 0rem 0rem 2rem;
  }

  .content_section_overview {
    padding: 15px 32px;
  }

  .upcoming-bg {
    height: 250px;
    object-fit: cover;
  }

  .location_single_page {
    display: none;
  }

  .entertainment-area img {
    height: 180px;
  }

  .entertainment-content p {
    margin-top: 10px;
    font-size: 16px;
  }

  .box-shadow {
    height: 365px;
  }

  .project-list h2 {
    text-align: center;
    font-size: 28px;
  }

  .project-list {
    padding: 25px 0px 51px 0px;
  }

  .br-line,
  .border-bottom-0 {
    border-right: none;
    border-bottom: 1px solid #dfd9d9ab !important;
  }

  .border-bottom-0.border-end-0 {
    border-bottom: none !important;
  }

  .project-head {
    bottom: 25px;
  }

  .footer_social_icon li {
    padding: 5px 10px !important;
  }

  .footer_head {
    margin-top: 15px;
  }

  .footer_head h3 {
    margin-bottom: 5px;
  }

  .about-area p {
    text-align: justify;
  }

  .footer_bottom_text h6 {
    text-align: center;
  }

  .about-section img {
    margin-top: 20px;
  }

  .management-text .section-subtitle {
    font-size: 16px;
  }

  .galary_image_main {
    height: 150px;
  }

  .galary_image {
    height: 100%;
  }

  .gallery_section {
    padding: 50px 0px 40px;
  }

  .employee_lists_sec {
    background-size: cover;
  }

  .about-area h3 {
    font-size: 22px;
  }

  .about-area h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width:480px) {
  .custome_carousel_item img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .section-head p {
    font-size: 16px;
  }

  .project-area {
    margin-bottom: 20px;
  }

  li.menu-item-has-children ul>li:last-child {
    border-bottom: none;
  }

  .custome_carousel_item h5 {
    font-size: 23px;
  }

  .header_logo img {
    width: 100px;
  }
}

@media only screen and (max-width:375px) {
  .page_top {
    margin-top: 12.3%;
  }

  .header_logo img {
    width: 90px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-165%, -0px);
  }

  .header_full {
    background-size: cover;
    height: 80px;
  }

  .nav-open {
    top: 12%;
  }

  .engineers_video {
    height: 280px;
    margin-top: 45px;
  }

}

/* Mobile Fixes */
.mobile-nav-wrapper.navActive {
  height: 100vh !important;
  width: 100vw !important;
}

.mobile-nav-wrapper.navActive .nav-open,
.navActive .nav-open {
  display: none !important;
}

.dark-shadow.navActive {
  height: 100vh !important;
}

.nav-close {
  display: flex !important;
}

/* ══════════════════════════════════════════════════════════════════════════
   GLOBAL RESPONSIVE CONSISTENCY — same X padding on every page
   Breakpoints: 1200 → 992 → 768 → 576 → 480px
   ══════════════════════════════════════════════════════════════════════════ */

/* ── ≤ 1200px ─────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {

  .custome-container,
  .custom_container_header {
    padding-left: 8%;
    padding-right: 8%;
  }
}

/* ── ≤ 992px ──────────────────────────────────────────────────────────── */
@media (max-width: 992px) {

  .custome-container,
  .custom_container,
  .custom_container_header {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* Management page: reduce inner padding on tablet */
  .management_for_left_content {
    padding: 30px 5% 30px 5%;
  }

  .management_for_right_content {
    padding: 30px 5% 30px 5%;
  }

  /* Company overview: add side breathing room */
  .company_overview {
    grid-template-columns: 1fr;
  }

  .content_section_overview {
    padding: 30px 5% !important;
  }

  .our_project_img {
    height: 340px;
    object-fit: cover;
    width: 100%;
  }

  .project-section .row {
    --bs-gutter-y: 1.5rem;
  }
}

/* ── ≤ 768px ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {

  p {
    text-align: justify;
  }

  .project-head p,
  .project-head h3,
  .project-head {
    text-align: center !important;
  }

  .custome-container,
  .custom_container,
  .custom_container_header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .tabs_menu ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 8px;
  }

  .single_button {
    padding: 8px 18px;
    font-size: 16px;
  }

  .content_section_overview {
    padding: 20px 4% !important;
  }

  .project_area_box {
    padding: 25px 4% !important;
    margin: 0 auto !important;
    text-align: center;
  }

  .project_area_box p {
    text-align: center !important;
  }

  .contact_address_box h4 {
    text-align: center;
  }

  .management-text .section-subtitle,
  .management-text .section-title,
  .management-name-2,
  .management-title-2,
  .management-content-2 .management-title-2,
  .management-content-2 .management-name-2,
  .achivement-area,
  .achivement-area p,
  .achivement-area span,
  .members,
  .members p,
  .members h2,
  .management-container-space .members,
  .management-container-space .members p,
  .management-container-space .members h2 {
    text-align: center !important;
  }

  .management-image-2 {
    text-align: center;
  }

  .management-image-2 img {
    margin: 0 auto;
    display: block;
  }

  .main_banner h1,
  .main_banner h4 {
    max-width: 90%;
    font-size: 20px !important;
    padding: 8px 16px !important;
    word-wrap: break-word;
  }

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .custom_carousel_caption {
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
    bottom: 30% !important;
    transform: none !important;
  }

  .custome_carousel_item h1,
  .custome_carousel_item h5 {
    font-size: 26px !important;
  }

  /* Management full-width rows: add side padding */
  .management-section .management-row {
    flex-direction: column;
  }

  .management-section .management-row .management-text,
  .management-section .management-row .management-image {
    width: 100%;
  }

  .management_for_left_content,
  .management_for_right_content {
    padding: 25px 4% !important;
  }

  /* Achievement stats — tablet */
  .achivement-area span {
    font-size: 36px;
  }

  .achivement-area p {
    font-size: 16px;
  }

  .achivement-area {
    padding: 20px 5px;
  }

  /* Section headings — tablet (Our Projects, Future Plan, etc.) */
  .section-head h2 {
    font-size: 30px;
  }

  .section-head p {
    padding: 0 20px;
    font-size: 16px;
  }

  /* About section — tablet */
  .about-area h3 {
    font-size: 20px;
    text-align: center;
  }

  .about-area h2 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
  }

  .about-area p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .about-area .mt-3 {
    text-align: center;
  }

  /* Footer — tablet */
  .footer_head h3 {
    font-size: 17px;
  }

  .footer_head p {
    font-size: 16px;
  }

  /* Company overview headings — tablet */
  .content_section_overview h1,
  .content_section_overview h2,
  .project_area_box h1,
  .project_area_box h2 {
    font-size: 28px;
    text-align: center;
  }

  .content_section_overview p,
  .project_area_box p {
    font-size: 16px;
  }

  /* Banner & management name — tablet */
  .main_banner h1,
  .main_banner h4 {
    font-size: 24px;
  }

  .management-name-2 {
    font-size: 20px;
  }
}

/* ── ≤ 576px ──────────────────────────────────────────────────────────── */
@media (max-width: 576px) {

  .custome-container,
  .custom_container,
  .custom_container_header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom_carousel_caption {
    bottom: 25% !important;
  }

  .custome_carousel_item h1,
  .custome_carousel_item h5 {
    font-size: 20px !important;
  }

  .management-content-2 {
    padding-top: 5px;
  }

  .management-name-2,
  .management-title-2,
  .management-content-2 .management-title-2 {
    text-align: center !important;
  }

  .management-content-2 p:not(.management-title-2) {
    text-align: justify;
  }

  .our_project_img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }

  .about-section img {
    margin-top: 15px;
    width: 100%;
    object-fit: cover;
  }

  .management_for_left_content,
  .management_for_right_content {
    padding: 15px !important;
  }

  .management-text .section-subtitle,
  .management-text .section-title {
    text-align: center;
  }

  .management-container-space {
    padding: 15px !important;
  }

  .management2 {
    padding: 10px;
  }

  .content_section_overview {
    padding: 20px 15px !important;
  }

  .project_area_box {
    padding: 20px 15px !important;
  }

  /* Achievement stats — mobile (2 per row via col-sm-6) */
  .achivement-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .achivement-area span {
    font-size: 32px;
  }

  .achivement-area p {
    font-size: 16px;
    margin-top: 4px;
  }

  .achivement-area {
    padding: 18px 8px;
  }

  /* Section headings — mobile */
  .section-head h2 {
    font-size: 24px;
    padding-bottom: 6px;
  }

  .section-head p {
    padding: 0 10px;
    font-size: 16px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  /* About section — mobile */
  .about-area h3 {
    font-size: 18px;
    text-align: center;
  }

  .about-area h2 {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
  }

  .about-area p {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .about-area .mt-3 {
    text-align: center;
  }

  /* Footer — mobile */
  .footer_head h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .footer_head p {
    font-size: 16px;
  }

  /* Company overview headings — mobile */
  .content_section_overview h1,
  .content_section_overview h2,
  .project_area_box h1,
  .project_area_box h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .content_section_overview p,
  .project_area_box p {
    font-size: 16px;
  }

  /* Banner & management name — mobile */
  .main_banner h1,
  .main_banner h4 {
    font-size: 16px !important;
  }

  .management-name-2 {
    font-size: 18px;
  }
}