
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap');

/* General Styling */
body {
    font-family: "IBM Plex Sans", sans-serif;
}

.heading {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.explore {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.navbar-nav1 .nav-link1.active,
.navbar-nav1 .nav-link1.show {
    color: black;
    font-weight: 600 !important;

}





.footer {
    background-color: #ffffff;
    color: #000000;
    /* padding: 40px 20px; */
    position: sticky;
    top: 100vh;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.footer-col {
    flex: 1;
    min-width: 180px;
    margin: 10px;
}

.footer-logo {
    width: 120px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: red;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #000;
    text-decoration: none;
}

.deve {
    color: green;
}

.footer-col ul li a:hover {
    color: #fff;
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .dropdown-hover:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-hover:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 767.98px) {
    .navbar-nav .nav-link.active .nav-link .dropdown-toggle {
        background-color: antiquewhite;
        color: rgb(0, 0, 0)
    }

}


.footer {
    background-color: #f8f9fa;
    color: #000;
    font-family: Arial, sans-serif;
    border-top: 1px solid #ddd;
}

.footer-logo {
    max-width: 160px;
    margin:30px;
}

.footer-heading {
    color: #d40000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer a {
    color: #000;
    text-decoration: none;
    ;

}

.footer a:hover {
    text-decoration: underline;
}


@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #faf0e8 !important;
        padding: 1rem;
        width: 200px;
    }

    .navbar-nav .nav-link .nav-link.active {
        color: rgb(0, 0, 0) !important;
        font-weight: 500;
    }

    .navbar-nav .nav-link.active {
        color: #000000 !important;
        /* Darker blue for active link */
    }

    .navbar-toggler-icon {
        filter: brightness(0) invert(1);
        /* Makes the icon visible on skyblue */
    }

    .btn-outline-success {
        color: white !important;
        border-color: white !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand {
        margin-left: auto;
    }

    .navbar-toggler {
        margin-right: auto;
    }

    .deve {
        color: #000;

    }

    .login {
        margin-top: 20px;
        border: 0;
    }

    .drop {
        background-color: transparent;
        border: 0;
    }

    .footer-icon {
        position: relative;
        left: 60px;
        top: 10px;
    }

}




.navbar-toggler {
    width: 60px;
    /* Width of the toggler */
    height: 40px;
    /* Height of the toggler */
    border: 1px solid #d6b8b8;
    /* Optional border */
    border-radius: 4px;
    /* Rounded corners (set to 0 for perfect rectangle) */
    background-color: #ffffff;
    /* Light gray background */
    padding: 5px;
    /* Inner spacing */
}


.scrolling-container {
    overflow: hidden;
    width: 100%;
    height: 120px;
    /* Match the image height */
    display: flex;
    align-items: center;
    position: relative;
}

.scrolling-content {
    display: flex;
    animation: scroll linear infinite;
}

.scrolling-image {
    margin: 0 10px;
    /* Adjust padding if needed */
    flex-shrink: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50%));
    }
}
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.scrolling-content {
    display: inline-block;
    white-space: nowrap;
}

.banner1 {

    object-fit: cover;
    position: relative;
    left: 7%;

}

@media only screen and (min-width:320px) and (max-width:500px) {

    .banner1 {

        height: 9rem;
        position: relative;
        left: 0%;

    }

}

@media only screen and (min-width:501px) and (max-width:900px) {

    .banner1 {

        height: 20rem;
        position: relative;
        left: 0%;

    }

}

@media only screen and (min-width:901px) and (max-width:1300px) {

    .banner1 {

        height: 30rem;
        position: relative;
        left: 0%;

    }

}

