@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

:root {
  --theme-color: #d2b056;
  --secondary-color: #000;
  --theme-light: #d2b156d3;
  --white-color: #fff;
  --black-color: #000;
  --font-body: "Work Sans", serif;
  --bg-blur-sec: #ffdfa8;
}

  section {
    padding: 30px 0;
    position: relative;
  }

  body {
    background-color: var(--secondary-color);
  }


::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
  background-color: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--theme-light);
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}

body a {
  text-decoration: none;
}

body li {
  list-style: none;
}

* MARGIN */ .mt-150 {
  margin-top: 150px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-5 {
  margin-top: 5px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

/* PADDING */

.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-5 {
  padding-top: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-10 {
  margin-bottom: 10px;
}
.pb-5 {
  padding-bottom: 5px;
}

.pr-100 {
  padding-right: 100px;
}

.button {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  display: block;
  font-weight: 600;
}

:hover,
:focus,
* {
  outline: none !important;
}

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

a,
input[type="submit"] {
  transition: 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: rgb(163, 163, 163);
  font-weight: 400;
}

.custom-container {
  max-width: 1500px;
  margin: 0 auto;
}

/* Navigation Section Styling */

.header-section {
  width: 100%;
  position: relative;
  /* height: 1400px; */
  /* overflow: hidden; */
}

.background-color {
  width: 200px;
  height: 600px;
  position: absolute;
  background-color: var(--theme-light);
  right: 4px;
  filter: blur(137px);
}

.background-color-2 {
  width: 200px;
  height: 400px;
  filter: blur(100px);
  background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 226, 176, 1) 100%
  );
  position: absolute;
  left: -7px;
}

img.company-logo {
  width: 100px;
}

.navigation {
  position: relative;
  z-index: 10;
}

.navigation a {
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-color);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 0;
}
a.section-button {
  border: 1px solid var(--theme-color);
  padding: 10px 20px;
  color: var(--theme-color);
}

.categories-button {
  display: inline-block;
}

a.categories-button {
  border: 1px solid var(--theme-color);
  padding: 10px 20px;
  color: var(--black-color);
  background-color: var(--theme-color);
  font-weight: 800;
}

.card-button {
  display: inline-block;
}

a.card-button {
  background-color: var(--black-color);
  color: var(--theme-color);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-heading {
  font-size: 5rem;
  font-weight: 700;
  /* color: var(--white-color); */
}

.sub-heading {
  font-size: 7rem;
  font-weight: 600;
}

/* .bg-main {
  background-image: url("../images/main.png");
  width: 100%;
  height: 710px;
  background-position: top;
  background-size: cover;
  overflow: hidden;
} */

.bg-main {
  background-image: url("../images/main.png");
  width: 1400px;
  height: 1220px;
  background-position: left;
  background-size: contain;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  left: -89%;
  top: -28%;
}
.hero-banner-pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-banner-pic img {
  position: absolute;
  min-width: 600px;
  height: auto;
}

.content-wrapper {
  color: var(--white-color);
}

.profile-bg {
  background: var(--theme-color);
  position: relative;
  top: 70px;
  border-radius: 20px;
  color: var(--black-color);
}
.profile-social {
  display: block;
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin: 20px;
  margin-top: 0;
}
.profile-social .profile-social-wrapper{
  justify-content: center;
}

.profile-social-wrapper,
.footer-social-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 24px;
  color: var(--theme-color);
}

