<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Unbounded" !important;
  font-optical-sizing: auto;
  font-weight: normal;
  background-image: url("../assets/img/background1.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* NAVBAR */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

.navbarcolor {
  background-color: rgba(0, 0, 0, 0.056);
  backdrop-filter: blur(10px);

}
.nav-item a{
color: white;
font-size: 12px;
text-transform: uppercase;
font-family: Unbounded;
padding: 10px 10px 10px 10px;
transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.45s;
}
.nav-item a:hover{
color: white;
font-size: 12px;
text-transform: uppercase;
transform: scale(1.1);
background-color: #80808052;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
border-radius: 22px;
}
.nav-item:active{
  transform: scale(1);
}
.nav-link.active {
  background-color: #80808061;
  color: #f58327 !important; 
  border-radius: 20px;
  padding: 10px 15px 8px 15px !important;
}
.navbar-nav{
  border: 1px solid #ffffff3b;
  border-radius: 40px;
  background-color: #0a0a0a;
}
.navbar-brand img{
  margin-left: 15px;
}



/* =================================================== */
/* service-section */
/* =================================================== */

.service-heading h1{
  text-align: center;
}
.service-card {
  background-color: #222222bd;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  height: 100%;
  display: flex
;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px); /* Move card up on hover */
}
.service-icon i {
  font-size: 1em;
  margin-bottom: 15px;
  color: #f48227;
  background-color: #5c5b5b80;
  padding: 11px 10px 11px 10px;
  /* width: fit-content; */
  border-radius: 1rem;
}
.our-service-section{
  padding: 0 40px 0 40px;

}
.service-icon {
  font-size: 2em;
  margin-bottom: 15px;
  color: #aaa; /* Slightly lighter icon color */
}
.service-title {
  margin-bottom: 90px;
  color: #ffffff;
}
h3.service-title {
  font-size: 22px;
}
p.service-title {
  font-size: 13px;
  color: gray;
  margin-bottom: 10px;
  font-weight: 300;
}
.learn-more {
  margin-top: auto; /* Push "Learn More" to the bottom */
  color:  #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.learn-more:hover{
  text-decoration: none;
  color:#f48227;
  transform: rotate(0deg);
}
.learn-more i {
  margin-left: 15px;
  background-color: #222222;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid #c5b7b70d;
  transform: rotate(-34deg);
  
}
.learn-more i :hover{
color:#f48227;
transform: rotate(0deg);
}

/* ========================================= */
/* why-choose-section */
/*==========================================*/

.why-choose-section {
  padding: 80px 0; /* Increased padding */
  text-align: center;
}
.why-choose-section-padding{
  padding: 0 40px 0 40px ;
}
.why-choose-title {
  font-size: 2.5em;
  margin-bottom: 40px;
}
.why-header {
  text-align: center;
  margin-bottom: 80px;
}
.choose-text-heading{
  color: white;
}
.why-header span {
color: #f48227;
text-transform: uppercase;
margin-bottom: 5px;
background-color: #222222;
padding: 10px 10px 5px 10px;
border-radius: 2rem;
font-weight: 700;
}

.why-header h1 {
  font-size: 44px;
  font-weight: 400;
  /* margin-left: 45px; */
  color: #ffffff;
}