.text-banner {
    font-weight: 700;
    background: linear-gradient(to right, #000000, #825609);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text1-font {
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
    color:#000;
    font-size: 28px;
}

.text-font-sub {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;


}

/* chat-bot-css */

.sticky-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.message-toggle {
    width: 60px;
    height: 60px;

    background-color: #dd7325;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.message-actions {
    display: none;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.message-actions.show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.action-btn {
    width: 50px;
    height: 50px;

    color: white;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.whatsapp-btn {
    background-color: #ffffff;
    color: green;
    border: 2px solid green;
}

.call-btn {
    background-color: #ffffff;
  border: 2px solid #dd7325;
}

.sms-btn {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
     background-color: #ffffff;
    color: #DD258F;
     border: 2px solid #DD258F;
    /* Change color as needed */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-img {
    width: 140px;
    height: 67.50px;
}

.nav-padding {
    height: 100px;

}

/* Login button styling */
.btn.login {
    height: 37px;
    width: 112px;
    border-radius: 2px;
}
    .card-text1{
        font-size: 24px;
        font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
    }
    .card-text-sub{
                font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
    }
    .accordion-text1{
        font-size: 18px;
        font-weight: bold;
            font-family: "IBM Plex Sans", sans-serif;


    }
    .accordion-text1-sub{
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight: 600;

    }
    /* .btn-size-color{
        width: 182px;
        height: 48px;
        border-radius: 2px;
        border: 1px solid #DD258F;
        color: #DD258F;

    }
        .btn-size-color:hover{
        width: 182px;
        height: 48px;
        border-radius: 2px;
        border: 1px solid #DD258F;
        color: #DD258F;

    }
   
        .btn-size-color::after{
        width: 182px;
        height: 48px;
        border-radius: 2px;
        border: 1px solid #DD258F;
        color: #DD258F;

    } */
    /* blog css start here */

        

        /* General Styling */
      

        .banner2 {
            width: 100%;
            height: 28rem;
            object-fit: cover;
            position: relative;

        
        }

        .main-body-blog {
            width: 100%;
        }

        .text-header {
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 28px;
            font-weight: bold;
            color: #000;
        }
        .text-header-sub{
             font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: #000;
        }
        
        .hidd-device{
            display: none;
        }
        .hidd{
            display: block;
        }
        .text-blog-web{
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #000;
        }
        .text-blog-by-internal{
             font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight:500;
            color: #000;
        }
        .text-blog-by-date{
 font-family: "IBM Plex Sans", sans-serif;
            font-size: 16px;
            
            color: #000;
        }
        

      

        @media only screen and (min-width:320px) and (max-width: 767px) {


            .banner2 {
                margin-top: 50px;
                width: 100%;
                height: 10rem;

            }

            .banner2 img {
                padding: 0px;
                width: 100%;
            }
            .hidd{
                display: none;
            }
            .hidd-device{
                display: block;
            }

         
        }

        @media only screen and (min-width:768px) and (max-width: 1024px) {

            .banner2 {
                margin-top: 10%;
                width: 100%;
                height: 20rem;

            }
        }
        .blog-entry {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .blog-title {
       font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #000;
    display: inline;
  }

  .blog-meta {
    display: inline;
    font-family: "IBM Plex Sans", sans-serif;
            font-size: 16px;
            
            color: #000;
    margin-left: 60px;
 
  }

  .blog-date {
    float: right;
    font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight:500;
            color: #000;
  }

  @media (max-width: 767.98px) {
    .blog-date {
      float: none;
      display: block;
      margin-top: 4px;
    }
    .new-line{
        float: none;
        background-color: aqua;
        display: block;
    }
      
  }
  .paragraph-style {
  text-align: left;
  margin: 0 auto;
  max-width: 600px; /* Optional: control paragraph width */
  font-size: 16px; /* Adjust as needed */
  line-height: 1.6;
}
.title{
     font-family: "IBM Plex Sans", sans-serif;
font-size: 18px;
font-weight: bold;
color:#000;
  }
  .subtitle{
     font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
color:#000;
  }
  
  /* blogs inner page start here */

    .header-body {
            border-bottom: 1px solid #ccc;
        }

        .text-header-inner {
            font-size: 40px;
            font-weight: bold;
            font-family: "IBM Plex Sans", sans-serif;
            color: #000;
        }

        .text-sub-header-inner {
            font-size: 24px;
            font-weight: bold;
            font-family: "IBM Plex Sans", sans-serif;
            color: #000;
        }

        .text-sub-header-date {
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 16px;


            color: #000;
        }

        .text-sub-header-title {
            font-family: "IBM Plex Sans", sans-serif;
            font-size: 24px;
            font-weight: bold;
            color: #000;
        }
        .text-sub-header-title-text{
              font-family: "IBM Plex Sans", sans-serif;
            font-size: 18px;
            font-weight: 500;
            color: #000;
        }

        /* post your property start  here */

       
    .text-header-post {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 32px;
      font-weight: bold;
      color: #000;
    }

    .text-header-sub-post {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #000;
      text-align: left;
      margin: 0 auto;
      max-width: 600px;
      line-height: 1.6;
    }

    .text-color-post {
      color: #dd7325;
      font-size: 24px;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: bold;


    }

    .text-title-form-post {
      color: #000;
      font-size: 24px;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: bold;


    }

    .accordion-btn-post-icon::after {
      display: none;
      
    }




    .text-form-title-post {

      font-family: "IBM Plex Sans", sans-serif;
      font-size: 16px;

      font-weight: 500 !important;
      color: #000;


    }

    .border-form-post {
      border: 2px solid #ccc;
    }
/* 
    .post-title-gap {
    
      margin-left: 0%;
    } */



    /* services-css-start heree */

.banner-marging-padding{
    margin-top: 40px ;

}
.service-title-heading-text{
    font-size: 28px;
    font-weight: bold ;
    font-family: "IBM Plex Sans", sans-serif ;
    color: #000 ;

}
.service-title-sub-heading-text{
        font-family: "IBM Plex Sans", sans-serif ;
        font-size: 16px ;
        -webkit-text-stroke: 0.4px #000 ;
        color: #000 ;

}
.service-dropdown-title-heading{
     font-size: 20px ;
    font-weight: bold ;
    font-family: "IBM Plex Sans", sans-serif;
    color: #000 ;
}
.service-dropdown-title-heading-icon-plus{
font-size: 30px ;
font-weight: 900 ;
}
.service-dropdown-remove-icon::after{
    display: none ;
}
.service-dropdown-remove-icon:focus{
    outline: none ;
    box-shadow: none ;
    color: #000 ;
}
.service-dropdown-remove-icon:not(.collapsed){
  /* border-bottom: none ; */
  color: #000 ;
  box-shadow: none ;
}

.service-dropdown-title-sub-heading{
    font-size: 18px ;
    font-family: "IBM Plex Sans", sans-serif ;
    color: #000 ;
    -webkit-text-stroke: 0.6px #000 ;
}
.form-title-header{
      font-family: "IBM Plex Sans", sans-serif ;
        -webkit-text-stroke: 0.2px #000 ;
        color: #000 ;
}
.service-button-submit{
    background-color: #dd7224 ;
    color: #fff ;
    padding-left: 50px ;
    padding-right: 50px ;
    margin-left: 20px ;
}
.service-button-reset{
    border: 1px solid #dd7224;
    color: #dd7224;
    padding-left: 50px;
    padding-right: 50px;
}
.service-button-reset:hover{
    color: #dd7224;
border: 1px solid #dd7224;
}
.service-button-submit:hover{
    color: #fff;
    background-color: #dd7224;

}
.service-form-margin-padding{
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}
 

.service-banner-image-destop-view{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 80px;
}
@media  screen and (min-width:320px) and (max-width:767px){
.service-banner-image-destop-view{
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 50px;
}
}
.form-control1:focus {
    border-color: #ffffff; 
    outline: 0; 
    box-shadow: 0px 0px 0px 0rem rgb(255, 255, 255);
    border: 1px solid white;
}


/* contact-css-start-here */



.banner-marging-padding{
    margin-top: 40px;

}
.contact-title-heading-text{
    font-size: 28px;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
    color: #000;

}
.contact-title-sub-heading-text{
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 16px;
        -webkit-text-stroke: 0.4px #000;
        color: #000;

}
.contact-dropdown-title-heading{
     font-size: 20px;
    font-weight: bold;
    font-family: "IBM Plex Sans", sans-serif;
    color: #000;
}
.contact-dropdown-title-heading-icon-plus{
font-size: 30px;
font-weight: 900;
}
.contact-dropdown-remove-icon::after{
    display: none;
}
.contact-dropdown-remove-icon:focus{
    outline: none;
    box-shadow: none;
    color: #000;
}
.contact-dropdown-remove-icon:not(.collapsed){
  /* border-bottom: none; */
  color: #000;
  box-shadow: none;
}
.contact-dropdown-title-sub-heading{
    font-size: 18px;
    font-family: "IBM Plex Sans", sans-serif;
    color: #000;
    -webkit-text-stroke: 0.6px #000;
}
.form-title-header{
      font-family: "IBM Plex Sans", sans-serif;
        -webkit-text-stroke: 0.2px #000;
        color: #000;
}
.contact-button-submit{
    background-color: #dd7224;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 20px;
}
.contact-button-reset{
    border: 1px solid #dd7224;
    color: #dd7224;
    padding-left: 50px;
    padding-right: 50px;
}
.contact-button-reset:hover{
    color: #dd7224;
border: 1px solid #dd7224;
}
.contact-button-submit:hover{
    color: #fff;
    background-color: #dd7224;

}
.contact-form-margin-padding{

    padding-top: 50px;
    padding-bottom: 50px;
}
 
/* .contact-banner-image-mobile-view{
display: none;
} */
/* @media  screen and (min-width:320px) and (max-width:520px) {
    .contact-banner-image-destop-view{
        margin-top: 50px;
                background-size: contain;

        
}
   .contact-banner-image-destop-view img{
          height: 50%;
          width: 100%;
          position: relative;
          left: 20%;
        object-fit: cover;
}
.contact-banner-image-mobile-view{
    display: block;
}
} */
.contact-banner-image-destop-view{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 80px;
}
@media  screen and (min-width:320px) and (max-width:767px){
.contact-banner-image-destop-view{
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 50px;
}
}