/* Modal Styling */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: none;
    background: linear-gradient(135deg, #ffc800, #dd9b07);
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.modal-title {
    font-weight: 600;
}

.close {
    color: #fff;
    opacity: 1;
}

.form-control {
    border-radius: 8px;
    height: 45px;
}

textarea.form-control {
    height: auto;
}

.btn-submit {
    /****background: linear-gradient(135deg, #ffc800, #dd9b07);***/
    background: linear-gradient(135deg, #25D366, #128C7E, #075E54);
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.btn-submit:hover {
    opacity: 0.9;
}

.modal-body {
    padding: 30px;
}

.form-control:focus {
    border-color: #fbda52 !important;
    box-shadow: 0 0 0 .2rem rgb(255 71 0 / 25%) !important;
}

/**************************************************************/
.hero-banner {
    position: relative;
    background: url('img/') no-repeat center center/cover;
    height: auto;
    color: #fff;
    display: flex;
    align-items: center;
}

/* Blue overlay */
.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdbe33;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-title span {
    font-weight: 400;
}

.banner-text {
    font-size: 14px;
    margin: 10px 0 15px;
    max-width: 500px;
}

.banner-phone {
    font-size: 28px;
    font-weight: bold;
}

.btn-custom {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-custom:hover {
    background: #fff;
    color: #000;
}

.arrow-box {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .hero-banner {
        height: auto;
        padding: 40px 0;
        text-align: center;
    }

    .banner-phone {
        margin-bottom: 15px;
    }
}

a.tbtn:not([href]):hover {
    color: #494949;
    text-decoration: none;
}

/******************************************************************/
.whyAmritasya{background: linear-gradient(rgba(253, 190, 51, .9), rgba(253, 190, 51, .9)), url(../img/bg-01.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

/**********************************************************************/

.service-box {
  padding: 25px 25px 25px 25px !important;
  background: #f3f6ff;
  height: auto;
  transition: all 0.4s ease;
  position: relative;
}

.service-box.active {
  height: auto;
}

.more-text {
  display: none;
}

.service-box.active .more-text {
  display: inline;
}

.read-more-btn {
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #f7aa00;
    background: #fdbe33;
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 10px;
}

/****************************************/
.sml-heading{
    font-weight: 700;
}

.myhr{
    border-bottom: 4px solid gray;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

/*******************/
.single .single-tags a.gbactive
 {
    color: #fdbe33;
    background: #030f27;
}

/*********************Carousel style for single property start**************/
/* Carousel wrapper */
.custom-carousel-2 {
  position: relative;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
}

/* Carousel item fix */
.custom-carousel-2 .carousel-item {
  height: auto !important;
}

/* Image responsive */
.custom-carousel-2 .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 🔥 Controls ko vertically center karna */
.custom-carousel-2 .custom-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

/* Left button */
.custom-carousel-2 .carousel-control-prev {
  left: 10px;
  background: rgba(253, 190, 51, .85);
    opacity: 1;
    padding: 0 0 !important;
}

/* Right button */
.custom-carousel-2 .carousel-control-next {
  right: 10px;
  background: rgba(253, 190, 51, .85);
    opacity: 1;
    padding: 0 0 !important;
}

/* Optional: better visibility */
.custom-carousel-2 .carousel-control-prev-icon,
.custom-carousel-2 .carousel-control-next-icon {
  background-size: 100% 100%;
  filter: invert(1); /* white icon */
}

/*********************Carousel style for single property end**************/

.blog .blog-img img{
    border-radius: 40px 40px 0 0;
    box-shadow: 0 0 10px 10px #fdbe33;
}
