html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 120px; /* offset for anchored sections */
}

html, body {
    font-family: 'Montserrat', system-ui, sans-serif;
    line-height: 1.5rem;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', system-ui, sans-serif;
    color: #07294d;
}

p, label, small {
    font-family: 'Montserrat', system-ui, sans-serif;
    color: #07294d;
    font-size: 16px;
}
a {
    font-family: 'Montserrat', system-ui, sans-serif;
    text-decoration: none !important;
    color: #000;
}

.section {
    padding: 44px 0px;
}
.main-heading{
    font-size: 34px;
    font-weight: bold;
    color: #07294d;
    /* margin-top: 10px; */
}

.form-section {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.form-control {
    border: 1px solid #f8e1e1;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 15px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #f8e1e1;
}
.btn-gradient {
    background-image: linear-gradient(to right, #3699d6, #0dcaf0);
    color: white;
    border: none;
    padding: 12px 20px;
    width: 100%;
    border-radius: 5px;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.btn-gradient:hover {
    background-image: linear-gradient(to right, #3699d6, #3699d6);
    color: white;
}
.btn-gradient:focus {
    box-shadow: none;
}
.error {
    color: red;
    font-size: 0.875em;
    display: none;
}


.sidebtn-fixed {
    background: #3699d6 none repeat scroll 0 0;
    border: 0px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 34px;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    transform: rotate(90deg);
    float: left;
    right: -22px;
    top: 45%;
    z-index: 9999;
    margin-right: -94px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 20px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    border: 1px solid #ddd !important;
    border-radius: 50px !important;
    line-height: 49px !important;
    background-color: transparent !important;
    color: #88bd40 !important;
    box-shadow: 1px 1px 3px 1px #ddd;
    outline: none !important;
}
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444444 !important;
    font-size: 20px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    line-height: 49px !important;
    border: 1px solid #ddd !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    color: #88bd40 !important;
    box-shadow: 1px 1px 3px 1px #ddd;
    outline: none !important;
}

.bg-green{
    background-color: #007741;
}
.bg-green:hover{
    background-color: #007741;
}



.banner-section {
  /* background-color: #313131; */
  background-image: url('../images/dhruva-properties-all-page-banner.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0px;
  text-align: center;
}
.banner-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.banner-section p {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #ffffffcc;
}




.bg-f8f8f8{
    background-color: #f8f8f8;
}
.bg-2 {
    background-color: #f1f6fb;
}
.bg-3 {
    background-color: #f1f6fa;
}

.bg-gray{
    background: linear-gradient(to bottom right, #f3f3f3, #e6e6e6);
}
.bg-f1f1f1{
    background-color: #f1f1f1;
}
.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-blue{
    background-color: #f1f1f9;
}

.carousel-control-next,
.carousel-control-prev{
  opacity: 1;
}
.carousel-control-next, 
.carousel-control-prev{
    width: 6% !important;
}
.carousel-control-prev i,
.carousel-control-next i {
  background-color: #3699d6;
  padding: 10px 10px;
  font-size: 20px;
  fill: #fff;
  border-radius: 100px;
  text-align: center;
  width: 40px;
  height: 40px;
}

.testi-caro{
    color: #fff;
    background-color: #000000;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
}


/* Navbar - Start */
.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px !important;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #3699d6 !important;
}
.nav-cta-button {
    background-color: #3699d6;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    /* box-shadow: 0 0 20px #ffd966; */
    transition: 0.3s ease-in-out;
}
.nav-cta-button:hover {
    background-color: #ffb121;
    /* box-shadow: 0 0 25px #fff176; */
    color: #fff;
}
.navbar-brand img{
    width: 160px;
}

.dropdown-menu {
  padding: 0px !important;
  border-radius: 0px !important;
  background-color: #f8f9fa;
    border: 0px solid #007741;
}
.dropdown-menu .dropdown-item {
  padding: 6px 20px !important;
}
.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover {
    background: linear-gradient(82deg, #007741 50%, #f02428 100%);
    color: #fff !important;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* Navbar - End */


/* Footer - start */
.footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    color: #333;
}
.footer h5 {
    color: #111111;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-links li{
    margin-bottom: 10px;
}
.footer-links li i{
    font-size: 20px;
    position: relative;
    top: 3px;
}
.footer-links li a {
    color: #333;
}
.footer a:hover {
    color: #30a2dc;
}
.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: white;
    background-color: #3699d6;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.ongoing-img {
    border-radius: 10px;
    max-width: 100%;
}
.get-direction-btn {
    background-color: #3699d6;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 10px;
}
.sub-footer {
    background-color: #3699d6;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
/* Footer - end */


/* Contact page - start */

.contact-form-container {
    background: #ffffff;
    border: 1px solid #007741;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.contact-form-container .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-form-container .form-text{
    font-size: 17px;
    margin-bottom: 16px;
}
.form-control,
.form-select,
textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}
.submit-btn {
    background-color: #951515;
    color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
}
.submit-btn:hover {
    background-color: #951515;
    color: #fff;
}

.vm-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.6s;
    box-shadow: 0 4px 0px #3699d6 !important;
}
.vm-box:hover {
    border-bottom: none;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.14) !important;
}

.vm-title{
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1f2937;
}
.vm-text{
    color: #374151;
    font-size: 1rem;
}
.vm-box .icon-box i{
    background-color: #3699d6;
    font-size: 30px;
    color: #fff;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 12px;
}


.project-nav-list-area{
    position: sticky;
    top: 75px;
    background-color: #fff;
    z-index: 1;
}

.project-nav-list{
    margin-top: 10px;
    list-style: none;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}
.project-nav-list li{
    display: inline-block;
    padding: 12px 16px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #1c2d3a;
    cursor: pointer;
}
.project-nav-list li a{
    text-decoration: none;
    color: #1c2d3a;
}
.project-desc-box {
    padding: 26px;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}
.project-nav-list li.active{
    color: #d10c11;
    border-bottom: 2px solid #d10c11;
}
.project-nav-list li.active a{
    color: #d10c11;
}

.project-hr{
    color: #b39c9c;
    margin: 34px 0px;
}


.button-filled-green {
    align-items: center;
    background-color: #36dea4;
    border: 1px solid #36dea4;
    border-radius: 48px;
    color: #083819;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 140%;
    padding: 14px 24px;
    text-transform: uppercase;
}
.button-filled-green:hover{
    background-color: #dcac38;
    color: #fff;
}
.button-filled-green:hover i, 
.button-filled-green:hover span{
    color: #fff;
}
.button-filled-green i{
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
.button-filled-green span {
    color: #083819;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 120%;
    margin-left: 10px;
    text-transform: uppercase;
}

.project-sidebox-sticky {
    position: sticky;
    top: 120px;
}
.proj-form-size .form-title{
    font-size: 24px;
}
.button-filled-red {
    align-items: center;
    background-color: #3699d6;
    border: 1px solid #3699d6;
    border-radius: 48px;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 140%;
    padding: 14px 24px;
    text-transform: uppercase;
}
.button-filled-red:hover{
    background-color: #dcac38;
    color: #fff;
}
.button-filled-red:hover i, 
.button-filled-red:hover span{
    color: #fff;
}
.button-filled-red i{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}
.button-filled-red span {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 120%;
    margin-left: 10px;
    text-transform: uppercase;
}


.button-outline{
    background-color: transparent;
    border: 1px solid #e0e3e2;
    border-radius: 50px;
    color: #000;
    letter-spacing: 2px;
    padding: 10px 24px;
    text-align: center;
    text-transform: uppercase;
}
.button-outline:hover{
    background-color: #36dea4;
}
.button-outline i{
    font-size: 16px;
    position: relative;
    top: 2px;
}
.button-outline span{
    font-size: 13px;
}

.project-side-heading{
    color: #111111;
    font-size: 26px;
    font-weight: 600;
}
.project-heading{
    font-size: 22px;
    /* margin-top: 16px; */
    margin-bottom: 16px;
    color: #1c2d3a;
    font-weight: 500;
}

.pro-card-body{
    padding: 14px 14px;
    text-align: center;
}
.pro-card-body .underline-3{
    width: 40px;
    height: 1px;
    background-color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pro-card-body a{
    text-decoration: none;
    color: #333333;
}
.pro-card-body a:hover{
    color: #888;
}
.pro-card-body .title{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.pro-card-body .para{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
}

.pro-card-content {
    position: relative;
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
}
  
.pro-card-content .content-overlay {
    border-radius: 6px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
  
  .pro-card-content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    border-radius: 6px;
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .pro-card-content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }

  .fadeIn-bottom{
    top: 80%;
  }

.btn-gra{
    display: inline-block;
    color: #ffffff;
    background-size: 200% auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 2px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: -5.15px 8.572px 25px #ddd;
    box-shadow: -5.15px 8.572px 25px #ddd;
    text-transform: uppercase;
    text-decoration: none;;
    background-image: linear-gradient(to right, #d81f24 0%, #c3080d 51%, #5eac12 100%);
    padding: 12px 30px 10px;
    font-weight: 600;
    font-size: 14px;
}
.btn-gra:hover {
    background-position: right center;
}

.list-style-none{
    list-style: none;
    padding: 0;
}
.list-style-none li{
    margin-bottom: 8px;
}
.list-style-none i{
    font-size: 18px;
}

.privacy {
    padding: 14px 0px;
}
.privacy a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}


.amenity-card {
    background-color: #fff;
    border-radius: 15px 15px 10px 10px;
    border: 1px solid #ddd;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.6s;
    box-shadow: 0 4px 0 #3699d6 !important;
}
.amenity-card:hover {
    border-bottom: none;
    box-shadow: 0 0 32px #ffc1074a !important;
}
.amenity-icon {
    font-size: 2rem;
    color: #3699d6;
    margin-bottom: 15px;
}
.amenity-text {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}


.contact-bg {
  background: linear-gradient(135deg, #fef6f5, #f5fbff);
}
.contact-heading h2 {
  font-weight: bold;
  text-align: center;
}
.contact-heading p {
  text-align: center;
  max-width: 600px;
  margin: 10px auto 40px;
  color: #555;
}
.info-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.info-box h6 {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.info-box i {
  color: #3699d6;
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.info-box a {
  text-decoration: none;
}
/* Contact page - End */

/* Blog page - start */
.set-para-height{
  height: 86px;
}
.blog-card {
    box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 12%) !important;
    margin-bottom: 10px;
    margin-bottom: 26px;
    border-radius: 0px 0px 20px 20px;
    border-bottom: 5px solid #993133;
    background-color: #fff;
}
.blog-card .card-body {
    padding: 1.25rem;
}
.blog-card .card-body a {
    text-decoration: none;
}
.blog-card .blog-heading {
    height: 50px;
    overflow: hidden;
}
.blog-heading {
    color: #000;
    font-size: 20px !important;
    padding: 0;
    border: none;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.3em !important;
    font-weight: 600;
}
.blog-card p {
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
    height: 86px;
    overflow: hidden;
}
.blog-readmore {
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #111;
    text-decoration: none !important;
}
.blog-readmore i{
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 600;
}

/* Blog page - end */


/* Pagination - Start */
.pagination .page-item.active .page-link {
	background-color: #951515;
}
.pagination li {
    display: inline-block;
    margin-right: 8px;
}
.pagination li a {
    display: block;
    padding: 8px 15px;
    background-color: #f5f5f5;
    color: #444;
    border: 1px solid #ddd !important;
}
/* Pagination - End */

/* Sticky left side - start */
.desktop-form-whatsapp-div {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    z-index: 1200;
    flex: 1;
}
.slide-in-form-toggle-btn {
    padding: 4px 14px;
    background: linear-gradient(to right, #007BFF, #0056b3);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 8px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.contact-btn-sticky{
    position: relative;
    top: 10px;
}
.whatsapp-btn {
    background: linear-gradient(to right, #25D366, #128C7E);
    padding: 14px 20px;
    color: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.button-icon i {
    font-size: 22px;
}
/* Sticky left side - end */

.faq-box-bg {
    background: #f2f2f2a8;
    border-radius: 8px;
    padding: 10px;
}
.accordion-item {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion-button {
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: none;
    transition: all 0.3s ease;
    box-shadow: none !important;
}
.accordion-body {
    font-size: 15px;
    color: #555;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}


.feature-section {
    background-color: #f7fcff;
}
.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.6s;
    box-shadow: 0 4px 0 #3699d6 !important;
}
.feature-card:hover {
    border-bottom: none;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.14) !important;
}
.feature-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    color: #1d1d1d;
}
.feature-text {
    font-size: 15px;
    color: #555;
}

.property-card {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease-in-out;
}

.property-image {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #eee;
}

.ribbon {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #c1a700;
    color: white;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 13px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    letter-spacing: 1px;
}

.price-tag {
    position: absolute;
    bottom: 15px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
}

.property-content {
    padding: 30px 25px 20px 25px;
}

.project-by {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.property-title {
    font-size: 24px;
    font-weight: bold;
    color: #1d1d1d;
}

.property-location {
    color: #555;
    font-size: 15px;
    margin-top: 5px;
}

.property-location i {
    color: #951515;
    margin-right: 6px;
}

.btn-action {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-enquire {
    background-color: #3699d6;
    color: white;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn-enquire:hover {
    color: #ffffff !important;
}

.btn-explore {
    border: 2px solid #3699d6;
    color: #111111;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-explore:hover {
    color: #3699d6 !important;
    border-color: #3699d6;
}

@media (max-width: 768px) {
    .price-tag {
        font-size: 18px;
        padding: 8px 16px;
    }
}

.dhruva-bg {
    background-image: url('https://dhruvaproperties.digitalmarkhub.in/assets/images/gallery/paralax-banner-index.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
}
.dhruva-bg .overlay {
    background-color: #000000bd;
    padding: 60px 20px;
}
.content-card {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.content-card h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.content-card p {
    text-align: center;
    color: #444;
    font-size: 16px;
    margin-bottom: 10px;
}
.stat-card {
    background: #f7fcff;
    border-radius: 20px;
    padding: 25px 15px;
    text-align: center;
    height: 100%;
    transition: all 0.6s ease;
    box-shadow: 0 4px 0 #3699d6 !important;
}
.stat-card:hover {
    border-bottom: none;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.14) !important;
}
.stat-icon {
    font-size: 28px;
    color: #3699d6;
    margin-bottom: 10px;
}
.stat-number {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.stat-label {
    font-size: 14px;
    color: #333;
}

.cta-section {
    background: linear-gradient(to right, #3699d6, #0dcaf0);
    color: #fff;
    padding: 40px 20px;
    border-radius: 0;
}

.cta-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.cta-text p {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.cta-btn {
    background: #fff;
    color: #111;
    padding: 16px 20px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #ffb121;
    color: #000;
}


.dp-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.dp-blog-card:hover {
    box-shadow: 0 10px 20px rgba(149, 21, 21, 0.1);
}
.dp-blog-card .blog-img {
    position: relative;
}
.dp-blog-card .blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.dp-blog-card .blog-date {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #3699d6;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 600;
}
.dp-blog-card .blog-content {
    padding: 20px;
}
.dp-blog-card .blog-content h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #111827;
}
.dp-blog-card .read-more {
    color: #3699d6;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}
.dp-blog-card .read-more:hover {
    text-decoration: underline;
}


@media (max-width: 680px) {

    .cta-text {
        text-align: center;
      }

      .cta-btn {
        margin-top: 20px;
      }


    .content-card h2 {
        font-size: 22px;
    }
    .content-card {
        padding: 25px;
    }
    
    .logo{
        width: 150px;
    }
     .navbar .nav-item{
      display: block;
      width: 100%;
    }
    .navbar-nav .nav-link{
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
    }
    .cta-button {
        padding: 2px 12px;
    }
    .banner-section h1 {
        font-size: 20px;
    }
    .section {
        padding: 44px 0px;
    }
    .main-heading {
        font-size: 20px;
    }
    .form-home-page{
        position: relative;
        right: unset;
        z-index: unset;
        top: unset;
    }

    .carousel-caption {
        top: 0% !important;
        right: -78px;
    }
    .slider-title {
        font-size: 18px;
    }
    .slider-text {
        font-size: 16px;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next{
        position: relative;
    }
    .repair-form-size{
        width: 100%;
    }
}