.companies {
  width: 100%;
  height: 100%;
  color: var(--theme-color);
}
h3.section-heading {
  font-size: 2.5rem;
  color: var(--theme-color);
  margin: 20px 0;
}
.companies-card .card-header{
  border: 1px solid var(--theme-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}
img.card-image {
  object-fit: contain;
  /* background-color: var(--black-color); */
  height: auto;
  max-width: 100%;
  object-position: center;
  padding: 20px;
  max-height: 100%;
}
img.card-image.image-white{
  filter: brightness(0) invert(1);
}
.card-content {
  background-color: var(--theme-color);
  padding: 15px 30px;
  color: var(--black-color);
  border-radius: 10px;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}
h5.card-heading {
  font-weight: 600;
  min-height: 70px;
}
.companies-card .card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.project-idea-banner {
  background-color: var(--theme-color);
  height: 100%;
  width: 100%;
}

.real-estate-banner {
  background-color: var(--theme-color);
  height: 100%;
  width: 100%;
}

.real-estate-banner-image-points {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

section.happy-client,
section.testimonial{
  width: 100%;
  height: 100%;
  color: var(--white-color);
  overflow: hidden;
}
/* Testimonials Section */
.testimonial {
  position: relative;
  padding: 80px 0;
}

.background-color-3,
.background-color-4 {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #e0f7fa; /* Light blue background */
  z-index: -1;
}

.background-color-4 {
  top: 50%;
  background-color: #b2ebf2; /* Slightly darker blue */
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.testimonial .para {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

.testimonials-slider {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-item .name {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.testimonial-item .desc {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

.testimonial-item .message {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  font-style: italic;
}

.qoute-color {
  color: var(--theme-color); /* Teal color for quotes */
  font-size: 24px;
  vertical-align: middle;
}

/* Slick Slider Custom Styles */
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background-color: var(--theme-color);
  border-radius: 50%;
  z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: var(--theme-color);
}

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
}

.slick-prev:before {
  content: '\f104'; /* Left arrow icon */
}

.slick-next:before {
  content: '\f105'; /* Right arrow icon */
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: var(--theme-color);
}

.slick-dots li.slick-active button:before {
  color: var(--theme-color);
}
h6.name {
  font-weight: 800;
  color: var(--theme-color);
}

p.desc {
  color: var(--theme-color);
}
span.qoute-color {
  color: var(--theme-color);
}

.background-color-3 {
    width: 300px;
    height: 300px;
    background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 226, 176, 1) 100%
  );
    position: absolute;
    left: 3%;
    border-radius: 50%;
    filter: blur(100px);
}

.background-color-4 {
    width: 300px;
    height: 300px;
    background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 226, 176, 1) 100%
  );
    position: absolute;
    left: 80%;
    border-radius: 50%;
    filter: blur(100px);
}

section.footer {
    width: 100%;
    height: 100%;
}

.footer-bg {
    background-color: var(--theme-color);
    border-radius: 20px;
}

.footer-contact-card {
    display: flex;
    gap: 10px;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 10px;
}

.footer-card-icon {background-color: var(--theme-color);display: flex;width: 45px;height: 45px;justify-content: center;align-items: center;border-radius: 6px;}

.footer-contact-wrapper {
    padding: 30px 25px;
}

h4.footer-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

p.footer-para {
    font-size: 1.1rem;
}

.footer-social {
    display: inline-block;
    background-color: var(--white-color);
    padding: 30px 50px;
    border-radius: 10px;
  }

  .form-container {
    width: 100%;
    background: transparent;
    padding: 20px;
}

.description {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    font-size: 16px;
    outline: none;
}

.submit-btn {
    background: black;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

button.submit-btn {
    display: inline-block;
    width: 140px;
}

.arrow {
    font-size: 14px;
}

.submit-btn:hover {
    background: #222;
}
h3.designation {
  margin-bottom: 20px;
  padding-left: 10px;
}
.footer-contact-card .footer-card-heading {
  font-size: 1.1rem;
}










/* Custom White Navbar Toggler Icon */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Offcanvas Sidebar */
.offcanvas {
  width: 250px; /* Adjust width as needed */
  background-color: #f8f9fa; /* Light background */
}

.offcanvas-header {
  background-color: var(--theme-color); /* Theme color for header */
  color: #fff;
}

.offcanvas-body {
  padding: 20px;
}



.nav-link {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .navbar-collapse {
    display: none; /* Hide default navbar collapse */
  }

  .offcanvas {
    display: block; /* Show offcanvas sidebar */
  }
}