.mt-3 {
  margin-top: 1rem !important;
  font-size: 40px;
}
.badge {
  --bs-bg-opacity: 0.7;
  background-color: rgb(35 35 35);
  color: #f48227;
  padding: 10px 8px 10px 8px;
  border-radius: 2em;
  font-size: 10px;
}
.feature-card {
  background-color: #0c0b0b73;
  border-radius: 30px;
  padding: 10px;
  /* margin-bottom: 30px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  border: 1px solid rgb(255 255 255 / 5%);
}
.feature-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: white;
}
.feature-description {
  color: #aaa;
  font-size: 13px;
  font-weight: 300;
}
.feature-icon {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #f48227;
}
.feature-icon i {
  border: 1px solid;
  padding: 10px;
  border-radius: 15px;
}
.mt-3 {
  margin-top: 1rem !important;
  font-size: 40px;
  margin-bottom: 3rem !important;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .why-choose-title {
      font-size: 2em;
  }
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* contact- form Section */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.lets-form {
  display: flex;
  /* max-width: 1000px; */
  width: 96%;
  border-radius: 10px;
  overflow: hidden;
}

.left-section {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-section h1 {
  font-size: 156px;
  margin: 0;
  line-height: 107.6px;
  color: #fff;
font-family: "Unbounded";
font-optical-sizing: auto;
font-weight: normal;

}


.left-section h1 span {
  color: rgb(245 131 41); /* Orange text for "Talk!" */
  font-family: "Unbounded";
  font-optical-sizing: auto;
  font-weight: normal;
}

.form-section {
  flex: 1;
  padding: 50px;
  background-color: rgb(0 0 0 / 75%);/* Slightly lighter background for the form */
  border-radius: 30px
}
 input {
  border-radius: 25px !important;
  padding: 20px 0px 20px 15px !important;
}
textarea {
border-radius: 20px !important;
}
.form-btn{
border-radius: 10px;
margin-top: 15px;
color: black;
font-family: "Unbounded";
}
form {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #ccc; /* Light gray text for labels */
}

input, textarea {
  background-color: #55555557;
  border: 1px solid #55555557;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  outline: none;
}

input::placeholder, textarea::placeholder {
  color: #555; /* Placeholder color */
}

textarea {
  resize: none;
  height: 100px;
}

button {
  background-color: rgb(245 131 41); /* Orange submit button */
  border: none;
  color: #fff;
  font-size: 1rem;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: rgb(245 131 41); /* Darker orange on hover */
}

@media (max-width: 768px) {
  .lets-form {
    flex-direction: column;
  }

  .left-section {
    text-align: center;
    padding: 30px;
  }

  .form-section {
    padding: 30px;
  }
}


/* ======================= */
/* Footer-section */
/* ======================= */

footer {
  text-align: center;
  padding: 10px;
}

.footer-transprnt{
background-color: #55555557;
border-radius: 30px;
padding: 22px;
margin: 7px 0 0 ;
}
.address{
padding: 5px;
}
.footer-social-text{
color: #f58327;
}
.footer-radius{
margin: 50px 70px 0 70px;
border-radius:30px;
opacity: 0.9;
background-color: rgb(0 0 0 /75%);
}
.call-text a{
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.8);
}
.call-text a:hover{
  color: rgb(255, 255, 255);
}

.copyright {
  color: white;
}
.contact-info {
  text-align: left;
}
.contact-info i {
  color: #f58327;
  font-size: 25px;
}

.contact-info p {
  margin: 0 0 1rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Unbounded";
font-optical-sizing: auto;
font-weight: normal;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Unbounded";
  font-optical-sizing: auto;
  font-weight: normal;
}

ul li {
  margin-bottom: 10px;
}

ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  transition: color 0.3s;
}

ul li a:hover {
  color: rgb(245 131 41);
  /* Highlight on hover */
}

.social-icons a {
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
  border: 1px solid;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  
}

.social-icons a:hover {
   
  background-color: rgb(245 131 41);
  color: black !important;
  
  /* Highlight on hover */
}
.social-icons i:hover{
transform: scale(1.3);
}

/* @media screen  */

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) { 
.content-box  h6{
  font-size: 0.9rem;
}
.social-icons a {
font-size: 16px;
padding: 10px 15px 10px 15px;
}
.left-section h1 {
font-size: 135px;
}
.why-header {
  margin-bottom: 28px;
}
}


@media screen and (min-device-width: 580px) and (max-device-width: 768px){
  .why-header {
    margin-bottom: 28px;
}
}


@media screen and (min-device-width: 376px) and (max-device-width: 425px) {
  .left-section h1 {
      font-size: 100px;
      line-height: 72.6px;
  }
.footer-radius {
  margin: 14px 12px 2px 12px;

}
.content-box {
  padding: 23px 0px 0px 20px;
  width: auto;
  height: 155px;
}

.why-header h1 {
  font-size: 36px;
}
.why-header {
  margin-bottom: 28px;
}
.our-service-section {
  padding:0 0 0 0;
}
.service-title {
  margin-bottom: 20px;
}
  .choose-text-heading {
    color: white;
    font-size: 22px !important;
}
.why-choose-section-padding {
  padding: 0 15px 0 15px;
}
.feature-description {
  
  font-size: 12px;
  font-weight: 300;
}


}


@media screen and (min-device-width: 321px) and (max-device-width: 375px){
.content-box {
  height: 175px;
}
.left-section h1 {
  font-size: 100px;
  line-height: 70.6px;
}
.footer-radius {
  margin: 30px 12px 0 12px;
}
.why-header h1 {
  font-size: 30px;
}
.why-header {
  margin-bottom: 28px;
}
.our-service-section {
  padding: 0 0px 0 0px;
}
.service-title {
  margin-bottom: 20px;
}
.choose-text-heading {
  color: white;
  font-size: 20px !important;
}
.why-choose-section-padding {
  padding: 0 15px 0 15px;
}
.feature-description {
 
  font-size: 12px;
  font-weight: 300;
}


}

/*..... Animation... */

.fade-in {
  opacity: 0;
  transform: translateY(40px); /* Start position */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.content{
  transition: all 1s ease-in-out;
}

/* top section */

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-top {
  animation: fadeInTop 1.5s ease-out;
}</pre></body></html>